/** Shopify CDN: Minification failed

Line 472:8 Expected identifier but found whitespace
Line 473:6 Unexpected "{"
Line 474:13 Expected ":"
Line 1059:0 Unexpected "}"

**/
:root {

  --font-weight-bold: 400;
  /* --text-3xl:12px; */
  /* --font-body-scale:12px; */
  --font-body-family: 'Inter';

  --color-gray-50: transparent;
  --color-gray-300: transparent;
  --tw-shadow: none;
  --color-gray-100: transparent;
}

.product__info-container {
  --font-body-scale: 12px !important;
}

body.gradient {
  font-family: var(--font-body-family);
  font-weight: 400;
  background: #FFF3ED;
}


product-info.gradient {
  background: #FFF3ED;
}

/* .header__icon .icon {
	height: auto;
	width: 20px;	
}
.header__icon, .header__icon--cart .icon {
	height: 2.1rem;
	width: 2.1rem;
}
.header__icons {
	margin-left: calc(20px + .5rem) !important;
}
.header__heading-logo-wrapper {
	margin-right: 124px;
}
.header.page-width, .utility-bar__grid.page-width {
	padding-left: 70px;
	padding-right: 70px;
}
header-drawer {
	margin-left: -7px;
}
.section-header div.header-wrapper.header-fixed, .section-header.menu-open div.header-wrapper {
	background-color: #FFF3ED !important;
}
.menu-drawer{
   background: #FFF3ED !important;
}
.header__icon .icon.icon-close {
	transform: scale(0.8);
}
a.header__heading-link {
	padding-top: 5px;
	padding-bottom: 5px;
}

.header__icon--menu .icon {
	display: block;
	position: absolute;
	opacity: 1;
	transform: scale(1);
	transition: transform .15s ease,opacity .15s ease;
	color: rgb(var(--color-foreground));
	fill: rgb(var(--color-foreground));
	stroke: rgb(var(--color-foreground));
}
.header-wrapper--transparent .header__icon .icon, .header-wrapper--transparent .header__icon svg {
	color: rgb(var(--color-foreground));
	fill: rgb(var(--color-foreground));
	stroke: rgb(var(--color-foreground));
}

.announcement-bar__message {
	padding: 0;
}
.announcement-bar__message {
	padding: 0;
	font-size: 19px;
	letter-spacing: normal;
	line-height: normal;
	min-height: 41px;
	display: flex;
	align-items: center;
}
.section-header,
.section-header:not(.menu-open):has(.header-wrapper--transparent) {
	position: sticky!important;
  position: webkit-sticky!important;
	top: 0!important;
	padding: 0;
}*/
div.header-wrapper {
  position: static !important;
  background: transparent !important;
}

product-info .page-width {
  padding: 0 40px;
  max-width: 100%;
}

