.heroes.layout--grid{display:grid;grid-template-columns:minmax(0,1fr)}@media(min-width:48rem){.heroes.layout--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero{position:relative;display:block;background-color:var(--c-brand-dove);overflow:hidden}.hero:before{content:"";position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,transparent,var(--c-brand-ink-40));pointer-events:none;transform:translateZ(0)}.hero:focus-visible{outline-color:var(--c-brand-stone);outline-offset:-.25rem}.hero__media{width:100%;height:100%;object-fit:cover}.heroes.layout--grid .hero__media{transition:transform var(--transition)}.heroes.layout--grid .hero:hover .hero__media{transform:scale(1.025)}.hero__media--mobile{display:block;aspect-ratio:var(--mobile-aspect-ratio)}.hero__media--desktop{display:none;aspect-ratio:var(--desktop-aspect-ratio)}@media(min-width:48rem){.hero__media--mobile{display:none}.hero__media--desktop{display:block}}.hero__content{position:absolute;z-index:20;bottom:0;left:0;width:100%;padding:var(--wrapper-gutter);color:var(--c-brand-stone)}@media(min-width:48rem){.hero__content{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}}heroes-carousel.has-pagination .hero__content{padding-bottom:0;margin-bottom:3rem}@media(min-width:48rem){.hero__content-wrapper{max-width:32rem}}.hero__heading{font-size:1.375rem;margin-bottom:.75rem;text-transform:uppercase;text-wrap:balance}@media(min-width:48rem){.heroes.layout--carousel .hero__heading{font-size:1.875rem}}.hero__description{font-size:.875rem;line-height:1.5}.heroes.layout--carousel .hero__cta{width:100%;margin-top:1.25rem;background-color:var(--c-brand-ink-40);-webkit-backdrop-filter:blur(1.25rem);backdrop-filter:blur(1.25rem)}.heroes.layout--carousel .hero__cta:hover{background-color:var(--c-brand-ink-80)}@media(min-width:48rem){.heroes.layout--carousel .hero__cta{width:auto;margin-top:0;min-width:12.5rem}}.heroes__pagination{position:absolute;z-index:10;left:0;bottom:0;width:100%;display:grid;grid-template-columns:repeat(var(--blocks-size),minmax(0,6rem));place-content:center;gap:1rem;padding:0 var(--wrapper-gutter)}.heroes__pagination-bullet{position:relative;width:100%;height:.125rem;padding:1.5rem 0}.heroes__pagination-bullet:before,.heroes__pagination-bullet:after{content:"";position:absolute;top:calc(50% - .125rem);left:0;width:100%;height:.125rem}.heroes__pagination-bullet:focus-visible{outline-color:var(--c-brand-stone)}.heroes__pagination-bullet:before{background-color:var(--c-brand-stone-50)}.heroes__pagination-bullet:after{width:0;background-color:transparent;transition:background-color var(--transition);will-change:background-color}.heroes__pagination-bullet.is-active:after{background-color:var(--c-brand-stone)}heroes-carousel:not(.has-autoplay) .heroes__pagination-bullet.is-active:after{width:100%}heroes-carousel.has-autoplay .heroes__pagination-bullet.is-active:after{width:calc(var(--progress, 0) * 100%)}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-heroes.css.map */
