.hero-collection{min-height:600px}.hero-collection__content{display:grid;grid-template-areas:"text media"}.hero-collection__text{grid-area:text}.hero-collection__image{grid-area:media}.hero-collection--height-auto{height:auto}.hero-collection--height-small{height:300px}.hero-collection--height-medium{height:600px}.hero-collection--height-full{--header-height: 84;height:100dvh var(--header-height)}.hero-collection__image--image-first{grid-template-areas:"media text"}.hero-collection__image--image-second{grid-template-areas:"text media"}@media (max-width: 768px){.hero-collection--mobile-image-first{"media text"}.hero-collection--mobile-image-second{"text media"}}.hero-collection--content-left .hero-collection__text{order:1}.hero-collection--content-right .hero-collection__text{order:2}.hero-collection--animate-fade-in .hero-collection__image{animation:fadeIn 1s ease-in-out}.hero-collection--animate-zoom-in .hero-collection__image{animation:zoomIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-collection-hero.css.map */