.product--medium:not(.product--no-media) .product__media-wrapper,
.product--small:not(.product--no-media) .product__info-wrapper {
  max-width: 52%;
  width: calc(52% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product--medium:not(.product--no-media) .product__info-wrapper,
.product--small:not(.product--no-media) .product__media-wrapper {
  max-width: 48%;
  width: calc(48% - var(--grid-desktop-horizontal-spacing) / 2);
}

.product__media-list {
  gap: 18px;
}

product-info figure {
  height: auto !important;
  padding-bottom: 100%;
}

product-info figure .image-magnify-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

product-info.color-scheme-3,
.subtitle,
.product__title.variant-title h1 {
  color: #000;
}

.product__text.inline-richtext.subtitle {
  font-size: 12px;
}

.product__title.variant-title h1 {
  font-size: 27px;
  font-weight: 400;
}

.product__description.rte>p {
  font-size: 12px;
  line-height: 19px;
  font-family: Inter;
  letter-spacing: 0;
}

/* .product__info-container {
  max-width: 454px !important;
} */

.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget .kl_reviews__star_rating_widget__label {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
  color: #757575 !important;
}

.product-form__input .font-bold\! {
  text-transform: none !important;
  letter-spacing: 1px !important;
  font-family: Inter !important;
}

.form__label [data-selected-value] {
  color: #FF8E55;
  font-weight: 500;
  /* font-size: calc(var(--font-body-scale)) !important; */
  font-size: 12px !important;
  text-transform: uppercase;
}

.product-form__input--pill input[type="radio"]+label {
  margin: 0 !important;
  padding: 0 !important;
  border-width: 1px !important;
  width: 96px;
  height: 96px;
  position: relative;
}

.product__description.rte {
  width: 96%;
  margin-bottom: 0;
}

.product-form__input--pill input[type="radio"]+label img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

variant-selects {
  margin-top: 0 !important;
}

div.recharge-option__badge {
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 3px;
}

div.recharge-option__title {
  font-size: 12px;
  letter-spacing: 0.5px;
}

div.recharge-option__details {
  font-size: 10px;
  letter-spacing: 0.5px;
}

label.recharge-option input[type="radio"] {
  width: 20px;
  height: 20px;
}

div.recharge-option__price {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

span.recharge-option__serving-info {
  font-size: 10px;
  letter-spacing: 0.5px;
}

label.recharge-option {
  padding: 15px 15px;
  border-width: 1px;
  min-height: 62px;
}

div.recharge-widget__options {
  gap: 10px;
  margin-bottom: 40px;
}

button.recharge-widget__add-btn.button {
  border-radius: 0;
  font-size: 23px;
  letter-spacing: normal;
  text-transform: none;
  line-height: normal;
  min-height: 56px;
  font-family: Merriweather, Platypi !important;
  background: #F9784D;
}

button.recharge-widget__add-btn.button::after {
  border-radius: 0;
}

span.free_note {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  color: #757575;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 10px 0 70px;
}

.product__title {
  margin-bottom: 0;
  margin-top: 10px;
}

.shopify-block.shopify-app-block {
  margin-top: 0;
}

.testimonial-wrapper {
  padding: 20px 20px 20px;
}

.testimonial-inner {
  max-width: 934px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0px;
}

.text-slider {
  width: 50%;
  text-align: center;
}

.image-slider {
  width: 100%;
  max-width: 315px;
}

.stars {
  color: #e91e63;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.6;
}

.image-slider img {
  width: 100%;
  max-width: 420px;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

@layer utilities {
  .\!border-black {
    border-color: #FF8E55 !important;
    box-shadow: none !important;
    border-width: 1px !important;
  }

  variant-selects .hover\:\!border-gray-400:hover {
    border-color: transparent !important;
  }

  @media(max-width:767px) {
    .\!border-black {
      border-color: #FF8E55 !important;
    }
  }

  /* .header-wrapper.gradient {
	background: transparent;
}
.header__heading-logo-wrapper {
	margin-right: 0;
} */
  div#pdp_table th {
    width: 23% !important;
  }

  div#pdp_table .w-1\/3.md\:w-64.px-3.pt-6.pb-4.rounded-lg.md\:rounded-2xl.hidden.md\:\!table-cell {
    display: inherit !important;
    width: 29% !important;
  }

  div#pdp_table td {
    width: 23% !important;
  }

  div#pdp_table tbody td:first-child {
    width: 29% !important;
  }

  div#pdp_table tbody td:first-child div {
    font-size: 12px !important;
  }

  div#pdp_table td div {
    font-size: 13px !important;

  }


}

.swiper-button-next,
.swiper-button-prev {
  width: 12px !important;
  height: 17px !important;
  display: block !important;
  margin: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  opacity: 0;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 12px;
  height: 17px;
  float: left;
  position: static;
}

p.testimonial-text {
  font-family: Merriweather;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;

}

#TextSwiper-slider {
  margin: 0 auto;
  width: 100%;
}

.testimonial-wrapper {
  padding: 72px 0;
  background: #fff;
}

.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.w_300 {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  align-items: center;
  justify-content: center;
}


.health-accordion-wrapper {
  display: flex;
  gap: 0;
  align-items: center;
  padding: 0;
  max-width: none;
}

.accordion-left {
  flex: 1;

  color: {
      {
      section.settings.text_color
    }
  }

  ;
}

.image-right {
  flex: 1;
  text-align: center;
}

.image-right img {
  width: 100%;
  height: auto;
  float: left;
}

.section-heading {
  margin-bottom: 30px;
}

h2.section-heading {
  color: currentColor;
  margin: 0;
  padding: 0;
  font-family: Merriweather;
  font-weight: 400;
  font-style: Regular;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0;
}

