:root{--okz-black: #050505;--okz-white: #ffffff;--okz-muted: rgba(255, 255, 255, .72);--okz-glass: rgba(12, 12, 12, .34);--okz-border: rgba(255, 255, 255, .18)}.okz-header{position:fixed;inset:14px 16px auto;z-index:50}.okz-header__inner{position:relative;min-height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;color:var(--okz-white);background:var(--okz-glass);border:1px solid var(--okz-border);border-radius:8px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 18px 60px #00000038}.okz-header__logo{position:absolute;left:50%;top:50%;width:min(190px,34vw);transform:translate(-50%,-50%);display:flex;justify-content:center;color:var(--okz-white);text-decoration:none;font-weight:900;letter-spacing:0}.okz-header__logo img{max-width:100%;max-height:42px;object-fit:contain;filter:brightness(0) invert(1)}.okz-header__nav{display:flex;align-items:center;gap:24px}.okz-header__nav--right{justify-content:flex-end}.okz-header a,.okz-drawer a{color:currentColor;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.08em}.okz-header a{opacity:.86;transition:opacity .18s ease,transform .18s ease}.okz-header a:hover{opacity:1;transform:translateY(-1px)}.okz-icon{width:22px;height:22px}.okz-hero{position:relative;min-height:100vh;min-height:100svh;overflow:hidden;background:var(--okz-black);color:var(--okz-white)}.okz-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.okz-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bd,#00000029 62%,#00000057),linear-gradient(0deg,rgba(0,0,0,.78),transparent 52%)}.okz-hero__content{position:relative;z-index:2;width:min(720px,calc(100% - 40px));padding:0 0 clamp(48px,8vw,96px);margin-left:clamp(20px,6vw,88px);min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.okz-glass{min-height:auto;margin-top:38vh;margin-bottom:clamp(40px,7vw,84px);padding:clamp(22px,4vw,38px);border-radius:8px;background:#08080852;border:1px solid var(--okz-border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.okz-eyebrow{margin:0 0 14px;color:var(--okz-muted);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.16em}.okz-hero h1{max-width:760px;margin:0;font-size:clamp(48px,9vw,124px);line-height:.9;font-weight:900;letter-spacing:0;text-transform:uppercase}.okz-hero__text{max-width:510px;margin:20px 0 28px;color:var(--okz-muted);font-size:clamp(16px,2vw,20px);line-height:1.5}.okz-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border-radius:999px;background:var(--okz-white);color:var(--okz-black);text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.1em;transition:transform .18s ease,background .18s ease,color .18s ease}.okz-button:hover{transform:translateY(-2px);background:#ffffffd6}.okz-section{padding:clamp(56px,8vw,104px) clamp(18px,4vw,56px);background:#f4f4f4;color:var(--okz-black)}.okz-section__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.okz-section__head h2{margin:0;font-size:clamp(32px,5vw,72px);line-height:.95;text-transform:uppercase;letter-spacing:0}.okz-section__head a{color:var(--okz-black);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em}.okz-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.okz-product{color:inherit;text-decoration:none}.okz-product__media{aspect-ratio:3 / 4;overflow:hidden;border-radius:8px;background:#e7e7e7}.okz-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.okz-product:hover img{transform:scale(1.035)}.okz-product__info{display:flex;justify-content:space-between;gap:14px;padding:12px 2px 0}.okz-product__info h3,.okz-product__info span{margin:0;font-size:13px;font-weight:700;text-transform:uppercase}.okz-statement{padding:clamp(58px,9vw,120px) clamp(20px,6vw,90px);background:var(--okz-black);color:var(--okz-white)}.okz-statement p{max-width:980px;margin:0;font-size:clamp(30px,5vw,76px);line-height:1;font-weight:900;letter-spacing:0;text-transform:uppercase}.okz-drawer{position:fixed;top:12px;left:12px;bottom:12px;width:min(360px,calc(100vw - 24px));padding:24px;display:flex;flex-direction:column;gap:22px;color:var(--okz-white);background:#070707b8;border:1px solid var(--okz-border);border-radius:8px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transform:translate(calc(-100% - 18px));transition:transform .24s ease;z-index:80}.okz-drawer.is-open{transform:translate(0)}.okz-drawer__close{align-self:flex-start;margin-bottom:18px;padding:0;border:0;background:transparent;color:var(--okz-white);text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em}@media(max-width:989px){.okz-header{inset:10px 10px auto}.okz-header__inner{min-height:58px;padding:0 14px}.okz-header__nav{display:none}.okz-header__menu{width:42px;height:42px;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;border:0;background:transparent;color:var(--okz-white)}.okz-header__menu span{width:22px;height:1.5px;background:currentColor}.okz-header__icons{display:flex;justify-content:flex-end;gap:14px}.okz-header__logo img{max-height:34px}.okz-hero__content{width:calc(100% - 32px);margin-left:16px;padding-bottom:42px}.okz-hero h1{font-size:clamp(44px,15vw,72px)}.okz-products{grid-template-columns:repeat(2,minmax(0,1fr))}.okz-section__head{display:block}.okz-section__head a{display:inline-block;margin-top:16px}}.okz-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:18px}.okz-header__slot{display:flex;align-items:center;min-width:0}.okz-header__slot--left{grid-column:1;justify-content:flex-start}.okz-header__slot--right{grid-column:3;justify-content:flex-end}.okz-header__logo{grid-column:2;position:relative;left:auto;top:auto;transform:none;justify-self:center;width:clamp(140px,15vw,230px);height:clamp(36px,4vw,58px);overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2}.okz-header__logo img{width:100%;height:auto;max-width:none;max-height:none;display:block}.okz-header__logo--blend img{filter:invert(1) grayscale(1);mix-blend-mode:screen}.okz-header__logo span{font-size:22px;font-weight:900;letter-spacing:.04em}.okz-header__menu,.okz-header__icons{display:none}@media(max-width:989px){.okz-header__inner{min-height:58px;padding:0 14px}.okz-header__nav{display:none}.okz-header__menu{width:44px;height:44px;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;padding:0;border:0;background:transparent;color:#fff}.okz-header__menu span{width:22px;height:1.5px;background:currentColor}.okz-header__icons{display:flex;justify-content:flex-end;align-items:center;gap:14px}.okz-header__logo{width:132px;height:38px}}@media(max-width:749px){.okz-hero{height:clamp(640px,82svh,760px);min-height:0}.okz-hero__image{object-position:center top}.okz-hero__overlay{background:linear-gradient(180deg,#00000094,#0000002e 34%,#000000c7),linear-gradient(90deg,#0000008a,#0000001f)}.okz-hero__content{width:calc(100% - 32px);height:100%;min-height:0;margin-left:16px;padding:96px 0 38px;justify-content:center}.okz-hero .okz-eyebrow{margin-bottom:10px;color:#ffffffc7!important;font-size:11px}.okz-hero h1{max-width:340px;color:#fff!important;font-size:clamp(42px,13vw,56px);line-height:.94;text-shadow:0 12px 36px rgba(0,0,0,.55)}.okz-hero__text{max-width:310px;margin:16px 0 24px;color:#ffffffd6!important;font-size:15px;line-height:1.45}.okz-button{min-height:48px;padding:0 24px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/onkickz-home.css.map */
