/** Shopify CDN: Minification failed

Line 630:22 Expected ":"

**/
h2 {
  line-height: 1.2;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #1e1f49;;
  font-family: "Sofia Pro";
}

.sub-description {
  color: rgb(18, 18, 18);
  font-family: "ABC Diatype";
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  line-height: 1.2;
}

.mobile-sticky-section {
  display: none;
}

.product-section {
  background-color: white;
}

.product-section hr {
  display: none;
}

.product-section .page-width {
  display: flex;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.product-section .left {
  width: 100%;
}

.product-section .right {
  width: 100%;
}

.stars-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.stars-container .star-image {
  width: 170px;
}
.stars-container .text {
  font-family: "Sofia Pro";
  font-size: 18px;
  font-weight: 400;
  color: rgb(30, 32, 74);
}

.product-section h1 {
  font-family: "Sofia Pro";
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  margin-bottom: 7px;
}

.product-section .subtitle, .product-section .flavor {
  font-size: 21px;
  font-weight: 400;
  font-family: "Sofia Pro";
  text-align: left;
  line-height: 1;
  margin-top: 5px;
  color: rgb(18, 18, 18);
}
.product-section .subtitle {
  font-family: "Sofia Pro Light";
}

.product-section .carousel-holder {
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 60px;
}

.product-section .mobile-carousel-holder {
  display: none;
}

.mobile-dots-container {
  display: none;
}

.product-section .gallery-container {
  display: flex;
  flex-direction: column;
  width: 15%;
  gap: 30px;
}

.product-section .gallery-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
  cursor: pointer;
}
.product-section .gallery-image.active {
  border: 1px #EF4E94 solid;
}

