.progress-container {
  width: 100%;
  height: 6px;
  top: 70px;
  z-index: 3;
}

.progress-bar {
  height: 6px;
  width: 0;
  background: #fe8182;
  background: -moz-linear-gradient(left, #fe8182 0%, #c32359 100%);
  background: -webkit-linear-gradient(left, #fe8182 0%, #c32359 100%);
  background: linear-gradient(to right, #fe8182 0%, #c32359 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe8182", endColorstr="#c32359", GradientType=1);
}

.relevant-products .slide-inner {
  background: rgb(245, 245, 243) !important;
}
.relevant-products .slide-inner .slide-product-image {
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  aspect-ratio: 3/2;
}
.relevant-products .slide-inner .slide-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.relevant-products .slide-inner .ap-rating {
  margin-top: 0 !important;
}

.newsletter-section .prod-leaf-left,
.newsletter-section .prod-leaf-right {
  width: 290px;
}

.featured-image {
  text-align: center;
}

@media (min-width: 576px) {
  .relevant-products .slide-inner {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 230px 2fr;
    grid-template-rows: 60px 30px 24px;
  }
  .relevant-products .slide-inner .slide-product-image {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  /*deprecated*/
  .one-item-slider .slide-inner {
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 30px;
    align-items: start;
  }
  .one-item-slider .slide-inner .slider-image {
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .one-item-slider .slide-inner .ap-title {
    grid-row: 1;
    min-height: auto !important;
  }
  .one-item-slider .slide-inner .ap-rating {
    grid-row: 2;
    margin-top: -20px !important;
  }
}
@media (min-width: 992px) {
  .progress-container {
    top: 96px;
  }
  .cc-blockquote .blockquote-leaf {
    transform: translateY(-20%);
  }
  .relevant-products .slide-inner .ap-title {
    font-size: 22px;
    line-height: 24px;
  }
  .blockquote-leaf {
    top: 0 !important;
  }
}
@media (max-width: 768px) {
  .relevant-products h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 991px) {
  .controls-bottom {
    padding-bottom: 80px !important;
  }
  .controls-bottom .controls {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 15px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 577px) {
  #cc_newsletter_form button#cc_newsletter_submit {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    height: calc(100% - 6px);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  #cc_newsletter_form button#cc_newsletter_submit {
    width: 100%;
    margin-top: 10px;
  }
}
p:has(img.cc-media-img) {
  text-align: center;
}

img.cc-media-img {
  margin-bottom: 40px;
  margin-top: 40px;
}

/*# sourceMappingURL=news-item.css.map */
