/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/acf-blocks/product-hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.product-hero {
  display: flex;
  width: 100%;
  padding: 0px 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  background: var(--global-adaptive-bg-bgsecondary, #fff);
  position: relative;
  min-height: 720px;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .product-hero {
    justify-content: center;
    padding: 60px 48px;
    min-height: 600px;
  }
}
.product-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  max-height: 680px;
}
@media (max-width: 767px) {
  .product-hero__background {
    max-height: 720px;
  }
}
.product-hero__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-hero.has-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product-hero.has-background .product-hero__product {
  position: relative;
  z-index: 2;
}
.product-hero__product {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .product-hero__product {
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
}
.product-hero__product-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  max-width: 400px;
  width: 100%;
}
@media (min-width: 576px) {
  .product-hero__product-box {
    max-width: 400px;
  }
}
.product-hero__product-box-category a {
  align-self: stretch;
  color: var(--heroproduct-desktop-dark-categoryfill, #09c348);
  font-size: var(--heroproduct-desktop-categorysize, 18px);
  font-style: normal;
  font-weight: var(--heroproduct-desktop-categoryweight, 500);
  line-height: 125%; /* 22.5px */
  text-transform: uppercase;
}
.product-hero__content-product {
  width: 100%;
}

.block-product-hero--placeholder {
  padding: 60px 40px;
  background: #f0f0f0;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
}
.block-product-hero--placeholder p {
  margin: 0;
  color: #666;
  font-size: 16px;
}