.product-section .carousel-holder .main-image {
  width: 85%;
  flex-grow: 1;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.product-section .meta-row {
  display: flex; 
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-section .meta-mobile-row {
  display: none;
}

.product-section .meta-row img {
  height: 24px;
  width: 24px;
  margin-top: -4px;
}

.product-section .meta-row .text {
  font-family: "ABC Diatype";
  font-size: 18px;
}

.product-section .star-rating-container {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  gap: 10px;
}

.product-section .checklist-container {
  margin-top: 20px;
  text-align: left;
  display: flex; 
  flex-direction: column;
  gap: 5px;
}

.product-section .list-row {
  align-items: center; 
  display: flex;
  gap: 5px;
}

.product-section .list-row img {
  width: 30px;
}

.product-section .list-row .text {
  font-size: 22px; 
  font-weight: 600;
  font-family: "Sofia Pro";
  line-height: 1;
}

.product-section .description-text {
  text-align: left;
  margin-top: 20px;
  font-family: "ABC Diatype";
  font-family: 18px;
  line-height: 1.5;
  max-width: 550px;
}

.product-section .supply-text {
  text-align: left;
  margin-top: 10px;
  order: 7;
  font-family: "ABC Diatype";
  font-family: 18px;
  line-height: 1.5;
  max-width: 550px;
  font-weight: 600;
  color: black;
}

.appstle_sub_widget {
  margin-top: 20px !important;
}

.appstle_subscription_wrapper_option {
  position: relative;
}

.appstle_one_time_details_wrapper, .appstle_subscription_wrapper_option {
  border: none !important;
  text-align: left !important;
}

.appstle_one_time_price_wrapper, .appstle_subscription_amount_wrapper {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.appstle_subscription_wrapper_option label {
  position: absolute;
  display: flex;
  cursor: pointer;
  gap: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px #aaa solid;
  border-radius: 10px;
  padding: 10px;
}

.payAsYouGoPlansDropdownWrapper {
  margin-bottom: 15px;
}

.appstle_subscription_radio_wrapper {
  border-bottom: none !important;
}

.appstle_subscription_wrapper_option input {
  display: none;
}

.appstle_circle {
  height: 18px;
  width: 18px; 
  border-radius: 50%;
  border: 2px rgb(18, 18, 18) solid;
  display: flex; 
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  aspect-ratio: 1;
}

.appstle_subscription_wrapper_option.appstle-active-option {
  background: none !important;
}

.appstle_subscription_wrapper_option.appstle-active-option label {
  border-color: black;
}

.appstle-label-text {
  display: flex;
  align-items: center;
  height: 26px;
  gap: 5px;
}

.appstle-label-text .price {
  font-size: 18px;
  margin-top: -2px;
  font-family: "Sofia Pro";
  font-weight: 600;
}
.appstle-label-text .price-strikethrough {
  font-family: "Sofia Pro Light";
  font-size: 16px;
  color: rgb(18, 18, 18);
  font-weight: 400;
  text-decoration: line-through;
}
.appstle-label-text .save {
  color: #ef4d94;
  font-weight: 600;
  font-size: 16px;
  font-family: "Sofia Pro";
}

.appstle-active-option .appstle_dot {
  height: 10px;
  width: 10px;
  background-color: #ef4e94;
  border-radius: 50%;
}
.appstle-active-option .appstle_circle {
  border-color: #ef4e94;
}

.appstle-description {
  color: rgba(18, 18, 18);
  font-size: 16px;
  margin-top: 10px;
}

.appstle_subscription_wrapper_option .appstle-description {
  border-top: 1px #aaa solid;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 5px;
}

.appstle_subscription_wrapper_option .appstle-description .description-row:first-of-type {
  margin-top: 8px;
}
.appstle_subscription_wrapper_option .appstle-description .description-row {
  display: flex;
  gap: 8px;
  line-height: 1;
}
.appstle_subscription_wrapper_option .appstle-description .description-row img {
  width: 17px;
  height: 17px;
  margin-top: 0px;
}

.product-form__buttons {
  margin-top: 20px;
  max-width: 550px;
}

.product-form__submit {
  background-color: rgb(239, 78, 148);
  height: 52px;
  border-radius: 35px;
  font-size: 20px;
  font-family: "Sofia Pro";
}
.product-form__submit:hover {
  opacity: 0.8;
}

.money-back-guarantee {
  display: flex; 
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-family: "Sofia Pro";
  font-weight: 600;
  font-size: 16px;
  gap: 5px;
}
.money-back-guarantee img {
  width: 20px;
  
}

.media-section {
  background-color: #ef4e94;
}
.media-section .page-width {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.media-section img {
  max-width: 200px;
  width: 25%;
}
.media-section img:nth-of-type(3) {
  max-height: 50px;
}

.results-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: white;
}

.results-container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 1100px;
}

.result {
  max-width: 300px;
  width: 25%;
}

.result img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.review-name {
  margin-top: 20px;
  font-size: 18px;
  font-family: "ABC Diatype";
  line-height: 1.2;
  font-weight: 600;
  color: rgb(30, 32, 74);
}
.review-text {
  margin-top: 5px;
  font-size: 18px;
  font-family: "ABC Diatype";
  font-weight: 400;
  color: rgb(30, 32, 74);
  line-height: 24px;
}

.benefits-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: white;
}

.benefits-container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  row-gap: 80px;
}

