/** Shopify CDN: Minification failed

Line 180:29 Expected ")" to end URL token

**/
.nourishing-info {
  background-size: cover;
  background-position: center;
}

.left-section {
  width: 100%;
  max-width: 641px;
  padding: 72px 0px 72px 100px;
}

.get-mine-nourishing {
  margin: 35px 0px !important;
  padding: 22px 0;
  background: #de178b;
  max-width: 350px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 70px;
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

button.get-mine-nourishing img.btn-arrow {
  width: 30px;
  height: 13px;
  opacity: 1;
}
.nourishing-title {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 30px;
}
.nourishing-main-text {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  color: #111111;
}
.nourishing-rating-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.nourishing-rating-section .nourishing-rating-stars {
  max-width: 99px;
  width: 100%;
  height: 18px;
}

.nourishing-rating-section .nourishing-rating-stars img {
  width: 100%;
  height: 100%;
  display: block;
}

.nourishing-rating-section .nourishing-review-text {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #111111;
}
.testimonial-content{
  padding: 28px 28px;
}
.testimonial-card {
    align-items: center;
  width: 100%;
  max-width: 601px;
  border-radius: 10px;
  padding: 1px 0px 1px 1px;
  display: flex;
  background: #fff;
  border: 1px solid #11111133;
}
.testimonial-image {
    max-width: 133px;
    width: 100%;
    height: -webkit-fill-available;
}
.testimonial-image img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  object-fit: cover;
}

.testimonial-content {
      max-width: 411px !important;
    width: 100% !important;
}

.testimonial-content,
.testimonial-text-title {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #111111;
}

.testimonial-author-block {
  margin-top: 24px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-name {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: #111111;
}

.verified-icon {
  width: 18px;
  height: 18px;
}
.testimonial-rating img {
  width: 88px;
  height: 16px;
}

.testimonial-author-block-mobile {
  display: none !important;
}

/* Mobile override */
@media (max-width: 767px) {
  .nourishing-info {
    background-image: none !important; /* remove desktop */
    background-image: var(--mobile-banner) !important;
  }

  .nourishing-info[data-mobile-bg] {
    background-image: url(var(--mobile-banner)) !important;
  }

  .testimonial-author-block-mobile {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px !important;
  }
  .testimonial-image-mobile img {
    height: 38px !important;
    width: 38px !important;
    border-radius: 50% !important;
  }
  .testimonial-author-block {
    display: none !important;
  }
  .left-section {
    max-width: 100% !important;
    padding: 288px 30px 29.5px 30px;
  }
  .nourishing-title {
    text-align: center !important;
    font-size: 28px !important;
    margin-bottom: 26px !important;
  }
  .nourishing-rating-section .nourishing-rating-stars {
    max-width: 78px;
    width: 100%;
    max-height: 14px;
    height: 100%;
  }
  .nourishing-rating-section .nourishing-review-text {
    font-size: 14px !important;
  }
  .nourishing-rating-section {
    margin-bottom: 26px !important;
    gap: 8px !important;
  }
  .nourishing-main-text {
    font-size: 16px !important;
    line-height: 120% !important;
  }

  .nourishing-rating-section {
    justify-content: center !important;
  }

  .get-mine-nourishing {
    margin: auto !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    padding: 16px 0;
    background: #de178b;
    max-width: 330px;
    width: 100%;
    height: 46px;
    font-size: 18px !important;
  }
  button.get-mine-nourishing img.btn-arrow {
    width: 29px;
    height: 14px;
  }
  .testimonial-card {
    margin: auto !important;
    max-width: 330px;
  }
  .testimonial-image {
    display: none;
  }

  .testimonial-content {
    padding: 28px 21px;
  }
}
