/* image wrapper with aspect ratio */ .product-img position: relative; background: #f4f8fe; padding: 1rem; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid #edf2f7;

.swiper-button-next:after, .swiper-button-prev:after font-size: 1.2rem; font-weight: bold; color: #2c4e6e;

/* add subtle fade effect for better depth */ .product-card transition: transform 0.2s, box-shadow 0.2s; </style> </head> <body>

.swiper-slide height: auto; display: flex; transition: transform 0.2s ease;

/* 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;

.swiper-pagination-bullet-active background: #1f6392; opacity: 1; width: 24px; border-radius: 10px;

/* section header */ .section-head text-align: center; margin-bottom: 2rem;

<!-- Product 5 --> <div class="swiper-slide"> <div class="product-card"> <div class="product-img"> <img src="https://cdn-icons-png.flaticon.com/512/1046/1046784.png" alt="Ceramic Mug" loading="lazy"> </div> <div class="product-info"> <div class="product-category">Home & Living</div> <div class="product-title">Zen Stone Mug</div> <div class="product-desc">Handcrafted ceramic, heat-retaining, 350ml</div> <div class="price-row"> <span class="current-price">$24</span> <span class="old-price">$32</span> </div> <button class="btn-add" aria-label="Add to cart">+ Add to Cart</button> </div> </div> </div>

/* product card design */ .product-card background: white; border-radius: 1.75rem; overflow: hidden; width: 100%; display: flex; flex-direction: column; transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); box-shadow: 0 12px 26px -8px rgba(0, 0, 0, 0.08); border: 1px solid rgba(255,255,255,0.5); backdrop-filter: blur(2px);

/* Swiper custom styling */ .product-swiper width: 100%; padding: 0.5rem 0.2rem 2rem 0.2rem;

/* Swiper navigation + pagination custom */ .swiper-button-next, .swiper-button-prev background: white; width: 44px; height: 44px; border-radius: 60px; box-shadow: 0 6px 14px rgba(0,0,0,0.08); transition: all 0.2s; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.7);

Scroll to Top

Get ClickFunnels Discount

+ 2 FREE Gifts