.superhero{position:relative;isolation:isolate;width:auto;padding-top:var(--superhero-padding-top-mobile, 0);padding-bottom:var(--superhero-padding-bottom-mobile, 0);padding-left:var(--superhero-padding-horizontal-mobile, 0);padding-right:var(--superhero-padding-horizontal-mobile, 0);box-sizing:border-box}@media screen and (min-width:750px){.superhero{padding-top:var(--superhero-padding-top, 0);padding-bottom:var(--superhero-padding-bottom, 0);padding-left:var(--superhero-padding-horizontal, 0);padding-right:var(--superhero-padding-horizontal, 0)}}.superhero__stage{position:relative;isolation:isolate;overflow:hidden;display:flex;width:100%}.superhero--height-small{min-height:28rem}.superhero--height-medium{min-height:45rem}.superhero--height-large{min-height:65rem}.superhero--height-fullscreen{min-height:100vh;min-height:100dvh}.superhero--height-custom{min-height:var(--superhero-mobile-height, 45rem)}@media screen and (min-width:750px){.superhero--height-custom{min-height:var(--superhero-desktop-height, 65rem)}}.superhero__media-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.superhero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.superhero__media .superhero__deferred,.superhero__media .superhero__deferred *{pointer-events:auto}.superhero__image,.superhero__video{width:100%;height:100%;object-fit:cover;object-position:var(--superhero-object-position, 50% 50%);display:block}.superhero--fit-contain .superhero__image,.superhero--fit-contain .superhero__video{object-fit:contain}@media screen and (max-width:749px){.superhero--fit-adapt{aspect-ratio:var(--superhero-media-ratio-mobile, 1.7777)}}@media screen and (min-width:750px){.superhero--fit-adapt{aspect-ratio:var(--superhero-media-ratio-desktop, 1.7777)}}.superhero--fit-adapt{min-height:0!important;height:auto}.superhero--fit-adapt .superhero__image,.superhero--fit-adapt .superhero__video{object-fit:contain}.superhero--fit-adapt .superhero__deferred{height:100%}@media screen and (max-width:749px){.superhero--fit-adapt-min{aspect-ratio:var(--superhero-media-ratio-mobile, 1.7777)}}@media screen and (min-width:750px){.superhero--fit-adapt-min{aspect-ratio:var(--superhero-media-ratio-desktop, 1.7777)}}.superhero--fit-adapt-min .superhero__image,.superhero--fit-adapt-min .superhero__video{object-fit:cover}.superhero--fit-adapt-min .superhero__deferred{height:100%}.superhero__deferred,.superhero__deferred .superhero__poster{width:100%;height:100%;display:block;position:relative;border:0;padding:0;margin:0;background:transparent;cursor:pointer}.superhero__deferred iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.superhero__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease;pointer-events:none}.superhero__deferred[loaded] .superhero__play-icon,.superhero__deferred[loaded] .superhero__poster{display:none}.superhero__poster:hover .superhero__play-icon{transform:translate(-50%,-50%) scale(1.05);background:#000000bf}.superhero__media--hide-mobile{display:none}.superhero__media--hide-desktop{display:block}@media screen and (min-width:750px){.superhero__media--hide-mobile{display:block}.superhero__media--hide-desktop{display:none}}.superhero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--superhero-overlay-color, #000000);opacity:var(--superhero-overlay-opacity, .3);pointer-events:none}.superhero__overlay--gradient{background-color:transparent;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,var(--superhero-overlay-color, #000000) 100%)}.superhero__inner{position:relative;z-index:2;width:100%;display:flex;padding-top:clamp(1.5rem,3vw,3rem);padding-bottom:clamp(1.5rem,3vw,3rem);padding-left:clamp(1.5rem,4vw,4rem);padding-right:clamp(1.5rem,4vw,4rem)}.superhero__content{max-width:var(--superhero-content-max-width, 80rem);width:100%;display:flex;flex-direction:column;gap:var(--superhero-content-gap, 2rem)}.superhero__content--has-box{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:clamp(2rem,4vw,4rem);border-radius:var(--superhero-content-radius, 0)}.superhero--position-top-left .superhero__inner{align-items:flex-start;justify-content:flex-start}.superhero--position-top-center .superhero__inner{align-items:flex-start;justify-content:center}.superhero--position-top-right .superhero__inner{align-items:flex-start;justify-content:flex-end}.superhero--position-middle-left .superhero__inner{align-items:center;justify-content:flex-start}.superhero--position-middle-center .superhero__inner{align-items:center;justify-content:center}.superhero--position-middle-right .superhero__inner{align-items:center;justify-content:flex-end}.superhero--position-bottom-left .superhero__inner{align-items:flex-end;justify-content:flex-start}.superhero--position-bottom-center .superhero__inner{align-items:flex-end;justify-content:center}.superhero--position-bottom-right .superhero__inner{align-items:flex-end;justify-content:flex-end}@media screen and (max-width:749px){.superhero--mposition-top-left .superhero__inner{align-items:flex-start;justify-content:flex-start}.superhero--mposition-top-center .superhero__inner{align-items:flex-start;justify-content:center}.superhero--mposition-top-right .superhero__inner{align-items:flex-start;justify-content:flex-end}.superhero--mposition-middle-left .superhero__inner{align-items:center;justify-content:flex-start}.superhero--mposition-middle-center .superhero__inner{align-items:center;justify-content:center}.superhero--mposition-middle-right .superhero__inner{align-items:center;justify-content:flex-end}.superhero--mposition-bottom-left .superhero__inner{align-items:flex-end;justify-content:flex-start}.superhero--mposition-bottom-center .superhero__inner{align-items:flex-end;justify-content:center}.superhero--mposition-bottom-right .superhero__inner{align-items:flex-end;justify-content:flex-end}}.superhero--align-left{text-align:left}.superhero--align-center{text-align:center}.superhero--align-right{text-align:right}@media screen and (max-width:749px){.superhero--malign-left{text-align:left}.superhero--malign-center{text-align:center}.superhero--malign-right{text-align:right}}.superhero__heading{margin:0;word-break:break-word}.superhero__subheading{margin:0;letter-spacing:.1rem;text-transform:uppercase;font-size:1.4rem}.superhero__text{margin:0;font-size:clamp(1.4rem,1.6vw,1.8rem);line-height:1.5}.superhero__text>p{margin:0}.superhero__text>p+p{margin-top:1rem}.superhero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.superhero__buttons>.button{margin:0}.superhero__buttons--left{justify-content:flex-start}.superhero__buttons--center{justify-content:center}.superhero__buttons--right{justify-content:flex-end}.superhero__metafield{margin:0}.superhero__spacer{height:var(--superhero-spacer-height, 2rem)}@media(prefers-reduced-motion:reduce){.superhero__video[autoplay]{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-superhero.css.map */
