*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0D0D0D;--white: #FFFFFF;--bg: #F2F2F2;--card-bg: #E8E8E8;--grey-100: #F5F5F5;--grey-200: #E0E0E0;--grey-300: #CCCCCC;--grey-400: #999999;--grey-600: #555555;--cyan: #00D4D4;--cyan-dark: #00AAAA;--red: #E53935;--font-display: "Barlow Condensed", "Oswald", sans-serif;--font-body: "Inter", sans-serif;--radius-none: 0px;--radius-sm: 2px;--radius-md: 4px;--transition: .2s ease;--header-h: 72px;--max-w: 1400px;--gutter: clamp(16px, 3vw, 40px)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--black);line-height:1.5;font-size:14px}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-center{text-align:center}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--grey-200);height:var(--header-h)}.header-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--black);transition:color var(--transition)}.header-nav a:hover{color:var(--grey-600)}.header-logo{text-align:center;font-family:var(--font-display);font-size:26px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--black);justify-self:center}.header-logo img{max-height:36px;width:auto;margin:0 auto}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.header-icon-btn{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--black);transition:background var(--transition);position:relative}.header-icon-btn:hover{background:var(--grey-100)}.header-icon-btn svg{width:20px;height:20px;stroke-width:1.6}.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;background:var(--cyan);color:var(--black);border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px}.cart-count.hidden{display:none}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:8px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--black);border-radius:1px;transition:var(--transition)}.mobile-nav{position:fixed;top:0;left:-100%;width:min(300px,85vw);height:100vh;background:var(--white);z-index:200;transition:left .3s ease;padding:24px;overflow-y:auto;display:flex;flex-direction:column}.mobile-nav.open{left:0}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:150;opacity:0;pointer-events:none;transition:opacity var(--transition)}.mobile-nav-overlay.active{opacity:1;pointer-events:all}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.mobile-nav-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--grey-100);border-radius:50%}.mobile-nav-links{display:flex;flex-direction:column;gap:0}.mobile-nav-links a{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:16px 0;border-bottom:1px solid var(--grey-200);color:var(--black)}.hero{background:var(--bg);padding:clamp(60px,10vw,120px) var(--gutter) clamp(40px,6vw,80px);min-height:clamp(400px,60vh,700px);display:flex;align-items:center}.hero-inner{max-width:720px}.hero-eyebrow{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--cyan);margin-bottom:20px}.hero h1{font-family:var(--font-display);font-size:clamp(56px,9vw,120px);font-weight:900;text-transform:uppercase;letter-spacing:-.01em;line-height:.95;color:var(--black);margin-bottom:24px}.hero-sub{font-size:15px;color:var(--grey-600);margin-bottom:36px;max-width:480px;line-height:1.6}.hero-divider{width:60px;height:2px;background:var(--cyan);margin-bottom:36px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;transition:var(--transition);white-space:nowrap;border-radius:var(--radius-none)}.btn-black{background:var(--black);color:var(--white)}.btn-black:hover{background:#333}.btn-outline{border:1.5px solid var(--black);color:var(--black);background:transparent}.btn-outline:hover{background:var(--black);color:var(--white)}.btn-cyan{background:var(--cyan);color:var(--black)}.btn-cyan:hover{background:var(--cyan-dark);color:var(--white)}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover{background:var(--grey-100)}.btn-full{width:100%}.btn-lg{padding:16px 36px;font-size:12px}.marquee-section{background:var(--black);padding:12px 0;overflow:hidden}.marquee-track{display:flex;gap:0;animation:marquee 22s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:flex;align-items:center;gap:16px;padding:0 24px;font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--white);white-space:nowrap}.marquee-dot{width:4px;height:4px;background:var(--cyan);border-radius:50%;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:clamp(48px,7vw,80px) 0}.section-sm{padding:clamp(28px,4vw,48px) 0}.section-header{margin-bottom:clamp(28px,4vw,48px)}.section-header h2{font-family:var(--font-display);font-size:clamp(32px,5vw,60px);font-weight:900;text-transform:uppercase;letter-spacing:.02em;line-height:1}.section-eyebrow{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--cyan);margin-bottom:10px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.product-card{background:var(--card-bg);position:relative;cursor:pointer;transition:background var(--transition)}.product-card:hover{background:#dcdcdc}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--grey-200)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__badge{position:absolute;top:12px;left:12px;padding:5px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-radius:var(--radius-none);z-index:2}.badge-new{background:var(--cyan);color:var(--black)}.badge-sale{background:var(--red);color:var(--white)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--white);padding:14px;text-align:center;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--black);transform:translateY(100%);transition:transform .22s ease;border-top:1px solid var(--grey-200)}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:14px 14px 18px;background:var(--bg)}.product-card__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:10px}.product-card__title{font-size:13px;font-weight:600;color:var(--black);line-height:1.3;font-family:var(--font-body)}.product-card__price{font-size:13px;font-weight:500;color:var(--black);white-space:nowrap;flex-shrink:0}.product-card__price .price-compare{text-decoration:line-through;color:var(--grey-400);margin-right:6px;font-size:12px}.product-card__price .price-sale{color:var(--red);font-weight:700}.product-card__swatches{display:flex;gap:6px;flex-wrap:wrap}.swatch{width:18px;height:18px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition)}.swatch:hover,.swatch.active{border-color:var(--black)}.swatch-white{background:#fff;box-shadow:inset 0 0 0 1px var(--grey-300)}.swatch-black{background:#0d0d0d}.swatch-grey{background:#888}.swatch-cyan{background:var(--cyan)}.swatch-navy{background:#1e2a4a}.swatch-blue{background:#4a90d9}.collection-tiles{display:grid;grid-template-columns:1fr 1fr;gap:2px}.collection-tile{position:relative;aspect-ratio:4/5;overflow:hidden;cursor:pointer;background:var(--grey-200)}.collection-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:grayscale(20%)}.collection-tile:hover img{transform:scale(1.04);filter:grayscale(0%)}.collection-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(20px,3vw,40px)}.collection-tile__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--cyan);margin-bottom:8px}.collection-tile__title{font-family:var(--font-display);font-size:clamp(28px,4vw,52px);font-weight:900;text-transform:uppercase;color:var(--white);line-height:1;margin-bottom:16px}.collection-tile:hover .collection-tile__title{text-decoration:underline;text-underline-offset:4px}.features-strip{background:var(--white);border-top:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);divide-x:1px solid var(--grey-200)}.feature-item{display:flex;align-items:center;gap:14px;padding:24px 20px;border-right:1px solid var(--grey-200)}.feature-item:last-child{border-right:none}.feature-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:24px;height:24px;stroke:var(--cyan)}.feature-text h5{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px}.feature-text p{font-size:12px;color:var(--grey-600)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.testimonial-card{background:var(--white);padding:32px 28px}.testimonial-stars{display:flex;gap:3px;margin-bottom:16px;color:var(--cyan)}.testimonial-stars svg{width:14px;height:14px;fill:currentColor}.testimonial-text{font-size:14px;line-height:1.7;color:var(--black);margin-bottom:20px;font-style:italic}.testimonial-author-name{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.testimonial-author-handle{font-size:11px;color:var(--grey-400)}.newsletter-section{background:var(--black);padding:clamp(48px,8vw,96px) var(--gutter);text-align:center}.newsletter-section h2{font-family:var(--font-display);font-size:clamp(32px,6vw,72px);font-weight:900;text-transform:uppercase;color:var(--white);margin-bottom:12px}.newsletter-section p{font-size:14px;color:#ffffff8c;margin-bottom:32px}.newsletter-form{display:flex;gap:0;max-width:480px;margin:0 auto}.newsletter-input{flex:1;padding:14px 18px;border:1.5px solid rgba(255,255,255,.2);border-right:none;background:#ffffff0f;color:var(--white);font-size:13px;outline:none;transition:border-color var(--transition)}.newsletter-input::placeholder{color:#ffffff59}.newsletter-input:focus{border-color:var(--cyan)}.newsletter-submit{padding:14px 24px;background:var(--cyan);color:var(--black);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;border:none;cursor:pointer;transition:background var(--transition);white-space:nowrap}.newsletter-submit:hover{background:var(--cyan-dark);color:var(--white)}.product-page{display:grid;grid-template-columns:55% 1fr;gap:clamp(32px,5vw,72px);align-items:start}.product-gallery{position:sticky;top:calc(var(--header-h) + 24px)}.product-gallery__main{aspect-ratio:4/5;overflow:hidden;background:var(--card-bg);margin-bottom:8px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.product-thumb{aspect-ratio:1/1;overflow:hidden;cursor:pointer;background:var(--card-bg);border:2px solid transparent;transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--black)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info__title{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);font-weight:900;text-transform:uppercase;line-height:1;margin-bottom:14px}.product-info__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:24px}.product-info__price{font-size:18px;font-weight:600}.product-info__compare{font-size:14px;text-decoration:line-through;color:var(--grey-400)}.product-info__desc{font-size:14px;color:var(--grey-600);line-height:1.75;margin-bottom:28px}.option-group{margin-bottom:20px}.option-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;display:flex;gap:8px}.option-label span{font-weight:400;color:var(--grey-600)}.size-btns{display:flex;flex-wrap:wrap;gap:6px}.size-btn{min-width:44px;height:44px;padding:0 14px;border:1.5px solid var(--grey-300);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:var(--transition);cursor:pointer;background:var(--white)}.size-btn:hover,.size-btn.active{border-color:var(--black);background:var(--black);color:var(--white)}.size-btn.sold-out{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-add-row{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.cart-drawer{position:fixed;right:-100%;top:0;width:min(400px,100vw);height:100vh;background:var(--white);z-index:200;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001a}.cart-drawer.open{right:0}.cart-drawer__header{padding:20px 24px;border-bottom:1px solid var(--grey-200);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cart-drawer__title{font-family:var(--font-display);font-size:22px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cart-drawer__items{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:20px}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:14px}.cart-item__img{aspect-ratio:3/4;overflow:hidden;background:var(--card-bg)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:13px;font-weight:600;margin-bottom:4px}.cart-item__variant{font-size:11px;color:var(--grey-400);margin-bottom:8px}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between}.cart-item__price{font-size:14px;font-weight:600}.qty-control{display:flex;align-items:center;border:1.5px solid var(--grey-200)}.qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:400;transition:background var(--transition)}.qty-btn:hover{background:var(--grey-100)}.qty-val{width:36px;text-align:center;font-size:13px;font-weight:600}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--grey-200);flex-shrink:0}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px}.cart-subtotal span:last-child{font-size:18px;font-weight:700}.cart-empty{text-align:center;padding:60px 24px}.cart-empty h3{font-size:16px;font-weight:600;margin-bottom:8px}.cart-empty p{font-size:13px;color:var(--grey-400)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:4px 8px;font-size:11px;color:var(--grey-400);margin-bottom:20px;text-transform:uppercase;letter-spacing:.08em}.breadcrumbs a{color:var(--grey-600)}.breadcrumbs a:hover{color:var(--black)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--grey-200)}.collection-count{font-size:12px;color:var(--grey-600);text-transform:uppercase;letter-spacing:.1em}.filter-btns{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:1.5px solid var(--grey-300);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:var(--white);transition:var(--transition)}.filter-btn:hover,.filter-btn.active{background:var(--black);color:var(--white);border-color:var(--black)}.sort-select{-webkit-appearance:none;appearance:none;padding:8px 32px 8px 14px;border:1.5px solid var(--grey-300);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230D0D0D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;cursor:pointer}.site-footer{background:var(--black);color:var(--white);padding:64px 0 0;margin-top:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.footer-logo{font-family:var(--font-display);font-size:28px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--white);margin-bottom:16px}.footer-brand p{font-size:13px;color:#ffffff73;line-height:1.7;max-width:260px}.footer-socials{display:flex;gap:10px;margin-top:20px}.social-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#fff9}.social-btn:hover{border-color:var(--cyan);color:var(--cyan)}.footer-col h5{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#fff6;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:12px}.footer-col ul a{font-size:13px;color:#ffffffa6;transition:color var(--transition)}.footer-col ul a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:11px;color:#ffffff4d;letter-spacing:.08em;text-transform:uppercase}.payment-icons{display:flex;gap:6px}.payment-icon{background:#ffffff14;border-radius:3px;padding:4px 8px;font-size:10px;font-weight:700;color:#ffffff8c;letter-spacing:.06em}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:var(--black);color:var(--white);padding:12px 24px;font-size:13px;font-weight:600;z-index:999;transition:transform .25s ease,opacity .25s ease;opacity:0;white-space:nowrap;letter-spacing:.06em;text-transform:uppercase}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.toast.success:before{content:"\2713   ";color:var(--cyan)}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.product-page{grid-template-columns:1fr}.product-gallery{position:static}.features-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--header-h: 60px}.header-inner{grid-template-columns:40px 1fr 40px;gap:8px}.header-nav{display:none}.mobile-menu-btn{display:flex}.header-actions .header-icon-btn:not(.cart-btn){display:none}.header-actions{justify-content:flex-end}.product-grid{grid-template-columns:repeat(2,1fr);gap:2px}.collection-tiles{grid-template-columns:1fr}.collection-tile:nth-child(2){aspect-ratio:4/3}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1 / -1}.newsletter-form{flex-direction:column}.newsletter-input{border-right:1.5px solid rgba(255,255,255,.2);border-bottom:none}.testimonials-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(48px,13vw,80px)}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:2px}.product-card__info{padding:10px 10px 14px}.product-card__title,.product-card__price{font-size:12px}.features-grid,.footer-grid{grid-template-columns:1fr}}@media(hover:none){.product-card__quick-add{transform:translateY(0);opacity:.85}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/motion.css.map */
