.oz-hero-one{--oz-hero-bg: #fff;--oz-hero-paper: #f3f7f4;--oz-hero-ink: #0e1410;--oz-hero-soft: #3d4540;--oz-hero-brand: #1a3d2e;--oz-hero-brand-2: #2a5a45;--oz-hero-accent: #ffb800;--oz-hero-line: #e6e4dc;--oz-hero-max: 1200px;--oz-hero-pt: 48px;--oz-hero-pb: 60px;overflow:hidden;padding:var(--oz-hero-pt) 20px var(--oz-hero-pb);border-bottom:1px solid var(--oz-hero-line);background:var(--oz-hero-bg);color:var(--oz-hero-ink)}.oz-hero-one *{box-sizing:border-box}.oz-hero-one__wrap{max-width:var(--oz-hero-max);margin:0 auto}.oz-hero-one__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.oz-hero-one__content{position:relative;min-width:0}.oz-hero-one__mobile-plug{display:none}.oz-hero-one__heading{margin:0 0 18px;color:var(--oz-hero-ink);font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(52px,7vw,92px);font-weight:400;line-height:.92;letter-spacing:1.5px;white-space:nowrap}.oz-hero-one__heading em{display:block;color:var(--oz-hero-brand);font-style:normal}.oz-hero-one__lead{max-width:440px;margin:0 0 28px;color:var(--oz-hero-soft);font-size:17px;line-height:1.5}.oz-hero-one__lead p{margin:0}.oz-hero-one__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.oz-hero-one__btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border-radius:999px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.oz-hero-one__btn--primary{background:var(--oz-hero-brand);color:#fafaf7;box-shadow:0 1px 3px #0e14100a,0 4px 12px #0e14100a}.oz-hero-one__btn--primary:hover{background:var(--oz-hero-brand-2);transform:translateY(-1px);box-shadow:0 8px 24px #0e141014}.oz-hero-one__btn--ghost{border:1px solid #d4d1c5;background:transparent;color:var(--oz-hero-ink)}.oz-hero-one__btn--ghost:hover{border-color:var(--oz-hero-brand);color:var(--oz-hero-brand)}.oz-hero-one__legal{display:flex;gap:18px;flex-wrap:wrap;padding-top:24px;border-top:1px solid var(--oz-hero-line)}.oz-hero-one__legal-item{display:flex;align-items:center;gap:8px;color:var(--oz-hero-soft);font-size:13px;font-weight:600}.oz-hero-one__legal-item b{color:var(--oz-hero-ink)}.oz-hero-one__legal-icon{display:inline-flex;color:var(--oz-hero-brand)}.oz-hero-one__legal-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.oz-hero-one__visual{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;padding:36px;border:1px solid #cfe0d7;border-radius:24px;background:var(--oz-hero-paper);overflow:hidden}.oz-hero-one__visual:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(26,61,46,.08),transparent 70%)}.oz-hero-one__image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 16px 28px rgba(26,61,46,.14))}.oz-hero-one__plug{position:relative;z-index:1;width:80%;max-width:380px;color:var(--oz-hero-ink);filter:drop-shadow(0 16px 28px rgba(26,61,46,.14))}.oz-hero-one__floating{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--oz-hero-line);border-radius:999px;background:#fff;color:var(--oz-hero-ink);font-size:13px;font-weight:700;box-shadow:0 8px 24px #0e141014}.oz-hero-one__floating--one{top:32px;left:24px}.oz-hero-one__floating--two{right:24px;bottom:32px}.oz-hero-one__dot{width:8px;height:8px;border-radius:50%;background:var(--oz-hero-brand)}.oz-hero-one__dot--gold{background:var(--oz-hero-accent)}.oz-hero-one{opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease}.oz-hero-one.is-ready{opacity:1;transform:none}@media(max-width:900px){.oz-hero-one__grid{grid-template-columns:1fr;gap:32px}.oz-hero-one__visual{max-width:380px;margin:0 auto}.oz-hero-one__heading{font-size:clamp(52px,11vw,80px)}.oz-hero-one__lead{font-size:16px}.oz-hero-one__floating{font-size:12px;padding:8px 12px}.oz-hero-one__legal{gap:12px}.oz-hero-one__legal-item{font-size:12px}}@media(max-width:540px){.oz-hero-one__heading{white-space:normal}.oz-hero-one__btn{width:100%;min-height:52px}.oz-hero-one__visual{padding:26px}.oz-hero-one__floating--one{top:18px;left:18px}.oz-hero-one__floating--two{right:18px;bottom:18px}}@media(max-width:540px){.oz-hero-one__mobile-plug{position:absolute;top:-8px;right:8px;z-index:1;display:flex;align-items:flex-start;justify-content:center;width:96px;height:126px;color:var(--oz-hero-brand);pointer-events:auto;cursor:default;opacity:0;transform:translate3d(24px,-30px,0) scale(.58) rotate(14deg);transform-origin:50% 18%;will-change:transform,opacity}.oz-hero-one.is-ready .oz-hero-one__mobile-plug{animation:ozHeroPlugPageLoadIn .98s cubic-bezier(.16,.9,.22,1.22) .18s both,ozHeroPlugFloat 4.8s ease-in-out 1.38s infinite}.oz-hero-one__mobile-plug svg{display:block;width:88px;height:auto;filter:drop-shadow(0 12px 18px rgba(26,61,46,.12));transition:transform .22s ease,filter .22s ease}.oz-hero-one__mobile-plug:hover svg,.oz-hero-one__mobile-plug:active svg{transform:scale(1.08) rotate(-4deg);filter:drop-shadow(0 16px 22px rgba(26,61,46,.18))}}@media(max-width:390px){.oz-hero-one__mobile-plug{right:2px;width:88px;height:116px}.oz-hero-one__mobile-plug svg{width:80px}}@media(max-width:360px){.oz-hero-one__mobile-plug{width:78px}.oz-hero-one__mobile-plug svg{width:72px}}@keyframes ozHeroPlugPageLoadIn{0%{opacity:0;transform:translate3d(24px,-30px,0) scale(.58) rotate(14deg)}48%{opacity:1;transform:translate3d(-2px,4px,0) scale(1.12) rotate(-5deg)}72%{opacity:1;transform:translate3d(0,-2px,0) scale(.97) rotate(2deg)}to{opacity:1;transform:translateZ(0) scale(1) rotate(0)}}@keyframes ozHeroPlugFloat{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,-5px,0) rotate(-1.5deg)}}@media(prefers-reduced-motion:reduce){.oz-hero-one.is-ready .oz-hero-one__mobile-plug{animation:none!important;opacity:1;transform:none}.oz-hero-one__mobile-plug svg{transition:none!important}}.oz-hero-one__product-link{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:20px;text-decoration:none;overflow:hidden}.oz-hero-one__product-image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:18px;filter:drop-shadow(0 18px 30px rgba(14,20,16,.16));transition:transform .28s ease}.oz-hero-one__visual--cover .oz-hero-one__product-image{object-fit:cover;filter:none}.oz-hero-one__visual--contain .oz-hero-one__product-link{padding:12px}.oz-hero-one__visual--cover .oz-hero-one__product-link{padding:0}.oz-hero-one__product-link:hover .oz-hero-one__product-image{transform:scale(1.025)}.oz-hero-one__product-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:3;display:grid;gap:2px;padding:14px 16px;border:1px solid rgba(230,228,220,.9);border-radius:16px;background:#ffffffeb;color:var(--oz-hero-ink);text-decoration:none;box-shadow:0 14px 34px #0e14101f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.oz-hero-one__product-caption span{color:var(--oz-hero-brand);font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.oz-hero-one__product-caption strong{color:var(--oz-hero-ink);font-size:14px;font-weight:800;line-height:1.2}.oz-hero-one__product-caption em{color:var(--oz-hero-brand);font-family:Bebas Neue,Impact,sans-serif;font-size:26px;font-style:normal;letter-spacing:.5px;line-height:1}@media(max-width:540px){.oz-hero-one__visual--contain .oz-hero-one__product-link{padding:6px}.oz-hero-one__product-caption{left:18px;right:18px;bottom:18px;padding:12px 14px}}html.ozplug-android-mobile,html.ozplug-android-mobile body,html.ozplug-android-mobile .oz-hero-one,html.ozplug-android-mobile .oz-hero-one *{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}html.ozplug-android-mobile .oz-hero-one{padding:34px 20px 42px!important}html.ozplug-android-mobile .oz-hero-one__wrap{width:100%!important;max-width:100%!important}html.ozplug-android-mobile .oz-hero-one__grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:30px!important;align-items:start!important}html.ozplug-android-mobile .oz-hero-one__content{width:100%!important;max-width:100%!important}html.ozplug-android-mobile .oz-hero-one__heading{display:block!important;width:100%!important;max-width:300px!important;margin:0 0 18px!important;font-family:Bebas Neue,Impact,Haettenschweiler,Arial Narrow Bold,sans-serif!important;font-size:44px!important;font-weight:400!important;line-height:.94!important;letter-spacing:.3px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;text-transform:uppercase!important}html.ozplug-android-mobile .oz-hero-one__heading em{display:block!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:inherit!important}html.ozplug-android-mobile .oz-hero-one__lead{max-width:350px!important;margin:0 0 28px!important;font-size:16px!important;line-height:1.55!important;letter-spacing:.01em!important}html.ozplug-android-mobile .oz-hero-one__buttons{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important;margin:0 0 32px!important}html.ozplug-android-mobile .oz-hero-one__btn{width:100%!important;min-height:54px!important;padding:0 18px!important;border-radius:999px!important;font-size:16px!important;font-weight:800!important;line-height:1.1!important}html.ozplug-android-mobile .oz-hero-one__legal{display:grid!important;grid-template-columns:1fr!important;gap:15px!important;padding-top:26px!important}html.ozplug-android-mobile .oz-hero-one__legal-item{width:100%!important;font-size:13px!important;line-height:1.35!important}html.ozplug-android-mobile .oz-hero-one__legal-icon svg{width:20px!important;height:20px!important}html.ozplug-android-mobile .oz-hero-one__visual{width:100%!important;max-width:100%!important;min-height:250px!important;margin:4px auto 0!important;padding:22px!important;border-radius:20px!important}@media screen and (max-width:390px){html.ozplug-android-mobile .oz-hero-one{padding-top:32px!important;padding-right:18px!important;padding-left:18px!important}html.ozplug-android-mobile .oz-hero-one__heading{max-width:286px!important;font-size:42px!important;line-height:.95!important}html.ozplug-android-mobile .oz-hero-one__lead{max-width:330px!important;font-size:15.8px!important}}html.ozplug-android-mobile .oz-hero-one__heading{max-width:300px!important;font-size:44px!important;line-height:.94!important;margin-bottom:18px!important}@media screen and (max-width:390px){html.ozplug-android-mobile .oz-hero-one__heading{max-width:286px!important;font-size:42px!important}}html.ozplug-android-mobile .oz-hero-one__mobile-plug{top:-8px!important;right:8px!important;display:flex!important;width:96px!important;height:126px!important}html.ozplug-android-mobile .oz-hero-one__mobile-plug svg{width:88px!important;height:auto!important}@media screen and (max-width:390px){html.ozplug-android-mobile .oz-hero-one__mobile-plug{right:2px!important;width:88px!important;height:116px!important}html.ozplug-android-mobile .oz-hero-one__mobile-plug svg{width:80px!important}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ozplug-hero-one.css.map */
