/** Shopify CDN: Minification failed

Line 925:0 Unexpected "}"
Line 1166:52 Unexpected "/"

**/
@font-face {
    font-family: 'ES-Rebond-semibold';
    src: url('/cdn/shop/files/ESRebondGrotesqueTRIAL-Semibold.woff2?v=1746033748') format('woff2'),
        url('/cdn/shop/files/ESRebondGrotesqueTRIAL-Semibold.woff?v=1746033748') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ES-Rebond-bold';
    src: url('/cdn/shop/files/ESRebondGrotesqueTRIAL-Bold.woff2?v=1746033748') format('woff2'),
        url('/cdn/shop/files/ESRebondGrotesqueTRIAL-Bold.woff?v=1746033748') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ES-Rebond-regular';
    src: url('/cdn/shop/files/ESRebondGrotesqueTRIAL-Regular.woff2?v=1746033748') format('woff2'),
        url('/cdn/shop/files/ESRebondGrotesqueTRIAL-Regular.woff?v=1746033748') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-semibold';
    src: url('/cdn/shop/files/NunitoSans10ptExpanded-SemiBold.woff2?v=1746033748') format('woff2'),
        url('/cdn/shop/files/NunitoSans10ptExpanded-SemiBold.woff?v=1746033749') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-regular';
    src: url('/cdn/shop/files/NunitoSans7pt-Regular.woff2?v=1746033748') format('woff2'),
        url('/cdn/shop/files/NunitoSans7pt-Regular.woff?v=1746033749') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-extra-bold';
    src: url('/cdn/shop/files/NunitoSans10pt-ExtraBold.woff2?v=1746033748') format('woff2'),
        url('/cdn/shop/files/NunitoSans10pt-ExtraBold.woff?v=1746033749') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barcelony';
    src: url('/cdn/shop/files/BarcelonyRegular.woff2?v=1747581182') format('woff2'),
        url('/cdn/shop/files/BarcelonyRegular.woff?v=1747581182') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.card-information span.product__tax.caption.rte {
    display: none;
}

.field input {
    border: 1px solid #ccc !important;
}
button.custom-button a {
    text-decoration: none;
    color: #333;
}
.product-details-section .tab-container-wrapper {  
  padding: 4rem;
  border-radius: 24px;
  background-color: #F3D0D3;
  font-family: 'Nunito-regular', Arial, sans-serif;
  letter-spacing: -2%;
  color: #272727;
}




@media screen and (min-width: 750px) { 
  .product-details-section .tab-container-wrapper {
    display: flex;
    gap: 10rem;
    align-items: center;
  }
  .product-details-section .tab-container-wrapper > div {
    flex: 1;
  }
}

.product-details-section .tab-container-wrapper .tab-material .about-tabbs {
  border-bottom: 1px solid #7E7896;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.tabs {
  display: flex;
  gap: 30px;
  font-family: 'Nunito-regular', Arial, sans-serif;
  padding-bottom: .5rem;
}

.tab-btn {
  padding: 0;
  background-color: transparent;
  color: rgba(99, 82, 83, 0.7);
  border: none;
  cursor: pointer;
  /* border-radius: 30px; */
  font-size: 18px;
  font-family: 'ES-Rebond-regular', Arial, sans-serif;
}

.tab-btn.active {
  background-color: transparent;
  color: #080808;
  font-weight: bold;
  font-family: 'ES-Rebond-bold', Arial, sans-serif;
}

.metafield-rich_text_field {
  font-family: Nunito-regular, Arial, sans-serif;
  letter-spacing: -0.5px;
    color: #272727;
    font-weight: 400;
    font-size: 15px;   
}

.metafield-rich_text_field ul {
  padding-left:1.5rem;
}

.tab-content{
  font-family: Nunito-regular, Arial, sans-serif;
  letter-spacing: -0.5px;
    color: #272727;
    font-size: 15px;  
}

.tab-pane.active {
    font-weight: 400 !important;
}

/* .tab-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d1a1d7;
} */

input#Search-In-Modal {
    background: #f6efff;
    border-radius: 9px;
    border: 2px solid #ccc;
}




.product-details-section .tab-container-wrapper .accordian-tab .accordion {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
  font-size: 18px;
  font-family: 'ES-Rebond-bold', Arial, sans-serif;
  color: #000;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-weight:600;
}

.accordion::after {
  content: "";
  background-image: url('/cdn/shop/files/Chevron-down.png?v=1746261873');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.custom-button {
  width: 100%;
  padding: 14px 20px;
  background-color: #f4edfd; /* light purple background */
  color: #000; /* black text */
  border: 1px solid #080808; /* thin border */
  border-radius: 8px; /* rounded corners */
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'ES-Rebond-bold';
}

.custom-button:hover {
  background-color: #e9dffd; /* slight darker purple on hover */
}

.confidence-section {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  position: relative;
}

.flower-icon {
  width: 60px;
  height: auto;
}

.top-flower {
  margin-bottom: 20px;
}

.bottom-flower {
  margin-top: 30px;
}

.confidence-heading {
  font-size: 30px;
  font-weight: bold;
  color: #6C4BA2; /* purple color */
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: ES-Rebond-bold;
}

.confidence-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #000000;
  gap:1rem;
}

.feature-item span {
    font-size: 14px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
}

.feature-icon {
  width: 30px;
  height: 30px;
  /* margin-bottom: 8px; */
}
/* announcment bar */
.announcement-bar-section .utility-bar.color-scheme-1.gradient.utility-bar--bottom-border .page-width.utility-bar__grid {
    background: #ffffff00;
    border-radius: 11px;
    margin: 1rem auto;
}


/* announment bar */
/* header start */
.utility-bar--bottom-border {
  border-bottom: none !important;
}
/* .announcement-bar, .announcement-bar__announcement {
  background-color: #F6EFFF;
  border-radius: 12px;
} */
.announcement-bar__message {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.5px;
  font-family: 'Nunito-regular';
}
sticky-header.header-wrapper--border-bottom {
  border-bottom: none !important;
}
.header__menu-item {
  color: #111 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 990px) {
  /* .header:not(.drawer-menu).page-width {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0;
    background-color: #F6EFFF;
    margin-top: 0px;
    border-radius: 24px 24px 0 0;
  } */
}
/* header end */

