/** Shopify CDN: Minification failed

Line 3447:0 Unexpected "}"

**/
 @font-face {
    font-family: 'Inter';
    src: url('/cdn/shop/files/Inter-Bold_e336c8be-0c4c-48a6-b46c-ed4d7be30ace.eot?v=1722950603');
    src: url('/cdn/shop/files/Inter-Bold_e336c8be-0c4c-48a6-b46c-ed4d7be30ace.eot?v=1722950603') format('embedded-opentype'),
        url('/cdn/shop/files/Inter-Bold_b46289df-1803-4042-9a0e-3e4bc932fbf0.woff2?v=1722950604') format('woff2'),
        url('/cdn/shop/files/Inter-Bold_6e5ff418-27fd-462e-a646-855a2dbeb984.woff?v=1722950603') format('woff'),
        url('/cdn/shop/files/Inter-Bold_3dfe5328-f154-4b08-926a-e4f2c88301ea.ttf?v=1722950603') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/cdn/shop/files/Inter-Medium_f996344e-6097-4ca7-b354-046e37c2ec0a.eot?v=1722950603');
    src: url('/cdn/shop/files/Inter-Medium_f996344e-6097-4ca7-b354-046e37c2ec0a.eot?v=1722950603') format('embedded-opentype'),
        url('/cdn/shop/files/Inter-Medium_3ec9b516-11f9-4d29-987d-97198a569bf1.woff2?v=1722950603') format('woff2'),
        url('/cdn/shop/files/Inter-Medium_4b17877e-cb29-4db2-8009-59d72619773c.woff?v=1722950603') format('woff'),
        url('/cdn/shop/files/Inter-Medium_0cb22ed9-bf73-4253-b38e-738071ed0ab7.ttf?v=1722950603') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/cdn/shop/files/Inter-Regular_bfa839e5-6257-4c23-8c44-a0de35552758.eot?v=1722950603');
    src: url('/cdn/shop/files/Inter-Regular_bfa839e5-6257-4c23-8c44-a0de35552758.eot?v=1722950603') format('embedded-opentype'),
        url('/cdn/shop/files/Inter-Regular_9dd9b13f-5641-4e0a-b0e9-5fccb6892657.woff2?v=1722950603') format('woff2'),
        url('/cdn/shop/files/Inter-Regular_7054cc75-b4ff-4e07-8f8a-20e5930a751c.woff?v=1722950603') format('woff'),
        url('/cdn/shop/files/Inter-Regular_15399a88-217f-4c17-9be1-c6b941bde756.ttf?v=1722950603') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/cdn/shop/files/Inter-SemiBold_56c78766-20cb-4d50-a9dc-9ee1e1296f9d.eot?v=1722950604');
    src: url('/cdn/shop/files/Inter-SemiBold_56c78766-20cb-4d50-a9dc-9ee1e1296f9d.eot?v=1722950604') format('embedded-opentype'),
        url('/cdn/shop/files/Inter-SemiBold_08e337e5-d084-47bd-9f94-df86d144cbec.woff2?v=1722950603') format('woff2'),
        url('/cdn/shop/files/Inter-SemiBold_4cf2afd7-368e-4b67-85a1-ada5fab37ad2.woff?v=1722950603') format('woff'),
        url('/cdn/shop/files/Inter-SemiBold_dcc5af1e-6066-451b-8215-3a39ddac5c2d.ttf?v=1722950604') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Navicula';
    src: url('/cdn/shop/files/NaviculaMedium.eot?v=1722925527');
    src: url('/cdn/shop/files/NaviculaMedium.eot?v=1722925527') format('embedded-opentype'),
        url('/cdn/shop/files/NaviculaMedium.woff2?v=1722925528') format('woff2'),
        url('/cdn/shop/files/NaviculaMedium.woff?v=1722925529') format('woff'),
        url('/cdn/shop/files/NaviculaMedium.ttf?v=1722925528') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



:root{
  --heading-font: 'Navicula' ;
  --font-heading-family: var(--heading-font);
  --text-color:#2C1760;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.gradient {
    background: #ead7e8;
}
select[multiple] {
  /* Hide the dropdown arrow in Safari */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select[multiple]:disabled {
  cursor: not-allowed;
}
/* product additional css */
.product-icon-text-block .all-icon-text {
    display: flex;
    flex-wrap:wrap;
    column-gap:15px;
    margin-top: 30px;
    row-gap:20px;
}
.product-icon-text-block .all-icon-text .single-icon-text {
    background: #fff;
    border-radius: 10px;
    min-width: 216px;
    padding: 20px 10px;
    text-align: center;
}
.product-icon-text-block .all-icon-text .single-icon-text span.product-taste-icon {
    display: block;
    text-align: center;
}
.product-icon-text-block .all-icon-text .single-icon-text span.product-taste-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    text-align: center;
}
.product .grid__item.product__media-wrapper {
    width: 45% !important;
    max-width: 45% !important;
}
.product.product--large.product--left {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: flex-start;
}
product-info {
    background: var(--pink-color) !important;
}
product-form.product-form .product-form__buttons button:after {
    box-shadow: unset;
}
/* .subscription-fuelnu.overflow-hidden .product .grid__item.product__media-wrapper, .subscription-fuelnu.overflow-hidden  .product.product--large .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
} */
product-form.product-form .product-form__buttons button {
    background: #FFFB9F;
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 500;
    font-family: 'Inter';
    border: 1px solid var(--theme-color);
    box-shadow: 0 4px var(--theme-color);
    height:59px;
}
.product__info-wrapper .product__title h1 {
    color: #FF228A;
    font-size: 35px;
    font-weight: 500;
    text-transform:uppercase;
}
.slider-side .ss-img {
    text-align: center;
}

.whats-clean-means h2 {
    font-size: 60px;
    width: 100%;
    text-align: center;
}
.whats-clean-means .title-wrapper-with-link {
    justify-content: center;
}
.whats-clean-means .multicolumn-card__image-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto !important;
}
.whats-clean-means .multicolumn-card__info {
    padding: 0;
}
.whats-clean-means .multicolumn-card__info h3.inline-richtext {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter';
}
.slider-side .thumb-slider {
    margin-top: 50px;
}
.product__description p {
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color);
}
.yotpo-vertical-pagination .yotpo-reviews-pagination-item {
    color: var(--theme-color) !important;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}
.yotpo-text-container .yotpo-read-more-text[data-v-bea6cc2e], .yotpo-date-format, [data-v-778f797c] .yotpo-reviewer-verified-buyer-text, .yotpo-review-title, .yotpo-bottom-line-basic-text {
    color: var(--theme-color) ! IMPORTANT;
}
.product__info-wrapper .yotpo-reviews-star-ratings-widget {
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 18px;
    margin-bottom:10px !important;
}

