/** Shopify CDN: Minification failed

Line 1014:4 "rught" is not a known CSS property
Line 1144:17 Unexpected ".360g-30-serves-from-2-99-per-serve-most-popular"

**/
.product-info .flavourLabel {
    font-family: Bebas Neue, Nunito, sans-serif;
    font-size: 33.6px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: .2em;
}
.product-info .bundle-flavour-name .lastName {
    font-size: 14px;
    display: block;
    font-family: 'Nunito';
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
}
.product-info .bundle-flavour-name .firstName {
    font-size: 20px;
    font-family: 'Bebas Neue';
}

.product-info .product_swatch_select+.product_swatch_select {
    margin-top: 20px;
}

.product-info .product_swatch_select h5 {
    margin-bottom: 10px;
}
.section_price_per_meal {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section_price_per_meal .badge {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 14px;
}

.section_below_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-block: 10px 20px;
}
.boughtText {
    font-family: Nunito,sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width:749px){
#station-tabs-0 .station-tabs-link::before {
    display: none;
}
    span#vybey_savings_start {
        padding: 0;
        position: relative;
        top: 5px;
        width: 90px;
        text-align: left;
        left: 10px;
    }
.vybey_savings_progress_bar_text > span {
    padding: 10px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}
.product-info .flavourLabel {
    margin-bottom: 40px;
}
.product-info .bundle-flavour-name {
    text-align: left;
}
.top-banner #vybey_savings_progress_bar {
    margin: 15px 0px 30px;
}
.section_below_title {
    justify-content: center;
}
}
/**PDP DEFAULT CSS**/

#vybey_savings_progress_bar {
    position: relative;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin: 15px 0px;
}

#vybey_savings_tier1,
#vybey_savings_tier2,
#vybey_savings_tier3 {
    border: 1px solid #ccc;
    color: #ccc;
}

.vybey_savings_progress_bar_text {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    height: 42px;
    border-radius: 8px;
}

.vybey_savings_progress_bar_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    height: 42px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vybey_savings_tier {
    border: 1px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    top: -10px;
    background: #fff;
    font-family: 'Bebas Neue', 'Neuzeit Office Soft Rounded', Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 16px;
    display: flex !important;
    align-items: center;
    margin: 0;
    gap: 0;
    justify-content: center;
    left: 10px;
}

.vybey_savings_progress_bar_text > span {
    display: block;
    padding: 10px;
    position: relative;
}

#vybey_savings_tier1:before {
    content: 'Buy 2';
    position: absolute;
    top: -20px;
}

#vybey_savings_tier2:before {
    content: 'Buy 3';
    position: absolute;
    top: -20px;
}

#vybey_savings_tier3:before {
    content: 'Buy 4';
    position: absolute;
    top: -20px;
}

#byo-message {
    display: none;
}
.bundle-builder{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:20px 40px;
}

.bundle-flavour-item{
display:flex;
align-items:center;
justify-content:space-between;
}

.bundle-flavour-name{
position:relative;
padding-left:60px;
font-size:18px;
font-weight:700;
line-height:1.2;
text-transform:uppercase;
color:#111;
}

/* Circle */
.bundle-flavour-name:before{
content:'';
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:42px;
height:42px;
border-radius:50%;
}

/* Chocolate */
.bundle-flavour-item:nth-child(1) .bundle-flavour-name:before{
background:#7a6464;
}

/* Vanilla */
.bundle-flavour-item:nth-child(2) .bundle-flavour-name:before{
background:#d6d1c9;
}

/* Banana */
.bundle-flavour-item:nth-child(3) .bundle-flavour-name:before{
background:#d2bf4f;
}

/* Strawberry */
.bundle-flavour-item:nth-child(4) .bundle-flavour-name:before{
background:#d49bab;
}

.bundle-qty{
display:flex;
align-items:center;
border:1px solid #d8d8d8;
border-radius:6px;
overflow:hidden;
width:150px;
height:36px;
background:#fff;
}

