html{overflow-x:hidden}body{overflow-x:hidden;width:100%}:root{--oh-accent: #E8590C;--oh-accent-dark: #C2410C;--oh-accent-bg: rgba(232, 89, 12, .06);--oh-ink: #1d1d1f;--oh-body: #424245;--oh-caption: #86868b;--oh-surface: #f5f5f7;--oh-white: #ffffff;--oh-dark: #0a0a0a;--oh-line: #e8e8ed;--oh-green: #1a7f37;--oh-green-bg: #dafbe1;--oh-red: #cf222e;--oh-red-bg: #ffebe9;--oh-radius: 14px;--oh-radius-xl: 24px;--oh-ease: cubic-bezier(.16, 1, .3, 1);--oh-container: 1120px}.announcement-bar-section{background:var(--oh-accent)!important}.announcement-bar-section .utility-bar{background:var(--oh-accent)!important;border:none!important}.announcement-bar-section .page-width{max-width:100%!important;padding:0!important}.announcement-bar{background:var(--oh-accent)!important;border:none!important;padding:6px 0!important}.announcement-bar__message,.announcement-bar__message a,.announcement-bar a{color:var(--oh-white)!important;font-family:Outfit,sans-serif!important;font-size:12px!important;font-weight:500!important;letter-spacing:.06em;text-transform:uppercase}.oh-hdr{position:relative;z-index:80}.oh-hdr__bar{background:var(--oh-white);border-bottom:1px solid rgba(0,0,0,.06)}.oh-hdr__container{max-width:1400px;margin:0 auto;padding:0 clamp(16px,4vw,40px);display:flex;align-items:center;height:var(--oh-hdr-height, 64px)}.oh-hdr__logo{flex-shrink:0}.oh-hdr__logo-heading{margin:0;line-height:1}.oh-hdr__logo-link{display:flex;align-items:center;text-decoration:none;transition:opacity .25s ease}.oh-hdr__logo-link:hover{opacity:.7}.oh-hdr__logo-img{width:var(--oh-hdr-logo-w, 90px);height:auto;display:block}.oh-hdr__logo-text{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:22px;color:var(--oh-ink);letter-spacing:-.02em;white-space:nowrap}.oh-hdr--center .oh-hdr__left{display:flex;align-items:center;justify-content:flex-start;width:41.666%}.oh-hdr--center .oh-hdr__center{display:flex;align-items:center;justify-content:center;width:16.666%}.oh-hdr--center .oh-hdr__icons{width:41.666%;justify-content:flex-end}.oh-hdr--left .oh-hdr__nav{flex:1;justify-content:center}.oh-hdr__nav{display:flex;align-items:center;gap:0;margin:0 24px}.oh-hdr__nav-link{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-body);text-decoration:none;padding:8px 16px;position:relative;transition:color .25s ease;white-space:nowrap}.oh-hdr__nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--oh-accent);transition:width .25s ease,left .25s ease}.oh-hdr__nav-link:hover,.oh-hdr__nav-link--active{color:var(--oh-ink)}.oh-hdr__nav-link:hover:after,.oh-hdr__nav-link--active:after{width:calc(100% - 32px);left:16px}.oh-hdr__icons{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.oh-hdr__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--oh-ink);background:none;border:none;cursor:pointer;transition:color .25s ease;position:relative;text-decoration:none;padding:0}.oh-hdr__icon:hover{color:var(--oh-accent)}.oh-hdr__cart-count{position:absolute;top:4px;right:2px;background:var(--oh-accent);color:var(--oh-white);font-family:Outfit,sans-serif;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;line-height:1}.oh-hdr__cart-count--hidden{display:none}.oh-hdr__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:8px 6px;background:none;border:none;cursor:pointer;margin-right:8px}.oh-hdr__hamburger span{display:block;width:100%;height:2px;background:var(--oh-ink);border-radius:1px}.oh-hdr__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.oh-hdr__drawer--open{visibility:visible;pointer-events:auto}.oh-hdr__drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}.oh-hdr__drawer--open .oh-hdr__drawer-backdrop{background:#0000004d}.oh-hdr__drawer-panel{position:absolute;top:0;left:0;width:320px;max-width:calc(100% - 48px);height:100%;background:var(--oh-white);transform:translate(-100%);transition:transform .3s var(--oh-ease);overflow-y:auto;padding:24px}.oh-hdr__drawer--open .oh-hdr__drawer-panel{transform:translate(0)}.oh-hdr__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;cursor:pointer;color:var(--oh-ink);margin-bottom:24px;margin-left:auto}.oh-hdr__drawer-nav{display:flex;flex-direction:column}.oh-hdr__drawer-link{font-family:Outfit,sans-serif;font-size:16px;font-weight:500;color:var(--oh-ink);text-decoration:none;padding:14px 0;border-bottom:1px solid var(--oh-line);display:flex;align-items:center;gap:10px;transition:color .25s ease}.oh-hdr__drawer-link:hover{color:var(--oh-accent)}.oh-hdr__drawer-footer{margin-top:32px;padding-top:16px;border-top:1px solid var(--oh-line)}.oh-hdr__search{position:fixed;top:0;left:0;right:0;z-index:95;background:var(--oh-white);border-bottom:2px solid var(--oh-accent);transform:translateY(-100%);opacity:0;transition:transform .3s var(--oh-ease),opacity .3s ease;pointer-events:none}.oh-hdr__search--open{transform:translateY(0);opacity:1;pointer-events:auto}.oh-hdr__search-inner{max-width:700px;margin:0 auto;padding:20px clamp(16px,4vw,40px)}.oh-hdr__search-form{display:flex;align-items:center;gap:12px}.oh-hdr__search-input{flex:1;font-family:Outfit,sans-serif;font-size:18px;border:none;outline:none;background:none;color:var(--oh-ink);padding:8px 0}.oh-hdr__search-input::placeholder{color:var(--oh-caption)}.oh-hdr__search-submit,.oh-hdr__search-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;cursor:pointer;color:var(--oh-ink)}.oh-hdr__search-close:hover,.oh-hdr__search-submit:hover{color:var(--oh-accent)}.oh-hdr__desktop-only{display:none}.oh-hdr__mobile-only{display:flex}@media screen and (min-width:990px){.oh-hdr__desktop-only{display:flex}.oh-hdr__mobile-only{display:none}.oh-hdr__logo-img{width:var(--oh-hdr-logo-w, 90px)}}@media screen and (max-width:989px){.oh-hdr__logo-img{width:var(--oh-hdr-logo-w-mobile, 70px)}.oh-hdr--left .oh-hdr__container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.oh-hdr--left .oh-hdr__hamburger{justify-self:start}.oh-hdr--left .oh-hdr__logo{justify-self:center}.oh-hdr--left .oh-hdr__icons{justify-self:end;margin-left:0}.oh-hdr--center .oh-hdr__logo-img{width:var(--oh-hdr-logo-w-mobile, 70px)}}.oh-icon{display:inline-block;vertical-align:middle;flex-shrink:0}.oh-icon--small{width:16px;height:16px}.oh-icon--medium{width:20px;height:20px}.oh-icon--large{width:24px;height:24px}.oh-tooltip{position:relative;display:inline-flex;align-items:center;cursor:pointer}.oh-tooltip__content{visibility:hidden;opacity:0;position:absolute;z-index:75;min-width:max-content;border-radius:4px;padding:4px 12px;font-family:Outfit,sans-serif;font-size:13px;line-height:1.4;background:var(--oh-ink);color:var(--oh-white);transition:all .25s ease;pointer-events:none;white-space:nowrap}.oh-tooltip__content:after{content:"";width:8px;height:8px;background:var(--oh-ink);position:absolute;transform:rotate(45deg);z-index:-1}.oh-tooltip--bottom .oh-tooltip__content{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.oh-tooltip--bottom .oh-tooltip__content:after{top:-4px;left:50%;margin-left:-4px}.oh-tooltip--top .oh-tooltip__content{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.oh-tooltip--top .oh-tooltip__content:after{bottom:-4px;left:50%;margin-left:-4px}.oh-tooltip--left .oh-tooltip__content{right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.oh-tooltip--left .oh-tooltip__content:after{right:-4px;top:50%;margin-top:-4px}.oh-tooltip--right .oh-tooltip__content{left:calc(100% + 8px);top:50%;transform:translateY(-50%)}.oh-tooltip--right .oh-tooltip__content:after{left:-4px;top:50%;margin-top:-4px}@media screen and (min-width:990px){.oh-tooltip:hover .oh-tooltip__content{visibility:visible;opacity:1}}.oh-stars{display:inline-flex;gap:2px;align-items:center}.oh-star{color:var(--oh-line);display:flex}.oh-star--filled{color:#f59e0b}.oh-countdown__wrap{display:flex;gap:12px;text-align:center;align-items:flex-start}@media screen and (min-width:750px){.oh-countdown__wrap{gap:20px}}.oh-countdown__box{min-width:50px}@media screen and (min-width:750px){.oh-countdown__box{min-width:72px}}.oh-countdown__digit{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:300;line-height:1;letter-spacing:-.02em}@media screen and (min-width:750px){.oh-countdown__digit{font-size:56px}}.oh-countdown__label{font-family:Outfit,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:6px;color:var(--oh-caption)}.oh-countdown__sep{font-size:28px;color:var(--oh-caption);padding-top:4px}@media screen and (min-width:750px){.oh-countdown__sep{font-size:36px;padding-top:8px}}.oh-countdown--compact .oh-countdown__wrap{gap:8px}.oh-countdown--compact .oh-countdown__box{min-width:40px}.oh-countdown--compact .oh-countdown__digit{font-size:24px}.oh-countdown--compact .oh-countdown__label{display:none}.oh-countdown--compact .oh-countdown__sep{font-size:20px;padding-top:2px}.oh-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:4px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;letter-spacing:.02em;line-height:1.4;white-space:nowrap}.oh-badge--sale{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.oh-badge--new{background:var(--oh-accent-bg);color:var(--oh-accent);border:1px solid rgba(232,89,12,.15)}.oh-badge--hot{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.oh-badge--soldout{background:var(--oh-surface);color:var(--oh-caption);border:1px solid var(--oh-line)}.oh-badge--custom{background:var(--oh-surface);color:var(--oh-ink);border:1px solid var(--oh-line)}.oh-container{max-width:var(--oh-container);margin:0 auto;padding:0 clamp(20px,5vw,48px);overflow:hidden}.oh-section{padding-top:var(--section-padding-top, clamp(80px, 10vw, 140px));padding-bottom:var(--section-padding-bottom, clamp(80px, 10vw, 140px))}.oh-section--surface{background:var(--oh-surface)}.oh-section--white{background:var(--oh-white)}.oh-section--dark{background:var(--oh-dark);color:var(--oh-white)}.oh-reveal,.oh-animate{opacity:0;transform:translateY(32px);transition:opacity .8s var(--oh-ease),transform .8s var(--oh-ease)}.oh-reveal.is-visible,.oh-animate.is-visible{opacity:1;transform:translateY(0)}.oh-stagger>.oh-reveal:nth-child(1){transition-delay:0ms}.oh-stagger>.oh-reveal:nth-child(2){transition-delay:80ms}.oh-stagger>.oh-reveal:nth-child(3){transition-delay:.16s}.oh-stagger>.oh-reveal:nth-child(4){transition-delay:.24s}.oh-stagger>.oh-reveal:nth-child(5){transition-delay:.32s}.oh-stagger>.oh-reveal:nth-child(6){transition-delay:.4s}.oh-stagger>.oh-reveal:nth-child(7){transition-delay:.48s}.oh-stagger>.oh-reveal:nth-child(8){transition-delay:.56s}.oh-section-header{text-align:center;margin-bottom:var(--oh-header-gap, clamp(40px, 6vw, 72px))}.oh-section-header__tag{display:inline-block;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--oh-accent);margin-bottom:16px}.oh-section-header__heading{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:700;color:var(--oh-ink);line-height:1.1;margin:0 0 16px;letter-spacing:-.025em}.oh-section-header__description{font-family:Outfit,sans-serif;font-size:17px;font-weight:400;color:var(--oh-caption);line-height:1.6;max-width:520px;margin:0 auto}.oh-section--dark .oh-section-header__tag{color:#ffffff80}.oh-section--dark .oh-section-header__heading{color:var(--oh-white)}.oh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;padding:16px 32px;border-radius:980px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;line-height:1}.oh-btn--primary{background:var(--oh-accent);color:var(--oh-white)}.oh-btn--primary:hover{filter:brightness(1.1);transform:scale(1.03)}.oh-btn--primary:active{transform:scale(.98)}.oh-btn--ghost{background:transparent;color:var(--oh-white);border:1.5px solid rgba(255,255,255,.3)}.oh-btn--ghost:hover{border-color:var(--oh-white);transform:scale(1.03)}.oh-btn--ghost:active{transform:scale(.98)}.oh-btn--ghost-dark{background:transparent;color:var(--oh-ink);border:1.5px solid var(--oh-line)}.oh-btn--ghost-dark:hover{border-color:var(--oh-ink);transform:scale(1.03)}.oh-btn--ghost-dark:active{transform:scale(.98)}.oh-btn--large{font-size:16px;padding:18px 40px}.oh-btn--full{width:100%}.oh-vhero__tag{display:inline-block;font-family:Space Grotesk,sans-serif;font-size:var(--vhero-tag-size, 12px);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--vhero-tag-color, var(--oh-accent));margin-bottom:20px}.oh-vhero__title{font-family:Space Grotesk,sans-serif;font-size:clamp(42px,5.2vw,80px);font-weight:700;color:var(--vhero-heading-color, var(--oh-ink));line-height:.95;margin:0 0 20px;letter-spacing:-.04em;overflow-wrap:break-word}.oh-vhero__title span{color:var(--vhero-accent-color, var(--oh-accent))}.oh-vhero__subtitle{font-family:Outfit,sans-serif;font-size:var(--vhero-subtitle-size, 18px);font-weight:400;color:var(--vhero-subtitle-color, var(--oh-body));line-height:1.6;max-width:520px}.oh-vhero__ctas{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.oh-vhero--split{overflow:hidden}.oh-vhero__split{display:grid;grid-template-columns:1fr var(--vhero-image-width, 60%);min-height:100dvh;align-items:center}.oh-vhero__text-col{display:flex;align-items:center;padding:clamp(80px,10vh,140px) 0}.oh-vhero__text-inner{max-width:580px;margin-left:auto;padding:0 clamp(24px,5vw,64px)}.oh-vhero--split .oh-vhero__subtitle{text-shadow:none}.oh-vhero--split .oh-vhero__ctas{justify-content:flex-start}.oh-vhero__image-col{position:relative;height:100%;min-height:100dvh;overflow:hidden;background:var(--oh-surface)}.oh-vhero__split-img{width:100%;height:100%;object-fit:cover;display:block}.oh-vhero__split-stats{display:flex;gap:0;margin-top:48px;padding-top:28px;border-top:1px solid var(--oh-line)}.oh-vhero__split-stat{text-align:center;padding:0 clamp(12px,2vw,28px);border-right:1px solid var(--oh-line)}.oh-vhero__split-stat:first-child{padding-left:0}.oh-vhero__split-stat:last-child{border-right:none;padding-right:0}.oh-vhero__split-stat-value{font-family:Space Grotesk,sans-serif;font-size:clamp(20px,2.5vw,28px);font-weight:700;color:var(--oh-ink);display:block;letter-spacing:-.02em}.oh-vhero__split-stat-label{font-family:Outfit,sans-serif;font-size:11px;font-weight:500;color:var(--oh-caption);margin-top:4px;display:block;text-transform:uppercase;letter-spacing:.06em}.oh-vhero--fullscreen{position:relative;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.oh-vhero--fullscreen .oh-vhero__title{color:var(--vhero-heading-color, var(--oh-white))}.oh-vhero--fullscreen .oh-vhero__subtitle{color:var(--vhero-subtitle-color, var(--oh-white));text-shadow:0 1px 8px rgba(0,0,0,.6);margin:0 auto}.oh-vhero--fullscreen .oh-vhero__ctas{justify-content:center}.oh-vhero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.oh-vhero__bg-img{width:100%;height:100%;object-fit:cover}.oh-vhero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(10,10,10,var(--vhero-overlay, .78))}.oh-vhero__content{position:relative;z-index:2;max-width:700px;margin:0 auto;padding:0 clamp(20px,5vw,48px)}.oh-vhero__stats{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;justify-content:center;background:#00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:20px 0;border-top:1px solid rgba(255,255,255,.08)}.oh-vhero__stat{text-align:center;padding:0 clamp(20px,3vw,48px);border-right:1px solid rgba(255,255,255,.12)}.oh-vhero__stat:last-child{border-right:none}.oh-vhero__stat-value{font-family:Space Grotesk,sans-serif;font-size:clamp(18px,2vw,24px);font-weight:700;color:var(--oh-white);display:block;letter-spacing:-.02em}.oh-vhero__stat-label{font-family:Outfit,sans-serif;font-size:11px;font-weight:500;color:#ffffff80;margin-top:4px;display:block;text-transform:uppercase;letter-spacing:.08em}.oh-marquee{background:var(--oh-dark);padding:14px 0;overflow:hidden}.oh-marquee__track{display:flex;gap:40px;animation:oh-scroll 30s linear infinite;width:max-content}.oh-marquee__item{display:flex;align-items:center;gap:8px;white-space:nowrap;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:#ffffffb3}.oh-marquee__item svg{flex-shrink:0;color:var(--oh-accent)}.oh-marquee__divider{width:3px;height:3px;background:#ffffff26;border-radius:50%;flex-shrink:0}@keyframes oh-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.oh-dream__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.oh-dream__item{text-align:center}.oh-dream__icon{width:56px;height:56px;border-radius:50%;background:var(--oh-accent-bg);border:1px solid rgba(232,89,12,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.oh-dream__icon svg{color:var(--oh-accent);width:24px;height:24px}.oh-dream__item-title{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:var(--oh-ink);margin:0 0 10px}.oh-dream__item-text{font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-caption);line-height:1.65;margin:0}.oh-proof__grid{display:flex;justify-content:center;gap:0}.oh-proof__item{text-align:center;padding:0 clamp(24px,4vw,56px);border-right:1px solid var(--oh-line)}.oh-proof__item:last-child{border-right:none}.oh-proof__number{font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:700;color:var(--oh-ink);display:block;line-height:1;letter-spacing:-.03em}.oh-proof__label{font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:var(--oh-caption);margin-top:8px;display:block}.oh-pain__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.oh-pain__col{padding:0}.oh-pain__label{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.oh-pain__col--problem{border-top:2px solid var(--oh-red);padding-top:28px}.oh-pain__col--problem .oh-pain__label{color:var(--oh-red)}.oh-pain__col--solution{border-top:2px solid var(--oh-green);padding-top:28px}.oh-pain__col--solution .oh-pain__label{color:var(--oh-green)}.oh-pain__title{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:var(--oh-ink);margin:0 0 28px;line-height:1.2;letter-spacing:-.02em}.oh-pain__row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--oh-line);font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-body)}.oh-pain__row:last-child{border-bottom:none;font-weight:700;font-size:17px;padding-top:16px;color:var(--oh-ink)}.oh-pain__row-value{font-weight:600;font-family:Space Grotesk,sans-serif}.oh-pain__col--problem .oh-pain__row-value{color:var(--oh-red)}.oh-pain__benefit{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid var(--oh-line);font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-body);line-height:1.55}.oh-pain__benefit:last-child{border-bottom:none}.oh-pain__benefit-icon{flex-shrink:0;width:24px;height:24px;background:var(--oh-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.oh-pain__benefit strong{color:var(--oh-ink)}.oh-reveal-section{text-align:center}.oh-reveal-section__content{margin-bottom:clamp(48px,6vw,80px)}.oh-reveal-section__title{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:700;color:var(--oh-white);line-height:1.1;margin:0 0 16px;letter-spacing:-.03em}.oh-reveal-section__desc{font-family:Outfit,sans-serif;font-size:17px;color:#fff9;max-width:500px;margin:16px auto 0;line-height:1.65}.oh-reveal-section__media{text-align:center}.oh-reveal-section__image{max-width:700px;width:100%;filter:drop-shadow(0 32px 64px rgba(0,0,0,.5))}.oh-feature{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:48px 0}.oh-feature:nth-child(2n){direction:rtl}.oh-feature:nth-child(2n)>*{direction:ltr}.oh-feature__number{font-family:Space Grotesk,sans-serif;font-size:80px;font-weight:700;color:#e8e8ed;line-height:1;margin-bottom:0;letter-spacing:-.05em}.oh-feature__title{font-family:Space Grotesk,sans-serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--oh-ink);margin:0 0 16px;line-height:1.15;letter-spacing:-.025em}.oh-feature__text{font-family:Outfit,sans-serif;font-size:16px;font-weight:400;color:var(--oh-caption);line-height:1.7;margin:0 0 24px}.oh-feature__text strong{color:var(--oh-ink);font-weight:600}.oh-feature__roi{border-left:2px solid var(--oh-accent);padding:12px 16px}.oh-feature__roi-label{font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--oh-accent);margin-bottom:4px}.oh-feature__roi-text{font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-body);line-height:1.6}.oh-feature__roi-text strong{color:var(--oh-ink)}.oh-feature__image{width:100%;border-radius:var(--oh-radius-xl);transition:transform .6s var(--oh-ease)}.oh-feature:hover .oh-feature__image{transform:scale(1.02)}.oh-video__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.oh-video__player{border-radius:var(--oh-radius-xl);overflow:hidden;background:var(--oh-dark);aspect-ratio:16 / 9}.oh-video__player video,.oh-video__player iframe{width:100%;height:100%;object-fit:cover;display:block}.oh-video__label{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);text-align:center;margin-top:12px}.oh-specs__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--oh-line);border-left:1px solid var(--oh-line)}.oh-spec{text-align:center;padding:clamp(28px,4vw,48px) 16px;border-bottom:1px solid var(--oh-line);border-right:1px solid var(--oh-line);transition:background .3s ease}.oh-spec:hover{background:var(--oh-accent-bg)}.oh-spec__value{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,2.5vw,28px);font-weight:700;color:var(--oh-ink);display:block;letter-spacing:-.02em}.oh-spec__label{font-family:Outfit,sans-serif;font-size:11px;color:var(--oh-caption);margin-top:6px;display:block;text-transform:uppercase;letter-spacing:.08em}.oh-stack__items{max-width:640px;margin:0 auto}.oh-stack__item{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--oh-line);gap:24px}.oh-stack__item--bonus{background:var(--oh-accent-bg);border:1px solid rgba(232,89,12,.1);margin:4px -16px;padding:18px 16px;border-radius:var(--oh-radius);border-bottom:1px solid rgba(232,89,12,.1)}.oh-stack__item-name{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:var(--oh-ink)}.oh-stack__item-desc{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);margin-top:2px;line-height:1.5}.oh-stack__item-value{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--oh-caption);text-decoration:line-through;white-space:nowrap;flex-shrink:0}.oh-stack__total{text-align:center;margin-top:48px}.oh-stack__total-label{font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-caption);margin-bottom:8px}.oh-stack__total-value{font-family:Space Grotesk,sans-serif;font-size:clamp(40px,5vw,56px);font-weight:700;color:var(--oh-ink);text-decoration:line-through;text-decoration-color:var(--oh-red);letter-spacing:-.03em}.oh-pricing__product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:960px;margin:0 auto}.oh-pricing__hero-img{width:100%;border-radius:var(--oh-radius-xl)}.oh-pricing__product-title{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;color:var(--oh-ink);margin:0 0 24px;letter-spacing:-.02em}.oh-pricing__variant-list{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.oh-pricing__variant{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border:1px solid var(--oh-line);border-radius:var(--oh-radius);text-decoration:none;transition:all .3s var(--oh-ease);cursor:pointer}.oh-pricing__variant:hover{border-color:var(--oh-accent);background:var(--oh-accent-bg)}.oh-pricing__variant--active{border-color:var(--oh-accent);box-shadow:0 0 0 1px var(--oh-accent)}.oh-pricing__variant-info{display:flex;flex-direction:column;gap:2px}.oh-pricing__variant-name{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:var(--oh-ink)}.oh-pricing__variant-compare{font-family:Outfit,sans-serif;font-size:12px;color:var(--oh-caption);text-decoration:line-through}.oh-pricing__variant-price{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:var(--oh-ink);letter-spacing:-.02em}.oh-pricing__single-price{margin-bottom:28px}.oh-pricing__price-amount{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700;color:var(--oh-ink);letter-spacing:-.03em}.oh-pricing__stock-note{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-green);text-align:center;margin-top:12px}.oh-pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.oh-pricing__card{background:var(--oh-white);border:1px solid var(--oh-line);border-radius:var(--oh-radius-xl);padding:32px 28px;text-align:center;position:relative;transition:all .4s var(--oh-ease)}.oh-pricing__card:hover{transform:translateY(-8px);box-shadow:0 24px 48px -12px #0000001a}.oh-pricing__card--featured{border-color:var(--oh-accent);box-shadow:0 0 0 1px var(--oh-accent);scale:1.04;z-index:1}.oh-pricing__card--featured:hover{transform:translateY(-8px);scale:1.04}.oh-pricing__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--oh-accent);color:var(--oh-white);font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;padding:5px 18px;border-radius:980px;letter-spacing:.06em;white-space:nowrap}.oh-pricing__image{margin:-4px -4px 20px}.oh-pricing__img{width:100%;border-radius:16px;aspect-ratio:4 / 3;object-fit:cover}.oh-pricing__name{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;color:var(--oh-ink);margin:0 0 4px;letter-spacing:-.01em}.oh-pricing__subtitle{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);margin:0 0 20px}.oh-pricing__price{font-family:Space Grotesk,sans-serif;font-size:40px;font-weight:700;color:var(--oh-ink);line-height:1;margin-bottom:8px;letter-spacing:-.03em}.oh-pricing__price sup{font-size:20px;vertical-align:super}.oh-pricing__savings{display:inline-block;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;color:var(--oh-green);background:var(--oh-green-bg);padding:4px 12px;border-radius:980px;margin-bottom:24px}.oh-pricing__features{list-style:none;padding:0;margin:0 0 28px;text-align:left}.oh-pricing__features li{display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-body);line-height:1.4}.oh-pricing__features li svg{flex-shrink:0;color:var(--oh-green);margin-top:2px}.oh-pricing__features li strong{color:var(--oh-ink)}.oh-pricing__stock{font-family:Outfit,sans-serif;font-size:12px;color:var(--oh-green);margin-top:14px;display:flex;align-items:center;justify-content:center;gap:6px}.oh-pricing__stock:before{content:"";width:6px;height:6px;background:var(--oh-green);border-radius:50%;animation:oh-pulse 2s infinite}@keyframes oh-pulse{0%,to{opacity:1}50%{opacity:.3}}.oh-pricing__sub-btns{display:flex;flex-direction:column;gap:8px}.oh-pricing__sub-btn{display:block;padding:12px;border:1px solid var(--oh-line);border-radius:var(--oh-radius);font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:var(--oh-ink);text-decoration:none;text-align:center;transition:all .3s var(--oh-ease)}.oh-pricing__sub-btn:hover{border-color:var(--oh-accent);color:var(--oh-accent);transform:translateY(-1px)}.oh-pricing__desc{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);line-height:1.6;margin-bottom:24px;text-align:left}.oh-compare__table{width:100%;border-collapse:collapse}.oh-compare__table th,.oh-compare__table td{padding:14px 20px;font-family:Outfit,sans-serif;font-size:14px;text-align:center;border-bottom:1px solid var(--oh-line)}.oh-compare__table th{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:15px;color:var(--oh-ink);padding:18px 20px;border-bottom:2px solid var(--oh-ink)}.oh-compare__table th:nth-child(2){color:var(--oh-accent)}.oh-compare__table td:first-child{text-align:left;font-weight:600;color:var(--oh-ink);font-family:Space Grotesk,sans-serif;font-size:13px}.oh-compare__table td:nth-child(2){font-weight:600;color:var(--oh-accent)}.oh-compare__table tr:last-child td{border-bottom:none}.oh-compare__check{color:var(--oh-green);font-size:18px}.oh-compare__cross{color:var(--oh-red);font-size:18px}.oh-compare__winner{font-weight:700;color:var(--oh-accent)}.oh-section--dark .oh-compare__table th,.oh-section--dark .oh-compare__table td{border-bottom-color:#ffffff1a;color:var(--oh-white)}.oh-section--dark .oh-compare__table th{border-bottom-color:#fff3;color:var(--oh-white)}.oh-section--dark .oh-compare__table th:nth-child(2){color:var(--oh-accent)}.oh-section--dark .oh-compare__table td:first-child{color:var(--oh-white)}.oh-section--dark .oh-compare__table td:nth-child(2){color:var(--oh-accent);background:#e8590c14}.oh-compare__table--dark th,.oh-compare__table--dark td{border-bottom-color:#ffffff1a;color:var(--oh-white)}.oh-compare__table--dark th{border-bottom-color:#fff3;color:var(--oh-white)}.oh-compare__table--dark th:nth-child(2){color:var(--oh-accent)}.oh-compare__table--dark td:first-child{color:var(--oh-white)}.oh-compare__table--dark td:nth-child(2){color:var(--oh-accent);background:#e8590c14}.oh-guarantee__main{text-align:center;max-width:600px;margin:0 auto 56px}.oh-guarantee__icon{width:64px;height:64px;background:var(--oh-green-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.oh-guarantee__icon svg{color:var(--oh-green)}.oh-guarantee__title{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:700;color:var(--oh-ink);margin:0 0 16px;line-height:1.15;letter-spacing:-.02em}.oh-guarantee__text{font-family:Outfit,sans-serif;font-size:16px;color:var(--oh-caption);line-height:1.7}.oh-guarantee__text strong{color:var(--oh-ink)}.oh-guarantee__cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:700px;margin:0 auto}.oh-guarantee__card{padding:28px;border-top:2px solid var(--oh-green);transition:transform .3s var(--oh-ease)}.oh-guarantee__card:hover{transform:translateY(-2px)}.oh-guarantee__card-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;color:var(--oh-ink);margin:0 0 8px}.oh-guarantee__card-text{font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-caption);line-height:1.6}.oh-evenif__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:880px;margin:0 auto;border-top:1px solid var(--oh-line);border-left:1px solid var(--oh-line)}.oh-evenif__item{padding:32px;border-bottom:1px solid var(--oh-line);border-right:1px solid var(--oh-line);transition:background .3s ease}.oh-evenif__item:hover{background:var(--oh-accent-bg)}.oh-evenif__item-title{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;color:var(--oh-ink);margin:0 0 8px}.oh-evenif__item-text{font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-caption);line-height:1.6;margin:0}.oh-faq__list{max-width:680px;margin:0 auto}.oh-faq__item{border-bottom:1px solid var(--oh-line)}.oh-faq__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:var(--oh-ink);text-align:left;gap:16px;transition:color .3s ease;letter-spacing:-.01em}.oh-faq__question:hover{color:var(--oh-accent)}.oh-faq__question svg{flex-shrink:0;transition:transform .4s var(--oh-ease);color:var(--oh-caption)}.oh-faq__item.is-open .oh-faq__question svg{transform:rotate(180deg)}.oh-faq__answer{overflow:hidden;max-height:0;transition:max-height .4s var(--oh-ease)}.oh-faq__item.is-open .oh-faq__answer{max-height:500px}.oh-faq__answer-inner{padding:0 0 24px;font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-caption);line-height:1.7}.oh-final{text-align:center}.oh-final__title{font-family:Space Grotesk,sans-serif;font-size:clamp(32px,5vw,56px);font-weight:700;color:var(--oh-white);line-height:1.05;margin:0 0 20px;letter-spacing:-.03em}.oh-final__title span{color:var(--oh-accent)}.oh-final__text{font-family:Outfit,sans-serif;font-size:17px;color:#fff9;line-height:1.7;max-width:520px;margin:0 auto 40px}.oh-final__text strong{color:var(--oh-white)}.oh-final__micro{font-family:Outfit,sans-serif;font-size:12px;color:#ffffff59;margin-top:20px}.oh-sticky{display:none;position:fixed;bottom:0;left:0;right:0;background:#ffffffe6;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--oh-line);padding:12px 20px;z-index:100;transform:translateY(100%);transition:transform .4s var(--oh-ease)}.oh-sticky.is-visible{transform:translateY(0)}.oh-sticky__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--oh-container);margin:0 auto}.oh-sticky__price-wrap{display:inline-flex;align-items:baseline;gap:8px;line-height:1}.oh-sticky__compare{font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:var(--oh-caption, #6e6e73);text-decoration:line-through;text-decoration-thickness:1.5px}.oh-sticky__price{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700;color:var(--oh-ink);line-height:1}.oh-sticky .oh-btn{padding:12px 24px;font-size:14px}.oh-hotspots-section{overflow:hidden}.oh-hotspots-wrap{max-width:var(--oh-hotspots-max-w, 800px);margin-left:auto;margin-right:auto;position:relative}.oh-hotspots{position:relative;display:block;border-radius:var(--oh-radius);overflow:visible;transform:rotate(var(--oh-hotspots-rotate, 0deg))}.oh-hotspots__media{width:100%;display:block}.oh-hotspots__media img,.oh-hotspots__media svg{width:100%;height:auto;display:block;border-radius:var(--oh-radius)}.oh-hotspot{position:absolute;left:var(--pos-x, 50%);top:var(--pos-y, 50%);transform:translate(-50%,-50%);z-index:5}.oh-hotspot__dot{width:36px;height:36px;border-radius:50%;background:var(--oh-white);color:var(--oh-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:2;box-shadow:0 2px 12px #00000026;transition:transform .25s ease,background .25s ease}.oh-hotspot__dot:before,.oh-hotspot__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--oh-white);opacity:0;z-index:-1;animation:ohDotPulse 1.8s ease-in-out infinite}.oh-hotspot__dot:after{animation-delay:.9s}@keyframes ohDotPulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.oh-hotspot.is-active .oh-hotspot__dot,.oh-hotspot:hover .oh-hotspot__dot{transform:scale(1.1);background:var(--oh-accent);color:var(--oh-white)}.oh-hotspot.is-active .oh-hotspot__dot svg,.oh-hotspot:hover .oh-hotspot__dot svg{transform:rotate(135deg)}.oh-hotspot__dot svg{transition:transform .25s ease}.oh-hotspot-tip{position:absolute;z-index:100;background:var(--oh-white);border-radius:12px;padding:20px;max-width:280px;box-shadow:0 14px 30px #0000001a;border:1px solid var(--oh-line);pointer-events:none;transition:opacity .2s ease}.oh-hotspot-tip__title{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--oh-ink);margin:0 0 6px}.oh-hotspot-tip__text{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-body);line-height:1.5;margin:0}.oh-hotspot-tip__img{width:100%;height:auto;display:block;border-radius:8px;margin-bottom:10px}@media(max-width:989px){.oh-hotspot__dot{width:28px;height:28px}.oh-hotspot__dot svg{width:10px;height:10px}}.oh-product-section{overflow:hidden}.oh-product__layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:start}.oh-product__media-col{position:sticky;top:80px}.oh-product__info{display:flex;flex-direction:column;gap:0}.oh-product__vendor{font-family:Outfit,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--oh-accent);margin-bottom:8px}.oh-product__title{font-family:Space Grotesk,sans-serif;font-size:clamp(24px,3.5vw,32px);font-weight:700;color:var(--oh-ink);line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.oh-product__price-wrap{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--oh-line)}.oh-product__price-wrap .oh-product-price{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:var(--oh-ink)}.oh-product__price-wrap .oh-product-price__compare{font-size:16px;color:var(--oh-caption);text-decoration:line-through;margin-left:10px}.oh-product__variants{margin-bottom:24px}.oh-product__variants fieldset{border:1px solid var(--oh-line);border-radius:10px;padding:16px;margin:0 0 16px;display:flex;flex-wrap:wrap;gap:8px}.oh-product__variants fieldset legend{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-ink);padding:0 8px}.oh-product__variants .product-form__input input[type=radio]+label{font-family:Outfit,sans-serif;font-size:14px;border:1px solid var(--oh-line);border-radius:8px;padding:10px 20px;min-width:48px;text-align:center;cursor:pointer;transition:all .25s ease}.oh-product__variants .product-form__input input[type=radio]:checked+label{border-color:var(--oh-ink);background:var(--oh-ink);color:var(--oh-white)}.oh-product__qty{margin-bottom:20px}.oh-product__qty-label{display:block;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-ink);margin-bottom:8px}.oh-product__qty-controls{display:inline-flex;align-items:center;border:1px solid var(--oh-line);border-radius:10px;overflow:hidden}.oh-product__qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--oh-ink);transition:background .2s ease}.oh-product__qty-btn:hover{background:var(--oh-surface)}.oh-product__qty-input{width:48px;height:44px;text-align:center;border:none;border-left:1px solid var(--oh-line);border-right:1px solid var(--oh-line);font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--oh-ink);background:none;-moz-appearance:textfield}.oh-product__qty-input::-webkit-outer-spin-button,.oh-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.oh-product__actions{margin-bottom:24px}.oh-product__form{display:block;width:100%;margin-bottom:10px}.oh-product__buy-now{width:100%;padding:14px 24px;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;color:var(--oh-ink);background:none;border:1px solid var(--oh-line);border-radius:980px;cursor:pointer;text-align:center;transition:all .25s ease}.oh-product__buy-now:hover{border-color:var(--oh-ink)}.oh-product__trust{display:flex;flex-wrap:wrap;gap:12px 24px;padding:20px;background:var(--oh-surface);border-radius:12px;margin-bottom:24px}.oh-product__trust-item{display:flex;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:13px;font-weight:500;color:var(--oh-body)}.oh-product__trust-icon{display:flex;color:var(--oh-accent);flex-shrink:0}.oh-product__desc{font-family:Outfit,sans-serif;font-size:15px;line-height:1.7;color:var(--oh-body);margin-bottom:24px}.oh-product__desc p{margin:0 0 12px}.oh-product__desc p:last-child{margin-bottom:0}.oh-product__tabs{border-top:1px solid var(--oh-line)}.oh-product__tab{border-bottom:1px solid var(--oh-line)}.oh-product__tab-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;background:none;border:none;cursor:pointer;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;color:var(--oh-ink);text-align:left}.oh-product__tab-chevron{transition:transform .3s ease;flex-shrink:0}.oh-product__tab.is-open .oh-product__tab-chevron{transform:rotate(180deg)}.oh-product__tab-content{max-height:0;overflow:hidden;transition:max-height .35s ease}.oh-product__tab.is-open .oh-product__tab-content{max-height:500px}.oh-product__tab-inner{padding:0 0 16px;font-family:Outfit,sans-serif;font-size:14px;line-height:1.7;color:var(--oh-body)}.oh-product__tab-inner p{margin:0 0 8px}@media(max-width:989px){.oh-product__layout{grid-template-columns:1fr;gap:24px}.oh-product__layout>*{min-width:0}.oh-product__media-col{position:relative;top:0}.oh-product__variants fieldset{border:none;padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid var(--oh-line);border-radius:0}.oh-product__trust{gap:8px 20px}}.oh-media__main{position:relative;overflow:hidden;border-radius:var(--oh-radius);background:var(--oh-surface)}.oh-media__img{width:100%;height:auto;display:block;object-fit:contain}.oh-media__placeholder{width:100%;height:auto;display:block;padding:40px;color:var(--oh-caption)}.oh-media__video{width:100%;height:auto;display:block}.oh-media__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2px}.oh-media__thumbs::-webkit-scrollbar{display:none}.oh-media__thumb{flex:0 0 auto;width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--oh-surface);padding:0;position:relative;transition:border-color .25s ease}.oh-media__thumb:hover{border-color:var(--oh-caption)}.oh-media__thumb--active{border-color:var(--oh-ink)}.oh-media__thumb-img{width:100%;height:100%;display:block;object-fit:cover}.oh-media__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:var(--oh-white);pointer-events:none}.oh-buy-section{overflow:hidden}#oh-buy{display:block;width:100%}.oh-buy__layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:start}.oh-buy__media{position:sticky;top:100px}.oh-buy__media img,.oh-buy__media svg{width:100%;height:auto;display:block;border-radius:var(--oh-radius)}.oh-buy__config{display:flex;flex-direction:column;gap:0}.oh-buy__value-anchor{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-family:Outfit,sans-serif}.oh-buy__value-label{font-size:15px;color:var(--oh-body)}.oh-buy__value-amount{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:var(--oh-caption);text-decoration:line-through}.oh-buy__config .product-form__input{margin-bottom:20px}.oh-buy__config .product-form__input label{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-ink);margin-bottom:10px;display:block}.oh-buy__config fieldset{border:1px solid var(--oh-line);border-radius:10px;padding:16px;margin:0 0 20px;display:flex;flex-wrap:wrap;gap:8px}.oh-buy__config fieldset legend{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-ink);padding:0 8px}.oh-buy__config .swatch-input label,.oh-buy__config .product-form__input input[type=radio]+label{font-family:Outfit,sans-serif;font-size:14px;border:1px solid var(--oh-line);border-radius:8px;padding:10px 20px;min-width:48px;text-align:center;cursor:pointer;transition:all .25s ease}.oh-buy__config .swatch-input input:checked+label,.oh-buy__config .product-form__input input[type=radio]:checked+label{border-color:var(--oh-ink);background:var(--oh-ink);color:var(--oh-white)}.oh-buy__price-row{display:flex;align-items:flex-end;justify-content:space-between;padding:24px 0;border-top:1px solid var(--oh-line);margin-bottom:16px}.oh-buy__price-label{font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-caption);display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.oh-buy__price-row .oh-price__current{font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700;line-height:1;color:var(--oh-ink);letter-spacing:-.02em;display:inline-block}.oh-buy__price-row .oh-price__compare{font-size:18px;font-weight:500;color:var(--oh-caption);margin-right:10px}.oh-buy__price-row .oh-price__compare s{text-decoration:line-through}.oh-buy__price-row .oh-price__badge{display:none}@media(max-width:640px){.oh-buy__price-row .oh-price__current{font-size:28px}.oh-buy__price-row .oh-price__compare{font-size:16px}.oh-buy__price-label{font-size:12px}}.oh-buy__savings{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:var(--oh-green);background:var(--oh-green-bg);padding:4px 12px;border-radius:20px}.oh-buy__submit{width:100%;margin-bottom:10px}.oh-buy__buy-now{width:100%;padding:14px 24px;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;color:var(--oh-ink);background:none;border:1px solid var(--oh-line);border-radius:12px;cursor:pointer;text-align:center;transition:all .25s ease;margin-bottom:20px}.oh-buy__buy-now:hover{border-color:var(--oh-ink)}.oh-buy__trust{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.oh-buy__trust-item{display:flex;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-body)}.oh-buy__trust-icon{display:flex;align-items:center;justify-content:center;color:var(--oh-accent);flex-shrink:0}.oh-buy__stock{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);margin:0}@media(max-width:989px){.oh-buy__layout{grid-template-columns:1fr;gap:24px}.oh-buy__layout>*{min-width:0;max-width:100%}.oh-buy__media{position:relative;top:0}.oh-buy__config{width:100%;min-width:0}.oh-buy__config fieldset{border:none;padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid var(--oh-line);border-radius:0}.oh-buy__config variant-selects{display:block;width:100%}.oh-buy__form,.oh-buy__config form{display:block;width:100%}.oh-buy__submit{display:flex;width:100%!important;box-sizing:border-box}.oh-buy__buy-now{display:block;width:100%!important;box-sizing:border-box}}.oh-cart-section{overflow:hidden}.oh-cart__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--oh-line)}.oh-cart__title{font-family:Space Grotesk,sans-serif;font-size:clamp(24px,4vw,32px);font-weight:700;color:var(--oh-ink);letter-spacing:-.02em;margin:0}.oh-cart__continue{font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-accent);text-decoration:none;transition:opacity .25s ease}.oh-cart__continue:hover{opacity:.7}.oh-cart__empty-state{display:none}.oh-cart--empty .oh-cart__empty-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:80px 0;text-align:center}.oh-cart--empty .oh-cart__content{display:none}.oh-cart__empty-icon{color:var(--oh-caption);opacity:.4}.oh-cart__empty-text{font-family:Outfit,sans-serif;font-size:18px;color:var(--oh-caption);margin:0}.oh-cart__columns-header{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--oh-line)}.oh-cart__col-label{font-family:Outfit,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--oh-caption)}.oh-cart__col-label--total{text-align:right}.oh-cart__item{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:16px;align-items:center;padding:24px 0;border-bottom:1px solid var(--oh-line)}.oh-cart__item-product{display:flex;gap:16px;align-items:center}.oh-cart__item-media{width:100px;height:100px;border-radius:10px;overflow:hidden;background:var(--oh-surface);flex-shrink:0}.oh-cart__item-img{width:100%;height:100%;object-fit:cover;display:block}.oh-cart__item-info{display:flex;flex-direction:column;gap:4px}.oh-cart__item-title{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--oh-ink);text-decoration:none;line-height:1.3}.oh-cart__item-title:hover{color:var(--oh-accent)}.oh-cart__item-variants{display:flex;flex-wrap:wrap;gap:4px 12px;font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption)}.oh-cart__item-remove{background:none;border:none;padding:0;cursor:pointer;font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);text-decoration:underline;margin-top:4px;align-self:flex-start;transition:color .25s ease}.oh-cart__item-remove:hover{color:var(--oh-red)}.oh-cart__item-price{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--oh-ink)}.oh-cart__item-price-sale{color:var(--oh-accent)}.oh-cart__item-price-compare{font-size:13px;font-weight:400;color:var(--oh-caption);text-decoration:line-through;margin-left:6px}.oh-cart__item-qty{display:flex}.oh-cart__qty-controls{display:inline-flex;align-items:center;border:1px solid var(--oh-line);border-radius:8px;overflow:hidden}.oh-cart__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--oh-ink);transition:background .2s ease}.oh-cart__qty-btn:hover{background:var(--oh-surface)}.oh-cart__qty-input{width:40px;height:36px;text-align:center;border:none;border-left:1px solid var(--oh-line);border-right:1px solid var(--oh-line);font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:var(--oh-ink);background:none;-moz-appearance:textfield}.oh-cart__qty-input::-webkit-outer-spin-button,.oh-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.oh-cart__item-total{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;color:var(--oh-ink);text-align:right}.oh-cart__footer{display:grid;grid-template-columns:1fr 400px;gap:48px;margin-top:32px;align-items:start}.oh-cart__note-label{display:block;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-ink);margin-bottom:8px}.oh-cart__note-input{width:100%;min-height:100px;padding:12px 16px;border:1px solid var(--oh-line);border-radius:10px;font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-ink);resize:vertical;background:none}.oh-cart__note-input:focus{outline:none;border-color:var(--oh-accent)}.oh-cart__summary{display:flex;flex-direction:column;gap:12px}.oh-cart__subtotal{display:flex;justify-content:space-between;align-items:center}.oh-cart__subtotal-label{font-family:Outfit,sans-serif;font-size:16px;font-weight:500;color:var(--oh-ink)}.oh-cart__subtotal-value{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:var(--oh-ink)}.oh-cart__tax-note{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);margin:0}.oh-cart__checkout{margin-top:8px}.oh-cart__trust{display:flex;justify-content:center;gap:20px;margin-top:4px}.oh-cart__trust-item{display:flex;align-items:center;gap:6px;font-family:Outfit,sans-serif;font-size:12px;color:var(--oh-caption)}.oh-cart__trust-item .oh-icon{color:var(--oh-accent)}@media(max-width:989px){.oh-cart__columns-header{display:none}.oh-cart__item{display:flex;flex-wrap:wrap;gap:12px}.oh-cart__item-product{width:100%}.oh-cart__item-media{width:80px;height:80px}.oh-cart__item-price,.oh-cart__item-qty,.oh-cart__item-total{display:flex;align-items:center}.oh-cart__item-total{margin-left:auto}.oh-cart__footer{grid-template-columns:1fr;gap:24px}}.oh-footer{background:var(--oh-dark);color:#ffffffb3;padding-top:var(--section-padding-top, 64px);padding-bottom:var(--section-padding-bottom, 32px)}.oh-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:clamp(24px,4vw,48px);padding-bottom:clamp(40px,6vw,64px);border-bottom:1px solid rgba(255,255,255,.1)}.oh-footer__brand{display:flex;flex-direction:column;gap:16px}.oh-footer__logo{width:80px;height:auto;display:block;filter:brightness(0) invert(1)}.oh-footer__brand-name{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700;color:var(--oh-white);text-decoration:none}.oh-footer__brand-text{font-family:Outfit,sans-serif;font-size:14px;line-height:1.6;color:#ffffff80;margin:0;max-width:280px}.oh-footer__social{display:flex;gap:12px;margin-top:4px}.oh-footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ffffff0f;color:#fff9;transition:all .25s ease}.oh-footer__social-link:hover{background:var(--oh-accent);color:var(--oh-white)}.oh-footer__heading{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:600;color:var(--oh-white);letter-spacing:.04em;text-transform:uppercase;margin:0 0 16px}.oh-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.oh-footer__link{font-family:Outfit,sans-serif;font-size:14px;color:#ffffff80;text-decoration:none;transition:color .25s ease}.oh-footer__link:hover{color:var(--oh-white)}.oh-footer__text{font-family:Outfit,sans-serif;font-size:14px;line-height:1.6;color:#ffffff80}.oh-footer__text p{margin:0 0 8px}.oh-footer__newsletter-text{font-family:Outfit,sans-serif;font-size:13px;color:#fff6;margin:0 0 12px}.oh-footer__newsletter-form{display:flex;border:1px solid rgba(255,255,255,.15);border-radius:10px;overflow:hidden;transition:border-color .25s ease}.oh-footer__newsletter-form:focus-within{border-color:var(--oh-accent)}.oh-footer__newsletter-input{flex:1;background:none;border:none;padding:12px 14px;font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-white);outline:none;min-width:0}.oh-footer__newsletter-input::placeholder{color:#ffffff4d}.oh-footer__newsletter-btn{display:flex;align-items:center;justify-content:center;width:44px;background:var(--oh-accent);border:none;cursor:pointer;color:var(--oh-white);flex-shrink:0;transition:background .25s ease}.oh-footer__newsletter-btn:hover{background:var(--oh-accent-dark)}.oh-footer__newsletter-success{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-green);margin:8px 0 0}.oh-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:24px}.oh-footer__copy{font-family:Outfit,sans-serif;font-size:12px;color:#ffffff4d;display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px}.oh-footer__policy-link{color:#ffffff4d;text-decoration:none;transition:color .25s ease}.oh-footer__policy-link:hover{color:#ffffffb3}.oh-footer__locale-form{margin:0}.oh-footer__locale{position:relative;font-family:Outfit,sans-serif}.oh-footer__locale[open] .oh-footer__locale-caret{transform:rotate(180deg)}.oh-footer__locale-toggle{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;font-size:12px;color:#fff9;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px;transition:color .2s ease,background .2s ease,border-color .2s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.oh-footer__locale-toggle::-webkit-details-marker{display:none}.oh-footer__locale-toggle:hover{color:#fff;background:#ffffff14;border-color:#ffffff29}.oh-footer__locale-caret{transition:transform .2s ease}.oh-footer__locale-list{position:absolute;bottom:calc(100% + 8px);right:0;min-width:160px;margin:0;padding:6px;list-style:none;background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 12px 32px #0006;z-index:20;max-height:280px;overflow-y:auto}.oh-footer__locale-item{display:block;width:100%;padding:8px 12px;text-align:left;font:inherit;font-size:13px;color:#ffffffb3;background:transparent;border:0;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.oh-footer__locale-item:hover{background:#ffffff0f;color:#fff}.oh-footer__locale-item.is-active{color:var(--oh-accent);background:#e8590c14}@media(max-width:479px){.oh-footer__locale-list{right:auto;left:0}}.oh-footer__payment{display:flex;align-items:center;gap:6px}.oh-footer__payment .shopify-cleansvg{height:24px;width:auto;opacity:.4}@media(max-width:989px){.oh-footer__grid{grid-template-columns:1fr 1fr;gap:32px}.oh-footer__col:first-child{grid-column:1 / -1}}@media(max-width:479px){.oh-footer__grid{grid-template-columns:1fr}.oh-footer__bottom{flex-direction:column;align-items:flex-start}}.oh-collection-section{overflow:hidden}.oh-coll__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:clamp(32px,5vw,48px);padding-bottom:24px;border-bottom:1px solid var(--oh-line)}.oh-coll__title{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;color:var(--oh-ink);letter-spacing:-.025em;line-height:1.1;margin:0}.oh-coll__desc{font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-body);line-height:1.6;margin:8px 0 0;max-width:600px}.oh-coll__count{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption);white-space:nowrap;flex-shrink:0}.oh-coll__toolbar{display:flex;justify-content:flex-end;margin-bottom:24px}.oh-coll__sort{display:flex;align-items:center;gap:8px}.oh-coll__sort-label{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption)}.oh-coll__sort-select{font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-ink);border:1px solid var(--oh-line);border-radius:8px;padding:8px 32px 8px 12px;background:var(--oh-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%23424245' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;-webkit-appearance:none;appearance:none;cursor:pointer}.oh-coll__grid{display:grid;gap:clamp(16px,3vw,32px)}.oh-coll__grid--2{grid-template-columns:repeat(2,1fr)}.oh-coll__grid--3{grid-template-columns:repeat(3,1fr)}.oh-coll__grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:989px){.oh-coll__grid--3,.oh-coll__grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.oh-coll__header{flex-direction:column;align-items:flex-start}}.oh-card{display:block;text-decoration:none;color:inherit;position:relative}.oh-card__media{position:relative;overflow:hidden;border-radius:var(--oh-radius);background:var(--oh-surface);aspect-ratio:1 / 1}.oh-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .6s ease}.oh-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.oh-card:hover .oh-card__img--primary{opacity:0}.oh-card:hover .oh-card__img--hover{opacity:1}.oh-card:hover .oh-card__img{transform:scale(1.03)}.oh-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:32px;color:var(--oh-caption)}.oh-card__placeholder svg{width:100%;height:auto}.oh-card__badge{position:absolute;top:12px;left:12px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;color:var(--oh-white);background:var(--oh-accent);padding:4px 10px;border-radius:6px;z-index:2}.oh-card__badge--sold{background:var(--oh-ink)}.oh-card__info{padding:14px 4px 0}.oh-card__vendor{font-family:Outfit,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--oh-accent);display:block;margin-bottom:4px}.oh-card__title{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;color:var(--oh-ink);margin:0 0 6px;line-height:1.3;transition:color .25s ease}.oh-card:hover .oh-card__title{color:var(--oh-accent)}.oh-card__price{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;color:var(--oh-ink);display:flex;align-items:center;gap:8px}.oh-card__compare{font-size:13px;font-weight:400;color:var(--oh-caption);text-decoration:line-through}.oh-coll__pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:clamp(40px,6vw,64px)}.oh-coll__page-num,.oh-coll__page-btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:var(--oh-body);text-decoration:none;border-radius:8px;transition:all .2s ease}.oh-coll__page-num:hover,.oh-coll__page-btn:hover{background:var(--oh-surface);color:var(--oh-ink)}.oh-coll__page-num--active,.oh-coll__page-num--active:hover{background:var(--oh-ink);color:var(--oh-white)}.oh-coll__page-btn{color:var(--oh-ink)}.oh-coll__empty{text-align:center;font-family:Outfit,sans-serif;font-size:16px;color:var(--oh-caption);padding:80px 0}.oh-founder{padding:var(--section-padding-top, 56px) 0 var(--section-padding-bottom, 56px);background:var(--oh-white)}.oh-founder__grid{display:grid;grid-template-columns:minmax(240px,340px) 1fr;gap:clamp(32px,5vw,72px);align-items:center;max-width:1100px;margin:0 auto}.oh-founder__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:16px;background:var(--oh-surface);max-width:340px}.oh-founder__image{width:100%;height:100%;object-fit:cover;display:block}.oh-founder__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--oh-caption)}.oh-founder__tag{display:inline-block;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--oh-accent);margin-bottom:16px}.oh-founder__heading{font-family:Space Grotesk,sans-serif;font-size:clamp(26px,2.8vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--oh-ink);margin:0 0 20px}.oh-founder__bio{font-family:Outfit,sans-serif;font-size:17px;line-height:1.6;color:var(--oh-body);margin-bottom:24px;max-width:560px}.oh-founder__bio p{margin:0 0 12px}.oh-founder__bio p:last-child{margin-bottom:0}.oh-founder__meta{margin-bottom:28px;padding-left:16px;border-left:3px solid var(--oh-accent)}.oh-founder__name{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;color:var(--oh-ink)}.oh-founder__role{font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-caption);margin-top:2px}.oh-founder__cta{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.oh-founder__yt-icon{flex-shrink:0}.oh-founder__subs{opacity:.85;font-weight:500;margin-left:4px}@media(max-width:989px){.oh-founder{padding:32px 0}.oh-founder__grid{grid-template-columns:1fr;gap:20px}.oh-founder__media{max-width:240px;margin:0 auto;aspect-ratio:1 / 1;border-radius:50%}.oh-founder__heading{font-size:clamp(24px,6vw,30px)}.oh-founder__bio{font-size:15px;margin-bottom:18px}.oh-founder__meta{margin-bottom:20px}.oh-founder__cta{width:100%;justify-content:center;white-space:normal}.oh-founder__subs{display:none}}@media(max-width:989px){.oh-vhero__split{grid-template-columns:1fr;min-height:auto}.oh-vhero__image-col{min-height:auto;order:-1}.oh-vhero__text-col{padding:var(--vhero-content-gap, 40px) 0 48px}.oh-vhero__text-inner{max-width:100%;margin:0 auto;padding:0 20px;text-align:center}.oh-vhero--split .oh-vhero__ctas,.oh-vhero__split-stats{justify-content:center}.oh-vhero__split-stat:first-child{padding-left:clamp(12px,2vw,28px)}.oh-vhero--fullscreen{min-height:auto}.oh-vhero--fullscreen .oh-vhero__content{padding-top:80px;padding-bottom:100px}.oh-vhero__title{font-size:clamp(36px,10vw,56px)}.oh-vhero__subtitle{font-size:15px}.oh-vhero__product-img{max-width:400px}.oh-vhero__stats{flex-wrap:wrap;justify-content:center}.oh-dream__grid{grid-template-columns:1fr;gap:36px}.oh-pain__grid{grid-template-columns:1fr;gap:48px}.oh-feature{grid-template-columns:1fr;gap:32px}.oh-feature:nth-child(2n){direction:ltr}.oh-video__grid{grid-template-columns:1fr}.oh-specs__grid{grid-template-columns:repeat(2,1fr)}.oh-pricing__product{grid-template-columns:1fr;gap:32px;max-width:480px;margin:0 auto}.oh-pricing__grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto}.oh-pricing__card--featured,.oh-pricing__card--featured:hover{scale:1}.oh-guarantee__cards,.oh-evenif__grid{grid-template-columns:1fr}.oh-proof__grid{flex-wrap:wrap}.oh-proof__item{padding:16px clamp(16px,3vw,40px)}.oh-sticky{display:block}}@media(max-width:749px){.oh-vhero__ctas{flex-direction:column}.oh-vhero__ctas .oh-btn{width:100%}.oh-vhero__stats{display:flex;justify-content:center}.oh-vhero__stat{padding:12px 10px}.oh-vhero__stat-value{font-size:16px}.oh-vhero__stat-label{font-size:9px}.oh-proof__grid{flex-direction:column;gap:0}.oh-proof__item{border-right:none;border-bottom:1px solid var(--oh-line);padding:20px 0}.oh-proof__item:last-child{border-bottom:none}.oh-pain__col{padding-top:20px}.oh-compare__table th,.oh-compare__table td{padding:10px;font-size:12px}}.oh-inventory{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;margin-top:16px}.oh-inventory[data-status=normal],.oh-inventory[data-status=instock]{--oh-inv-color: #22c55e;--oh-inv-opacity: 1}.oh-inventory[data-status=low]{--oh-inv-color: #f97316;--oh-inv-opacity: 1}.oh-inventory[data-status=backordered]{--oh-inv-color: var(--oh-ink);--oh-inv-opacity: .6}.oh-inventory[data-status=outofstock]{--oh-inv-color: #ef4444;--oh-inv-opacity: 1}.oh-inventory__inner{display:flex;align-items:center;gap:8px;color:color-mix(in srgb,var(--oh-inv-color) calc(var(--oh-inv-opacity) * 100%),transparent)}.oh-inventory__text{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--oh-inv-color)}.oh-inventory__pin{position:relative;width:10px;height:10px;border-radius:50%;background:var(--oh-inv-color);flex-shrink:0}.oh-inventory__pin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--oh-inv-color);animation:oh-inv-pulse 1.6s ease-out infinite}@keyframes oh-inv-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(2.2);opacity:0}}.oh-inventory__message{color:var(--oh-caption, #6b7280);font-weight:400}.oh-inventory__bar{display:block;position:relative;height:6px;background:color-mix(in srgb,var(--oh-inv-color) 20%,transparent);border-radius:999px;overflow:hidden;margin-top:10px}.oh-inventory__bar:after{content:"";position:absolute;inset:0 calc(100% - var(--oh-inv-percent, 0%)) 0 0;background:var(--oh-inv-color);border-radius:999px;transition:inset .6s cubic-bezier(.4,0,.2,1)}.oh-promo-bar{display:block;background:var(--oh-promo-bg, #E8590C);color:var(--oh-promo-fg, #fff);font-family:Outfit,sans-serif;font-size:14px;font-weight:500;letter-spacing:.01em;line-height:1.3;position:relative;z-index:50}.oh-promo-bar--sticky{position:sticky;top:0;z-index:60}.oh-promo-bar__link{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:10px 16px;color:inherit;text-decoration:none;cursor:pointer;transition:background .2s}.oh-promo-bar__link:hover{background:#00000014}.oh-promo-bar__headline{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:13px}.oh-promo-bar__body{opacity:.95}.oh-promo-bar__countdown{display:inline-flex;align-items:center;gap:4px;font-variant-numeric:tabular-nums;font-weight:600;background:#0000002e;padding:4px 10px;border-radius:999px;font-size:13px}.oh-promo-bar__cd-label{margin-right:4px;font-weight:500;opacity:.95}.oh-promo-bar__cd-val{min-width:1.6ch;text-align:right}.oh-promo-bar__cd-unit{margin-right:2px;font-weight:500;opacity:.8;font-size:11px}.oh-promo-bar__arrow{font-size:16px;font-weight:700;transition:transform .2s}.oh-promo-bar__link:hover .oh-promo-bar__arrow{transform:translate(3px)}@media(max-width:749px){.oh-promo-bar__link{gap:8px;padding:8px 12px;font-size:12px}.oh-promo-bar__headline{font-size:11px}.oh-promo-bar__body{display:none}.oh-promo-bar__countdown{font-size:12px;padding:3px 8px}.oh-promo-bar__cd-unit{font-size:10px}}.oh-bundle{padding:var(--section-padding-top, 96px) 0 var(--section-padding-bottom, 96px);background:var(--oh-surface, #f5f5f7)}.oh-bundle__empty{text-align:center;color:var(--oh-caption);padding:40px 0}.oh-bundle__card{max-width:880px;margin:0 auto;background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 8px 40px #0000000f;border:2px solid var(--oh-accent, #E8590C)}.oh-bundle__components{display:flex;align-items:stretch;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}.oh-bundle__comp{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 1 0;min-width:0;max-width:200px;padding:16px 12px;border-radius:16px;background:var(--oh-surface, #f5f5f7);text-align:center;color:inherit;text-decoration:none;transition:transform .18s var(--oh-ease, ease),box-shadow .18s var(--oh-ease, ease)}.oh-bundle__comp:hover,.oh-bundle__comp:focus-visible{transform:translateY(-2px);box-shadow:0 6px 18px #0000000f;text-decoration:none;color:inherit}.oh-bundle__layout{display:flex;align-items:stretch;justify-content:center;gap:12px;margin-bottom:28px}.oh-bundle__hero-row{display:flex;flex:0 1 auto;min-width:0}.oh-bundle__hero-row .oh-bundle__comp--main{width:100%;max-width:460px;padding:16px 20px;flex-direction:row;align-items:center;gap:16px;text-align:left}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-img{flex:0 0 140px;width:140px;max-width:140px;aspect-ratio:1;margin:0;background:transparent}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-img img{padding:0;transform:scale(1.3);transform-origin:center center}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-name{font-size:16px;font-weight:700;margin-top:0;line-height:1.25;flex:1 1 auto}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-price{color:var(--oh-ink, #1d1d1f);font-weight:700;font-size:20px;margin-top:0;flex:0 0 auto}.oh-bundle__row-plus{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:300;color:var(--oh-accent, #E8590C);line-height:1;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.oh-bundle__sides-row{display:flex;align-items:stretch;justify-content:center;gap:8px;flex:0 1 auto}.oh-bundle__sides-row .oh-bundle__comp{width:150px;max-width:150px;flex:0 0 auto;padding:12px 8px 14px}.oh-bundle__sides-row .oh-bundle__comp .oh-bundle__comp-img{max-width:96px;margin:0 auto}.oh-bundle__sides-row .oh-bundle__comp .oh-bundle__comp-name{font-size:12px;line-height:1.25}.oh-bundle__sides-row .oh-bundle__comp .oh-bundle__comp-price{font-size:12px}.oh-bundle__comp-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;overflow:hidden;margin-bottom:4px}.oh-bundle__comp-img img{width:100%;height:100%;object-fit:contain;padding:8px}.oh-bundle__comp-name{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:14px;color:var(--oh-ink, #1d1d1f);line-height:1.2}.oh-bundle__comp-price{font-family:Outfit,sans-serif;font-weight:500;font-size:13px;color:var(--oh-caption, #6e6e73);font-variant-numeric:tabular-nums}.oh-bundle__plus{display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:300;color:var(--oh-accent, #E8590C);flex:0 0 auto;padding:0 4px}.oh-bundle__includes{list-style:none;margin:0 0 24px;padding:16px 20px;display:flex;flex-direction:column;gap:12px;background:#fff7f1;border:1px solid #fde6d4;border-radius:16px}.oh-bundle__include{display:flex;align-items:center;gap:14px}.oh-bundle__include-icon{width:40px;height:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--oh-accent, #E8590C);color:#fff}.oh-bundle__include-icon .oh-icon{width:22px;height:22px}.oh-bundle__include-body{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.oh-bundle__include-label{font-family:Outfit,sans-serif;font-weight:600;font-size:15px;color:var(--oh-ink, #1d1d1f);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.oh-bundle__include-tag{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--oh-accent, #E8590C);padding:3px 8px;border-radius:999px;line-height:1}.oh-bundle__include-sub{font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption, #6e6e73)}.oh-bundle__include-value{flex:0 0 auto;font-family:Outfit,sans-serif;font-weight:600;font-size:15px;color:var(--oh-caption, #6e6e73);text-align:right;white-space:nowrap}.oh-bundle__include-value-unit{font-weight:400;font-size:12px;color:#999}@media(max-width:749px){.oh-bundle__includes{padding:12px 14px;gap:10px;margin-bottom:20px}.oh-bundle__include{gap:10px}.oh-bundle__include-icon{width:32px;height:32px;flex:0 0 32px}.oh-bundle__include-icon .oh-icon{width:18px;height:18px}.oh-bundle__include-label{font-size:13px;gap:6px}.oh-bundle__include-tag{font-size:10px;padding:2px 6px}.oh-bundle__include-sub{font-size:11px}.oh-bundle__include-value{font-size:13px}.oh-bundle__include-value-unit{font-size:10px}}.oh-bundle__price-row{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 0 16px;border-top:1px solid #ebebeb}.oh-bundle__total{display:flex;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-caption, #6e6e73)}.oh-bundle__total-value s{text-decoration-thickness:2px;text-decoration-color:var(--oh-accent, #E8590C)}.oh-bundle__price{display:flex;flex-direction:column;align-items:center;gap:4px}.oh-bundle__price-label{font-family:Outfit,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--oh-caption, #6e6e73)}.oh-bundle__price-value{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:700;color:var(--oh-ink, #1d1d1f);line-height:1;font-variant-numeric:tabular-nums}.oh-bundle__price-save{display:inline-block;margin-top:4px;background:var(--oh-accent, #E8590C);color:#fff;padding:4px 12px;border-radius:999px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em}.oh-bundle__countdown{display:flex;align-items:center;justify-content:center;gap:10px;margin:16px 0 24px;font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-ink, #1d1d1f)}.oh-bundle__cd-label{font-weight:500;color:var(--oh-caption, #6e6e73)}.oh-bundle__cd{display:inline-flex;gap:4px;font-weight:700;font-variant-numeric:tabular-nums;font-size:16px}.oh-bundle__cd-val{min-width:1.6ch;text-align:right}.oh-bundle__cd-unit{margin-right:4px;font-weight:500;opacity:.7;font-size:13px}.oh-bundle__cta{margin-top:8px}.oh-bundle__note{text-align:center;font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-caption, #6e6e73);margin-top:12px;margin-bottom:0}@media(max-width:749px){.oh-bundle__card{padding:28px 20px;border-radius:20px}.oh-bundle__components{gap:2px;margin-bottom:24px}.oh-bundle__comp{padding:10px 4px 12px;border-radius:12px;gap:4px}.oh-bundle__comp-img{border-radius:8px}.oh-bundle__layout{display:block;margin-bottom:24px}.oh-bundle__hero-row{display:flex;margin-bottom:0}.oh-bundle__hero-row .oh-bundle__comp--main{flex:1 1 auto;max-width:100%;padding:12px 14px;flex-direction:row;align-items:center;gap:12px;text-align:left}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-img{flex:0 0 110px;width:110px;max-width:110px;aspect-ratio:1;background:transparent}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-img img{padding:0;transform:scale(1.35)}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-name{font-size:14px;margin-top:0;line-height:1.25}.oh-bundle__hero-row .oh-bundle__comp--main .oh-bundle__comp-price{font-size:17px;margin-top:4px}.oh-bundle__row-plus{display:block;text-align:center;font-size:22px;margin:6px 0}.oh-bundle__sides-row{display:flex;gap:8px;margin-bottom:0}.oh-bundle__sides-row .oh-bundle__comp{flex:1 1 0;width:auto;max-width:none;padding:8px 4px 10px}.oh-bundle__sides-row .oh-bundle__comp .oh-bundle__comp-img{max-width:80px;margin:0 auto}.oh-bundle__sides-row .oh-bundle__comp .oh-bundle__comp-name{font-size:11px;line-height:1.2}.oh-bundle__sides-row .oh-bundle__comp .oh-bundle__comp-price{font-size:11px}.oh-bundle__comp-name{font-size:12px;line-height:1.25;margin-top:4px}.oh-bundle__comp-price{font-size:12px}.oh-bundle__plus{font-size:18px;padding:0;flex:0 0 14px;align-self:flex-start;margin-top:36px}.oh-bundle__price-value{font-size:30px}}.oh-reviews__grid{column-count:4;column-gap:16px;margin:0 auto;max-width:1240px}@media(max-width:1100px){.oh-reviews__grid{column-count:3}}@media(max-width:768px){.oh-reviews__grid{column-count:2}}@media(max-width:560px){.oh-reviews__grid{column-count:1}}.oh-reviews__card{background:var(--oh-white);border-radius:12px;padding:22px 22px 18px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(0,0,0,.06);transition:transform .3s var(--oh-ease),box-shadow .3s var(--oh-ease);break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;margin-bottom:16px}.oh-reviews__card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000000f}.oh-reviews__card--video{padding:0;overflow:hidden;gap:8px}.oh-reviews__card-media{position:relative;width:100%;aspect-ratio:9 / 16;max-height:360px;background:#000;margin-bottom:6px}.oh-reviews__card-media video{width:100%;height:100%;object-fit:cover;display:block}.oh-reviews__card--video>.oh-reviews__stars,.oh-reviews__card--video>.oh-reviews__quote,.oh-reviews__card--video>.oh-reviews__author,.oh-reviews__card--video>.oh-reviews__sub{margin-left:22px;margin-right:22px}.oh-reviews__card--video>.oh-reviews__sub{margin-bottom:18px}.oh-reviews__card--video>.oh-reviews__stars{margin-top:8px}.oh-reviews__stars{font-size:16px;color:#f5a623;letter-spacing:1px;line-height:1}.oh-reviews__quote{font-family:Outfit,sans-serif;font-size:15px;color:var(--oh-ink);line-height:1.55;margin:0;flex-grow:1}.oh-reviews__author{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-family:Outfit,sans-serif;font-size:13px;color:var(--oh-ink);font-weight:600;margin-top:4px}.oh-reviews__loc{color:var(--oh-caption);font-weight:400}.oh-reviews__sub{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-family:Outfit,sans-serif;font-size:12px;color:var(--oh-caption)}.oh-reviews__verified{display:inline-flex;align-items:center;gap:4px;color:var(--oh-green);font-weight:600;font-size:11px}.oh-reviews__date{color:var(--oh-caption)}.oh-reviews__gift{margin:32px auto 0;text-align:center;font-family:Outfit,sans-serif;font-size:14px;color:var(--oh-caption);max-width:480px}@media(max-width:640px){.oh-reviews__videos{grid-template-columns:minmax(0,280px);gap:24px;margin-bottom:40px}.oh-reviews__video-wrap{max-height:420px}.oh-reviews__grid{grid-template-columns:1fr;gap:12px}.oh-reviews__card{padding:18px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/oh-custom.css.map */
