  .product-tab *,
  .product-tabmobile * {
    box-sizing: border-box;
  }
  .product-tabmobile {
    font-family: Lato, sans-serif;
    width: 100%;
  }
  .producer-logo-mobile iframe {
    width: 100%;
  }
  .product-tab {
    font-family: Lato, sans-serif;
    width: 920px;
  }
  .producer-logo iframe {
    width: 500px;
  }
  @media only screen and (max-width: 1230px) {
    .product-tab {
      max-width: 680px;
    }
    .producer-logo iframe {
      width: 500px;
    }
  }
  @media only screen and (max-width: 680px) {
    .product_banner {
      min-height: 0px;
    }
    .product-tab {
      max-width: 420px;
    }
    .producer-logo iframe {
      width: 380px;
    }
  }
  .product-tab p,
  .product-tabmobile p {
    margin: 0;
    padding: 0;
  }
  .product-tab img,
  .product-tab img.lazy,
  .product-tabmobile img,
  .product-tabmobile img.lazy {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #category-onepage .section-head {
    position: relative;
    text-align: center;
    text-transform: none;
    font-size: 18px;
    color: #017bc3;
    font-weight: lighter;
    margin: 40px 0 20px;
  }
  #category-onepage .section-head span {
    position: relative;
    background: #fff;
    padding: 0 5px;
  }
  #category-onepage .section-head:before {
    content: "";
    border-top: 1px solid #e6e6e6;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product_banner-mobile {
    margin: 25px 25px 0;
    background-size: cover;
    background-position: center;
    padding: 55px 35px;
    position: relative;
    min-height: 0px;
    text-shadow: 1px 1px 7px black, 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .product_banner {
    margin: 25px 25px 0;
    background-size: cover;
    background-position: center;
    padding: 55px 35px;
    position: relative;
    min-height: 217px;
    text-shadow: 1px 1px 7px black, 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .product_banner.has-video,
  .product_banner-mobile-has-video {
    min-height: 281px;
  }
  .product_banner h4,
  .product_banner-mobile h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .product_banner h5,
  .product_banner-mobile h5 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .product_banner p,
  .product_banner-mobile p {
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    max-width: 340px;
    margin: 20px 0 0;
  }
  .product-teasers {
    margin: 25px 25px 0;
  }
  #category-onepage.product-teasers h4 {
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    color: #b91440;
    margin-bottom: 35px;
    text-transform: uppercase;
  }
  .product-teaser-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: space-between;
  }
  .product-teaser {
    padding: 5px 10px;
    color: #1c1c1b;
    flex-basis: 33%;
  }
  .product-teaser img {
    margin: 0 auto 15px;
    display: block;
    border-radius: 50%;
  }
  .product-teaser-mobile img {
    margin: 0 auto 15px;
    display: block;
    border-radius: 50%;
  }
  .product-teaser h5 {
    color: #b91440;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .product-teaser-mobile h5 {
    color: #b91440;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }
  .product-teaser p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .producer-logo,
  .producer-logo-mobile {
    text-align: center;
    margin-top: 30px;
  }
  .product-teaser-img-wrapper {
    display: inline-block;
    position: relative;
  }
  .product-tease-popup-indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .product-teaser-wrapper {
      display: block;
      text-align: center;
    }
    .product-teaser {
      margin-bottom: 15px;
      text-align: center;
    }
    .product-teaser p {
      text-align: justify;
    }
    .product_banner h4 {
      top: 10px;
      font-size: 30px;
    }
    .product_banner p {
      top: 50px;
      font-size: 12px;
    }
  }
  .product-teaser-wrapper-mobile {
    display: block;
    text-align: center;
  }
  .product-teaser-mobile {
    margin-bottom: 15px;
    text-align: center;
  }
  .product-teaser-mobile p {
    text-align: justify;
  font-size: 16px;
  }
  .product_banner-mobile h4 {
    top: 10px;
    font-size: 25px;
  }
  .product_banner-mobile p {
    top: 50px;
    font-size: 12px;
  }
.product-description {
  flex-basis: 50%;
  padding-top: 25px;
}
