.top-selling-section{padding:40px 15px;text-align:center;background-color:#fff}.header-container{margin-bottom:30px}.section-title-icon{font-size:2em;font-weight:700;color:#333;margin-bottom:5px}.icon-sparkle{color:orange;font-size:1.2em}.section-subtitle{font-size:1em;color:#6c757d}.products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;margin:0 auto}.product-card{flex:1 1 250px;max-width:280px;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .05);background-color:#fff;transition:transform 0.3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgb(0 0 0 / .1)}.product-image-box{position:relative;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.product-image-box img{width:100%;height:100%;object-fit:cover}.product-tag{position:absolute;top:10px;right:10px;padding:5px 10px;color:#fff;font-size:.8em;font-weight:700;border-radius:4px}.new-tag{background-color:#00bcd4}.discount-tag{background-color:#dc3545}.top-tag{background-color:#4CAF50}.product-info-box{padding:15px;display:flex;flex-direction:column;align-items:center}.product-title{font-size:1.1em;font-weight:600;margin-bottom:5px;color:#343a40}.product-rating{margin-bottom:10px;font-size:.9em}.stars{color:gold;letter-spacing:-1px}.reviews{color:#6c757d}.product-price-range{font-size:1.1em;font-weight:700;color:#dc3545;margin-bottom:15px}.detail-button{display:block;width:100%;background-color:#00bcd4;color:#fff;text-align:center;padding:12px 0;border-radius:4px;text-decoration:none;font-weight:700;transition:background-color 0.3s}.detail-button:hover{background-color:#00a0b0}@media (max-width:768px){.products-grid{gap:15px}.product-card{flex:1 1 45%;max-width:100%}}@media (max-width:576px){.product-card{flex:1 1 100%}}