.custom-hero-banner{--hero-height-desktop: 80vh;--hero-height-mobile: 70vh;--hero-content-max-width-desktop: 720px;--hero-content-max-width-mobile: 600px;--hero-content-padding-x-desktop: 40px;--hero-content-padding-x-mobile: 24px;--hero-content-padding-y-desktop: 56px;--hero-content-padding-y-mobile: 40px;--hero-media-position-desktop: center center;--hero-media-position-mobile: center center;--hero-overlay-background: #000000;--hero-overlay-opacity: .3;--hero-sub-caption-offset-desktop: 100px;--hero-sub-caption-offset-mobile: 24px;--hero-sub-caption-width-desktop: 600px;--hero-sub-caption-width-mobile: 600px;position:relative;min-height:var(--hero-height-mobile);overflow:hidden;isolation:isolate}.custom-hero-banner__media,.custom-hero-banner__media:after,.custom-hero-banner__media img,.custom-hero-banner__media video,.custom-hero-banner__placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.custom-hero-banner__media{z-index:-2;background:rgb(var(--color-background))}.custom-hero-banner__media:after{content:"";z-index:2;background:var(--hero-overlay-background);opacity:var(--hero-overlay-opacity);pointer-events:none}.custom-hero-banner__media img,.custom-hero-banner__media video{width:100%;height:100%;object-fit:cover;object-position:var(--hero-media-position-mobile)}.custom-hero-banner__desktop-image{display:none}.custom-hero-banner__mobile-image{display:block}.custom-hero-banner__placeholder{width:100%;height:100%}.custom-hero-banner__content{position:relative;z-index:2;display:flex;flex-direction:column;min-height:var(--hero-height-mobile);padding:var(--hero-content-padding-y-mobile) var(--hero-content-padding-x-mobile);pointer-events:none}.custom-hero-banner__content-inner{width:100%;max-width:min(var(--hero-content-max-width-mobile),100%);pointer-events:auto}.custom-hero-banner__block{color:var(--hero-block-color);font-size:var(--hero-block-font-size-mobile);font-weight:var(--hero-block-font-weight);letter-spacing:var(--hero-block-letter-spacing);line-height:var(--hero-block-line-height)}.custom-hero-banner__block+.custom-hero-banner__block{margin-top:var(--hero-block-spacing-mobile)}.custom-hero-banner__heading{margin:0}.custom-hero-banner__block--shadow,.custom-hero-banner__sub-caption--shadow{text-shadow:4px 4px 26.8px rgba(0,0,0,.5)}.custom-hero-banner__caption,.custom-hero-banner__text{margin:0}.custom-hero-banner__heading p,.custom-hero-banner__caption p,.custom-hero-banner__caption ul,.custom-hero-banner__caption ol,.custom-hero-banner__caption li,.custom-hero-banner__text p,.custom-hero-banner__text ul,.custom-hero-banner__text ol,.custom-hero-banner__text li,.custom-hero-banner__sub-caption p,.custom-hero-banner__sub-caption ul,.custom-hero-banner__sub-caption ol,.custom-hero-banner__sub-caption li{color:inherit}.custom-hero-banner__block a:not(.custom-hero-banner__button),.custom-hero-banner__sub-caption a{color:inherit;border-bottom:0;text-decoration:underline;text-decoration-color:currentColor}.custom-hero-banner__caption>*:first-child,.custom-hero-banner__text>*:first-child,.custom-hero-banner__sub-caption>*:first-child{margin-top:0}.custom-hero-banner__caption>*:last-child,.custom-hero-banner__text>*:last-child,.custom-hero-banner__sub-caption>*:last-child{margin-bottom:0}.custom-hero-banner__button{display:inline-flex;align-items:center;justify-content:center;padding:var(--hero-button-padding-top, 12px) var(--hero-button-padding-right, 28px) var(--hero-button-padding-bottom, 12px) var(--hero-button-padding-left, 28px);border:1px solid var(--hero-button-border-color);background:var(--hero-button-background-color);color:var(--hero-button-text-color);font-size:var(--hero-block-font-size-mobile);font-weight:var(--hero-block-font-weight);letter-spacing:var(--hero-block-letter-spacing);line-height:1.1;text-align:center;text-decoration:none;transition:opacity var(--duration-default) ease}.custom-hero-banner__button:hover{color:var(--hero-button-text-color);opacity:.82}.custom-hero-banner__sub-caption{position:static;margin-top:var(--hero-sub-caption-offset-mobile);width:100%;max-width:min(var(--hero-sub-caption-width-mobile),100%);color:var(--hero-sub-caption-color);font-size:var(--hero-sub-caption-font-size-mobile);font-weight:var(--hero-sub-caption-font-weight);letter-spacing:var(--hero-sub-caption-letter-spacing);line-height:1.25}.custom-hero-banner--mobile-x-left .custom-hero-banner__content{align-items:flex-start}.custom-hero-banner--mobile-x-center .custom-hero-banner__content{align-items:center}.custom-hero-banner--mobile-x-right .custom-hero-banner__content{align-items:flex-end}.custom-hero-banner--mobile-y-top .custom-hero-banner__content{justify-content:flex-start}.custom-hero-banner--mobile-y-center .custom-hero-banner__content{justify-content:center}.custom-hero-banner--mobile-y-bottom .custom-hero-banner__content{justify-content:flex-end}.custom-hero-banner--mobile-align-left .custom-hero-banner__content-inner,.custom-hero-banner--mobile-align-left .custom-hero-banner__sub-caption{text-align:left}.custom-hero-banner--mobile-align-center .custom-hero-banner__content-inner,.custom-hero-banner--mobile-align-center .custom-hero-banner__sub-caption{text-align:center}.custom-hero-banner--mobile-align-right .custom-hero-banner__content-inner,.custom-hero-banner--mobile-align-right .custom-hero-banner__sub-caption{text-align:right}@media screen and (max-width:749px){.custom-hero-banner__block--hide-mobile{display:none!important}}@media screen and (min-width:750px){.custom-hero-banner__block--hide-desktop{display:none!important}}@media screen and (min-width:750px){.custom-hero-banner{min-height:var(--hero-height-desktop)}.custom-hero-banner__media img,.custom-hero-banner__media video{object-position:var(--hero-media-position-desktop)}.custom-hero-banner__desktop-image{display:block}.custom-hero-banner__mobile-image{display:none}.custom-hero-banner__content{min-height:var(--hero-height-desktop);padding:var(--hero-content-padding-y-desktop) var(--hero-content-padding-x-desktop)}.custom-hero-banner__content-inner{max-width:min(var(--hero-content-max-width-desktop),100%)}.custom-hero-banner__block{font-size:var(--hero-block-font-size-desktop)}.custom-hero-banner__block+.custom-hero-banner__block{margin-top:var(--hero-block-spacing-desktop)}.custom-hero-banner__button{font-size:var(--hero-block-font-size-desktop)}.custom-hero-banner__sub-caption{position:absolute;margin:0;bottom:var(--hero-sub-caption-offset-desktop);width:min(var(--hero-sub-caption-width-desktop),calc(100% - (var(--hero-content-padding-x-desktop) * 2)));max-width:none;font-size:var(--hero-sub-caption-font-size-desktop)}.custom-hero-banner--desktop-x-left .custom-hero-banner__content{align-items:flex-start}.custom-hero-banner--desktop-x-center .custom-hero-banner__content{align-items:center}.custom-hero-banner--desktop-x-right .custom-hero-banner__content{align-items:flex-end}.custom-hero-banner--desktop-y-top .custom-hero-banner__content{justify-content:flex-start}.custom-hero-banner--desktop-y-center .custom-hero-banner__content{justify-content:center}.custom-hero-banner--desktop-y-bottom .custom-hero-banner__content{justify-content:flex-end}.custom-hero-banner--desktop-align-left .custom-hero-banner__content-inner,.custom-hero-banner--desktop-align-left .custom-hero-banner__sub-caption{text-align:left}.custom-hero-banner--desktop-align-center .custom-hero-banner__content-inner,.custom-hero-banner--desktop-align-center .custom-hero-banner__sub-caption{text-align:center}.custom-hero-banner--desktop-align-right .custom-hero-banner__content-inner,.custom-hero-banner--desktop-align-right .custom-hero-banner__sub-caption{text-align:right}.custom-hero-banner--desktop-x-left .custom-hero-banner__sub-caption{left:var(--hero-content-padding-x-desktop);right:auto;transform:none}.custom-hero-banner--desktop-x-center .custom-hero-banner__sub-caption{left:50%;right:auto;transform:translate(-50%)}.custom-hero-banner--desktop-x-right .custom-hero-banner__sub-caption{left:auto;right:var(--hero-content-padding-x-desktop);transform:none}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/section-custom-hero-banner.css.map */