.benefit {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.benefit img {
  width: 100px;
  height: 100px;
}

.benefit-title {
  margin-top: 20px;
  color: rgb(54, 54, 54);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
.benefit-description {
  margin-top: 20px;
  font-size: 18px;
  font-family: "ABC Diatype";
  font-weight: 400;
  color: rgb(30, 32, 74);
  line-height: 24px;
  text-align: center;
}

.ingredients-section {
  background-color: white;
}
.ingredients-section .page-width {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ingredients-section .left {
  width: 50%;
  background-color: rgb(249, 249, 248);
  padding-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
}
.ingredients-section .right {
  width: 50%;
}
.ingredients-section .right img {
  width: 100%;
}

.ingredients-section .mobile-image {
  display: none;
}

.ingredients-section h2 {
  font-size: 32px;
  text-align: left;
  text-transform: capitalize;
}

.ingredients-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column; 
  gap: 20px;
}

.ingredient-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ingredient-row img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.ingredient-row .ingredient-title {
  font-size: 24px;
  color: rgb(30, 32, 74);
  font-family: "Sofia Pro";
  font-weight: 600;
}
.ingredient-row .ingredient-text {
  font-size: 18px;
  font-family: "ABC Diatype";
  font-weight: 400;
  color: rgb(30, 32, 74);
  line-height: 24px;
}

.second-ingredients-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: white;
}

.second-ingredients-section .ingredients {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  max-width: 1200px; 
  margin-left: auto;
  margin-right: auto;
}

.second-ingredients-section .ingredient {
  width: 100%;
  display: flex; 
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.second-ingredients-section .ingredient img {
  width: 100px; 
  height: 100px;
}

.second-ingredients-section .ingredient .text {
  color: #f7a8c0;
  font-weight: 600;
  font-size: 24px; 
  font-family: "Sofia Pro";
}

.easy-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(249, 249, 248);
}

.easy-container {
  display: flex; 
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.easy {
  width: 25%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.easy img {
  width: 250px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}

.easy-title {
  color: rgb(30, 32, 74);
  line-height: 1.1;
  font-weight: 600;
  font-size: 22px; 
  font-family: "Sofia Pro";
  margin-top: 20px;
  text-align: center;
}
.easy-description {
  font-size: 18px;
  font-family: "ABC Diatype";
  font-weight: 400;
  color: rgb(30, 32, 74);
  line-height: 24px;
  margin-top: 15px;
  text-align: center;s
}

.stamped-full-page-tabs ul {
  display: none;
}

/* Hide json sections */
#shopify-section-template--19190955901142__brands_section_hKpqaj {
  display: none;
}
#shopify-section-template--19190955901142__video_section_tH8dDU {
  display: none;
}
#shopify-section-template--19190955901142__powerful_clean_tABmLa {
  display: none;
}

/* Stamped Section */
.stamped-header-title {
  text-align: center;
}

