.shady-hero-wrapper{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#0b0b0b;isolation:isolate}.shady-hero--height-small{min-height:450px}.shady-hero--height-medium{min-height:620px}.shady-hero--height-large{min-height:800px}.shady-hero--height-fullscreen{min-height:100svh}.shady-hero--height-natural{height:auto}.shady-hero__media-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.shady-hero--height-natural .shady-hero__media-container{position:relative;aspect-ratio:var(--shady-hero-aspect-ratio, 16 / 9)}.shady-hero__video,.shady-hero__iframe,.shady-hero__poster{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.shady-hero__poster{z-index:2;transition:opacity .6s cubic-bezier(.16,1,.3,1)}.shady-hero__poster.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.shady-hero__iframe{width:100vw;height:56.25vw;min-height:100%;min-width:177.77vh}.shady-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background-color:var(--shady-hero-overlay-color, #000000);opacity:var(--shady-hero-overlay-opacity, .35);mix-blend-mode:overlay;transition:opacity .3s ease}.shady-hero__content-container{position:relative;z-index:4;width:100%;height:100%;display:flex;padding:4rem 2rem;box-sizing:border-box}.shady-hero--height-natural .shady-hero__content-container{position:absolute;top:0;right:0;bottom:0;left:0}.shady-hero__content-container--top{align-items:flex-start}.shady-hero__content-container--middle{align-items:center}.shady-hero__content-container--bottom{align-items:flex-end}.shady-hero__content-container--left{justify-content:flex-start}.shady-hero__content-container--center{justify-content:center}.shady-hero__content-container--right{justify-content:flex-end}.shady-hero__content-box{max-width:760px;color:var(--shady-hero-text-color, #ffffff);display:flex;flex-direction:column;gap:1.25rem}.shady-hero__content-box--left{text-align:left;align-items:flex-start}.shady-hero__content-box--center{text-align:center;align-items:center}.shady-hero__content-box--right{text-align:right;align-items:flex-end}.shady-hero__subtitle{font-size:clamp(.85rem,1.2vw,1.05rem);letter-spacing:.15em;text-transform:uppercase;font-weight:600;opacity:.9;margin:0}.shady-hero__heading{margin:0;font-size:clamp(2rem,5vw,4.25rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:inherit;word-break:break-word}.shady-hero__heading-graphic{display:flex;align-items:center;width:min(50vw,500px);max-width:100%;flex-shrink:0;height:auto;line-height:0}.shady-hero__content-box--left .shady-hero__heading-graphic{justify-content:flex-start}.shady-hero__content-box--center .shady-hero__heading-graphic{justify-content:center}.shady-hero__content-box--right .shady-hero__heading-graphic{justify-content:flex-end}.shady-hero__heading-svg-img{width:100%!important;height:auto!important;max-width:100%;object-fit:contain;display:block}.shady-hero__heading-graphic svg{width:100%!important;height:auto!important;max-width:100%;display:block}.shady-hero-wrapper .visually-hidden,.shady-hero-wrapper .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.shady-hero__description{margin:0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;opacity:.92;color:inherit}.shady-hero__description p{margin:0}.shady-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.shady-hero__button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;border-radius:9999px;font-size:1.5rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);cursor:pointer;line-height:1.2}.shady-hero__button--primary{background-color:var(--shady-hero-btn-primary-bg, #ffffff);color:var(--shady-hero-btn-primary-text, #000000);border:2px solid var(--shady-hero-btn-primary-bg, #ffffff)}.shady-hero__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000040;filter:brightness(.95)}.shady-hero__button--secondary{background-color:transparent;color:var(--shady-hero-text-color, #ffffff);border:2px solid var(--shady-hero-text-color, #ffffff)}.shady-hero__button--secondary:hover{background-color:#ffffff26;transform:translateY(-2px)}.shady-hero__play-pause-btn{position:absolute;bottom:1.5rem;right:1.5rem;z-index:5;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.shady-hero__play-pause-btn:hover{background:#000000bf;transform:scale(1.08)}.shady-hero__play-pause-btn svg{width:18px;height:18px;fill:currentColor}.shady-hero__play-pause-btn .shady-hero__icon-play{display:none}.shady-hero__play-pause-btn.is-paused .shady-hero__icon-play{display:block}.shady-hero__play-pause-btn.is-paused .shady-hero__icon-pause{display:none}@media screen and (max-width:749px){.shady-hero--height-mobile-small{min-height:340px}.shady-hero--height-mobile-medium{min-height:460px}.shady-hero--height-mobile-large{min-height:580px}.shady-hero--height-mobile-fullscreen{min-height:100svh}.shady-hero__heading-graphic{width:clamp(300px,50vw,850px);max-width:100%}.shady-hero__content-container{padding:3rem 1.25rem}.shady-hero__buttons,.shady-hero__button{width:100%}.shady-hero__play-pause-btn{bottom:1rem;right:1rem;width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.shady-hero__button,.shady-hero__poster,.shady-hero__play-pause-btn{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-shady-hero.css.map */