.bundle-qty button{
width:48px;
height:36px;
border:none;
background:#fff;
font-size:28px;
font-weight:700;
color:#000;
cursor:pointer;
padding:0;
}

.bundle-qty .qty-input{
width:54px;
height:36px;
border:none;
border-left:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
text-align:center;
font-size:20px;
color:#111;
background:#fff;
}

/* Mobile */
@media(max-width:767px){
.bundle-builder{
    grid-template-columns:1fr;
    gap:15px;
}
}

  /* PAIS DIGITAL CSS CHANGES */
  .bodyWrap {
    padding-top: 0;
  }
    .product-info .product-title {
  font-size: 57px;
  margin-bottom: 4px;
  position: relative;
  z-index: 5;
}

.s1.product-title__wrapper:before {
  z-index: 1;
  position: absolute;
  width: 62%;
  left: 11px;
  top: 50px;
  background: #CCDDA9;
  content: "";
  height: 24px;
}
    .product_top_benefits ul {
  margin-left: 20px;
}
  .product_top_intro {
  color: #005446;
  font-size: 22px;
  letter-spacing: -1px;
}

.product_top_benefits ul li {
  position: relative;
  margin-bottom: 3px;
  line-height: 20px;
  font-size: 18px;
  letter-spacing: -1px;
  padding-left: 6px;
}
  .product_top_benefits ul li:before {
  content:"";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIuNSIgY3k9IjEyLjQ5OTkiIHI9IjExLjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMxNkIyNzUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cmVjdCB4PSI3LjcwNzAzIiB5PSIxMi4yNDU3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSA3LjcwNzAzIDEyLjI0NTcpIiBmaWxsPSIjMTZCMjc1Ii8+CjxyZWN0IHg9IjE4LjMxMjUiIHk9IjEwLjEyNDQiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSgxMzUgMTguMzEyNSAxMC4xMjQ0KSIgZmlsbD0iIzE2QjI3NSIvPgo8L3N2Zz4K);
  position: absolute;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  background-size: 18px;
  background-repeat: no-repeat;
}


  .wrap-con {
    padding: 0 !important;
  }

  .bg-green {
    background-color: #005446 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 40px 0px !important;
  }

  .bg-share-green {
    background-color: #005446 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 40px 0px !important;
  }

  .bg-green h1 {
    color: #ffffff !important;
    font-size: 50px !important;
  }

  @media (max-width: 1280px) and (min-width: 1028px) {
    .bg-green,
    .img-con {
      width: 1200px !important;
    }
  }

  
  @media (max-width: 1280px) and (min-width: 1028px) {
    .bg-green,
    .img-con {
      width: 1200px !important;
    }
  }

  @media (max-width: 575.98px) {
    .img-con {
      margin: 20px 0 !important;
    }
  }

  .product-form.block.s1 span.socialBar.p:before,
  span.socialBar.p {
    content: 'Share';
    font-size: 30px;
    font-weight: 700;
    font-family: 'Bebas Neue';
    padding: 0px 0px 0px 10px;
  }

  .product-container .product-share,
  .product-form .product-share,
  .product-share.bg-share-green {
    padding: 10px 10px 5px 10px !important;
    margin-top: 30px !important;
  }

  .product-container .product-share a,
  .product-form .product-share a,
  .socialBar a {
    color: #ffd200 !important;
  }

  /* a.share-link.icon-twitter.diamond-outline, a.share-link.icon-facebook.diamond-outline, a.share-link.icon-pinterest.diamond-outline {
      margin-top: -10px !important;
    } */

  .custom-txt h1 {
    font-size: 50px !important;
  }

   @media (max-width: 575.98px) {
    .bg-green h1, .custom-txt h1 {
      font-size: 30px !important;
    }
  }
