.single-product-hero {
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  align-items: center;
  overflow: hidden;
}
.single-product-hero__inner {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  z-index: 10;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .single-product-hero__inner {
    max-width: 1000px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .single-product-hero__inner {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  .single-product-hero__inner {
    max-width: 1600px;
  }
}
.single-product-hero__container {
  display: block;
}
.single-product-hero .woocommerce-breadcrumb {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.single-product-hero .woocommerce-breadcrumb a {
  font-size: 16px;
  color: #FFFFFF;
}
.single-product-hero__title {
  position: relative;
  color: var(--e-global-color-secondary);
}
.single-product-hero__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: var(--e-global-color-secondary);
}
@media (min-width: 576px) {
  .single-product-hero__title::before {
    width: 18px;
  }
}
.single-product-hero__content {
  max-width: 600px;
  line-height: 26px;
}
.single-product-hero .woocommerce-breadcrumb, .single-product-hero__title, .single-product-hero__content {
  padding-left: 15px;
}
@media (min-width: 576px) {
  .single-product-hero .woocommerce-breadcrumb, .single-product-hero__title, .single-product-hero__content {
    padding-left: 45px;
  }
}
.single-product-hero__link {
  margin-top: 45px;
  margin-left: 15px;
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-secondary) !important;
}
@media (min-width: 576px) {
  .single-product-hero__link {
    margin-left: 45px;
  }
}
.single-product-hero__link:hover {
  background-color: #FFFFFF !important;
}
.single-product-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.single-product-hero__image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.single-product-hero__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(87, 87, 87, 0.9) 0%, rgba(74, 168, 221, 0) 100%);
}
/*# sourceMappingURL=single-product-hero.css.map */