/* pd page start  */
product-info:has(.product--thumbnail_slider) {
  padding: 0;
}
.product--thumbnail_slider {
  background-color: #F6EFFF;
  padding: 25px;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 750px) {
  .product__info-wrapper {
    padding: 0 0 0 2rem !important;
  }

  .new-section-image-with-text .image-with-text .image-with-text__media-item img {
    border-radius: 24px 0 0 24px;
  }
}

.new-section-image-with-text .image-with-text {
  background-color: #F6EFFF;
  border-radius: 24px;
}
.new-section-image-with-text .image-with-text .image-with-text__text-item p {
     display: flex;
    gap: 10px;
    letter-spacing: -.5px;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    font-family: 'Nunito-semibold';
  
}
.new-section-image-with-text .image-with-text .image-with-text__text-item h2 {
     font-family: 'ES-Rebond-bold', Arial, sans-serif;
    margin-top: 3rem;
    color: #61497D;
    font-size: 35px;
}
.new-section-image-with-text .image-with-text .image-with-text__text-item p img {
  width: 35px;
  height: 35px;
}
.new-section-image-with-text .image-with-text .image-with-text__text-item p img:last-of-type {
  margin-left: 30px;
}

.exclusive-formula-video {
  background-color: #F6EFFF;
  border-radius: 24px;
}
.exclusive-formula-video h2 {
  font-family: 'ES-Rebond-bold', Arial, sans-serif;
  margin-top: 0;
  color: #61497D;
  text-align: center;
}
.exclusive-formula-video .container-tabs-wrap ul.key-pointers {
  justify-content: flex-start;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0;
  margin: 0;
  list-style: none;
  scrollbar-width: none;
}
.exclusive-formula-video .container-tabs-wrap ul.key-pointers li {
  width: 100%;
  max-width: 30%;
  min-width: 30%;
  padding: 0 5px;
}
.exclusive-formula-video .container-tabs-wrap ul.key-pointers li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.exclusive-formula-video .container-tabs-wrap ul.key-pointers li .cont-first h3 {
  font-family: 'ES-Rebond-bold', Arial, sans-serif;
  color: #080808;
  margin-bottom: 10px;
}
.exclusive-formula-video .container-tabs-wrap ul.key-pointers li .cont-first p {
  font-family: 'Nunito-regular', Arial, sans-serif;
  margin: 0;
  color: #080808;
  letter-spacing: -2%;
  font-size: 14px;
}

