.top-products-section{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.section-title{font-size:24px;color:#b41e2e;font-weight:700;margin-bottom:10px}.top-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:2px solid #b41e2e}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.product-card{border:1px solid #ddd;border-radius:8px;background-color:#fff;overflow:hidden;transition:transform .3s ease}.product-image{position:relative}.product-image img{width:100%;height:auto;border-bottom:1px solid #ddd}.product-rating{position:absolute;top:10px;right:10px;background-color:gray;padding:5px 10px;border-radius:50px;font-size:12px;font-weight:700;color:#fff}.product-info{padding:15px;text-align:center}.product-title{font-size:14px;margin-bottom:10px;color:#333;height:38px;overflow:hidden}.product-price{font-size:16px;margin-bottom:10px}.product-price .old-price{text-decoration:line-through;color:#999}.product-price .current-price{font-weight:700;color:#b41e2e}.product-actions{margin-top:10px}.action-row{display:flex;justify-content:center;gap:10px;margin-bottom:5px}.btn{padding:10px 15px;font-size:14px;text-align:center;text-decoration:none;color:#fff;border-radius:5px;flex:1}.buy-now-btn{background-color:#a00}.add-to-cart-btn{background-color:#048e97}.wishlist-btn{background-color:#6c757d;width:100%}.wishlist-btn i{margin-right:5px}@media(max-width:768px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:576px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.btn{font-size:12px;padding:8px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-styles.css.map */
