.meatzy-hero{position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center;justify-content:flex-start}.hero{width:100%;height:100%}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__background img{height:100%;width:100%;object-fit:cover;object-position:center center;max-width:100%}.hero__background--overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(254.82deg,#231f2000 40%,#231f20cc 90%);z-index:1}.hero__background-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero__video{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero__video-media,.hero__video iframe,.hero__video video{position:absolute;top:50%;left:50%;width:100vw;height:100%;min-height:100vh;min-width:177.77vh;transform:translate(-50%,-50%);pointer-events:none;object-fit:cover}.hero__video-poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;transition:opacity .3s ease}.hero__video:hover .hero__video-poster{opacity:0}.hero__content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:inherit;padding:2rem;max-width:129rem;margin-inline:auto}.hero__content-inner{width:100%;max-width:var(--container-wide-width);padding:0 var(--container-padding);margin:0 auto}.hero__content-inner--with-video{display:flex;gap:4rem;align-items:flex-end}.hero__content-text{flex:1;width:calc(100% - 22rem)}.hero__content-inner--with-video .hero__content-text{width:calc(100% - 26rem)}.hero__video-thumbnail{flex-shrink:0;width:22rem}.hero__video-thumbnail-button{position:relative;display:block;width:100%;border:none;padding:0;background:transparent;cursor:pointer;overflow:hidden;border-radius:1.2rem;transition:transform .3s ease,box-shadow .3s ease}.hero__video-thumbnail-button:hover{transform:scale(1.05);box-shadow:0 1rem 2rem #0003}.hero__video-thumbnail-button:focus-visible{outline:.2rem solid var(--color-white);outline-offset:.4rem}.hero__video-thumbnail-image{display:block;width:100%;height:22rem;object-fit:cover;aspect-ratio:1 / 1}.hero__video-placeholder{width:100%;height:22rem;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center}.hero__video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;background-color:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 .4rem 1.2rem #00000026}.hero__video-thumbnail-button:hover .hero__video-play-button{transform:translate(-50%,-50%) scale(1.1);background-color:#fff;box-shadow:0 .8rem 1.6rem #0003}.hero__video-play-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-left:.3rem}.hero__video-play-icon svg{width:100%;height:100%;fill:var(--color-black, #000)}@media screen and (max-width: 989px){.hero__content-inner--with-video{flex-direction:column;gap:3rem}.hero__content-text,.hero__content-inner--with-video .hero__content-text{width:100%}.hero__video-thumbnail{width:180px}.hero__video-thumbnail-image,.hero__video-placeholder{height:180px}}@media screen and (max-width: 749px){.hero__video-thumbnail{width:150px}.hero__content-inner--with-video{align-items:flex-start}.hero__video-thumbnail-image,.hero__video-placeholder{height:150px}.hero__video-play-button{width:4rem;height:4rem}.hero__video-play-icon{width:1.6rem;height:1.6rem}}.hero__title,.hero__description{color:var(--color-white)}.hero__title{margin:0;font-family:var(--font-fatfrank);font-weight:900;line-height:90%;margin-bottom:clamp(1.6rem,1vw,2.4rem);text-transform:uppercase;max-width:84rem}.hero__title--h1{font-size:clamp(3.6rem,6vw,5.6rem)}.hero__title--h2{font-size:clamp(3rem,5vw,4.4rem)}.hero__title--h3{font-size:clamp(2.8rem,4vw,3.8rem)}.hero__title--h4{font-size:clamp(2.4rem,3vw,3.2rem)}.hero__title--h5{font-size:clamp(2rem,2vw,2.8rem)}.hero__title--h6{font-size:clamp(1.6rem,1vw,2.4rem)}.hero__description{font-size:2.4rem;line-height:135%;max-width:59.6rem;margin-bottom:clamp(2rem,4vw,2.8rem);font-family:var(--font-circe-slab-b)}.hero__description p{margin:0 0 1rem}.hero__description p:last-child{margin-bottom:0}.hero__buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;align-items:flex-start}.hero__button{display:inline-flex;align-items:center;justify-content:center;padding:1.5rem 3rem;font-size:1.6rem;font-weight:500;text-decoration:none;border-radius:var(--buttons-radius);border:var(--buttons-border-width) solid transparent;transition:all .3s ease;cursor:pointer;min-width:16rem}.hero__button--primary{background-color:var(--color-white);color:var(--color-black);border-color:var(--color-white)}.hero__button--primary:hover{opacity:.9;transform:translateY(-.2rem)}.hero__button--secondary{background-color:transparent;color:var(--color-white);border-color:var(--color-white)}.hero__button--secondary:hover{background-color:var(--color-white);color:var(--color-black)}@media screen and (max-width: 749px){.section-hero{min-height:50vh}.hero__content{padding:1.5rem}.hero__title--h1{font-size:clamp(2rem,7vw,3rem)}.hero__title--h2{font-size:clamp(1.8rem,6vw,2.5rem)}.hero__title--h3{font-size:clamp(1.6rem,5vw,2rem)}.hero__description{font-size:1.8rem;margin-bottom:2rem}.hero__buttons{flex-direction:column;gap:1rem}.meatzy-button{width:100%}}@media screen and (max-width: 480px){.section-hero{min-height:40vh}.hero__content{padding:1rem}}.hero__content-inner{animation:heroFadeIn .8s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero__content-inner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-meatzy-hero.css.map */
