*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;line-height:1.6;color:#0f0e1f;background:#fff;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,select,textarea{font-family:inherit}:root{--accent: #8b5cf6;--accent-hover: #7c3aed;--accent-rgb: 139,92,246;--dark: #0f0e1f;--dark-2: #1c1a36;--light: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--text: #0f0e1f;--text-muted: #6b7280;--border: #e5e7eb;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.15);--transition: .2s ease;--transition-slow: .3s ease;--max-width: 1400px;--header-height: 68px}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media(min-width:768px){.container{padding:0 4rem}}.section{padding:6rem 0}.section--sm{padding:3.2rem 0}.section--lg{padding:8rem 0}.section--dark{background:var(--dark);color:var(--light)}.section--gray{background:var(--gray-50)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.8rem,5vw,4.8rem)}h2{font-size:clamp(2.2rem,3.5vw,3.6rem)}h3{font-size:clamp(1.8rem,2.5vw,2.4rem)}h4{font-size:clamp(1.6rem,2vw,2rem)}.section-title{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,3vw,3.2rem);font-weight:700;margin-bottom:.5rem}.section-subtitle{color:var(--text-muted);font-size:1.6rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.section-header__link{font-size:1.4rem;font-weight:600;color:var(--accent);display:flex;align-items:center;gap:.4rem;transition:gap var(--transition);white-space:nowrap}.section-header__link:hover{gap:.8rem}#grain-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:var(--grain-opacity, .055);background-repeat:repeat;background-size:180px 180px}.skip-link{position:absolute;top:-999px;left:0;padding:1rem 2rem;background:var(--accent);color:#fff;z-index:9999;font-weight:600}.skip-link:focus{top:0}.announcement-bar{text-align:center;padding:.8rem 2rem;font-size:1.3rem;font-weight:500;letter-spacing:.02em}.announcement-bar__inner{display:flex;justify-content:center;align-items:center;gap:3rem;overflow:hidden;flex-wrap:wrap}.announcement-bar__item{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.header{background:#fff;border-bottom:1px solid var(--border);box-sizing:border-box}.header .container{padding-top:1.2rem;padding-bottom:1.2rem}.header__inner{display:flex;align-items:center;gap:1.6rem}.header__logo{flex-shrink:0;display:flex;align-items:center}.header__logo img{height:40px;width:auto}.header__logo-text{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:900;color:var(--dark);letter-spacing:-.03em}.header__logo-text span{color:var(--accent)}.header__search{flex:1;position:relative;display:flex;align-items:center}.header__search-icon{position:absolute;left:1.2rem;width:1.8rem;height:1.8rem;stroke-width:1.75;color:var(--gray-400);pointer-events:none;flex-shrink:0}.header__search-input{width:100%;padding:1rem 1.4rem 1rem 4rem;font-size:1.4rem;border:1.5px solid var(--border);border-radius:var(--radius-full);outline:none;background:var(--gray-50);transition:border-color var(--transition),background var(--transition)}.header__search-input:focus{border-color:var(--accent);background:#fff}.header__search-input::placeholder{color:var(--gray-400)}.header__actions{flex-shrink:0;display:flex;align-items:center;gap:.2rem}.header__icon-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background var(--transition),color var(--transition);position:relative}.header__icon-btn:hover{background:var(--gray-100);color:var(--accent)}.header__icon-btn svg{width:2.2rem;height:2.2rem;stroke-width:1.75}.header__cart-count{position:absolute;top:4px;right:4px;background:var(--accent);color:#fff;font-size:1rem;font-weight:700;width:1.8rem;height:1.8rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.header__cart-count:empty,[data-cart-count="0"]~.header__cart-count{display:none}@media(max-width:599px){.header__search{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden}.mobile-menu.is-open{visibility:visible}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity var(--transition-slow)}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__drawer{position:absolute;left:0;top:0;bottom:0;width:min(32rem,90vw);background:#fff;transform:translate(-100%);transition:transform var(--transition-slow);display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.is-open .mobile-menu__drawer{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid var(--border)}.mobile-menu__logo{font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.mobile-menu__logo span{color:var(--accent)}.mobile-menu__links{padding:1rem 0;flex:1}.mobile-menu__link{display:block;padding:1.4rem 2rem;font-size:1.6rem;font-weight:500;border-bottom:1px solid var(--gray-100);transition:color var(--transition),background var(--transition)}.mobile-menu__link:hover{color:var(--accent);background:var(--gray-50)}.mobile-menu__footer{padding:2rem;border-top:1px solid var(--border)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199;opacity:0;visibility:hidden;transition:opacity var(--transition-slow),visibility var(--transition-slow)}.cart-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(42rem,100vw);background:#fff;z-index:200;transform:translate(100%);transition:transform var(--transition-slow);display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;border-bottom:1px solid var(--border)}.cart-drawer__title{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.cart-drawer__count{font-size:1.4rem;color:var(--text-muted);font-weight:400}.cart-drawer__close{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:background var(--transition),color var(--transition)}.cart-drawer__close:hover{background:var(--gray-100);color:var(--text)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.6rem 2.4rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.6rem;color:var(--text-muted);text-align:center;padding:4rem 0}.cart-drawer__empty svg{width:5rem;height:5rem;opacity:.3}.cart-drawer__empty p{font-size:1.6rem}.cart-drawer__items{display:flex;flex-direction:column;gap:1.6rem}.cart-item{display:grid;grid-template-columns:8rem 1fr;gap:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item__image{border-radius:var(--radius);overflow:hidden;background:var(--gray-100);aspect-ratio:1}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.5rem}.cart-item__title{font-weight:600;font-size:1.4rem;line-height:1.3}.cart-item__variant{font-size:1.2rem;color:var(--text-muted)}.cart-item__price{font-weight:700;font-size:1.5rem;color:var(--accent)}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item__qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.cart-item__qty-btn{width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:600;transition:background var(--transition)}.cart-item__qty-btn:hover{background:var(--gray-100)}.cart-item__qty-value{font-size:1.4rem;font-weight:600;min-width:2.8rem;text-align:center}.cart-item__remove{font-size:1.2rem;color:var(--gray-400);transition:color var(--transition);padding:.4rem}.cart-item__remove:hover{color:var(--accent)}.cart-drawer__footer{padding:2rem 2.4rem;border-top:1px solid var(--border);background:var(--gray-50)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem}.cart-drawer__subtotal-label{font-size:1.5rem;color:var(--text-muted)}.cart-drawer__subtotal-value{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700}.cart-drawer__actions{display:flex;flex-direction:column;gap:.8rem}.cart-drawer__note{font-size:1.2rem;color:var(--text-muted);text-align:center;margin-top:1rem}.hero{position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}@media(min-width:768px){.hero{min-height:70vh}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__media>div{background:linear-gradient(135deg,#07061a,#0f0e1f 40%,#1a103a,#0f0e1f)!important}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__content{position:relative;z-index:1;color:#fff;max-width:62rem;padding:6rem 0}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#8b5cf626;color:var(--accent);border:1px solid rgba(139,92,246,.35);font-size:1.15rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.45rem 1.2rem;border-radius:var(--radius-full);margin-bottom:2rem}.hero__title{font-family:Outfit,sans-serif;font-size:clamp(3.6rem,6vw,6.8rem);font-weight:900;line-height:1.03;letter-spacing:-.02em;margin-bottom:2rem}.hero__title em{color:var(--accent);font-style:normal}.hero__subtitle{font-size:clamp(1.5rem,1.8vw,1.8rem);color:#ffffff94;line-height:1.65;margin-bottom:3.6rem;max-width:46rem;font-weight:400}.hero__actions{display:flex;gap:1.4rem;flex-wrap:wrap}.hero--content-center .hero__content{margin:0 auto;text-align:center}.hero--content-center .hero__actions{justify-content:center}.trust-badges{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-badges__grid{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.trust-badges__grid{grid-template-columns:repeat(4,1fr)}}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:2.8rem 1.6rem;border-right:1px solid var(--border)}.trust-badge:last-child{border-right:none}@media(max-width:639px){.trust-badge:nth-child(2n){border-right:none}.trust-badge:nth-child(n+3){border-top:1px solid var(--border)}}@media(min-width:768px){.trust-badge{flex-direction:row;text-align:left;gap:1.4rem}}.trust-badge__icon{width:4rem;height:4rem;background:var(--gray-100);color:var(--accent);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge__icon svg{width:2rem;height:2rem}.trust-badge__title{font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.trust-badge__text{font-size:1.25rem;color:var(--text-muted);line-height:1.4}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}@media(min-width:640px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.categories-grid{grid-template-columns:repeat(5,1fr)}}.category-tile{position:relative;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:3/4;display:block;background:var(--gray-200)}.category-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-tile:hover .category-tile__media img{transform:scale(1.06)}.category-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0000001a 60%)}.category-tile__content{position:absolute;bottom:0;left:0;right:0;padding:1.6rem;color:#fff}.category-tile__label{font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.8;margin-bottom:.3rem}.category-tile__title{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.2}.category-tile__gradient{position:absolute;top:0;right:0;bottom:0;left:0}.hero-split{display:grid;grid-template-columns:1fr}@media(min-width:768px){.hero-split{grid-template-columns:1.8fr 1fr;min-height:540px}}.hero-split__main{position:relative;overflow:hidden;min-height:320px;display:flex}.hero-split__main-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-split__main-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#07061a,#1a103a 60%,#e63946)}.hero-split__main-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000007a}.hero-split__main-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:4rem;color:#fff;min-height:320px}@media(min-width:768px){.hero-split__main-content{padding:5.6rem}}.hero-split__eyebrow{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:1rem}.hero-split__heading{font-family:Outfit,sans-serif;font-size:clamp(3rem,5vw,5.6rem);font-weight:900;line-height:1.04;letter-spacing:-.02em;margin-bottom:1.4rem}.hero-split__subheading{font-size:1.6rem;opacity:.8;margin-bottom:3rem;max-width:44rem;line-height:1.6}.hero-split__btns{display:flex;gap:1.2rem;flex-wrap:wrap}.hero-split__sidebar{display:grid;grid-template-rows:1fr 1fr}@media(max-width:767px){.hero-split__sidebar{grid-template-rows:unset;grid-template-columns:1fr 1fr;min-height:200px}}.hero-split__card{position:relative;overflow:hidden;display:flex;min-height:160px}@media(min-width:768px){.hero-split__card{min-height:0}}.hero-split__card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hero-split__card:hover .hero-split__card-img{transform:scale(1.06)}.hero-split__card-gradient{position:absolute;top:0;right:0;bottom:0;left:0}.hero-split__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;transition:background .3s}.hero-split__card:hover .hero-split__card-overlay{background:#0000008c}.hero-split__card-content{position:relative;z-index:1;margin-top:auto;padding:2rem;color:#fff}.hero-split__card-label{display:block;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.65;margin-bottom:.3rem}.hero-split__card-title{display:block;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;margin-bottom:.6rem}.hero-split__card-cta{font-size:1.2rem;font-weight:700;color:var(--accent)}.type-tiles{display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.type-tiles{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.type-tiles{grid-template-columns:repeat(var(--tile-count, 5),1fr)}}.type-tile{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:2/3;display:flex;flex-direction:column;text-decoration:none}.type-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.type-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.type-tile:hover .type-tile__media img{transform:scale(1.06)}.type-tile__gradient{width:100%;height:100%;transition:filter .3s}.type-tile:hover .type-tile__gradient{filter:brightness(.85)}.type-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#0000000d 55%)}.type-tile__content{position:relative;z-index:1;margin-top:auto;padding:1.6rem;color:#fff}.type-tile__title{display:block;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;margin-bottom:.4rem}.type-tile__cta{font-size:1.2rem;font-weight:600;color:var(--accent);opacity:0;transform:translateY(5px);transition:opacity .2s,transform .2s;display:block}.type-tile:hover .type-tile__cta{opacity:1;transform:translateY(0)}.split-cols{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:768px){.split-cols{grid-template-columns:1fr 1fr}}.split-col{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:440px;display:flex;flex-direction:column}.split-col__media{position:absolute;top:0;right:0;bottom:0;left:0}.split-col__media img{width:100%;height:100%;object-fit:cover}.split-col__gradient{width:100%;height:100%}.split-col__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000094}.split-col__content{position:relative;z-index:1;padding:3.6rem;color:#fff;height:100%;display:flex;flex-direction:column}.split-col__title{font-family:Outfit,sans-serif;font-size:3rem;font-weight:900;margin-bottom:2rem;letter-spacing:-.02em}.split-col__links{list-style:none;margin:0 0 2.8rem;flex:1;display:flex;flex-direction:column;gap:.8rem}.split-col__link{font-size:1.6rem;font-weight:500;color:#ffffffbf;transition:color .15s,padding-left .15s;display:inline-block}.split-col__link:hover{color:#fff;padding-left:.8rem}.franchise-carousel{gap:1.4rem}.franchise-tile{position:relative;background:var(--gray-50);border:1.5px solid var(--border);border-radius:var(--radius);flex:0 0 18rem;height:11rem;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s;scroll-snap-align:start}@media(min-width:768px){.franchise-tile{flex:0 0 21rem;height:13rem}}.franchise-tile:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a;border-color:var(--accent)}.franchise-tile__logo{width:80%;height:80%;object-fit:contain;transition:transform .25s}.franchise-tile:hover .franchise-tile__logo{transform:scale(1.06)}.franchise-tile__name{font-family:Outfit,sans-serif;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:var(--dark);text-align:center;padding:.8rem;line-height:1.2}.franchise-tile__badge{position:absolute;top:.6rem;right:.6rem;background:var(--accent);color:#fff;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .6rem;border-radius:var(--radius-sm);line-height:1}.carousel-nav{display:flex;gap:.6rem}.carousel-nav__btn{width:3.6rem;height:3.6rem;border-radius:var(--radius);border:1.5px solid var(--border);background:#fff;color:var(--dark);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition);flex-shrink:0}.carousel-nav__btn:hover{background:var(--dark);color:#fff;border-color:var(--dark)}.carousel-nav__btn:disabled{opacity:.3;cursor:not-allowed}.collections-carousel{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1.2rem;-webkit-overflow-scrolling:touch;cursor:grab}.collections-carousel:active{cursor:grabbing}.collections-carousel::-webkit-scrollbar{height:4px}.collections-carousel::-webkit-scrollbar-track{background:var(--gray-100);border-radius:2px}.collections-carousel::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:2px}.collection-tile{position:relative;overflow:hidden;border-radius:var(--radius-lg);flex:0 0 32rem;height:20rem;display:block;background:var(--dark);scroll-snap-align:start}@media(min-width:640px){.collection-tile{flex:0 0 34rem;height:22rem}}@media(min-width:1024px){.collection-tile{flex:0 0 38rem;height:24rem}}.collection-tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-tile:hover .collection-tile__media img{transform:scale(1.07)}.collection-tile__gradient{position:absolute;top:0;right:0;bottom:0;left:0}.collection-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0000004d 55%,#0000000d);transition:background var(--transition-slow)}.collection-tile:hover .collection-tile__overlay{background:linear-gradient(to top,#000000eb,#00000073 55%,#0000001a)}.collection-tile__content{position:absolute;bottom:0;left:0;right:0;padding:1.8rem 2rem;color:#fff}.collection-tile__label{font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.3rem}.collection-tile__title{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:900;line-height:1.1;letter-spacing:-.02em}.collection-tile__count{font-size:1.2rem;color:#ffffff80;margin-top:.3rem}.collection-tile__cta{position:absolute;top:1.6rem;right:1.6rem;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:1.2rem;font-weight:600;padding:.45rem 1.1rem;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);opacity:0;transform:translateY(-4px);transition:opacity var(--transition),transform var(--transition)}.collection-tile:hover .collection-tile__cta{opacity:1;transform:translateY(0)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(min-width:1280px){.products-grid--cols-5{grid-template-columns:repeat(5,1fr)}}.product-card{border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--border);transition:box-shadow var(--transition),transform var(--transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card__media{position:relative;overflow:hidden;background:var(--gray-100);aspect-ratio:1}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .4s ease;position:absolute;top:0;right:0;bottom:0;left:0}.product-card__image--secondary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:2}.product-card__badge{display:inline-block;padding:.3rem .8rem;border-radius:var(--radius-sm);font-size:1.1rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.product-card__badge--sale{background:var(--accent);color:#fff}.product-card__badge--new{background:#10b981;color:#fff}.product-card__badge--sold-out{background:var(--gray-500);color:#fff}.product-card__badge--official{background:#f59e0b;color:#fff}.product-card__badge--pack{background:#3b82f6;color:#fff}.product-card__badge--exclusive{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff}.product-page__badges{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}.product-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.2rem;border-radius:var(--radius-full);font-size:1.25rem;font-weight:700;letter-spacing:.02em}.product-badge--new{background:#10b9811f;color:#059669;border:1px solid rgba(16,185,129,.3)}.product-badge--official{background:#f59e0b1f;color:#d97706;border:1px solid rgba(245,158,11,.3)}.product-badge--pack{background:#3b82f61f;color:#2563eb;border:1px solid rgba(59,130,246,.3)}.product-badge--exclusive{background:#8b5cf61f;color:var(--accent);border:1px solid rgba(139,92,246,.3)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:#000000e0;color:#fff;padding:1.1rem;font-size:1.3rem;font-weight:600;text-align:center;transform:translateY(100%);transition:transform .25s ease;z-index:2;border:none;cursor:pointer;font-family:Inter,sans-serif;width:100%}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__quick-add:disabled{background:#646464d9;cursor:not-allowed}.product-card__info{padding:1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__vendor{font-size:1.1rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.06em}.product-card__title{font-size:1.4rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-top:auto;padding-top:.4rem}.price--regular,.price--sale{font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.price--sale{color:var(--accent)}.price--compare{font-size:1.3rem;color:var(--gray-400);text-decoration:line-through}.newsletter{background:var(--dark);color:#fff}.newsletter__inner{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.newsletter__inner{grid-template-columns:1fr 1fr}}.newsletter__eyebrow{font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.newsletter__title{font-family:Outfit,sans-serif;font-size:clamp(2.4rem,3vw,3.2rem);font-weight:700;margin-bottom:.8rem}.newsletter__text{font-size:1.5rem;opacity:.75;line-height:1.6}.newsletter__form{display:flex;gap:1rem;flex-direction:column}@media(min-width:480px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1.3rem 1.8rem;border:1px solid rgba(255,255,255,.2);background:#ffffff14;border-radius:var(--radius);color:#fff;font-size:1.5rem;outline:none;transition:border-color var(--transition)}.newsletter__input::placeholder{color:#fff6}.newsletter__input:focus{border-color:var(--accent)}.newsletter__submit{padding:1.3rem 2.4rem;background:var(--accent);color:#fff;border-radius:var(--radius);font-weight:700;font-size:1.5rem;white-space:nowrap;transition:background var(--transition);cursor:pointer;border:none;font-family:inherit}.newsletter__submit:hover{background:var(--accent-hover)}.newsletter__note{font-size:1.2rem;opacity:.5;margin-top:1rem}.footer{background:#0f0f10;color:#fffc}.footer__top{padding:6rem 0 4rem;display:grid;gap:4rem}@media(min-width:640px){.footer__top{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__top{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand-logo{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:900;color:#fff;letter-spacing:-.03em;margin-bottom:1.2rem;display:block}.footer__brand-logo span{color:var(--accent)}.footer__brand-text{font-size:1.4rem;line-height:1.7;opacity:.6;margin-bottom:2rem}.footer__social{display:flex;gap:1rem;flex-wrap:wrap}.footer__social-link{width:3.8rem;height:3.8rem;background:#ffffff14;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:background var(--transition),color var(--transition)}.footer__social-link:hover{background:var(--accent);color:#fff}.footer__social-link svg{width:1.8rem;height:1.8rem}.footer__column-title{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1.6rem;text-transform:uppercase;letter-spacing:.06em}.footer__links{display:flex;flex-direction:column;gap:1rem}.footer__link{font-size:1.4rem;opacity:.7;transition:opacity var(--transition),color var(--transition)}.footer__link:hover{opacity:1;color:var(--accent)}.footer__bottom{padding:2rem 0;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:1.6rem;align-items:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:1.3rem;opacity:.5}.footer__payment-icons{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}.footer__payment-icon{height:2.4rem;width:auto;filter:brightness(0) invert(1);opacity:.5}.footer__payment-icons svg{height:2.4rem;width:auto;filter:brightness(0) invert(1);opacity:.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.4rem;border-radius:var(--radius);font-size:1.5rem;font-weight:600;letter-spacing:.01em;transition:all var(--transition);white-space:nowrap;cursor:pointer;border:2px solid transparent;font-family:inherit}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn--secondary{background:var(--dark);color:#fff;border-color:var(--dark)}.btn--secondary:hover{background:var(--dark-2)}.btn--outline{background:transparent;color:#fff;border-color:#ffffffbf}.btn--outline:hover{background:#fff;color:var(--dark);border-color:#fff}.btn--outline-dark{background:transparent;color:var(--dark);border-color:var(--dark)}.btn--outline-dark:hover{background:var(--dark);color:#fff}.btn--full{width:100%}.btn--lg{padding:1.5rem 3.2rem;font-size:1.6rem}.btn--sm{padding:.7rem 1.4rem;font-size:1.3rem}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.form-group{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.form-label{font-size:1.4rem;font-weight:600}.form-input,.form-select{padding:1.2rem 1.6rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:1.5rem;color:var(--text);background:#fff;outline:none;transition:border-color var(--transition);width:100%}.form-input:focus,.form-select:focus{border-color:var(--accent)}.form-input::placeholder{color:var(--gray-400)}.form-error{font-size:1.3rem;color:var(--accent);margin-top:.4rem}.product-page{padding:4rem 0 6rem}.product-page__inner{display:grid;gap:4rem}@media(min-width:768px){.product-page__inner{grid-template-columns:1fr 1fr;align-items:start}}@media(min-width:1024px){.product-page__inner{grid-template-columns:55% 1fr;gap:6rem}}.product-page__media{display:flex;flex-direction:column;gap:1.2rem}.product-page__featured-image{aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;background:var(--gray-100)}.product-page__featured-image img{width:100%;height:100%;object-fit:cover}.product-page__thumbnails{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.4rem}.product-page__thumb{flex-shrink:0;width:7.2rem;height:7.2rem;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition);background:var(--gray-100)}.product-page__thumb.is-active,.product-page__thumb:hover{border-color:var(--accent)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{display:flex;flex-direction:column;gap:2rem}.product-page__breadcrumb{font-size:1.3rem;color:var(--text-muted);display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.product-page__breadcrumb a:hover{color:var(--accent)}.product-page__vendor{font-size:1.3rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.product-page__title{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,3vw,3.2rem);font-weight:700;line-height:1.2}.product-page__price{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.product-page__price .price--regular,.product-page__price .price--sale{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:700}.product-page__price .price--compare{font-size:1.8rem}.product-option__label{font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.product-option__label span{font-weight:400;color:var(--text-muted)}.product-option__values{display:flex;gap:.8rem;flex-wrap:wrap}.variant-btn{padding:.8rem 1.6rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1.4rem;font-weight:500;cursor:pointer;transition:all var(--transition);background:#fff;font-family:inherit}.variant-btn:hover{border-color:var(--dark)}.variant-btn.is-active{border-color:var(--dark);background:var(--dark);color:#fff}.variant-btn.is-unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-page__add-to-cart{padding:1.6rem;font-size:1.7rem;font-weight:700;letter-spacing:.02em}.product-page__qty{display:flex;gap:1.6rem;align-items:center;margin-bottom:0}#product-form{display:flex;flex-direction:column;gap:1.6rem}.product-page__description{font-size:1.5rem;line-height:1.7;color:var(--gray-600);border-top:1px solid var(--border);padding-top:2rem}.product-page__description h2,.product-page__description h3{font-size:1.8rem;margin-bottom:.8rem;margin-top:2rem;color:var(--text)}.product-page__description ul,.product-page__description ol{padding-left:2rem;list-style:disc;margin:1rem 0}.product-page__description li{margin-bottom:.4rem}.product-page__tags{display:flex;gap:.8rem;flex-wrap:wrap}.product-tag{padding:.4rem 1rem;background:var(--gray-100);border-radius:var(--radius-full);font-size:1.2rem;color:var(--text-muted)}.product-page__reviews{border-top:1px solid var(--border);margin-top:4rem;padding-top:4rem}.product-page__reviews-inner{max-width:76rem}.product-page__reviews-title{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700;margin-bottom:2.4rem}.reviews-empty{padding:3.2rem;background:var(--gray-50);border-radius:var(--radius-lg);text-align:center;color:var(--text-muted);font-size:1.4rem;border:1px dashed var(--border)}#judgeme_product_reviews,.jdgm-widget{font-family:Inter,sans-serif;font-size:1.4rem;color:var(--text)}.jdgm-star{color:var(--accent)!important}.jdgm-star.jdgm--empty{color:var(--gray-300)!important}.jdgm-star.jdgm--half{color:var(--accent)!important}.jdgm-preview-badge{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.jdgm-preview-badge .jdgm-prev-badge__stars{font-size:1.6rem}.jdgm-preview-badge .jdgm-prev-badge__count{font-size:1.3rem;color:var(--text-muted)}.jdgm-preview-badge[data-average-rating="0"]{display:none}.jdgm-rev-widg__summary{display:flex;align-items:flex-start;gap:3.2rem;padding:2.8rem;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--border);margin-bottom:3.2rem;flex-wrap:wrap}.jdgm-rev-widg__summary-score{font-family:Outfit,sans-serif;font-size:5.6rem;font-weight:900;color:var(--dark);line-height:1;letter-spacing:-.03em}.jdgm-rev-widg__summary-stars{font-size:2rem;margin:.4rem 0}.jdgm-rev-widg__summary-text{font-size:1.3rem;color:var(--text-muted);margin-top:.2rem}.jdgm-histogram{flex:1;min-width:18rem}.jdgm-histogram__row{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem;font-size:1.2rem;color:var(--text-muted)}.jdgm-histogram__bar{flex:1;height:8px;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}.jdgm-histogram__bar-content{height:100%;background:var(--accent);border-radius:var(--radius-full);transition:width .4s ease}.jdgm-write-rev-link,.jdgm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.1rem 2.2rem;border-radius:var(--radius);font-size:1.4rem;font-weight:600;background:var(--accent);color:#fff!important;border:2px solid var(--accent);cursor:pointer;transition:all var(--transition);text-decoration:none!important;font-family:Inter,sans-serif}.jdgm-write-rev-link:hover,.jdgm-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-accent)}.jdgm-rev{padding:2.4rem;border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.6rem;background:#fff;transition:box-shadow var(--transition)}.jdgm-rev:hover{box-shadow:var(--shadow)}.jdgm-rev__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem;margin-bottom:1.2rem;flex-wrap:wrap}.jdgm-rev__author{font-family:Outfit,sans-serif;font-weight:700;font-size:1.5rem;color:var(--dark)}.jdgm-rev__timestamp{font-size:1.2rem;color:var(--text-muted)}.jdgm-rev__rating{font-size:1.5rem}.jdgm-rev__title{font-family:Outfit,sans-serif;font-weight:700;font-size:1.6rem;margin-bottom:.6rem;color:var(--dark)}.jdgm-rev__body{font-size:1.4rem;line-height:1.7;color:var(--gray-600)}.jdgm-rev__pics{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}.jdgm-rev__pic img{width:7.2rem;height:7.2rem;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}.jdgm-rev__verified-text{display:inline-flex;align-items:center;gap:.3rem;font-size:1.1rem;font-weight:600;color:#059669;background:#10b9811a;padding:.2rem .8rem;border-radius:var(--radius-full);margin-top:.4rem}.jdgm-paginate{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:2.4rem;flex-wrap:wrap}.jdgm-paginate__page{width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);border:1.5px solid var(--border);font-size:1.3rem;font-weight:600;cursor:pointer;transition:all var(--transition);color:var(--text);text-decoration:none}.jdgm-paginate__page:hover{border-color:var(--accent);color:var(--accent)}.jdgm-paginate__page.jdgm--active{background:var(--accent);border-color:var(--accent);color:#fff}.jdgm-form{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.8rem;margin-top:2.4rem}.jdgm-form__title{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--dark)}.jdgm-form__input,.jdgm-form textarea,.jdgm-form input[type=text],.jdgm-form input[type=email]{width:100%;padding:1.1rem 1.4rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:1.4rem;font-family:Inter,sans-serif;background:#fff;color:var(--text);transition:border-color var(--transition);outline:none;margin-bottom:1.4rem}.jdgm-form__input:focus,.jdgm-form textarea:focus,.jdgm-form input[type=text]:focus,.jdgm-form input[type=email]:focus{border-color:var(--accent)}.jdgm-form__submit{background:var(--accent);color:#fff;border:2px solid var(--accent);padding:1.1rem 2.4rem;border-radius:var(--radius);font-size:1.4rem;font-weight:600;cursor:pointer;transition:all var(--transition);font-family:Inter,sans-serif}.jdgm-form__submit:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.jdgm-form .jdgm-star{font-size:2.4rem;cursor:pointer;transition:transform var(--transition)}.jdgm-form .jdgm-star:hover{transform:scale(1.2)}.jdgm--loading{opacity:.5;pointer-events:none}.jdgm-no-rev{padding:3.2rem;background:var(--gray-50);border-radius:var(--radius-lg);text-align:center;color:var(--text-muted);font-size:1.4rem;border:1px dashed var(--border)}@media(max-width:639px){.jdgm-rev-widg__summary{flex-direction:column;gap:2rem;padding:2rem}.jdgm-rev-widg__summary-score{font-size:4.4rem}.jdgm-rev{padding:1.8rem}.jdgm-form{padding:2rem}}.collection-header{padding:4rem 0 2rem}.collection-header__title{font-family:Outfit,sans-serif;font-size:clamp(2.4rem,4vw,4.8rem);font-weight:900}.collection-header__count{font-size:1.4rem;color:var(--text-muted);margin-top:.4rem}.collection-header__image{width:100%;height:28rem;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:3rem}.cart-page{padding:4rem 0 6rem}.cart-page__title{font-family:Outfit,sans-serif;font-size:clamp(2.4rem,3.5vw,4rem);font-weight:900;margin-bottom:3rem}.cart-page__inner{display:grid;gap:4rem}@media(min-width:1024px){.cart-page__inner{grid-template-columns:1fr 36rem;align-items:start}}.cart-table-header{display:none}@media(min-width:640px){.cart-table-header{display:grid;grid-template-columns:9rem 1fr auto auto;gap:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border);font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}}.cart-table-item{display:grid;grid-template-columns:9rem 1fr;gap:1.6rem;padding:2rem 0;border-bottom:1px solid var(--border);align-items:center}@media(min-width:640px){.cart-table-item{grid-template-columns:9rem 1fr auto auto}}.cart-table-item__image{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--gray-100)}.cart-table-item__image img{width:100%;height:100%;object-fit:cover}.cart-table-item__title{font-weight:600;font-size:1.5rem;margin-bottom:.4rem}.cart-table-item__variant{font-size:1.3rem;color:var(--text-muted)}.cart-table-item__remove{font-size:1.3rem;color:var(--gray-400);transition:color var(--transition)}.cart-table-item__remove:hover{color:var(--accent)}.qty-input{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-btn{width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:600;background:var(--gray-50);transition:background var(--transition);cursor:pointer}.qty-btn:hover{background:var(--gray-200)}.qty-value{width:4rem;text-align:center;font-size:1.5rem;font-weight:600;border:none;background:#fff;padding:0;outline:none}.cart-summary-box{background:var(--gray-50);border-radius:var(--radius-xl);padding:2.4rem;position:sticky;top:calc(var(--header-height) + 2rem);border:1px solid var(--border)}.cart-summary-box__title{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;margin-bottom:2rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border);font-size:1.5rem}.cart-summary-row--total{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;border-top:2px solid var(--dark);border-bottom:none;padding-top:1.4rem;margin-top:.8rem}.cart-summary-box__note{font-size:1.3rem;color:var(--text-muted);text-align:center;margin-top:1.2rem}.search-page{padding:4rem 0 6rem}.search-page__form{display:flex;gap:1rem;margin-bottom:4rem}.search-page__input{flex:1;padding:1.4rem 2rem;border:2px solid var(--border);border-radius:var(--radius);font-size:1.6rem;outline:none;transition:border-color var(--transition)}.search-page__input:focus{border-color:var(--accent)}.search-page__title{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700;margin-bottom:.6rem}.search-page__count{font-size:1.4rem;color:var(--text-muted);margin-bottom:3rem}.page-404{padding:8rem 0;text-align:center}.page-404__status{font-family:Outfit,sans-serif;font-size:min(15vw,14rem);font-weight:900;color:var(--gray-200);line-height:1;margin-bottom:2rem}.page-404__title{font-family:Outfit,sans-serif;font-size:3.2rem;font-weight:700;margin-bottom:1.2rem}.page-404__text{font-size:1.6rem;color:var(--text-muted);margin-bottom:3.2rem}.page-content{padding:4rem 0 6rem;max-width:72rem;margin:0 auto}.page-content h1{margin-bottom:2rem}.page-content h2{margin:3rem 0 1.2rem}.page-content p{margin-bottom:1.6rem;font-size:1.6rem;line-height:1.7;color:var(--gray-600)}.page-content ul,.page-content ol{padding-left:2.4rem;list-style:disc;margin-bottom:1.6rem}.page-content li{font-size:1.6rem;line-height:1.7;color:var(--gray-600);margin-bottom:.6rem}.auth-page{padding:6rem 0;min-height:60vh;display:flex;align-items:center;justify-content:center}.auth-form{width:100%;max-width:44rem;margin:0 auto;padding:4rem;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.auth-form__title{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:700;margin-bottom:.8rem}.auth-form__subtitle{font-size:1.4rem;color:var(--text-muted);margin-bottom:3rem}.auth-form__links{margin-top:2rem;text-align:center;font-size:1.4rem;color:var(--text-muted)}.auth-form__links a{color:var(--accent);font-weight:600}.account-page{padding:4rem 0 6rem}.account-page__title{font-family:Outfit,sans-serif;font-size:3.2rem;font-weight:800;margin-bottom:3rem}.account-grid{display:grid;gap:3rem}@media(min-width:768px){.account-grid{grid-template-columns:24rem 1fr;align-items:start}}.account-sidebar{background:var(--gray-50);border-radius:var(--radius-xl);padding:2.4rem;border:1px solid var(--border)}.account-sidebar__link{display:block;padding:1rem 1.4rem;font-size:1.5rem;font-weight:500;border-radius:var(--radius);transition:background var(--transition),color var(--transition)}.account-sidebar__link:hover,.account-sidebar__link.is-active{background:var(--accent);color:#fff}.order-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.6rem}.order-card__header{display:flex;justify-content:space-between;margin-bottom:1.2rem;flex-wrap:wrap;gap:1rem}.order-status{padding:.4rem 1rem;border-radius:var(--radius-full);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.order-status--fulfilled{background:#d1fae5;color:#065f46}.order-status--unfulfilled{background:#fef3c7;color:#92400e}.order-status--cancelled{background:#fee2e2;color:#991b1b}.pagination{display:flex;justify-content:center;gap:.8rem;padding:4rem 0 2rem;flex-wrap:wrap}.pagination__item{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:var(--radius);border:1.5px solid var(--border);font-size:1.5rem;font-weight:600;transition:all var(--transition);background:#fff}.pagination__item:hover,.pagination__item.is-active{border-color:var(--dark);background:var(--dark);color:#fff}.pagination__item--prev,.pagination__item--next{padding:0 1.6rem;width:auto}.toast{position:fixed;bottom:2.4rem;right:2.4rem;background:var(--dark);color:#fff;padding:1.4rem 2rem;border-radius:var(--radius);font-size:1.4rem;font-weight:500;z-index:9999;transform:translateY(8rem);opacity:0;transition:transform .3s ease,opacity .3s ease;max-width:32rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-lg);pointer-events:none}.toast.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.toast--success{background:#059669}.toast--error{background:#dc2626}.loading-spinner{display:inline-block;width:1.8rem;height:1.8rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.w-full{width:100%}@media(max-width:639px){.hide-mobile{display:none!important}.section{padding:4rem 0}}@media(min-width:640px){.show-mobile-only{display:none!important}}.about-hero{position:relative;min-height:50vh;display:flex;align-items:center;overflow:hidden}.about-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.about-hero__media img{width:100%;height:100%;object-fit:cover}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f0e1fd9,#0f0e1f66)}.about-hero__content{position:relative;z-index:1;color:#fff;padding:8rem 0;max-width:64rem}.about-hero__title{font-family:Outfit,sans-serif;font-size:clamp(3.2rem,5vw,5.6rem);font-weight:900;line-height:1.05;margin-bottom:1.6rem;letter-spacing:-.02em}.about-hero__subtitle{font-size:1.8rem;color:#ffffffa6;max-width:48rem}.about-story{display:grid;gap:6rem;padding:8rem 0;align-items:center}@media(min-width:768px){.about-story{grid-template-columns:1fr 1fr}}.about-story__title{font-family:Outfit,sans-serif;font-size:clamp(2.4rem,3vw,3.4rem);font-weight:700;margin-bottom:2rem}.about-story__body{font-size:1.6rem;line-height:1.8;color:var(--gray-600)}.about-story__image img{border-radius:var(--radius-xl);width:100%;object-fit:cover;box-shadow:var(--shadow-lg)}.about-values{padding:4rem 0 8rem}.about-values__title{font-family:Outfit,sans-serif;font-size:clamp(2.4rem,3vw,3.4rem);font-weight:700;margin-bottom:4rem}.about-values__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem}@media(min-width:768px){.about-values__grid{grid-template-columns:repeat(4,1fr)}}.about-value{padding:2.8rem 2.4rem;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--border)}.about-value__icon{font-size:3rem;margin-bottom:1.2rem}.about-value__title{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.about-value__text{font-size:1.4rem;color:var(--text-muted);line-height:1.6}.about-cta{padding:2rem 0 8rem}.header{transition:background var(--transition-slow),box-shadow var(--transition-slow),border-color var(--transition-slow)}.header--scrolled{background:#ffffffd1!important;backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border-bottom-color:#e5e7eb99!important;box-shadow:0 1px 24px #0f0e1f0f}.product-card{transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #8b5cf61f,0 6px 16px #0f0e1f14;border-color:#8b5cf633}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 100%,rgba(15,14,31,.55) 0%,transparent 65%);z-index:1;pointer-events:none}.hero__overlay,.hero__content{z-index:2}:root{--shadow-sm: 0 1px 4px rgba(15,14,31,.07);--shadow: 0 4px 18px rgba(15,14,31,.09), 0 1px 4px rgba(15,14,31,.05);--shadow-lg: 0 10px 40px rgba(15,14,31,.13), 0 3px 10px rgba(15,14,31,.07);--shadow-accent: 0 8px 32px rgba(139,92,246,.18), 0 2px 8px rgba(139,92,246,.1)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}a:focus-visible,button:focus-visible{border-radius:var(--radius-sm)}.btn{transition:all .22s ease}.btn:active:not(:disabled){transform:translateY(1px) scale(.99)}.btn--primary:hover{box-shadow:var(--shadow-accent)}@keyframes cart-bump{0%,to{transform:scale(1)}40%{transform:scale(1.5)}70%{transform:scale(.9)}}.header__cart-count--bump{animation:cart-bump .4s ease forwards}.will-reveal{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}.will-reveal.revealed{opacity:1;transform:none}.will-reveal.reveal-delay-1{transition-delay:.08s}.will-reveal.reveal-delay-2{transition-delay:.16s}.will-reveal.reveal-delay-3{transition-delay:.24s}.will-reveal.reveal-delay-4{transition-delay:.32s}.section+.section{position:relative}.section+.section:before{content:"";display:block;height:1px;background:linear-gradient(to right,transparent,var(--border) 20%,var(--border) 80%,transparent);margin:0 4rem}@media(prefers-reduced-motion:reduce){.will-reveal{opacity:1;transform:none;transition:none}.product-card{transition:box-shadow .2s ease}.product-card:hover{transform:none}.header{transition:none}.btn:active{transform:none}.header__cart-count--bump{animation:none}}.product-recommendations__loading{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;padding:4rem}.product-recommendations__spinner{width:3.2rem;height:3.2rem;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.collection-layout{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:6rem}@media(min-width:1024px){.collection-layout{grid-template-columns:27rem 1fr;align-items:start}}.collection-header__desc{color:var(--text-muted);font-size:1.5rem;margin-top:.8rem;max-width:72rem}.collection-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:0;overflow:hidden}.collection-filters__header{display:flex;align-items:center;gap:1rem;padding:1.8rem 2rem;border-bottom:1px solid var(--border)}.collection-filters__title{font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700;flex:1;letter-spacing:.02em;text-transform:uppercase}.collection-filters__clear{font-size:1.25rem;color:var(--accent);font-weight:600;white-space:nowrap}.collection-filters__clear-count{color:var(--accent)}.collection-filters__close{display:none;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.4rem;line-height:1}.collection-filters__close:hover{color:var(--text)}.filter-group{border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none}.filter-group__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;padding:1.6rem 2rem;gap:1rem}.filter-group__toggle:hover{background:var(--gray-100)}.filter-group__label{display:flex;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text)}.filter-group__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .5rem;background:var(--accent);color:#fff;border-radius:10rem;font-size:1rem;font-weight:700;letter-spacing:0;text-transform:none}.filter-group__chevron{flex-shrink:0;color:var(--text-muted);transition:transform .2s ease}.filter-group__toggle[aria-expanded=false] .filter-group__chevron{transform:rotate(-90deg)}.filter-group__body{padding:0 2rem 1.6rem}.filter-list{display:flex;flex-direction:column;gap:.2rem;padding-right:.4rem}.filter-list__item{list-style:none}.filter-list__item--hidden{display:none}.filter-checkbox{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:.55rem .4rem;border-radius:var(--radius-sm);transition:background var(--transition)}.filter-checkbox:hover{background:var(--gray-100)}.filter-checkbox input{display:none}.filter-checkbox__box{width:1.8rem;height:1.8rem;border:1.5px solid var(--border);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s;background:var(--bg)}.filter-checkbox__box svg{opacity:0;transition:opacity .15s;color:#fff}.filter-checkbox input:checked~.filter-checkbox__box{background:var(--accent);border-color:var(--accent)}.filter-checkbox input:checked~.filter-checkbox__box svg{opacity:1}.filter-checkbox input:checked~.filter-checkbox__label{font-weight:600}.filter-checkbox__label{flex:1;font-size:1.35rem;color:var(--text);line-height:1.3}.filter-checkbox input:disabled~.filter-checkbox__label{opacity:.35}.filter-checkbox input:disabled~.filter-checkbox__box{opacity:.35}.filter-checkbox__count{font-size:1.2rem;color:var(--text-muted);white-space:nowrap}.filter-show-more{width:100%;background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--accent);font-weight:600;padding:.8rem .4rem 0;text-align:left;display:flex;align-items:center;gap:.4rem}.filter-show-more:hover{text-decoration:underline}.filter-price__inputs{display:flex;align-items:flex-end;gap:.8rem}.filter-price__field{display:flex;flex-direction:column;gap:.5rem;flex:1}.filter-price__label{font-size:1.15rem;color:var(--text-muted);font-weight:500}.filter-price__sep{color:var(--text-muted);padding-bottom:.8rem;font-size:1.4rem}.filter-price__input{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1.4rem;background:var(--bg);color:var(--text);outline:none;transition:border-color var(--transition)}.filter-price__input:focus{border-color:var(--accent)}.filter-price__apply{margin-top:1.2rem;width:100%;padding:.9rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);font-size:1.3rem;font-weight:700;cursor:pointer;transition:opacity var(--transition)}.filter-price__apply:hover{opacity:.88}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0 1.8rem;border-bottom:1px solid var(--border);margin-bottom:2.4rem;gap:1.2rem;flex-wrap:wrap}.collection-toolbar__left,.collection-toolbar__right{display:flex;align-items:center;gap:1.2rem}.collection-toolbar__count{font-size:1.35rem;color:var(--text-muted)}.collection-toolbar__count strong{color:var(--text)}.collection-filters__open{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem;border:1.5px solid var(--border);border-radius:var(--radius);background:none;cursor:pointer;font-size:1.3rem;font-weight:600;color:var(--text);transition:border-color var(--transition),background var(--transition)}.collection-filters__open:hover{border-color:var(--text);background:var(--gray-100)}@media(min-width:1024px){.collection-filters__open{display:none}}.collection-toolbar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .5rem;background:var(--accent);color:#fff;border-radius:10rem;font-size:1.05rem;font-weight:700;margin-left:.2rem}.sort-wrapper{display:flex;align-items:center;gap:.7rem}.sort-wrapper__label{font-size:1.3rem;color:var(--text-muted);white-space:nowrap}.sort-select{padding:.75rem 3rem .75rem 1.2rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:1.3rem;font-weight:500;background:var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 1rem center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;color:var(--text);transition:border-color var(--transition)}.sort-select:focus{border-color:var(--accent)}.grid-toggle{display:flex;align-items:center;gap:.3rem}.grid-toggle__btn{width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background:none;border:1.5px solid transparent;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);transition:all .15s}.grid-toggle__btn:hover{color:var(--text);border-color:var(--border)}.grid-toggle__btn.is-active{color:var(--accent);border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}@media(max-width:639px){.grid-toggle{display:none}}#collection-grid[data-cols="2"]{grid-template-columns:repeat(2,1fr)}#collection-grid[data-cols="3"]{grid-template-columns:repeat(3,1fr)}@media(min-width:1024px){#collection-grid[data-cols="4"]{grid-template-columns:repeat(4,1fr)}}.active-filters{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.active-filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:color-mix(in srgb,var(--accent) 10%,transparent);border:1.5px solid var(--accent);border-radius:10rem;font-size:1.25rem;font-weight:600;color:var(--accent);transition:background var(--transition)}.active-filter-chip:hover{background:color-mix(in srgb,var(--accent) 18%,transparent)}.active-filter-chip svg{flex-shrink:0}.active-filter-chip--clear{background:transparent;color:var(--text-muted);border-color:var(--border);font-weight:500}.active-filter-chip--clear:hover{background:var(--gray-100);color:var(--text)}.collection-filters__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.collection-filters__overlay.is-visible{display:block}@media(max-width:1023px){.collection-filters{position:fixed;top:0;left:0;bottom:0;width:min(34rem,92vw);z-index:201;border-radius:0;overflow-y:auto;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.collection-filters.is-open{transform:translate(0)}.collection-filters__close{display:flex;align-items:center;justify-content:center}}.collection-empty{text-align:center;padding:8rem 0}.collection-empty__icon{color:var(--text-muted);opacity:.4;margin-bottom:2rem}.collection-empty__title{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700;margin-bottom:1rem}.collection-empty__text{font-size:1.5rem;color:var(--text-muted);margin-bottom:2.4rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