.yotpo-bold-layout .yotpo-layout-header-wrapper[data-v-539fe0bb]{
  background:#fff;
  border-radius:5px;
}
.product__info-wrapper .yotpo-selling-plans-wrapper {
    margin: 20px 0 0 0 !important;
}
.yotpo-review-bold-title[data-v-5d35a3ec] {
    font-size: 24px !important;
    line-height: 34px!important;
    color: var(--theme-color);
    font-weight: 500;
}
.product__info-wrapper .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-container {
    margin: 0;
}
.product__info-wrapper .yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plan-radio-label:after, .product__info-wrapper .yotpo-select-radio-label:after {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    content: '';
    display: flex;
    visibility: visible;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 1px var(--theme-color);
    box-sizing: content-box !important;
}
.slider-side .main-slider .product-image .zoom img {
    max-width: 500px;
    /* height: 600px; */
    margin:0 auto; 
}
.product__info-wrapper .yotpo-sr-bottom-line-text {
    font-size: 16px !important;
    color: var(--theme-color) !important;
}
.product__info-wrapper span.price-item {
    color: var(--theme-color);
    font-size: 30px;
    font-family: Navicula!important;
}
.fact-all-blocks .fact-single-block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}
.fact-all-blocks .fact-single-block span.fact-icon {
    line-height: 0;
}
.fact-all-blocks .fact-single-block span.fact-text {
    color: var(--theme-color);
    font-size: 16px;
    font-family: 'Inter';
    font-weight:400;
}
product-form.product-form .product-form__buttons button:after, product-form.product-form .product-form__buttons button:before {
    display: none;
}
.slider-side .thumb-slider .slick-slide img {
    max-width: 100%;
    border-radius: 13px;
}
.slider-side .ss-content .main-slider .thumb-slider.slider-imgs {
    max-width: 63%;
    margin: 10px auto 0 auto;
}
span.most-popular_sticker_text {
  display:none;
}
.sealsubs-target-element {
    margin-top: 30px;
}
.one-time-flex-outer {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 8px;
}
.upper-one-time-block .one-time-flex-outer .one-time-image {
    line-height: 0;
}
.upper-one-time-block .one-time-flex-outer span.one-time-image img {
    max-width: 18px;
}
.upper-one-time-block .one-time-flex-outer h4.one-time-upper-text {
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.upper-one-time-block span.one-time-upper-text p {
    margin: 0;
    font-size: 15px;
    font-family: 'Inter';
    color: #000;
}
.nuetrition-popup-open .sls-purchase-options-container .sls-option-container.seal-table.sls-active:last-child:before {
    z-index: 0;
}
.sls-purchase-options-container .sls-option-container.seal-table.sls-active:last-child:before {
    content: 'most popular';
    top: -10px;
    position: absolute;
    padding: 4px 7px;
    border-radius: 6px 0px;
    background: var(--theme-color);
    color: #fff;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.bundle-option-block.product-form__input .brand-label-image-block .brand-img {
    width: 100% !important;
    height: 100% !important;
}
.sealsubs-target-element .sealsubs-container {
    overflow: visible;
}
.grid__item.product__media-wrapper .down-review-slider-block .swiper-slide img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50px !important;
    border: 2px solid var(--theme-color) !important;
}
.shopify-section.section {
    background: var(--pink-color);
}
.yotpo-main-widget-layout .card-container {
    background: #fff !important;
    border-radius: 5px !important;
}
.slider-side .thumb-slider .slick-slide img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #000;
    border-radius: 10px !important;
}
.cc-fact-box h4.facts-heading {
    margin: 0 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: Inter;
    display: flex;
    align-items: center;
    column-gap: 3px;
    cursor:pointer;
}
span.money.conversion-bear-money {
    font-weight: 600;
    color: var(--theme-color);
    font-family: 'Inter';
}
.grid__item.product__media-wrapper .down-review-slider-block .swiper-wrapper {
    column-gap: 5px;
}
.main-product-subscription-kit-section .thumb-slider.slider-imgs .slick-slide {
    margin: 0 5px;
}
.sls-selling-plan-group-name span.sls-savings-badge {
    display: none !important;
}
.swiper.mySwiper11 {
    max-width: 52%;
    margin: 0 auto;
}
 body.collection-page.overflow-hidden .product .grid__item.product__media-wrapper{
   flex: 0 0 100%;
   max-width: 100% !important;
    width:100% !important;
 }
 body.collection-page.overflow-hidden .product.product--large .product__info-wrapper {
    width: 100%;
    max-width: 100% !important;
} 
body.overflow-hidden .variant-shipping-info-block {
    border-radius: 0 0 20px 20px !important;
}
body.overflow-hidden .main-default-product-page variant-selects {
    margin-bottom: 20px;
}
body.overflow-hidden fieldset.js.bundle-option-block label {
    padding: 10px 0;
}
.product.product--large .product__info-wrapper { flex: 0 0 50%; max-width: 50% !important; }
.box-size img {
  width: 80px;
  margin-top: 32px;
  margin-bottom: 10px;
}
.v-tag {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  padding: 2px;
  background: green;
  color: yellow;
  font-weight: 700;
  font-size: 12px;
}
.v-off {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2px;
  background: linear-gradient(
    270deg,
    #acd1fc 3.52%,
    #d1b3ff 51.91%,
    #e2b3e1 97.37%
  );
  font-weight: 700;
  font-size: 12px;
}
.v-save {
  padding: 5px;
  background: linear-gradient(
    270deg,
    #acd1fc 3.52%,
    #d1b3ff 51.91%,
    #e2b3e1 97.37%
  );
  margin-top: 4px;
  border-radius: 20px;
  font-weight: 900;
}
.v-title {
  font-size: 12px;
  margin-bottom: 4px;
}
.serving-variant .v-title {
  margin-bottom: 0;
}
.v-price {
  font-weight: 700;
  margin: 10px 0px;
  font-size: 14px;
}
#price-per-cup {
  color: green;
}
.indus-pic {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    background: gainsboro;
    padding: 12px;
    border-radius: 20px;
}
.indus-inner {
  display: flex;
  width: max-content;
}
.pay-img img {
  width: 100%;
}
.pay-img {
  margin-top: 15px;
}
.indus-inner p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.3;
}
.indus-inner img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .indus-inner {
    display: flex;
    justify-content: left !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 10px !important;
    column-gap: 10px !important;
  }
  .indus-pic {
    display: block;
  }
}

/* end */

button {
  cursor: pointer;
}
.serving-select {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}
.bundle-select {
  display: flex;
  gap: 10px;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}