.level-box {
  float: left;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
  padding: 0px 0 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.level-box.active {
  opacity: 1;
}

.accordion-header {
  color: currentColor;
  margin: 0;
  padding: 0;
  font-family: Merriweather;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0;
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.accordion-header .label {
  float: left;
  width: 100%;
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.accordion-item.box-a1 {
  padding: 24px 0;
  border-bottom: 1px solid currentColor;
  float: left;
  width: 100%;
}

.accordion-header .icon {
  width: 24px;
  height: 24px;
  background: currentColor;
  border-radius: 100%;
  line-height: normal;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion_wrap.grid-l1 {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.w_422 {
  width: 100%;
  max-width: 422px;
  margin: 0 auto;
}

.p_br {
  margin-bottom: 10px;
}

#pdp_accordion .collapsible-content__heading.h2 {
  font-size: 27px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 75px;
}

#pdp_accordion .accordion__title {
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 400;
}

#pdp_accordion .collapsible-content-wrapper-narrow {
  padding-right: 0;
  padding-left: 0;
  max-width: 1055px;
}

#pdp_accordion .collapsible-content__grid .grid__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

#pdp_accordion .collapsible-content .accordion {
  width: 100%;
  max-width: 440px;
  border: none;
  margin: 0 0 30px;
}

#pdp_accordion .accordion .accordion__title {
  max-width: calc(100% - 0rem);
  min-height: inherit;
  width: 100%;
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  min-height: 55px;
}

#pdp_accordion .accordion summary {
  padding: 0 0 5px;
}

#pdp_accordion .accordion .accordion__title::after {
  position: absolute;
  right: 0;
  top: 0px;
  content: '+';
  font-size: 19px;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#pdp_accordion [open] .accordion__title::after {
  content: '-' !important;
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: none !important;
}

#pdp_accordion .accordion__content {
  margin-bottom: 0;
  padding: 0;
}

#pdp_accordion .accordion__content p {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
  margin-top: 13px;
}

@layer utilities {
  #pdp_table .w_701 {
    transform: none;
    margin: 0 auto;
    display: table;
    float: none;
    translate: inherit;
    width: 100%;
    max-width: 701px;
  }

  #pdp_table table {
    border-collapse: collapse;
  }

  #pdp_table table tr {
    display: flex;
    flex-wrap: wrap;
  }

  #pdp_table th {
    padding: 0;
    border-right: 1px solid #000;
    background: transparent !important;
    width: 187px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px 15px;
    border-radius: 0;
    flex-wrap: wrap;

  }

  #pdp_table th .relative.bg-white\! {
    min-height: 115px;
  }

  #pdp_table td {
    padding: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background: transparent !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 28px !important;
    letter-spacing: 0% !important;
    font-family: var(--font-heading-family) !important;
    width: 187px;
    min-height: 78px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  #pdp_table td div {
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 28px !important;
    letter-spacing: 0% !important;
    font-family: var(--font-heading-family) !important;

  }

  #pdp_table .bg-white\! {
    background-color: transparent !important;
  }

  #pdp_table th h3 {
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 28px !important;
    letter-spacing: 0% !important;
  }

  #pdp_table th:first-child {
    width: 141px !important;
    border-left: 0;
  }

  #pdp_table tbody td:first-child {
    font-family: var(--font-body-family) !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 15px !important;
    line-height: 100% !important;
    letter-spacing: 10% !important;
    text-transform: uppercase !important;
    text-align: left !important;
    width: 141px;
    border-left: 0;
    justify-content: start !important;
  }

  #pdp_table tbody td:first-child div {
    text-align: left !important;
    font-size: 15px !important;
    font-family: var(--font-body-family) !important;
    letter-spacing: 1px !important;
    line-height: 20px !important;
  }

  #pdp_table table tr .md\:hidden\! {
    display: none !important;
  }

  #pdp_table th:last-child,
  #pdp_table tbody td:last-child {
    border-right: 0;
  }

  #pdp_table th svg {
    height: auto;
    width: 162px;
  }

  #pdp_table th .md\:gap-4 {
    gap: 15px;
  }

  #pdp_table th:nth-child(2) img {
    width: 100%;
    max-width: 139px;
    margin-top: -15px;
  }

  #pdp_table th:nth-child(3) img {
    width: 100%;
    max-width: 99px;
  }

  #pdp_table th:nth-child(4) img {
    width: 100%;
    max-width: 135px;
  }

  #pdp_table th:nth-child(3) .inline-flex.flex-col.justify-center.items-center.gap-2\.5.md\:gap-4 {
    align-items: center;
  }

  #pdp_table th .md\:size-40 {
    width: auto;
    height: auto;
  }

  #pdp_table .rich-text__heading {
    font-size: 27px !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    margin-bottom: 70px !important;
    float: left;
    width: 100%;
  }

  #pdp_table {
    padding: 60px 0;
  }

  #pdp_table .rich-text__caption {
    text-align: center;
    color: #000;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    font-weight: 500;
    padding-top: 35px;
  }

  #pdp_table .bg-\[\#FF8E56\] {
    background-color: transparent;
  }

  /* footer .text-white\/60 {
	color: #000!important;
}
footer .footer-block__details-content .list-menu__item--link {
  font-family: Inter!important;
  font-weight: 400!important;
  font-size: 19px!important;
  line-height: 26px!important;
  letter-spacing: 0!important;
  color:#757575!important;
  text-transform: none !important;
}

footer .font-normal{
  font-family: var(--font-heading-family) !important;
  font-weight: 400!important;  
  font-size: 19px!important;
  line-height: 32px!important;
  letter-spacing: 0 !important;
}
footer .md\:pr-16\! {
	padding-right: 15px!important;
}
footer .md\:mr-16\! {
	margin-right: 0!important;
}
@media(max-width:1199px){
  footer .font-normal {
	font-size: 17px !important;
  line-height: 24px !important;
  margin-bottom: 8px;
}
footer .footer-block__heading {
	font-size: 17px;
}
footer .footer-block__details-content .list-menu__item--link {
	font-size: 17px !important;
}
footer .md\:w-auto\! {
	width: 33.333% !important;
}
#Subscribe {
	font-size: 13px;
	max-width: 127px;
}
.footer__copyright a,
.copyright__content {
	font-size: 13px;
}
.policies li {
	padding: 0 5px;
}
}
@media(max-width:989px){

.product-form__input--pill input[type="radio"] + label {
	transform: scale(0.7);
  width: 86px;
  height: 86px;
}
 footer .font-normal {
      font-size: 15px !important;
      line-height: 22px !important;
    } */
}

