.promo-slider{width:100%}.promo-slider .img-div-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.promo-slider .img-div-container .img-div{position:relative;width:100%;height:200px;overflow:hidden;border-radius:10px;cursor:pointer}.promo-slider .img-div-container .img-div img{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:.5s}@media(max-width:768px){.promo-slider .img-div-container{grid-template-columns:1fr}}@media(max-width:600px){.promo-slider .img-div-container{grid-template-columns:1fr}.promo-slider .img-div-container .img-div{height:100%}}.products-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;background:#fff;border-radius:10px}.products-section .head-div{width:100%}.products-section .head-div .main-heading{margin:0}.products-section .category-grid{display:flex;flex-direction:row;gap:20px;overflow-x:scroll;overflow-y:hidden;text-align:center;max-width:100%}.products-section .category-grid::-webkit-scrollbar{display:none}.products-section .category-grid{scrollbar-width:none;-ms-overflow-style:none}.products-section .category-grid .category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:150px;min-height:150px;height:auto;padding:12px 8px;background:none;overflow:visible;flex-shrink:0;box-sizing:border-box;cursor:pointer}.products-section .category-grid .category-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:.1;border-radius:20px;z-index:0}.products-section .category-grid .category-card>*{position:relative;z-index:1}.products-section .category-grid .category-card .img-div{width:90px;height:90px;min-width:90px;min-height:90px;aspect-ratio:1/1;flex-shrink:0;overflow:hidden;border-radius:50%;cursor:pointer;background:#fff;opacity:1}.products-section .category-grid .category-card .img-div .category-image,.products-section .category-grid .category-card .img-div img,.products-section .category-grid .category-card .img-div span{display:block!important;width:100%!important;height:100%!important;min-width:100%;min-height:100%;object-fit:cover!important;border-radius:50%}.products-section .category-grid .category-card .img-div .category-image{transition:transform .5s}.products-section .category-grid .category-card .img-div:hover .category-image,.products-section .category-grid .category-card .img-div:hover img{transform:scale(1.1)}.products-section .category-grid .category-card .category-name{font-size:16px;font-weight:700;text-align:center;line-height:1.2;margin:0;max-width:100%;overflow-wrap:anywhere}.products-section .head-div.menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:4px}.products-section .head-div.menu .product_views{display:flex;gap:10px}.products-section .head-div.menu .product_views svg{font-size:28px;cursor:pointer}.products-section .head-div.menu .product_views svg.active,.products-section .head-div.menu .product_views svg:hover{color:var(--primary-color)}.products-section .product-grid-div{display:flex;flex-direction:column;gap:16px;width:100%}.products-section .product-grid-div .header-controls{gap:10px;display:flex;justify-content:space-between;align-items:center;background:#f8f8f9;padding:10px 20px;border-radius:10px}.products-section .product-grid-div .header-controls .product_views{display:flex;gap:10px}.products-section .product-grid-div .header-controls .product_views svg{font-size:30px;cursor:pointer}.products-section .product-grid-div .header-controls .product_views svg:hover,.products-section .product-grid-div .header-controls svg.active{color:var(--primary-color)}.products-section .product-grid-div .header-controls .product_filters{display:flex;gap:50px}.products-section .product-grid-div .header-controls .product_filters .sort-show{display:flex;align-items:center;gap:10px}.products-section .product-grid-div .header-controls .product_filters .sort-show .sort-select-div{display:flex;align-items:center;justify-content:space-between;width:100px;border-radius:5px;background:#eaeaea}.products-section .product-grid-div .header-controls .product_filters .sort-show .sort-select-div svg{margin-right:10px;font-size:25px}.products-section .product-grid-div .header-controls .product_filters .sort-show .sort-select-div:hover{background:#d5d5d5;box-shadow:none}.products-section .product-grid-div .header-controls .product_filters select{border:none;background:rgba(0,0,0,0);font-size:16px;color:#000;padding:8px;cursor:pointer;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:100px;font-family:Montserrat,sans-serif}.products-section .product-grid-div .product-grid-zero{margin-top:30px;padding-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.products-section .product-grid-div .product-grid-zero svg{font-size:80px;color:var(--primary-color)}.products-section .product-grid-div .product-grid-zero .reset-btn{appearance:none;border:none;background:none;font-size:16px;text-decoration:underline;color:var(--primary-color);cursor:pointer}.products-section .product-grid-div .product-grid-zero .reset-btn:hover{color:#000}.products-section .product-grid-div .product-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.products-section .product-grid-div .product-grid .product-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .3s ease}.products-section .product-grid-div .product-grid .product-card .img-div{position:relative;width:100%;height:200px;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer}.products-section .product-grid-div .product-grid .product-card .img-div .product-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px;transition:.5s}.products-section .product-grid-div .product-grid .product-card .img-div .cart-div{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background:#f8f8f9;color:#000;padding:5px;border-radius:5px;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.15);min-width:36px;min-height:36px;box-sizing:border-box}.products-section .product-grid-div .product-grid .product-card .img-div .cart-div .cart-icon{font-size:20px;width:20px;height:20px;flex-shrink:0;transition:.3s}.products-section .product-grid-div .product-grid .product-card .img-div .cart-div .cart-icon:hover{color:var(--primary-color);transition:.3s}.products-section .product-grid-div .product-grid .product-card .product-details{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:4px;text-align:left;padding:12px 15px 15px}.products-section .product-grid-div .product-grid .product-card .product-details .product-name-category-div{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.products-section .product-grid-div .product-grid .product-card .product-details .product-name-wrapper{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.25;width:100%}.products-section .product-grid-div .product-grid .product-card .product-details .product-name{font-size:18px;font-weight:700;margin:0;display:inline;flex-shrink:1;line-height:1.25;text-align:left}.products-section .product-grid-div .product-grid .product-card .product-details .default-size-badge-inline{font-size:11px;font-weight:600;color:var(--primary-color);background:rgba(255,152,0,.1);padding:2px 8px;border-radius:12px;white-space:nowrap;flex-shrink:0;margin-bottom:0}.products-section .product-grid-div .product-grid .product-card .product-details .product-category{margin:0;padding:0;font-weight:500;line-height:1.25;text-align:left;width:100%}.products-section .product-grid-div .product-grid .product-card .product-details .product-description{margin:0;font-size:10px;line-height:1.3}.products-section .product-grid-div .product-grid .product-card .product-details .price-div{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:8px;font-size:14px;font-weight:700;flex-wrap:wrap;width:100%;line-height:1.25}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .product-price.strike{text-decoration:line-through;color:red;font-size:12px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .default-size-badge{font-size:11px;font-weight:600;color:var(--primary-color);background:rgba(255,152,0,.1);padding:2px 8px;border-radius:12px;margin-left:4px}.products-section .product-grid-div .product-grid .product-card .offer-percentage-div{position:absolute;display:flex;justify-content:center;align-items:center;top:14px;left:-30px;background:red;color:#fff;font-size:10px;font-weight:600;transition:.3s;padding:2px 10px;border-top-right-radius:20px;border-bottom-right-radius:20px;transform:rotate(310deg);width:100px}.products-section .product-grid-div .product-grid .product-card:hover img{transform:scale(1.1);transition:.5s}.products-section .product-grid-div .product-grid .product-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.15)}.products-section .product-grid-div .product-grid-style-2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;height:100%}.products-section .product-grid-div .product-grid-style-2 .product-card{position:relative;display:flex;flex-direction:row;justify-content:space-between;background:#fff;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .3s ease;height:110px}.products-section .product-grid-div .product-grid-style-2 .product-card .img-div{position:relative;width:35%;height:130px;overflow:hidden;border-top-left-radius:10px;border-bottom-left-radius:10px;cursor:pointer}.products-section .product-grid-div .product-grid-style-2 .product-card .img-div .product-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.5s}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;text-align:left;padding:15px;border:1px solid #dcdcdc;border-top-right-radius:10px;border-bottom-right-radius:10px;height:110px;width:65%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background:#f8f8f9;color:#000;padding:5px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div .cart-icon{font-size:18px;transition:.3s}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div .cart-icon:hover{color:var(--primary-color);transition:.3s}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div:hover{box-shadow:0 0 10px rgba(0,0,0,.15)}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name-category-div{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name-wrapper{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.25;padding-right:30px;width:100%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{font-size:16px;font-weight:700;margin:0;display:inline;flex-shrink:1;line-height:1.25;text-align:left}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .default-size-badge-inline{font-size:10px;font-weight:600;color:var(--primary-color);background:rgba(255,152,0,.1);padding:2px 6px;border-radius:10px;white-space:nowrap;flex-shrink:0;margin-bottom:0}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-category{margin:0;padding:0;font-size:12px;color:#666;font-weight:700;line-height:1.25;text-align:left;width:100%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-description{margin:0;font-size:10px;line-height:1.3}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:5px;font-size:14px;font-weight:700;flex-wrap:wrap;width:100%;line-height:1.25}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .product-price.strike{text-decoration:line-through;color:red;font-size:10px;margin-bottom:1px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .default-size-badge{font-size:10px;font-weight:600;color:var(--primary-color);background:rgba(255,152,0,.1);padding:2px 6px;border-radius:10px;margin-left:4px}.products-section .product-grid-div .product-grid-style-2 .product-card .offer-percentage-div{position:absolute;display:flex;justify-content:center;align-items:center;top:9px;left:-35px;background:red;color:#fff;font-size:8px;font-weight:600;transition:.3s;padding:2px 10px;border-top-right-radius:20px;border-bottom-right-radius:20px;transform:rotate(310deg);width:100px}.products-section .product-grid-div .product-grid-style-2 .product-card:hover img{transform:scale(1.1);transition:.3s}.products-section .product-grid-div .product-grid-style-2 .product-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.15)}.products-section .product-grid-div .footer-controls{gap:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#f8f8f9;padding:10px 20px;border-radius:10px}.products-section .product-grid-div .footer-controls .footer-pagination{display:flex;gap:10px;margin-bottom:10px}.products-section .product-grid-div .footer-controls .footer-pagination .page-number{cursor:pointer;border-radius:3px;height:30px;width:30px}.products-section .product-grid-div .footer-controls .footer-pagination .page-number.active{background-color:#470531;color:#fff}.products-section .product-grid-div .footer-controls .footer-pagination span{display:flex;justify-content:center;align-items:center;height:30px;width:30px;background:#eaeaea;transition:.3s;cursor:pointer;border-radius:3px;margin-top:10px}.products-section .product-grid-div .footer-controls .footer-pagination span:hover{background:#d5d5d5;transition:.3s}.products-section .product-grid-div .footer-controls .footer-pagination span.disabled{opacity:.5;pointer-events:none}.products-section .product-grid-div .footer-controls .footer-pagination span:disabled{cursor:not-allowed}.products-section .loading-div,.products-section .no-categories-div,.products-section .no-products-div{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;margin:20px auto}.products-section .loading-div svg,.products-section .no-categories-div svg,.products-section .no-products-div svg{font-size:50px;color:var(--primary-color)}.products-section .no-products-div{margin-top:50px;margin-bottom:50px}.products-section.ar .product-grid-div{display:flex;flex-direction:column;gap:16px;width:100%}.products-section.ar .product-grid-div .product-grid .product-card .img-div .cart-div{left:5px;right:auto}.products-section.ar .product-grid-div .product-grid .product-card .product-details{text-align:right}.products-section.ar .product-grid-div .product-grid .product-card .offer-percentage-div{right:-30px;transform:rotate(-310deg)}.products-section.ar .product-grid-div .product-grid-style-2 .product-card,.products-section.ar .product-grid-div .product-grid-style-2 .product-card .product-details{text-align:right}.products-section.ar .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{padding-right:0;padding-left:30px}.products-section.ar .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div{top:5px;left:5px;right:auto}.products-section.ar .product-grid-div .product-grid-style-2 .product-card .offer-percentage-div{top:9px;right:-35px;left:auto;transform:rotate(-310deg)}@media(max-width:1050px){.products-section .product-grid-div .product-grid-style-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.products-section .product-grid-div .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.products-section .product-grid-div .product-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.products-section .product-grid-div .product-grid .product-card .img-div{height:160px}.products-section .product-grid-div .product-grid .product-card .product-details{height:auto;justify-content:flex-end}.products-section .product-grid-div .product-grid .product-card .product-details .product-name{font-size:16px}.products-section .product-grid-div .product-grid .product-card .product-details .product-category{font-size:13px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div{font-size:15px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .product-price.strike{font-size:11px}.products-section .product-grid-div .product-grid-style-2{gap:20px;grid-template-columns:repeat(1,1fr)}.products-section .product-grid-div .product-grid-style-2 .product-card,.products-section .product-grid-div .product-grid-style-2 .product-card .img-div,.products-section .product-grid-div .product-grid-style-2 .product-card .product-details{height:200px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{font-size:18px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-category{font-size:16px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-description{font-size:14px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div{font-size:18px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .product-price.strike{font-size:14px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .cart-div{top:10px;right:10px}}@media(max-width:550px){.products-section .product-grid-div .header-controls{flex-direction:column-reverse;align-items:center;gap:10px}.products-section .product-grid-div .header-controls .product_views{justify-content:space-between;width:100%}.products-section .product-grid-div .header-controls .product_filters{justify-content:space-between;width:100%;gap:20px}.products-section.margin-bottom{margin-bottom:80px}}@media(max-width:500px){.products-section .category-grid{width:100%;height:100%;gap:10px}.products-section .category-grid .category-card{width:120px;min-height:120px;height:auto;padding:10px;gap:8px}.products-section .category-grid .category-card .img-div{width:60px;height:60px;min-width:60px;min-height:60px;flex-shrink:0}.products-section .category-grid .category-card .category-name{font-size:12px;text-align:center}.products-section .product-grid-div .product-grid{gap:15px}.products-section .product-grid-div .product-grid .product-card .img-div{height:150px}.products-section .product-grid-div .product-grid .product-card .product-details{height:auto;gap:5px}.products-section .product-grid-div .product-grid .product-card .product-details .product-name{font-size:15px}.products-section .product-grid-div .product-grid .product-card .product-details .product-category{font-size:12px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div{font-size:14px}.products-section .product-grid-div .product-grid .product-card .product-details .price-div .product-price.strike{font-size:11px}.products-section .product-grid-div .product-grid-style-2{gap:15px}.products-section .product-grid-div .product-grid-style-2 .product-card{height:160px}.products-section .product-grid-div .product-grid-style-2 .product-card .img-div{height:160px;width:40%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details{height:160px;width:60%}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-name{font-size:16px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-category{font-size:12px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .product-description{font-size:10px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div{font-size:14px}.products-section .product-grid-div .product-grid-style-2 .product-card .product-details .price-div .product-price.strike{font-size:10px}}.filtered-products-section{display:block;border-radius:10px}.filtered-products-section .head-div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.filtered-products-section .head-div .main-heading{margin:0}.filtered-products-section .product-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;height:100%}.filtered-products-section .product-grid .product-card{position:relative;display:flex;flex-direction:row;justify-content:space-between;background:#fff;border-radius:10px;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:all .3s ease;height:130px}.filtered-products-section .product-grid .product-card .img-div{position:relative;width:35%;height:130px;overflow:hidden;border-top-left-radius:10px;border-bottom-left-radius:10px;cursor:pointer}.filtered-products-section .product-grid .product-card .img-div .product-image{width:100%;height:100%;object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.5s}.filtered-products-section .product-grid .product-card .product-details{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;text-align:left;padding:15px;border:1px solid #dcdcdc;border-top-right-radius:10px;border-bottom-right-radius:10px;height:130px;width:65%}.filtered-products-section .product-grid .product-card .product-details .cart-div{position:absolute;top:5px;right:5px;display:flex;justify-content:center;align-items:center;background:#f8f8f9;color:#000;padding:5px;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.filtered-products-section .product-grid .product-card .product-details .cart-div .cart-icon{font-size:18px;transition:.3s}.filtered-products-section .product-grid .product-card .product-details .cart-div .cart-icon:hover{color:var(--primary-color);transition:.3s}.filtered-products-section .product-grid .product-card .product-details .cart-div:hover{box-shadow:0 0 10px rgba(0,0,0,.15)}.filtered-products-section .product-grid .product-card .product-details .product-name-category-div{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.filtered-products-section .product-grid .product-card .product-details .product-name-wrapper{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.25;padding-right:30px;width:100%}.filtered-products-section .product-grid .product-card .product-details .product-name{font-size:16px;font-weight:700;margin:0;display:inline;flex-shrink:1;line-height:1.25;text-align:left}.filtered-products-section .product-grid .product-card .product-details .default-size-badge-inline{font-size:10px;font-weight:600;color:var(--primary-color);background:rgba(255,152,0,.1);padding:2px 6px;border-radius:10px;white-space:nowrap;flex-shrink:0}.filtered-products-section .product-grid .product-card .product-details .product-category{margin:0;padding:0;font-size:12px;color:#666;font-weight:700;line-height:1.25;text-align:left;width:100%}.filtered-products-section .product-grid .product-card .product-details .product-description{margin:0;font-size:10px;line-height:1.3}.filtered-products-section .product-grid .product-card .product-details .price-div{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:5px;font-size:14px;font-weight:700;flex-wrap:wrap;width:100%;line-height:1.25}.filtered-products-section .product-grid .product-card .product-details .price-div .product-price.strike{text-decoration:line-through;color:var(--primary-color);font-size:10px;margin-bottom:1px}.filtered-products-section .product-grid .product-card .product-details .price-div .default-size-badge{font-size:10px;font-weight:600;color:var(--primary-color);background:rgba(255,152,0,.1);padding:2px 6px;border-radius:10px;margin-left:4px}.filtered-products-section .product-grid .product-card .offer-percentage-div{position:absolute;display:flex;justify-content:center;align-items:center;top:9px;left:-35px;background:#eb3424;color:#fff;font-size:8px;font-weight:600;transition:.3s;padding:2px 10px;border-top-right-radius:20px;border-bottom-right-radius:20px;transform:rotate(310deg);width:100px}.filtered-products-section .product-grid .product-card:hover img{transform:scale(1.1);transition:.3s}.filtered-products-section .product-grid .product-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.15)}.filtered-products-section .no-products-found{margin-top:30px;padding-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.filtered-products-section .no-products-found svg{font-size:80px;color:var(--primary-color)}.filtered-products-section .no-products-found h1{font-size:20px;text-align:center}.filtered-products-section .loading-div,.filtered-products-section .no-products-div{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;margin:50px auto}.filtered-products-section .loading-div svg,.filtered-products-section .no-products-div svg{font-size:50px;color:var(--primary-color)}.filtered-products-section.ar .product-grid .product-card .product-details{text-align:right}.filtered-products-section.ar .product-grid .product-card .product-details .product-name{padding-right:0;padding-left:30px}.filtered-products-section.ar .product-grid .product-card .product-details .cart-div{top:5px;left:5px;right:auto}.filtered-products-section.ar .product-grid .product-card .offer-percentage-div{right:-35px;left:auto;transform:rotate(-310deg)}@media(max-width:1050px){.filtered-products-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.filtered-products-section .product-grid{gap:20px;grid-template-columns:repeat(1,1fr)}.filtered-products-section .product-grid .product-card,.filtered-products-section .product-grid .product-card .img-div,.filtered-products-section .product-grid .product-card .product-details{height:200px}.filtered-products-section .product-grid .product-card .product-details .product-name{font-size:18px}.filtered-products-section .product-grid .product-card .product-details .product-category{font-size:16px}.filtered-products-section .product-grid .product-card .product-details .product-description{font-size:14px}.filtered-products-section .product-grid .product-card .product-details .price-div{font-size:18px}.filtered-products-section .product-grid .product-card .product-details .price-div .product-price.strike{font-size:14px}.filtered-products-section .product-grid .product-card .product-details .cart-div{top:10px;right:10px}}@media(max-width:500px){.filtered-products-section .product-grid{gap:15px}.filtered-products-section .product-grid .product-card,.filtered-products-section .product-grid .product-card .img-div,.filtered-products-section .product-grid .product-card .product-details{height:140px}.filtered-products-section .product-grid .product-card .product-details .product-name{font-size:16px}.filtered-products-section .product-grid .product-card .product-details .product-category{font-size:12px}.filtered-products-section .product-grid .product-card .product-details .product-description{font-size:10px}.filtered-products-section .product-grid .product-card .product-details .price-div{font-size:14px}.filtered-products-section .product-grid .product-card .product-details .price-div .product-price.strike{font-size:10px}}