.clinically-tested .exclusive-formula-video h2 {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  color: #202020;    font-size: 35px;
}
.clinically-tested .exclusive-formula-video h2 .heart-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;   
}
.clinically-tested .exclusive-formula-video h2 .heart-icon:first-of-type {
  transform: rotate(-20deg);
}
.clinically-tested .exclusive-formula-video h2 .heart-icon:last-of-type {
  transform: rotate(60deg);
}
.clinically-tested .exclusive-formula-video .Exclusively-Formulated p {
  font-family: 'Nunito-regular', Arial, sans-serif;
  color: #202020;
  letter-spacing: -.5px;
  text-align: center;
  padding: 0 20rem;
  font-size:17px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 50px;
  margin-top: 30px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .whychosse-container {
  flex: 0 0 auto;
  font-family: 'Nunito-regular', Arial, sans-serif;
  position: relative;
  font-size:16px;
  font-weight:600;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap ul.key-pointers li {
  width: 100%;
  max-width: 30%;
  min-width: 20%;
  padding: 0 5px;
  display: grid;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-first {
  background-color: #61497D;
  border-radius: 12px;
  border: 1px solid #61497D;
  padding: 15px 12px;
  margin-bottom: 7px;
  height: 130px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-first h3 {
  font-family: 'ES-Rebond-bold', Arial, sans-serif;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-second {
  background-color: #F6EFFF;
  border-radius: 12px;
  border: 1px solid #61497D;
  padding: 15px 12px;
  margin-top: 7px;
  height: 130px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-second h3 {
  font-family: 'ES-Rebond-regular', Arial, sans-serif;
  color: #343434;
  margin: 0;
  font-size: 16px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li img {
  width: 100%;
  max-width: 25px;
}
/* pd page end */

 /* Show desktop banner on screens larger than 768px */


.collection-banner {
           max-width:150rem;
        margin: auto;
        background: #f6efff;
        padding: 18px 25px;        border-radius: 0 0 30px 30px;}

span.mobile-facets__open-label.button-label.small-hide, h2.facet-filters__label.caption-large.text-body label, span#ProductCount, span.mobile-facets__open-label.button-label.medium-hide.large-up-hide {
    font-family: 'ES-Rebond-bold';
    font-size: 15px;
}
facet-filters-form.facets.small-hide select#SortBy {
    font-size: 13px;
    font-family: 'ES-Rebond-regular';
    color: #615e5e;
}

  @media (min-width: 769px) {
    .desktop-collection-banner {
      display: block;
    }
    .mobile-collection-banner {
      display: none;
    }


  }



  /* Show mobile banner on screens smaller than 768px */
  @media (max-width: 768px) {
    .desktop-collection-banner {
      display: none;
    }
    .mobile-collection-banner {
      display: block;
    }
.collection-banner {
    padding: 0.4rem 0.4rem;
  
}
  }
 /* Show desktop banner on screens larger than 768px end*/

/* collection start */
h1.collection-hero__title {
    display: none;
}
.active {
    /* border-bottom: 3px solid #9c021b;
    padding: 0px 0 5px 0 !important; */
               font-weight: 600 !important;
}

.Custom--filter {
    margin-top: 29px;
}
.Custom--filter .custom__Content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.Custom--filter .custom__Content ul li {
    padding: 0 8px;
}

.Custom--filter .custom__Content ul li a {
    list-style: none;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0;
    color: #000;
    padding: 10px 30px;
    border: 1px solid #000;
    border-radius: 50px;
}
/* collection end */

/* pdp-tabs-icon */
span.tabs-icon { 
    display: none;  /* Before it was flex */
    justify-content: end;
  padding-top: 1rem;
    /* text-align: right; */
}

.accordian-tab {
    padding-top: 1rem;
}

@media (max-width: 767px) { /* Adjust breakpoint as needed */
  .tab-container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .tab-content {
    order: 1; /* Moves tab-content first */
  }
  .tab-material {
    order: 2; /* Moves tab-material second */
    padding: 0 7px;
  }

  .product-details-section .tab-container-wrapper {
    padding: 1.2rem;
}
.tabs {
    display: flex;
    gap: 30px;
    font-family: Nunito-regular, Arial, sans-serif;
    padding-bottom: .5rem;
    padding-top: 1.5rem;
}
.accordian-tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
  .image-with-text__content
 {
    padding: 4rem calc(1.6rem / var(--font-body-scale)) 2rem !important;
}
.new-section-image-with-text .image-with-text .image-with-text__text-item p {
    display: flex;
    gap: 8px;
    font-family: Nunito-regular, Arial, sans-serif;
    letter-spacing: -.5px;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}
.new-section-image-with-text .image-with-text .image-with-text__text-item p img {
    width: 30px;
    height: 30px;
}

.section-template--18571976835262__image_with_text_hMxzjh-padding {
    padding-top: 0px !important;
    padding-bottom: 27px;
}
.image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media{
  border-radius:24px 24px 0px 0px;
}
.a-plus-block.clinically-tested.page-width .exclusive-formula-video{
  padding: 4rem 1rem;
}
.clinically-tested .exclusive-formula-video .Exclusively-Formulated p {
    font-family: 'Nunito-regular', Arial, sans-serif;
    color: #202020;
    letter-spacing: -.5px;
    text-align: center;
    padding: 0 2rem;
    font-size: 15px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 0px;
  margin-top: 10px;
  flex-direction: column;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap ul.key-pointers li {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-first h3 {
    font-size: 13px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-first {
    height: 120px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-second h3 {
    font-size: 13px;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .ingredient-card ul li .cont-second {
    height: 120px;
    margin-top:0px;
}

.clinically-tested li.pointer-key-ingredient>div {
    width: calc(50% - 5px);
}
.first-container {
  position: unset !important;
    margin-top: 0rem;
  width: 50%;
        text-align: center;
}
.first-container1 {
    position: relative;
  margin-top: 0rem !important;
  width: 50%;
        text-align: center;
}
.clinically-tested .exclusive-formula-video .container-tabs-wrap .whychosse-container {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
  font-size:13px;
}
.section-template--18571976835262__custom_liquid_GRER4J-padding {
    padding-top: 0 !important;
    padding-bottom: calc(52px * 0.75);
}
 .exclusive-formula-video .container-tabs-wrap ul.key-pointers li{
    width: 100%;
    max-width: 32%;
    min-width: 80%;
    padding: 0 5px;
}
.ingredient-card {
    padding-left: 1.1rem;
}
 .exclusive-formula-video {
  padding: 3rem 0 3rem 0;
}
.section-template--18571976835262__custom_liquid_yy34LP-padding{
  padding-top: 0 !important;
}
.swiper-slide.image-container.swiper-slide-next.swiper-slide-prev {
    margin-left: 5px;
}
.product-form__buttons {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
}


.product-form__buttons button.product-form__submit.button.button--full-width.button--primary {
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;background: #000
}
    .product-form__buttons {
        max-width: 100%;
        background: #000;
    }
.price-per-item__container {
    margin-top: 16px;
}
  
}

@media (min-width: 768px){
.a-plus-block.clinically-tested.page-width .exclusive-formula-video{
  padding: 4rem 15rem;
}}

.image-with-text__content--top {
        justify-content: end !important;
        /* align-self: auto; */
    }

.first-container1 {
    margin-top: 10rem;
}
.first-container {
    position: absolute;
    top: -35px;
}
.rich-text__text.rte p {
    font-size: 16px !important;
    color: #61497D;
    letter-spacing: -.5px;
    font-family: 'Nunito-regular';
}
.rich-text__text.rte p:last-child {
    /* font-style: italic; */
    font-size: 14px;
}
 .exclusive-formula-video {
  padding: 4rem 0 4rem 0;
}
 .ingredient-card {
    padding-left: 1.1rem;
}

/* footer css */

.footer-block.grid__item {
    width: 15%;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    background: #F6EFFF;
    padding: 4rem 4rem;
    border-radius: 24px;
}
.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    width: 20%;
}
.footer-block__heading {
    font-family: 'ES-Rebond-bold';
    font-size: 16px !important;
}      
.list-social__link {
  padding: 0 1.1rem !important;
}
.footer-block__details-content .list-menu__item--link {
  display: inline-block;
  font-size: 15px;
  font-family: 'Nunito-regular';
  letter-spacing: -.5px;
}
.footer__content-bottom {
    display: none;
}
.footer-block__newsletter:not(:only-child) {
    text-align: center !important;
    margin-right: auto;
    position:relative;
}
.footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: center !important;
    margin: auto !important;
}
.newsletter-form__field-wrapper .field__input {
    background: #DCD8F3;
  border-radius: 12px
}
.footer-block--newsletter .footer-block__newsletter .footer-block__heading{
    font-family: ES-Rebond-bold;
    font-size: 30px !important;
  display: inline-block;
        position: relative;
}
.footer-block--newsletter h2.footer-block__heading.inline-richtext:after {
    content: '';
    position: absolute;
    width: 14%;
    height: 100px;
    background-size: contain;
    left: -100px;
    top: -31px;
    background-image: url(https://themamaklub.com/cdn/shop/files/Stars_blinking.svg?v=1747578539);
    background-repeat: no-repeat;
}
.footer-block--newsletter h2.footer-block__heading.inline-richtext:before {
    content: '';
    position: absolute;
    width: 14%;
    height: 26px;
    background-size: contain;
    right: -108px;
    top: 29px;
    background-image: url(https://themamaklub.com/cdn/shop/files/Stickers_V11.svg?v=1747580809);
    background-repeat: no-repeat;
}
  .rotate {
    display: inline-block;
}

.rotating-image {
    width: 60px; /* Adjust the size as needed */
    height: auto;
    animation: rotation 2s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.newsletter-icon {
    position: relative;
}
.newsletter-icon-2 {
    position: relative;
}
span.star-1 {
    position: absolute;
    left: 300px;
    top: -30px;
    transform: rotate(-25deg);
}
span.star-2 {
    position: absolute;
    left: 250px;
    top: 0px;
}
span.star-3 {
    position: absolute;
    right: 300px;
    top: -35px;
  transform: rotate(45deg);
}

}
   /* Accordion button */
  .accordion-tab {
    position: relative;
    background: #fff;
    color: #202020;
    cursor: pointer;
    padding: 18px 30px 18px 0px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #DCD8F3;
    font-size: 16px;
    font-family: 'Nunito-regular', sans-serif;
    letter-spacing: -0.5px;
    transition: background 0.3s;
  }
  /* + icon */
  .accordion-tab::after {
    content: url("/cdn/shop/files/add.svg?v=1746898908");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: purple;
    font-weight: bold;
    transition: transform 0.4s;
  }
  /* – icon when active */
  .accordion-tab.active::after {
    content: url("/cdn/shop/files/remove.svg?v=1746898896");
    transform: translateY(-50%);
  }
.accordion-tab.active {
  font-weight: 400 !important;
}
  /* Panel hidden by default */
  .panel-tab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  /* Panel open */
  .panel-tab.open {
    /* big enough to hold your content—adjust if needed */
    max-height: 1000px;
  }

  .panel-tab.open p{
    font-size: 15px;
    font-family: 'Nunito-regular', sans-serif;
    letter-spacing: -0.5px;
  }

  /* FAQ “View All” link */
  .faqs-button-wrsp a {
    color: #181818;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Nunito-regular';
    font-size:16px;
  }
 
  /* Base button styling */
  .custom-button {
    background-color:#F6EFFF !important;
    color: #333;
    padding: 15px 20px;
    margin: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
  }

  /* Container wrapper */
  /* .page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  } */
  
  ul.key-pointers {
    list-style: none;
    padding: 0;
  }
.Question-Answer-container h2 {
    font-family: 'ES-Rebond-bold';
    font-size: 20px;
}
  .faqs-button-wrsp button {
    background: #ffffff00;
    border: none;
}
.faqs-button-wrsp {
    text-align: center;
    margin-top: 4rem;        margin-bottom: 5rem;
}
@media (max-width: 767px){
  .Question-Answer-container h2 {
    font-size: 2rem !important;
}
.footer-block--newsletter h2.footer-block__heading.inline-richtext:after {
    content: '';
    position: absolute;
    width: 21%;
    height: 100px;
    background-size: contain;
    left: -45px;
    top: -26px;
    background-image: url(/cdn/shop/files/Stars_blinking.svg?v=1747578539);
    background-repeat: no-repeat;
}
.footer-block--newsletter h2.footer-block__heading.inline-richtext:before {
    content: '';
    position: absolute;
    width: 14%;
    height: 26px;
    background-size: contain;
    right: -50px;
    top: 29px;
    background-image: url(/cdn/shop/files/Stickers_V11.svg?v=1747580809);
    background-repeat: no-repeat;
}
.footer-block--newsletter .footer-block__newsletter .footer-block__heading {
    font-size: 24px !important;
}

.footer-block.grid__item {
    width: auto;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    background: #F6EFFF;
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 24px;
    margin-bottom:0;
}
.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    width: auto;
}
.footer-block__heading {
    font-family: 'ES-Rebond-bold';
    font-size: 16px !important;
}      
.list-social__link {
  padding: 0 1.1rem !important;
}
.footer-block__details-content .list-menu__item--link {
  display: inline-block;
  font-size: 14px;
  font-family: 'Nunito-regular';
  letter-spacing: -.5px;
  line-height: 1;
}
.footer__content-bottom {
    display: none;
}
.footer-block__newsletter:not(:only-child) {
    text-align: center !important;
    margin-right: auto;
    position:relative;
}
.footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: center !important;
    margin: auto !important;
}
.newsletter-form__field-wrapper .field__input {
    background: #DCD8F3;
  border-radius: 12px
}
.footer-block__newsletter .footer-block__heading {
    font-family: ES-Rebond-bold;
    font-size: 20px !important;
    width: 80%;
    margin: 14px auto;
    line-height: 33px;
}
.newsletter-icon {
    position: relative;
}
.newsletter-icon-2 {
    position: relative;
}
span.star-1 {
    position: absolute;
    left: 280px;
    top: 60px;
    transform: rotate(-25deg);
}
span.star-2 {
    position: absolute;
    left: -50px;
    top: 50px;
}
span.star-3 {
    position: absolute;
    right: 300px;
    top: -35px;
  transform: rotate(-25deg);
}
.footer-block__newsletter:not(:only-child) {
        margin-right: 0 !important;
    }
.star-2 svg {
    width: 40px;
    height: 40px;
}
.confidence-heading {
    font-size: 20px;
    font-weight: 700;
    color: #6c4ba2;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: ES-Rebond-bold;
}
.confidence-section {
    text-align: center;
    padding: 25px 0px;
    background-color: #fff;
    position: relative;
}
    .footer__content-top {
        padding-bottom: 3rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
.confidence-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.confidence-features.feature-item {
    gap: 0rem;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 3rem 2rem;

}
* reset every child to the same “middle” order */
.footer__blocks-wrapper > * {
  order: 2;
}

/* blocks 2–5 fill columns 1–4 in first row */
.footer__blocks-wrapper > .footer-block:nth-child(2) { order: 1; }
.footer__blocks-wrapper > .footer-block:nth-child(3) { order: 2; }
.footer__blocks-wrapper > .footer-block:nth-child(4) { order: 3; }
/* .footer__blocks-wrapper > .footer-block:nth-child(5) { order: 4; } */

/* first block → span all 4 columns, pushed to last */
.footer__blocks-wrapper > .footer-block:nth-child(1) {
  order: 6;             /* after the 4 content blocks and social */
  grid-column: 1 / -1;  /* full-width */
}

/* social list → comes just before the very last block */
.footer__blocks-wrapper > .footer__list-social {
  order: 4;
  /* width:200px; */
  /* grid-column: 1 / -1; */
  margin-left: -2.5rem;
}
  
.list-social__link {
    padding: .5rem !important;
}
.footer-block-image, .footer-block-image.left, .footer-block-image.center, .footer-block-image.right {
    justify-content: left !important;
}
.footer-block.grid__item {
    padding: 0;
    margin: 0rem !important;
    width: 100%;
}
.footer-block__details-content {
    margin-bottom: 0 !important;
}

.section-sections--18571977130174__footer-padding {
    border: none !important;
    padding-top: 0px !important;
    margin-top: -3rem !important;
}
}
.section-template--18571976835262__custom_liquid_KDUHxk-padding button.custom-button {
    background-color: #F6EFFF;
}
.section-sections--18571977130174__footer-padding {
    border: none !important;
    padding-top: 0px !important;
    margin-top: -3rem !important;
}
.button-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

/* Related Product PDP */
@media (min-width:768px){
.related-products .card.card--standard.card--media {
    background: #F6EFFF;
    padding: 1rem;
    border-radius: 12px;
}
 .card__media {
    border-radius: 12px !important;
}

 .card__heading {
    font-family: 'ES-Rebond-bold';
    font-size: 15px;
}
 s.price-item.price-item--regular {
    font-family: 'Nunito-regular';
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 15px;
    color: #838383;
}
 span.price-item.price-item--sale.price-item--last { 
    font-family: 'Nunito-regular';
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 15px;
    color: #000;
}

 .quick-add__submit::after {
    border-radius:12px;
}

 .quick-add__submit::before {
    border-radius:12px;
}

 .quick-add__submit {
    background: #ffffff00;
    font-family: 'ES-Rebond-bold';
    text-transform: uppercase;
}

 .badge {
    background: #6B9E21;
}
 /* ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    list-style: none;
    margin-left: 1.1rem;
    padding: 0 1rem; 
   scrollbar-width: none;
} */
}

@media (max-width:767px){
 .card.card--standard.card--media {
    background: #F6EFFF;
    padding: 1rem;
    border-radius: 12px;
}
.card__media {
    border-radius: 12px !important;
}

 .card__heading {
    font-family: 'ES-Rebond-bold';
    font-size: 14px;
}
 s.price-item.price-item--regular {
    font-family: 'Nunito-regular';
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 13px;
    color: #838383;
}

 span.price-item.price-item--sale.price-item--last { 
    font-family: 'Nunito-regular';
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 13px;
    color: #000;
}

 .quick-add__submit::after {
    border-radius:12px;
}

 .quick-add__submit::before {
    border-radius:12px;
}

 .quick-add__submit {
    background: #ffffff00;
    font-family: 'ES-Rebond-bold';
    text-transform: uppercase;
}

 .badge {
    background: #6B9E21;
} 
 
ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down .quick-add__submit {
    font-size: 12px !important;
}
 /* ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    list-style: none;
    margin-left: 1.1rem;
    padding: 0 1rem; 
   scrollbar-width: none;
} */
}

/* PDP product title */
.product__info-container {
.product__title {
    display:flex;
    justify-content: space-between;
    gap:1rem;
}
 .product-form__buttons {
    max-width: 100%;
}
.product__title h1 {
    font-size: 30px;
    font-family: 'ES-Rebond-bold';
}
span.price-item.price-item--sale.price-item--last {
    font-size: 20px;
    font-family: 'Nunito-regular';
    font-weight: 800;
    letter-spacing: -.5px;
}
.product__info-container .price--on-sale .price-item--regular {
    font-size: 1.7rem;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    color: #838383;
}
span.badge.price__badge-sale.color-scheme-4 {
    background: #6B9E21;
    margin-left:.5rem;
    display:none;
}
span.product__tax.caption.rte {
    vertical-align: middle;
    margin-top: -5px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-weight: 400;
    color: #8D8D8D;
}
.price--on-sale .price__sale {
    display: inline-flex;
    gap:0.5rem;
    align-items: baseline;
}
span.jdgm-prev-badge__text {
    color: #202020;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    margin-left: .5rem;
}
.meta-coms-img-container {
    flex-basis: unset !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: unset !important; 
    /* padding: 12px 5px; */
    display: flex;
    gap: 10px;
}
.meta-coms-container {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping to keep items in a single row */
  overflow-x: auto; /* Use 'auto' instead of 'scroll' to show scrollbar only when needed */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
  width: 100%; /* Ensure container takes full width of parent */
  gap: 2rem; /* Space between items */
  margin-top: 3rem !important; /* Keep your margin */
  padding-bottom: 1rem; /* Optional: Add padding to show scrollable area */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
  scroll-behavior: smooth; /* Smooth scrolling for better UX */
}

/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
.meta-coms-container::-webkit-scrollbar {
  display: none;
}

.meta-coms-img-container {
  flex: 0 0 auto; /* Prevent shrinking and allow fixed width */
  width: max-content; /* Set a fixed width for each item (adjust as needed) */
  text-align: center;
  background: #f2f2f2;
  padding: 0px 5px !important;
}

.meta-coms-img-container img {
  display: block;
  margin: auto;
  height: 43px;
  width: 38px;
}
.price--large {
  margin-top: -10px;
}
.meta-coms-img-container p {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: unset !important;
    color: #262020;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 400 !important;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
}
label.form__label {
    font-family: 'ES-Rebond-bold';
    font-size: 17px;
}
label.form__label span {
    font-size: 17px;
    font-weight: 400 !important;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    color:#61497D;
    gap:5px;
    display:flex;
    margin-left:5px;
    align-items: center;
}
label.form__label img {
  width: 16px;
  height: 16px;
}
.product-form__input .form__label {
  display: flex;
  align-items: baseline;
}
.form__label span {
    font-size: 17px;
    font-weight: 400 !important;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    color:#61497D;
    gap:5px;
    display:flex;
    margin-left:5px;
    align-items: center;
}
.form__label img {
  width: 24px;
  height: 24px;
}
legend.form__label {
  font-family: 'ES-Rebond-bold';
    font-size: 17px;
}
.product-form__input {
    display: inline-block;
  padding-right: 1.5rem !important;
}
.product-form__input .select .select__select {
  border-radius: 8px;
  width: 100px;
  font-family: 'Nunito-regular';
  border: 1px solid var(--Grey-400, rgba(175, 175, 175, 1));
  color: #040F0F;
  font-size: 14px;
}
  .quantity__button .svg-wrapper {
    stroke: #000;
}
  .product-form__input .svg-wrapper:first-of-type {
    right: 2.5rem;
    stroke: #000;
}
.variant-contain {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 1.1rem 0rem;
}
.quantity:after{
  border-radius: 20px;
}
.quantity:before{
  border-radius: 20px;
  border: 1px solid var(--Color-Brand-opt-2-Black, rgba(8, 8, 8, 1));
}
.quantity {
    width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    min-height: calc((var(--inputs-border-width) * 2) + 4.2rem);
}
input#Quantity-template--18571976835262__main {
    font-family: 'ES-Rebond-regular';
}
.product-form__submit {
    border-radius: 20px;
}
.product-form__submit:after {
    border-radius: 20px;
}
.product-form__submit:before {
    border-radius: 20px;
}
.product-form__input.product-form__quantity {
 display: flex;
  align-items:center;
  gap: 1rem;
  padding-right:0rem !important;
}
.product-form__input.product-form__input--dropdown {
    margin-top: 1.5rem;
}
.ppp {
    width: 100%;
}
.product-form__input.product-form__quantity {
    display: flex;
    align-items: center;
    gap: 1rem;
      margin-top: -1rem;
    /* width: 100%; */
}

.product__info-container>*+* {
    margin: 1.5rem 0;
}
.product-form__input {
    max-width: 100% !important;
}
.product-form__submit {
    font-family: 'ES-Rebond-bold';
    text-transform: uppercase;
}
.left-stock-c {
  padding: 0 2rem;
}
.left-stock-li::marker {
  color: #6EB40B;
}
.left-stock-li {
  font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-size:17px;
}
.left-stock-c {
  padding: 0 2rem;
}
.left-stock-li::marker {
  color: #6EB40B;
}
.left-stock-li {
  font-family: 'Nunito-regular';
    letter-spacing: -.5px;
}
.feature-item {
    display: flex;
    flex-direction: column;
    gap: 0rem;
}
.feature-icons {
    display: flex;
  justify-content: space-between;
}
.feature-item img {
    width: 40px;
    height: 40px;
}
.feature-item p {
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
  color:#202020;
}
.stock-alert {
    text-align: center;
    font-family: 'Nunito-regular';
    font-size: 15px;
    letter-spacing: -.5px;
    border-style: dashed;
    border-width: 2px;
    border-radius: 12px;
    border-color: #F3BACE;
    padding: 0.5rem 0;
}
@media (max-width:767px){
  .product__title h1 {
        font-size: 16px;
        font-family: 'ES-Rebond-bold';
        line-height: 28px;
    }
  .product__title {
    margin-bottom: 2.1rem;
}
.jdgm-prev-badge {
    margin-top: 2rem;
}
.product__title svg {
    width: 50px;
    height: 50px;
}
  legend.form__label {
        font-size: 14px;
    }
  .form__label span {
        font-size: 14px;
  }
  label.form__label {
        font-size: 14px;
    }
  label.form__label span {
        font-size: 14px;
  }
  .left-stock-li {
        font-size: 14px;
    }
  .product-form__submit {
    /* padding: 0 1.5rem; */
    /* min-width: calc(23rem + var(--buttons-border-width) * 2); */
}
  .product-form__input--swatch .swatch-input__input+.swatch-input__label {
    --swatch-input--size: 2.8rem;
}
.form__label img {
        width: 16px;
        height: 16px;
    }
span.price-item.price-item--sale.price-item--last {
    font-size: 16px;
    font-family: 'Nunito-regular';
    font-weight: 800;
    letter-spacing: -.5px;
}
.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
    font-size: 14px;
}
.jdgm-widget.jdgm-widget {
    margin-top: -10px;
}
.meta-coms-container {
  margin-top: 2rem !important;
}
.left-stock-c {
    padding: 0 2rem;
    margin-top: -1rem;
    margin-bottom: 0;
}
div#Quantity-Form-template--18571976835262__main {
    margin-left: -1rem;
}
.product-form__submit span {
    font-size: 13px;
}
.feature-item {
  text-align: center;
}
.stock-alert {
    font-size: 13px;
}
span.review-head {
    font-size: 20px;
    line-height: 2;
}
span.review-head-first {
    font-size: 14px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    color: #202020;
}
h2.main-head-review {
    color: #202020;
    font-size: 20px;
}
.product-form__submit{
    padding: 0 1.5rem;
}
.product-form__input .ppp {
  padding-right:0px; 
}
}
}

 .exclusive-formula-video .container-tabs-wrap ul.key-pointers-rw li {
    display: flex;
}
 .exclusive-formula-video .container-tabs-wrap ul.key-pointers-rw li {
    min-width: unset;
}
 .exclusive-formula-video {
    background-color: #F6EFFF;
    border-radius: 24px;
    padding: 2rem 0rem;
}
@media (min-width:780px){
.image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    padding: 0 !important;
}
span.review-head {
    font-size: 35px;
    line-height: 2;
}
h2.main-head-review {
    color: #202020;
    font-size: 30px;
}
}
span.review-head-first {
    font-size: 16px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    color: #202020;
}

img.review-logo-main {
    /* text-align: center; */
    margin: auto;
    display: flex;
    justify-content: center;
    width: 280px;
    margin-bottom: 1rem;
}
.a-plus-block.Question-Answer.page-width .custom-button {
  margin: 10px 0px !important;
}
.footer-faq {
   /* Accordion button */
  .accordion-tab {
    position: relative;
    background: #fff;
    color: #202020;
    cursor: pointer;
    padding: 18px 30px 18px 0px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #DCD8F3;
    font-size: 16px;
    font-family: 'Nunito-regular', sans-serif;
    letter-spacing: -0.5px;
    transition: background 0.3s;
  }
  /* + icon */
  .accordion-tab::after {
    content: url("/cdn/shop/files/add.svg?v=1746898908");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: purple;
    font-weight: bold;
    transition: transform 0.4s;
  }
  /* – icon when active */
  .accordion-tab.active::after {
    content: url("/cdn/shop/files/remove.svg?v=1746898896");
    transform: translateY(-50%);
  }
.accordion-tab.active {
  font-weight: 400 !important;
}
  /* Panel hidden by default */
  .panel-tab {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  /* Panel open */
  .panel-tab.open {
    /* big enough to hold your content—adjust if needed */
    max-height: 1000px;
  }

  .panel-tab.open p{
    font-size: 15px;
    font-family: 'Nunito-regular', sans-serif;
    letter-spacing: -0.5px;
  }

  /* FAQ “View All” link */
  .faqs-button-wrsp a {
    color: #181818;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Nunito-regular';
    font-size:16px;
  }

  .faqs-button-wrsp svg {
    width:12px;
    height:12px;
  }

  /* Base button styling */
  .custom-button {
    background-color: white;
    color: #333;
    padding: 10px 20px;
    margin: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
  }

  /* Container wrapper */
  .page-width {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 5rem;
  }
  
  ul.key-pointers {
    list-style: none;
    padding: 0;
  }
.Question-Answer-container h2 {
    font-family: 'ES-Rebond-bold';
    font-size: 3.5rem;
}
  .faqs-button-wrsp button {
    background: #ffffff00;
    border: none;
}
.faqs-button-wrsp {
    text-align: center;
    margin-top: 4rem;
}
.button-container{
  padding: 0px 1.5rem;
  margin-left: -2rem;
}
.panel-tab p {
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
}
@media screen and (max-width: 749px) {
.page-width {
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet img.image-magnify-lightbox {
    border-radius: 12px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet .product-media-container.media-fit-cover {
        border-radius: 12px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet button.thumbnail.global-media-settings.global-media-settings--no-shadow {
    border-radius: 12px;
      padding: 2px;
  /* border:1px solid #202020 !important; */
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet button.thumbnail.global-media-settings.global-media-settings--no-shadow img {
    border-radius: 12px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet svg.icon.icon-caret {
    width: 25px;
    height: 30px;
}
.product__title img {
    height: 80px;
    width: 80px;
}

@media screen and (max-width: 749px) {
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet img.image-magnify-lightbox {
    border-radius: 12px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet .product-media-container.media-fit-cover {
        border-radius: 12px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet button.thumbnail.global-media-settings.global-media-settings--no-shadow {
    border-radius: 12px;
      padding: 2px;
    /* border:1px solid #202020 !important; */
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet button.thumbnail.global-media-settings.global-media-settings--no-shadow img {
    border-radius: 12px;
}
.thumbnail-list__item.slider__slide {
    width: calc(21% - 1.1rem) !important;
}
.product__title img {
    height: 66px;
    width: 66px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet .slider-button {
    width: 30px;
    height: 30px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet svg.icon.icon-caret {
    width: 15px;
    height: 10px;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet .product__title {
    margin-top: 1rem;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-show.grid.grid--1-col.grid--2-col-tablet{
  padding: 0 25px !important;
}
}
.card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
h2.rich-text__heading.rte.inline-richtext.h2 {
    font-family: "Barcelony" !important;
    font-size: 46px;
    color: #61497d;
}
/* iamge box css on homepage */
@media (min-width: 768px) {

  .promise-featuress {
    border-radius: 16px;
    padding: 0.5rem 0.5rem 1rem 0.5rem !important;
    margin: 0;
  }}
.promise-featuress{   
  .container {
    max-width: 150rem;
    margin: 0 auto;
    padding: 1rem 0rem 3rem 1.5rem;
  }
  
  .promise-features__title {
    color: #5d4777;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'ES-Rebond-bold', Arial, sans-serif;
  }
  
  .promise-features__grid {
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
  }
 
  .promise-features__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 28%;
    min-width: 28%;
    padding: 0 5px;
  }
  
  .promise-features__image-wrapper {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .promise-features__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
  }
  
  .promise-features__heading {
            font-size: 22px;
        font-weight: 600;
        /* margin-bottom: 8px; */
        color: #000;
        font-family: 'ES-Rebond-bold', Arial, sans-serif;
        color: #080808;
        margin-bottom: 10px;
  }
  
  .promise-features__description {
    font-family: 'Nunito-regular', Arial, sans-serif;
    margin: 0;
    color: #080808;
    letter-spacing: -.5px;
    font-size: 17px;
  }
  
  @media (max-width: 767px) {
      .parent-box {
    margin-left: 1.5rem !important;
}
    .promise-features__grid {
      justify-content: flex-start;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
    }

.promise-featuress {
    border-radius: 16px;
    padding: 0.5rem 0.5rem 4rem 0.5rem !important;
    margin-left: 1.5rem !important;
  }
    
.parent-box {
    margin: 0 1.5rem !important;
}

  .promise-features__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 32%;
    min-width: 80%;
    padding: 0 5px;
}
.promise-features__heading {
            font-size: 17px;
  }
}
}
@media screen and (min-width: 750px) {
    .grid--2-col-tablet .grid__item {
        width: 25%;
    }
}

.discountPercentage{
      color: #6B9E21;
    font-size: 14px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    /* margin-top: -14px; */
    position: relative;
    top: -2px;
    padding-right: 1rem;
}
.discountprice{
  color: #6B9E21;
    font-size: 13px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px; 
}
.featured-container .heart-icon:last-of-type {
    transform: rotate(35deg);
}
.footer__content-top {
  padding-bottom: 0 !important;
}

/* announcement-bar css */
slideshow-component.announcement-bar {
    padding: 0 1.5rem;
    background: #F6EFFF;
    border-radius: 12px;
}
@media (max-width:767px) {
.announcement-bar-section .utility-bar__grid.page-width {
    padding: 0 1.5rem; 
}
.announcement-bar-section .utility-bar.color-scheme-1.gradient.utility-bar--bottom-border .page-width.utility-bar__grid {
    margin-bottom: 0;
}
}
.card-wrapper:hover a.full-unstyled-link {
    text-decoration: none;
}


/* Size chart css */
.variant-picker-main-container {
    position: relative;
}
.product-popup-modal__opener {
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
}  
.size-chart-img {
    max-width: 100% !important;
    margin: auto;
    display: flex;
}
h1.h2.size-chart-heading {
    margin-bottom: 3rem;
  font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-weight: 600;
}
.product-popup-modal__content-info {
    padding-right: 0rem!important;
}
.product-popup-modal__button {
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    color: #343434;
}
@media (max-width:767px) {
 .size-chart-img {
    max-width: 100%;
    margin: auto;
    display: flex;
} 
.product-popup-modal__content-info {
    padding-right: 2rem!important;
}
.product-popup-modal__opener {
    top: 0%;
}
}
/* Size chart css - ends here */

/* Hamburger menu navigation css */
.menu-drawer summary.menu-drawer__menu-item {
    padding-right: 3rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-size: 15px;
    font-weight: 400;
}

summary.header__icon[aria-expanded="true"] span.hamburger-icon {
    display: none;
  }

summary.header__icon[aria-expanded="true"] span.close-icon {
    display: flex;
}

svg.icon.icon-close {
    width: 18px !important;
    height: 12px;
}

.menu-drawer__close-button[aria-expanded="true"] svg.icon.icon-arrow {
    transform: rotate(180deg);
}
.menu-drawer {
    width: 90% !important;
  }
.menu-drawer{
@media (max-width:767px) {
.track-order-grid-container {
    display: flex;
    justify-content: space-between;
    /* gap: 3rem; */
    margin-top: -1rem;
    margin-bottom: 3rem;
    padding: 0 3rem;
}

account-icon {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
}

.menu-drawer__account {
    gap: .5rem;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-size: 16px;
}

.menu-drawer__menu-item {
    font-size: 1.4rem;
}

h2.let-get-social {
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-size: 16px;
}

a.track-order-grid.my-orders.unstyled-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 5px 10px;
    background: #e4e4e4;
    border-radius: 5px;
    color: #1e1e1e;
    font-weight: 600;
    text-decoration: none;
}

a.track-order-grid.track-order {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 5px 10px;
    background: #e4e4e4;
    border-radius: 5px;
    color: #1e1e1e;
    font-weight: 600;
    text-decoration: none;
}

.menu-drawer__title-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-drawer__title-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-size: 14px;
    font-weight: 600;
}

.menu-drawer__close-button {
    gap: 1rem;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    font-weight: 600;
    text-transform: uppercase;
  margin-bottom: 1rem;
}

ul.menu-drawer__menu.list-menu {
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    text-transform: capitalize;
}

.menu-drawer {
    width: 90% !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }

  .js details[open].menu-opening > .menu-drawer {
    transform: translateX(0);
    visibility: visible;
  }

  .header__icon--menu-icons .close-icon {
    display: none;
  }

  .header__icon--menu-icons .hamburger-icon {
    display: inline-block;
  }
}
}
/* Hamburger menu css ends here */

/* Featured collection animation effect */
@media screen and (max-width: 989px) {
    .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
        animation: none;
    }
}
/* Featured collection animation effect - ends here */

@media screen and (min-width: 768px) {
.new-section-image-with-text .image-with-text .image-with-text__text-item h2 {
  font-size: 3.4rem;
}
.what_we_offer h2 {
 font-size: 3.5rem !important; 
}
  .mySwiper.septrate-collection-container .swiper-slide.image-container {
    margin-left: 2px;
}
}

@media screen and (max-width: 767px) {
.new-section-image-with-text .image-with-text .image-with-text__text-item h2 {
  font-size: 2rem;
}
.what_we_offer h2 {
 font-size: 2rem !important; 
} 
.clinically-tested .exclusive-formula-video h2 {
    font-size: 2rem;
}
.product-popup-modal__button {
    font-size: 1.2rem !important;
    padding-right: 0px !important;
}
}

/* custom badge css */
.reviews-icon-div.review-pc {
    background: rgba(215, 198, 238, 1);
    border: 1px solid rgba(255, 254, 255, 1);
    display: flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 8px 0px 0px 8px;
    gap: 5px;
    margin-top: 1.5rem;
   letter-spacing: -.5px;
    font-size: 13px;
    font-family: 'Nunito-extra-bold';
}
span.reviews.star.star-icon {
    display: flex;
    align-items: center;
    margin-top: -1px;
}
.reviews.new-review-layout {
    align-self: flex-start;
    grid-row-start: 1;
    justify-self: end;
}
  .product-card-wrapper .card__badge {
    align-self: flex-start;
    grid-row-start: 1;
    justify-self: flex-start !important;
    position: fixed;
    bottom: 0;
    background: rgba(107, 158, 33, 1);
    border-radius: 12px;
    font-family: 'Nunito-regular';
    letter-spacing: -.5px;
    padding: 2px 10px;
    margin-bottom: 1rem;
    margin-left: 1.2rem;
    display: flex;
    align-items: center;
    gap: 5px;
    border:1px solid rgba(240, 233, 224, 1);
    color: rgba(255, 254, 255, 1);   
}
.reviews-badge-icon svg {
    display: flex;
}
.accordion.active::after {
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width:768px){
.product-card-wrapper .card__badge {
    font-size: 12px;
    gap: 5px;
    padding: 2px 6px;
}
.reviews-badge-icon svg {
  width: 13px;
    height: 13px;
}
span.reviews.star.star-icon svg {
  width: 13px;
    height: 13px;
}
.reviews-icon-div.review-pc {
    padding: 2px 7px;
    gap: 5px;
  font-size: 12px;
}
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: .8rem !important;
}
}
.rich-text__text.rte:last-of-type {
  font-style:italic;
}
@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input+.swatch-input__label {
      --swatch-input--size: 3.8rem !important;
  }
}

/* Share button */
@media screen and (min-width: 750px) {
.share-button-container {
  background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    position: absolute;
    right: 0.8rem;
    top: 1.2rem;
    z-index: 999;
    transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
    opacity: 0;
}

.product-media-container:hover .share-button-container {
  opacity: 1;
}
}

@media screen and (max-width: 750px) {
 .share-button-container {
  background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    position: absolute;
    right: 0.8rem;
    top: 1.2rem;
    z-index: 9;
    transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
    opacity: 1;
} 
}