<!-- Product 6 --> <div class="swiper-slide"> <div class="product-card"> <div class="product-img"> <span class="badge new">Limited</span> <img src="https://cdn-icons-png.flaticon.com/512/1223/1223324.png" alt="Smart Speaker" loading="lazy"> </div> <div class="product-info"> <div class="product-category">Smart Home</div> <div class="product-title">EchoDot Sphere</div> <div class="product-desc">Voice assistant, rich sound, multi-room sync</div> <div class="price-row"> <span class="current-price">$79</span> <span class="old-price">$109</span> </div> <button class="btn-add" aria-label="Add to cart">+ Add to Cart</button> </div> </div> </div>
.swiper-pagination-bullet background: #bdd4e6; opacity: 0.6; width: 8px; height: 8px;
.product-img img width: 100%; max-width: 220px; height: auto; aspect-ratio: 1 / 0.95; object-fit: contain; transition: transform 0.4s ease; display: block; margin: 0 auto; Responsive Product Slider Html Css Codepen
.current-price font-size: 1.5rem; font-weight: 800; color: #1f6392;
.section-head p color: #5b6f82; font-weight: 500; margin-top: 0.5rem; font-size: 1rem; !-- Product 6 -->
<!-- Product 4 --> <div class="swiper-slide"> <div class="product-card"> <div class="product-img"> <span class="badge">−15%</span> <img src="https://cdn-icons-png.flaticon.com/512/3584/3584575.png" alt="Wireless Charger" loading="lazy"> </div> <div class="product-info"> <div class="product-category">Tech</div> <div class="product-title">MagFlow 3in1</div> <div class="product-desc">Fast charge for phone, watch, earbuds</div> <div class="price-row"> <span class="current-price">$59</span> <span class="old-price">$69</span> </div> <button class="btn-add" aria-label="Add to cart">+ Add to Cart</button> </div> </div> </div>
.product-category font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; color: #5c7f9c; margin-bottom: 0.5rem; span class="badge new">
.swiper-button-next:hover, .swiper-button-prev:hover background: #ffffff; box-shadow: 0 10px 20px rgba(0,0,0,0.12); transform: scale(1.02);
/* section header */ .section-head text-align: center; margin-bottom: 2rem;
/* responsive adjustments */ @media (max-width: 768px) .slider-container padding: 1.5rem 0.5rem 2rem 0.5rem; .section-head h2 font-size: 1.7rem; .product-title font-size: 0.95rem; .current-price font-size: 1.25rem; .swiper-button-next, .swiper-button-prev width: 36px; height: 36px; .swiper-button-next:after, .swiper-button-prev:after font-size: 1rem;
/* badge / discount */ .badge position: absolute; top: 16px; left: 16px; background: #e73c3c; color: white; font-size: 0.7rem; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: 40px; letter-spacing: 0.3px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); backdrop-filter: blur(2px); z-index: 2;