.product-teaser {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .product-teaser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.product-teaser .star-rating, .product-teaser .total-ratings {
  display: none;
}

.product-teaser .product-image {
  z-index: 5;
}

@media (min-width: 768px) {
  .product-teaser .product-image {
    height: 180px;
  }
}

.product-teaser .product-image img {
  width: 60%;
  max-width: 180px;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .product-teaser .product-image img {
    height: 180px;
    width: auto;
  }
}

.product-teaser .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
}

.product-teaser .product-info .product-name {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-transform: uppercase;
  font-family: "Knockout 71 A", "Knockout 71 B";
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  padding: 0em 0;
  font-size: 7vw;
  line-height: 1;
}

.product-teaser .product-info .product-name a {
  color: #ffffff;
  white-space: normal;
}

.product-teaser .product-info .product-name a:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  .product-teaser .product-info .product-name {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .product-teaser .product-info .product-name {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .product-teaser .product-info .product-name {
    font-size: 35px;
    padding: 0 0;
    height: 70px;
  }
}

.where-to-buy-container {
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 0 10px 0;
}

@media (min-width: 768px) {
  .where-to-buy-container {
    padding: 10px 10px 0;
  }
}

.where-to-buy-container a {
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0px 35px 0 20px;
  margin: 0px;
  vertical-align: middle;
  line-height: 32px;
  color: #730e06;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.49);
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  letter-spacing: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  .where-to-buy-container a {
    font-size: 14px;
    line-height: 37px;
    height: 35px;
    padding-left: 12px;
    padding-right: 40px;
  }
}

.where-to-buy-container a::after {
  content: '';
  display: block;
  color: #fff;
  vertical-align: top;
  padding: 0;
  border: none;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #730e06 url(../../images/arrow.svg) no-repeat 50% 50%;
  background-size: 9px 11px;
  top: 6px;
  right: 11px;
}

@media (min-width: 768px) {
  .where-to-buy-container a::after {
    top: 9px;
    right: 15px;
  }
}

.where-to-buy-container a:hover {
  color: #ffffff;
  background: #730e06;
}

.where-to-buy-container a:hover::after {
  background-color: white;
  background-image: url(../../images/arrow_dark.svg);
}
