:root{--k-color-bg: #050505;--k-color-surface: #0A0A0A;--k-color-surface-alt: #111111;--k-color-border: #262626;--k-color-text: #F5F5F5;--k-color-text-muted: #A3A3A3;--k-color-accent: #C70707;--k-color-accent-hover: #E11D1D;--k-radius-base: .75rem;--k-transition-fast: .12s ease-out}@font-face{font-family:Eurostile Extended Black;src:url('{{ "eurostile-extended-black.woff2" | asset_url }}') format("woff2"),url('{{ "eurostile-extended-black.woff" | asset_url }}') format("woff");font-weight:900;font-style:normal;font-display:swap}body.kronyte-body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--k-color-bg);color:var(--k-color-text)}.k-heading{font-family:Eurostile Extended Black,Inter,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase}.k-button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.8rem;border-radius:var(--k-radius-base);border:1px solid var(--k-color-accent);background:var(--k-color-accent);color:#fff;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;cursor:pointer;transition:background var(--k-transition-fast),border-color var(--k-transition-fast),transform var(--k-transition-fast)}.k-button:hover{background:var(--k-color-accent-hover);border-color:var(--k-color-accent-hover);transform:translateY(-1px)}.k-section{padding:3rem 1.5rem}.k-section-inner{max-width:1200px;margin:0 auto}.k-card{background:var(--k-color-surface);border-radius:var(--k-radius-base);border:1px solid var(--k-color-border);padding:1.5rem}.k-text-muted{color:var(--k-color-text-muted);font-size:.85rem}.k-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050505eb;border-bottom:1px solid rgba(38,38,38,.9)}.k-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem}.k-header-logo{display:flex;align-items:center;gap:.5rem}.kronyte-logo{max-height:50px;height:auto;width:auto;display:block}.k-header-nav{display:flex;gap:1.5rem}.k-header-link,.k-header-nav a{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--k-color-text-muted);text-decoration:none}.k-header-link:hover,.k-header-nav a:hover{color:var(--k-color-text)}.k-header-actions{display:flex;align-items:center;gap:.75rem}.k-icon-button{width:34px;height:34px;border-radius:999px;border:1px solid var(--k-color-border);display:inline-flex;align-items:center;justify-content:center;background:var(--k-color-surface);cursor:pointer;color:#fff;transition:background var(--k-transition-fast),border-color var(--k-transition-fast),transform var(--k-transition-fast),color var(--k-transition-fast)}.k-icon-button:hover{background:var(--k-color-surface-alt);border-color:var(--k-color-accent);color:var(--k-color-accent);transform:translateY(-1px)}.k-header-icon{width:18px;height:18px}.k-cart-indicator{position:relative}.k-cart-indicator-count{position:absolute;top:-5px;right:-5px;min-width:16px;height:16px;border-radius:999px;background:var(--k-color-accent);color:#fff;font-size:.65rem;display:flex;align-items:center;justify-content:center}.k-announcement{background:#111;color:var(--k-color-text-muted);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1.5rem;text-align:center;border-bottom:1px solid var(--k-color-border)}@media (max-width: 900px){.k-header-inner{padding:.7rem 1.1rem}.k-header-nav{display:none!important}.k-header-logo img,.k-header-logo svg{height:24px!important}.k-header-actions{gap:.5rem}}.k-burger{display:none;position:relative;width:34px;height:34px;border-radius:999px;border:1px solid var(--k-color-border);background:var(--k-color-surface);padding:0;flex-direction:column;align-items:center;justify-content:center}.k-burger-line{width:16px;height:2px;border-radius:999px;background:#f5f5f5}@media (max-width: 900px){.k-icon-button{width:32px;height:32px}.k-header-icon{width:16px;height:16px}.k-burger{display:flex}html.k-nav-open .k-header-nav{display:flex!important;flex-direction:column;position:absolute;left:0;right:0;top:100%;padding:1.25rem 1.5rem;background:#050505;border-bottom:1px solid var(--k-color-border);gap:.75rem;z-index:50}html.k-nav-open .k-header-link{font-size:.8rem}}.k-hero{position:relative;overflow:hidden;background:var(--k-color-bg);padding:3rem 1.25rem 2.5rem}.k-hero-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.k-hero-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--k-color-accent);margin-bottom:.75rem}.k-hero-title{font-size:2rem;line-height:1.05;margin-bottom:1rem}.k-hero-subtitle{font-size:.95rem;color:var(--k-color-text-muted);max-width:30rem;margin-bottom:1.75rem}.k-hero-actions{display:flex;flex-direction:column;gap:.7rem;width:100%;align-items:center}.k-hero-actions .k-button{width:85%;max-width:320px;justify-content:center}.k-hero-secondary{border-color:var(--k-color-border);background:transparent}.k-hero-media{position:relative;width:92%;max-width:360px;margin:1.5rem auto 0;border-radius:1.2rem;border:1px solid var(--k-color-border);overflow:hidden;background:#050505}.k-hero-media img{width:100%;height:auto;display:block;object-fit:cover}@media (max-width: 640px){.k-hero{padding:2.5rem 1.25rem 2rem}.k-hero-title{font-size:1.8rem}.k-hero-actions .k-button{width:40%!important;max-width:240px!important;padding:.6rem 1rem!important;font-size:.65rem!important;letter-spacing:.1em!important}.k-hero-secondary{width:40%!important;max-width:240px!important}.k-hero-subtitle{font-size:.82rem!important;line-height:1.45!important}}@media (min-width: 640px) and (max-width: 899px){.k-hero-inner{max-width:1200px}.k-hero-title{font-size:2.2rem}}@media (min-width: 900px){.k-hero{position:relative;min-height:520px;padding:5rem 1.5rem;display:block}.k-hero-inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:3rem;align-items:center;text-align:left}.k-hero-actions{flex-direction:row;justify-content:flex-start;align-items:center}.k-hero-actions .k-button{width:auto;max-width:none}.k-hero-media{display:none}}.k-product-card{background:var(--k-color-surface);border-radius:var(--k-radius-base);border:1px solid var(--k-color-border);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--k-transition-fast),box-shadow var(--k-transition-fast),border-color var(--k-transition-fast)}.k-product-card:hover{transform:translateY(-3px);border-color:var(--k-color-accent)}.k-product-media{position:relative;aspect-ratio:4 / 5;background:#111;overflow:hidden}.k-product-media img,.k-product-image{width:100%;height:100%;object-fit:cover;display:block}.k-product-card .k-product-info{padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}.k-product-card .k-product-title{font-size:.9rem;margin:0}.k-product-card .k-product-price{font-size:.9rem;font-weight:600}.k-product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.25rem}.k-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;background:#000000b3;border:1px solid rgba(255,255,255,.06)}.k-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}@media (max-width: 640px){.k-grid{grid-template-columns:repeat(2,1fr)!important;gap:.9rem!important}.k-product-card{border-radius:.7rem}.k-product-media{aspect-ratio:1 / 1.2}.k-product-card .k-product-title{font-size:.75rem!important}.k-product-card .k-product-price{font-size:.8rem!important}}@media (min-width: 1200px){.k-grid,.k-grid--collections,.k-loadout-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.k-product-card .k-product-title,.k-product-card .k-product-price{font-size:.8rem}}.k-cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;opacity:0;visibility:hidden;transition:opacity var(--k-transition-fast),visibility var(--k-transition-fast);z-index:60}.k-cart-drawer-backdrop.k-open{opacity:1;visibility:visible}.k-cart-drawer{position:fixed;top:0;right:0;width:min(400px,100%);height:100%;background:#050505;border-left:1px solid var(--k-color-border);transform:translate(100%);transition:transform var(--k-transition-fast);display:flex;flex-direction:column}.k-cart-drawer.k-open{transform:translate(0)}.k-cart-drawer-header,.k-cart-drawer-footer{padding:1rem 1.25rem;border-bottom:1px solid var(--k-color-border)}.k-cart-drawer-footer{border-top:1px solid var(--k-color-border);border-bottom:none;margin-top:auto}.k-cart-drawer-items{padding:1rem 1.25rem;overflow-y:auto}.k-product-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:3rem;align-items:flex-start}.k-product-gallery-main{position:relative;border-radius:1.2rem;border:1px solid var(--k-color-border);overflow:hidden;background:#050505}.k-product-slide{display:none}.k-product-slide.is-active{display:block}.k-product-slide-image{display:block;width:100%;height:100%;object-fit:contain;background:radial-gradient(circle at top,#111 0,#050505 60%);max-height:620px}.k-product-thumbs-wrap{margin-top:1.6rem;display:flex;align-items:center;gap:.75rem}.k-product-thumbs{display:flex;gap:.85rem;overflow-x:auto;padding:.15rem 0;flex:1 1 auto;scrollbar-width:thin;scrollbar-color:#333 #050505}.k-product-thumbs::-webkit-scrollbar{height:6px}.k-product-thumbs::-webkit-scrollbar-track{background:#050505}.k-product-thumbs::-webkit-scrollbar-thumb{background:#333;border-radius:999px}.k-product-thumb{flex:0 0 auto;border-radius:.75rem;border:1px solid var(--k-color-border);padding:0;background:#050505;cursor:pointer;overflow:hidden;transition:border-color var(--k-transition-fast),transform var(--k-transition-fast),box-shadow var(--k-transition-fast),background var(--k-transition-fast),opacity var(--k-transition-fast)}.k-product-thumb-image{display:block;width:82px;height:82px;object-fit:cover}.k-product-thumb.is-active{border-color:var(--k-color-accent);box-shadow:0 0 0 1px #c7070759;transform:translateY(-1px);background:radial-gradient(circle at top,#151515 0,#050505 65%)}.k-product-thumb:hover:not(.is-active){border-color:#3a3a3a;opacity:.9}.k-product-thumb-arrow{flex:0 0 auto;width:32px;height:32px;border-radius:999px;border:1px solid var(--k-color-border);background:#050505;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:var(--k-color-text-muted);transition:background var(--k-transition-fast),border-color var(--k-transition-fast),color var(--k-transition-fast),transform var(--k-transition-fast),opacity var(--k-transition-fast)}.k-product-thumb-arrow:hover{background:var(--k-color-surface-alt);border-color:var(--k-color-accent);color:var(--k-color-accent);transform:translateY(-1px)}.k-product-thumb-arrow[disabled],.k-product-thumb-arrow.is-disabled{opacity:.4;cursor:default;transform:none;border-color:var(--k-color-border);color:var(--k-color-text-muted);background:#050505}.k-product-layout .k-product-info{display:flex;flex-direction:column;gap:1rem}@media (max-width: 900px){.k-product-layout{grid-template-columns:minmax(0,1fr);gap:2rem}.k-product-slide-image{max-height:480px}.k-product-thumbs{justify-content:center}}@media (max-width: 640px){.k-product-layout{gap:1.5rem}.k-product-slide-image{max-height:380px}.k-product-thumb-image{width:70px;height:70px}.k-product-thumb-arrow{display:none}.k-product-thumbs-wrap{margin-top:1.3rem}}.k-stock-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.k-stock-badge-dot{display:inline-block;width:10px;height:10px;border-radius:999px}.k-stock-badge--in .k-stock-badge-dot{background:#00d26a}.k-stock-badge--low .k-stock-badge-dot{background:#ff9800}.k-footer{border-top:1px solid var(--k-color-border);padding:2.5rem 1.5rem 2rem}.k-footer-inner{max-width:1200px;margin:0 auto}.k-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem;align-items:flex-start}.k-footer-col{font-size:.85rem}.k-footer-list{list-style:none;padding:0;margin:0}.k-footer-list li{margin-bottom:.35rem}.k-footer-list a{color:var(--k-color-text-muted);text-decoration:none}.k-footer-list a:hover{color:var(--k-color-text)}.k-footer-col--newsletter{text-align:center}.k-footer-news{width:100%;max-width:260px;margin:.75rem auto 0;display:flex;flex-direction:column;gap:.55rem;align-items:stretch}.k-footer-input{width:100%;padding:.55rem .75rem;border-radius:.6rem;border:1px solid var(--k-color-border);background:#050505;color:#f5f5f5;font-size:.85rem;box-sizing:border-box}.k-footer-button{width:100%;padding:.65rem .75rem;font-size:.8rem;box-sizing:border-box}.k-footer-col--brand{max-width:22rem}.k-footer-text{margin:0 0 .75rem;line-height:1.6}.k-footer-text-small{margin:0;font-size:.75rem}.k-footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;font-size:.78rem;color:var(--k-color-text-muted);gap:1rem;flex-wrap:wrap}@media (min-width: 901px){.k-footer-col--newsletter{margin-left:-220px}}@media (max-width: 900px){.k-footer{padding:2rem 1.25rem 1.75rem}.k-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.75rem;row-gap:1.75rem}.k-footer-col{font-size:.8rem}.k-footer-text-small{font-size:.7rem}.k-footer-col--shop{order:1;padding-left:1.9rem}.k-footer-col--legal{order:2}.k-footer-col--newsletter{order:3;margin-left:0}.k-footer-col--brand{order:4}}.k-loadout-grid{--loadout-card-width: 260px;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.k-loadout-card{width:var(--loadout-card-width);max-width:100%}.k-loadout-link{display:block;text-decoration:none;color:inherit;height:100%}@media (max-width: 640px){.k-loadout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.k-loadout-card{width:100%}.k-grid--collections{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start}}@media (min-width: 641px){.k-grid--collections{justify-content:flex-start}}.k-collection-card .k-product-media{aspect-ratio:4 / 5}@media (max-width: 900px){.k-section-inner p.k-text-muted{margin-top:-.3rem!important}.k-loadout-grid{margin-top:.5rem!important}}@media (min-width: 901px){.k-section-inner{padding-left:1.5rem!important;padding-right:1.5rem!important;max-width:1200px;margin:0 auto}.k-loadout-grid{justify-content:flex-start!important}}.k-section--loadout .k-section-inner{padding-left:1.5rem;padding-right:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