.js.product-form__input.product-form__input--pill {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media(max-width:767px) {
  #pdp_table td {
    font-size: 12px !important;
    line-height: 24px !important;
    width: 100%;
    min-height: 48px;
    padding: 10px;
  }

  #pdp_table th {
    width: 100%;
    min-height: 48px;
  }

  /* .rounded-xl\! {
    border-radius: 0 !important;
  } */

  .thumbnail.opacity-50 {
    opacity: 1;
  }

  footer .footer-block__details-content .list-menu__item--link {
    font-size: 19px !important;
  }

  footer .md\:w-auto\! {
    width: 50% !important;
    padding: 0 !important;
  }

  #pdp_table th .relative.bg-white\! {
    min-height: 88px;
  }

  #pdp_table th:nth-child(3) img {
    max-width: 60px;
  }

  #pdp_table th:nth-child(4) img {
    max-width: 75px;
  }

}



#pdp_table th:nth-child(3) img {
  max-width: 80px;
}

#pdp_table th:nth-child(4) img {
  max-width: 95px;
}

#pdp_table th h3 {
  font-size: 15px !important;
  line-height: 24px !important;
}

#pdp_table table {
  border-collapse: collapse;
  width: 100%;
}

#pdp_table th svg {
  height: auto;
  width: 90%;
}

#pdp_table th:nth-child(2) img {
  width: 100%;
  max-width: 59px;
}

#pdp_table .w-1\/3.md\:w-64.px-3.pt-6.pb-4.rounded-lg.md\:rounded-2xl.hidden.md\:\!table-cell {
  display: inherit !important;
  width: 25%;
}

#pdp_table tbody td:first-child {
  width: 100%;
}

#pdp_table th {
  width: 25% !important;
}

#pdp_table td div {
  font-size: 15px !important;
  line-height: 24px !important;
}

#pdp_table tbody td:first-child div {
  font-size: 13px !important;
}

#pdp_table .w_701 {
  padding: 0 5px;
}

#pdp_table tbody td:first-child {
  width: 25%;
  padding: 5px 5px;
}

#pdp_table table tr {
  flex-wrap: wrap;
}

#pdp_table td {
  width: 25%;
}

#pdp_table .rich-text__caption {
  font-size: 15px !important;
  padding-top: 25px;
  padding-bottom: 30px;
}

