.ProductCard-module__bki8ua__card{background:var(--marketing-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);flex-direction:column;max-width:100%;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.ProductCard-module__bki8ua__card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:#8b5cf64d;transform:translateY(-8px)}.ProductCard-module__bki8ua__imageLink{display:block}.ProductCard-module__bki8ua__imageContainer{background:#f1f5f9;height:200px;position:relative;overflow:hidden}.ProductCard-module__bki8ua__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__image{transform:scale(1.05)}.ProductCard-module__bki8ua__placeholder{color:#94a3b8;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;font-size:.85rem;display:flex}.ProductCard-module__bki8ua__placeholder svg{opacity:.6}.ProductCard-module__bki8ua__imageSkeleton{z-index:1;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite ProductCard-module__bki8ua__shimmer;position:absolute;inset:0}@keyframes ProductCard-module__bki8ua__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ProductCard-module__bki8ua__imageLoading{opacity:0}.ProductCard-module__bki8ua__imageLoaded{opacity:1;transition:opacity .3s ease-in-out}.ProductCard-module__bki8ua__affiliateBadge{color:#fff;z-index:1;background:linear-gradient(135deg,#3665f3,#0654ba);border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.ProductCard-module__bki8ua__conditionBadge{color:#fff;z-index:1;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700;position:absolute;bottom:.75rem;right:.75rem}.ProductCard-module__bki8ua__wishlistBtn{cursor:pointer;z-index:2;color:#64748b;opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem;transform:scale(.9);box-shadow:0 2px 8px #0000001a}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__wishlistBtn,.ProductCard-module__bki8ua__wishlistBtn:focus-visible{opacity:1;transform:scale(1)}.ProductCard-module__bki8ua__wishlistBtn:hover{color:#ef4444;background:#fff;transform:scale(1.1)}.ProductCard-module__bki8ua__wishlistBtn.ProductCard-module__bki8ua__inWishlist{opacity:1;color:#ef4444;background:#fff}.ProductCard-module__bki8ua__compareBtn{cursor:pointer;z-index:2;color:#64748b;opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:3rem;right:.5rem;transform:scale(.9);box-shadow:0 2px 8px #0000001a}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__compareBtn,.ProductCard-module__bki8ua__compareBtn:focus-visible{opacity:1;transform:scale(1)}.ProductCard-module__bki8ua__compareBtn:hover{color:var(--marketing-primary);background:#fff;transform:scale(1.1)}.ProductCard-module__bki8ua__compareBtnActive{opacity:1;color:#fff;background:var(--marketing-primary)}.ProductCard-module__bki8ua__compareBtnActive:hover{color:#fff;background:#7c3aed}.ProductCard-module__bki8ua__quickViewBtn{cursor:pointer;z-index:2;color:#64748b;opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:5.5rem;right:.5rem;transform:scale(.9);box-shadow:0 2px 8px #0000001a}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__quickViewBtn,.ProductCard-module__bki8ua__quickViewBtn:focus-visible{opacity:1;transform:scale(1)}.ProductCard-module__bki8ua__quickViewBtn:hover{color:#3b82f6;background:#fff;transform:scale(1.1)}.ProductCard-module__bki8ua__content{flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem;display:flex}.ProductCard-module__bki8ua__ratingRow{align-items:center;gap:.35rem;margin-bottom:.5rem;display:flex}.ProductCard-module__bki8ua__rating{gap:1px;display:flex}.ProductCard-module__bki8ua__reviewCount{color:#64748b;font-size:.75rem}.ProductCard-module__bki8ua__titleLink{text-decoration:none}.ProductCard-module__bki8ua__title{color:var(--marketing-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.35rem;font-size:1rem;font-weight:600;transition:color .2s;display:-webkit-box;overflow:hidden}.ProductCard-module__bki8ua__titleLink:hover .ProductCard-module__bki8ua__title{color:var(--marketing-primary)}.ProductCard-module__bki8ua__price{color:var(--marketing-text);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.ProductCard-module__bki8ua__actions{margin-top:auto}.ProductCard-module__bki8ua__button{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;min-height:48px;padding:.85rem;font-size:.9rem;font-weight:600;transition:background .3s,transform .1s;display:flex}@media (max-width:480px){.ProductCard-module__bki8ua__button{padding:1rem}.ProductCard-module__bki8ua__wishlistBtn,.ProductCard-module__bki8ua__compareBtn,.ProductCard-module__bki8ua__quickViewBtn{width:40px;height:40px}}.ProductCard-module__bki8ua__button:active{transform:scale(.98)}.ProductCard-module__bki8ua__buyBtn{background:var(--marketing-primary);color:#fff}.ProductCard-module__bki8ua__buyBtn:hover{background:#7c3aed}.ProductCard-module__bki8ua__visitBtn{color:#fff;background:linear-gradient(135deg,#3665f3,#0654ba);border:none}.ProductCard-module__bki8ua__visitBtn:hover{background:linear-gradient(135deg,#4a7af5,#0761d1)}.ProductCard-module__bki8ua__notifyBtn{color:#4b5563;background-color:#f3f4f6;border:1px solid #e5e7eb}.ProductCard-module__bki8ua__notifyBtn:hover{background-color:#e5e7eb}.ProductCard-module__bki8ua__stockBadge{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.05em;background:#ef4444f2;padding:.5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.ProductCard-module__bki8ua__lowStockBadge{color:#fff;z-index:1;background:#f59e0bf2;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:700;position:absolute;bottom:.75rem;left:.75rem}@media (max-width:480px){.ProductCard-module__bki8ua__stockBadge{padding:.35rem;font-size:.65rem}.ProductCard-module__bki8ua__lowStockBadge{padding:.2rem .4rem;font-size:.6rem;bottom:.5rem;left:.5rem}.ProductCard-module__bki8ua__affiliateBadge,.ProductCard-module__bki8ua__conditionBadge{padding:.2rem .4rem;font-size:.6rem}.ProductCard-module__bki8ua__affiliateBadge{top:.5rem;left:.5rem}.ProductCard-module__bki8ua__conditionBadge{bottom:.5rem;right:.5rem}}.ProductCard-module__bki8ua__button.ProductCard-module__bki8ua__disabled,.ProductCard-module__bki8ua__button:disabled{color:#64748b;cursor:not-allowed;background:#cbd5e1;transform:none}.ProductCard-module__bki8ua__button.ProductCard-module__bki8ua__disabled:hover,.ProductCard-module__bki8ua__button:disabled:hover{background:#cbd5e1;transform:none}
.page-module__0PR35G__container{max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem}.page-module__0PR35G__breadcrumb{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.page-module__0PR35G__breadcrumbLink{color:#64748b;align-items:center;gap:.25rem;text-decoration:none;transition:color .2s;display:flex}.page-module__0PR35G__breadcrumbLink:hover{color:var(--marketing-primary)}.page-module__0PR35G__chevronIcon{color:#cbd5e1}.page-module__0PR35G__breadcrumbCurrent{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}@media (max-width:768px){.page-module__0PR35G__breadcrumbCurrent{max-width:150px}}.page-module__0PR35G__productWrapper{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);background:#fff;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;padding:2rem;display:grid}.page-module__0PR35G__imageSection{flex-direction:column;gap:1rem;display:flex}.page-module__0PR35G__mainImage{border-radius:var(--radius-lg);aspect-ratio:1;background:#f8fafc;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.page-module__0PR35G__mainImage img{object-fit:contain;max-width:100%;max-height:100%}.page-module__0PR35G__noImage{color:#94a3b8;font-size:1rem}.page-module__0PR35G__conditionBadge{color:#fff;text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.page-module__0PR35G__affiliateBadge{color:#fff;background:linear-gradient(135deg,#3665f3,#0654ba);border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.page-module__0PR35G__thumbnails{gap:.75rem;padding:.5rem 0;display:flex;overflow-x:auto}.page-module__0PR35G__thumbnail{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:border-color .2s;overflow:hidden}.page-module__0PR35G__thumbnail:hover,.page-module__0PR35G__thumbnail:focus{border-color:var(--marketing-primary)}.page-module__0PR35G__thumbnail img{object-fit:cover;width:100%;height:100%}.page-module__0PR35G__infoSection{flex-direction:column;min-width:0;display:flex;overflow:hidden}.page-module__0PR35G__categoryTag{color:#64748b;background:#f1f5f9;border-radius:20px;align-self:flex-start;margin-bottom:1rem;padding:.35rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.page-module__0PR35G__categoryTag:hover{background:var(--marketing-primary);color:#fff}.page-module__0PR35G__title{color:#0f172a;overflow-wrap:break-word;word-wrap:break-word;margin:0 0 1rem;font-size:2rem;font-weight:700;line-height:1.2}.page-module__0PR35G__ratingRow{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.page-module__0PR35G__stars{gap:2px;display:flex}.page-module__0PR35G__ratingText{color:#64748b;font-size:.9rem}.page-module__0PR35G__priceSection{align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__0PR35G__price{color:#0f172a;font-size:2rem;font-weight:700}.page-module__0PR35G__shipping{color:#10b981;align-items:center;gap:.25rem;font-size:.9rem;font-weight:500;display:flex}.page-module__0PR35G__description{color:#334155;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.page-module__0PR35G__description p{margin:0 0 1rem}.page-module__0PR35G__description ul,.page-module__0PR35G__description ol{margin:0 0 1rem 1.5rem}.page-module__0PR35G__variantsSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.page-module__0PR35G__stockInfo{margin-bottom:1.5rem}.page-module__0PR35G__inStock{color:#10b981;align-items:center;gap:.35rem;font-weight:600;display:inline-flex}.page-module__0PR35G__lowStock{color:#f59e0b;font-weight:600}.page-module__0PR35G__outOfStock{color:#ef4444;font-weight:600}.page-module__0PR35G__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__0PR35G__secondaryActions{gap:.5rem;display:flex}.page-module__0PR35G__addToCartBtn{background:var(--marketing-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #8b5cf640}.page-module__0PR35G__addToCartBtn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf659}.page-module__0PR35G__addToCartBtn:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.page-module__0PR35G__ebayBtn{color:#fff;border-radius:var(--radius-md);background:linear-gradient(135deg,#3665f3,#0654ba);align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #3665f340}.page-module__0PR35G__ebayBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3665f359}.page-module__0PR35G__affiliateDisclosure{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:1.5rem;padding:.75rem;font-size:.8rem}.page-module__0PR35G__relatedSection{margin-top:3rem}.page-module__0PR35G__sectionTitle{color:#0f172a;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.page-module__0PR35G__relatedGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module__0PR35G__meta{border-top:1px solid var(--border-subtle);color:var(--marketing-text-muted);gap:2rem;margin-top:auto;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:1024px){.page-module__0PR35G__relatedGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.page-module__0PR35G__container{padding:1rem .5rem}.page-module__0PR35G__productWrapper{grid-template-columns:1fr;gap:2rem;width:100%;max-width:100%;padding:1.25rem;overflow:hidden}.page-module__0PR35G__infoSection{width:100%;max-width:100%}.page-module__0PR35G__title{word-break:break-word;overflow-wrap:break-word;font-size:1.5rem}.page-module__0PR35G__price{font-size:1.5rem}.page-module__0PR35G__relatedGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.page-module__0PR35G__thumbnails{width:calc(100% + 1rem);margin:0 -.5rem;padding:.5rem}.page-module__0PR35G__mainImage{border-radius:var(--radius-md)}}@media (max-width:480px){.page-module__0PR35G__container{padding:.5rem}.page-module__0PR35G__breadcrumb{flex-wrap:nowrap;margin-bottom:1rem;font-size:.75rem;overflow:hidden}.page-module__0PR35G__breadcrumbCurrent{flex-shrink:1;max-width:120px}.page-module__0PR35G__categoryTag{padding:.25rem .5rem;font-size:.75rem}.page-module__0PR35G__productWrapper{box-shadow:none;background:0 0;border:none;grid-template-columns:minmax(0,1fr);gap:1.5rem;padding:1rem}.page-module__0PR35G__infoSection{width:100%;max-width:100%}.page-module__0PR35G__imageSection{margin:0 -1rem}.page-module__0PR35G__mainImage{border-radius:0}.page-module__0PR35G__thumbnails{padding-left:1rem}.page-module__0PR35G__relatedGrid{grid-template-columns:1fr}.page-module__0PR35G__ebayBtn,.page-module__0PR35G__addToCartBtn{justify-content:center;width:100%}}
.QuickViewModal-module__yIByua__backdrop{z-index:1000;background:#0009;animation:.2s QuickViewModal-module__yIByua__fadeIn;position:fixed;inset:0}@keyframes QuickViewModal-module__yIByua__fadeIn{0%{opacity:0}to{opacity:1}}.QuickViewModal-module__yIByua__modal{z-index:1001;background:#fff;border-radius:16px;width:95%;max-width:900px;max-height:90vh;animation:.3s QuickViewModal-module__yIByua__slideIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}@keyframes QuickViewModal-module__yIByua__slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.QuickViewModal-module__yIByua__closeBtn{cursor:pointer;z-index:10;color:#64748b;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000001a}.QuickViewModal-module__yIByua__closeBtn:hover{color:#0f172a;background:#f1f5f9}.QuickViewModal-module__yIByua__content{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;display:grid}@media (max-width:768px){.QuickViewModal-module__yIByua__content{grid-template-columns:1fr;gap:1.5rem}}.QuickViewModal-module__yIByua__gallery{flex-direction:column;gap:1rem;display:flex}.QuickViewModal-module__yIByua__mainImage{aspect-ratio:1;background:#f8fafc;border-radius:12px;position:relative;overflow:hidden}.QuickViewModal-module__yIByua__navBtn{cursor:pointer;color:#0f172a;z-index:5;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.QuickViewModal-module__yIByua__navBtn:hover{background:#f1f5f9;transform:translateY(-50%)scale(1.05)}.QuickViewModal-module__yIByua__prevBtn{left:.75rem}.QuickViewModal-module__yIByua__nextBtn{right:.75rem}.QuickViewModal-module__yIByua__thumbnails{justify-content:center;gap:.5rem;display:flex}.QuickViewModal-module__yIByua__thumbnail{cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:8px;width:60px;height:60px;padding:0;transition:border-color .2s;position:relative;overflow:hidden}.QuickViewModal-module__yIByua__thumbnail.QuickViewModal-module__yIByua__active{border-color:var(--marketing-primary)}.QuickViewModal-module__yIByua__thumbnail:hover{border-color:#cbd5e1}.QuickViewModal-module__yIByua__details{flex-direction:column;gap:1rem;display:flex}.QuickViewModal-module__yIByua__title{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.QuickViewModal-module__yIByua__ratingRow{align-items:center;gap:.5rem;display:flex}.QuickViewModal-module__yIByua__stars{gap:2px;display:flex}.QuickViewModal-module__yIByua__ratingText{color:#64748b;font-size:.875rem}.QuickViewModal-module__yIByua__price{color:var(--marketing-primary);margin:0;font-size:1.75rem;font-weight:700}.QuickViewModal-module__yIByua__description{color:#475569;font-size:.9rem;line-height:1.6}.QuickViewModal-module__yIByua__description p{margin:0}.QuickViewModal-module__yIByua__actions{margin-top:1rem}.QuickViewModal-module__yIByua__affiliateBtn{color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.QuickViewModal-module__yIByua__affiliateBtn:hover{opacity:.9;transform:translateY(-1px)}.QuickViewModal-module__yIByua__viewDetails{color:var(--marketing-primary);border:1px solid var(--marketing-primary);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.QuickViewModal-module__yIByua__viewDetails:hover{background:#8b5cf60d}
.ProductImageGallery-module__tFB2VG__container{flex-direction:column;gap:1rem;display:flex}.ProductImageGallery-module__tFB2VG__mainImage{aspect-ratio:1;cursor:zoom-in;background:#f8fafc;border-radius:16px;position:relative;overflow:hidden}.ProductImageGallery-module__tFB2VG__nextImage{object-fit:contain;transition:transform .1s ease-out}.ProductImageGallery-module__tFB2VG__mainImage.ProductImageGallery-module__tFB2VG__zoomed{cursor:crosshair}.ProductImageGallery-module__tFB2VG__mainImage.ProductImageGallery-module__tFB2VG__zoomed .ProductImageGallery-module__tFB2VG__nextImage{will-change:transform}.ProductImageGallery-module__tFB2VG__noImage{color:#94a3b8;justify-content:center;align-items:center;height:100%;font-size:1rem;display:flex}.ProductImageGallery-module__tFB2VG__zoomHint{color:#fff;opacity:0;pointer-events:none;background:#0009;border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.75rem;transition:opacity .2s;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.ProductImageGallery-module__tFB2VG__mainImage:hover .ProductImageGallery-module__tFB2VG__zoomHint{opacity:1}.ProductImageGallery-module__tFB2VG__mainImage.ProductImageGallery-module__tFB2VG__zoomed .ProductImageGallery-module__tFB2VG__zoomHint{opacity:0}.ProductImageGallery-module__tFB2VG__conditionBadge{color:#fff;text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.ProductImageGallery-module__tFB2VG__affiliateBadge{color:#fff;background:#3665f3;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.ProductImageGallery-module__tFB2VG__thumbnails{scrollbar-width:none;gap:.75rem;max-width:100%;padding:.25rem;display:flex;overflow-x:auto}.ProductImageGallery-module__tFB2VG__thumbnails::-webkit-scrollbar{display:none}.ProductImageGallery-module__tFB2VG__thumbnail{cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:72px;height:72px;padding:0;transition:all .15s;overflow:hidden}.ProductImageGallery-module__tFB2VG__thumbnail:hover{border-color:#cbd5e1}.ProductImageGallery-module__tFB2VG__thumbnail.ProductImageGallery-module__tFB2VG__active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.ProductImageGallery-module__tFB2VG__thumbnail img{object-fit:cover;width:100%;height:100%}.ProductImageGallery-module__tFB2VG__lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;animation:.2s ProductImageGallery-module__tFB2VG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProductImageGallery-module__tFB2VG__fadeIn{0%{opacity:0}to{opacity:1}}.ProductImageGallery-module__tFB2VG__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProductImageGallery-module__tFB2VG__closeBtn:hover{background:#fff3}.ProductImageGallery-module__tFB2VG__navBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductImageGallery-module__tFB2VG__navBtn:hover{background:#ffffff40}.ProductImageGallery-module__tFB2VG__prevBtn{left:1.5rem}.ProductImageGallery-module__tFB2VG__nextBtn{right:1.5rem}.ProductImageGallery-module__tFB2VG__lightboxContent{max-width:90vw;max-height:85vh}.ProductImageGallery-module__tFB2VG__lightboxContent img{object-fit:contain;border-radius:8px;max-width:100%;max-height:85vh}.ProductImageGallery-module__tFB2VG__lightboxCounter{color:#ffffffb3;font-size:.9rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (max-width:768px){.ProductImageGallery-module__tFB2VG__zoomHint{display:none}.ProductImageGallery-module__tFB2VG__mainImage{cursor:pointer}.ProductImageGallery-module__tFB2VG__thumbnail{width:60px;height:60px}.ProductImageGallery-module__tFB2VG__navBtn{width:44px;height:44px}}
.SocialActions-module__GG4llq__container{border-top:1px solid #e2e8f0;align-items:center;gap:.75rem;padding-top:1.5rem;display:flex}.SocialActions-module__GG4llq__label{color:#64748b;font-size:.9rem}.SocialActions-module__GG4llq__list{gap:.5rem;display:flex}.SocialActions-module__GG4llq__item{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.SocialActions-module__GG4llq__item:hover{color:#fff;background:#3b82f6}
.ReviewForm-module__5zIvhW__form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.ReviewForm-module__5zIvhW__loginPrompt{text-align:center;color:#64748b;background:#f1f5f9;border-radius:6px;margin-bottom:2rem;padding:1rem}.ReviewForm-module__5zIvhW__loginPrompt a{color:var(--primary-color);font-weight:500;text-decoration:underline}.ReviewForm-module__5zIvhW__writeReviewBtn{color:var(--marketing-primary);border:1px solid var(--marketing-primary);cursor:pointer;background:0 0;border-radius:6px;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.ReviewForm-module__5zIvhW__writeReviewBtn:hover{background:var(--marketing-primary);color:#fff}.ReviewForm-module__5zIvhW__formGroup{margin-bottom:1.25rem}.ReviewForm-module__5zIvhW__formGroup label{color:#334155;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.ReviewForm-module__5zIvhW__input,.ReviewForm-module__5zIvhW__textarea{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.ReviewForm-module__5zIvhW__input:focus,.ReviewForm-module__5zIvhW__textarea:focus{border-color:var(--marketing-primary);outline:none;box-shadow:0 0 0 2px #7c3aed1a}.ReviewForm-module__5zIvhW__textarea{resize:vertical;min-height:120px}.ReviewForm-module__5zIvhW__actions{justify-content:flex-end;gap:1rem;display:flex}.ReviewForm-module__5zIvhW__cancelBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.75rem 1.5rem;font-weight:500}.ReviewForm-module__5zIvhW__cancelBtn:hover{color:#334155;text-decoration:underline}.ReviewForm-module__5zIvhW__submitBtn{background:var(--marketing-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.ReviewForm-module__5zIvhW__submitBtn:hover{filter:brightness(1.1)}.ReviewForm-module__5zIvhW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ReviewForm-module__5zIvhW__purchaseRequired{text-align:center;background:linear-gradient(135deg,#fef3c7 0%,#fef9c3 100%);border:1px solid #fcd34d;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1.25rem;display:flex}.ReviewForm-module__5zIvhW__purchaseRequired p{color:#92400e;margin:0;font-weight:600}.ReviewForm-module__5zIvhW__purchaseHint{color:#a16207;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.ReviewForm-module__5zIvhW__alreadyReviewed{text-align:center;background:#dcfce7;border:1px solid #86efac;border-radius:8px;margin-bottom:2rem;padding:1rem 1.25rem}.ReviewForm-module__5zIvhW__alreadyReviewed p{color:#166534;margin:0;font-weight:500}.ReviewForm-module__5zIvhW__verifiedNote{color:#0369a1;background:#e0f2fe;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.ReviewForm-module__5zIvhW__reviewsContainer{border-top:1px solid #e2e8f0;margin-top:3rem;padding-top:3rem}.ReviewForm-module__5zIvhW__summary{flex-wrap:wrap;align-items:flex-start;gap:3rem;margin-bottom:3rem;display:flex}.ReviewForm-module__5zIvhW__ratingBig{color:#1e293b;font-size:3rem;font-weight:800;line-height:1}.ReviewForm-module__5zIvhW__ratingCount{color:#64748b;margin-top:.5rem;font-size:.9rem}.ReviewForm-module__5zIvhW__reviewItem{border-bottom:1px solid #f1f5f9;padding:2rem 0}.ReviewForm-module__5zIvhW__reviewHeader{justify-content:space-between;margin-bottom:.75rem;display:flex}.ReviewForm-module__5zIvhW__reviewerName{color:#334155;font-size:.95rem;font-weight:600}.ReviewForm-module__5zIvhW__reviewDate{color:#94a3b8;font-size:.85rem}.ReviewForm-module__5zIvhW__reviewTitle{color:#0f172a;margin:.5rem 0;font-size:1.1rem;font-weight:700}.ReviewForm-module__5zIvhW__reviewContent{color:#475569;line-height:1.6}.ReviewForm-module__5zIvhW__verifiedBadge{color:#166534;background:#dcfce7;border-radius:4px;align-items:center;gap:.25rem;margin-left:.5rem;padding:.1rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (max-width:600px){.ReviewForm-module__5zIvhW__summary{flex-direction:column;gap:1.5rem}}.ReviewForm-module__5zIvhW__helpfulActions{border-top:1px dashed #e2e8f0;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.75rem;display:flex}.ReviewForm-module__5zIvhW__helpfulLabel{color:#64748b;margin-right:.25rem;font-size:.8rem}.ReviewForm-module__5zIvhW__voteButton{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.8rem;transition:all .2s;display:inline-flex}.ReviewForm-module__5zIvhW__voteButton:hover:not(:disabled){border-color:var(--marketing-primary);color:var(--marketing-primary);background:#8b5cf60d}.ReviewForm-module__5zIvhW__voteButton:disabled{opacity:.6;cursor:not-allowed}.ReviewForm-module__5zIvhW__voteButton.ReviewForm-module__5zIvhW__voted{border-color:var(--marketing-primary);color:var(--marketing-primary);background:#8b5cf61a}.ReviewForm-module__5zIvhW__voteCount{min-width:1ch;font-weight:600}
.VariantSelector-module__9aKTMG__container{flex-direction:column;gap:1.25rem;display:flex}.VariantSelector-module__9aKTMG__variantGroup{flex-direction:column;gap:.75rem;display:flex}.VariantSelector-module__9aKTMG__label{color:#334155;font-size:.9rem;font-weight:600}.VariantSelector-module__9aKTMG__selected{color:#64748b;font-weight:400}.VariantSelector-module__9aKTMG__options{flex-wrap:wrap;gap:.5rem;display:flex}.VariantSelector-module__9aKTMG__colorSwatch{cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex;box-shadow:inset 0 0 0 1px #0000001a}.VariantSelector-module__9aKTMG__colorSwatch:hover{transform:scale(1.1)}.VariantSelector-module__9aKTMG__colorSwatch.VariantSelector-module__9aKTMG__active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d,inset 0 0 0 1px #0000001a}.VariantSelector-module__9aKTMG__sizeChip{color:#334155;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;min-width:44px;height:44px;padding:0 1rem;font-size:.9rem;font-weight:600;transition:all .15s}.VariantSelector-module__9aKTMG__sizeChip:hover{background:#f8fafc;border-color:#cbd5e1}.VariantSelector-module__9aKTMG__sizeChip.VariantSelector-module__9aKTMG__active{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.VariantSelector-module__9aKTMG__textPill{color:#475569;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s}.VariantSelector-module__9aKTMG__textPill:hover{border-color:#cbd5e1}.VariantSelector-module__9aKTMG__textPill.VariantSelector-module__9aKTMG__active{color:#fff;background:#3b82f6;border-color:#3b82f6}
.SocialProof-module__6Pr8Ua__viewingNow{color:#15803d;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;align-self:flex-start;align-items:center;gap:.375rem;margin-bottom:1.5rem;padding:.375rem .75rem;font-size:.8rem;animation:.3s ease-out SocialProof-module__6Pr8Ua__fadeIn;display:inline-flex}.SocialProof-module__6Pr8Ua__viewingNow .SocialProof-module__6Pr8Ua__icon{animation:2s infinite SocialProof-module__6Pr8Ua__pulse}@keyframes SocialProof-module__6Pr8Ua__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes SocialProof-module__6Pr8Ua__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.SocialProof-module__6Pr8Ua__badge{text-transform:uppercase;letter-spacing:.025em;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.SocialProof-module__6Pr8Ua__trending{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1)}.SocialProof-module__6Pr8Ua__hot{color:#fff;background:linear-gradient(135deg,#f97316,#ef4444)}.SocialProof-module__6Pr8Ua__popular{color:#fff;background:linear-gradient(135deg,#3b82f6,#0ea5e9)}.SocialProof-module__6Pr8Ua__soldCount{color:#64748b;font-size:.8rem;font-weight:500}.SocialProof-module__6Pr8Ua__recentPurchase{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:.75rem;max-width:320px;padding:.875rem 1rem;animation:.4s ease-out SocialProof-module__6Pr8Ua__slideIn;display:flex;box-shadow:0 10px 25px #0000001a}@keyframes SocialProof-module__6Pr8Ua__slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.SocialProof-module__6Pr8Ua__purchaseIcon{flex-shrink:0;font-size:1.5rem}.SocialProof-module__6Pr8Ua__purchaseContent{flex:1;min-width:0}.SocialProof-module__6Pr8Ua__purchaseName{color:#0f172a;margin:0 0 .125rem;font-size:.875rem;font-weight:600}.SocialProof-module__6Pr8Ua__purchaseProduct{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.8rem;overflow:hidden}.SocialProof-module__6Pr8Ua__purchaseTime{color:#94a3b8;margin:0;font-size:.75rem}
.PriceHistoryChart-module__FZ4nuq__container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.PriceHistoryChart-module__FZ4nuq__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.PriceHistoryChart-module__FZ4nuq__title{color:#0f172a;margin:0;font-size:1.1rem;font-weight:600}.PriceHistoryChart-module__FZ4nuq__trend{align-items:center;gap:.75rem;font-size:.875rem;display:flex}.PriceHistoryChart-module__FZ4nuq__down{color:#10b981;background:#ecfdf5;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex}.PriceHistoryChart-module__FZ4nuq__up{color:#ef4444;background:#fef2f2;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex}.PriceHistoryChart-module__FZ4nuq__flat{color:#64748b;background:#f1f5f9;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex}.PriceHistoryChart-module__FZ4nuq__period{color:#94a3b8}.PriceHistoryChart-module__FZ4nuq__chartWrapper{width:100%;height:200px;margin-bottom:1.5rem}.PriceHistoryChart-module__FZ4nuq__tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .75rem;box-shadow:0 4px 6px -1px #0000001a}.PriceHistoryChart-module__FZ4nuq__tooltipDate{color:#64748b;margin:0;font-size:.75rem}.PriceHistoryChart-module__FZ4nuq__tooltipPrice{color:#0f172a;margin:.25rem 0 0;font-size:.9rem;font-weight:600}.PriceHistoryChart-module__FZ4nuq__stats{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;display:grid}.PriceHistoryChart-module__FZ4nuq__statItem{flex-direction:column;gap:.25rem;display:flex}.PriceHistoryChart-module__FZ4nuq__statLabel{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:500}.PriceHistoryChart-module__FZ4nuq__statValue{color:#0f172a;font-size:1rem;font-weight:600}
.NotifyMeButton-module__j5nQlG__container{width:100%}.NotifyMeButton-module__j5nQlG__notifyBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 14px #f59e0b4d}.NotifyMeButton-module__j5nQlG__notifyBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.NotifyMeButton-module__j5nQlG__subscribed{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}.NotifyMeButton-module__j5nQlG__overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out NotifyMeButton-module__j5nQlG__fadeIn;display:flex;position:fixed;inset:0}@keyframes NotifyMeButton-module__j5nQlG__fadeIn{0%{opacity:0}to{opacity:1}}.NotifyMeButton-module__j5nQlG__modal{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:400px;padding:2rem;animation:.3s ease-out NotifyMeButton-module__j5nQlG__slideUp;position:relative}@keyframes NotifyMeButton-module__j5nQlG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.NotifyMeButton-module__j5nQlG__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem;position:absolute;top:1rem;right:1rem}.NotifyMeButton-module__j5nQlG__closeBtn:hover{color:#64748b}.NotifyMeButton-module__j5nQlG__iconWrapper{color:#d97706;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.NotifyMeButton-module__j5nQlG__title{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.NotifyMeButton-module__j5nQlG__description{color:#64748b;margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.NotifyMeButton-module__j5nQlG__emailInput{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;margin-bottom:1rem;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.NotifyMeButton-module__j5nQlG__emailInput:focus{border-color:#f59e0b}.NotifyMeButton-module__j5nQlG__subscribeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s}.NotifyMeButton-module__j5nQlG__subscribeBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.NotifyMeButton-module__j5nQlG__subscribeBtn:disabled{opacity:.7;cursor:not-allowed}
.FrequentlyBoughtTogether-module__f1XVEa__section{border-top:1px solid #e2e8f0;margin-top:4rem;padding-top:2rem}.FrequentlyBoughtTogether-module__f1XVEa__header{margin-bottom:1.5rem}.FrequentlyBoughtTogether-module__f1XVEa__title{color:#0f172a;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.FrequentlyBoughtTogether-module__f1XVEa__subtitle{color:#64748b;margin:0;font-size:.9rem}.FrequentlyBoughtTogether-module__f1XVEa__content{flex-direction:column;gap:1.5rem;display:flex}.FrequentlyBoughtTogether-module__f1XVEa__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.FrequentlyBoughtTogether-module__f1XVEa__bundleInfo{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;display:flex}.FrequentlyBoughtTogether-module__f1XVEa__bundleLabel{color:#6b21a8;font-size:.9rem;font-weight:500}.FrequentlyBoughtTogether-module__f1XVEa__bundlePrice{color:#7c3aed;font-size:1.25rem;font-weight:700}@media (max-width:640px){.FrequentlyBoughtTogether-module__f1XVEa__grid{grid-template-columns:1fr;gap:1rem}.FrequentlyBoughtTogether-module__f1XVEa__section{margin-top:2rem;padding-top:1.5rem}.FrequentlyBoughtTogether-module__f1XVEa__bundleInfo{text-align:center;flex-direction:column;gap:.25rem}}
.ProductGrid-module__Wp7uPq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%;display:grid}
