.product-module__63hqPa__productContainer{color:#fff;background:radial-gradient(circle,#b31212e0,#2a7e78,#317f88,#ac9720,#ce7415,#da3c3c,#4b468ba8) 0 0/400% 400%;min-height:100vh;padding:100px 20px 60px;animation:20s infinite product-module__63hqPa__radialShift;overflow-x:hidden}@keyframes product-module__63hqPa__radialShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.product-module__63hqPa__productContainerContent{text-align:center;max-width:600px;margin:0 auto 50px}.product-module__63hqPa__aboutHeading{color:#fff;margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.product-module__63hqPa__productContainerContentDes{letter-spacing:.5px;opacity:.85;color:#fff;font-size:1.1rem}.product-module__63hqPa__productsContainer{max-width:1300px;margin:0 auto}.product-module__63hqPa__productsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.product-module__63hqPa__productItem{cursor:pointer;opacity:0;animation:.5s ease-out forwards product-module__63hqPa__fadeInUp;display:flex}.product-module__63hqPa__productItem:first-child{animation-delay:0s}.product-module__63hqPa__productItem:nth-child(2){animation-delay:.1s}.product-module__63hqPa__productItem:nth-child(3){animation-delay:.2s}.product-module__63hqPa__productItem:nth-child(4){animation-delay:.3s}.product-module__63hqPa__productItem:nth-child(5){animation-delay:.4s}.product-module__63hqPa__productItem:nth-child(6){animation-delay:.5s}.product-module__63hqPa__productItem:nth-child(7){animation-delay:.6s}.product-module__63hqPa__productItem:nth-child(8){animation-delay:.7s}.product-module__63hqPa__productItem:nth-child(9){animation-delay:.8s}.product-module__63hqPa__productItem:nth-child(10){animation-delay:.9s}.product-module__63hqPa__productItem:nth-child(11){animation-delay:1s}.product-module__63hqPa__productItem:nth-child(12){animation-delay:1.1s}.product-module__63hqPa__productCard{background:#fff;border-radius:20px;flex-direction:column;width:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0000002e}.product-module__63hqPa__productCard:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000047}.product-module__63hqPa__wishlistBtn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;z-index:3;background:#ffffffe6;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:18px;transition:transform .3s,background .3s;display:flex;position:absolute;top:14px;right:14px}.product-module__63hqPa__wishlistBtn:before{content:"♡";color:#555;font-size:18px;line-height:1}.product-module__63hqPa__wishlistBtn:hover{background:#fff;transform:scale(1.15)}.product-module__63hqPa__wishlistBtn.product-module__63hqPa__active{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-color:#0000}.product-module__63hqPa__wishlistBtn.product-module__63hqPa__active:before{content:"♥";color:#fff}.product-module__63hqPa__productImageContainer{aspect-ratio:3/3.2;background:#f0f0f0;flex-shrink:0;width:100%}.product-module__63hqPa__productImage{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.product-module__63hqPa__productInfo{background:#fff;flex-direction:column;gap:5px;padding:14px 16px 18px;display:flex}.product-module__63hqPa__productContainerCategory{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:700}.product-module__63hqPa__productContainerTitle{color:#111;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.product-module__63hqPa__productBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-top:6px;display:flex}.product-module__63hqPa__price{color:#111;font-size:1.3rem;font-weight:800}.product-module__63hqPa__sizesAvailable{color:#667eea;white-space:nowrap;background:#eff0ff;border-radius:20px;padding:3px 10px;font-size:1rem;font-weight:600}.product-module__63hqPa__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:120px 20px;display:flex}.product-module__63hqPa__loading p{color:#fff;opacity:.9;font-size:1rem}.product-module__63hqPa__loadingSpinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:.9s linear infinite product-module__63hqPa__spin}@keyframes product-module__63hqPa__spin{to{transform:rotate(360deg)}}.product-module__63hqPa__error{text-align:center;color:#fff;padding:80px 20px}.product-module__63hqPa__error h3{color:#fca5a5;margin-bottom:10px;font-size:1.4rem}.product-module__63hqPa__error p{opacity:.85;margin-bottom:6px}.product-module__63hqPa__retryBtn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:10px;margin-top:20px;padding:12px 28px;font-size:.95rem;font-weight:700;transition:opacity .2s}.product-module__63hqPa__retryBtn:hover{opacity:.85}@keyframes product-module__63hqPa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.product-module__63hqPa__productsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:640px){.product-module__63hqPa__productContainer{padding:80px 12px 40px}.product-module__63hqPa__productsGrid{grid-template-columns:repeat(2,1fr);gap:14px}.product-module__63hqPa__productInfo{padding:10px 12px 14px}.product-module__63hqPa__productContainerTitle{font-size:.9rem}.product-module__63hqPa__price{font-size:.95rem}}@media (max-width:380px){.product-module__63hqPa__productsGrid{grid-template-columns:1fr}}
