/**
  Styles for What We Are Tasting module
 */
.what-we-are-tasting {
  justify-content: center;
}
@media (max-width: 1439.98px) {
  .what-we-are-tasting {
    padding: 0;
  }
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .what-we-are-tasting .block-wrapper .what-were-tasting__block {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .what-we-are-tasting .block-wrapper .what-were-tasting__block {
    max-width: 300px;
  }
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block-title {
  font-size: 24px;
  font-size: 32px;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block-blurb {
  font-size: 16px;
  line-height: 28px;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block .price-wrapper,
.what-we-are-tasting .block-wrapper .what-were-tasting__block .points-wrapper {
  height: 44px;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block .price-wrapper__label,
.what-we-are-tasting .block-wrapper .what-were-tasting__block .points-wrapper__label {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block .price-wrapper__value,
.what-we-are-tasting .block-wrapper .what-were-tasting__block .points-wrapper__value {
  font-size: 12px;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block .points-wrapper__value {
  border: 2px solid #000000;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 44px;
  width: 44px;
  min-width: 44px;
  font-size: 20px;
  font-weight: 400;
  padding: 0 23px;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block a.cta-1 {
  margin-top: 20px;
  width: 100%;
  color: #ffffff;
}
.what-we-are-tasting .block-wrapper .what-were-tasting__block a.cta-1:hover {
  color: #b44815 !important;
  text-decoration: none;
}
.what-we-are-tasting .owl-nav {
  display: none !important;
}
.what-we-are-tasting .owl-stage-outer:after {
  display: none;
}
.what-we-are-tasting .owl-stage-outer .owl-item .block-wrapper .label__img a img {
  width: auto;
  max-width: 300px;
  max-height: 300px;
}

/*# sourceMappingURL=wwt.css.map */