.custom-hero{--ch-accent: #b6ff3c;--ch-accent-rgb: 182, 255, 60;--ch-font: "heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ch-gap-xs: 8px;--ch-gap-sm: 12px;--ch-gap-md: 18px;--ch-gap-lg: 24px;position:relative;background:var(--bg-gradient, var(--bg-color, var(--ch-bg, #0a0a0a)));color:var(--ch-body-text-color, #ffffff);font-family:var(--ch-font);overflow:hidden;padding-top:var(--pt_dt, 80px);padding-bottom:var(--pb_dt, 80px);padding-left:0;padding-right:0;isolation:isolate;outline:none;box-sizing:border-box}.custom-hero.has-slide-bg{background:transparent}.custom-hero.has-slide-bg:after{display:none}.custom-hero.has-slide-bg .custom-hero__bg{display:none}.custom-hero,.custom-hero *,.custom-hero *:before,.custom-hero *:after{box-sizing:border-box}.custom-hero input,.custom-hero button,.custom-hero select,.custom-hero textarea{font-family:inherit}.custom-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.custom-hero__beam{position:absolute;top:50%;left:50%;width:70%;height:4px;background:linear-gradient(90deg,transparent 0%,var(--ch-accent) 50%,transparent 100%);filter:blur(8px);opacity:.5;transform-origin:50% 50%;transition:background .6s ease}.custom-hero__beam--1{transform:translate(-50%,-50%) rotate(-22deg)}.custom-hero__beam--2{transform:translate(-50%,-50%) rotate(-8deg);width:80%;opacity:.32}.custom-hero__beam--3{transform:translate(-50%,-50%) rotate(0);width:90%;opacity:.22}.custom-hero__beam--4{transform:translate(-50%,-50%) rotate(8deg);width:80%;opacity:.32}.custom-hero__beam--5{transform:translate(-50%,-50%) rotate(22deg)}.custom-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.55) 80%);pointer-events:none;z-index:0}.custom-hero__viewport{position:relative;z-index:1;overflow:hidden}.custom-hero__track{display:flex;width:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.custom-hero__slide{flex:0 0 100%;min-width:100%;padding:140px 64px}.custom-hero__layout{display:grid;grid-template-columns:1fr 1fr;column-gap:56px;row-gap:24px;align-items:center;max-width:1200px;margin:0 auto}.custom-hero__media{display:flex;align-items:center;justify-content:center;position:relative;min-height:480px}.custom-hero__image{max-width:100%;max-height:540px;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;display:block}.custom-hero__image-placeholder{width:320px;height:460px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px dashed rgba(255,255,255,.15);border-radius:24px}.custom-hero__info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--ch-gap-md);max-width:460px;width:100%}.custom-hero__info>*{margin:0}.custom-hero__brand{font-size:14px;font-weight:700;letter-spacing:2px;color:var(--ch-brand-label-color, rgba(255,255,255,.85));text-transform:uppercase;line-height:1;display:flex;align-items:center}.custom-hero__brand-logo{height:24px;width:auto;display:block}.custom-hero__title{font-size:40px;font-weight:800;letter-spacing:1px;color:var(--ch-title-color, #ffffff);line-height:1.05;text-transform:uppercase}.custom-hero__price{font-size:18px;color:var(--ch-body-text-color, rgba(255,255,255,.85));line-height:1.2}.custom-hero__description{font-size:15px;line-height:1.6;color:var(--ch-body-text-color, rgba(255,255,255,.75))}.custom-hero__levels{width:100%}.custom-hero__levels--split{display:flex;flex-direction:column;gap:10px}.custom-hero__levels-row{display:grid;grid-template-columns:92px 1fr;align-items:center;column-gap:18px;min-height:22px}.custom-hero__levels-label{font-size:12px;letter-spacing:2.5px;color:var(--ch-row-label-color, rgba(255,255,255,.75));text-transform:uppercase;font-weight:700;display:inline-flex;align-items:center;gap:8px;line-height:1}.custom-hero__levels-emoji{font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.custom-hero__levels-dots{display:inline-flex;gap:8px;align-items:center;flex-wrap:nowrap}.custom-hero__dot{width:14px;height:14px;border-radius:999px;background:#949494b0;display:inline-block;flex:0 0 14px}.custom-hero__dot.is-active{background:var(--ch-accent)}.custom-hero__features-wrap{width:100%;position:relative}.custom-hero__features{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;flex-wrap:nowrap;width:100%}.custom-hero__feature-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:0;width:auto;flex:1 1 0;min-width:0}.custom-hero__feature{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:var(--ch-feature-label-color, #ffffff);cursor:pointer;transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease;font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.5px;line-height:1}.custom-hero__feature.is-pill{width:auto;min-width:56px;padding:0 18px}.custom-hero__feature-wrap:has(.custom-hero__feature.is-pill){width:auto}.custom-hero__feature:hover,.custom-hero__feature:focus-visible{transform:translateY(-2px);outline:none}.custom-hero__feature-icon-img{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1);display:block}.custom-hero__feature.is-icon-image{border:none;background:transparent;overflow:hidden}.custom-hero__feature.is-icon-image .custom-hero__feature-icon-img{width:100%;height:100%;object-fit:cover;filter:none;border-radius:999px}.custom-hero__feature.is-icon-image:hover,.custom-hero__feature.is-icon-image:focus-visible{background:transparent;border:none;transform:translateY(-2px) scale(1.05)}.custom-hero__feature-text{font-size:14px;line-height:1}.custom-hero__feature-led{position:relative;width:80px;margin-top:-26px;opacity:var(--ch-led-idle, .65);transition:opacity .35s ease;pointer-events:none}.custom-hero__feature-led-img{width:100%;height:100%;object-fit:contain;display:block;filter:brightness(0) invert(1);transition:opacity .35s ease}.custom-hero__feature-led:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--ch-accent-rgb));opacity:0;transition:opacity .35s ease,filter .35s ease;-webkit-mask-image:var(--ch-led-mask, none);mask-image:var(--ch-led-mask, none);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;pointer-events:none}.custom-hero__feature-led--default{height:3px;border-radius:999px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 25%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.4) 75%,transparent 100%);transition:opacity .35s ease,background .5s ease,box-shadow .4s ease}.custom-hero__feature-led--default:after{display:none}.custom-hero__feature-wrap:has(.custom-hero__feature:hover) .custom-hero__feature-led,.custom-hero__feature-wrap:has(.custom-hero__feature:focus-visible) .custom-hero__feature-led{opacity:1}.custom-hero__feature-wrap:has(.custom-hero__feature:hover) .custom-hero__feature-led-img,.custom-hero__feature-wrap:has(.custom-hero__feature:focus-visible) .custom-hero__feature-led-img{opacity:.35}.custom-hero__feature-wrap:has(.custom-hero__feature:hover) .custom-hero__feature-led:after,.custom-hero__feature-wrap:has(.custom-hero__feature:focus-visible) .custom-hero__feature-led:after{opacity:1;filter:drop-shadow(0 0 8px rgba(var(--ch-accent-rgb),.95)) drop-shadow(0 0 20px rgba(var(--ch-accent-rgb),.6)) drop-shadow(0 0 36px rgba(var(--ch-accent-rgb),.35))}.custom-hero__feature-wrap:has(.custom-hero__feature:hover) .custom-hero__feature-led--default,.custom-hero__feature-wrap:has(.custom-hero__feature:focus-visible) .custom-hero__feature-led--default{opacity:1;background:linear-gradient(90deg,transparent 0%,rgba(var(--ch-accent-rgb),.5) 15%,rgb(var(--ch-accent-rgb)) 50%,rgba(var(--ch-accent-rgb),.5) 85%,transparent 100%);box-shadow:0 0 10px rgba(var(--ch-accent-rgb),.85),0 0 24px rgba(var(--ch-accent-rgb),.45)}.custom-hero__feature-popover{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%) translateY(8px) scale(.96);min-width:240px;max-width:300px;padding:16px 18px;border:1px solid rgba(var(--ch-accent-rgb),.45);border-radius:14px;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .1s ease,transform .28s cubic-bezier(.4,0,.2,1),visibility .22s ease,border-color .4s ease,background .4s ease,box-shadow .4s ease;z-index:10;text-align:left}.custom-hero__feature-popover-edge{position:absolute;top:0;left:18%;right:18%;height:1px;filter:blur(.4px)}.custom-hero__feature-popover-arrow{position:absolute;top:-7px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:linear-gradient(135deg,rgba(var(--ch-accent-rgb),.1),#0f0f0f 60%);border-top:1px solid rgba(var(--ch-accent-rgb),.45);border-left:1px solid rgba(var(--ch-accent-rgb),.45)}.custom-hero__feature-popover-title{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;color:var(--ch-feature-label-color, var(--ch-accent));line-height:1.2}.custom-hero__feature-popover-desc{font-size:13px;line-height:1.55;color:var(--ch-feature-description-color, rgba(255, 255, 255, .88));margin:0}.custom-hero__feature-wrap:hover .custom-hero__feature-popover,.custom-hero__feature-wrap:focus-within .custom-hero__feature-popover,.custom-hero__feature-popover.is-open{opacity:1!important;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}.custom-hero__detail{font-size:13px;color:var(--ch-blurb-color, rgba(255,255,255,.6));line-height:1.55}.custom-hero__form{width:100%}.custom-hero__qty-row{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap;width:100%}.custom-hero__qty{display:inline-flex;align-items:stretch;border:1px solid rgba(255,255,255,.2);border-radius:999px;overflow:hidden;background:#ffffff0a;height:44px;flex:0 0 auto}.custom-hero__qty-btn{width:36px;height:100%;border:none;background:transparent;color:#fff;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1}.custom-hero__qty-btn:hover{background:#ffffff14}.custom-hero__qty-input{width:40px;height:100%;text-align:center;border:none;background:transparent;color:#fff;font-size:14px;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;padding:0}.custom-hero__qty-input::-webkit-outer-spin-button,.custom-hero__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-hero__cta{flex:1 1 180px;min-width:0;border:1px solid rgba(255,255,255,.25);background:#ffffff0a;color:#fff;padding:0 24px;height:44px;font-weight:700;letter-spacing:1px;font-size:13px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.custom-hero__cta:hover:not(:disabled){background:var(--ch-accent);border-color:var(--ch-accent);color:#000;box-shadow:0 0 28px rgba(var(--ch-accent-rgb),.45),0 0 0 1px rgba(var(--ch-accent-rgb),.3)}.custom-hero__cta:disabled{cursor:not-allowed;opacity:.55}.custom-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:56px;height:56px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.custom-hero__arrow:hover{background:var(--ch-accent);border-color:var(--ch-accent);color:#000;transform:translateY(-50%) scale(1.06)}.custom-hero__arrow:focus-visible{outline:2px solid var(--ch-accent);outline-offset:3px}.custom-hero__arrow--prev{left:16px}.custom-hero__arrow--next{right:16px}@media(max-width:960px){.custom-hero{padding-top:var(--pt_mb, 56px);padding-bottom:var(--pb_mb, 56px)}.custom-hero__slide{padding:30px 16px 16px}.custom-hero__layout{grid-template-columns:1fr;gap:32px;text-align:left}.custom-hero__media{min-height:320px;order:-1}.custom-hero__image{max-height:360px}.custom-hero__info{max-width:100%;margin:0 auto;align-items:flex-start}.custom-hero__title{font-size:32px}.custom-hero__arrow{width:44px;height:44px}.custom-hero__arrow--prev{left:8px}.custom-hero__arrow--next{right:8px}}@media(max-width:600px){.custom-hero{padding-top:var(--pt_mb, 32px);padding-bottom:var(--pb_mb, 32px)}.custom-hero__slide{padding:30px 16px 16px}.custom-hero__layout{grid-template-columns:1fr;gap:16px;text-align:center;max-width:100%}.custom-hero__media{--ch-media-margin-mobile: 24px;min-height:280px;order:0;padding:0 40px;margin-top:var(--ch-media-margin-mobile);margin-bottom:var(--ch-media-margin-mobile)}.custom-hero__image{max-height:280px}.custom-hero__arrow{width:36px;height:36px;top:calc(var(--pt_mb, 32px) + var(--ch-media-margin-mobile, 24px) + 140px);transform:translateY(-50%);background:#00000080;border:1px solid rgba(var(--ch-accent-rgb),.5);box-shadow:0 0 16px rgba(var(--ch-accent-rgb),.35)}.custom-hero__arrow svg{width:18px;height:18px}.custom-hero__arrow--prev{left:4px}.custom-hero__arrow--next{right:4px}.custom-hero__arrow:hover{transform:translateY(-50%) scale(1.06)}.custom-hero__info{align-items:center;text-align:center;gap:12px;max-width:100%}.custom-hero__brand{display:none}.custom-hero__title{font-size:22px;letter-spacing:1px;line-height:1.15;margin-bottom:4px}.custom-hero__price{font-size:15px}.custom-hero__description{font-size:13px;line-height:1.5;color:var(--ch-body-text-color, rgba(255,255,255,.8));max-width:320px}.custom-hero__levels{width:auto}.custom-hero__levels--split{flex-direction:row;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap}.custom-hero__levels-row{grid-template-columns:max-content max-content;column-gap:8px;min-height:0;align-items:center}.custom-hero__levels-label{min-width:0;font-size:10px;letter-spacing:1.5px;gap:4px}.custom-hero__levels-text{font-size:10px}.custom-hero__levels-emoji{font-size:13px}.custom-hero__dot{width:8px;height:8px;flex:0 0 8px}.custom-hero__levels-dots{gap:5px;flex-wrap:nowrap}.custom-hero__form{display:flex;justify-content:center}.custom-hero__qty-row{gap:8px;justify-content:center;flex-wrap:nowrap;width:100%;max-width:320px}.custom-hero__qty{height:40px}.custom-hero__qty-btn{width:32px;font-size:16px}.custom-hero__qty-input{width:32px;font-size:13px}.custom-hero__cta{height:40px;padding:0 14px;font-size:12px;letter-spacing:1px;flex:1 1 auto}.custom-hero__features-wrap{margin-top:6px}.custom-hero__features{gap:12px;justify-content:space-between;flex-wrap:nowrap;width:100%}.custom-hero__feature-wrap{width:auto;flex:1 1 0;min-width:0}.custom-hero__feature{width:48px;height:48px}.custom-hero__feature.is-pill{width:auto;padding:0 14px;font-size:13px}.custom-hero__feature-icon-img{width:24px;height:24px}.custom-hero__feature-led{width:54px;margin-top:-18px}.custom-hero__detail{font-size:12px;line-height:1.5;text-align:center;color:var(--ch-blurb-color, rgba(255,255,255,.7));max-width:320px}.custom-hero__feature-popover{min-width:180px;max-width:220px;padding:12px 14px}.custom-hero__feature-popover-title{font-size:11px;margin-bottom:6px}.custom-hero__feature-popover-desc{font-size:12px}}@media(prefers-reduced-motion:reduce){.custom-hero__track{transition:none!important}.custom-hero__feature-popover{transition:opacity .01s!important}}.custom-hero__slide{position:relative;overflow:hidden}.custom-hero__slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.custom-hero__slide-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.custom-hero__slide>*:not(.custom-hero__slide-bg){position:relative;z-index:1}.custom-hero__slide-bg--mobile{display:none}@media(max-width:600px){.custom-hero__slide-bg--desktop.has-mobile-alt{display:none}.custom-hero__slide-bg--mobile{display:block}}.custom-hero__slide.is-entering .custom-hero__brand,.custom-hero__slide.is-entering .custom-hero__title,.custom-hero__slide.is-entering .custom-hero__price,.custom-hero__slide.is-entering .custom-hero__description,.custom-hero__slide.is-entering .custom-hero__levels,.custom-hero__slide.is-entering .custom-hero__detail,.custom-hero__slide.is-entering .custom-hero__form{animation:ch-slide-in .7s cubic-bezier(.22,1,.36,1) both}.custom-hero__slide.is-entering .custom-hero__media{animation:ch-media-in .7s cubic-bezier(.22,1,.36,1) both;animation-delay:.05s}.custom-hero__slide.is-entering .custom-hero__brand{animation-delay:.18s}.custom-hero__slide.is-entering .custom-hero__title{animation-delay:.24s}.custom-hero__slide.is-entering .custom-hero__price{animation-delay:.3s}.custom-hero__slide.is-entering .custom-hero__description{animation-delay:.36s}.custom-hero__slide.is-entering .custom-hero__levels{animation-delay:.42s}.custom-hero__slide.is-entering .custom-hero__detail{animation-delay:.54s}.custom-hero__slide.is-entering .custom-hero__form{animation-delay:.6s}@keyframes ch-slide-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes ch-media-in{0%{opacity:0;transform:translateY(36px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.custom-hero__slide.is-entering .custom-hero__media,.custom-hero__slide.is-entering .custom-hero__brand,.custom-hero__slide.is-entering .custom-hero__title,.custom-hero__slide.is-entering .custom-hero__price,.custom-hero__slide.is-entering .custom-hero__description,.custom-hero__slide.is-entering .custom-hero__levels,.custom-hero__slide.is-entering .custom-hero__detail,.custom-hero__slide.is-entering .custom-hero__form{animation:none!important}}.custom-hero .ultra-button-wrapper{position:relative;z-index:2;display:flex;justify-content:flex-start;margin-top:18px;width:100%}.custom-hero .ultra-add-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;border-radius:999px;border:1px solid var(--ch-accent);background:rgba(var(--ch-accent-rgb),.08);color:var(--ch-accent);font-weight:800;letter-spacing:1.5px;font-size:13px;text-transform:uppercase;text-decoration:none;line-height:1;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.custom-hero .ultra-add-btn:hover{background:var(--ch-accent);color:#000;transform:translateY(-2px);box-shadow:0 0 28px rgba(var(--ch-accent-rgb),.45)}@media(max-width:600px){.custom-hero .ultra-button-wrapper{justify-content:center;margin-top:14px}.custom-hero .ultra-add-btn{height:44px;padding:0 22px;font-size:12px}}.custom-hero__feature-popover{background:var(--ch-popover-bg, rgba(10, 10, 10, .08));-webkit-backdrop-filter:blur(10px) saturate(130%);backdrop-filter:blur(10px) saturate(130%)}@media(max-width:600px){.custom-hero__feature-popover{min-width:0!important;width:min(220px,86vw)!important;max-width:86vw!important}.custom-hero__feature-wrap:first-child .custom-hero__feature-popover{left:calc(50% - 24px)!important;right:auto!important;transform:translate(0) translateY(8px) scale(.96)!important}.custom-hero__feature-wrap:first-child:hover .custom-hero__feature-popover,.custom-hero__feature-wrap:first-child:focus-within .custom-hero__feature-popover,.custom-hero__feature-wrap:first-child .custom-hero__feature-popover.is-open{transform:translate(0) translateY(0) scale(1)!important}.custom-hero__feature-wrap:first-child .custom-hero__feature-popover-arrow{left:24px!important;right:auto!important;transform:translate(-50%) rotate(45deg)!important}.custom-hero__feature-wrap:last-child .custom-hero__feature-popover{left:auto!important;right:calc(50% - 24px)!important;transform:translate(0) translateY(8px) scale(.96)!important}.custom-hero__feature-wrap:last-child:hover .custom-hero__feature-popover,.custom-hero__feature-wrap:last-child:focus-within .custom-hero__feature-popover,.custom-hero__feature-wrap:last-child .custom-hero__feature-popover.is-open{transform:translate(0) translateY(0) scale(1)!important}.custom-hero__feature-wrap:last-child .custom-hero__feature-popover-arrow{left:auto!important;right:24px!important;transform:translate(50%) rotate(45deg)!important}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/custom-hero-carousel-s1.css.map */
