.Header-module__Af2_WG__header{z-index:1000;height:90px;color:var(--accent);background:0 0;border-bottom:1px solid #0000;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:10px;left:0;right:0}.Header-module__Af2_WG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:var(--border);height:70px;color:var(--foreground);background:#ffffffe6;box-shadow:0 4px 20px #0000000d}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__Af2_WG__nav{flex:1;gap:2.5rem;display:flex}.Header-module__Af2_WG__desktopNav{display:flex}.Header-module__Af2_WG__mobileNavLinks{flex-direction:column;gap:2rem;width:100%;padding:2rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:500;transition:all .3s;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__Af2_WG__navLink:hover{color:var(--accent)}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__logoContainer{color:inherit;flex-direction:column;flex:none;align-items:center;gap:.25rem;display:flex}.Header-module__Af2_WG__logo{object-fit:contain;transition:all .4s}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__logo{transform:scale(.85)}.Header-module__Af2_WG__logoText{flex-direction:column;align-items:center;line-height:1;display:flex}.Header-module__Af2_WG__schoolName{font-family:var(--font-outfit);letter-spacing:.3em;color:var(--accent);font-size:.8rem;font-weight:800}.Header-module__Af2_WG__centenary{letter-spacing:.2em;color:var(--accent);margin-top:2px;font-size:.6rem}.Header-module__Af2_WG__actions{flex:1;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.Header-module__Af2_WG__actionBtn{color:var(--accent);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__Af2_WG__actionBtn:hover{background:#ffffff1a}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__actionBtn:hover{background:var(--muted)}.Header-module__Af2_WG__mobileDivider{background:var(--border);width:100%;height:1px;margin:1.5rem 0}.Header-module__Af2_WG__mobileUserSection{flex-direction:column;gap:1.5rem;padding:0 2rem;display:flex}.Header-module__Af2_WG__mobileUserHeader{align-items:center;gap:1rem;display:flex}.Header-module__Af2_WG__mobileLogoutBtn{color:#ef4444;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:opacity .2s;display:flex}.Header-module__Af2_WG__mobileLogoutBtn:active{opacity:.7}.Header-module__Af2_WG__mobileLoginBtn{text-align:center;background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;width:calc(100% - 4rem);margin:0 2rem;padding:1rem;font-size:.9rem;font-weight:600;transition:transform .2s;display:block}.Header-module__Af2_WG__mobileLoginBtn:active{transform:scale(.98)}.Header-module__Af2_WG__cartBadge{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.Header-module__Af2_WG__adminLink{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border:1px solid #ffffff4d;border-radius:20px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;transition:all .3s}.Header-module__Af2_WG__userMenuContainer{align-items:center;display:flex;position:relative}.Header-module__Af2_WG__userTrigger{color:var(--accent);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:.5rem;padding:4px;transition:all .3s;display:flex}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__userTrigger{background:var(--muted);border-color:var(--border)}.Header-module__Af2_WG__userTrigger:hover{background:#ffffff26}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__userTrigger:hover{background:#0000000d}.Header-module__Af2_WG__userAvatar{background:var(--primary);color:#fff;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex;box-shadow:0 2px 10px #0000001a}.Header-module__Af2_WG__chevron{opacity:.7;transition:transform .3s}.Header-module__Af2_WG__chevronRotate{transform:rotate(180deg)}.Header-module__Af2_WG__dropdownMenu{border:1px solid var(--border);z-index:1001;background:#fff;border-radius:12px;flex-direction:column;width:220px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.Header-module__Af2_WG__dropdownHeader{flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.Header-module__Af2_WG__userEmail{color:var(--muted-foreground);word-break:break-all;font-size:.8rem}.Header-module__Af2_WG__dropdownDivider{background:var(--border);height:1px;margin:.25rem .5rem}.Header-module__Af2_WG__dropdownItem{text-align:left;width:100%;color:var(--foreground);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Header-module__Af2_WG__dropdownItem:hover{background:var(--muted);color:var(--primary)}.Header-module__Af2_WG__dropdownItem:last-child:hover{color:#ef4444;background:#fef2f2}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__adminLink{border-color:var(--border)}.Header-module__Af2_WG__adminLink:hover{border-color:var(--primary);background:var(--primary);color:#fff}.Header-module__Af2_WG__mobileMenuBtn{color:var(--accent);display:none}.Header-module__Af2_WG__backdrop{z-index:100;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.Header-module__Af2_WG__mobileDrawer{z-index:101;background:#fff;flex-direction:column;justify-content:center;width:80%;max-width:300px;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:10px 0 30px #0000001a}@media (max-width:768px){.Header-module__Af2_WG__desktopNav{display:none!important}.Header-module__Af2_WG__mobileMenuBtn{cursor:pointer;z-index:1100;display:block;position:relative}.Header-module__Af2_WG__actions{gap:.5rem}.Header-module__Af2_WG__adminLink{display:none}}
.Hero-module__Z8hQ_W__hero{color:#fff;background-image:url(/hero-bg.png);background-position:50%;background-size:cover;align-items:center;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__overlay{z-index:1;background:linear-gradient(90deg,#000000f2 0%,#0006 50%,#0000 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__container{z-index:2;position:relative}.Hero-module__Z8hQ_W__content{max-width:850px}.Hero-module__Z8hQ_W__subtitle{letter-spacing:.6em;color:var(--accent);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.Hero-module__Z8hQ_W__title{margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1.1}.Hero-module__Z8hQ_W__upper{opacity:.9;display:block}.Hero-module__Z8hQ_W__description{color:#fff9;max-width:550px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{gap:2rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{background:var(--accent);color:#000;text-transform:uppercase;letter-spacing:.15em;padding:1.25rem 3rem;font-size:.75rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.Hero-module__Z8hQ_W__primaryBtn:hover{background:#fff;transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.Hero-module__Z8hQ_W__secondaryBtn{color:#fff;text-transform:uppercase;letter-spacing:.15em;background:0 0;border:1px solid #fff3;padding:1.25rem 3rem;font-size:.75rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-4px)}.Hero-module__Z8hQ_W__scrollIndicator{z-index:2;opacity:.4;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:4rem;left:2rem}.Hero-module__Z8hQ_W__scrollIndicator span{letter-spacing:.4em;writing-mode:vertical-rl;font-size:.6rem}.Hero-module__Z8hQ_W__line{background:#fff;width:1px;height:60px}.Hero-module__Z8hQ_W__motto{z-index:2;font-family:var(--font-outfit);letter-spacing:1em;color:#fff3;font-size:.75rem;font-weight:700;position:absolute;bottom:50%;right:-120px;transform:rotate(-90deg)translateY(50%)}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:3.5rem}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:1rem}.Hero-module__Z8hQ_W__primaryBtn,.Hero-module__Z8hQ_W__secondaryBtn{text-align:center;width:100%}.Hero-module__Z8hQ_W__motto,.Hero-module__Z8hQ_W__scrollIndicator{display:none}}
.ProductCard-module__9j1fXa__card{background:var(--card)}.ProductCard-module__9j1fXa__imageContainer{aspect-ratio:4/5;background:#fdfdfd;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__imageLink{width:100%;height:100%;display:block}.ProductCard-module__9j1fXa__image{object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__image{transform:scale(1.1)}.ProductCard-module__9j1fXa__actions{opacity:0;z-index:2;justify-content:center;gap:.75rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:2rem;left:0;right:0;transform:translateY(10px)}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__actions{opacity:1;transform:translateY(0)}.ProductCard-module__9j1fXa__actionBtn{color:var(--primary);border:1px solid var(--border);background:#fff;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.ProductCard-module__9j1fXa__actionBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.ProductCard-module__9j1fXa__content{text-align:center;padding:2rem 1rem}.ProductCard-module__9j1fXa__meta{margin-bottom:.75rem}.ProductCard-module__9j1fXa__category{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:700}.ProductCard-module__9j1fXa__name{letter-spacing:-.01em;text-transform:none;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.ProductCard-module__9j1fXa__price{color:var(--foreground);font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:600}@media (max-width:768px){.ProductCard-module__9j1fXa__actions{opacity:1;bottom:1rem;transform:translateY(0)}}
.FeaturedProducts-module__yQoekG__header{justify-content:space-between;align-items:flex-start;margin-bottom:4rem;display:flex}.FeaturedProducts-module__yQoekG__titleArea{flex:1}.FeaturedProducts-module__yQoekG__viewAll{border-bottom:2px solid var(--accent);text-transform:uppercase;letter-spacing:.15em;padding-bottom:4px;font-size:.75rem;font-weight:700}.FeaturedProducts-module__yQoekG__viewAll:hover{color:var(--accent);padding-left:10px}.FeaturedProducts-module__yQoekG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;display:grid}.FeaturedProducts-module__yQoekG__loader{border:2px solid var(--muted);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite FeaturedProducts-module__yQoekG__spin}@keyframes FeaturedProducts-module__yQoekG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.FeaturedProducts-module__yQoekG__header{flex-direction:column;gap:2rem}.FeaturedProducts-module__yQoekG__grid{gap:2rem}}
.about-module__-i9KWa__hero{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#0009,#0009),url(https://i.pinimg.com/736x/b9/a4/43/b9a4435887987c89f61fb96964db89e3.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:12rem 0 6rem}.about-module__-i9KWa__hero h1{margin-top:1rem;font-size:4rem}.about-module__-i9KWa__contentGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-module__-i9KWa__textContent h2{margin-bottom:2rem;font-size:2.5rem}.about-module__-i9KWa__textContent p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}@media (max-width:1024px){.about-module__-i9KWa__hero h1{font-size:3rem}.about-module__-i9KWa__contentGrid{grid-template-columns:1fr;gap:3rem}}
.cart-module__Jmky-G__emptyCart{flex-direction:column;align-items:center;padding:5rem 0;display:flex}.cart-module__Jmky-G__emptyCart h1{margin-bottom:1rem}.cart-module__Jmky-G__emptyCart p{color:var(--muted-foreground);margin-bottom:3rem}.cart-module__Jmky-G__continueBtn{background:var(--primary);color:#fff;border-radius:4px;padding:1rem 3rem;font-weight:700}.cart-module__Jmky-G__title{margin-bottom:3rem;font-size:2.5rem}.cart-module__Jmky-G__cartGrid{grid-template-columns:1fr 350px;gap:4rem;margin-bottom:8rem;display:grid}.cart-module__Jmky-G__itemsList{flex-direction:column;gap:2rem;display:flex}.cart-module__Jmky-G__cartItem{border-bottom:1px solid var(--border);grid-template-columns:100px 1fr auto;align-items:center;gap:2rem;padding-bottom:2rem;display:grid}.cart-module__Jmky-G__itemImage{aspect-ratio:1;background:var(--muted);border-radius:4px;position:relative;overflow:hidden}.cart-module__Jmky-G__itemInfo h3{margin-bottom:.5rem;font-size:1.1rem}.cart-module__Jmky-G__itemDetails{color:var(--muted-foreground);margin-bottom:.5rem;font-size:.85rem}.cart-module__Jmky-G__itemPrice{font-weight:700;font-family:var(--font-outfit)}.cart-module__Jmky-G__itemActions{align-items:center;gap:2rem;display:flex}.cart-module__Jmky-G__quantityControls{border:1px solid var(--border);border-radius:4px;align-items:center;gap:1rem;padding:.5rem;display:flex}.cart-module__Jmky-G__quantityControls button{color:var(--muted-foreground);transition:color .3s}.cart-module__Jmky-G__quantityControls button:hover{color:var(--primary)}.cart-module__Jmky-G__quantityControls span{text-align:center;min-width:20px;font-weight:700}.cart-module__Jmky-G__removeBtn{color:#ef4444;opacity:.6;transition:opacity .3s}.cart-module__Jmky-G__removeBtn:hover{opacity:1}.cart-module__Jmky-G__summary{background:var(--muted);border-radius:var(--radius);height:fit-content;padding:2.5rem}.cart-module__Jmky-G__summary h3{margin-bottom:2rem;font-size:1.25rem}.cart-module__Jmky-G__summaryRow{justify-content:space-between;margin-bottom:1.25rem;display:flex}.cart-module__Jmky-G__divider{background:var(--border);height:1px;margin:1.5rem 0}.cart-module__Jmky-G__totalRow{color:var(--primary);margin-bottom:2.5rem;font-size:1.25rem;font-weight:700}.cart-module__Jmky-G__checkoutBtn{background:var(--primary);color:#fff;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-weight:700;transition:all .3s;display:flex}.cart-module__Jmky-G__checkoutBtn:hover{background:#222;transform:translateY(-2px)}.cart-module__Jmky-G__secureText{color:var(--muted-foreground);text-align:center;margin-top:2rem;font-size:.8rem}@media (max-width:1024px){.cart-module__Jmky-G__cartGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.cart-module__Jmky-G__cartItem{grid-template-columns:80px 1fr;gap:1rem}.cart-module__Jmky-G__itemActions{grid-column:1/-1;justify-content:space-between;margin-top:1rem}}
.catalog-module__AEBMLa__hero{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#000000b3,#000000b3),url(https://i.pinimg.com/1200x/7d/28/e5/7d28e566d8ef7207e7e51b1913ff714d.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:4rem;padding:10rem 0 8rem}.catalog-module__AEBMLa__hero h1{margin-bottom:1rem;font-size:3.5rem}.catalog-module__AEBMLa__hero p{color:#fff9;font-size:1.125rem}.catalog-module__AEBMLa__controls{border-bottom:1px solid var(--border);flex-direction:column;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.catalog-module__AEBMLa__searchWrapper{width:100%;max-width:600px;margin:0 auto;position:relative}.catalog-module__AEBMLa__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.catalog-module__AEBMLa__searchInput{border:1px solid var(--border);background:0 0;width:100%;padding:1.25rem 1rem 1.25rem 3.5rem;font-family:inherit;font-size:1rem}.catalog-module__AEBMLa__filters{justify-content:space-between;align-items:center;gap:2rem;display:flex}.catalog-module__AEBMLa__filterGroup{align-items:center;gap:2rem;display:flex}.catalog-module__AEBMLa__filterLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.75rem;font-weight:700}.catalog-module__AEBMLa__categoryChips{gap:1rem;display:flex}.catalog-module__AEBMLa__chip{border:1px solid var(--border);padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.catalog-module__AEBMLa__chipActive{background:var(--primary);color:#fff;border-color:var(--primary)}.catalog-module__AEBMLa__chip:hover:not(.catalog-module__AEBMLa__chipActive){background:var(--muted)}.catalog-module__AEBMLa__sortWrapper{align-items:center;gap:1rem;display:flex}.catalog-module__AEBMLa__sortSelect{border:1px solid var(--border);background:0 0;padding:.5rem 1rem;font-family:inherit;font-size:.875rem}.catalog-module__AEBMLa__resultsInfo{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.875rem}.catalog-module__AEBMLa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;margin-bottom:8rem;display:grid}.catalog-module__AEBMLa__simpleFooter{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);padding:4rem 0;font-size:.875rem}@media (max-width:1024px){.catalog-module__AEBMLa__filters{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.catalog-module__AEBMLa__hero h1{font-size:2.5rem}.catalog-module__AEBMLa__categoryChips{flex-wrap:wrap}}
.checkout-module__ss_A1W__title{margin-bottom:3rem;font-size:2.5rem}.checkout-module__ss_A1W__checkoutGrid{grid-template-columns:1fr 400px;gap:3rem;margin-bottom:8rem;display:grid}.checkout-module__ss_A1W__formSection{flex-direction:column;gap:2rem;display:flex}.checkout-module__ss_A1W__card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:2.5rem}.checkout-module__ss_A1W__card h2{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem}.checkout-module__ss_A1W__inputGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.checkout-module__ss_A1W__inputGroup{flex-direction:column;gap:.5rem;display:flex}.checkout-module__ss_A1W__fullWidth{grid-column:1/-1}.checkout-module__ss_A1W__inputGroup label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:.8rem;font-weight:700}.checkout-module__ss_A1W__inputGroup input,.checkout-module__ss_A1W__inputGroup select,.checkout-module__ss_A1W__inputGroup textarea{border:1px solid var(--border);border-radius:4px;outline:none;padding:.75rem;font-size:1rem;transition:border-color .3s}.checkout-module__ss_A1W__inputGroup input:focus{border-color:var(--primary)}.checkout-module__ss_A1W__paymentOptions{flex-direction:column;gap:1rem;display:flex}.checkout-module__ss_A1W__paymentOption{border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex;position:relative}.checkout-module__ss_A1W__paymentOption:hover{background:var(--muted)}.checkout-module__ss_A1W__activeOption{border-color:var(--accent);background:#fffdf5}.checkout-module__ss_A1W__paymentOption strong{font-size:1rem;display:block}.checkout-module__ss_A1W__paymentOption p{color:var(--muted-foreground);font-size:.8rem}.checkout-module__ss_A1W__check{color:var(--accent);font-weight:700;position:absolute;right:1.5rem}.checkout-module__ss_A1W__orderSummary .checkout-module__ss_A1W__card{background:var(--primary);color:#fff;position:sticky;top:120px}.checkout-module__ss_A1W__orderSummary h2{color:#fff;border-bottom-color:#ffffff1a}.checkout-module__ss_A1W__itemsList{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.checkout-module__ss_A1W__item{opacity:.8;justify-content:space-between;font-size:.95rem;display:flex}.checkout-module__ss_A1W__divider{background:#ffffff1a;height:1px;margin:1.5rem 0}.checkout-module__ss_A1W__summaryRow{opacity:.8;justify-content:space-between;margin-bottom:1rem;display:flex}.checkout-module__ss_A1W__totalRow{opacity:1;margin-top:2rem;margin-bottom:2.5rem;font-size:1.25rem;font-weight:700}.checkout-module__ss_A1W__payBtn{background:var(--accent);color:#000;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.checkout-module__ss_A1W__payBtn:hover{background:#fff;transform:translateY(-2px)}.checkout-module__ss_A1W__legal{text-align:center;opacity:.4;margin-top:2rem;font-size:.7rem;line-height:1.5}@media (max-width:1024px){.checkout-module__ss_A1W__checkoutGrid{grid-template-columns:1fr}}@media (max-width:640px){.checkout-module__ss_A1W__inputGrid{grid-template-columns:1fr}}
.success-module__xKh7la__successCard{border-radius:var(--radius);border:1px solid var(--border);background:#fff;max-width:600px;margin:0 auto;padding:4rem;box-shadow:0 10px 30px #0000000d}.success-module__xKh7la__iconWrapper{margin-bottom:2rem}.success-module__xKh7la__successCard h1{margin-bottom:1rem;font-size:2.5rem}.success-module__xKh7la__orderNumber{color:var(--accent);letter-spacing:.1em;font-weight:700;font-family:var(--font-outfit);margin-bottom:1.5rem}.success-module__xKh7la__message{color:var(--muted-foreground);margin-bottom:3rem;line-height:1.8}.success-module__xKh7la__details{background:var(--muted);border-radius:8px;margin-bottom:3rem;padding:1.5rem}.success-module__xKh7la__detailRow{justify-content:space-between;display:flex}.success-module__xKh7la__actions{flex-direction:column;gap:1rem;display:flex}.success-module__xKh7la__downloadBtn{border:1px solid var(--border);border-radius:4px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-weight:600;transition:all .3s;display:flex}.success-module__xKh7la__downloadBtn:hover{background:var(--muted)}.success-module__xKh7la__continueBtn{background:var(--primary);color:#fff;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-weight:700;display:flex}@media (max-width:640px){.success-module__xKh7la__successCard{padding:2rem}}
.contact-module__xwJ-uq__heroSection{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#0009,#0009),url(https://i.pinimg.com/1200x/ed/6c/8d/ed6c8d36ba19c30e22fdcf8bff484b7f.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:10rem 0 8rem}.contact-module__xwJ-uq__heroTitle{margin-bottom:1.5rem;font-size:3.5rem}.contact-module__xwJ-uq__heroSub{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.contact-module__xwJ-uq__contactGrid{grid-template-columns:1fr 1.5fr;gap:4rem;display:grid}.contact-module__xwJ-uq__infoCard{border:1px solid var(--border);background:#f9f9f9;border-radius:12px;padding:2.5rem}.contact-module__xwJ-uq__infoCard h3{margin-bottom:1rem;font-size:1.5rem}.contact-module__xwJ-uq__infoCard>p{color:var(--muted-foreground);margin-bottom:2.5rem}.contact-module__xwJ-uq__infoItem{gap:1.25rem;margin-bottom:2rem;display:flex}.contact-module__xwJ-uq__infoItem:last-child{margin-bottom:0}.contact-module__xwJ-uq__iconBox{border:1px solid var(--border);width:48px;height:48px;color:var(--accent);background:#fff;border-radius:10px;justify-content:center;align-items:center;display:flex}.contact-module__xwJ-uq__infoItem h4{margin-bottom:.25rem;font-size:1rem;font-weight:600}.contact-module__xwJ-uq__infoItem p{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.contact-module__xwJ-uq__form{border:1px solid var(--border);background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000000d}.contact-module__xwJ-uq__form h2{margin-bottom:2rem;font-size:1.75rem}.contact-module__xwJ-uq__formGroup{margin-bottom:1.5rem}.contact-module__xwJ-uq__formGroup label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.contact-module__xwJ-uq__formGroup input,.contact-module__xwJ-uq__formGroup select,.contact-module__xwJ-uq__formGroup textarea{border:1px solid var(--border);background:#fff;border-radius:8px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.contact-module__xwJ-uq__formGroup input:focus,.contact-module__xwJ-uq__formGroup select:focus,.contact-module__xwJ-uq__formGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #0000000d}.contact-module__xwJ-uq__submitBtn{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.contact-module__xwJ-uq__submitBtn:hover{opacity:.9;transform:translateY(-2px)}.contact-module__xwJ-uq__successCard{border:1px solid var(--border);text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:4rem 2rem;animation:.5s contact-module__xwJ-uq__fadeIn;display:flex}@keyframes contact-module__xwJ-uq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-module__xwJ-uq__checkCircle{color:#166534;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;font-weight:700;display:flex}.contact-module__xwJ-uq__successCard h2{margin-bottom:1rem;font-size:1.75rem}.contact-module__xwJ-uq__successCard p{color:var(--muted-foreground);max-width:400px;margin-bottom:2rem;line-height:1.6}.contact-module__xwJ-uq__infoBtn{border:1px solid var(--border);background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.contact-module__xwJ-uq__infoBtn:hover{background:#f9f9f9;border-color:#000}@media (max-width:900px){.contact-module__xwJ-uq__contactGrid{grid-template-columns:1fr;gap:2rem}.contact-module__xwJ-uq__infoColumn{order:2}}
.page-module__E0kJGG__main{min-height:100vh}.page-module__E0kJGG__categoryGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.page-module__E0kJGG__categoryCard{cursor:pointer;height:400px;position:relative}.page-module__E0kJGG__categoryImage{width:100%;height:100%;position:relative}.page-module__E0kJGG__img{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.page-module__E0kJGG__categoryCard:hover .page-module__E0kJGG__img{transform:scale(1.05)}.page-module__E0kJGG__categoryOverlay{color:#fff;background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;padding:3rem;display:flex;position:absolute;bottom:0;left:0;right:0}.page-module__E0kJGG__categoryOverlay span{letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.75rem}.page-module__E0kJGG__categoryOverlay h3{font-size:1.5rem}.page-module__E0kJGG__legacySection{color:#fff;background:#0a0a0a;padding:6rem 0}.page-module__E0kJGG__legacyGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module__E0kJGG__legacyText{color:#ffffffb3;margin-bottom:2rem;font-size:1rem;line-height:1.7}.page-module__E0kJGG__legacyStats{gap:3rem;margin-bottom:2.5rem;display:flex}.page-module__E0kJGG__statNumber{color:var(--accent);font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;display:block}.page-module__E0kJGG__statLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;font-size:.75rem}.page-module__E0kJGG__legacyImageWrapper{position:relative}.page-module__E0kJGG__imageMain{height:600px;position:relative}.page-module__E0kJGG__imageFloating{background:#fff;padding:2rem;position:absolute;top:-40px;right:-40px;box-shadow:20px 20px 60px #00000080}.page-module__E0kJGG__outlineBtn{border:1px solid var(--accent);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;padding:1rem 2.5rem;font-weight:600}.page-module__E0kJGG__outlineBtn:hover{background:var(--accent);color:#000}.page-module__E0kJGG__newsletterSection{text-align:center;background:#fff;padding:6rem 0}.page-module__E0kJGG__newsletterCard{border:1px solid var(--border);max-width:900px;margin:0 auto;padding:4rem}.page-module__E0kJGG__newsletterTitle{margin-bottom:1rem;font-size:2.5rem}.page-module__E0kJGG__newsletterSub{color:var(--muted-foreground);margin-bottom:3rem;font-size:1.1rem}.page-module__E0kJGG__newsletterForm{gap:1rem;max-width:600px;margin:0 auto;display:flex}.page-module__E0kJGG__input{border:1px solid var(--border);background:0 0;flex:1;padding:1.25rem;font-size:1rem}.page-module__E0kJGG__submitBtn{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.1em;padding:0 3rem;font-weight:600}.page-module__E0kJGG__submitBtn:hover{background:var(--accent);color:#000}.page-module__E0kJGG__footer{border-top:1px solid var(--border);padding:8rem 0 4rem}.page-module__E0kJGG__footerGrid{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:6rem;display:grid}.page-module__E0kJGG__footerBrand h3{margin-bottom:1rem;font-size:1.5rem}.page-module__E0kJGG__footerBrand p{color:var(--muted-foreground);max-width:300px}.page-module__E0kJGG__footerLinks{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module__E0kJGG__footerLinks h4{letter-spacing:.1em;margin-bottom:2rem;font-size:.875rem}.page-module__E0kJGG__footerLinks ul{list-style:none}.page-module__E0kJGG__footerLinks li{color:var(--muted-foreground);cursor:pointer;margin-bottom:1rem;font-size:.875rem;transition:color .3s}.page-module__E0kJGG__footerLinks li:hover{color:var(--accent)}.page-module__E0kJGG__copyright{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);padding-top:2rem;font-size:.75rem}@media (max-width:1024px){.page-module__E0kJGG__legacyGrid{grid-template-columns:1fr;gap:4rem}.page-module__E0kJGG__footerGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__E0kJGG__categoryGrid{grid-template-columns:1fr}.page-module__E0kJGG__legacyStats{flex-wrap:wrap;gap:2rem}.page-module__E0kJGG__newsletterForm{flex-direction:column}.page-module__E0kJGG__footerLinks{grid-template-columns:repeat(2,1fr)}}
.product-module__bawZJa__backBtn{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:600;transition:color .3s;display:flex}.product-module__bawZJa__backBtn:hover{color:var(--primary)}.product-module__bawZJa__productGrid{grid-template-columns:1fr 1fr;gap:5rem;margin-bottom:8rem;display:grid}.product-module__bawZJa__imageGallery{flex-direction:column;gap:1.5rem;display:flex}.product-module__bawZJa__mainImage{aspect-ratio:1;background:var(--muted);border-radius:var(--radius);position:relative;overflow:hidden}.product-module__bawZJa__thumbnails{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.product-module__bawZJa__thumbnail{aspect-ratio:1;background:var(--muted);cursor:pointer;border:2px solid #0000;border-radius:4px;position:relative;overflow:hidden}.product-module__bawZJa__thumbnail:first-child{border-color:var(--accent)}.product-module__bawZJa__img{object-fit:cover}.product-module__bawZJa__details{flex-direction:column;display:flex}.product-module__bawZJa__category{color:var(--accent);text-transform:uppercase;letter-spacing:.25em;margin-bottom:1rem;font-size:.8rem;font-weight:700}.product-module__bawZJa__title{margin-bottom:1rem;font-size:3rem;line-height:1.1}.product-module__bawZJa__price{font-family:var(--font-outfit);color:var(--primary);font-size:2rem;font-weight:700}.product-module__bawZJa__divider{background:var(--border);height:1px;margin:2.5rem 0}.product-module__bawZJa__description{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.product-module__bawZJa__materials{margin-bottom:3rem;font-size:.95rem}.product-module__bawZJa__options{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.product-module__bawZJa__optionGroup{flex-direction:column;gap:1rem;display:flex}.product-module__bawZJa__optionLabel{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:700}.product-module__bawZJa__colorSelector{flex-wrap:wrap;gap:.75rem;display:flex}.product-module__bawZJa__colorBtn{border:2px solid var(--border);cursor:pointer;border-radius:50%;width:44px;height:44px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a}.product-module__bawZJa__colorBtn:hover{transform:scale(1.1);box-shadow:0 4px 8px #00000026}.product-module__bawZJa__colorActive{border-color:var(--primary);box-shadow:0 0 0 3px #0066ff4d}.product-module__bawZJa__colorActive:after{content:"✓";color:#fff;text-shadow:0 1px 2px #00000080;font-size:1rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-module__bawZJa__colorLabel{text-transform:capitalize;white-space:nowrap;color:var(--muted-foreground);opacity:0;font-size:.65rem;transition:opacity .2s;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.product-module__bawZJa__colorBtn:hover .product-module__bawZJa__colorLabel{opacity:1}.product-module__bawZJa__sizeSelector{flex-wrap:wrap;gap:.75rem;display:flex}.product-module__bawZJa__sizeBtn{border:1px solid var(--border);border-radius:4px;justify-content:center;align-items:center;min-width:50px;height:50px;padding:0 .75rem;font-weight:600;transition:all .3s;display:flex}.product-module__bawZJa__sizeActive{background:var(--primary);color:#fff;border-color:var(--primary)}.product-module__bawZJa__quantitySelector{border:1px solid var(--border);border-radius:4px;align-items:center;gap:1.5rem;width:fit-content;padding:.5rem 1rem;display:flex}.product-module__bawZJa__quantitySelector button{color:var(--muted-foreground);font-size:1.5rem;font-weight:400}.product-module__bawZJa__quantitySelector span{text-align:center;min-width:20px;font-weight:700}.product-module__bawZJa__actions{gap:1rem;margin-bottom:3rem;display:flex}.product-module__bawZJa__addToCart{background:var(--primary);color:#fff;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.75rem;height:60px;font-weight:700;transition:all .3s;display:flex}.product-module__bawZJa__addToCart:hover{background:#222;transform:translateY(-2px)}.product-module__bawZJa__iconBtn{border:1px solid var(--border);border-radius:4px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.product-module__bawZJa__iconBtn:hover{border-color:var(--primary);background:var(--muted)}.product-module__bawZJa__shippingInfo{background:var(--muted);border-radius:4px;padding:1.5rem}.product-module__bawZJa__shippingInfo p{color:var(--muted-foreground);margin-bottom:.5rem;font-size:.9rem}.product-module__bawZJa__shippingInfo p:last-child{margin-bottom:0}@media (max-width:1024px){.product-module__bawZJa__productGrid{grid-template-columns:1fr;gap:3rem}}.product-module__bawZJa__buyNow{color:var(--primary);border:2px solid var(--primary);background:0 0;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.75rem;height:60px;font-weight:700;transition:all .3s;display:flex}.product-module__bawZJa__buyNow:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.product-module__bawZJa__added{background:#10b981!important;border-color:#10b981!important}.product-module__bawZJa__loaderContainer,.product-module__bawZJa__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;padding:120px 20px 20px;display:flex}@keyframes product-module__bawZJa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-module__bawZJa__spin{color:var(--accent);animation:1s linear infinite product-module__bawZJa__spin}.product-module__bawZJa__sku{color:var(--muted-foreground);margin-bottom:2rem;font-size:.9rem}
