*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;background:#fff;color:#111;line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}input,textarea,select{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.gothic-mark{font-family:UnifrakturMaguntia,cursive!important}.announcement-bar{background:#fff;color:#111;font-size:.58rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;position:sticky;top:0;z-index:200;overflow:hidden;white-space:nowrap;height:28px;display:flex;align-items:center;border-bottom:1px solid #e8e8e8}.marquee-track{display:inline-flex;align-items:center;animation:marqueeScroll 30s linear infinite;will-change:transform}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:inline-block;padding:0 20px;white-space:nowrap;flex-shrink:0}.marquee-sep{display:inline-block;padding:0 4px;opacity:.3;flex-shrink:0;font-size:.45rem}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:#000;position:sticky;top:28px;z-index:190}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:68px;max-width:1340px;margin:0 auto;position:relative}.header-logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;z-index:1}.logo-img{height:44px;width:auto;max-width:160px;object-fit:contain}.hamburger{display:flex;flex-direction:column;gap:5px;padding:12px;min-width:48px;min-height:48px;justify-content:center;align-items:flex-start;position:relative;z-index:2}.hamburger span{display:block;width:22px;height:1.5px;background:#f0f0f0;border-radius:2px;transition:.2s}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;padding:12px;z-index:2}.cart-btn svg{width:22px;height:22px;stroke:#f0f0f0;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:8px;right:6px;width:16px;height:16px;background:#000;color:#fff;font-size:.58rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count[data-count="0"]{display:none}.mobile-nav{position:fixed;top:0;left:-100%;width:min(300px,88vw);height:100vh;background:#0a0a0a;z-index:40000;transition:left .32s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 48px #00000080;overflow-y:auto;display:flex;flex-direction:column}.mobile-nav.is-open{left:0}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #222;min-height:68px}.mobile-nav__logo{height:52px;width:auto}.mobile-nav__close{font-size:1.1rem;color:#f0f0f0;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;font-weight:300}.mobile-nav ul{list-style:none;flex:1;padding:4px 0}.mobile-nav ul li a{display:flex;align-items:center;padding:17px 24px;font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#f0f0f0;border-bottom:1px solid #222;min-height:58px}.mobile-nav ul li a:hover{background:#1a1a1a}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:300;opacity:0;pointer-events:none;transition:opacity .3s}.nav-overlay.is-active{opacity:1;pointer-events:all}.hero{background:#f5f4f1;overflow:hidden}.hero-split{display:flex;flex-direction:column}.hero-images{width:100%;overflow:hidden;position:relative}.hero-img-grid{display:grid;grid-template-columns:2fr 1fr;gap:3px;height:360px}.hero-img-main{overflow:hidden;position:relative}.hero-img-main img{width:100%;height:100%;object-fit:cover;display:block}.hero-img-stack{display:flex;flex-direction:column;gap:3px}.hero-img-stack img{width:100%;flex:1;object-fit:cover;display:block;min-height:0}.hero-overlay-label{position:absolute;bottom:16px;left:16px;background:#000000b8;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 12px;border-radius:20px;pointer-events:none}.hero-text{padding:44px 20px 56px;background:#fff}.hero-brand-mark{margin-bottom:24px}.hero-logo{height:100px;width:auto;mix-blend-mode:multiply;filter:contrast(1.4) brightness(1) grayscale(1);display:block}.hero-kicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:.63rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#aaa;margin-bottom:14px}.hero-headline{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(3rem,14vw,6.5rem);font-weight:900;line-height:.95;color:#000;margin-bottom:20px;letter-spacing:-.02em}.hero-sub{font-size:.9rem;color:#777;max-width:420px;margin-bottom:32px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:40px;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;min-height:52px;transition:all .2s;white-space:nowrap}.btn-black{background:#000;color:#fff;border:2px solid #000}.btn-black:hover{background:#1a1a1a;border-color:#1a1a1a}.btn-outline{border:2px solid #111;color:#111;background:transparent}.btn-outline:hover{background:#111;color:#fff}.btn-white{background:#fff;color:#000;border:2px solid #fff}.btn-white:hover{background:#f0f0f0}.btn-red{background:#333;color:#fff;border:2px solid #333}.btn-red:hover{background:#111;border-color:#111}.trust-bar{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;background:#fafafa;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trust-bar::-webkit-scrollbar{display:none}.trust-inner{display:flex;align-items:center;min-width:max-content;margin:0 auto;padding:0 16px}.trust-item{font-size:.62rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#444;display:flex;align-items:center;gap:8px;white-space:nowrap;padding:14px 20px;border-right:1px solid #e8e8e8}.trust-item:last-child{border-right:none}.trust-icon{font-size:.55rem;color:#000}.section{padding:64px 0}.container{max-width:1340px;margin:0 auto;padding:0 20px}.section-header{margin-bottom:32px}.section-kicker{font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#aaa;margin-bottom:10px}.section-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(1.9rem,6vw,3.5rem);font-weight:900;line-height:1;color:#000;margin-bottom:12px;letter-spacing:-.02em}.section-sub{font-size:.88rem;color:#777;max-width:500px;line-height:1.75}.section-cta{margin-top:40px;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-card{background:#fff;border:1px solid #efefef;border-radius:12px;overflow:hidden;cursor:pointer;transition:box-shadow .25s,transform .25s;display:block;color:inherit}.product-card:active{transform:scale(.98)}.product-card:hover{box-shadow:0 8px 36px #0000001a;transform:translateY(-2px)}.product-card__media{aspect-ratio:1/1;overflow:hidden;background:#f4f4f4;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:10px;left:10px;background:#000;color:#fff;font-size:.55rem;font-weight:700;letter-spacing:.07em;padding:5px 10px;border-radius:40px;text-transform:uppercase}.product-card__sale-badge{position:absolute;top:10px;right:10px;background:#fff;color:#000;font-size:.55rem;font-weight:700;letter-spacing:.05em;padding:5px 10px;border-radius:40px;text-transform:uppercase}.product-card__body{padding:12px 14px 16px}.product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:5px}.stars{color:#000;font-size:.65rem;letter-spacing:.5px}.rating-count{font-size:.62rem;color:#bbb}.product-card__title{font-size:.84rem;font-weight:700;letter-spacing:.01em;margin-bottom:3px;color:#000;line-height:1.3}.product-card__vendor{font-size:.6rem;color:silver;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}.product-card__price{font-size:.92rem;font-weight:700;color:#000}.product-card__price--sale{color:#000}.product-card__price--original{text-decoration:line-through;color:#bbb;font-size:.75rem;margin-left:5px;font-weight:400}.sale-section{background:#0a0a0a;padding:64px 0}.sale-section .section-kicker{color:#ffffff80}.sale-section .section-title{color:#fff}.sale-badge-large{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#000;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 16px;border-radius:40px;margin-bottom:20px}.sale-section .product-card{background:#141414;border-color:#222}.sale-section .product-card:hover{background:#1c1c1c}.sale-section .product-card__title,.sale-section .product-card__price{color:#fff}.sale-section .product-card__vendor{color:#444}.sale-section .product-card__badge{background:#fff;color:#000}.sale-section .rating-count{color:#444}.sale-section .stars{color:#fff}.sale-scarcity{margin:20px auto 0;max-width:420px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:14px 16px 12px;text-align:left}.sale-scarcity__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:8px}.sale-scarcity__label{font-size:.72rem;color:#ffffffbf;letter-spacing:.01em;line-height:1.4}.sale-scarcity__label strong{color:#fff;font-weight:700}.sale-scarcity__pct{font-size:.65rem;font-weight:700;color:#ff5c3a;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.sale-scarcity__bar{width:100%;height:5px;background:#ffffff1a;border-radius:99px;overflow:hidden;margin-bottom:10px}.sale-scarcity__fill{height:100%;background:linear-gradient(90deg,#ff5c3a,#ff9000);border-radius:99px;transition:width .6s ease}.sale-scarcity__note{font-size:.65rem;color:#ffffff73;letter-spacing:.04em;line-height:1.5}.packaging-section{background:#f5f4f1}.packaging-split{display:flex;flex-direction:column;gap:36px}.packaging-media{border-radius:16px;overflow:hidden;background:#fff;aspect-ratio:4/3;box-shadow:0 6px 36px #00000012}.packaging-media img{width:100%;height:100%;object-fit:contain;padding:16px}.packaging-desc{font-size:.88rem;color:#666;margin-bottom:24px;line-height:1.75}.packaging-list{list-style:none;display:flex;flex-direction:column;gap:16px}.packaging-list li{display:flex;gap:14px;align-items:flex-start}.pkg-dot{width:7px;height:7px;background:#000;border-radius:50%;margin-top:7px;flex-shrink:0}.packaging-list li>div{font-size:.85rem;color:#555;line-height:1.6}.packaging-list strong{display:block;font-size:.87rem;color:#111;margin-bottom:2px;font-weight:700}.editorial-section{background:#fff;overflow:hidden;padding:64px 0 0}.editorial-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:32px;cursor:grab}.editorial-scroll-wrap::-webkit-scrollbar{display:none}.editorial-scroll-wrap:active{cursor:grabbing}.editorial-strip{display:flex;gap:10px;padding:0 20px 32px;min-width:max-content}.editorial-card{flex-shrink:0;width:200px;border-radius:10px;overflow:hidden;background:#f0f0f0;position:relative}.editorial-card img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s}.editorial-card:hover img{transform:scale(1.04)}.editorial-caption{padding:10px 12px;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#999;background:#fff}.reviews-section{background:#000;padding:72px 0}.reviews-section .section-kicker{color:#ffffff59}.reviews-section .section-title{color:#fff}.reviews-summary{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#ffffff8c;margin-top:14px;flex-wrap:wrap}.reviews-summary .stars{font-size:1.1rem;color:#fff;letter-spacing:1px}.reviews-outer{position:relative;margin-top:36px}.reviews-scroll{display:flex;gap:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;cursor:grab}.reviews-scroll::-webkit-scrollbar{display:none}.reviews-scroll:active{cursor:grabbing}.review-card{flex-shrink:0;width:275px;background:#111;border:1px solid #1e1e1e;border-radius:12px;padding:20px}.review-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-bottom:8px}.review-name{font-weight:700;font-size:.83rem;color:#fff}.verified-badge{font-size:.57rem;font-weight:700;letter-spacing:.06em;background:#0d1f0d;color:#4caf50;padding:3px 8px;border-radius:3px;text-transform:uppercase}.review-rating{color:#fff;font-size:.78rem;margin-bottom:4px;letter-spacing:1px}.review-meta{font-size:.63rem;color:#ffffff4d;margin-bottom:10px}.review-body{font-size:.83rem;color:#ffffffb3;line-height:1.65}.reviews-see-more{display:flex;justify-content:center;margin-top:32px}.community-section{background:#f5f4f1}.reels-section{background:#fff;padding:32px 0}.reels-title{font-size:1.1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#111;margin:0 0 14px 16px;line-height:1}.reels-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 0 16px;cursor:grab}.reels-scroll-wrap:active{cursor:grabbing}.reels-scroll-wrap::-webkit-scrollbar{display:none}.reels-strip{display:flex;gap:8px;width:max-content}.reel-card{display:block;flex-shrink:0;width:calc((100vw - 32px) / 3);height:calc((100vw - 32px) / 3 / .78);border-radius:7px;overflow:hidden;text-decoration:none;border:1.5px solid #e8e8e8;background:#f0f0f0;position:relative}.reel-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.reel-card:hover img{transform:scale(1.04)}@media(min-width:600px){.reel-card{width:180px;height:230px}}@media(min-width:1024px){.reels-title{font-size:1.25rem;margin-left:20px}.reels-scroll-wrap{padding-left:20px}.reel-card{width:220px;height:282px}.reels-strip{gap:10px}}.influencer-mosaic{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:24px}.influencer-tile{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1/1;background:#e8e8e8}.influencer-tile img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.influencer-tile:hover img{transform:scale(1.05)}.inf-tag{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000bf);color:#fff;font-size:.62rem;font-weight:700;padding:24px 10px 8px;letter-spacing:.05em;text-transform:uppercase}.store-section{background:#0a0a0a;padding:72px 0}.store-split{display:flex;flex-direction:column;gap:36px}.store-media{border-radius:16px;overflow:hidden;aspect-ratio:16/9}.store-media img{width:100%;height:100%;object-fit:cover;display:block}.store-section .section-kicker{color:#ffffff59}.store-section .section-title{color:#fff}.store-desc{font-size:.88rem;color:#fff9;line-height:1.8;margin:16px 0 28px}.store-info-list{list-style:none;display:flex;flex-direction:column;gap:12px}.store-info-list li{display:flex;gap:14px;font-size:.84rem;color:#ffffffa6;align-items:flex-start}.store-info-list strong{color:#fff;min-width:90px;font-weight:700;flex-shrink:0}.site-footer{background:#000;color:#fff;padding:64px 20px 40px}.footer-inner{max-width:1340px;margin:0 auto;text-align:center}.footer-logo img{height:120px;width:auto;margin:0 auto 32px;display:block;opacity:.95}.footer-divider{border:none;border-top:1px solid #1e1e1e;margin:0 0 28px}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin-bottom:24px}.footer-nav a{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;padding:10px 16px;min-height:44px;display:flex;align-items:center;transition:color .2s}.footer-nav a:hover{color:#fff}.footer-note{font-size:.65rem;color:#ffffff4d;letter-spacing:.1em;margin-bottom:12px;line-height:1.8}.footer-copy{font-size:.62rem;color:#fff3;letter-spacing:.08em}.collection-header{background:#fff;padding:36px 20px 28px;border-bottom:1px solid #f0f0f0}.collection-header h1{font-size:clamp(2rem,8vw,3.5rem);font-weight:900;color:#000;letter-spacing:-.02em;line-height:1}.collection-header p{font-size:.88rem;color:#888;margin-top:8px}.collection-filters{padding:16px 20px;border-bottom:1px solid #f0f0f0;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:sticky;top:96px;z-index:100}.collection-filters::-webkit-scrollbar{display:none}.filters-inner{display:flex;gap:8px;min-width:max-content}.filter-btn{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:10px 18px;border-radius:40px;border:1.5px solid #ddd;background:#fff;color:#555;white-space:nowrap;min-height:42px;transition:all .18s}.filter-btn.active,.filter-btn:hover{background:#000;border-color:#000;color:#fff}.breadcrumb{display:flex;align-items:center;gap:6px;padding:12px 20px 0;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#aaa;background:#fff}.breadcrumb a{color:#aaa;text-decoration:none;transition:color .15s}.breadcrumb a:hover{color:#000}.breadcrumb__sep{color:#ccc;font-size:.7rem}.breadcrumb #breadcrumbCurrent{color:#111}.cat-carousel-section{background:#fff;padding:29px 0 31px;border-bottom:1px solid #ececec}.cat-carousel{display:flex;gap:13px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;padding:0 0 0 20px;cursor:grab}.cat-carousel:active{cursor:grabbing}.cat-carousel::-webkit-scrollbar{display:none}.cat-card{position:relative;flex-shrink:0;width:calc(100vw - 84px);height:calc((100vw - 84px)*.693);background:#111;border:none;border-radius:4px;cursor:pointer;padding:0;scroll-snap-align:start;overflow:hidden;-webkit-tap-highlight-color:transparent;display:block}.cat-card__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.cat-card__img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .4s ease;filter:brightness(.72)}.cat-card:hover .cat-card__img-wrap img{transform:scale(1.03);filter:brightness(.58)}.cat-card__badge{position:absolute;top:14px;right:14px;background:#fff;color:#000;font-size:.6rem;font-weight:800;letter-spacing:.06em;padding:4px 10px;text-transform:uppercase;z-index:2;border-radius:2px}.cat-card__label{position:absolute;bottom:18px;left:16px;color:#fff;font-size:clamp(1.1rem,5vw,1.7rem);font-weight:900;letter-spacing:.02em;text-transform:uppercase;line-height:1;text-align:left;z-index:2;pointer-events:none}@media(min-width:600px){.cat-card{width:calc(100vw - 100px);height:calc((100vw - 100px)*.693);max-width:620px;max-height:430px}.cat-carousel{gap:13px;padding-left:20px}}@media(min-width:1024px){.cat-carousel{padding-left:20px;gap:13px}.cat-card{width:calc(50vw - 27px);height:calc((50vw - 27px)*.693);max-width:700px;max-height:485px}.cat-card__label{bottom:24px;left:20px;font-size:1.7rem}}.collection-grid-wrap{padding:20px}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.collection-count{font-size:.68rem;color:#aaa;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-weight:600}.product-page-wrap{padding-bottom:0}.product-express-marquee{background:#000;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;overflow:hidden;height:34px;display:flex;align-items:center}.product-express-track{display:inline-flex;gap:0;white-space:nowrap;animation:marqueeScroll 18s linear infinite}.product-express-track span{padding:0 20px}.pem-sep{opacity:.4;font-size:.4rem;padding:0 4px!important}.product-gallery{background:transparent;padding:24px 24px 0}.gallery-main{aspect-ratio:1/1;overflow:hidden;background:#fff;position:relative;border-radius:12px}.gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.gallery-thumbs{display:flex;gap:8px;padding:12px 4px;overflow-x:auto;scrollbar-width:none;background:#fff}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex-shrink:0;width:68px;height:68px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .18s;background:#e8e8e8}.gallery-thumb.active{border-color:#000}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info-wrap{padding:28px 20px 20px}.product-stars-row{display:flex;align-items:center;gap:8px;margin-bottom:14px}.product-stars-row .stars{font-size:1.1rem;letter-spacing:2px;color:#000}.product-stars-row .review-count{font-size:.75rem;color:#aaa;font-weight:600}.product-title-h1{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(1.7rem,7vw,2.6rem);font-weight:900;color:#000;line-height:1.05;margin-bottom:6px;letter-spacing:-.02em}.product-vendor-tag{font-size:.62rem;color:#bbb;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}.product-price-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:22px}.product-price{font-size:1.5rem;font-weight:800;color:#000}.product-price--sale{color:#000}.product-price--original{text-decoration:line-through;color:#bbb;font-size:1rem;font-weight:400}.shipping-progress-banner{background:#f9f9f9;border:1px solid #ebebeb;border-radius:10px;padding:18px 16px;margin-bottom:22px}.shipping-progress-title{font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#aaa;margin-bottom:16px}.shipping-steps{display:flex;align-items:center;gap:0}.shipping-step{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}.shipping-step__dot{width:30px;height:30px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.shipping-step__dot.future{background:#e8e8e8;color:#aaa}.shipping-step__label{font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#333;text-align:center}.shipping-step__label.future{color:#bbb}.shipping-step__date{font-size:.65rem;color:#aaa}.shipping-connector{flex:1;height:2px;background:#000;margin:0 4px 20px}.shipping-connector.future{background:#e8e8e8}.atc-row{margin-bottom:22px}.btn-atc{width:100%;background:#000;color:#fff;border:2px solid #000;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;min-height:58px;border-radius:40px;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s}.btn-atc:hover{background:#1a1a1a}.btn-atc:active{transform:scale(.99)}.trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.trust-badge{display:flex;align-items:center;gap:6px;font-size:.63rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#555;background:#f5f5f5;padding:8px 12px;border-radius:40px}.trust-badge-dot{width:6px;height:6px;background:#000;border-radius:50%;flex-shrink:0}.accordion-list{border-top:1px solid #ebebeb}.accordion-item{border-bottom:1px solid #ebebeb}.accordion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#111;background:none;border:none;cursor:pointer;text-align:left;min-height:58px}.accordion-icon{width:22px;height:22px;flex-shrink:0;position:relative}.accordion-icon:before,.accordion-icon:after{content:"";position:absolute;background:#111;border-radius:2px;transition:transform .3s,opacity .3s}.accordion-icon:before{width:14px;height:1.5px;top:10px;left:4px}.accordion-icon:after{width:1.5px;height:14px;top:4px;left:10px}.accordion-btn[aria-expanded=true] .accordion-icon:after{transform:rotate(90deg);opacity:0}.accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion-body.is-open{max-height:500px}.accordion-inner{padding:0 0 20px;font-size:.85rem;color:#666;line-height:1.75}.accordion-inner ul{padding-left:16px}.accordion-inner li{margin-bottom:6px}.product-reviews-section{background:#000;padding:60px 0;margin-top:32px}.product-reviews-section .section-kicker{color:#ffffff59}.product-reviews-section .section-title,.product-reviews-section .reviews-summary .stars{color:#fff}.product-reviews-section .reviews-summary{color:#ffffff80}.product-sale-upsell{background:#0a0a0a;padding:52px 0}.product-sale-upsell .section-kicker{color:#ffffff80}.product-sale-upsell .section-title{color:#fff}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;padding:12px 16px;z-index:500;display:flex;align-items:center;gap:12px;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-size:.82rem;font-weight:700;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.92rem;font-weight:800;color:#000;margin-top:2px}.sticky-atc__btn{background:#000;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:0 24px;height:52px;border-radius:40px;border:2px solid #000;white-space:nowrap;flex-shrink:0;transition:background .2s}.sticky-atc__btn:hover{background:#1a1a1a}.page-hero{padding:52px 20px 40px;border-bottom:1px solid #f0f0f0}.page-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(2rem,8vw,4rem);font-weight:900;color:#000;letter-spacing:-.02em;line-height:1;margin-bottom:10px}.page-sub{font-size:.9rem;color:#888;line-height:1.75;max-width:500px}.faq-section{padding:52px 0}.faq-category-title{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#aaa;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #000}.contact-form-wrap{max-width:540px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#555;margin-bottom:8px}.form-input,.form-textarea{width:100%;padding:14px 16px;border:1.5px solid #ddd;border-radius:4px;font-size:.9rem;color:#111;background:#fff;transition:border-color .2s;outline:none;min-height:52px}.form-input:focus,.form-textarea:focus{border-color:#000}.form-textarea{min-height:130px;resize:vertical}@media(min-width:768px){.hero-split{flex-direction:row;min-height:600px}.hero-images{width:52%}.hero-img-grid{height:100%}.hero-text{flex:1;padding:60px 48px;display:flex;flex-direction:column;justify-content:center}.product-grid,.collection-grid{grid-template-columns:repeat(3,1fr)}.influencer-mosaic{grid-template-columns:repeat(4,1fr)}.packaging-split{flex-direction:row;align-items:center}.packaging-media{flex:1}.packaging-text{flex:1;padding-left:48px}.store-split{flex-direction:row;align-items:center}.store-media{flex:1}.store-text-block{flex:1;padding-left:52px}.logo-img{height:50px;width:auto;max-width:160px}.hero-logo{height:100px}.footer-logo img{height:130px}.product-gallery{padding:28px 28px 0}.gallery-main{border-radius:16px}.editorial-card{width:260px}.editorial-card img{height:360px}.review-card{width:320px}}@media(min-width:1024px){.product-grid,.collection-grid{grid-template-columns:repeat(4,1fr)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-center{text-align:center}.product.grid{display:flex;flex-direction:column}.cart-count-bubble:empty{display:none}.cart-count-bubble{position:absolute;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));height:1.7rem;width:1.7rem;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:.9rem;bottom:.8rem;left:2.2rem;line-height:calc(1 + .1 / var(--font-body-scale))}shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);--shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity))}.loading__spinner:not(.hidden)+.cart-item__price-wrapper,.loading__spinner:not(.hidden)~cart-remove-button{opacity:50%}.loading__spinner:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}.header__icon--cart{position:relative;margin-right:-1.2rem}.quantity__button.disabled{cursor:not-allowed;opacity:.5}.quantity{color:rgba(var(--color-foreground));position:relative;width:calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);display:flex;border-radius:var(--inputs-radius);min-height:calc((var(--inputs-border-width) * 2) + 4.5rem)}.quantity:after{pointer-events:none;content:"";position:absolute;top:var(--inputs-border-width);right:var(--inputs-border-width);bottom:var(--inputs-border-width);left:var(--inputs-border-width);border:.1rem solid transparent;border-radius:var(--inputs-radius);box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));transition:box-shadow var(--duration-short) ease;z-index:1}.quantity:before{background:rgb(var(--color-background));pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--inputs-radius-outset);box-shadow:var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow),var(--inputs-shadow-opacity));z-index:-1}.quantity__input{color:currentColor;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;font-weight:500;opacity:.85;text-align:center;background-color:transparent;border:0;padding:0 .5rem;width:100%;flex-grow:1;-webkit-appearance:none;appearance:none}.quantity__button{width:calc(4.5rem / var(--font-body-scale));flex-shrink:0;font-size:1.8rem;border:0;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));padding:0}.quantity__button:first-child{margin-left:calc(var(--inputs-border-width))}.quantity__button:last-child{margin-right:calc(var(--inputs-border-width))}.quantity__button .svg-wrapper{width:1rem;pointer-events:none}.quantity__button:focus-visible,.quantity__input:focus-visible{background-color:rgb(var(--color-background));z-index:2}.quantity__button:focus,.quantity__input:focus{background-color:rgb(var(--color-background));z-index:2}.quantity__button:not(:focus-visible):not(.focused),.quantity__input:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.quantity__input:-webkit-autofill,.quantity__input:-webkit-autofill:hover,.quantity__input:-webkit-autofill:active{box-shadow:0 0 0 10rem rgb(var(--color-background)) inset!important;-webkit-box-shadow:0 0 0 10rem rgb(var(--color-background)) inset!important}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input[type=number]{-moz-appearance:textfield}.quantity__rules{margin-top:.5rem;position:relative;font-size:1.2rem}.quantity__rules .caption{display:inline-block;margin-top:0;margin-bottom:0}.quantity__rules .divider+.divider:before{content:"\2022";margin:0 .5rem}.quantity__rules-cart{position:relative}.product__info-container .loading__spinner:not(.hidden)~*,.quantity__rules-cart .loading__spinner:not(.hidden)~*{visibility:hidden}.button:disabled,.button[aria-disabled=true],.button.disabled,.customer button:disabled,.customer button[aria-disabled=true],.customer button.disabled,.quantity__button.disabled{cursor:not-allowed;opacity:.5}.title-wrapper-with-link h1{font-size:25px}.cart-items caption{width:100%;font-size:20px;display:block}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
