.hero-shop{width:100%;border-radius:var(--base);padding:var(--xl);position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:rgba(252,69,31,.1);aspect-ratio:16/5}@media screen and (max-width:1024px){.hero-shop{width:calc(100% + (2 * var(--lg)));width:calc(100% + calc(2 * var(--lg)));margin-left:calc(-1 * var(--lg));margin-right:calc(-1 * var(--lg));border-radius:0}}@media screen and (max-width:600px){.hero-shop{padding:var(--xl) var(--md)}}.hero-shop .hero-shop__container .hero-shop__heading{text-transform:uppercase;font-size:var(--headline-3-clamp);font-family:var(--font-body--black);color:var(--brown);text-align:center;line-height:.8em}.hero-shop .hero-shop__container .hero-shop-text-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:var(--base);z-index:30;position:relative}.hero-shop .hero-shop__container .hero-shop-text-content a{color:var(--brown);-webkit-text-decoration:underline;text-decoration:underline;font-family:var(--font-body--bold);-webkit-transition:color .3s ease;transition:color .3s ease}.hero-shop .hero-shop__container .hero-shop-text-content a:hover{color:var(--red)}.hero-shop .hero-shop__container .est2017{position:absolute;bottom:0;left:var(--base);z-index:20;-webkit-transform:translateY(40%);transform:translateY(40%);width:169px;height:171px;pointer-events:none}@media screen and (max-width:1024px){.hero-shop .hero-shop__container .est2017{display:none}}.hero-shop .hero-shop__container .mask{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;overflow:hidden;pointer-events:none}.hero-shop .hero-shop__container .wave-top{position:absolute;top:-5%;left:-5%;z-index:20;pointer-events:none}.hero-shop .hero-shop__container .wave-bottom{position:absolute;bottom:-5%;right:-5%;z-index:20;pointer-events:none}.hero-shop .video{position:absolute;top:20px;width:35%;height:60%;z-index:20;right:0;bottom:0;pointer-events:none}@media screen and (max-width:1024px){.hero-shop .video{display:none}}.hero-shop .video .video__text{position:absolute;top:0;left:0;-webkit-transform:translate(65%,-50%);transform:translate(65%,-50%)}.hero-shop__text{width:100%;text-align:center;line-height:1.5em;max-width:80ch;margin:0 auto}.hero-shop__text p{margin-bottom:var(--base)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--lg);gap:var(--lg);width:100%}@media screen and (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.products-grid{grid-template-columns:repeat(1,1fr)}}