#pdp_table th:nth-child(2) img {
  width: 100%;
  max-width: 109px;
  margin: 0;
}

#pdp_table th {
  padding: 0px 10px 15px;
}

#pdp_table th h3 {
  font-size: 15px !important;
  line-height: 18px !important;
}

#pdp_table th:nth-child(2) h3 {
  padding-bottom: 20px;
}
}


#fulfilled-reviews-all {
  padding: 50px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}

.kl_reviews__summary__grid--1-2:not(.kl_preview *) {
  justify-content: space-between !important;
}

.kl_reviews__summary.kl_reviews__summary.kl_reviews__summary {
  font-family: var(--font-body-family) !important;
}

div.kl_reviews__summary__average_value {
  font-size: 29px;
  text-align: left;
}

.kl_reviews__histogram__rating {
  font-family: var(--font-body-family) !important;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.kl_reviews__histogram__value {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.kl_reviews__histogram {
  max-width: 100%;
}

.kl_reviews__reviews_list.kl_reviews__reviews_list.kl_reviews__reviews_list button.kl_reviews__list__tab {
  font-size: 15px;
}

.kl_reviews__review_item.kl_reviews__review_item.kl_reviews__review_item p.kl_reviews__review__content {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
  margin-top: 13px;
}

.pdp-table-section+section.section {
  background: #fff;
}

path.kl_reviews__star {
  fill: #F9784D;
}

.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget svg {
  width: 15px !important;
  height: 15px !important;
  transform: scale(0.8);
}

.kl_reviews__stars_badge svg {
  width: 15px !important;
  height: 15px !important;
  transform: scale(0.8);
}

/* footer .footer-block__heading {
	font-family: Inter;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0;
	color: #757575;
	text-transform: none;
	margin-bottom: 11px;
	margin-top: 10px;
}
.footer-block__details-content.rte h5 {
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0;
}
footer .newsletter-form__field-wrapper {
	max-width: 536px;
	float: left;
}
footer .newsletter-form {
	align-items: start;
}
footer .newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    padding: 20px;
    box-shadow: none;
    border: 1px solid;
    border-radius: 0;
    height: 55px;
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 19px;    
    letter-spacing: 0;
}
footer .newsletter-form__field-wrapper .field__label {
	display: none!important;
}
#Subscribe {
	width: 100%;
	font-size: 15px;
	letter-spacing: 1px;
	background: #E72176;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 167px;
  color:#fff;
  font-family: Inter;
  text-transform:uppercase;
}
footer .form__message{
   font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 19px;    
    letter-spacing: 0;
}
footer .form__message .svg-wrapper{
  display:none!important;
}
footer .grid--1-col .grid__item {
	max-width: 45%;
}
.footer-block.grid__item.footer-block--menu {
	max-width: 53%;
}
.footer-block.grid__item.footer-block--menu .footer-block__details-content {
	margin-bottom: 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.footer-logo {
	width: 100%;
	/* float: left; 
}
  
.footer-logo svg {
  width: 100%;
  height: auto;
}

div.footer__copyright {
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
}

.footer__copyright a {
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
}

.footer__content-bottom {
  border-top: none;
  padding-top: 0;
  margin-top: -50px;
}

.footer__content-top {
  padding-bottom: 0;
}

.copyright__content {
  font-size: 15px;
  letter-spacing: 0;
}

.policies li::before {
  display: none;
}

.policies li {
  padding: 0 15px;
} */

.pdp-icon span {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 auto;
  width: 50px;
  display: table;
  text-align: center;
}

.pdp-icon img {
  width: 100%;
  height: auto;
  max-width: 66px;
}

.pdp-icon:nth-child(2) img {
  max-width: 52px;
}

.pdp-icon:nth-child(3) img {
  max-width: 50px;
}

.pdp-icon:nth-child(4) img {
  max-width: 55px;
}

.pdp-icon:nth-child(5) img {
  max-width: 58px;
}

.pdp-icon_row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}

.pdp-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #F9784D;
  width: 21%;
  justify-content: space-between;
  width: 25%;
}

.pdp-icon span {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 auto;
  width: 77px;
  display: table;
  text-align: center;
  line-height: 19px;
}

.product__title svg {
  width: 100%;
  height: auto;
  max-width: 77px;
  position: static;
  top: 0px;
  right: 0px;
}

