.custom-hero-banner-section{margin:0;padding:0}.custom-hero-banner{position:relative;width:100%;min-height:var(--hb-min-height-mobile, 700px);overflow:hidden;background:var(--hb-bg, #0a0a0a);color:var(--hb-text, #fff);display:flex;flex-direction:column;justify-content:center;padding:calc(var(--hb-pt, 60px) + var(--hb-overlap, 0px)) 20px var(--hb-pb, 60px);box-sizing:border-box}.custom-hero-banner--pull-under{margin-top:calc(-1 * var(--hb-overlap, 0px))}@media(min-width:990px){.custom-hero-banner{min-height:var(--hb-min-height-desktop, 720px);padding-left:40px;padding-right:40px}}.custom-hero-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.custom-hero-banner__bg picture,.custom-hero-banner__bg img,.custom-hero-banner__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.custom-hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--hb-overlay, transparent);pointer-events:none}.custom-hero-banner__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,transparent 0%,transparent 55%,rgba(0,0,0,.7) 100%);pointer-events:none}.custom-hero-banner__container{position:relative;z-index:2;width:100%;max-width:var(--hb-max-width, 1480px);margin:0 auto;display:flex;flex-direction:column;gap:var(--hb-content-gap, 20px)}.custom-hero-banner__row{display:flex;flex-direction:column;gap:32px;width:100%;align-items:stretch}@media(min-width:990px){.custom-hero-banner__row{flex-direction:row;align-items:center;gap:40px}.custom-hero-banner[data-product-pos=left] .custom-hero-banner__row{flex-direction:row-reverse}}.custom-hero-banner__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:var(--hb-content-gap, 20px);align-items:var(--hb-content-align, flex-start);text-align:var(--hb-content-text-align, left)}@media(min-width:990px){.custom-hero-banner[data-product-pos=hidden] .custom-hero-banner__content{flex:1 1 100%;align-items:center;text-align:center}}.custom-hero-banner__rating{display:inline-flex;align-items:center;gap:10px;margin-top:var(--hb-rating-pad-top, 0px);margin-bottom:var(--hb-rating-pad-bottom, 0px);color:var(--hb-rating-text, #fff);font-family:var(--hb-rating-font, inherit);font-weight:600;font-size:var(--hb-rating-fs, 14px)}.custom-hero-banner__rating--pill{background-color:var(--hb-rating-pill-bg, rgba(255, 255, 255, .12));border-radius:var(--hb-rating-pill-radius, 50px);padding:var(--hb-rating-pill-py, 8px) var(--hb-rating-pill-px, 16px);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.custom-hero-banner__stars{display:inline-flex;gap:2px;color:var(--hb-rating-stars, #ff5a1f);font-size:var(--hb-rating-stars-size, 16px);line-height:1}.custom-hero-banner__star{display:inline-block}.custom-hero-banner__headline{margin:var(--hb-headline-mt, 0px) 0 var(--hb-headline-mb, 0px);font-family:var(--hb-headline-font, inherit);font-size:var(--hb-headline-fs-mobile, 36px);line-height:1.05;font-weight:800;color:var(--hb-headline, #fff);text-wrap:balance}.custom-hero-banner__headline strong,.custom-hero-banner__headline b{color:var(--hb-headline-accent, #ff5a1f);font-weight:inherit}@media(min-width:990px){.custom-hero-banner__headline{font-size:var(--hb-headline-fs-desktop, 64px)}}.custom-hero-banner__subtitle{margin:var(--hb-subtitle-mt, 0px) 0 var(--hb-subtitle-mb, 0px);font-family:var(--hb-subtitle-font, inherit);font-size:var(--hb-subtitle-fs-mobile, 16px);line-height:1.45;color:var(--hb-subtitle, #e8e8e8);max-width:var(--hb-subtitle-max-width, 56ch)}@media(min-width:990px){.custom-hero-banner__subtitle{font-size:var(--hb-subtitle-fs-desktop, 18px)}}.custom-hero-banner__features{display:grid;gap:var(--hb-feature-gap, 12px);width:100%;max-width:560px;margin-top:var(--hb-features-mt, 0px);margin-bottom:var(--hb-features-mb, 0px)}.custom-hero-banner__features--pills{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-hero-banner__features--pills .custom-hero-banner__feature{display:inline-flex;align-items:center;gap:10px;padding:var(--hb-feature-padding-y, 10px) var(--hb-feature-padding-x, 16px);border-radius:var(--hb-feature-radius, 30px);background-color:var(--hb-feature-bg, rgba(255, 255, 255, .08));color:var(--hb-feature-text, #fff);font-family:var(--hb-feature-font, inherit);font-size:var(--hb-feature-fs-mobile, 14px);font-weight:600;line-height:1.2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.custom-hero-banner__features--cards{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-hero-banner__features--cards .custom-hero-banner__feature{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:calc(var(--hb-feature-padding-y, 10px) * 1.6) var(--hb-feature-padding-x, 14px);border-radius:var(--hb-feature-radius, 14px);background-color:var(--hb-feature-bg, rgba(255, 255, 255, .08));color:var(--hb-feature-text, #fff);font-family:var(--hb-feature-font, inherit);font-size:var(--hb-feature-fs-mobile, 14px);font-weight:600;line-height:1.3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(min-width:990px){.custom-hero-banner__feature{font-size:var(--hb-feature-fs-desktop, 15px)}}.custom-hero-banner__feature-check{width:18px;height:18px;flex-shrink:0;color:var(--hb-feature-icon, #ff5a1f)}.custom-hero-banner__feature-check svg{width:100%;height:100%;display:block}.custom-hero-banner__feature-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--hb-feature-icon, #ff5a1f)}.custom-hero-banner__features--pills .custom-hero-banner__feature-icon{width:20px;height:20px}.custom-hero-banner__features--cards .custom-hero-banner__feature-icon{width:36px;height:36px;margin-bottom:4px}.custom-hero-banner__feature-icon img{width:100%;height:100%;object-fit:contain;display:block}.custom-hero-banner__feature-text{display:flex;flex-direction:column;gap:2px;min-width:0}.custom-hero-banner__feature-label{white-space:normal;word-break:break-word}.custom-hero-banner__feature-desc{font-size:.85em;opacity:.8;font-weight:500}.custom-hero-banner__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:var(--hb-cta-py, 16px) var(--hb-cta-px, 28px);border-radius:var(--hb-cta-radius, 50px);background-color:var(--hb-cta-bg, #ff5a1f);color:var(--hb-cta-text, #fff);font-family:var(--hb-cta-font, inherit);font-size:var(--hb-cta-fs-mobile, 15px);font-weight:800;text-decoration:none;transition:filter .2s ease,transform .15s ease;width:max-content;max-width:100%;margin-top:var(--hb-cta-mt, 0px);margin-bottom:var(--hb-cta-mb, 0px)}.custom-hero-banner__cta:hover{filter:brightness(1.05)}.custom-hero-banner__cta:active{transform:translateY(1px)}.custom-hero-banner__cta-arrow{font-size:1.2em;line-height:1}@media(min-width:990px){.custom-hero-banner__cta{font-size:var(--hb-cta-fs-desktop, 16px);padding:calc(var(--hb-cta-py, 16px) + 2px) calc(var(--hb-cta-px, 28px) + 8px)}}@media(max-width:749px){.custom-hero-banner__cta--full-mobile{width:100%}}.custom-hero-banner__guarantee{margin:var(--hb-guarantee-mt, 0px) 0 var(--hb-guarantee-mb, 0px);display:inline-flex;align-items:center;gap:8px;font-family:var(--hb-guarantee-font, inherit);font-size:var(--hb-guarantee-fs, 12px);color:var(--hb-guarantee, #fff);font-weight:600}.custom-hero-banner__guarantee-icon{display:inline-flex;width:18px;height:18px;color:currentColor;flex-shrink:0}.custom-hero-banner__guarantee-icon svg{width:100%;height:100%;display:block}.custom-hero-banner__product{display:flex;align-items:center;justify-content:center;min-width:0}.custom-hero-banner__product picture,.custom-hero-banner__product img{display:block;max-width:100%;height:auto;object-fit:contain}.custom-hero-banner__product--mobile{display:flex;width:100%;margin-top:var(--hb-product-pt-mobile, 0px);margin-bottom:var(--hb-product-pb-mobile, 0px)}.custom-hero-banner__product--mobile img{width:var(--hb-product-size-mobile, 80%);margin:0 auto}.custom-hero-banner__product--desktop{display:none}@media(min-width:990px){.custom-hero-banner__product--mobile{display:none}.custom-hero-banner__product--desktop{display:flex;flex:1 1 0;margin-top:var(--hb-product-pt-desktop, 0px);margin-bottom:var(--hb-product-pb-desktop, 0px)}.custom-hero-banner__product--desktop img{width:var(--hb-product-size-desktop, 90%);max-width:720px}}.custom-hero-banner__trust{display:grid;grid-template-columns:repeat(var(--hb-trust-cols, 4),minmax(0,1fr));gap:14px 8px;width:100%;color:var(--hb-trust-text, #fff);justify-items:center;margin-top:var(--hb-trust-mt, 0px);margin-bottom:var(--hb-trust-mb, 0px)}@media(min-width:990px){.custom-hero-banner__trust{gap:18px}}.custom-hero-banner__trust-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--hb-trust-gap, 8px);text-align:center;font-family:var(--hb-trust-font-family, inherit);font-size:var(--hb-trust-fs, 13px);font-weight:600;line-height:1.25}@media(min-width:990px){.custom-hero-banner__trust-item{flex-direction:row;align-items:center;text-align:left;gap:12px}}.custom-hero-banner__trust-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--hb-trust-icon-size, 40px);height:var(--hb-trust-icon-size, 40px);border-radius:999px;background-color:var(--hb-trust-icon, rgba(30, 98, 240, .18));border:var(--hb-trust-border-width, 0px) solid var(--hb-trust-border, transparent);box-sizing:border-box;flex-shrink:0}.custom-hero-banner__trust-icon img{width:60%;height:60%;object-fit:contain;display:block}.custom-hero-banner__trust-icon--svg{color:var(--hb-trust-svg, #6B2E45)}.custom-hero-banner__trust-icon--svg svg{width:60%;height:60%;display:block}.custom-hero-banner__trust-label{white-space:normal}@media(prefers-reduced-motion:reduce){.custom-hero-banner__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-hero-banner.css.map */
