:root{--bg: #0a0a0a;--bg-elev: #111;--fg: #f4f4f5;--muted: #9ca3af;--border: #1f1f1f;--accent: #ffffff;--danger: #e11d48;--pink: #ec4899;--radius: 2px;--font-body: "Inter", system-ui, sans-serif;--font-display: "Bebas Neue", Impact, sans-serif;--font-gothic: "UnifrakturCook", "Bebas Neue", Georgia, serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:.02em;margin:0 0 .5em}h1{font-size:clamp(2.2rem,6vw,4rem)}h2{font-size:clamp(1.6rem,4vw,2.4rem)}.gothic{font-family:var(--font-gothic)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.5rem 1rem;z-index:100}.site-header{position:sticky;top:0;z-index:50;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.site-header__logo{font-family:var(--font-gothic);font-size:1.75rem;letter-spacing:.05em}.site-header__nav{display:none;gap:1.75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em}.site-header__nav a:hover{color:var(--muted)}.site-header__actions{display:flex;gap:1rem;align-items:center}.cart-count{background:var(--fg);color:var(--bg);border-radius:999px;padding:0 .5rem;font-size:.7rem;font-weight:600}@media(min-width:768px){.site-header__nav{display:flex}}.hero{position:relative;min-height:70vh;display:grid;place-items:center;text-align:center;padding:4rem 1rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.hero__inner{position:relative;z-index:1;max-width:720px}.hero__tagline{text-transform:uppercase;letter-spacing:.4em;font-size:.75rem;color:var(--muted);margin-bottom:1rem}.hero__logo{font-family:var(--font-gothic);font-size:clamp(4rem,15vw,9rem);line-height:1;margin:.5rem 0;color:#fff}.hero__sub{color:var(--muted);margin:1.5rem 0 2rem}.btn{display:inline-block;padding:.85rem 2rem;border:1px solid var(--fg);background:var(--fg);color:var(--bg);font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;cursor:pointer;transition:.15s;border-radius:var(--radius)}.btn:hover,.btn--ghost{background:transparent;color:var(--fg)}.btn--ghost:hover{background:var(--fg);color:var(--bg)}.btn--pink{background:var(--pink);border-color:var(--pink);color:#fff}.btn[disabled]{opacity:.5;cursor:not-allowed}.ad-strip{background:var(--fg);color:var(--bg);overflow:hidden;padding:.75rem 0;font-size:.8rem;text-transform:uppercase;letter-spacing:.3em}.ad-strip__track{display:flex;gap:3rem;white-space:nowrap;animation:marquee 40s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:4rem 0}.section__head{text-align:center;margin-bottom:3rem}.section__eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.4em;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{border-color:var(--fg);transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#1a1a1a}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;background:var(--fg);color:var(--bg);padding:.2rem .6rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600}.product-card__badge--sale{background:var(--danger);color:#fff}.product-card__body{padding:.85rem}.product-card__title{font-family:var(--font-body);font-size:.85rem;font-weight:500;margin:0 0 .25rem;line-height:1.3}.product-card__price{font-size:.85rem;color:var(--muted)}.product-card__price s{opacity:.5;margin-right:.4rem}.product-card__price em{color:var(--danger);font-style:normal}.product{display:grid;gap:2rem;padding:2rem 0}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:3rem}}.product__gallery{display:grid;gap:.5rem}.product__main-image{aspect-ratio:1/1;background:var(--bg-elev);overflow:hidden}.product__main-image img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__thumb{aspect-ratio:1/1;background:var(--bg-elev);cursor:pointer;border:1px solid var(--border)}.product__thumb.is-active{border-color:var(--fg)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info h1{font-family:var(--font-display)}.product__price{font-size:1.5rem;margin:1rem 0}.product__price s{color:var(--muted);margin-right:.5rem}.product__desc{color:var(--muted);line-height:1.7;margin:1.5rem 0}.product__options{margin:1.5rem 0}.product__option{margin-bottom:1rem}.product__option-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-bottom:.5rem}.product__option select{background:var(--bg-elev);color:var(--fg);border:1px solid var(--border);padding:.6rem 1rem;font:inherit;width:100%;max-width:240px}.cart{padding:3rem 0}.cart__item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}.cart__item img{aspect-ratio:1/1;object-fit:cover}.cart__totals{margin-top:2rem;text-align:right}.cart__totals-row{display:flex;justify-content:space-between;padding:.5rem 0}.cart__totals-row--total{font-size:1.25rem;font-weight:600;border-top:1px solid var(--border);padding-top:1rem;margin-top:.5rem}.site-footer{border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:4rem;color:var(--muted);font-size:.85rem}.site-footer__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.site-footer__col h4{color:var(--fg);font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem}.site-footer__col a{display:block;padding:.25rem 0}.site-footer__col a:hover{color:var(--fg)}.site-footer__bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.page{padding:4rem 0;max-width:720px;margin:0 auto}.rte{line-height:1.8}.rte a{text-decoration:underline}.text-center{text-align:center}.muted{color:var(--muted)}.site-header__brand{display:flex;align-items:center;gap:.55rem}.site-header__brand img{height:40px;width:auto}.site-header__nav{flex-wrap:wrap;justify-content:flex-end;gap:1.25rem;font-family:var(--font-display)}.site-header__cart{display:inline-flex;align-items:center;gap:.4rem}@media(max-width:767px){.site-header__logo{display:none}.site-header__nav{display:flex;font-size:.66rem;gap:.7rem}}.hero{min-height:auto;padding:1rem 1rem 5rem}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(to bottom,rgba(10,10,10,.6),rgba(10,10,10,.4),var(--bg))}.hero__inner{max-width:64rem}.hero__mark{width:min(52rem,100%);margin:0 auto;display:block}.hero__tagline{margin-top:1.5rem;letter-spacing:.4em}.hero__headline{font-family:var(--font-gothic);font-size:clamp(2.75rem,8vw,4.5rem);line-height:.95;margin:2rem 0 0}.hero__sub{max-width:36rem;margin:1.5rem auto 0;color:var(--muted)}.hero__cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem}.hero__cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.info-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff08;padding:1rem 0}.info-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem;font-family:var(--font-display);font-size:.72rem;text-transform:uppercase;letter-spacing:.3em;color:var(--muted)}.section__head--left{text-align:left;margin-bottom:1.5rem}.ad-stream-section{padding-bottom:3rem}.ad-stream{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0006;overflow:hidden}.ad-stream__track{display:flex;gap:1rem;width:max-content;padding:1rem;animation:marquee 60s linear infinite}.ad-card{position:relative;flex:0 0 auto;width:280px;height:170px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius)}@media(min-width:768px){.ad-card{width:380px;height:220px}}.ad-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.ad-card:hover img{transform:scale(1.05)}.ad-card__meta{position:absolute;inset:auto 0 0 0;padding:.75rem;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);display:grid;gap:.15rem}.ad-card__tag{font-family:var(--font-display);font-size:.65rem;text-transform:uppercase;letter-spacing:.25em}.ad-card__caption{font-size:.75rem;color:var(--muted)}.manifesto{border-top:1px solid var(--border);background:#ffffff05}.manifesto__inner{max-width:48rem;margin:0 auto;padding:5rem 1rem;text-align:center}.manifesto__mark{width:auto;height:10rem;margin:1.5rem auto 0;opacity:.9}@media(min-width:640px){.manifesto__mark{height:12rem}}.manifesto__name{font-family:var(--font-display);font-size:.8rem;text-transform:uppercase;letter-spacing:.4em;color:var(--muted);margin-top:1rem}.manifesto__lines{font-size:clamp(2.25rem,6vw,3rem);line-height:.95;margin-top:1.5rem}.manifesto__lines p{margin:.15rem 0}.site-footer__brand{font-size:1.6rem;color:var(--fg)}.site-footer__est{font-family:var(--font-display);font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;margin-top:.5rem}.site-footer__qr{width:112px;height:112px;background:#fff;padding:6px;border-radius:2px;margin-top:.5rem}.site-footer__qr-note{font-size:.75rem;margin-top:.5rem}.site-header__brand img{height:52px;width:auto}@media(min-width:768px){.site-header__brand img{height:72px}}.site-footer__logo{height:140px;width:auto;display:block}.search-form{display:flex;align-items:center;gap:.5rem}.search-form input[type=search]{background:#ffffff0f;border:1px solid var(--border);color:var(--fg);padding:.5rem .75rem;font-size:.8rem;letter-spacing:.08em;border-radius:2px;width:10rem;outline:none}.search-form input[type=search]::placeholder{color:var(--muted)}.search-form input[type=search]:focus{border-color:var(--fg)}.site-header__search .search-form__btn{background:none;border:1px solid var(--border);color:var(--fg);padding:.45rem .7rem;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border-radius:2px}.site-header__search .search-form__btn:hover{border-color:var(--fg)}.search-form--page{max-width:32rem;margin:0 auto}.search-form--page input[type=search]{flex:1;width:auto;padding:.75rem 1rem}@media(max-width:767px){.search-form input[type=search]{width:7.5rem}}.hero{padding-top:2.5rem}.hero__mark{width:auto;max-width:min(34rem,88vw);max-height:min(62vh,30rem);height:auto;margin:0 auto;filter:drop-shadow(0 0 40px rgba(255,255,255,.12)) drop-shadow(0 18px 40px rgba(0,0,0,.65));animation:mark-in 1.1s cubic-bezier(.16,.84,.34,1) both,mark-float 7s ease-in-out 1.1s infinite;will-change:transform,opacity}@keyframes mark-in{0%{opacity:0;transform:translateY(18px) scale(.94);filter:blur(6px) drop-shadow(0 0 0 rgba(255,255,255,0))}to{opacity:1;transform:none}}@keyframes mark-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(prefers-reduced-motion:reduce){.hero__mark{animation:none}}.site-header__brand img{height:46px;transition:transform .25s ease,filter .25s ease}@media(min-width:768px){.site-header__brand img{height:58px}}.site-header__brand:hover img{transform:scale(1.05);filter:drop-shadow(0 0 12px rgba(255,255,255,.25))}.manifesto__mark{height:auto;max-height:14rem;max-width:82vw;width:auto;filter:drop-shadow(0 0 28px rgba(255,255,255,.1))}.site-footer__logo{height:auto;max-height:112px;width:auto;opacity:.95}.hero__inner{z-index:auto;isolation:auto}.hero{isolation:auto}.hero__mark{max-width:min(30rem,82vw);max-height:min(56vh,27rem)}.site-header__brand img{height:42px}@media(min-width:768px){.site-header__brand img{height:54px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