.product__title {
  position: relative;
  width: 100%;
  margin-top: 13px;
}

.klaviyo-star-rating-widget {
  margin-top: -7px;
}

.product__description.rte {
  margin-top: -10px;
}

#pdp_img_icons .pdp-icon img {
  width: 50px;
}

#pdp_img_icons {
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 90px 25px 40px;
  display: none;
}

#pdp_img_icons .pdp-icon_row {
  gap: 0;
  justify-content: space-between;
}

#pdp_img_icons .pdp-icon {
  width: 33.333%;
}

#pdp_img_icons .pdp-icon:nth-child(1) span {
  padding: 0 10px;
}

/* div.footer__content-top {
  padding-bottom: 0;
} */

.lg-hide {
  display: none !important;
}

.product__info-wrapper .accordion__title {
  display: inline-block;
  max-width: none;
  min-height: inherit;
  margin: 0;
  word-break: break-word;
  font-size: 19px;
  padding: 0 0 5px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid;
  width: 100%;
}

.product__info-wrapper .accordion summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 0 0 6px;
  border: none;
}

.product__info-wrapper .accordion .summary__title+.icon-caret {
  display: none;
}

.product__info-wrapper .accordion {
  margin-top: 50px;
  margin-bottom: 30px;
  border: none;
}

.product__info-wrapper .accordion__title::after {
  position: absolute;
  right: 0;
  top: -1px;
  content: '+';
  font-size: 19px;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.product__info-wrapper [open] .accordion__title::after {
  content: '-' !important;
}

.product__accordion .accordion__content {
  padding: 0;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
}

.product__accordion .accordion__content p {
  margin-top: 15px;
}

/* .policies.list-unstyled li:nth-child(3),
.policies.list-unstyled li:nth-child(4),
.policies.list-unstyled li:nth-child(5),
.policies.list-unstyled li:nth-child(6){
	display:none!important;
}
.policies.list-unstyled {
	padding-left: .8rem;
} */
product-info figure {
  padding-bottom: 0;
  height: 100% !important;
}

product-info figure img {
  object-fit: cover;
}

.product {
  padding-bottom: 40px;
}

.bug_icon>div {
  opacity: 0;
}

.bug_icon {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 99999;
  width: 77px;
  height: 77px;
}

.bug_icon>div {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 99999;
  width: 77px;
  height: 77px;
}

.bug_icon.flavor-multiflavor .icon_multi {
  opacity: 1;
}

.bug_icon.flavor-orange-you-glad .icon_oran {
  opacity: 1;
}

.bug_icon.flavor-life-gives-you-lemons .icon_lem {
  opacity: 1;
}

.bug_icon.flavor-berry-ambitious .icon_berry {
  opacity: 1;
}

.product-form__input--pill input[type="radio"]+label img {
  opacity: 0 !important;
}

.product-form__input--pill input[type="radio"]+label::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 100% auto !important;
}

.product-form__input--pill input[value="Multiflavor"]+label::after {
  background: url(/cdn/shop/files/multi.png?v=1771862214) no-repeat center center;
}

.product-form__input--pill input[value="Orange You Glad"]+label::after {
  background: url(/cdn/shop/files/orange2_dc7f1c5c-9629-406b-be64-9daaf33b6d95.png?v=1770702883) no-repeat center center;
}

.product-form__input--pill input[value="Life Gives You Lemons"]+label::after {
  background: url(/cdn/shop/files/strawberrylemonade_c561ed5b-cee6-46fc-b686-4cee568742eb.png?v=1770702908) no-repeat center center;
}

.product-form__input--pill input[value="Berry Ambitious"]+label::after {
  background: url(/cdn/shop/files/mixedberry_f34ec740-a297-429e-9e58-22943a929c46.png?v=1770702923) no-repeat center center;
}



/* Responsive css start 
============================================ */
@media(max-width:1299px) {
  .accordion-left {
    padding: 80px 0;
  }

  .health-accordion-wrapper {
    align-items: inherit;
  }

  .image-right {
    height: auto;
    position: relative;
  }

  .image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* END 1299px*/

@media(max-width:1199px) {

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product__info-wrapper {
    padding: 0 0 0 3rem;
  }

  #pdp_accordion .collapsible-content-wrapper-narrow {
    padding-right: 40px;
    padding-left: 40px;
  }

  #fulfilled-reviews-all {
    padding: 50px 10px;
  }

  #pdp_img_icons {
    max-width: 290px;
    padding: 70px 0px 40px;
  }

  /* .footer-block__details-content.rte h5 {
	font-size: 17px;
}
#Subscribe {
	font-size: 13px;
	max-width: 127px;
}
.footer__copyright a,
small.copyright__content {
	font-size: 13px;
}
.policies li {
	padding: 0 9px;
} */
}

