.product-teaser .flags {
  display: none;
}

.product-teaser .product-image {
  width: 100% !important;
  margin: 0 0 25px;
  text-align: center;
}

.product-teaser .product-image a {
  display: inline-block;
}

.product-teaser .product-image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .product-teaser .product-image a img {
    max-width: 200px;
  }
}

.product-teaser .product-info {
  width: 100%;
  text-align: center;
}

.product-teaser .product-info .product-name {
  height: auto !important;
  min-height: 35px !important;
  padding: 0 30px;
  margin: 0 0 20px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #b8191d;
  text-transform: uppercase;
}

@media screen and (max-width: 544px) {
  .product-teaser .product-info .product-name {
    padding: 0;
    font-size: 0.75rem;
  }
}

.product-teaser .product-info .product-name a {
  color: inherit;
}

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

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

.product-teaser .product-info .where-to-buy-container {
  text-align: center;
}

.product-teaser .product-info .where-to-buy-container a {
  position: absolute;
  height: 38px;
  bottom: 0;
  left: 0;
  padding: 12px 22px 0;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 500px;
  background: #b8191d;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  position: static;
  display: inline-block;
}

.product-teaser .product-info .where-to-buy-container a:hover {
  color: #b8191d;
  background: #f7c805;
}

.product-teaser .product-info .where-to-buy-container a:hover {
  color: #b8191d;
  background: #f7c805;
}

@media screen and (max-width: 544px) {
  .product-teaser .product-info .where-to-buy-container a {
    height: 30px;
    padding: 10px 15px 0;
    font-size: 0.625rem;
  }
}

.product-teaser:hover .product-name {
  color: #f7c805;
}
