:root{--accent: #A43C29;--accent-alt: #872f22;--green: #3E5535;--beige: #E8D9A8;--bg: #0E0E0E;--surface: #151515;--muted: #9b9b9b;--max-width: 1400px;--gap: 1.25rem;--radius: 6px}*{box-sizing:border-box}html,body{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--beige);background:var(--bg);margin:0;line-height:1.5}.wrap{max-width:var(--max-width);margin:0 auto;padding:1rem}.site-header{background:var(--surface);border-bottom:1px solid #222}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--gap)}.logo{height:56px}.site-title{font-weight:800;font-size:1.1rem;color:var(--beige)}.site-nav .menu{list-style:none;margin:0;padding:0;display:flex;gap:1rem}.site-nav a{color:var(--beige);text-decoration:none;font-weight:600}.site-nav a:hover{color:var(--accent)}.btn{display:inline-block;padding:.7rem 1rem;border-radius:4px;border:1px solid #2a2a2a;background:#111;color:var(--beige);text-decoration:none}.btn--primary{background:var(--accent);color:#fff;border-color:transparent}.btn--outline{background:transparent;border:1px solid var(--beige);color:var(--beige)}.hero-full{background-size:cover;background-position:center;padding:6rem 0;position:relative}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0e0e0e99,#0e0e0e99)}.hero-inner{position:relative;display:flex;align-items:center;gap:2rem}.hero-copy{flex:1;min-width:260px}.hero-copy h1{font-family:Oswald,sans-serif;font-size:3rem;letter-spacing:1px;margin:0 0 .5rem;color:var(--beige);text-transform:uppercase}.hero-copy .lead{color:var(--muted);max-width:600px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-card{background:linear-gradient(180deg,var(--surface),#111);padding:.75rem;border-radius:6px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 2px 6px #0009}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0009}.product-card__image{width:100%;height:220px;object-fit:cover;border-radius:4px}.product-card__title{font-size:1rem;color:var(--beige);margin:.5rem 0}.product-card__price{font-weight:700;color:var(--accent)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:3rem 0}.feature-media img{width:100%;border-radius:8px}.product-page .product-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.product-main-image{width:100%;height:auto;border-radius:6px}.site-footer{background:var(--surface);color:var(--muted);border-top:1px solid #222;padding:2rem 0;margin-top:2rem}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.footer-bottom{text-align:center;margin-top:1rem;color:var(--muted)}@media (max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr}.site-nav .menu{display:none}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}.hero-copy h1{font-size:2rem}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:none}.cart-drawer[aria-hidden=false],.cart-drawer.open{display:block}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.cart-drawer__panel{position:fixed;right:0;top:0;height:100%;width:380px;max-width:100%;background:var(--surface);box-shadow:-20px 0 40px #0009;padding:1rem;overflow:auto}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #222;padding-bottom:.5rem;margin-bottom:.75rem}.cart-drawer__close{background:transparent;border:0;color:var(--beige);font-size:1.6rem;cursor:pointer}.cart-items__list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:.5rem;align-items:center}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:6px}.cart-item__title{font-weight:700;color:var(--beige)}.cart-item__qty{width:56px}.cart-drawer__footer{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.header-nav a,.nav-link{color:#f3e9cc;text-decoration:none;font-weight:500;transition:color .2s ease}.header-nav a:hover,.header-nav a:focus{color:#fff}.cart-count-badge{position:absolute;top:-6px;right:-10px;background-color:#b22222;color:#f3e9cc;border-radius:50%;font-size:.75rem;font-weight:700;line-height:1;padding:3px 5px;min-width:16px;text-align:center;box-shadow:0 0 6px #b2222280}.header-icons{display:flex;align-items:center;gap:18px;margin-left:auto}.cart-count-badge{position:absolute;top:-6px;right:-8px;background-color:#b22222;color:#f3e9cc;border-radius:50%;font-size:.75rem;font-weight:700;line-height:1;padding:3px 5px;min-width:16px;text-align:center;box-shadow:0 0 6px #b2222280;z-index:10}@keyframes cartPop{0%{transform:scale(1)}40%{transform:scale(1.4)}70%{transform:scale(.9)}to{transform:scale(1)}}.cart-count-badge.pop{animation:cartPop .4s ease}@media (max-width: 768px){.cart-count-badge{top:-4px;right:-6px;font-size:.85rem;padding:4px 6px;min-width:18px}.header-icon svg{width:28px;height:28px}.header-icons{gap:14px}}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.footer-grid div{word-wrap:break-word;overflow-wrap:anywhere}.footer-grid address a{color:#f3e9cc;text-decoration:none}.footer-grid address a:hover{color:#fff}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid h3,.footer-grid h4{margin-bottom:8px}.footer-grid address{display:inline-block;margin:0 auto;text-align:center;word-break:break-word}.footer-grid address a{display:inline-block;max-width:90vw;white-space:normal}.footer-bottom{text-align:center;margin-top:20px}}@media (max-width: 768px){.site-footer{padding:30px 16px}.footer-grid{gap:24px}.footer-grid h3,.footer-grid h4{font-size:1.1rem;line-height:1.3}.footer-grid p,.footer-grid a,.footer-grid address,.footer-bottom small{font-size:.9rem;line-height:1.5}.footer-bottom small{display:block;margin-top:10px;opacity:.9}.footer-grid ul{padding:0;list-style:none}.footer-grid ul li{margin:6px 0}.footer-grid a{color:#f3e9cc;text-decoration:none}.footer-grid a:hover{color:#fff}}.header-inner{max-width:1400px;margin:0 auto;padding:0 20px}.custom-header,.header{padding-right:0!important}.header-icons{margin-right:12px!important;gap:16px}.header-nav{flex:1 1 auto;display:flex;justify-content:center}.cart-count-badge{position:absolute;top:-6px;right:-8px;background:#b22222;color:#f3e9cc;border-radius:999px;font-size:.75rem;font-weight:700;padding:3px 5px;min-width:16px;text-align:center;box-shadow:0 0 6px #b2222280;z-index:1}@media (max-width: 768px){.header-inner{padding:0 16px}.header-icons{margin-right:8px!important;gap:14px}}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding:0 20px}.header-nav{display:flex;gap:24px;flex-wrap:nowrap}.header-nav a{white-space:nowrap;color:#f3e9cc;text-decoration:none;font-weight:500;transition:color .2s ease}.header-icons{display:flex;align-items:center;gap:18px;margin-right:32px;position:relative}.cart-count-badge{position:absolute;top:-6px;right:-8px;background-color:#b22222;color:#f3e9cc;border-radius:50%;font-size:.75rem;font-weight:700;padding:3px 5px;min-width:16px;text-align:center;box-shadow:0 0 6px #b2222280}@media (max-width: 768px){.header-inner{padding:0 12px}.header-nav{gap:16px}.header-icons{margin-right:16px;gap:14px}}.custom-header,.header{width:100%;max-width:100%;overflow-x:hidden}.header-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 16px;box-sizing:border-box;overflow-x:hidden}.header-icons{margin-right:0!important;padding-right:4px}.header-icon svg{max-width:100%}body,html{overflow-x:hidden}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1200px;margin:0 auto;padding:0 14px;box-sizing:border-box}.header-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center;gap:18px;flex-wrap:nowrap;overflow:hidden}.header-nav a{white-space:nowrap;color:#f3e9cc;text-decoration:none;font-weight:500}.header-icons{flex:0 0 auto;display:flex;align-items:center;gap:16px;margin-right:16px}.header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.cart-count-badge{position:absolute;top:-6px;right:-8px;background:#b22222;color:#f3e9cc;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1;padding:3px 5px;min-width:16px;text-align:center;box-shadow:0 0 6px #b2222280;z-index:1}.custom-header,.header,.header-inner,html,body{overflow-x:visible!important}@media (max-width: 768px){.site-logo img{height:44px;width:auto}.header-nav{gap:12px}.header-nav a{font-size:.95rem}.header-icons{margin-right:10px;gap:14px}.cart-count-badge{top:-4px;right:-6px;font-size:.85rem;padding:4px 6px;min-width:18px}}@media (max-width: 380px){.header-nav a{font-size:.9rem}.header-icons{margin-right:8px}}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;width:100%;max-width:1200px;margin:0 auto;padding:0 16px;box-sizing:border-box}.site-logo{flex:0 0 auto;margin-right:20px}.header-nav{flex:1 1 auto;display:flex;justify-content:center;gap:22px;min-width:0;overflow:hidden}.header-icons{flex:0 0 auto;display:flex;align-items:center;gap:18px;margin-left:20px;margin-right:16px;position:relative}@media (max-width: 768px){.site-logo{margin-right:12px}.header-nav{gap:14px}.header-nav a{font-size:.95rem}.header-icons{margin-left:12px;margin-right:10px;gap:14px}}@media (max-width: 400px){.header-nav a{font-size:.9rem}.header-inner{padding:0 10px}.site-logo img{height:42px}}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;width:100%;max-width:1200px;margin:0 auto;padding:0 16px;box-sizing:border-box}.site-logo{flex:0 0 auto;margin-right:24px}.site-logo img{height:60px;width:auto}.header-nav{flex:1 1 auto;display:flex;justify-content:center;gap:24px;min-width:0}.header-nav a{color:#f3e9cc;text-decoration:none;font-weight:500;white-space:nowrap;transition:color .2s ease}.header-nav a:hover{color:#fff}.header-icons{flex:0 0 auto;display:flex;align-items:center;gap:18px;margin-left:24px;margin-right:20px;position:relative}.header-icon{position:relative;display:flex;align-items:center;justify-content:center}.cart-count-badge{position:absolute;top:-6px;right:-8px;background:#b22222;color:#f3e9cc;border-radius:50%;font-size:.75rem;font-weight:700;padding:3px 5px;min-width:16px;text-align:center;box-shadow:0 0 6px #b2222280}@media (max-width: 768px){.site-logo img{height:44px}.site-logo{margin-right:12px}.header-nav{gap:14px}.header-nav a{font-size:.95rem}.header-icons{margin-left:12px;margin-right:12px;gap:14px}}@media (max-width: 400px){.header-nav a{font-size:.9rem}.header-inner{padding:0 10px}}@media (max-width: 768px){.header-inner{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 12px!important;max-width:100%!important;box-sizing:border-box}.site-logo{justify-self:start;margin-right:0!important}.site-logo img{max-height:42px!important;height:auto;width:auto}.header-nav{justify-self:center;display:flex;gap:12px!important;min-width:0!important;flex-wrap:nowrap;overflow:hidden}.header-nav a{white-space:nowrap;font-size:clamp(.86rem,2.8vw,.98rem)}.header-icons{justify-self:end;display:flex;align-items:center;gap:14px!important;margin-right:8px!important}.header-icon svg{width:26px;height:26px}.cart-count-badge{top:-4px;right:-6px;font-size:.85rem;padding:4px 6px;min-width:18px}}@media (min-width: 769px){.header-inner{max-width:1200px;margin:0 auto;padding:0 16px}.header-nav{gap:22px;min-width:0}.header-icons{margin-right:16px;gap:18px}}.cart__item,.cart__price,.cart__product-name,.cart__totals,.cart__footer,.cart__title,.cart__subtotal,.cart__note,.cart__quantity,.cart__row,.cart__empty-text{color:var(--color-text, #000)}.cart__item,.cart__price,.cart__product-name,.cart__totals,.cart__footer,.cart__title,.cart__subtotal,.cart__note,.cart__quantity,.cart__row,.cart__empty-text,.cart-drawer,.cart-items__list,.cart-item,.cart-item__title,.cart-item__price,.cart-item__qty,.drawer__cart,.drawer__cart-item,.drawer__cart-item *,.ajaxcart__product-name,.ajaxcart__price{color:var(--beige)!important}@media (max-width: 768px){.cart-drawer,.cart-drawer *,.drawer__cart,.drawer__cart-item,.drawer__cart-item *{color:var(--beige)!important}}.cart__subtotal,.cart__total,.cart__price,.cart__final-price{color:var(--beige)!important}.cart__product-name a,.cart-item__title a,.ajaxcart__product-name a,.drawer__cart-item a{color:var(--beige)!important;text-decoration:none}.custom-header .logo-image,.site-logo img,.header .logo img{max-height:200px!important;height:auto!important;width:auto!important}@media (max-width: 768px){.custom-header .logo-image,.site-logo img{max-height:120px!important}}.cart__product-name a:visited,.cart-item__title a:visited,.ajaxcart__product-name a:visited,.drawer__cart-item a:visited{color:var(--beige)!important}.cart__product-name a:hover,.cart-item__title a:hover,.ajaxcart__product-name a:hover,.drawer__cart-item a:hover{color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/styles.css.map */
