/*
 Hero
========================================================================== */
.wp-block-meta-product-hero .hero-banner {
  background: #0f2934;
  padding: clamp(8.75rem, 5rem + 0.125 * 100vw, 15rem) var(--wp--custom--spacing--outer-x) clamp(5rem, 1.25rem + 0.125 * 100vw, 11.25rem) var(--wp--custom--spacing--outer-x);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wp-block-meta-product-hero .hero-banner h1 {
  font-size: clamp(3.375rem, 26.4px + 5.75vw, 6.25rem);
  line-height: 1.1;
  margin: 0;
  color: var(--wp--custom--color--background);
  position: relative;
  z-index: 1;
}
.wp-block-meta-product-hero .hero-banner h1 img {
  width: 80%;
  height: auto;
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-meta-product-hero .hero-banner figure {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.wp-block-meta-product-hero .hero-banner figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, black, transparent);
  opacity: 0.6;
  z-index: 1;
}
.wp-block-meta-product-hero .hero-banner figure img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;
  opacity: 0.8;
}
.wp-block-meta-product-hero .hero-container {
  margin: 0 auto;
  max-width: 1300px;
  gap: 16px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px var(--wp--custom--spacing--outer-x) clamp(4rem, 1.9rem + 0.07 * 100vw, 7.5rem) var(--wp--custom--spacing--outer-x);
}
@media screen and (min-width: 768px) {
  .wp-block-meta-product-hero .hero-container {
    padding: clamp(4rem, 2.5rem + 0.03125 * 100vw, 5rem) var(--wp--custom--spacing--outer-x) clamp(4rem, 1.9rem + 0.07 * 100vw, 7.5rem) var(--wp--custom--spacing--outer-x);
    flex-direction: row-reverse;
  }
}
.wp-block-meta-product-hero .hero-content {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wp-block-meta-product-hero .hero-content {
    max-width: 700px;
    width: 60%;
    flex-shrink: 0;
    margin: 0;
  }
}
.wp-block-meta-product-hero .hero-image {
  position: relative;
  width: 280px;
  margin: calc(clamp(5.625rem, 0.4166666667rem + 0.1736111111 * 100vw, 8.75rem) * -1) auto 0 auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .wp-block-meta-product-hero .hero-image {
    width: calc(40% - 32px);
    max-width: 400px;
    margin: 0;
  }
}
.wp-block-meta-product-hero .hero-image figure {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-meta-product-hero .hero-image figure {
    position: absolute;
    bottom: -32px;
  }
}
.wp-block-meta-product-hero .hero-image img {
  width: 100%;
  height: auto;
}

:root .wp-block-meta-product-hero.acf-block-preview {
  max-width: unset !important;
  margin-inline: -24px !important;
}
:root .wp-block-meta-product-hero.acf-block-preview:first-child {
  margin-block-start: -64px;
}
:root .wp-block-meta-product-hero.acf-block-preview + .alignfull {
  margin-top: 0;
}
