.best-products-wrap{width:100%;direction:rtl;font-family:"Tajawal","Segoe UI",Arial,sans-serif}.best-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:20px}.best-products-wrap .best-product-item{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border:1px solid #eceef1;border-radius:16px;box-shadow:0 4px 14px rgb(20 24 32 / .06);text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.best-products-wrap .best-product-item:hover{transform:translateY(-4px);border-color:#dedfe3;box-shadow:0 12px 28px rgb(20 24 32 / .11)}.best-product-media{position:relative;display:block;height:220px;padding:10px;overflow:hidden;background:linear-gradient(180deg,#fafafa 0%,#fff 100%);border-bottom:1px solid #f1f1f1;box-sizing:border-box}.best-product-media img{width:100%;height:100%;object-fit:contain;display:block;border:0;transition:transform .28s ease}.best-product-item:hover .best-product-media img{transform:scale(1.025)}.best-sale-badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:25px;padding:0 8px;box-sizing:border-box;border-radius:999px;background:darkred;color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 4px 12px rgb(139 0 0 / .2)}.best-product-content{display:flex;flex:1;flex-direction:column;padding:12px 12px 0}.best-products-wrap .best-product-item h3{display:-webkit-box;min-height:44px;margin:0;overflow:hidden;color:#252525;font-size:15px;font-weight:700;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.best-product-orders{width:fit-content;margin:8px auto 4px;padding:4px 9px;border-radius:999px;background:#f4f5f6;color:#777;font-size:11px;font-weight:600;line-height:1.2}.best-product-actions{margin-top:auto;padding:0 12px 13px}.best-product-actions .button,.best-product-actions .added_to_cart{display:flex;align-items:center;justify-content:center;width:100%;min-height:39px;box-sizing:border-box;padding:9px 12px;border:1px solid #d9dadd!important;border-radius:10px!important;background:#eeeeef!important;color:#111!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important;text-align:center;text-decoration:none!important;box-shadow:none!important;transition:transform .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.best-product-actions .button:hover,.best-product-actions .added_to_cart:hover{transform:translateY(-1px);border-color:#111!important;background:#111!important;color:#fff!important}.best-product-actions .button.loading{opacity:.6;pointer-events:none}.best-product-actions .added_to_cart{margin-top:7px}.best-products-loader,.best-products-end{text-align:center;padding:22px 0;color:#888;font-size:13px}.best-products-loader{display:none}.best-products-loader.is-loading{display:block}.best-products-end{display:none}@media (max-width:1200px){.best-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.best-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.best-product-media{height:180px;padding:8px}.best-product-content{padding:10px 9px 0}.best-products-wrap .best-product-item h3{min-height:41px;font-size:13.5px}.best-product-actions{padding:0 9px 10px}.best-product-actions .button,.best-product-actions .added_to_cart{min-height:37px;padding:8px 8px;font-size:12.5px!important}}@media (max-width:380px){.best-product-media{height:155px}}@media (prefers-reduced-motion:reduce){.best-product-item,.best-product-media img,.best-product-actions .button,.best-product-actions .added_to_cart{transition:none!important}}