#shopify-section-pd_meal-shake-new > div > div:nth-child(2) > div {
    display: none;
}
  .custom-txt li {
    margin: 5px 0px;
    line-height: 30px;
    padding: 0px 0px 0px 40px;
    list-style: none;
    background: url('https://cdn.shopify.com/s/files/1/0259/8384/4405/files/bullet.png?v=1701998307') no-repeat left top;
  }

  .col3,
  .col1 {
    padding: 20px !important;
    padding: 0.3em;
  }

  .col1 p {
    font-size: 16px !important;
  }

  .col3 {
    border-right: 2px solid #ffd200;
  }
  /* .col3:before {
      content: "";
      display: block;
      margin: 0 auto;
      width: 100%;
      padding-top: 20px;
      border-left: 5px solid #BAE535;
    } */

  .col3 strong,
  .col1 strong {
    color: #ffd200 !important;
  }

  .col3 img,
  .col1 img {
    padding: 0 !important;
    max-width: 100px !important;
  }

  @media (max-width: 575.98px) {
    .col3,
    .col1 {
      text-align: center !important;
      /* width: 33.3% !important; */
      border-right: none !important;
      /* margin-left: -20px !important; */
    }

    .testimonial-banner {
      height: 950px !important;
    }

    .col3:after {
      content: '';
      display: block;
      margin: 0 auto;
      width: 40%;
      padding-top: 50px;
      border-bottom: 2px solid #ffd200;
    }
    /* .banner .banner-inner.banner-padded {
        height: 850px !important;
      } */
  }

   @media (max-width: 820px) and (min-width: 768px) {
    .col3,
    .col1 {
      text-align: center !important;
      border-right: none !important;
      margin-left: -20px !important;
    }

    .testimonial-banner {
      height: 900px !important;
    }

    .col3:after {
      content: '';
      display: block;
      margin: 0 auto;
      width: 40%;
      padding-top: 50px;
      border-bottom: 2px solid #ffd200;
    }
  }

  .img-con {
    box-shadow: 0px 0px 15px #00000040;
    border-radius: 10px;
    margin: 50px auto;
    padding: 50px 30px;
  }

   @media (max-width: 575.98px) {
    .img-con{
       padding: 20px 30px;
    }
   }

  .product_infographic.testimonials {
    text-align: left !important;
    max-width: 100% !important;
  }

  #station-tabs-0 {
    display: block !important;
    margin-top: 40px;
  }

  #station-tabs-0 .station-tabs-link {
    font-family: Bebas Neue, Neuzeit Office Soft Rounded, sans-serif;
    font-size: 30px;
    display: block;
    position: relative;
    margin-right: 0 !important;
    color: #005446;
  }

  #station-tabs-0 .station-tabs-link::before {
    content: '';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi11cCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY0NiA0LjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMS0uNzA4LjcwOEw4IDUuNzA3bC01LjY0NiA1LjY0N2EuNS41IDAgMCAxLS43MDgtLjcwOGw2LTZ6Ii8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 40px;
    height: 40px;
    top: -5px;
    right: 8px;
    background-size: 20px;
  }

  #station-tabs-0 .station-tabs-link.is-active::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4eiIvPgo8L3N2Zz4=) !important;
  }

  .product.container-wrap > .container > .row {
    max-width: 1360px;
  }

  form.productForm .productForm-submit {
    width: 100%;
    padding: 16px;
    font-size: 30px;
    background-color: #ffd200;
    color: #005446;
    font-family: 'Bebas Neue', sans-serif;
    border-radius: 10px;
  }

  @media screen and (min-width: 1024px) {
    .template-product .product-layout--slideshow .product-title__wrapper,
    .product-form {
      padding: 0 0 0 20px !important;
    }
  }

  .product_swatch_select h5 {
    	/* font-family: 'Neuzeit Office Soft Rounded',sans-serif; */
    font-family: Bebas Neue, Neuzeit Office Soft Rounded, sans-serif;
    	color: #000;
    	font-size: 24px;
    }

    .product_swatch_select .swatch .header {
    	display: none;
    }

    .product_swatch_select .swatch {
    	display: flex;
       	flex-flow: wrap;
    }

    @media (max-width: 575.98px) {
      .product_swatch_select .swatch {
        display: block;
      }
    }

    .product_swatch_select .swatch .swatch-element {
    	flex: 0 0 auto;
    	width: 33.33%;
    	margin: 0 !important;
    	padding: 4px;
        border-radius: 12px !important;
    }

    @media (max-width: 575.98px) {
      .product_swatch_select .swatch .swatch-element {
        width: 100%;
      }
    }

    .product_swatch_select_flavour.product_swatch_select .swatch .swatch-element {
    	width: 50%;
    }

    @media (max-width: 575.98px) {
      .product_swatch_select_flavour.product_swatch_select .swatch .swatch-element {
        width: 100%;
      }
    }

    .product_swatch_select_quantity.product_swatch_select .swatch .swatch-element {
    width: 16.66%;
    }

    @media (max-width: 575.98px) {
      .product_swatch_select_quantity.product_swatch_select .swatch .swatch-element {
        width: 32.5%;
      }
    }

    .product_swatch_select .swatch input {
    	border-radius: 0;

    }

  .rc-option__text,
  .rc-option__discount.rc_widget__option__discount,
  .rc-option__price.rc_widget__price {
    font-size: 14px !important;
    font-weight: bold !important;
    white-space: initial;
    text-transform: capitalize;
    font-family: 'Open Sans';
    height: initial !important;
    color: rgb(85, 85, 85);
    margin-top: 0 !important;
  }

  .rc-template__button-group .rc-radio.rc-option--active span {
    color: #005446;
  }

   .product_swatch_select .swatch .swatch-element label  {
       	padding: 12px 0;
        font-family: Bebas Neue, Neuzeit Office Soft Rounded, sans-serif !important;
    	height: initial !important;
    	color: rgb(85, 85, 85);
    	font-size: 20px;
    	font-weight: bold !important;
    	padding: 12px 0;
    	font-family: 'Open Sans';
    	display: block;
       	white-space: initial;
    	text-transform: capitalize;
    	 webkit-box-shadow: inset 0px 0px 0px 1px #000;
    	-moz-box-shadow:inset 0px 0px 0px 1px #000;
    	box-shadow:inset 0px 0px 0px 1px #000; 
        display: block !important;
    }
  .productImgSlider .flickity-page-dots{
    display:none;
  }

  .product_swatch_select.product_swatch_select_quantity #rc_container label {
    border-radius: 12px !important;
  }

  #rc_container label
     {
        padding: 12px 0;
    	height: initial !important;
    	color: rgb(85, 85, 85);
    	font-size: 14px;
    	font-weight: bold !important;
    	padding: 12px 0;
    	font-family: 'Open Sans';
    	display: block;
       	white-space: initial;
    	text-transform: capitalize;
        display: block !important;
    }

    .product_swatch_select .swatch .swatch-element input[type="radio"]:checked+label,
       #rc_container input[type="radio"]:checked+label {
    	color: #fff;
         background-color: #005446 !important;
    	webkit-box-shadow: inset 0px 0px 0px 3px #005446;
    	-moz-box-shadow:inset 0px 0px 0px 3px #005446;
    	box-shadow:inset 0px 0px 0px 3px #005446;
     }

    .product_swatch_select .swatch .swatch-element.mixed-pack input {
       pointer-events:none !important;
    }

  div.rc_popup__block:before {
    display: none;
  }

  #rc_radio_options {
    flex-direction: row-reverse;
  }

  a.rc_popup__hover,
  div.rc_popup__hover {
    height: initial !important;
  }

  #rc_container .rc_popup {
    display: flex;
    flex-direction: column;
    white-space: initial !important;
    align-items: center;
    padding-bottom: 26px !important;
    padding-top: 20px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #rc_autodeliver_options {
    display: block !important;
  }

  #rc_autodeliver_options span.rc_label__delivery {
    color: #fff;
  }

  .rc_popup > div {
    width: 100%;
    padding: 0 8px;
  }

  .rc_popup__hover {
    display: none !important;
  }

  label.rc_label__deliver_every {
    padding: 8px 0 0 10px;
}

  @media (max-width: 575.98px) {
    .rc_popup {
      display: block !important;
    }

    .rc_popup > div {
      width: 100%;
      padding: 0;
    }

    .product-form .productForm-block {
      max-width: 100%;
    }
  }

  #rc_container div.rc_block__type {
    position: relative !important;
    border-radius: 0;
    padding: 4px 4px 5px;
  }

  div.rc_block__type--active {
    background-color: none !important;
  }

  #rc_container input.rc_radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    z-index: 10;
    display: block;
    cursor: pointer;
  }

  #rc_container .rc_popup label {
    box-shadow: none;
  }

  #rc_container .rc_popup label > select {
    webkit-box-shadow: inset 0px 0px 0px 1px rgb(85, 85, 85);
    -moz-box-shadow: inset 0px 0px 0px 1px rgb(85, 85, 85);
    box-shadow: inset 0px 0px 0px 1px rgb(85, 85, 85);
    width: 50%;
    min-width: 180px;
  }

  #rc_container .rc_popup .rc_text > strong,
  #rc_container .rc_popup .rc_text > br {
    display: none;
  }

  .rc_widget__option__label.rc-radio__label,
  #rc_container #rc_radio_options label.rc_label {
    padding-top: 16px !important;
    padding-bottom: 12px !important;
    line-height: initial !important;
    text-align: center;
    font-size: 20px !important;
  }

  .rc-template__button-group .rc-radio {
    max-width: initial !important;
    padding: 0;
    border-radius: 0 !important;
    background: #fff;
  }

  .rc-template__button-group .rc-radio.rc-option--active {
    color: #005446;
    webkit-box-shadow: inset 0px 0px 0px 3px #005446;
    -moz-box-shadow: inset 0px 0px 0px 3px #005446;
    box-shadow: inset 0px 0px 0px 3px #005446;
    border: 0;
  }

  @media (max-width: 575.98px) {
    .rc_widget__option__label.rc-radio__label,
    #rc_container #rc_radio_options label.rc_label {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      line-height: initial !important;
      text-align: center;
    }
  }

  #rc_container .rc_price {
    display: block;
  }

  #rc_container #rc_autodeliver_options .rc_label__deliver_every {
    display: flex !important;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }

  #rc_container #rc_autodeliver_options .rc_select__frequency {
    position: relative;
    -webkit-appearance: auto;
    -moz-appearance: auto;
  }

  .product-price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
  }

  .product-price > .sale {
    display: block !important;
    margin-left: -10px;
  }

  .product-compare-price {
    display: none;
  }

  .product-price .product-normal-price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-decoration: line-through;
    margin-right: 8px !important;
  }

  img#save_colourscale {
    width: 100%;
    margin-bottom: 8px;
  }

  .save_colourscale_text {
    margin-bottom: 20px;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    background: #e74980;
    color: #fff;
  }

  .bodyWrap-spacer {
    padding-top: 100px;
  }

  .product-sale-price {
    font-size: 28px;
    font-weight: bold;
    margin-right: 6px;
    color: #2a3e81;
  }

  .product-form .product_swatch_select_size .swatch {
    	margin-bottom: 0;
    }

    #product_info_size {
    	margin-bottom: 10px;
    	margin-top: 6px;
    	text-align: center;
    }

    form.productForm .swatch .swatch-element.soldout label {
    	filter: alpha(opacity=100);
    	-khtml-opacity: 1;
    	-moz-opacity: 1;
    	opacity: 1 !important;
    }

  .rc-widget-injection-parent {
    opacity: 0;
    position: absolute;
    z-index: 1;
  }

  #rc_container {
    display: block !important;
    position: relative;
    z-index: 10;
  }

  #rc_container .rc_popup.d-none {
    display: none !important;
  }

  .rc_label {
    font-size: 30px !important ;
    font-family: 'Bebas Neue', sans-serif !important;
  }

  #rc_container input:not(:checked) + label {
    background: #d9d9d9 !important;
    color: black !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #rc_container input:checked + label {
    background: #005446 !important;
    color: #ffd200 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  #rc_container #rc_autodeliver_options .rc_select__frequency {
    font-size: 14px;
    border-radius: 6px;
    box-shadow: none;
    width: 250px;
  }

  .rc_popup {
    background: #005446 !important;
    margin-top: -8px !important;
    margin-left: 4px;
    margin-right: 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  input#rc_purchase_type_autodeliver,
  label.rc_label {
    background: none !important;
  }

  .rc_block__type--active {
    background: none !important;
  }

  .rc_text,
  .rc_popup h5 {
    color: #ffffff;
  }

  .swatch.swatch--circle.clearfix {
    /* background: #005446 !important; */
    background: #fff !important;
    /* padding: 20px;
    border-radius: 10px;
    padding: 20px 20px 20px 20px; */
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
  }

  /* .swatch-element {
    background: #ffffff !important;
    margin: 0 10px !important;
    border-radius: 10px;
  }
 */

  .variant-con-1,
  .variant-con-2,
  .variant-con-3 {
    width: 210px;
    text-align: center;
    font-weight: 700;
    position: absolute;
  }

  .variant-con-1,
  .variant-con-2,
  .variant-con-3 {
    top: 65px;
  }

  .variant-con-1 {
    rught: 20px;
  }

  .variant-con-2 {
    left: 0;
  }

  .variant-con-3 {
    left: 225px;
  }

  .red-variant-box {
    background-color: red;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
  }

  .yellow-variant-box {
    background-color: #ffd200;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    color: #1e1e1e;
  }

  #pd_section_banner {
    max-width: 100%;
    margin: 0 auto;
  }

  .banner--64611945-5845-4fbc-99f9-81c8b4e0175d,
  .banner--e7d0410f-829c-4b1a-952d-3ba34d79ad18 {
    max-width: 1350px !important;
    margin: 0 auto;
  }

  .pd_variant_card_header {
    text-align: center;
    }



  @media (min-width: 1024px) {
    .product-layout-4--images {
      width: 45%;
    }

    .product-layout--slideshow .product-layout-4--info {
      width: 55%;
    }
  }

  .pd_variant_card_footer {
    text-align: center;
}

  .pd_variant_card_footer img {
    width: auto;
    height: 100px;
    margin-top: 6px;
}

  .feature-item img {
    border-radius: 10px;
  }

  .product-tab-title {
    font-size: 30px !important;
    color: #005446 !important;
    font-family: 'Bebas Neue' !important;
  }

   @media (max-width: 575.98px) {
    .product-tab-title {
      text-align:center !important;
    }
  }

  .product-tab {
    border-top: none !important;
    border-bottom: 2px solid #005446 !important;
    position: relative !important;
  }

  .product-container .product-tab::before {
    content: '';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi11cCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY0NiA0LjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMS0uNzA4LjcwOEw4IDUuNzA3bC01LjY0NiA1LjY0N2EuNS41IDAgMCAxLS43MDgtLjcwOGw2LTZ6Ii8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 40px;
    height: 40px;
    right: 8px;
    background-size: 20px;
  }

  .product-container.collapsed .product-tab::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4eiIvPgo8L3N2Zz4=) !important;
  }

  span.icon-toggle {
    display: none;
  } 

  .save-con {
    background: #E13333;
    padding: 10px 0px 0px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Bebas Neue' !important;
    font-size: 18px;
    color: #ffffff;
  }

  .value-con {
    background: #FFD200;
    padding: 10px 0px 5px 0px;
    color: #1E1E1E;
    font-family: 'Bebas Neue' !important;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 5px;
      
  }

   @media (max-width: 575.98px) {
  .swatch-element.normal-pack.available, .swatch-element.double-pack.available,
  .swatch-element.360g-30-serves-from-2-99-per-serve-most-popular.available,
  .swatch-element.720g-60-serves-from-2-85-per-serve-best-value.available {
    margin-top: 20px !important;
  }
}

  .product-container .product-description {
      margin: 0 auto;
      max-width: 1350px;
  }
  
  .pd_variant_radio {
      width: 24px;
      height: 24px;
      border: 1px solid #000;
      margin: 12px auto 6px;
      border-radius: 50%;
  }
  
  .pd_variant_card_header_on span {
      background: #16B275;
      display: block;
      width: 20px;
      height: 20px;
      position: relative;
      top: 1px;
      left: 1px;
      border-radius: 50%;
  }
  
  .product-container .product-tab {
  }
  
  .pd_rc_heading, .pd_rc_heading h3 {
      color: #fff;
  }
  
  .text_yellow {
      color: #FFD200;
  }
  
  .pd_rc_text strong {
      font-size: 18px;
      color: #fff;
  }

  .pd_rc_listing li {
    color: #fff;
  }
  
  .pd_rc_listing {
      margin-top: 8px;
  }
  
  .pd_rc_listing li {
      font-size: 16px;
      display: flex;
      align-items: center;
      margin-bottom: 6px;
  }
  
  .pd_rc_listing li img {
      margin-right: 5px;
  }
  
  .product-container .product-tab:hover {
      cursor: pointer;
  }
  
  .pd_rc_onetimepurchase {
      background: #005446 !important;
      margin-top: -8px !important;
      margin-left: 4px;
      margin-right: 4px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      white-space: initial !important;
      align-items: center;
      padding-bottom: 26px !important;
      padding-top: 20px !important;
      padding-left: 26px !important;
      padding-right: 26px !important;
  }
  
  .pd_rc_text p {
      margin-top: 10px;
      color: #fff;
      font-size: 16px;
  }

  .rc_popup > .rc_delivery_options {
    display: none;
  }
  
  .d-none {
      display: none !important;
  }
  .faq-list__item.faq-list__item-question:contains('BRAINCARE FOCUSED INGREDIENTS'),
  .faq-list__item.faq-list__item-question:contains('NUTRIENT DENSE VEGETABLE, HERBS & ANTIOXIDANTS COMPLEX'),
  .faq-list__item.faq-list__item-question:contains('SUPER FRUIT BLEND'),
  .faq-list__item.faq-list__item-question:contains('DIGESTIVE FIBRE BLEND AND MUSHROOM EXTRACT') {
    display: none !important;
    border-bottom: none !important;
  }
  
  .page-title__heading, .page-title__subheading {
      text-align: center;
  }

  .page-title__heading {
    font-size: 50px !important; 
  }
    
   @media (max-width: 575.98px) {
      p, .col1 p  {
        font-size: 14px !important;
      }
     .page-title__heading {
        font-size: 30px !important; 
      }
  }

  .pd_cost_serve {
    color: #16B275;
  }

  .product-features-2-container > .container {
  max-width: 1350px;
}

#shopify-section-faq-section__product {
  display: block;
}

.rc-widget.rc_widget,
.productForm > .rc-container-wrapper.rc_container_wrapper {
  /*display: none;*/
  visibility: hidden;
  position: fixed;
  top: -400px;
  left: -200px;
}
button#bundle-add-to-cart {
    width: 100%;
    padding: 16px;
    font-size: 30px;
    background-color: #ffd200;
    color: #005446;
    font-family: 'Bebas Neue', sans-serif;
    border-radius: 10px;
}
.productForm-block {
    display: none;
}
/**PDP DEAFULT CSS END**/