.stamped-summary {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.summary-overview {
  width: 300px !important;
  text-align: center;
}

.stamped-summary .stamped-fa-star {
  color: #fce701 !important;
}

.stamped-summary-caption .stamped-summary-text {
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
}

div[data-widget-style*=standard] .stamped-summary-ratings {
  width: 600px !important;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-rating { 
  display: flex !important;
  gap: 10px !important;
}

div[data-widget-style*=standard] .summary-rating-bar {
  width: 350px !important;
  height: 20px !important;
  flex-grow: 1;
}
div[data-widget-style*=standard] .summary-rating-bar>div {
  height: 20px !important;
}

.stamped-summary .summary-rating-bar>div  {
  background-color: #ffbd45 !important;
}

div[data-widget-style*=standard] .summary-rating-count { 
  font-size: 16px !important;
}

div[data-widget-style*=standard] .stamped-tab-container ul.stamped-tabs { 
  border-bottom: 1px rgb(105, 105, 105) solid !important;
}

.stamped-container ul.stamped-tabs li.active { 
  font-size: 18px;
  color: rgb(30, 32, 74) !important;
  border-bottom-color: #555 !important;
  padding-bottom: 4px !important;
}

.stamped-reviews-filter {
  display: none !important;
}

.stamped-review {
  border-bottom: 1px rgb(105, 105, 105) solid;
}

.stamped-review-header .stamped-verified-badge {
  color: rgb(30, 32, 74) !important;
}

.stamped-review .fa-star, .stamped-review  .fa-star-o, .stamped-review  .fa-star-half-o, .stamped-review  .stamped-fa-star, .stamped-review  .stamped-fa-star-o, .stamped-review  .stamped-fa-star-half-o {
  color: #ffe502 !important;
}

@media screen and (max-width: 850px) {

  .mobile-sticky-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -7px 7px -4px;
    z-index: 2;
    padding-left: 5%;
    padding-right: 5%;
    transition: bottom 0.3s ease;
  }
  
  .mobile-sticky-section.modal-hidden {
    bottom: -125px;
    transition: bottom 0.3s ease;
  }

  #modal-button {
    width: 100%;
  }

  .mobile-sticky-section .money-back-guarantee {
    margin-top: -5px;
    margin-bottom: -10px;
  }
  
  .product-section .page-width {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 20px;
    gap: 0;
  }

  .stars-container {
    justify-content: center;
    align-items: center;
  }

  .product-section h1 {
    font-size: 25px;
    margin-bottom: -5px;
    text-align: center;
    order: 1;
  }

  .product-section hr {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    order: 8;
  }

  .product-section .left, .product-section .right {
    display: flex;
    flex-direction: column;
  }

  .product-section .subtitle {
    text-align: center;
    font-size: 20px;
    order: 2;
  }
  .product-section .flavor {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    order: 3;
  }

  .product-section .star-rating-container {
    order: 4;
    justify-content: center;
  }

  .product-section form {
    order: 5;
  }

  .product-section .carousel-holder {
    display: none;
  }

  .product-section .mobile-carousel-holder {
    display: flex;
    aspect-ratio: 1;
    margin-top: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow-x: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch; /* for smooth iOS scroll */
    scrollbar-width: none;             /* hide in Firefox */
  }
  .product-section .mobile-carousel-holder::-webkit-scrollbar {
    display: none;
  }

  .mobile-grid {
    display: grid;
    height: 100%;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* for smooth iOS scroll */
    scrollbar-width: none;             /* hide in Firefox */
    cursor: grab;
    user-select: none;
  }
  .mobile-grid.dragging {
    cursor: grabbing;
    user-select: none;
  }
    
  .mobile-grid::-webkit-scrollbar {
    display: none;
  }

  .mobile-grid img {
    aspect-ratio: 1 / 1; /* Makes it square */
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
  }

  .mobile-dots-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
    margin-bottom: 25px
  }

  .mobile-dots-container img {
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: #bfbfbf;
    display: block;
  }
  .mobile-dots-container img.active {
    border: 1px #f7a8c0 solid;
  }

  .product-section .checklist-container {
    order: 6;
  }

  .product-section .supply-text {
    order: 4;
  }

  .product-section .description-text {
    order: 7;
    margin-bottom: 30px;
  }

  .product-section .list-row img {
    max-width: 20px;
  }
  .product-section .list-row .text {
    font-size: 18px;
  }

  .product-section .meta-desktop-row {
    display: none;
  }
  .product-section .meta-mobile-row {
    display: flex;
    align-items: flex-start;
    order: 9;
  }

  .product-section .meta-mobile-row img {
    margin-top: -1px;
  }
  .product-section .meta-mobile-row .text {
    text-align: left;
    font-size: 16px;
  }

  .media-section .page-width {
    height: 60px;
  }

  .results-container {
    flex-direction: column;
    gap: 40px;
  }

  .result { 
    max-width: 100%;
    width: 100%;
  }

  .review-name { 
    margin-top: 10px;
  }

  .benefits-container {
    gap: 40px;
  }

  .benefit {
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .benefit img {
    width: 75px;
    height: 75px;
  }
  
  .benefit-title { 
    text-align: left;
    margin-top: 0;
  }
  .benefit-description {
    text-align: left;
    margin-top: 10px;
  }
  
  .ingredients-section .page-width {
    flex-direction: column;
  }

  .ingredients-section .right {
    order: 1;
    width: 100%;
  }
  .ingredients-section .left {
    order: 2;
    width: 100%;
  }

  .ingredients-section .desktop-image {
    display: none;
  }
  .ingredients-section .mobile-image {
    display: block;
  }

  .ingredient-row {
    align-items: flex-start;
  }

  .ingredient-row img {
    width: 75px;
    height: 75px;
  }

  .ingredient-row .ingredient-title { 
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .second-ingredients-section .ingredients {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }

  .easy-container { 
    flex-direction: column;
    gap: 30px;
  }

  .easy { 
    max-width: 100%;
    width: 100%;
  }

  /* Stamped Section */
  div[data-widget-style*=standard] .stamped-summary-ratings {
    width: 90% !important;
  }
}