/* END 1199px*/


@media(max-width:989px) {
  .announcement-bar__message {
    font-size: 16px;
    min-height: 36px;
  }

  product-info .page-width {
    padding: 0 20px;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product__title svg {
    max-width: 60px;
    top: -45px;
    right: -80px;
  }

  div.recharge-option__price {
    font-size: 14px;
  }

  button.recharge-widget__add-btn.button {
    font-size: 19px;
  }

  .testimonial-wrapper {
    padding: 72px 20px;
  }

  p.testimonial-text {
    font-size: 17px;
    line-height: 26px;
  }

  .w_300 {
    max-width: 270px;
  }

  .image-slider {
    max-width: 295px;
  }

  .accordion-left {
    padding: 60px 20px;
    width: 100%;
  }

  .image-right {
    width: 100%;
  }

  .health-accordion-wrapper {
    flex-direction: column;
  }

  .image-right {
    height: auto;
    position: relative;
    flex: inherit;
  }

  .image-right img {
    width: 100%;
    height: auto;
  }

  .w_422 {
    max-width: 100%;
  }

  #pdp_accordion .collapsible-content .accordion {
    width: 100%;
    margin: 0 0 30px;
    max-width: 100%;
  }

  #pdp_table td div {
    font-size: 17px !important;
  }

  .page-width {
    padding: 0 20px;
  }

  #fulfilled-reviews-all {
    padding: 50px 0px;
  }

  .section-template--17794918940775__collapsible_content_LeKwhy-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  /* footer .font-normal {
	font-size: 15px !important;
}
.footer-block__details-content .list-menu__item--link {
	padding-top: 0;
	padding-bottom: 1rem;
}
.footer-block__details-content.rte h5 {
	font-size: 15px;
	line-height: 21px;
}
footer .footer-block__heading {
	font-size: 17px;
} */
  #Subscribe {
    font-size: 13px;
    max-width: 107px;
  }

  .pdp-icon img {
    transform: scale(0.8);
  }
}

/* END 989px*/


