.product {
  padding: 70px 0 40px;
  text-align: left;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .product .product-info {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .product {
    padding: 30px 0;
  }
}

.product .product-image > div::after {
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  clear: both;
}

.product .product-image img {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 544px) {
  .product .product-image img {
    max-width: 280px;
  }
}

@media screen and (max-width: 360px) {
  .product .product-image img {
    max-width: 100%;
  }
}

.product .name {
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #b8191d;
  letter-spacing: normal;
}

@media screen and (max-width: 544px) {
  .product .name {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
  }
}

.product .description {
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  font-size: 0.875rem;
  line-height: 20px;
  color: #434343;
  font-weight: normal;
}

.product .rating-information {
  display: none !important;
}

.product .nutrition-cta {
  display: inline-block;
  margin: 0 10px 20px 0;
}

.product .nutrition-cta 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: relative;
  display: inline-block;
}

.product .nutrition-cta a:hover {
  color: #b8191d;
  background: #f7c805;
}

@media screen and (max-width: 544px) {
  .product .nutrition-cta a {
    height: 30px;
    padding: 10px 15px 0;
    font-size: 0.625rem;
  }
}

.product .sizes-available {
  font-family: 'Arial', sans-serif;
}

.product .where-to-buy-cta {
  display: inline-block;
}

.product .where-to-buy-cta 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: relative;
  display: inline-block;
}

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

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

.product .social-sharing {
  margin-top: 20px;
  vertical-align: middle;
}

.product .social-sharing .social-label {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  top: -5px;
  font-size: 1.125rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #b8191d;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .product .social-sharing .social-label {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 544px) {
  .product .social-sharing .social-label {
    font-size: 0.875rem;
    top: -1px;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 345px) {
  .product .social-sharing .social-label {
    width: 100%;
  }
}

.product .social-sharing .social-property a {
  display: block;
  font-size: 1.875rem;
  color: #b8191d;
}

.product .social-sharing .social-property a:hover {
  color: #e3a809;
}

@media screen and (max-width: 544px) {
  .product .social-sharing .social-property a {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .product {
    margin-top: 10px;
  }
}

.product .featured-recipe {
  letter-spacing: normal;
  color: #aa000d;
  text-transform: normal;
  margin-top: 50px;
}

.product .featured-recipe .heading {
  text-align: center;
  padding: 15px 0 0;
  font-size: 1.875rem;
  margin: 0 auto 40px auto;
}

@media (min-width: 768px) {
  .product .featured-recipe .heading {
    margin: 0 -30px 0 0px;
    padding: 0;
    width: 60%;
    float: right;
    text-align: left;
  }
}

.product .featured-recipe .recipe-name {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 30px;
}

.product .featured-recipe .recipe-image img {
  max-width: 200px;
}

.product .featured-recipe p {
  font-size: 0.875rem;
  font-family: 'Asap Regular';
  line-height: normal;
  color: #373a3c;
  text-transform: none;
}

.product .featured-recipe 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: relative;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.product .featured-recipe a:hover {
  color: #b8191d;
  background: #f7c805;
}

.product .featured-recipe a::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 15px;
  margin-right: -10px;
  top: initial;
  right: initial;
}

[id*=related-products] {
  margin-bottom: 0.9375rem;
  background: #ffffff;
}

[id*=related-products] .product-snippet .product-info .star-rating,
[id*=related-products] .product-snippet .product-info .total-ratings {
  display: none;
}

[id*=related-products] .product-snippet .product-info .product-name {
  text-align: center;
  line-height: 0.6;
}

[id*=related-products] .product-snippet .product-info .product-name a {
  height: auto !important;
  min-height: 35px !important;
  margin: 0 0 20px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #b8191d;
  line-height: 1rem;
  text-transform: uppercase;
}

[id*=related-products] .product-snippet .product-info .product-name a:hover {
  text-decoration: none;
  color: #e3a809;
}

@media screen and (max-width: 544px) {
  [id*=related-products] .product-snippet .product-info .product-name a {
    padding: 0;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  [id*=related-products] {
    padding-bottom: 30px;
  }
}

#block-peterpan-views-block-related-products-related-products-with-ratings {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

#block-peterpan-views-block-related-products-related-products-with-ratings::before {
  position: absolute;
  display: block;
  content: ' ';
  width: 100%;
  height: 3px;
  top: 45px;
  left: 0;
  background: #e3a809;
}

@media screen and (max-width: 544px) {
  #block-peterpan-views-block-related-products-related-products-with-ratings::before {
    top: 30px;
  }
}

#block-peterpan-views-block-related-products-related-products-with-ratings h2 {
  position: relative;
  display: inline-block;
  padding: 15px 35px;
  z-index: 5;
  font-size: 2.25rem;
  color: #b8191d;
  background: #ffffff;
}

@media screen and (max-width: 544px) {
  #block-peterpan-views-block-related-products-related-products-with-ratings h2 {
    padding: 15px 15px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

.related-products-block a {
  color: #aa000d;
}
