.page-module___8aEwW__main{flex-direction:column;gap:3rem;padding-bottom:2rem;display:flex}.page-module___8aEwW__hero{color:var(--white);background-image:url(/hero_bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.page-module___8aEwW__heroOverlay{z-index:1;background:#2c2c2cb3;width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__heroContainer{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(70vh + 75px);display:flex;position:relative}.page-module___8aEwW__heroContent{max-width:800px;padding-top:4rem;padding-bottom:4rem}.page-module___8aEwW__hero h1{color:var(--white);text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.page-module___8aEwW__hero p{color:#fffffff2;text-shadow:0 1px 4px #0006;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.page-module___8aEwW__heroActions{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.page-module___8aEwW__heroFeatures{justify-content:center;gap:3rem;display:flex}.page-module___8aEwW__featureItem{text-align:center;color:var(--white);text-shadow:0 1px 4px #0006;flex-direction:column;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.page-module___8aEwW__featureItem svg{color:var(--white)}.page-module___8aEwW__trustBanner{background-color:var(--primary);color:var(--white);margin-top:0;padding:2rem 1rem}.page-module___8aEwW__trustContainer{justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__trustItem{align-items:center;gap:1rem;display:flex}.page-module___8aEwW__trustItem strong{font-family:var(--font-outfit), sans-serif;font-size:1.1rem;font-weight:500;display:block}.page-module___8aEwW__trustItem p{opacity:.8;margin-top:.25rem;font-size:.9rem}.page-module___8aEwW__categoryHeader{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.page-module___8aEwW__categoryHeader h2{color:var(--primary-dark);margin-bottom:.5rem;font-size:2.5rem}.page-module___8aEwW__categoryHeader p{color:var(--text-light)}.page-module___8aEwW__linkArrow{font-size:.95rem;font-weight:500;position:relative}.page-module___8aEwW__linkArrow:after{content:"";background-color:var(--primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.page-module___8aEwW__linkArrow:hover:after{width:100%}.page-module___8aEwW__categoryGrid,.page-module___8aEwW__shopGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module___8aEwW__categoryCard{text-align:center;group:hover;flex-direction:column;align-items:center;display:flex}.page-module___8aEwW__categoryImageWrapper{aspect-ratio:4/5;background-color:var(--secondary);border-radius:12px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.page-module___8aEwW__categoryImage{object-fit:cover;transition:transform .6s}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__categoryImage{transform:scale(1.05)}.page-module___8aEwW__categoryCard h3{margin-bottom:.5rem;font-size:1.25rem}.page-module___8aEwW__shopNowText{color:var(--text-light);font-size:.9rem;transition:color .3s}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__shopNowText{color:var(--primary)}.page-module___8aEwW__loyaltyBanner{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);border-radius:20px;grid-template-columns:1fr 1.5fr;margin-top:2rem;margin-bottom:2rem;display:grid;overflow:hidden;box-shadow:0 10px 30px #4a5d4e1a}.page-module___8aEwW__loyaltyContent{color:var(--white);text-align:left;background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;padding:2.5rem 2rem;display:flex}.page-module___8aEwW__loyaltyTag{text-transform:uppercase;letter-spacing:1.5px;opacity:.9;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.page-module___8aEwW__loyaltyContent h2{color:var(--white);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;line-height:1.2}.page-module___8aEwW__joinBtn{background-color:var(--white);color:var(--primary-dark);border-radius:50px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 8px #0000001a}.page-module___8aEwW__joinBtn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.page-module___8aEwW__loyaltyPerks{background-color:var(--white);border-radius:12px;justify-content:space-around;align-items:center;margin:1rem;padding:1.5rem;display:flex;box-shadow:0 5px 15px #0000000d}.page-module___8aEwW__loyaltyPerk{text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.page-module___8aEwW__loyaltyPerk:hover{transform:translateY(-3px)}.page-module___8aEwW__perkIcon{width:50px;height:50px;color:var(--primary);background:#4a5d4e0d;border:none;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;transition:transform .3s;display:flex}.page-module___8aEwW__loyaltyPerk:hover .page-module___8aEwW__perkIcon{transform:scale(1.1)rotate(5deg)}.page-module___8aEwW__loyaltyPerk strong{color:var(--primary-dark);margin-bottom:.25rem;font-size:1rem;font-weight:600}.page-module___8aEwW__loyaltyPerk p{color:var(--text-light);font-size:.85rem;line-height:1.4}.page-module___8aEwW__productCarousel{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-height:600px;padding-bottom:1rem;padding-right:1rem;display:grid;overflow-y:auto}.page-module___8aEwW__productCard{background:var(--primary-dark);border-radius:28px;flex-direction:column;padding:.4rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000d}.page-module___8aEwW__productCard:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000026}.page-module___8aEwW__imageLink{width:100%;display:block}.page-module___8aEwW__productImageWrapper{aspect-ratio:1;background:var(--secondary);border-radius:24px 24px 32px 32px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__productImage{object-fit:contain;transition:transform .8s}.page-module___8aEwW__productCard:hover .page-module___8aEwW__productImage{transform:scale(1.05)}.page-module___8aEwW__productBadge{background-color:var(--white);color:var(--text);z-index:10;border:1px solid var(--border);border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000000d}.page-module___8aEwW__productInfo{background:0 0;flex-grow:1;justify-content:space-between;align-items:center;padding:1.25rem .75rem .5rem;display:flex}.page-module___8aEwW__infoLeft{flex-direction:column;gap:.75rem;display:flex}.page-module___8aEwW__infoRight{border-left:1px solid #ffffff26;flex-direction:column;align-items:flex-end;gap:.25rem;padding-left:1rem;display:flex}.page-module___8aEwW__productName{font-size:1.4rem;font-family:var(--font-outfit), sans-serif;color:var(--white);letter-spacing:.5px;margin:0;font-weight:400}.page-module___8aEwW__tagsContainer{flex-wrap:wrap;gap:.4rem;display:flex}.page-module___8aEwW__pillTag{color:var(--white);text-transform:capitalize;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;padding:4px 10px;font-size:.65rem}.page-module___8aEwW__productPrice{font-weight:500;font-family:var(--font-outfit), sans-serif;color:var(--white);margin-bottom:.25rem;font-size:1.8rem;line-height:1}.page-module___8aEwW__orderNowLink{color:var(--white);opacity:.9;white-space:nowrap;align-items:center;gap:4px;font-size:.85rem;text-decoration:none;display:flex}.page-module___8aEwW__orderNowLink:hover{opacity:1;text-decoration:underline}.page-module___8aEwW__addBtn{background-color:var(--primary);color:var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:1px;text-align:center;white-space:nowrap;border:none;border-radius:8px;width:100%;padding:14px 20px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s;display:block}.page-module___8aEwW__addBtn:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #4a5d4e33}.page-module___8aEwW__reviewsContainer{flex-direction:column;gap:2rem;width:100%;min-width:0;display:flex}.page-module___8aEwW__reviewsList{scrollbar-width:thin;scrollbar-color:var(--primary) transparent;scroll-snap-type:x mandatory;gap:1.5rem;width:100%;min-width:0;padding-bottom:1rem;display:flex;overflow-x:auto}.page-module___8aEwW__reviewCard{border:1px solid var(--border);scroll-snap-align:start;background-color:#fbfbfa;border-radius:12px;flex-direction:column;flex:none;width:300px;padding:1.5rem;display:flex}.page-module___8aEwW__reviewsList:after{content:"";flex:0 0 1px;width:1px}@media (max-width:1024px){.page-module___8aEwW__hero h1{font-size:3.5rem}.page-module___8aEwW__categoryGrid{grid-template-columns:repeat(3,1fr)}.page-module___8aEwW__shopGrid,.page-module___8aEwW__productCarousel{grid-template-columns:1fr}}@media (max-width:768px){.page-module___8aEwW__main{gap:2rem}.page-module___8aEwW__heroContainer{min-height:60vh}.page-module___8aEwW__heroContent{flex-direction:column;align-items:center;padding-top:2rem;padding-bottom:2rem;display:flex}.page-module___8aEwW__hero h1{font-size:2.5rem}.page-module___8aEwW__hero p{margin-left:auto;margin-right:auto}.page-module___8aEwW__heroActions,.page-module___8aEwW__heroFeatures{justify-content:center}.page-module___8aEwW__heroImageContainer{min-height:400px;margin-top:2rem}.page-module___8aEwW__trustBanner{margin-top:0}.page-module___8aEwW__trustContainer{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.page-module___8aEwW__trustItem{flex-direction:column;gap:.5rem}.page-module___8aEwW__categoryHeader{flex-direction:column;align-items:flex-start;gap:1rem}.page-module___8aEwW__categoryGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__loyaltyBanner{grid-template-columns:1fr}.page-module___8aEwW__loyaltyContent{text-align:center;align-items:center;padding:1.5rem}.page-module___8aEwW__loyaltyPerks{flex-direction:column;gap:1.5rem}.page-module___8aEwW__productCarousel,.page-module___8aEwW__shopGrid{grid-template-columns:1fr}}@media (max-width:480px){.page-module___8aEwW__categoryGrid{grid-template-columns:1fr}}
.page-module__GIvA2W__productContainer{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.page-module__GIvA2W__breadcrumb{color:var(--text-light);margin-bottom:1rem;font-size:.85rem}.page-module__GIvA2W__breadcrumb a{color:var(--text);text-underline-offset:4px;text-decoration:underline}.page-module__GIvA2W__productLayout{grid-template-columns:1fr 1.2fr;gap:2.5rem;height:100%;margin-bottom:0;display:grid}.page-module__GIvA2W__imageSection{aspect-ratio:1;background:#f8fafc;border-radius:8px;position:relative;overflow:hidden}.page-module__GIvA2W__productImage{object-fit:cover}.page-module__GIvA2W__detailsSection{flex-direction:column;display:flex}.page-module__GIvA2W__productName{font-family:var(--font-cormorant), serif;color:var(--primary-dark);margin-bottom:.25rem;font-size:2.2rem;font-weight:600;line-height:1.1}.page-module__GIvA2W__productRating{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.page-module__GIvA2W__stars{color:#fbbf24;letter-spacing:2px}.page-module__GIvA2W__productPrice{font-family:var(--font-outfit), sans-serif;color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:500}.page-module__GIvA2W__productDescription{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem;line-height:1.4}.page-module__GIvA2W__addToCartWrapper{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.page-module__GIvA2W__specsContainer{flex-direction:column;gap:1rem;display:flex}.page-module__GIvA2W__specBlock h3{font-family:var(--font-cormorant), serif;color:var(--primary-dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.page-module__GIvA2W__specList{flex-wrap:wrap;gap:.25rem;padding:0;list-style:none;display:flex}.page-module__GIvA2W__specList li{background:var(--secondary);color:var(--text);border-radius:12px;padding:.25rem .75rem;font-size:.8rem}@media (max-width:900px){.page-module__GIvA2W__productLayout{grid-template-columns:1fr;gap:2rem}}