@media(max-width:767px) {
  .header.header--top-center.header--mobile-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }

  header-drawer {
    width: 15%;
  }

  .header__icons.header__icons--localization.header-localization {
    width: 15%;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 -7px 0 7px !important;
  }

  .header>.header__heading-link {
    width: 60%;
  }

  .product.grid {
    flex-direction: column;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .product__info-wrapper {
    padding: 0;
  }

  .product__title.variant-title h1 {
    font-size: 25px;
    font-weight: 400;
  }

  div.recharge-widget__options {
    margin-bottom: 30px;
  }

  .pdp-icon {
    transform: scale(0.8);
  }

  .pdp-icon_row {
    gap: 26px;
  }

  .testimonial-inner {
    flex-direction: column-reverse;
  }

  .text-slider {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .image-slider {
    max-width: none;
  }

  .testimonial-wrapper {
    padding: 42px 20px 30px;
  }

  p.testimonial-text {
    font-size: 16px;
    line-height: 24px;
  }

  .page-width.health-accordion-wrapper {
    padding: 0;
  }

  h2.section-heading {
    font-size: 27px;
  }

  #pdp_accordion .collapsible-content-wrapper-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }

  #pdp_accordion .collapsible-content__heading.h2 {
    font-size: 21px;
    margin-bottom: 55px;
  }

  #pdp_accordion .accordion__title {
    font-size: 17px;

  }

  #pdp_accordion .accordion .accordion__title {
    min-height: 45px;
  }

  #pdp_accordion .accordion .accordion__title::after {
    font-size: 17px;
    width: 22px;
    height: 22px;
  }

  #pdp_table {
    width: 100vw;
    overflow: hidden;
    overflow-x: scroll;
  }

  .sm-hide {
    display: none !important;
  }

  .lg-hide {
    display: inherit !important;
  }

  #pdp_accordion .collapsible-content__heading.h2 {
    font-size: 27px;
    margin-bottom: 42px;
  }

  #pdp_accordion .accordion__title {
    font-size: 19px;
    line-height: 28px;
  }

  #pdp_accordion .accordion .accordion__title::after {
    top: 5px;
  }

  .section-template--17794918940775__collapsible_content_LeKwhy-padding {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-template--17794918940775__compare_table_DbEfwC-background {
    padding-top: 40px;
  }

  .testimonial-inner {
    flex-direction: column;
  }

  p.testimonial-text {
    font-size: 19px;
    line-height: 28px;
  }

  .testimonial-wrapper {
    padding: 12px 39px 41px;
  }

  .text-slider {
    width: 120%;
    left: 0%;
    position: relative;
  }

  .pdp-icon {
    transform: scale(1);
    width: 25%;
  }

  .pdp-icon_row {
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }

  .pdp-icons {
    margin: -30px 0 0;
  }

  .pdp-icon img {
    transform: scale(0.9);
  }

  button.recharge-widget__add-btn.button {
    font-size: 23px;
  }

  .recharge-option:has(.recharge-option__badge--secondary) {
    padding-top: 20px;
  }

  label.recharge-option {
    padding: 8px 15px;
    min-height: 52px;
  }

  .product__title.variant-title h1 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  #pdp_img_icons {
    display: none;
  }

  .product__title svg {
    max-width: 70px;
    top: -35px;
    right: -85px;
  }

  .slider-button {
    color: #000;
    background: transparent;
    border: none;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(25% - .6rem) !important;
  }

  .thumbnail-slider .thumbnail-list.slider {
    gap: 5px;
  }

  .product__media-list {
    gap: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  product-info .page-width {
    padding: 0;
  }

  .grid--peek .grid__item {
    min-width: 100%;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(24%);
  }

  .thumbnail[aria-current] {
    box-shadow: none;
    border-color: rgb(var(--color-foreground));
  }

  .product__info-container {
    padding: 0 20px;
  }

  /* .footer__content-top.page-width {
	padding: 0 20px;
}
footer .grid--1-col .grid__item {
	max-width: 100%;
}
footer .footer-block__heading {
	font-size: 19px;
	margin-top: 0;
}
.footer-block__details-content.rte h5 {
	font-size: 19px;
	line-height: 28px;
}
.footer-block__newsletter {	
	width: 100%;
}
#Subscribe {
	font-size: 15px;
	max-width: 129px;
}
footer .newsletter-form__field-wrapper .field__input {
	padding: 10px;
  border: 1px solid;
	height: 42px;	
}
.footer-block__details-content {
	margin-bottom: 0;
}
.footer-block--newsletter {
	margin-top: 15px;

}
footer .md\:w-auto\! {
	width: fit-content !important;
  margin: 0 !important;
}
.footer-block.grid__item.footer-block--menu .footer-block__details-content {
	flex-wrap: wrap;
}
.footer-block.grid__item.footer-block--menu {
	max-width: 100%;
}
.footer-block__details-content .list-menu__item--link {
	padding-top: 0;
	padding-bottom: 1rem;
}
footer .font-normal {
	font-size: 19px !important;
	line-height: 28px !important;
}
.footer-logo {
	width: 100%;	
	margin: -70px 0 60px;
}
.footer__content-bottom {
	border: none;
}
.policies li a {
	padding: 4px 0;
	display: block;
}
.footer-block.grid__item.footer-block--menu {	
	margin-top: 30px;
}
.section-template--17794918940775__collapsible_content_LeKwhy-padding {
  padding-bottom: 40px;
} */
  #pdp_table {
    padding-top: 40px;
  }

  #GalleryViewer-template--17794918940775__main {
    margin-left: -25px !important;
  }

  #Slider-Gallery-template--17794918940775__main {
    margin-bottom: 0;
  }

  product-info figure {
    padding-bottom: 0;
  }

  .thumbnail-slider .thumbnail-list.slider {
    gap: 5px;
    margin-bottom: 0;
  }

  .product__info-wrapper {
    padding: 20px 0 0;
  }

  .bug_icon>div {
    width: 70px;
    height: 70px;
  }

  .bug_icon {
    width: 70px;
    height: 70px;
  }

  .product__title.variant-title h1 {
    width: 80%;
  }

  .header__heading-logo-wrapper {
    margin-right: 0;
  }

  product-info figure {
    height: auto !important;
    padding-bottom: 160%;
  }

  product-info figure img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* END 767px*/