*{margin:0;padding:0;box-sizing:border-box}:root{--black: #111111;--white: #ffffff;--grey: #8a8a8a;--light-grey: #e5e5e5;--off-white: #fafafa}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:300;color:var(--black);background:var(--white);letter-spacing:.02em;min-height:100vh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:min(92%,1000px);max-width:calc(100vw - 24px);align-items:center;padding:16px 32px;background:#ffffff8c;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid rgba(255,255,255,.4);border-radius:20px;box-shadow:0 8px 32px #00000014;z-index:1000;box-sizing:border-box;display:grid;grid-template-columns:1fr auto 1fr;gap:12px}.nav-left{display:flex;gap:28px;min-width:0;overflow:hidden}.nav-left a{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:400;color:var(--black);opacity:.6;text-shadow:0 0 0 rgba(0,0,0,0);white-space:nowrap;transition:opacity .25s ease,text-shadow .25s ease,letter-spacing .25s ease}.nav-left a:hover,.nav-left a.active{opacity:1;text-shadow:0 0 10px rgba(0,0,0,.35),0 0 22px rgba(0,0,0,.15);letter-spacing:.16em}.nav-logo{min-width:0;max-width:100%;text-align:center;font-size:clamp(10px,1.4vw + 7px,15px);letter-spacing:.3em;text-transform:uppercase;font-weight:500;opacity:.85;text-shadow:0 0 0 rgba(0,0,0,0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .25s ease,text-shadow .25s ease,letter-spacing .25s ease}.nav-logo:hover{opacity:1;text-shadow:0 0 10px rgba(0,0,0,.35),0 0 22px rgba(0,0,0,.15);letter-spacing:.34em}.nav-logo.has-image{letter-spacing:0}.nav-logo.has-image img{height:clamp(16px,4vw + 6px,var(--logo-height, 28px));width:auto;display:block;max-width:100%;transition:opacity .25s ease,height .25s ease}.nav-logo.has-image:hover{text-shadow:none;letter-spacing:0}.nav-logo.has-image:hover img{opacity:.75}.nav-right{min-width:0;display:flex;justify-content:flex-end;align-items:center;gap:10px}.cart-icon{display:flex;align-items:center;opacity:.8;transition:opacity .25s ease;position:relative;flex-shrink:0}.cart-icon:hover{opacity:1}.cart-icon svg{width:18px;height:18px;flex-shrink:0}.cart-count{font-size:10px;color:var(--black);opacity:.7;white-space:nowrap}.cart-icon.bump svg{animation:cart-bump .4s ease}@keyframes cart-bump{0%{transform:scale(1)}35%{transform:scale(1.35)}to{transform:scale(1)}}.fly-to-cart{position:fixed;border-radius:6px;object-fit:cover;pointer-events:none;z-index:5000;opacity:1;transition:transform .7s cubic-bezier(.55,0,.85,.35),opacity .7s ease .15s;will-change:transform,opacity}.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:1240px;margin:0 auto;padding:160px 60px 50px;width:100%}.hero-grid-track{display:contents}.hero-grid-item{display:flex;flex-direction:column;gap:10px}.hero-grid-item-dup{display:none}.hero-grid-item:nth-child(4){display:none}@keyframes hero-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-grid-image{width:100%;aspect-ratio:4 / 3;background:var(--off-white);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-grid-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.hero-grid-item:hover .hero-grid-image img,.hero-grid-item:hover .hero-grid-video{opacity:.85}.hero-grid-video{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.hero-grid-placeholder{color:var(--grey);font-size:12px;text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:20px}.hero-grid-label{text-align:center;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--black)}.hero-grid-empty{grid-column:1 / -1;text-align:center;color:var(--grey);font-size:13px;text-transform:uppercase;letter-spacing:.1em;padding:20px}.products{padding:36px 60px 40px;max-width:1300px;margin:0 auto;width:100%}.products.no-hero{padding-top:160px}.section-heading{text-align:center;font-size:13px;text-transform:uppercase;letter-spacing:.25em;color:var(--grey);margin:0 auto 30px;display:inline-block;border:1px solid var(--black);padding:14px 28px}.section-heading-wrap{text-align:center}.section-heading a{color:inherit;text-decoration:underline;text-underline-offset:3px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--black);border-left:1px solid var(--black)}.products.no-hero .product-grid{grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto}.products.no-hero .product{padding:20px;gap:12px}.products.no-hero .product-info{font-size:12px}.product{display:flex;flex-direction:column;gap:16px;border-right:1px solid var(--black);border-bottom:1px solid var(--black);padding:28px}.product-image{width:100%;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;color:var(--grey);font-size:12px;transition:transform .25s ease;text-transform:uppercase;letter-spacing:.1em;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product:hover .product-image{transform:scale(.97)}.product-info{display:flex;justify-content:space-between;font-size:13px;letter-spacing:.04em}.product-info .name{font-weight:400}.product-info .price{color:var(--grey)}.product-placeholder{opacity:.55}.product-placeholder .product-image{border:1px dashed var(--light-grey)}.product-placeholder .product-info .name{color:var(--grey)}.video-trio-stack-cell{align-items:center;justify-content:center}.video-trio-stack{display:flex;flex-direction:column;gap:8px;width:100%}.video-trio-stack .video-trio-slot{width:100%;height:70px;overflow:hidden;background:var(--off-white);border:1px dashed var(--light-grey);display:flex;align-items:center;justify-content:center}.video-trio-stack .video-trio-slot video{width:100%;height:100%;object-fit:cover;display:block}.video-trio-stack .video-trio-placeholder{color:var(--grey);font-size:8px;text-transform:uppercase;letter-spacing:.06em;text-align:center}.feature-photo{width:100%;height:70vh;min-height:420px;background:var(--off-white);display:flex;align-items:center;justify-content:center;color:var(--grey);font-size:13px;text-transform:uppercase;letter-spacing:.15em;overflow:hidden}.feature-photo img{width:100%;height:100%;object-fit:cover}.product-detail{flex:1;padding:160px 60px 100px;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}.product-gallery{position:sticky;top:140px}.product-image-main{width:100%;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;color:var(--grey);font-size:12px;text-transform:uppercase;letter-spacing:.1em;overflow:hidden}.product-image-main img{width:100%;height:100%;object-fit:cover}.breadcrumb{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--grey);margin-bottom:20px}.breadcrumb a{opacity:.7;transition:opacity .25s ease}.breadcrumb a:hover{opacity:1}.product-name{font-size:clamp(24px,3.5vw,32px);font-weight:200;letter-spacing:.04em;margin-bottom:12px}.product-price{font-size:16px;color:var(--grey);margin-bottom:34px}.product-option{margin-bottom:30px}.product-option .label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--grey);margin-bottom:12px;display:block}.product-option .label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.product-option .label-row .label{margin-bottom:0}.size-chart-link{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--black);background:none;border:none;padding:0;text-decoration:underline;text-underline-offset:3px;opacity:.7;font-family:inherit;cursor:pointer;transition:opacity .25s ease}.size-chart-link:hover{opacity:1}.size-options{display:flex;gap:10px;flex-wrap:wrap}.variant-radio{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.variant-label{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--light-grey);background:transparent;font-size:12px;letter-spacing:.05em;color:var(--black);cursor:pointer;transition:border-color .25s ease,background .25s ease,color .25s ease}.variant-radio:checked+.variant-label{border-color:var(--black);background:var(--black);color:var(--white)}.variant-radio:disabled+.variant-label{opacity:.3;text-decoration:line-through;cursor:not-allowed}.add-to-cart{width:100%;padding:16px;border:1px solid var(--black);background:var(--black);color:var(--white);font-family:inherit;font-size:12px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:opacity .25s ease;margin-bottom:40px}.add-to-cart:hover{opacity:.85}.add-to-cart:disabled{opacity:.4;cursor:not-allowed}.size-chart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111173;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:2000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.size-chart-overlay.open{opacity:1;visibility:visible}.size-chart-modal{position:relative;background:var(--white);width:100%;max-width:480px;max-height:85vh;overflow-y:auto;padding:40px 32px 32px;border-radius:16px;box-shadow:0 20px 60px #0003;transform:translateY(8px);transition:transform .25s ease}.size-chart-overlay.open .size-chart-modal{transform:translateY(0)}.size-chart-close{position:absolute;top:16px;right:16px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:var(--black);opacity:.6;cursor:pointer;font-size:18px;line-height:1;transition:opacity .25s ease}.size-chart-close:hover{opacity:1}.size-chart-modal h2{font-size:15px;font-weight:400;text-transform:uppercase;letter-spacing:.12em;margin-bottom:6px}.size-chart-note{font-size:12px;color:var(--grey);letter-spacing:.02em;margin-bottom:24px}.size-chart-table{width:100%;border-collapse:collapse}.size-chart-table th,.size-chart-table td{padding:10px 8px;text-align:center;font-size:13px;letter-spacing:.02em;border-bottom:1px solid var(--light-grey)}.size-chart-table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--grey);font-weight:400}.size-chart-table td:first-child,.size-chart-table th:first-child{text-align:left;font-weight:400}.product-description{font-size:14px;line-height:1.9;color:var(--black);font-weight:300;border-top:1px solid var(--light-grey);padding-top:30px}.product-description p+p{margin-top:14px}.cart-page{flex:1;padding:160px 60px 100px;max-width:900px;margin:0 auto;width:100%}.cart-title{font-size:clamp(24px,4vw,34px);font-weight:200;letter-spacing:.08em;text-transform:uppercase;margin-bottom:40px}.cart-empty{text-align:center;padding:60px 0;color:var(--grey);font-size:14px}.cart-items{display:flex;flex-direction:column;border-top:1px solid var(--light-grey)}.cart-item{display:flex;align-items:center;gap:20px;padding:24px 0;border-bottom:1px solid var(--light-grey)}.cart-item-image{width:90px;flex-shrink:0;aspect-ratio:3 / 4;overflow:hidden;display:block}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:14px;letter-spacing:.02em;display:block;margin-bottom:6px}.cart-item-title:hover{opacity:.7}.cart-item-variant{font-size:12px;color:var(--grey);margin-bottom:10px}.cart-item-remove{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--black);opacity:.5;background:none;border:none;padding:0;text-decoration:underline;text-underline-offset:3px;font-family:inherit;cursor:pointer;transition:opacity .25s ease}.cart-item-remove:hover{opacity:1}.cart-item-qty input{width:52px;padding:8px 4px;border:1px solid var(--light-grey);background:transparent;text-align:center;font-family:inherit;font-size:13px;color:var(--black)}.cart-item-price{min-width:80px;text-align:right;font-size:14px;color:var(--black)}.cart-summary{display:flex;justify-content:space-between;align-items:center;padding:28px 0;font-size:15px;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--light-grey);margin-bottom:30px}.cart-checkout-btn{width:100%;padding:16px;border:1px solid var(--black);background:var(--black);color:var(--white);font-family:inherit;font-size:12px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:opacity .25s ease}.cart-checkout-btn:hover{opacity:.85}.continue-shopping{display:inline-block;margin-top:24px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--black);opacity:.7;text-decoration:underline;text-underline-offset:3px;transition:opacity .25s ease}.continue-shopping:hover{opacity:1}@media(max-width:720px){.cart-page{padding:140px 24px 60px}.cart-item{flex-wrap:wrap;gap:14px}.cart-item-image{width:70px}.cart-item-price{text-align:left}}.legal{flex:1;padding:180px 24px 80px;max-width:720px;margin:0 auto;width:100%}.legal h1{font-size:clamp(24px,4vw,34px);font-weight:200;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.legal .updated{font-size:12px;color:var(--grey);letter-spacing:.05em;margin-bottom:60px}.legal section,.legal>p{margin-bottom:24px}.legal h2{font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:.1em;margin:30px 0 14px}.legal h3{font-size:12px;font-weight:400;letter-spacing:.06em;margin-top:20px;margin-bottom:10px}.legal p{font-size:14px;line-height:1.9;color:var(--black);font-weight:300}.legal p+p{margin-top:14px}.legal ul{list-style:disc;padding-left:20px;margin-top:10px}.legal li{font-size:14px;line-height:1.9;color:var(--black);font-weight:300}.legal strong{font-weight:500}.info-links{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;padding:160px 24px 60px}.info-links a{font-size:15px;text-transform:uppercase;letter-spacing:.15em;font-weight:300;color:var(--black);opacity:.65;text-shadow:0 0 0 rgba(0,0,0,0);transition:opacity .25s ease,text-shadow .25s ease,letter-spacing .25s ease}.info-links a:hover{opacity:1;text-shadow:0 0 10px rgba(0,0,0,.35),0 0 22px rgba(0,0,0,.15);letter-spacing:.22em}.contact{flex:1;padding:180px 24px 80px;max-width:520px;margin:0 auto;width:100%}.contact h1{font-size:clamp(24px,4vw,34px);font-weight:200;letter-spacing:.08em;text-transform:uppercase;text-align:center;margin-bottom:14px}.contact .intro{font-size:14px;line-height:1.9;color:var(--grey);text-align:center;margin-bottom:50px}.contact .intro a{color:var(--black);border-bottom:1px solid var(--black)}.contact .success{font-size:13px;color:var(--black);text-align:center;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:22px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--grey)}.field input,.field textarea{border:none;border-bottom:1px solid var(--light-grey);outline:none;background:transparent;padding:8px 2px;font-size:14px;font-family:inherit;font-weight:300;color:var(--black);letter-spacing:.02em;transition:border-color .25s ease;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--black)}.field textarea{min-height:100px}.contact-form button{align-self:center;margin-top:10px;border:1px solid var(--black);background:transparent;font-family:inherit;font-size:12px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;padding:12px 32px;color:var(--black);transition:background .25s ease,color .25s ease}.contact-form button:hover{background:var(--black);color:var(--white)}footer{padding:14px 40px;max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--light-grey);width:100%}.newsletter{display:flex;align-items:center;gap:10px}.newsletter h3{font-size:9px;font-weight:400;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.newsletter-form{display:flex;gap:0;width:150px;border-bottom:1px solid var(--black)}.newsletter-form input{flex:1;width:0;border:none;outline:none;background:transparent;padding:3px 2px;font-size:10px;font-family:inherit;font-weight:300;letter-spacing:.03em}.newsletter-form input::placeholder{color:var(--grey)}.newsletter-form button{border:none;background:transparent;font-family:inherit;font-size:9px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;padding:3px 4px;color:var(--black);opacity:.7;transition:opacity .25s ease;white-space:nowrap}.newsletter-form button:hover{opacity:1}.footer-links{display:flex;gap:14px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--grey)}.footer-links a{transition:color .25s ease}.footer-links a:hover{color:var(--black)}.footer-bottom{font-size:9px;color:var(--grey);letter-spacing:.04em;white-space:nowrap}@media(max-width:860px){.product-detail{grid-template-columns:1fr;padding:140px 24px 60px;gap:36px}.product-gallery{position:static}}@media(max-width:720px){.navbar{padding:10px 14px;top:12px}.nav-left{gap:10px}.nav-left a{font-size:10px;letter-spacing:.04em}.nav-logo,.nav-logo:hover{letter-spacing:.14em}.nav-logo.has-image img{height:var(--logo-height-mobile, 20px)}.nav-right{gap:6px}.cart-icon svg{width:16px;height:16px}.hero-grid{display:block;overflow:hidden;max-width:100%;padding:130px 0 40px}.hero-grid-track{display:flex;flex-wrap:nowrap;width:max-content;animation:hero-marquee 34s linear infinite}.hero-grid-item{display:flex;flex:0 0 auto;width:80vw;padding:0 6px;gap:8px}.hero-grid-item-dup{display:flex}.hero-grid-item:nth-child(4){display:flex}.products{padding:80px 24px}.products:not(.no-hero){padding-bottom:10px}.products.no-hero{padding-top:120px}.product-grid{grid-template-columns:1fr;gap:50px}.products.no-hero .product-grid{grid-template-columns:repeat(2,1fr);gap:0}.products.no-hero .product{padding:12px 12px 0;gap:8px}.products.no-hero .product-info{font-size:10px}.products.no-hero .product-image{font-size:9px}.products:not(.no-hero) .product-grid{grid-template-columns:repeat(2,1fr);gap:12px;border-left:none;border-top:none}.products:not(.no-hero) .product-grid>.product:not(.video-trio-stack-cell){border:1px solid var(--black);padding:12px;gap:8px}.products:not(.no-hero) .product-grid>.product:not(.video-trio-stack-cell) .product-info{font-size:10px}.products:not(.no-hero) .product-grid>.product:not(.video-trio-stack-cell) .product-image{font-size:9px}.products:not(.no-hero) .video-trio-stack-cell{grid-column:1 / -1;order:3;border:none;margin-top:60px}.legal,.contact{padding:140px 24px 60px}.info-links{padding:110px 24px 60px;gap:28px}.info-links a{font-size:13px}footer{flex-direction:column;text-align:center;padding:20px 24px;gap:10px}.feature-photo{height:40vh;min-height:260px}}@media(max-width:380px){.navbar{padding:8px 10px}.nav-left{gap:7px}.nav-left a{font-size:9px;letter-spacing:.02em}.nav-logo,.nav-logo:hover{letter-spacing:.08em}}#smoke-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999}@media(pointer:fine){body,a,button,input,textarea,label{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><path d="M3 2 L3 21 L8.2 16.4 L11.4 23.5 L14.7 22 L11.6 15.1 L18.5 15.1 Z" fill="black" stroke="white" stroke-width="1" stroke-linejoin="round"/></svg>') 3 2,auto}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
