:root{--red: #C8102E;--red-dark: #a00d24;--black: #0a0a0a;--white: #ffffff;--light: #f5f5f5;--light2: #fafafa;--muted: #666666;--border: #e5e5e5;--font-heading: "Syne", system-ui, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--max: 1100px;--hh: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}.skip-link{position:absolute;top:-100px;left:16px;background:var(--black);color:var(--white);padding:8px 16px;font-size:14px;z-index:9999;transition:top .2s}.skip-link:focus{top:8px}.visually-hidden{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden;white-space:nowrap}.container{max-width:var(--max);margin:0 auto;padding:0 24px}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:800;line-height:1.07}h1{font-size:clamp(34px,4.5vw,52px);letter-spacing:-2px;line-height:1.05}h2{font-size:clamp(28px,3.5vw,38px);letter-spacing:-1.5px}h3{font-size:clamp(18px,2vw,24px);letter-spacing:-.5px}h4{font-size:16px;letter-spacing:-.3px}p{line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:13px 28px;cursor:pointer;border:none;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-dark)}.btn-secondary{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn-secondary:hover{background:var(--black);color:var(--white)}.btn-sm{padding:9px 14px;font-size:10px;letter-spacing:1.5px;border-radius:3px}.btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.announcement-bar{background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;padding:9px 40px;position:relative;min-height:36px;overflow:hidden}.announcement-bar.hidden{max-height:0;padding:0}.announcement-bar__text{font-size:12px;letter-spacing:.5px;text-align:center}.announcement-bar__close{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#ffffff80;padding:4px;display:flex}.announcement-bar__close:hover{color:var(--white)}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:.5px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:0 auto;padding:0 24px;height:var(--hh)}.site-logo{display:flex;align-items:baseline;gap:0;flex-shrink:0}.logo-text{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--black);letter-spacing:-1px}.logo-dot{width:7px;height:7px;border-radius:50%;background:var(--red);display:inline-block;margin-left:2px;transform:translateY(-5px);flex-shrink:0}.logo-image{height:34px;width:auto}.site-nav .nav-list{display:flex;gap:28px}.nav-link{font-size:13px;color:var(--muted);font-weight:400;transition:color .15s}.nav-link:hover,.nav-link--active{color:var(--black)}.header-actions{display:flex;align-items:center;gap:8px}.cart-toggle{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--black)}.cart-count{position:absolute;top:4px;right:4px;background:var(--red);color:var(--white);border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:10px;font-weight:700;pointer-events:none}.mobile-menu-toggle{display:none;color:var(--black);padding:8px}.mobile-nav{background:var(--white);border-top:.5px solid var(--border);padding:16px 24px}.mobile-nav-list{display:flex;flex-direction:column}.mobile-nav-link{display:block;font-size:16px;color:var(--black);padding:12px 0;border-bottom:.5px solid var(--border)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;opacity:0;pointer-events:none;transition:opacity .25s}.cart-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:380px;max-width:100vw;background:var(--white);z-index:300;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 40px #00000014}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:.5px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--font-heading);font-size:17px;font-weight:700}.cart-drawer__close{padding:6px;color:var(--muted);font-size:22px;line-height:1}.cart-drawer__close:hover{color:var(--black)}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__empty{text-align:center;padding:48px 0;color:var(--muted);font-size:14px}.cart-drawer__footer{padding:20px 24px;border-top:.5px solid var(--border);flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-drawer__subtotal-label{font-size:14px;color:var(--muted)}.cart-drawer__subtotal-price{font-family:var(--font-heading);font-size:22px;font-weight:800;white-space:nowrap}.cart-item{display:flex;gap:14px;padding:14px 0;border-bottom:.5px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:60px;height:76px;flex-shrink:0;background:var(--light);border-radius:4px;overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-size:13px;font-weight:600;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__variant{font-size:11px;color:var(--muted);margin-bottom:10px}.cart-item__bottom{display:flex;justify-content:space-between;align-items:center}.cart-item__price{font-family:var(--font-heading);font-size:14px;font-weight:700;white-space:nowrap}.cart-item__qty{display:flex;align-items:center;gap:10px}.qty-adj{width:24px;height:24px;border:.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--black);line-height:1;transition:all .15s}.qty-adj:hover{background:var(--black);color:var(--white);border-color:var(--black)}.qty-num{font-size:13px;font-weight:600;min-width:18px;text-align:center}.hero{padding:64px 24px 48px;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero__pill{display:inline-flex;align-items:center;gap:8px;background:var(--light);padding:5px 14px;border-radius:100px;margin-bottom:20px}.hero__pill-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0}.hero__pill-text{font-size:10px;font-weight:700;letter-spacing:2.5px;color:var(--muted)}.hero h1{font-size:clamp(34px,4.5vw,52px);font-weight:800;letter-spacing:-2px;line-height:1.04;margin-bottom:18px}.hero h1 em{font-style:normal;color:var(--red);font-weight:800}.hero__desc{font-size:15px;color:var(--muted);margin-bottom:32px;max-width:400px;line-height:1.7}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.hero__visual{display:flex;gap:12px;justify-content:flex-end;align-items:flex-end}.minibox{width:88px;height:144px;background:var(--white);border:.5px solid var(--border);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:10px 8px;flex-shrink:0;box-shadow:0 4px 24px #0000000f}.minibox:nth-child(2){transform:translateY(-16px)}.minibox:nth-child(3){transform:translateY(8px)}.minibox__logo{font-family:var(--font-heading);font-size:8px;font-weight:800;letter-spacing:-.3px}.minibox__logo em{font-style:normal;color:var(--red)}.minibox__name{font-family:var(--font-heading);font-size:10px;font-weight:800;letter-spacing:1px}.minibox__bar{height:2px;width:22px;border-radius:1px}.minibox__tag{font-size:6.5px;color:#aaa;text-align:center;line-height:1.4;letter-spacing:.3px}.minibox__ml{font-size:6.5px;color:#bbb}.usp-bar{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--light2)}.usp-bar__inner{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-around;align-items:center;padding:18px 24px;gap:12px;flex-wrap:wrap}.usp-item{display:flex;align-items:center;gap:9px}.usp-item svg{flex-shrink:0}.usp-item__text{font-size:12px;color:var(--muted);font-weight:500;white-space:nowrap}.section-header{text-align:center;margin-bottom:48px}.section-label{font-size:10px;font-weight:700;letter-spacing:2.5px;color:var(--red);text-transform:uppercase;margin-bottom:10px;display:block}.featured-products{padding:72px 24px;max-width:var(--max);margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:var(--light2);border-radius:14px;padding:30px 22px;border:.5px solid transparent;transition:all .25s ease;display:flex;flex-direction:column;text-decoration:none;color:var(--black)}.product-card:hover{border-color:#ddd;transform:translateY(-4px);box-shadow:0 12px 48px #00000012}.product-card__visual{height:176px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.product-card__box{width:88px;height:148px;background:var(--white);border:.5px solid #ddd;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:12px 8px;box-shadow:0 6px 24px #00000012}.product-card__box-logo{font-family:var(--font-heading);font-size:8px;font-weight:800;letter-spacing:-.3px}.product-card__box-logo em{font-style:normal;color:var(--red)}.product-card__box-name{font-family:var(--font-heading);font-size:10px;font-weight:800;letter-spacing:.8px}.product-card__box-bar{height:2px;width:22px;border-radius:1px}.product-card__box-tag{font-size:6.5px;color:#aaa;text-align:center;line-height:1.4;letter-spacing:.3px}.product-card__box-ml{font-size:6.5px;color:#bbb}.product-card__img-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__img-wrap img{max-height:100%;width:auto;object-fit:contain}.product-card__name{font-family:var(--font-heading);font-size:23px;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:8px}.product-card__badge{display:inline-flex;align-items:center;gap:5px;background:var(--white);border-radius:100px;padding:3px 10px;border:.5px solid #eee;margin-bottom:12px}.product-card__badge-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0}.product-card__badge-text{font-size:8px;font-weight:700;letter-spacing:1.2px;color:var(--black);text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.product-card__notes{font-size:12px;color:var(--muted);margin-bottom:20px;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:nowrap;margin-top:auto}.product-card__price{font-family:var(--font-heading);font-size:20px;font-weight:800;white-space:nowrap;display:flex;align-items:baseline;gap:5px}.product-card__price s{font-size:13px;color:var(--muted);font-weight:400}.price-amount{white-space:nowrap}.combo-section{background:var(--light);padding:72px 24px}.combo-section__inner{max-width:var(--max);margin:0 auto}.combos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.combo-card{background:var(--white);border-radius:14px;border:.5px solid var(--border);padding:28px;position:relative;transition:border-color .2s,box-shadow .2s}.combo-card:hover,.combo-card--featured{border-color:var(--red)}.combo-card:hover{box-shadow:0 8px 40px #c8102e12}.combo-card__best{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--red);color:var(--white);font-family:var(--font-heading);font-size:9px;font-weight:700;letter-spacing:1.5px;padding:3px 14px;border-radius:100px;white-space:nowrap}.combo-card__name{font-family:var(--font-heading);font-size:16px;font-weight:700;letter-spacing:-.3px;margin-bottom:4px}.combo-card__name em{font-style:normal;color:var(--red)}.combo-card__includes{font-size:11px;color:#aaa;letter-spacing:.5px;margin-bottom:4px}.combo-card__tag{font-size:12px;color:var(--muted);margin-bottom:14px;line-height:1.5}.combo-card__saving{font-size:10px;color:var(--red);font-weight:700;letter-spacing:1px;padding:10px 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);margin-bottom:16px}.combo-card__footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.combo-card__footer>div{display:flex;align-items:baseline;gap:6px;flex-wrap:nowrap}.combo-card__price{font-family:var(--font-heading);font-size:22px;font-weight:800;white-space:nowrap}.combo-card__orig{font-size:12px;color:#bbb;text-decoration:line-through;white-space:nowrap}.about-section{padding:80px 24px}.about-section__inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.about-section h2{margin-bottom:20px}.about-section p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:14px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stat-card{background:var(--light);border-radius:10px;padding:20px}.stat-card__num{font-family:var(--font-heading);font-size:34px;font-weight:800;margin-bottom:4px}.stat-card__label{font-size:12px;color:var(--muted)}.cta-banner{background:var(--black);padding:72px 24px;text-align:center}.cta-banner h2{color:var(--white);margin-bottom:12px}.cta-banner h2 em{font-style:normal;color:var(--red)}.cta-banner p{color:#555;font-size:14px;margin-bottom:28px}.site-footer{background:var(--black);border-top:.5px solid #1a1a1a;padding:40px 24px}.footer-inner{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-logo{display:flex;align-items:baseline}.footer-logo__text{font-family:var(--font-heading);font-size:20px;font-weight:800;color:var(--white)}.footer-logo__dot{width:6px;height:6px;border-radius:50%;background:var(--red);display:inline-block;margin-left:2px;transform:translateY(-4px)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:12px;color:#444;transition:color .15s}.footer-links a:hover{color:#888}.footer-copy{font-size:12px;color:#444}.main-product{max-width:var(--max);margin:0 auto;padding:48px 24px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:calc(var(--hh) + 24px)}.product-gallery__main{aspect-ratio:3/4;background:var(--light);border-radius:12px;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--light)}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-gallery__thumb{width:64px;height:80px;background:var(--light);border-radius:6px;overflow:hidden;cursor:pointer;border:1.5px solid transparent;transition:border-color .15s}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--black)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:11px;color:var(--muted);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-weight:600}.product-info__title{margin-bottom:12px}.product-info__tagline{font-size:13px;color:var(--muted);margin-bottom:20px;padding-bottom:20px;border-bottom:.5px solid var(--border)}.product-info__prices{display:flex;align-items:baseline;gap:10px;margin-bottom:24px}.product-info__price{font-family:var(--font-heading);font-size:32px;font-weight:800;white-space:nowrap}.product-info__compare{font-size:18px;color:var(--muted);text-decoration:line-through}.product-info__label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.product-form__variants{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.variant-btn{padding:8px 18px;border:1.5px solid var(--border);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;background:var(--white);color:var(--black)}.variant-btn:hover,.variant-btn.active{border-color:var(--black);background:var(--black);color:var(--white)}.product-form__qty{display:flex;align-items:center;margin-bottom:16px;border:.5px solid var(--border);width:fit-content;border-radius:4px;overflow:hidden}.qty-btn{width:40px;height:44px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--black);transition:background .15s}.qty-btn:hover{background:var(--light)}.qty-input{width:48px;text-align:center;font-size:14px;font-weight:600;border:none;border-left:.5px solid var(--border);border-right:.5px solid var(--border);height:44px;outline:none}.product-form__submit{width:100%;padding:16px;margin-bottom:12px;font-size:12px;letter-spacing:2px}.product-form__shipping{font-size:12px;color:var(--muted);text-align:center;margin-bottom:24px}.product-info__desc{padding-top:24px;border-top:.5px solid var(--border)}.product-info__desc-title{font-family:var(--font-heading);font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;color:var(--muted)}.product-info__desc p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:12px}.product-info__desc ul{padding-left:16px;margin-bottom:12px}.product-info__desc li{font-size:14px;color:var(--muted);line-height:1.8;list-style:disc}.main-collection{max-width:var(--max);margin:0 auto;padding:48px 24px}.collection-header{margin-bottom:40px}.collection-header h1{margin-bottom:10px}.collection-header p{font-size:15px;color:var(--muted);max-width:560px}.main-cart{max-width:920px;margin:0 auto;padding:48px 24px}.cart-page-grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}.cart-summary-card{position:sticky;top:calc(var(--hh) + 24px);background:var(--light);border-radius:12px;padding:28px}.cart-summary-card h3{font-family:var(--font-heading);font-size:16px;font-weight:700;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px;color:var(--muted)}.summary-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:14px;border-top:.5px solid var(--border);margin-top:14px;margin-bottom:20px}.summary-total span:first-child{font-weight:600}.summary-total span:last-child{font-family:var(--font-heading);font-size:24px;font-weight:800;white-space:nowrap}.page-404{text-align:center;padding:80px 24px}.page-404__num{font-family:var(--font-heading);font-size:clamp(80px,15vw,140px);font-weight:800;color:var(--light);line-height:1}.page-404 h2{margin-bottom:16px}.page-404 p{font-size:15px;color:var(--muted);margin-bottom:32px}.main-page{max-width:760px;margin:0 auto;padding:60px 24px}.main-page h1{margin-bottom:28px}.rte p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:16px}.rte h2,.rte h3{margin:28px 0 14px}.rte ul,.rte ol{padding-left:20px;margin-bottom:16px}.rte li{font-size:15px;color:var(--muted);line-height:1.8;list-style:disc}.rte a{color:var(--red);text-decoration:underline}@media(max-width:900px){.products-grid{grid-template-columns:1fr 1fr}.combos-grid{grid-template-columns:1fr}}@media(max-width:768px){.site-nav{display:none}.mobile-menu-toggle{display:flex}.hero{grid-template-columns:1fr;gap:32px;padding:40px 20px 32px}.hero__visual{justify-content:center}.about-section__inner{grid-template-columns:1fr;gap:40px}.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.cart-page-grid{grid-template-columns:1fr}.cart-summary-card{position:static}.footer-inner{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}.cart-drawer{width:100vw}.hero__visual{gap:8px}.hero h1{letter-spacing:-1.5px}h2{letter-spacing:-1px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
