Glow Starts Here

Luxury skincare made simple. Trusted by women who crave confidence and clean beauty.

Shop Best Sellers
.image-wrap { position: relative; overflow: hidden; border-radius: 16px; background: #f9f9f9; } .image-wrap img { width: 100%; height: auto; object-fit: cover; display: block; transform: scale(1); opacity: 0; animation: fadeIn 1s ease forwards; transition: transform 0.4s ease, opacity 0.3s ease; } .product-card:hover .image-wrap img { transform: scale(1.05); opacity: 0.95; } /* Fade-in Animation */ @keyframes fadeIn { to { opacity: 1; } } /* Gradient Overlay */ .image-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 40%; background: linear-gradient(to top, rgba(0,0,0,0.4), transparent); z-index: 1; } /* Badge (e.g., New, Hot) */ .image-badge { position: absolute; top: 12px; left: 12px; background: #e60073; color: white; padding: 4px 12px; font-size: 0.75rem; font-weight: 600; border-radius: 14px; z-index: 2; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }