.product-hero {
  background-color: #EDF3FF;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .product-hero {
    background-size: cover;
    position: relative;
  }
  .product-hero::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
  }
}

.product-hero.full-secondary {
  background-size: cover;
  background-position: center;
  position: relative;
}

.product-hero.half-secondary {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .product-hero.half-secondary {
    background-size: cover;
  }
}

.product-hero .product-hero__panel {
  width: 50%;
  min-height: 13.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-hero.half-secondary .product-hero__panel {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .product-hero .product-hero__panel {
    width: 100%;
    min-height: auto;
    padding: 2.4rem;
  }
}

.product-hero .product-hero__panel .breadcrumb {
  margin-bottom: 0;
  max-width: 100%;
  position: absolute;
  top: -0.5rem;
  left: 2.2rem;
}

@media screen and (min-width: 320px) and (max-width: 939px) {
  .product-hero .product-hero__panel .breadcrumb {
    display: none;
  }
}

.product-hero .product-hero__panel .breadcrumb li {
  margin: 0;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-hero .product-hero__panel .breadcrumb li + li {
  padding-left: 0;
}

.product-hero .product-hero__panel .breadcrumb li + li::before {
  display: none;
}

.product-hero .product-hero__panel .breadcrumb li:first-child {
  margin-left: 0;
}

.product-hero .product-hero__panel .breadcrumb li:last-child {
  margin-right: 0;
}

.product-hero .product-hero__panel .breadcrumb li a {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #75787B;
}

.product-hero .product-hero__panel .breadcrumb li.active {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #1B4298;
}

.product-hero .product-hero__panel .breadcrumb ion-icon {
  margin: 0 0.2rem;
  margin-top: 0.1rem;
  font-size: 1.3rem;
  color: #75787B;
}

.product-hero.half-secondary .product-hero__title h1 {
  margin-bottom: 1.6rem;
}
.product-hero.half-secondary .product-hero__title p {
  margin-bottom: 0;
}
.product-hero.image-on-left.half-secondary {
  background-position: left;
}
.product-hero.image-on-left .row {
  justify-content: right;
}