.lc-content {
  .lc-box {
    width: 82%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 14px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4.904px;
    border: 1.5px solid #cccccc;
    transition: all 0.2s ease-in-out;

    .quantity-side {
      display: flex;
      flex-direction: column;
      align-items: baseline;
      margin-left: 28px;

      .main-text {
        text-transform: capitalize;
      }
    }
    .price-side {
      display: flex;
      gap: 6px;

      span {
        font-size: 14px;
        text-decoration: line-through;
      }
      .sale-price {
        text-decoration: none;
      }
    }
    input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    .checkmark {
      position: absolute;
      top: 20px;
      left: 15px;
      height: 18px;
      width: 18px;
      background-color: #fff;
      border-radius: 50%;
      border: 2px solid #3a3a3a;
      margin-bottom: 0 !important;
    }
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    input:checked ~ .checkmark {
      background-color: #fff;
    }
    input:checked ~ .checkmark:after {
      top: 1.5px;
      left: 1.5px;
      display: block;
      background: #3a3a3a;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
  }
}

.main-product-section .mps-all-content {
  max-width: 1400px;
  margin: auto;
  padding: 63px 0 80px 0;
}
.main-product-section .mps-all-content .mps-content {
  display: flex;
  gap: 4rem;
}
.main-product-section .mps-all-content .mps-content .slider-side {
  width: 58%;
  padding-left: 4rem;
  /* margin-top: 4rem; */
}
.main-product-section .mps-all-content .mps-content .slider-side .ss-content {
  width: 100%;
  position: sticky;
  display: flex;
  top: 12rem;
  flex-direction: column;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider {
  width: 85%;
  position: relative;
  cursor: pointer;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12 {
  padding: 0 0;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide {
  /* opacity: 2 !important; */
  position: relative;
  justify-content: center;
  display: flex;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide.swiper-slide-active {
  /* opacity: 1 !important; */
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .ss-img {
  width: auto;
  height: 514px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-wrapper
  .swiper-slide:first-child
  .ss-img {
  width: auto;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .ss-img
  img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
  object-fit: cover; */
}
.main-product-section-collagen-inner-main .thumb-slider .swiper-slide {
    width: 80px !important;
    height: 80px !important;
}
.subscription-fuelnu .main-product-section-collagen-inner-main .slick-track {
    width: 52% !important;
}
.subscription-fuelnu .main-product-section-collagen-inner-main .slick-slide {
    width: 100% !important;
}
.subscription-fuelnu .main-product-section-collagen-inner-main .slick-slide .swiper.mySwiper11 {
    max-width: unset !important;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .star-img
  img {
  animation: sparkle 0.5s linear infinite alternate;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .ai-img
  img {
  animation: float 2.4s linear 0.6s infinite alternate;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .ti-content
  .ti-box {
  animation: float 2.4s linear 0.6s infinite alternate;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .star-img {
  position: absolute;
  z-index: 9;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img1 {
  top: 14rem;
  left: 2rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img2 {
  top: 12rem;
  left: 6rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img2
  img {
  width: 21px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img3 {
  top: 13.5rem;
  right: 6rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img3
  img {
  width: 30px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img4 {
  bottom: 15rem;
  right: 5.5rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .st-img4
  img {
  width: 48px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .ai-img {
  position: absolute;
  z-index: 1;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .mushoom {
  bottom: 4rem;
  left: 1.55rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .recta {
  right: 4rem;
  bottom: 0rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .moss {
  left: 3.55rem;
  bottom: 19rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .ti-content {
  position: absolute;
  z-index: 1;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .ti-content
  .ti-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .ti-content
  .ti-box
  p {
  text-align: center;
  position: absolute;
  margin: 0;
  color: #2b1666;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.023%; /* 14.553px */
  letter-spacing: 2.25px;
  text-transform: uppercase;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .L-theanine {
  top: 0;
  right: 6rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .cals {
  top: 21rem;
  right: 60px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .cals
  p {
  font-size: 13px !important;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .sugar {
  bottom: -4rem;
  right: 9rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .sugar
  p {
  font-size: 13px !important;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .fillers {
  bottom: 0rem;
  left: 9rem;
  z-index: 0;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .main-slider
  .mySwiper12
  .swiper-slide
  .animated-imgs
  .fillers
  p {
  font-size: 8px !important;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .thumb-slider {
  margin-top: 4rem;
  width: 15%;
  height: 475px;
  overflow: hidden;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .thumb-slider
  .mySwiper11 {
  width: 100%;
  height: 100%;
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .thumb-slider
  .mySwiper11
  .swiper-slide {
  /* height: 70px !important; */
}
.main-product-section
  .mps-all-content
  .mps-content
  .slider-side
  .ss-content
  .thumb-slider
  .mySwiper11
  .swiper-slide
  img {
  cursor: pointer;
  width: 62px;
  height: 62px;
}
.main-product-section .mps-all-content .mps-content .content-side {
  width: 40%;
}
.main-product-section .mps-all-content .mps-content .content-side .cs-box {
  width: 100%;
}
.main-product-section .mps-all-content .mps-content .content-side .cs-box h2 {
  color: #2b1666;
  font-family: Navicula;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.023%; /* 58.214px */
  margin: 0;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .pd-price {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: 1rem;
  gap: 10px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .pd-price
  .sale-price {
  color: var(--theme-color);
  font-size: 30px;
  font-style: normal;
  line-height:normal;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .pd-price
  .main-price {
  color: #2b1666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.023%;
  text-decoration: line-through;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .tabs-content
  .tc-box.show-content {
  display: block;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs {
  margin-top: 1.2rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn {
  display: flex;
  gap: 10px;
  padding: 0;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  .active-tab {
  background: #ffedfd;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  li:first-child,
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  li:nth-child(2) {
  width: 104px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  li:nth-child(3) {
  width: 133px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  li:nth-child(4) {
  width: 120px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  li {
  list-style: none;
  background: #ededed;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 32px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .pit-tabs
  .tabs-btn
  li
  p {
  margin: 0;
  color: #2b1666;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 97.023%; /* 12.613px */
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .tabs-content {
  background-color: #fff;
  overflow: hidden;
  padding: 0;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .tabs-content
  .tc-box {
  display: none;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .tabs-content
  .tc-box
  p {
  width: 95%;
  margin: 0;
  color: #2b1666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 121.023%; /* 19.364px */
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .product-info-tabs
  .tabs-content
  .tc-box
  img {
  width: 70%;
  margin-top: 1rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  h4 {
  color: #2b1666;
  font-family: Navicula;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.023%; /* 29.107px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  form {
  margin-top: 1rem;
  width: 100%;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size {
  color: #2b1666;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 97.023%;  15.524px */
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 10px 10px 10px;
  border-radius: 1px;
  background: #fff;
  /* border-radius: 22px;
  border: 1.5px solid #2b1666; */
  width: 154px;
  height: fit-content;
  text-align: center;
  border: 1px solid #b7c8dd;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size
  .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  /* border-radius: 22px; */
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size
  input:checked
  ~ .checkmark {
  border: 2px solid #e2b3e1;
  background: linear-gradient(
    270deg,
    #acd1fc59 3.52%,
    #d1b3ff4f 51.91%,
    #e2b3e161 97.37%
  );
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size
  input:checked
  ~ .checkmark:after {
  display: block;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .serving-variant
  .serving-select
  .box-size
  .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content {
  margin-top: 2rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box {
  padding: 12px 0;
  width: 325px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  border: 2px solid #2b1666;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .quantity-side {
  margin-left: 40px;
  text-align: left;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .quantity-side
  .main-text {
  color: #2b1666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 121.023%; /* 19.364px */
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .quantity-side
  .main-text
  .price {
  margin-left: 10px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .select-menu {
  margin: 1rem 10px 0 10px;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .select-menu
  select {
  border-radius: 6px;
  border: 2px solid #2b1666;
  background: #fff;
  height: 40px;
  width: 100%;
  color: #2b1666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 121.023%;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .select-menu
  select
  option {
  color: #2b1666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 121.023%;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .checkmark {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  margin-bottom: 0 !important;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  input:checked
  ~ .checkmark {
  background-color: #fff;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  form
  .label-content
  .lc-content
  .lc-box
  input:checked
  ~ .checkmark:after {
  top: 1px;
  left: 1px;
  display: block;
  background: #000;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .add-to-bag {
  margin-top: 3rem;
}
.main-product-section
  .mps-all-content
  .mps-content
  .content-side
  .cs-box
  .add-to-bag
  button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 26px;
  background: green;
  width: -webkit-fill-available;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.023%; /* 19.405px */
  letter-spacing: 3px;
  text-transform: uppercase;
}

.brain-boost {
  background: linear-gradient(
    270deg,
    #acd1fc 3.52%,
    #d1b3ff 51.91%,
    #e2b3e1 97.37%
  );
}
.brain-boost .bb-all-content {
  max-width: 1350px;
  margin: auto;
  padding: 4rem 0 4rem 20px;
}
.brain-boost .bb-all-content .bb-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box {
  padding-left: 1.9rem;
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box h2 {
  margin: 0 0 2rem 0;
  color: #2b1666;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 121.023%;
  font-family: Inter;
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box h2 span {
  font-family: Navicula;
  font-size: 45px;
  line-height: 97.023%; /* 43.66px */
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box p {
  color: #2b1666;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 97.023%; /* 19.405px */
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box .icon-list {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box:first-child {
  max-width: 544px;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box:nth-child(2) {
  max-width: 495px;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box:nth-child(3) {
  max-width: 454px;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box:nth-child(4) {
  max-width: 416px;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 11px;
  border: 1.5px dashed #fff;
  background: #2b1666;
  height: 55px;
  padding-left: 16px;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box
  img {
  width: 17px;
  height: 17px;
}
.brain-boost
  .bb-all-content
  .bb-content
  .content-side
  .inner-box
  .icon-list
  .il-box
  p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 121.023%; /* 24.205px */
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box .lm-link {
  margin-top: 3rem;
}
.brain-boost .bb-all-content .bb-content .content-side .inner-box .lm-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 318px;
  height: 52px;
  border-radius: 26px;
  background: #fff;
  color: #2b1666;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 97.023%; /* 19.405px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.brain-boost .bb-all-content .bb-content .img-side .img-box {
  padding-left: 4rem;
}
.brain-boost .bb-all-content .bb-content .img-side .img-box img {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .main-product-section .mps-all-content .mps-content .slider-side {
    padding-left: 1rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .add-to-bag
    button {
    width: 100%;
  }
  .main-product-section .mps-all-content .mps-content .content-side .cs-box h2 {
    font-size: 46px;
  }
  /* .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    img {
    width: 300px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  } */
}
@media only screen and (max-width: 850px) {
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .serving-variant
    .serving-select
    .box-size {
    font-size: 14px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .L-theanine {
    right: 0rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .recta {
    right: -2rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .fillers {
    bottom: -2rem;
    left: 0rem;
    z-index: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .mushoom {
    left: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .moss {
    left: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .cals {
    right: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .sugar {
    bottom: -4rem;
    right: 2rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .add-to-bag
    button {
    width: 100%;
  }
  .main-product-section .mps-all-content .mps-content .slider-side {
    padding-left: 0.1rem;
  }
  .main-product-section .mps-all-content .mps-content .slider-side .ss-content {
    width: 100%;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider {
    width: 80%;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .thumb-slider {
    width: 20%;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn {
    flex-wrap: wrap;
  }
  /* .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  } */
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .L-theanine {
    top: -6.5rem;
    right: -6rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .cals {
    top: 17rem;
    right: -60px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .recta {
    right: -8rem;
    bottom: 0rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img3 {
    top: 9.5rem;
    right: -5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img4 {
    bottom: 12.5rem;
    right: -5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .sugar {
    bottom: -4.25rem;
    right: -2.5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .fillers {
    bottom: 0.2rem;
    left: -2.5rem;
    z-index: 0;
  }
  .brain-boost .bb-all-content .bb-content .img-side .img-box {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .ss-img {
    height: 400px;
  }
  /* .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12 {
    padding: 4rem 0 2rem;
  } */
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-wrapper
    .swiper-slide:first-child
    .ss-img {
    width: 75%;
    height: auto;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .thumb-slider {
    margin-top: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .st-img1 {
    top: 12rem;
    left: 4px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .L-theanine {
    top: -3rem;
    right: 1rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .st-img2 {
    top: 10rem;
    left: 3.2rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .st-img3 {
    top: 12.5rem;
    right: 1rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .st-img4 {
    bottom: 11rem;
    right: 1.5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .sugar
    p {
    font-size: 10px !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .fillers
    p {
    font-size: 6px !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .mushoom {
    bottom: 4rem;
    left: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .moss {
    left: 0.25rem;
    bottom: 15rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .cals
    p {
    font-size: 10px !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .fillers {
    bottom: 0rem;
    left: 4rem;
    z-index: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .cals {
    top: 18rem;
    right: 15px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .st-img4
    img {
    width: 36px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .recta {
    right: 0rem;
    bottom: 0rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    .animated-imgs
    .sugar {
    bottom: -3rem;
    right: 4rem;
  }
  .main-product-section .mps-all-content {
    padding: 4rem 15px;
  }
  .main-product-section .mps-all-content .mps-content {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .main-product-section .mps-all-content .mps-content .slider-side {
    width: 100%;
  }
  .main-product-section .mps-all-content .mps-content .content-side {
    width: 100%;
    margin-top: 1rem;
  }
  .main-product-section .mps-all-content .mps-content .content-side .cs-box h2 {
    font-size: 35px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn {
    gap: 7px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .pd-price {
    margin-top: 10px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .pd-price
    .sale-price,
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .pd-price
    .main-price {
    font-size: 16px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .serving-variant
    h4 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .serving-variant
    .serving-select
    .box-size {
    font-size: 12px;
    padding: 10px 20px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li
    p {
    font-size: 8px;
    line-height: 1;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .add-to-bag
    button {
    font-size: 16px;
    min-height: 42px;
    margin-top: 2.5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li {
    height: 30px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:nth-child(2) {
    width: 70px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:first-child {
    width: 50px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:nth-child(3) {
    width: 110px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:nth-child(4) {
    width: 80px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .tabs-content
    .tc-box
    img {
    width: 100%;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .tabs-content
    .tc-box
    p {
    width: 100%;
    font-size: 14px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    form
    .label-content
    .lc-content
    .lc-box
    .quantity-side
    .main-text {
    font-size: 14px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    form
    .label-content {
    margin-top: 1rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    form
    .label-content
    .add-to-bag
    button {
    font-size: 16px;
    min-height: 50px;
    width: 100%;
  }
  .brain-boost .bb-all-content .bb-content {
    display: flex;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .brain-boost .bb-all-content {
    padding: 2rem 20px;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box {
    padding-left: 0;
  }
  .brain-boost .bb-all-content .bb-content .img-side .img-box {
    padding-left: 0;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box h2 span {
    font-size: 36px;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box p {
    font-size: 14px;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box .icon-list {
    margin-top: 2rem;
  }
  .brain-boost
    .bb-all-content
    .bb-content
    .content-side
    .inner-box
    .icon-list
    .il-box
    p {
    font-size: 12px;
    margin: 0;
  }
  .brain-boost
    .bb-all-content
    .bb-content
    .content-side
    .inner-box
    .icon-list
    .il-box {
    height: 45px;
  }
  .brain-boost
    .bb-all-content
    .bb-content
    .content-side
    .inner-box
    .icon-list
    .il-box:nth-child(2) {
    max-width: 275px;
  }
  .brain-boost
    .bb-all-content
    .bb-content
    .content-side
    .inner-box
    .icon-list
    .il-box:nth-child(3) {
    max-width: 245px;
  }
  .brain-boost
    .bb-all-content
    .bb-content
    .content-side
    .inner-box
    .icon-list
    .il-box:nth-child(4) {
    max-width: 215px;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box .lm-link {
    margin-top: 2rem;
  }
  .brain-boost .bb-all-content .bb-content .content-side .inner-box .lm-link a {
    width: 175px;
    height: 40px;
    font-size: 12px;
  }
  .main-product-section .mps-all-content .mps-content .slider-side .ss-content {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    position: relative;
    top: 0;
  }
  /* .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12
    .swiper-slide
    img {
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
  } */
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider {
    width: 100%;
    height: auto;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .thumb-slider {
    width: 100%;
    height: auto;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .thumb-slider
    .mySwiper11
    .swiper-slide {
    height: auto !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .L-theanine {
    right: 15px;
    top: -4rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .L-theanine
    img {
    width: 110px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .ti-content
    .ti-box
    p {
    font-size: 10px !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img3 {
    top: 7rem;
    right: 5px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img4 {
    bottom: 11.25rem;
    right: 5px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img4
    img {
    width: 35px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img3
    img {
    width: 24px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .cals {
    top: 12rem;
    right: 20px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .cals
    img {
    width: 55px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .sugar {
    bottom: -2.5rem;
    right: 5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .sugar
    img {
    width: 75px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .recta {
    right: 1.5rem;
    bottom: 1rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .recta
    img {
    width: 125px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .moss {
    left: 1rem;
    bottom: 12rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .moss
    img {
    width: 80px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .mushoom {
    bottom: 2.5rem;
    left: 0.5rem;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .mushoom
    img {
    width: 80px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .fillers {
    bottom: -1rem;
    left: 4.75rem;
    z-index: 0;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .fillers
    img {
    width: 45px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .fillers
    .ti-box
    p {
    font-size: 6px !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img1 {
    top: 7rem;
    left: 6px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img1
    img {
    width: 30px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .animated-imgs
    .st-img2 {
    top: 4.5rem;
    left: 35px;
  }
  .bundle-select {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bundle-select label {
    width: auto !important;
    font-size: 10px !important;
    padding: 10px !important;
  }
  .bundle-select .v-off {
    font-size: 10px;
  }
  .bundle-select .v-price {
    font-size: 13px;
  }
  .bundle-select .v-save {
    margin-top: 4px;
    border-radius: 10px;
    font-size: 10px;
  }
  .bundle-select .box-size img {
    width: 80px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .indus-inner img {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px !important;
  }
  .indus-inner p {
    font-size: 13px !important;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .thumb-slider
    .mySwiper11
    .swiper-slide
    img {
    cursor: pointer;
    width: 100%;
    height: 60px;
  }
}
@media only screen and (max-width: 362px) {
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:nth-child(3) {
    width: 100px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:nth-child(4) {
    width: 58px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .slider-side
    .ss-content
    .main-slider
    .mySwiper12 {
    padding: 4rem 0 2rem 0;
  }
  .bundle-select .box-size img {
    width: 70px;
  }
  .v-title {
    font-size: 10px;
  }
  .bundle-select .v-price {
    font-size: 11px;
  }
  .bundle-select .v-save {
    font-size: 8px;
  }
  .bundle-select .v-off {
    font-size: 9px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:first-child {
    width: 42px;
  }
  .main-product-section
    .mps-all-content
    .mps-content
    .content-side
    .cs-box
    .product-info-tabs
    .pit-tabs
    .tabs-btn
    li:nth-child(2) {
    width: 68px;
  }
}

/*# sourceMappingURL=product.css.map */

/* .main-product-section .mps-all-content .mps-content .content-side .cs-box h2 {
    color: #121212;
    font-family: 'Inter';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 97.023%;
    margin: 0;
}

.bndlr-volume-description{
  display: none;
}
.bndlr-volume {
    text-align: left !important;
    padding-top: 2em !important;
    color: #000000 !important;
    padding-bottom: 0.2em !important;
}
.bndlr-volume-style-0.bndlr-volume-discount.bndlr-has-savings-text {
    padding: 0.5em 0.75em 1.1em 0.75em;
    margin-bottom: 1.2em;
    width: 80% !important;
}

.appstle_widget_title{
  color: #121212;
    font-family: 'Inter';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 97.023%;
    margin: 0;
}
 */

.main-product-section .mps-all-content .mps-content .content-side .cs-box h2 {
    font-size: 35px;
    margin: 29px 0 20px 0;
    color: #FF228A;
    position: relative;
}
.main-product-section .mps-all-content .mps-content .content-side .cs-box h2:after {
    position: absolute;
    content: '';
    top: -13px;
    border-top: 1px solid #2C1760;
    width: 100%;
    left: 0;
}
@media only screen and (max-width: 1100px) {
  .main-product-section .mps-all-content .mps-content .content-side .cs-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 7px;
  }
}
.bundle-select .box-size img {
    width: 80px !important;
    height: 100px !important;
    object-fit: contain !important;
}

.main-product-section .mps-all-content .mps-content .content-side .cs-box .add-to-bag button {
    margin-top: 0;
}

/* #shopify-section-sections--22046564319524__top_section_ktNQb6 .serving-select {
  display: none;
}

#shopify-section-sections--22046564319524__top_section_ktNQb6 .product-info-tabs{
  display: none;
}
#shopify-section-sections--22046564319524__top_section_ktNQb6 .animated-imgs{
  display: none;
}

#shopify-section-sections--22046564319524__top_section_ktNQb6 .pd-price {
    margin-top: 1rem;
}

#shopify-section-sections--22046564319524__top_section_ktNQb6 .cs-box {
    padding-top: 10px;
} */


.cs-box .text_product_desc{
  margin-bottom: 15px;
  line-height: 1.6;
  letter-spacing: normal;
}
/* start 01-August-2024 */
.down-review-slider-block { overflow: hidden; }
.down-review-slider-block h3.reviews-heading { font-family: var(--heading-font); font-size: 30px; color: var(--text-color); margin:0; }
.down-review-slider-block .inner-down-review-slider-block .gallery-thumbs { border-bottom: 1px solid var(--theme-color); padding-bottom: 20px; }
.down-review-slider-block .inner-down-review-slider-block .swiper-slide { display: flex; padding-top: 20px;}
.grid__item.product__media-wrapper .down-review-slider-block {margin-top: 10px;}
.down-review-slider-block .inner-down-review-slider-block .swiper-slide .review-person-block, .down-review-slider-block .inner-down-review-slider-block .swiper-slide .customer-image { width: 100%; }
.down-review-slider-block .inner-down-review-slider-block .swiper-slide .customer-image { max-width: 122px; text-align: right;}
.down-review-slider-block .inner-down-review-slider-block .swiper-slide .customer-image img { width: 84px; height: 84px; border-radius: 50%; }
.down-review-slider-block .inner-down-review-slider-block .review-person-block p { font-size: 16px; line-height: 20px; color: var(--theme-color); margin: 0 0 5px 0; }
.down-review-slider-block .inner-down-review-slider-block .review-person-block  h4.customer-name { font-size: 16px; font-weight: bold; line-height: 26px; color: var(--theme-color); font-family: var(--boby-font); margin: 0;}
.variant-shipping-info-block { background-color: #fff; border-radius: 0 0 16px 16px; padding: 0 20px 20px 20px; }
.variant-shipping-info-block fieldset legend.form__label { font-size: 25px; color: var(--text-color); font-family: var(--heading-font); }
.product__info-wrapper .variant-shipping-info-block fieldset input+label { padding: 12px 24px; border-color: var(--theme-color); font-size: 14px; font-family: Inter; margin: 0 10px 20px 0; letter-spacing:0; }
.product__info-wrapper .variant-shipping-info-block fieldset input:checked+label { background-color: var(--theme-color); color: #fff !important; }
.product.product--large .product__info-wrapper section.product__info-container { max-width: 100%; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-selling-plans { display: flex; flex-direction: row-reverse; overflow:hidden;}
.product__info-wrapper .yotpo-plans-and-policy-wrapper { max-width: 100% !important; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-radio-container { width: 100%; background-color: transparent;}
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-radio-container.yotpo-selected { background-color: #fff; border: none; }
.product__info-wrapper .variant-shipping-info-block { margin-top: 0; }
.product__info-wrapper .shopify-app-block { margin-bottom: -9px; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-radio-container.yotpo-selected { background: url('/cdn/shop/files/radial_bg.png?v=1722506062'); border: none; border-radius: 16px 0 0 0; background-position: right; background-repeat: no-repeat; background-size: auto 100%;flex:0 0 50%; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-frequency-options { margin: 14px 0 0 0; padding: 0; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-select-wrapper { width: 100%; max-width: 75%; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper label.yotpo-radio-label { font-size: 19px; font-family: var(--boby-font); }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-selling-plans .yotpo-radio-button-text-wrapper { flex-wrap: wrap; }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-selling-plans .yotpo-radio-button-text-wrapper .yotpo-subscription-price-label-wrapper { width: 100%; margin-left:40px;}
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-radio-buy-once-container.yotpo-selected { background: url(/cdn/shop/files/radial_bg-right.png?v=1722506597); background-position: left; background-size: auto 100%;border-radius: 0 16px 0 0; }
.Product-FAQ-section .accordion {
    border-bottom: 0;
}
.custom-video-section .ici-img video {
    max-width: 600px;
    border: 2px solid var(--theme-color);
    border-radius: 14px;
}
.product__info-wrapper .yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plan-radio-label:checked:after, .product__info-wrapper .yotpo-select-radio-label:checked:after {
    background: #FF228A;
}
.image-content-icon.product-beauty-ritual .ici-img img {
    border-radius: 14px;
    border: 2px solid var(--theme-color);
      max-height: 600px;
}
.product__info-wrapper .yotpo-widget-subscriptions-add-to-cart .yotpo-radio-label-input{margin-right:24px }
.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-selling-plans .yotpo-frequency-options {
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    overflow: hidden;
  z-index:0;
}

.product__info-wrapper .yotpo-plans-and-policy-wrapper .yotpo-selling-plans .yotpo-frequency-options label {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 500;
    font-family: 'Inter';
}

.shipping-info-block .shipping-all-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0px;
    column-gap: 30px;
    margin-top:30px;
}
.product__info-wrapper product-form.product-form .product-form__buttons {
    max-width: 100%;
}
.shipping-info-block .shipping-single-block {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 20px 0 30px 0;
}
.shipping-info-block .shipping-single-block span.shipping-text {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
}
.shipping-info-block .shipping-single-block span.shipping-icon {
    line-height: 0;
}
body.nuetrition-popup-open .product__column-sticky {
    position: unset;
}
.nuetrition-popup-open .shopify-section-group-header-group {
    z-index: 0;
}
body.product-page.gradient.nuetrition-popup-open {
    overflow: hidden;
}

.shipping-info-block .shipping-all-blocks .shipping-single-block {
    flex: 0 0 26%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.shipping-info-block .shipping-all-blocks .shipping-single-block span.shipping-text {
    color: #000;
    font-size: 14px;
    font-family: 'Inter';
    white-space: nowrap;
}
.shipping-info-block .shipping-all-blocks .shipping-single-block span.shipping-icon {
    line-height: 0;
}
fieldset.js.bundle-option-block span.bundle-value {
    display: block;
    font-size: 16px;
    font-family: 'Inter';
}

.yotpo-radio-button-text-wrapper label.yotpo-radio-label.yotpo-radio-label-text {
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
}
.product__info-wrapper .product__accordion.accordion {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 0;
}
.collagen-blend-inner .collagen-top-items {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
    flex-wrap:wrap;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow .accordion details {
    background: rgba(44, 23, 96, 0.1);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.Product-FAQ-section .collapsible-content-wrapper-narrow .accordion p {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow .accordion details h3.accordion__title {
    font-size: 20px;
    font-family: Inter,sans-serif!important;
    font-weight: 500;
}

.Product-FAQ-section .collapsible-content-wrapper-narrow .accordion details summary {
    padding: 20px 0;
}
body.overflow-hidden .free-gift-all-block .free-gift-single-block {
    width: 27%;
}
body.overflow-hidden  .free-gift-all-block {
    column-gap: 10px;
}
.sealsubs-container .sls-option-container .sls-select-container{display:block;}
body.overflow-hidden .sealsubs-container {
    background: #fff;
    border-radius: 20px 20px 0 0;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow .accordion details svg.icon.icon-caret {
    width: 17px;
    height: 10px;
}
.Product-FAQ-section .collapsible-content summary:hover {background: unset;}
.Product-FAQ-section .collapsible-content summary:hover h3{text-decoration:none;}
.collagen-blend-inner .collagen-top-items .collagen-item-list p {
    margin: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow {
    display: flex;
    flex-wrap:wrap;
    max-width: 90%;
    align-items: center;
    justify-content: center;
}
.tbrght a {
    color: var(--theme-color);
    text-decoration: none;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow .collapsible-content__header {
    max-width: 100%;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow .collapsible-content__header h2.collapsible-content__heading {
    font-size: 60px;
    text-align: left;
}
.Product-FAQ-section .collapsible-content-wrapper-narrow .collapsible-content__grid--reverse {
    flex: 0 0 70%;
}
.yotpo-widget-subscriptions-add-to-cart .yotpo-selling-plans .yotpo-subscription-label-prefix {
    font-size: 20px;
    margin: 4px 10px 0 0;
    color: #000;
    font-family: Inter;
}
.product__info-wrapper .product__accordion.accordion summary {
    padding: 18px 20px;
}
.product__info-wrapper .product__accordion.accordion summary .summary__title h2 {font-size: 16px;text-transform: uppercase;color: var(--theme-color);font-family: 'Inter' !important;font-weight: 500;}

.product__info-wrapper .product__accordion.accordion summary svg {
    background: var(--pink-color);
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product__info-wrapper .product__accordion.accordion .accordion__content {
    padding: 0 20px;
    color: #000;
    font-family: 'Inter';
    padding-bottom: 20px;
    font-size: 16px;
}
.product__info-wrapper .yotpo-selling-plans .yotpo-subscription-label-price {
    font-size: 20px;
    font-family: 'Inter';
    color: #000;
    font-weight: 400;
    margin-top: 5px;
}
.variant-shipping-info-block .variant-block {
    overflow: hidden;
}
.cc-delivery-block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 20px 0 13px 30px !important;
}

.cc-delivery-block span.delivery-icon {
    line-height: 0;
}
.cc-delivery-block span.delivery-icon svg {
    width: 25px;
    height: 25px;
}
.cc-delivery-block span.delivery-text {
    font-size: 16px;
    color: #000;
    font-family: 'Inter';
    font-weight: 600;
}

fieldset.js.color-option-block legend.form__label {
    margin-bottom: 20px;
}
.variant-shipping-info-block fieldset.js.bundle-option-block label {
    background: var(--pink-color);
    border-radius: 10px !important;
    width: 140px;
    box-sizing: border-box;
    height: 140px;
    padding: 10px 10px !important;
}

/* subscription section */
/* Start 26-Aug-2024 */
}
.sealsubs-target-element .sls-option-container.seal-table.sls-active {
    background: url(/cdn/shop/files/radial_bg.png?v=1722506062);
    border: none;
    border-radius: 16px 0 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-shadow: unset;
}
.sealsubs-target-element .sls-more-info-container, .sealsubs-target-element .sls-purchase-options-label {
    display: none;
}
.sealsubs-target-element .sls-option-container.seal-table{
    margin-bottom: 0;
    border: 0;
    flex: 0 0 50%;
    background: transparent;
}
.sealsubs-target-element .sls-label-container.seal-col .sls-selling-plan-group-first-line {
    display: block;
}
.sealsubs-target-element .sls-label-container.seal-col .sls-total-price {
    flex-wrap: wrap;
}
.sls-purchase-options-container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.sls-purchase-options-container .sls-option-container.seal-table {
    border: 0 !important;
    border-radius: 16px 0px 0px 0px !important;
}
.sls-purchase-options-container .sls-option-container.seal-table.sls-active {
    box-shadow: unset !important;
    border-radius:16px 0 0 0 !important;
    position:relative;
}

/* End 26-Aug-2024 */

.sealsubs-container .sealsubs-target-element[data-seal-in] .sls-option[type=radio]+.sls-custom-radio:after {
    width: 8px;
    height: 8px;
    transition: none;
    background: #ff228a;
    box-shadow: unset;
}

.sealsubs-container .sealsubs-target-element .sls-custom-radio, .sls-option[type=radio]+span.sls-custom-radio {
    width: 20px;
    background: #fff;
    height: 20px;
}
.sealsubs-container select.sls-select.seal-tight {
    border-radius: 5px !important;
    font-size: 16px !important;
    font-family: Inter !important;
    font-weight: 500 !important;
    color: var(--theme-color) !important;
    padding: 5px 30px 5px 10px !important;
    display: block !important;
    margin-top: 5px ! IMPORTANT;
    width: unset ! IMPORTANT;
}
.sealsubs-container select.sls-select.seal-tight:focus {
    box-shadow: unset;
    border: unset;
    outline: unset;
}
span.per-serving.subscription_accessories_text {
    color: #2adc85;
}
.cc-fact-box .fact-single-block span.fact-icon {
    display: none;
}
span.per-serving.subscription_per_beg_text, span.per-serving.one_time_per_bag_text  {
    color: #ff228a;
}

.sealsubs-container .seal-row .sls-label-container.seal-col label {
    font-size: 14px;
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
    display:block;
}
.sealsubs-target-element[data-seal-in] .sls-option[type=radio]+.sls-custom-radio:after {
    width: 10px;
    height: 10px !imporat;
    transition: none;
    background: #ff228a;
    box-shadow: unset;
}
.sealsubs-target-element .sls-option[type=radio]:checked+.sls-custom-radio:after {
    height: 10px !important;
    background: #ff228a;
    width: 10px ! IMPORTANT;
    top: 0;
    box-shadow:unset;
}
.sls-purchase-options-container .sls-option-container.seal-table:first-of-type {
    border-radius: 0px 16px 0 0 !important;
}
/* .sls-option-container:last-child .sls-selling-plan-group-first-line+.sls-selling-plan-group-options span.per-serving{
  display: none;
} */
span.per-serving {
    font-size: 15px;
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
    text-align: left;
    width: 100%;
    flex: 0 0 100%;
    display:block;
}
.sls-select-container {
    display: flex !important;
    width: 100% !important;
    justify-content: left !IMPORTANT;
    flex-wrap: wrap;
}
.collection  .card-wrapper:hover .media.media--hover-effect>img+img {
        opacity: 1;
        transition: .5s all ease-in-out;
        transform: unset;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }
.collection .media.media--hover-effect>img+img {
      -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    -webkit-transition: -webkit-clip-path .5s ease-in-out;
    transition: -webkit-clip-path .5s ease-in-out;
    transition: clip-path .5s ease-in-out;
    transition: clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out;
}
.slider-for-funnel .slick-arrow:before {
    display: none;
}
.slider-side .ss-content .main-slider .mySwiper12 .swiper-button-next, .slider-side .ss-content .main-slider .mySwiper12 .swiper-button-prev {
    display: block;
}
.main-product-subscription-kit-section .product-form__input {
    max-width: 100%;
    min-width: 100%;
}
.main-product-section-collagen-inner-main .variant-shipping-info-block fieldset.js.bundle-option-block label {
    width: 32%;
    margin-right: 5px;
    margin-bottom: 0;
    height: max-content;
    padding-bottom: 20px !important;
}
.main-product-section-collagen-inner-main .shipping-info-block .shipping-all-blocks {
    margin-top: 0;
}
.main-product-section-collagen-inner-main .brand-label-image-block img {
    max-height: 60px;
    margin-bottom:5px;
}
.main-product-section-collagen-inner-main .product-form__input {
    max-width: 100%;
}
.main-product-subscription-kit-section .variant-shipping-info-block fieldset.js.bundle-option-block label {
    width: 32%;
}
section#shopify-section-template--23270962069796__1722512341b7b5d7ea {
    background: var(--pink-color);
}
.main-product-subscription-kit-section .product__info-wrapper .variant-shipping-info-block fieldset input+label{margin:0 5px 20px 0;}
.slider-side .ss-content .main-slider .mySwiper12 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.slider-side .ss-content .main-slider .mySwiper12 .swiper-button-prev:after, .slider-side .ss-content .main-slider .mySwiper12 .swiper-button-next:after {
    font-size: 25px;
    color: #000;
}
.slider-for-funnel button.slick-next.slick-arrow {
    background-image: none;
}
.slider-for-funnel button.slick-prev.slick-arrow {
    transform: rotate(180deg);
}
.slider-side .ss-content .main-slider .mySwiper12 .swiper-button-next, .slider-side .ss-content .main-slider .mySwiper12 .swiper-button-prev {
    display: block;
}
.animated-imgs {
    display: none;
}
.overflow-hidden .sealsubs-container .sls-option-container.seal-table.sls-active:first-child{
  padding-left:0;
}
.quick-hide-image .product-img-slide, .quick-hide-image .slider-for-funnel .product__photo {
    display: none;
}
.product.quick-hide-image .grid__item.product__media-wrapper, .product.product--large.quick-hide-image .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
/* .overflow-hidden .main-product-subscription-kit-section .product-img-slide {
    display: none;
}
.overflow-hidden .main-product-subscription-kit-section .slider-for-funnel .product__photo {
    display: none !important;
} */
.overflow-hidden .main-product-subscription-kit-section .slider-for-funnel > :first-child {display: block !important;}
.overflow-hidden quick-add-modal .page-width{max-width:100%;}
.sealsubs-container .sls-option-container.seal-table.sls-active:first-child {
    background: transparent;
    background-position: left;
    background-size: auto 100%;
    padding-left:3%;
}
.product-page .image-content-icon.product-beauty-ritual .ici-img img {
    min-height: 600px;
    max-width: 450px;
    object-fit: cover;
}
.sealsubs-container .sls-option-container.seal-table:first-child {
    padding-left: 3%;
}
.sealsubs-container{position:relative;}
.sealsubs-container .sls-option-container.seal-table.sls-active:first-child:before {
    content: "";
    background: url(/cdn/shop/files/radial_bg-right.png?v=1722506597) no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 62%;
    right: 0;
    z-index: -1;
    background-position: left;
    background-size: cover;
}
.sealsubs-container {
    display: flex !important;
    flex-direction: row-reverse;
    margin-bottom: 0 !important;
}
.inner-down-review-slider-block .gallery-thumbs .swiper-slide {
    width: auto !important;
}
.main-default-product-page fieldset.js.bundle-option-block label {
    width: 140px;
    border-radius: 10px;
}
.main-default-product-page fieldset.js.bundle-option-block .brand-label-image-block img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
}

@media screen and (max-width:767px){
.sls-purchase-options-container .sls-option-container.seal-table.sls-active:last-child:before{top:-13px;}
.sealsubs-target-element .sealsubs-container{padding-top:0;padding-bottom:10px;}
.sealsubs-container .sls-option-container.seal-table.sls-active:first-child{padding-left:0px;}
.sealsubs-container{background:#fff;border-radius: 10px 10px 0 0;}
.sealsubs-container .seal-row .sls-label-container.seal-col label {font-size: 12px;line-height:normal;}
.variant-shipping-info-block{padding:10px;}
.custom-video-section .ici-img video {max-width: 100%;}
.sealsubs-container select.sls-select.seal-tight {font-size: 14px !important;padding: 5px 15px !important;margin-top: 5px !important;}
.overflow-hidden quick-add-modal .page-width {
    max-width: 90%;
}
.product-page .image-content-icon.product-beauty-ritual .ici-img img {
    min-height: 400px;
    max-width: 100%;
    object-fit: cover;
}
body.overflow-hidden .free-gift-all-block .free-gift-single-block {
    flex: 0 0 30%;
}
}