/** Shopify CDN: Minification failed

Line 2440:0 Unexpected "@media"

**/
/** Shopify CDN: Minification failed

Line 2435:0 Unexpected "@media"

**/
/** Shopify CDN: Minification failed

Line 2312:0 Unexpected "@media"

**/
/** Shopify CDN: Minification failed

Line 2307:0 Unexpected "@media"

**/
#shopify-section-header__top-bar .top-bar__item.top-bar__item-text {
    min-width: max-content;
    /* width: max-content; */
    width: 100%;
    padding: 0 28px;
    position: relative;
}
#shopify-section-header__top-bar .top-bar__item.top-bar__item-text .text--bar{
    width: max-content; 
    position: relative;
    margin: auto;
}
#shopify-section-header__top-bar .top-bar__item.top-bar__item-text .text--bar:after{
   content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #FDFDFD;
    border-radius: 50%;
    left: -18px;
    top: calc(50% - 4px);
}
/* #shopify-section-header__top-bar .top-bar__item.top-bar__item-text:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #FDFDFD;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 4px);
} */
#shopify-section-header__top-bar  header.top-bar {
    padding: 7px 0;
}
.header__menu a.navbar-link.header__link {
    padding: 0 25px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    /* font-family: 'Visby CF'; */
    font-weight: 500;
    font-family: 'DM Sans';
}
.header__icons .header__link {
    padding: 0 8px;
}
.header__icons .header__link span.header__icon {
    height: 24px;
    width: 24px;
    padding: 2px;
}                  
.button {
    padding: 14px;
    display: block;
}
.button--primary, a.button--primary.button {
    width: 100%;
    max-width: 208px;
    font-size: 20px;
    line-height: 31px;
    border: 1px solid;
    font-weight: bold;
}
.button--primary:hover, a.button--primary.button:hover {
    background: transparent;
}
.slideshow-classic .caption-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 75px;
}
.slideshow-classic .caption-content .slideshow-classic__subheading {
    margin-bottom: 32px;
}
.button--secondary, a.button.button--secondary {
    border: 2px solid;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    background: transparent !important;
    padding: 11px;
    width: 100%;
    max-width: 172px;
}
.button--secondary:hover, a.button.button--secondary:hover {
    background: #f58b78 !important;
}
.column.thumbnail.product__thumbnail {
    border-radius: 8px;
     box-shadow: 0 2px 20px 0 rgba(0,0,0,0.07);
    background-color: #FDFDFD;
    padding-bottom: 0;
}
.featured-collection .column.thumbnail.product__thumbnail{
  padding-top: 20px;
}
.column.thumbnail.product__thumbnail span.money {
    color: #52BFBD;
    font-weight: 500;
}
.featured-collection-section .buttons {
    margin-top: 20px;
}
.flickity-button {
    top: 40%;
    height: 40px;
    width: 40px;
}
.flickity-prev-next-button.previous {
    left: -60px;
    transform: rotate(180deg) translateY(20px);
}
.flickity-prev-next-button.next {
    right: -60px;
}
.flickity-button {
    background: url(/cdn/shop/files/Arrow_round_256x256_crop_center.svg?v=1677166645) no-repeat;
    background-size: contain;
}
.flickity-button svg.flickity-button-icon {
    display: none;
}
.container.featured-collection:not(.active) {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.collections_buttons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}
.collections_buttons .collection-name {
    margin: 0 40px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
    color: #0D0000;
}

.collections_buttons .collection-name.active {
    color: #E08169;
    position: relative;
}

.collections_buttons .collection-name.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #E08169;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
}

.collections_buttons .collection-name::before {
    transition: width .9s;
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #E08169;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
}
.collections_buttons .collection-name:hover{
  position: relative;
}
.collections_buttons .collection-name:hover::before {
    width: 100%;
}
.collections_buttons .collection-name:hover::after {
    width: 0px;
}
.image-with-text__image-column {
    flex-wrap: wrap;
}
.image-with-text__image-column h3.image__heading {
    display: block;
    width: 100%;
    margin-top: 32px;
    text-transform: capitalize;
}
.custom_images_space .container .column {
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
}
.testimonials h2.title.is-h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.testimonial-block .testimonial-block_wrapper {
    max-width: 840px;
    margin: 0 auto;
    padding: 40px 80px;
    border-radius: 16px;
    background-color: #FDFDFD;
}
.testimonial__quote.is-h4 {
    font-weight: bold;
}
.testimonial__image {
    width: 108px;
    height: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.testimonial__info strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 24px;
    display: block;
}
.testimonial-block {
    padding: 0;
}
.testimonials section.section {
    position: relative;
}
.testimonials .testimonial__nav, .content_slider-wrapper .flickity-button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/cdn/shop/files/Arrow_round_white_256x256_crop_center.svg?v=1677264434)  no-repeat;
    background-size: contain;
}
.testimonials .testimonial__nav.testimonial__nav--next {
    left: auto;
    right: 0;
}
.testimonials .testimonial__nav svg {
    display: none;
}
.testimonials .testimonial__nav.testimonial__nav--prev {
    transform: rotate(180deg) translateY(0px);
    z-index: 9;
}
.image-with-text section.is-width-wide.equal-columns--outside-trim .one-half {
    width: 50%;
    margin: 0;
}
.image-with-text .image-with-text__heading {
    font-weight: bold;
    text-transform: capitalize;
}
.image-with-text .image-with-text__text {
    max-width: 586px;
    margin: 0 auto;
}
.detox-kit .image-with-text__text  ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.detox-kit .image-with-text__text ul li {
    margin: 0;
    padding: 0 64px;
    font-weight: bold;
}
.detox-kit .image-with-text__text ul li:last-child {
    position: relative;
}
.detox-kit .image-with-text__text ul li:last-child:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 48px;
    background: url(/cdn/shop/files/Bath_Kit_256x256_crop_center.png?v=1677266546) no-repeat;
    background-size: contain;
    left: -24px;
    top: -5px;
}
.image-with-text__wrapper .button.button--primary {
    max-width: 199px;
    padding: 10.5px;
    font-size: 18px;
}
.bathing-section  .image-with-text__text {
    max-width: 516px;
    margin-bottom: 38px;
}
.bathing-section .image-with-text__heading {
    position: relative;
    padding-bottom: 94px;
}
.bathing-section .image-with-text__heading:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 46px;
    background: url(/cdn/shop/files/Bath_shower_256x256_crop_center.png?v=1677266546) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 32px;
}
.ingrediants-section .image-with-text__text p:first-child {
    padding-bottom: 69px;
    position: relative;
}
.ingrediants-section .image-with-text__text p:first-child:after {
    content: "";
    position: absolute;
    height: 41px;
    width: 48px;
    background: url(/cdn/shop/files/Product_Kit_256x256_crop_center.png?v=1677266546) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4px;
}
.ingrediants-section .image-with-text__text ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-bottom: 32px;
}
.ingrediants-section .image-with-text__text ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 0;
}
/* .ingrediants-section .image-with-text__text ul li:not(:first-child) { */
.ingrediants-section .image-with-text__text ul li{
    position: relative;
}
/* .ingrediants-section .image-with-text__text ul li:not(:first-child):after { */
.ingrediants-section .image-with-text__text ul li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #E08169;
    border-radius: 50%;
    left: 9px;
    top: 11px;
}
.ingrediants-section .image-with-text__text ul + p {
    width: max-content;
    margin: 0 auto;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
    position: relative;
}
.ingrediants-section .image-with-text__text ul + p:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/cdn/shop/files/Usa_Flag_256x256_crop_center.png?v=1677270689) no-repeat;
    background-size: contain;
    left: 0;
    top: -4px;
}
.footer__block.block__logo .footer__logo-wrapper {
    max-width: 130px;
    padding-bottom: 0px;
}
.footer__block.block__logo .footer__logo-wrapper.is-medium {
      width: 60%;
      max-width: 300px;
  }
.footer__block.block__logo .footer__logo-wrapper.is-large {
      width: 80%;
      max-width: 400px;
  }
.footer__block.block__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 72px;
}
.footer__block.block__logo  .content {
    width: calc(100% - 175px);
    max-width: calc(100% - 175px);
    margin-left: 45px;
}
.footer__block.block__logo .content p {
    max-width: 352px;
}
.footer__block.block__logo .content p:not(:last-child) {
    margin-bottom: 7px;
}
footer .newsletter-form {
    position: relative;
}
footer .newsletter-form .field.is-stretched-width {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
footer .newsletter-form .field.is-stretched-width .control {
    width: 100%;
}
footer .newsletter-form .field.is-stretched-width .control input.input {
    padding: 21px 20px;
    height: auto;
    font-size: 14px;
    line-height: 17px;
    max-height: 60px;
    border-color: #fff;
    color: #0d0000;
}
footer .newsletter-form .field.is-default-width.is-align-self-end {
    position: absolute;
    right: 8px;
    top: 8px;
    margin: 0 !important;
    max-width: 132px;
    min-width: 132px;
}
footer .newsletter-form .field.is-default-width.is-align-self-end .control {
    width: 100%;
    margin: 0 auto;
}
footer .newsletter-form .field.is-default-width.is-align-self-end button.is-within-form {
    border-color: #f58b78;
    max-height: 44px;
    padding: 11px;
    font-size: 14px;
    line-height: 22px;
}
.footer__container .newsletter-form {
    margin-bottom: 44px;
}
.container.footer_copyright {
    margin-top: 80px;
    border-color: #fdfdfdb3;
    padding-top: 20px;
    padding-bottom: 28px;
}
.footer__menu li.footer__menu-link {
    margin-top: 20px;
    line-height:22px;
}
.footer__menu p.footer__heading {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
#shopify-section-footer-classic {
    position: relative;
    z-index: 99;
}
#shopify-section-footer-classic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 184px;
    background: url(/cdn/shop/files/Footer_Shape.png?v=1678129155) no-repeat;
    background-size: cover;
    background-position-y: top;
    z-index: -1;
    bottom:85%;
    display: none;
}
.mega-menu__section .mega-menu {
    max-width: 544px;
    min-width: auto;
    border-radius: 0 0 12px 12px;
    padding: 0 20px;
    text-align: center;
    left: 22%;
}

@media(min-width: 799px){
.mega-menu__section .mega-menu.shop__mega__menu_section{
    max-width: 980px;
    left: 10%;  
}
}


.mega-menu__section .mega-menu.shop__mega__menu_section .block__menu{
  text-align: left;
}

.mega-menu.shop__mega__menu_section .menu__heading {
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}
.mega-menu.shop__mega__menu_section .menu__heading a{
  color: #52bfbd;
}
.mega-menu__section .mega-menu .mega-menu__content.content {
    margin-top: 16px;
}
.mega-menu__section .mega-menu .mega-menu__content.content p, .mega-menu__section .mega-menu .mega-menu__content.content p a {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 38px;
}
.header__menu a.navbar-link.header__link {
    position: relative;
}
.navbar-item.has-mega-menu.is-opened .header__link{
    color: #e08169!important;
    fill: #e08169!important;
}
.header__menu a.navbar-link.header__link:after{
    content: "";
    position: absolute;
    height: 4px;
    width: calc(100% - 55px);
    border-radius: 2px;
    background-color: #E08169;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
  top: unset;
}

#shopify-section-header-classic .header__link.is-active:after{
    content: "";
    position: absolute;
    height: 4px;
    width: calc(100% - 80px);
    border-radius: 2px;
    background-color: #E08169;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
}
.header__menu a.navbar-link.header__link:hover:after, .header__menu .is-opened a.navbar-link.header__link:after {
    opacity: 1;
    visibility: visible;
}
.inner_page_banner .image-element__wrap img {
    height: 500px;
    object-fit: cover;
}
.inner_page_banner .banner__heading.title {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
}
.inner_page_banner .banner__heading.title+.subtitle {
    margin-top: 0;
}
.inner_page_banner .banner__heading.title+.subtitle p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
}
.inner_page_banner .caption-content {
    padding: 0;
}
.about_section_header .heading-section__heading.title {
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: 0.5px;
    line-height: 45px;
}
.about_section_header.section.is-width-small {
    max-width: 1130px;
}
section.section.about_images.is-width-standard {
    max-width: 1260px;
}
section.section.about_images .image-with-text__image-column:first-child {
    position: relative;
    transform: translate(60px, 0px);
    z-index: 9;
}
section.section.about_images .image-with-text__image-column:last-child {
    transform: translate(-60px, 0px);
    margin-top: 136px;
}
.about-rich_content .buttons.is-center .button {
    max-width: 228px;
    padding: 10.5px;
    background-color: #52BFBD;
    border-color: #52BFBD;
    font-weight: bold;
    font-size: 18px;
}
.about-rich_content .buttons.is-center .button:hover {
    background-color: transparent;
    color: #52BFBD;
}
.about-rich_content .buttons.is-center {
    margin-top: 40px;
}
.blog-main .blog-card .image-element__wrap {
    max-height: 420px;
}
.blog-main .blog-card .image-element__wrap img {
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
}
.blog-main .blog-card .card-content.blog-card__content {
    padding-top: 16px;
    padding-bottom: 16px;
}
.blog-main .blog-card h4.title.is-h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 8px;
}
.blog-main .blog-card h4.title.is-h3 a {
    color: #0D0000;
    text-transform: uppercase;
}
.blog-card ul.meta-info-list li.meta-info-list__item {
    color: #0D0000;
    font-family: Karla;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
.blog-main  .container .paginate {
    max-width: 195px;
    width: 100%;
    margin: 0 auto;
}
.blog-main .container .paginate a.button.button--primary.pagination-button__load-more {
    border: 2px solid #32A685;
    color: #32A685;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
}
.blog-card ul.meta-info-list li.meta-info-list__item .featured-article__date {
    padding-left: 32px;
    position: relative;
}
.blog-card ul.meta-info-list li.meta-info-list__item .featured-article__date:before, .article-main .meta-info-list li.meta-info-list__item:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/cdn/shop/files/Calendar.png?v=1678141186) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}      
.blog-main .container .paginate a.button.button--primary.pagination-button__load-more:hover {
    color: #fff;
    background: #32A685;
}
.placeholder_image svg.placeholder-svg {
    opacity: 0;
    visibility: hidden;
    max-height: 200px;
}
.placeholder_image .banner__heading.title {
    font-weight: bold;
    line-height: 62px;
    margin-top: 5px;
}
.article-main h1.article__title.title {
    color: #0D0000;
    letter-spacing: 0.5px;
}
.article-main .heading-wrapper--article.heading-wrapper {
    margin-bottom: 16px;
}
.article-main .meta-info-list li.meta-info-list__item, .article-main .meta-info-list li.meta-info-list__item {
    color: #0D0000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-left: 32px;
    text-transform: uppercase;
}
.article-main .meta-info-list li.meta-info-list__item.author:before {
    background: url(/cdn/shop/files/Pencil.png?v=1678200606) no-repeat;
    background-size: contain;
}
.article-main  li.meta-info-list__item.author {
    margin-left: 48px;
}
.faq-section .category_buttons {
    /* width: 20%; */
    /* max-width: 20%; */
    width: 100%;
    max-width: 100%;
}
.faq-section section.section.is-width-standard {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.faq-section .container.faqs_content-wrapper {
    width: 80%;
    max-width: 80%;
}
#template-product .faq-section .container.faqs_content-wrapper {
    width: 92%;
    max-width: 1180px;
}
.faq-section .category_buttons .faq__tags {
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: center;
    margin-bottom: 25px;
}
.faq-section .category_buttons .faq__tags .button.button--secondary {
    width: 100%;
    max-width: 200px;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
}
.faq__tags .button.button--secondary.activeBtn {
    background: #f58b78 !important;
    color: #fff !important;
}
.faq-section .container.faqs_content-wrapper .faq__item {
    border-color: #0D0000;
    border-radius: 8px;
    border: 1px solid;
}
body .faq__block-faq .faq__item .faq__item-question {
    padding: 18px 32px;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 42px;
}
body .faq__block-faq .faq__item .faq__item-question .faq__item-symbol {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #52BFBD !important;
}
body .faq__block-faq .faq__item .faq__item-question .faq__item-symbol::before {
    width: 16.13px;
    background: #FDFDFD;
}
body .faq__block-faq .faq__item .faq__item-question .faq__item-symbol::after {
    height: 16.13px;
    background: #FDFDFD;
}
body .faq__block-faq .faq__item .faq__item-answer {
    padding: 0 32px 19px;
}
.faq__block-faq.column:not(last-child) {
    margin-bottom: 32px;
}
.collection_banner svg.placeholder-svg {
    opacity: 0;
    height: 400px;
    visibility: hidden;
}
.collection_banner .dark-overlay-true:after {
    display: none;
}
.collection_banner .banner__wrapper.is-medium .image-element__wrap {
    height: 400px;
    opacity: 0;
    visibility: hidden;
}
.collection_banner .banner__heading.title {
    font-weight: bold;
}
.collection_banner .banner__subheading.subtitle {
    margin-top: 0;
}
.collection__main .column.thumbnail.product__thumbnail {
    margin-top: 32px;
    margin-bottom: 34px;
    --gutter: 30px;
}
body .collection__main .pagination-button__load-more.button--primary {
    max-width: 273px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 2px solid #52BFBD;
    color: #52BFBD;
    background: transparent;
    padding: 9.5px;
}
.collection__main .paginate {
    width: 100%;
}
body .collection__main .pagination-button__load-more.button--primary:hover {
    background: #52BFBD;
    color: #ffff;
}
.collection__filters .select {
    max-width: 260px;
    width: 100%;
    height: 50px;
}
.collection__filters .select select#sort-by {
    width: 100%;
    height: 50px;
    border: 1px solid #0D0000;
    border-radius: 8px;
}
a.button.action_button.button--primary.ad_to_cart {
    margin: 16px auto 0;
    border: 2px solid #f58b78;
    color: #f58b78;
    padding: 9.5px;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    max-width: 346px;
}
a.button.action_button.button--primary.ad_to_cart:hover {
    background: #f58b78;
    color: #fff;
}
.product-main .product__information {
    background: #fff;
    padding: 56px 48px;
    /* box-shadow: 0 2px 20px 0 rgba(82,191,189,0.16); */
    border-radius: 12px;
    max-width: 600px;
}
.product-main .product__information .product_name.title {
    font-weight: bold;
    color: #0d0000;
    letter-spacing: 0.5px;
}
.product-gallery__image img {
    border-radius: 12px;
}
.product-main .product__information .jdgm-preview-badge .jdgm-star {
    height: 18px;
    width: 18px;
    padding-right: 6px !important;
    font-size: 14px;
    color: #EFC16E;
}
.product-main .product__information span.jdgm-prev-badge__text {
    font-size: 14px;
}
.product-main .product__information .jdgm-prev-badge {
    margin-bottom: 20px;
}
.product-main .product__information  .product-block.product-block--title {
    max-width: 80%;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.product-main .product__information .product-block.product-block--price {
    max-width: 20%;
    width: 205px;
    display: inline-block;
    vertical-align: middle;
}
.product-main .product__information .product-block.product-block--price span.money {
    font-size: 32px;
    font-weight: 500;
}
.product-main .product__information .description.content {
    border-bottom: 1px solid #52BFBD;
    padding-bottom: 24px;
}
.product-main .product__information span.options-selection__option-name {
    font-size: 20px;
    font-weight: 500;
    color: #0D0000;
}
.product-main .product__information label.label {
    font-size: 20px;
    line-height: 30px;
    color: #0d0000;
}
body .product-quantity-box.purchase-details__quantity {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
body .purchase-details.has-quantity-box .purchase-details__spb--false {
    width: 100%;
    max-width: 100%;
}
.quantity-wrapper.quantity-style--box {
    max-width: 120px;
    border: 1px solid #52BFBD;
    border-radius: 6px;
}
body .quantity-wrapper.quantity-style--box .quantity-input-control input {
    border: none;
    font-size: 18px;
    color: #52BFBD;
}
body .purchase-details.has-quantity-box .purchase-details__spb--false .button--add-to-cart {
    height: auto;
    border: 2px solid #f58b78;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 11.5px;
}
body .purchase-details.has-quantity-box .purchase-details__spb--false .button--add-to-cart:hover {
    color: #f58b78;
}
.product-main .flickity-prev-next-button.next {
    right: 10px;
}
.product-main .flickity-prev-next-button.previous {
    left: 10px;
}
.product-main .product-gallery__thumbnail {
    cursor: pointer;
}
.product-main .product-gallery__thumbnail img {
    height: 110px;
    object-fit: cover;
    width: 100%;
    border-radius: 7px;
}
.product-block .metafield-rich_text_field ul {
    list-style: inside;
}
.recommended-products__title.title {
    color: #0D0000;
}
.jdgm-rev-widg__header .jdgm-rev-widg__title {
    font-weight: bold;
    color: #387670;
}

.jdgm-histogram__bar {
   width: 250px!important;
}
.jdgm-rev-widg__summary-text, .jdgm-rev-widg__summary {
    display: none;
}
.jdgm-rev-widg__header .jdgm-row-stars .jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
    max-width: 231px;
    padding: 16px;
    font-size: 18px;
    border-radius: 8px;
    background-color: #E08169;
    border-color: #E08169;
}
body .jdgm-rev-widg__header .jdgm-row-media {
    display: none;
}
body .jdgm-row-actions {
    border-color: #000000;
}
body .jdgm-rev {
    border-color: #000000;
}
#judgeme_product_reviews .jdgm-rev-widg__summary-inner>.jdgm-link{
  display:none;
}
.contact-form .one-whole.contact_form-content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background: linear-gradient(315deg, rgba(82,191,189,0.4) 0%, rgba(218,199,66,0.66) 100%);
    padding: 65px 20px;
}
.contact-form .one-whole.contact_form-content .contact-form__heading.title {
    font-weight: bold;
}
.contact-form .contact-form__social {
    padding-bottom: 0;
}
.contact-form .contact-form__form {
    margin: 48px auto 64px;
    max-width: 582px;
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 48px 32px;
}
.contact-form .contact-form__form .custom-contact-form__block.column {
    width: 100%;
    margin: 0 auto 24px;
}
.contact-form .contact-form__form input {
    height: 64px;
    border-radius: 8px;
    padding: 23px 16px;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
}
.contact-form .contact-form__form button.is-within-form {
    max-width: 182px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    padding: 12px;
    font-weight: bold;
    border: 2px solid #E08169;
}
.contact-form__social ul.social-icons li {
    margin: 0 12px;
    height: 40px;
    width: 40px;
    padding: 0;
}
.contact-form__social ul.social-icons li a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #E08169;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.index .featured-collection-section  a.button.action_button.button--primary.ad_to_cart {
    display: none;
}
.ajax-cart__overlay {
    background-color: #0d000033;
}
.ajax-cart__cart-title {
    text-align: left;
    color: #52BFBD;
    font-family: Karla;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: normal;
    padding: 28px 38px;
    border-bottom: 1px solid #52BFBD;
}
.ajax-cart__close-icon {
    right: 20px;
    top: 28px;
}
.ajax-cart__close-icon svg {
    color: #52BFBD;
    fill: #52BFBD;
}
.ajax-cart__details-wrapper {
    border-radius: 12px 12px 0 0;
    background-color: #52BFBD;
    border: none;
}
.ajax-cart__list .media+.media {
    border-color: #52BFBD;
}
.ajax-cart__right-content {
    width: 100%;
    margin: 0 auto;
}
.ajax-cart__product {
    flex-wrap: wrap;
}
.ajax-cart__right-content a.ajax-cart__delete {
    display: block;
    width: 100%;
    margin-top: -36px;
}
.ajax-cart__right-content a.ajax-cart__delete button.close {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: transparent;
    justify-content: flex-start;
    margin-left: calc(27% + 20px);
}
.ajax-cart__right-content a.ajax-cart__delete button.close span.icon {
    width: 16px;
    max-width: 16px;
    min-width: 16px;
    margin-left: 5px;
    height: 16px;
    max-height: 16px;
}
.ajax-cart__product .ajax-cart__product-image {
    width: 27%;
}
.ajax-cart__product .ajax-cart__product-image img {
    height: 156px;
    width: 100%;
    object-fit: contain;
}
.ajax-cart__product .ajax-cart__product-title a {
    font-size: 24px;
}
.ajax-cart__product label.label[for="quantity"] {
    display: none;
}
.ajax-cart__product .ajax-cart__price.price span.money {
    font-size: 20px;
}
.ajax-cart__product .ajax-cart__price.price {
    float: right;
    margin-top: 18px;
}
.ajax-cart .quantity-wrapper.quantity-style--box {
    border-color: #0D0000;
}
.ajax-cart .quantity-plus.button .icon, .ajax-cart .quantity-minus.button .icon {
    color: #0d0000;
    fill: #0d0000;
    padding: 2px;
}
body .ajax-cart .quantity-wrapper.quantity-style--box .quantity-input-control input {
    color: #0d0000;
}
#theme-ajax-cart {
    max-height: 100vh;
    overflow-x: hidden;
}
#theme-ajax-cart .ajax-cart__list {
    height: calc(100vh - 401px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.ajax-cart__product .ajax-cart__product-content.media-content {
    margin-top: -30px;
    margin-top: -30px;
    width: calc(73% - 16px);
}
#theme-ajax-cart .ajax-cart__details-wrapper {
    padding: 30px 38px;
    position: relative;
    z-index: 99;
}
#theme-ajax-cart .ajax-cart__details-wrapper .ajax-cart__subtotal.ajax-cart__details-row {
    padding-top: 0;
}
#theme-ajax-cart  .ajax-cart__taxes-shipping {
    display: none;
}
#theme-ajax-cart .ajax-cart__details-wrapper .ajax-cart__subtotal.ajax-cart__details-row * {
    color: #fff;
    font-size: 24px;
}
#theme-ajax-cart button.ajax-cart__button {
    border: 1px solid #e08169;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    padding: 12.5px;
}
#theme-ajax-cart .ajax-cart__cart-link {
    margin-top: 16px;
    color: #fff;
    text-decoration: none;
}
#theme-ajax-cart button.ajax-cart__button:hover {
    background: transparent;
}
.jdgm-rev__header  .jdgm-row-rating {order: 2;margin-top: 8px;margin-left: 99px;}
.jdgm-rev__header .jdgm-row-rating span.jdgm-rev__timestamp {
    display: none;
}
.jdgm-rev__header {
    display: flex;
    flex-wrap: wrap;
}
.jdgm-rev__header>div {
    width: 100%;
    max-width: 100%;
}
.jdgm-rev__header .jdgm-row-profile {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon {
    height: 65px;
    width: 64px;
    border-radius: 50%;
}
.jdgm-rev__header .jdgm-row-profile .jdgm-rev__icon::before {
    font-size: 45px;
    line-height: 64px;
}
body .jdgm-rev[data-verified-buyer="true"] .jdgm-rev__icon.jdgm-rev__icon:after {
    border-radius: 50%;
    background: #000;
    font-size: 12px;
    line-height: 14px;
    bottom: 3px;
}
.jdgm-row-profile span.jdgm-rev__author-wrapper {
    margin-left: 24px;
    color: #0D0000;
    font-family: Karla;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}
.jdgm-row-profile span.jdgm-rev__author-wrapper .jdgm-rev__author {width: 100%;display: block;}
.jdgm-row-profile span.jdgm-rev__author-wrapper span.jdgm-rev__author {
    color: #0D0000;
    font-size: 20px;
    text-transform: uppercase;
}
body .jdgm-rev-widg .jdgm-star, body .jdgm-revs-tab .jdgm-star, body .jdgm-all-reviews .jdgm-star, body .jdgm-gallery-popup .jdgm-star {
    color: #EFC16E;
    fill: #EFC16E;
    height: 16px;
    width: 16px;
    font-size: 15px;
}
.jdgm-rev__content b.jdgm-rev__title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
}
.jdgm-rev__content .jdgm-rev__body * {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    color: #0D0000;
}
body .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
    background: transparent;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
    color: #000000;
    padding: 0;
}
.jdgm-rev-widg.jdgm-rev-widg {
    padding: 0;
}
.jdgm-row-actions {
    display: none;
}
.content_slider-wrapper .image-with-text__text-column.column {
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.content_slider-wrapper .image-with-text__text-column.column .image-with-text__wrapper {
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
}
.content_slider-wrapper .flickity-prev-next-button.previous {
    left: 79px;
}
.content_slider-wrapper .flickity-prev-next-button.next {
    right: 79px;
    left: auto;
}
.image-with-text-slider .image-with-text__image-column {
    width: calc(43% - 5px);
}
.image-with-text-slider .content_slider-wrapper.one-half {
    width: calc(57% - 5px);
}

.image-with-text-slider ul,.image-with-text__text ul,
.image-with-text-slider li,.image-with-text__text li{
    list-style: none;
    margin-left: 0;
}

.image-with-text-slider .image-with-text__text p {
    color: #0D0000;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 42px;
}
.index .image-with-text-slider .image-with-text__text p{
   color: inherit;
}
.image-with-text-slider .bundle_price span.price {
    margin-right: 8px;
    color: #F23838;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}
.image-with-text-slider .bundle_price span.compare_price {
    color: #0D0000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: line-through;
}
.image-with-text-slider  .buttons a.button.button--primary {
    border-color: #E08169;
}
.content_slider-wrapper ol.flickity-page-dots {
    bottom: 24px;
}
.content_slider-wrapper ol.flickity-page-dots li.dot {
    height: 12px;
    width: 12px;
    background: #fff;
}
.content_slider-wrapper .image-with-text__text-column .image-with-text__heading {
    padding-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
}
/*.content_slider-wrapper .image-with-text__text-column {
    padding-top: 34px !important;
    padding-bottom: 75px !important;
}*/
.button--secondary, a.button.button--secondary {
    font-weight: bold;
}
.insta_header .heading-section__heading.title {
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
span.copy_icon {
    height: 12px;
    width: 12px;
    background-color: #FDFDFD;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    color: #52BFBD;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}
.footer__credits p {
    font-size: 10px;
    line-height: 12px;
}
.copyright_menu p.footer__heading {
    display: none;
}
.copyright_menu .footer__menu {
    display: inline-block;
}
.copyright_menu .footer__menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright_menu {
    display: inline-block;
}
.copyright_menu .footer__menu li.footer__menu-link {
    font-size: 10px;
    margin: 0 12px;
}
.mega-menu .mega-menu__content.content a {
    color: #52bfbd;
}
.search-popup {
    padding: 60px 20px;
    background-color: #52BFBD;
}
.search-popup h2.search-popup__title {
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.search-popup .search-form .search__fields input[type=text] {
    background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 6px;
    height: 40px;
    padding-left: 46px;
}
.search-popup .search-form .search__fields input[type=text]::placeholder {
    color: #fff;
} 
.search-popup .search-form .search__fields [data-icon=search] svg g#fi_search {
    stroke: #fff;
}
.form__success-message + form p.quote {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #e08169;
    font-size: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}
.back-button a {
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
}
.back-button a:before {
    content: "";
    position: absolute;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 6px;
    transform: rotate(-45deg);
}
.back-button {
    margin-bottom: 16px;
}
.back-button a:hover:before {
    border-color: #e08169;
    transition: all 0.3s linear;
}
.blog-main .one-whole {
    width: 100%;
}
.video-section .video-wrapper .video__text-wrapper .button {
    margin: 0 auto;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background: url(/cdn/shop/files/Play_Round.png?v=1678475060) no-repeat !important;
    background-size: contain !important;
    font-size: 0;
    color: transparent;
    display: block;
    border: none;
}
.shopify-section.icon-with-text-column {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    border-radius: 12px;
}
section.section.clean-ingrediants {
    /* max-width: 890px; */
    max-width: 1180px;
    margin: 0 auto;
}
section.section.clean-ingrediants .preheading.is-text {
    width: 100%;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    font-family: Karla;
    padding-left: 48px;
    margin-bottom: 16px;
}
section.section.clean-ingrediants .preheading.is-text:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/cdn/shop/files/Usa_Flag.png?v=1677270689) no-repeat;
    background-size: contain;
    left: 0;
    top: -2px;
}
section.section.clean-ingrediants h2.heading.is-h2 {
    font-weight: bold;
    color: #0d0000;
    margin-bottom: 16px;
    line-height:62px;
}
section.section.clean-ingrediants .icon-with-text-column__column {
  padding:5px 0 0 0;
  max-width: 130px;
  margin-bottom:0;
}
section.section.clean-ingrediants .icon-with-text-column__column .icon-column__title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.benefits_bathing .image-with-text__text-column {
    max-width: 516px;
    width: 40%;
  padding:30px 0;
}
.benefits_bathing .image-with-text__text-column .image-with-text__text.content {
    margin-bottom: 24px;
}
.benefits_bathing .image-with-text__image-column {
    width: 57.4%;
    margin-left: auto;
}
section.section.benefits_bathing {
    max-width: 1290px;
}
.insta_header  .heading-section__subheading {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}
.product-main .product-gallery__thumbnail {
    min-width: 110px;
}
#theme-ajax-cart.is-drawer {
    z-index: 999;
}
.search__content>div {
    width: 100%;
}
.contact-form__form .input::-webkit-input-placeholder, .contact-form__form .textarea::-webkit-input-placeholder {
    color: #262626;
}
.search-popup .fancybox-button svg {
    color: #fff;
}
.blog-card {--gutter: 30px;}
.detox-kit  .image-with-text__text.content {
    max-width: 100%;
    margin: 0 auto;
}
.detox-kit  .image-with-text__wrapper{
    padding: 0 20px;
}
.detox-kit  .image-with-text__image-column .image-element__wrap,
.detox-kit  .image-with-text__image-column .image-element__wrap img{
    height: 100%;
    width: auto;
}
footer .social-icons.is-justify-left li {
    padding-right: 24px;
}
footer .newsletter-form .field.is-stretched-width .control input.input::placeholder {
    color: #0d0000;
}
.about-rich_content .rich-text__text {
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
}

.featured-article.blog-card.one-third{
  width: calc( 33.33% - 20px)
}
.product-main .flickity-prev-next-button {
    top: calc( 100% + 65px );
    z-index:100;
}
.product-gallery:hover .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
}
.social-icons a .icon{
  color:#fff;
}

.social-icons a:hover .icon{
  color:#fff;
}
.product__thumbnail{
  margin:10px auto;
}
.product__thumbnail .product-wrap{
      height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.video_enabled.image-with-text-overlay__banner video{
  width:100%;
  height:auto;
}
.product-block--subscription .buttons{
  width: 100%;
    margin-top: 32px;
}
.product-block--subscription .buttons .button{
  max-width:100%;
  margin:0;
}
.shopify-policy__container{
    margin:64px auto!important;
}
.fancybox-active.compensate-for-scrollbar{
    margin-right: 0;
}


#insta-feed .slider-arrow{
    visibility: hidden;
    position: relative;
}
#insta-feed .slider-arrow:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 40px;
    visibility: visible;
    height: 40px;
    background: url(/cdn/shop/files/Arrow_round_white_256x256_crop_center.svg?v=1677264434)  no-repeat;
    background-size: contain;
}

#insta-feed .slider-arrow:first-of-type::after {
  left:1px;
  transform: rotate(180deg) translateY(0);
}
#insta-feed img, .instafeed-shopify img,
#insta-feed .instafeed-overlay, .instafeed-shopify .instafeed-overlay,
#insta-feed .instafeed-overlay::after, .instafeed-shopify .instafeed-overlay::after,
#insta-feed .instafeed-overlay::before, .instafeed-shopify .instafeed-overlay::before {
    border-radius: 8px!important;
}

.slider-image .content_slider-wrapper .flickity-viewport {
     margin:50px auto; 
}
/*.slider-image .image-with-text__text-column.image-with-text__column{
    height: 100%;
}*/
.slider-image .flickity-slider > .image-with-text__text-column.image-with-text__column:nth-child(4){
height: 100%;
    margin:auto;
}
.ajax-cart__product.has_properties .ajax-cart__delete{
margin-top: 0;
}
.js-recover-password.footer-text{
    border-bottom: none!important;
}
.hit-section-with-video video {
    max-width: 520px;
    margin: auto;
}
.account-page .control input,.customers-addresses .control input{
    height: 64px;
    border-radius: 8px;
    padding: 23px 16px;
    font-size: 14px;
    line-height: 17px;
    color: #262626;
}
a.js-recover-password.footer-text {
    margin-top: 10px;
    text-align: right;
}
.recover__buttons {
    flex-direction: column;
}
.cancel-recover-password {
    margin-top: 10px;
}
.account-page a#customer_register_link:not(:hover), .account-page__header .hoverButton:not(:hover) {
    color: inherit;
}
.account-page a#customer_register_link, .account-page__header .hoverButton{
    text-decoration: underline;
}
#template-customers-account, #template-customers-addresses{
    margin-bottom: 90px;
}
 #template-customers-addresses .select{
    width: 100%;
}
 #template-customers-addresses .select select{
    width: 100%;
    border-radius: 8px;
}
.slider-image .image-with-text__text.content.is-h1{
    font-family:Karla,sans-serif;
}
.account-sidebar__content a.button.button--secondary{
    max-width: unset;
}
#root{
    padding-bottom: 64px;
}
@media screen and (min-width: 798px) {
  .testimonials .flickity-page-dots, 
  .footer__block.block__link-list.column:last-child .footer__menu ul {
      display: none;
  }
  .product-gallery__thumbnails .flickity-prev-next-button{
    display:none;
  }
  .video_enabled.image-with-text-overlay__banner .caption-content{
   padding: 0 0 75px;
  }
  .video_enabled.image-with-text-overlay__banner{
    display:flex;
  }
}
@media screen and (max-width: 1500px) {
  .flickity-prev-next-button.previous {
      left: -40px;
  }
  .flickity-prev-next-button.next {
      right: -36px;
  }
}
@media screen and (max-width: 1420px) {
  .flickity-prev-next-button.previous {
      left: -10px;
  }
  .flickity-prev-next-button.next {
      right: -10px;
  }
  .faq-section section.section.is-width-standard {
      width: 90%;
  }
  .faq-section section.section .faq__block-main__questions {
      padding-left: 20px;
  }
  .ajax-cart__right-content a.ajax-cart__delete {
      margin-top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .header__menu a.navbar-link.header__link {
      padding: 0 19px;
  }
  .header__menu a.navbar-link.header__link:after {
      width: calc(100% - 40px);
  }
}
@media screen and (max-width: 798px) {
    #template-customers-account, #template-customers-addresses{
    margin-bottom: 48px;
}
  .image-with-text-slider .content_slider-wrapper.one-half {
      width: 100%;
  }
  .content_slider-wrapper .image-with-text__text-column.column {
      padding-bottom: 92px !important;
  }
  .content_slider-wrapper ol.flickity-page-dots {
      bottom: 32px;
  }
  .custom_images_space .container .column {
      width: 100%;
      margin: 0 auto;
  }
  .image-with-text .custom_images_space.has-gutter-enabled .image-with-text__column:not(:last-child) {
      margin-bottom: 40px;
  }
  .image-with-text section.is-width-wide.equal-columns--outside-trim .one-half {
      width: 100%;
  }
  .mobile_columns-reverse .image-with-text__column {
      order: 2;
  }
  .mobile_columns-reverse .image-with-text__image-column {
      order: 1;
  }
  .footer__block.block__logo {
      margin-bottom: 16px;
      justify-content: center;
  }
  .footer__block.block__logo .footer__logo-wrapper {
      width: 100%;
  }
  
  .footer__block.block__logo .content {
      width: 100%;
      max-width: 100%;
      margin: 24px auto 0;
      text-align: center;
  }
  .footer__block.block__logo .content p {
      margin: 0 auto;
      font-size: 18px;
      line-height: 27px;
  }
  .footer__block.block__logo .content p:not(:last-child) {
      font-size: 20px;
      line-height: 30px;
  }
  .footer__container .newsletter-form {
      margin-top: 0;
      margin-bottom: 24px;
  }
  .footer .footer__menu-link  a {
      font-size: 18px;
      line-height: 22px;
  }
  .footer__menu {
      margin-bottom: 24px;
  }
  .container.footer_copyright {
      margin-top: 16px;
      padding-bottom: 0;
  }
  .footer__block.block__link-list {
      width: calc(50% - 20px);
  }
  .container.footer_copyright .one-half.column {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
  .container.footer_copyright .one-half.column.footer__payment-methods {
      justify-content: center;
      margin-top: 15px;
  }
  .footer__credits p {
      font-size: 10px;
      line-height: 12px;
  }
  #shopify-section-footer-classic:after {
      background-size: 100% 100%;
      height: 80px;
      top: -40px;
  }
  .mobile-header__content .mobile-icons .icon-caption {
      display: none;
  }
  .slideshow-classic .caption-content .slideshow-classic__subheading {
      line-height: 27px;
      font-size: 18px;
  }
  .slideshow-classic .caption-content {
      padding-bottom: 24px;
      padding-top: 0;
  }
  .slideshow-classic .mobile-text--over-media .caption, .image-with-text-overlay .mobile-text--over-media .caption {
      align-items: flex-end;
  }
  .is-h1, h1:not([class*="is-"]) {
      line-height: 46px;
  }
  .collections_buttons .collection-name {
      font-size: 16px;
      margin: 0 24px;
      line-height: 24px;
  }
  .collections_buttons {
      margin-bottom: 24px;
  }
  body .is-h3, body h3:not([class*="is-"]) {
      line-height: 24px;
      font-size: 16px;
  }
  .column.thumbnail.product__thumbnail span.money {
      line-height: 19px;
  }
  .image-with-text-slider .image-with-text__text p {
      margin-bottom: 4px;
  }
  .content_slider-wrapper .image-with-text__text-column .image-with-text__heading {
      margin-bottom: 40px;
  }
  .content_slider-wrapper .flickity-prev-next-button.previous {
      left: 12px;
  }
  .content_slider-wrapper .flickity-prev-next-button.next {
      right: 12px;
  }
  .content_slider-wrapper .flickity-prev-next-button {
      top: 58%;
  }
  .content_slider-wrapper .image-element__wrap {
      margin-bottom: 24px;
  }
  .image-with-text__image-column h3.image__heading {
      line-height: 46px;
      color: #0d0000;
  }
  .testimonials h2.title.is-h2 {
      display: none;
  }
  .testimonials .testimonial__nav {
      display: none;
  }
  .testimonial-block .testimonial-block_wrapper {
      padding: 24px 18px;
  }
  .testimonial-block .testimonial-block_wrapper .testimonial__quote.is-h4 {
      font-size: 20px;
  }
  .testimonial__info strong {
      font-weight: bold;
  }
  .testimonials .flickity-page-dots .dot {
      width: 12px;
      height: 12px;
      background: #fff;
  }
  .testimonial-block {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
  .image-with-text .image-with-text__heading {
      line-height: 46px;
      color: #0D0000;
  }
  .detox-kit .image-with-text__text p, .detox-kit .image-with-text__text li, 
  .bathing-section .image-with-text__text p, .bathing-section .image-with-text__text li, 
  .ingrediants-section .image-with-text__text p {
      font-size: 20px;
      line-height: 30px;
      color: #0d0000;
  }
  .detox-kit .image-with-text__wrapper .button.button--primary {
      max-width: 228px;
      font-size: 18px !important;
      font-weight: bold;
  }
  .button--primary, a.button--primary.button {
      padding: 10.5px;
      max-width: 164px;
      font-size: 18px !important;
  }
  .button--secondary, a.button.button--secondary {
      font-size: 18px !important;
  }
  .ingrediants-section .image-with-text__text ul + p {
      font-size: 16px;
      line-height: 24px;
  }
  .footer__block.block__link-list.column:last-child .footer__menu ul li a {
      /* font-size: 12px; */
      font-size: 16px;
      letter-spacing: 0;
      line-height: 14px;
  }
  .footer__block.block__link-list.column:last-child .footer__menu li.footer__menu-link {
      margin-top: 10px;
  }
  footer .social-icons.is-justify-left li {
      padding-right: 24px;
  }
  body .mobile-menu {
      border-top: none;
  }
  body .mobile-menu form.search-form {
      padding: 14px 16px;
  }
  body .mobile-menu .search-form .search__fields input[type=text] {
      border: 1px solid #0D0000;
      border-radius: 6px;
      height: 40px;
      padding-left: 46px;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 24px;
  }
  body .mobile-menu .search-form .search__fields input[type=text]::placeholder {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 24px;
      color: #0D0000;
      opacity: 0.7;
  }
  body ul.mobile-menu__list {
      padding: 0 16px;
  }
  body ul.mobile-menu__list li {
      border-radius: 6px;
      background-color: #d8d8d84d;
      padding: 12px 10px;
      margin-bottom: 16px;
  }
  body ul.mobile-menu__list li a.mobile-menu__item, body ul.mobile-menu__list li a.mobile-menu-link {
      padding: 10px;
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 28px;
      font-family: 'VISBY CF';
      font-weight: 500;
  }
  body ul.mobile-menu__list li.mobile-menu__submenu-list-item a.mobile-menu__item {
    font-size: 12px;
    padding: 0px;
    font-family: 'DM Sans';
  }
  body .mobile-menu-link:after {
      right: 0;
      font-size: 14px;
  }
  .menu-social_wrapper {
      padding: 0 16px;
  }
  .menu-social_wrapper h3.is-text {
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 28px;
      font-family: 'Visby CF';
      font-weight: 500 !important;
      color: #0d0000;
      margin-bottom: 23px;
  }
  .menu-social_wrapper ul.social-icons svg path {
      fill: #000;
  }
  .menu-social_wrapper ul.social-icons .icon {
      height: 18.42px;
      width: 18.38px;
  }
  .menu-social_wrapper ul.social-icons li {
      margin-right: 27px;
  }
  body .mega-menu__section .mega-menu {
      max-width: 100%;
      left: 0;
      background: transparent !important;
      padding: 10px;
  }
  .mega-menu__section .mega-menu .column.mega-menu__block {
      width: 100%;
      max-width: 100%;
      padding: 0;
  }
  .mega-menu__section .mega-menu .column.mega-menu__block .mega-menu__content .image-element__wrap {
      display: none;
  }
  .mega-menu__section .mega-menu .mega-menu__content.content p {
      text-align: left;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 30px;
      color: #0D0000;
      font-weight: normal;
  }
  .mobile-menu__submenu{
    border: none;
  }
  .image-with-text-overlay .inner_page_banner.mobile-text--over-media .caption {
      align-items: center;
      padding: 0 16px;
      width: 100%;
  }
  .inner_page_banner .banner__heading.title {
      line-height: 46px;
      margin-bottom: 16px;
  }
  .inner_page_banner .banner__subheading.subtitle.is-text P {
      font-size: 16px;
      LINE-HEIGHT: 24px;
  }
  .inner_page_banner .image-element__wrap img {
      height: auto;
      min-height: 250px;
  }
  section.section.about_images .image-with-text__image-column:first-child {
      transform: translate(0);
  }
  section.section.about_images .image-with-text__image-column:last-child {
      transform: translate(0);
      margin-top: 24px;
  }
  .about-rich_content .rich-text__text.content.is-h3 {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 0;
  }
  .about-rich_content .buttons.is-center {
      margin-top: 24px;
  }
  .article-main h1.article__title.title {
      line-height: 46px;
  }
  .article-main li.meta-info-list__item.author {
      margin-left: 24px;
  }
  .blog-card ul.meta-info-list li.meta-info-list__item .featured-article__date:before, .article-main .meta-info-list li.meta-info-list__item:before {
      width: 20px;
      height: 20px;
      background-size: contain;
      top: 5px;
  }
  .article-main li.meta-info-list__item.author a {
      text-transform: uppercase;
  }
  .about_section_header.section.is-width-small {
      width: 100%;
  }
  footer .newsletter-form .field.is-stretched-width .control input.input {
      padding: 21px 12px;
      font-size: 14px;
  }
  footer .newsletter-form .field.is-stretched-width .control input.input::placeholder {
      color: #0d0000;
      font-size: 14px;
  }
  .footer__menu + .has-padding-bottom.has-padding-top {
      padding-top: 0;
  }
  .placeholder_image .banner__heading.title {
      line-height: 46px;
  }
  .blog-main .blog-card ul.meta-info-list li.meta-info-list__item .featured-article__date:before {
      top: 1px;
  }
  .back-button a {
      font-size: 16px;
  }
  .faq-section section.section .faq__block-main__questions {
      padding-left: 0;
  }
  .faq-section .container.faqs_content-wrapper {
      width: 100%;
      max-width: 100%;
  }
  .faq-section .category_buttons {
      max-width: 100%;
      width: 100%;
  }
  .faq-section .category_buttons .faq__tags .button.button--secondary {
      margin-left: 10px;
      margin-right: 10px;
  }
  .faq-section .category_buttons .faq__tags {
      justify-content: center;
  }
  body .faq__block-faq .faq__item .faq__item-question {
      padding: 20px 16px;
      font-size: 18px;
      line-height: 27px;
  }
  body .faq__block-faq .faq__item .faq__item-question .faq__item-symbol {
      right: 16px;
      height: 24px;
      width: 24px;
      border-radius: 2.4px;
  }
  body .faq__block-faq .faq__item .faq__item-question .faq__item-symbol:before {
      width: 8.06px;
  }
  body .faq__block-faq .faq__item .faq__item-question .faq__item-symbol:after {
      height: 8.44px;
  }
  body .faq__block-faq .faq__item .faq__item-answer {
      padding: 0 16px 20px;
  }
  section.section.clean-ingrediants .icon-with-text-column__column {
      width: calc(50% - 20px);
      max-width: calc(50% - 20px);
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 0;
      padding-top: 0;
  }
  section.section.clean-ingrediants .icon-with-text-column__column .icon-column__title {
      font-size: 14px;
      line-height: 21px;
  }
  .shopify-section.icon-with-text-column {
      width: calc(100% - 24px);
      max-width: calc(100% - 24px);
      margin: 0 auto;
  }
  .benefits_bathing .image-with-text__image-column {
      width: 100%;
      order: 1;
      margin-bottom: 30px;
  }
  .benefits_bathing .image-with-text__text-column {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      order: 2;
  }
  .list-collections .image-with-text-overlay .mobile-text--over-media .caption {
      align-items: center;
  }
  .collection-list .column.thumbnail.list-collection__thumbnail {
      margin-bottom: 20px;
  }
  .collection_banner .banner__wrapper.is-medium .image-element__wrap {
      height: auto;
      display: none;
  }
  .collection_banner .banner__wrapper .banner__content.card-content {
      position: unset;
      transform: translate(0);
      padding: 40px 22px;
      min-height: 238px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .collection_banner svg.placeholder-svg {
      display: none;
  }
  .collection__filters .is-grouped {
      justify-content: flex-end;
  }
  .collection-matrix__wrapper .product-thumbnail .product-thumbnail__title {
      min-height: 48px;
      display: block;
  }
  .ajax-cart__cart-title {
      padding: 28px 24px;
  }
  .ajax-cart__right-content a.ajax-cart__delete {
      margin-top: -20px;
  }
  .product_section .product__information, .product_section .product__images {
      position: unset !important;
      z-index: 99;
  }
  .product-main .product__information {
      max-width: 100%;
  }
  .product-main .product__information .product-block.product-block--price {
      display: block;
      width: 100%;
      max-width: 100%;
  }
  .product-main .product__information .product-block.product-block--title {
      width: 100%;
      max-width: 100%;
  }
  .product-main .product__information {
      padding: 23px 23px;
  }
  .product-main .product__information .product-block.product-block--price span.money {
      font-size: 28px;
      line-height: 42px;
  }
  .contact-form .contact-form__form {
      padding: 40px 22px;
  }
  .contact-form .buttons.is-center.column.one-whole.has-margin-top {
      margin-left: 0;
  }
  .featured-video .image-wrapper img {
      min-height: 340px;
      object-fit: cover;
  }
  .product-gallery__thumbnails {
      margin-top: 16px;
  }
  .product .product__images {
      margin-bottom: 10px;
  }
  .product-recommendations .flickity-prev-next-button {
      top: 50%;
  }
  .product-recommendations .flickity-prev-next-button.next {
      right: 0;
  }
  .product-recommendations .flickity-prev-next-button.previous {
      left: 0px;
  }
  .product-gallery__image img {
      border-radius: 12px;
  }
  body .product-quantity-box.purchase-details__quantity {
      margin-bottom: 14px;
  }
  div#mobile-header {
      z-index: 999;
      position: relative;
  }
  .featured-collection-section .flickity-prev-next-button {
      display: block;
      top: 50%;
  }
  .insta_header .heading-section__heading.title {
      color: #000 !important;
  }

  /*   revision.2 */
  .slideshow-classic .caption, .image-with-text-overlay .caption {
    width: calc(100% - calc(16px * 2));
  }
  .slideshow-classic .caption .slideshow-classic__subheading {
    max-width:333px;
  }
  .flickity-prev-next-button.previous {
    left:0;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
  .footer__content .container.is-justify-space-between{
    justify-content:center;
  }
  .footer__block.block__link-list {
    padding:0 4px;
  }
  .mobile-menu__content .mobile-menu__list {
    padding-bottom: 40px;
  }
  .mobile-menu{
    /* min-height:unset; */
    height:100%!important;
        /* overflow-y: visible; */
  }
  .mobile-menu__content {
    padding-bottom: 44px;
    background:#fff;
  }
  .featured-article.blog-card.medium-down--one-half{
      width: calc( 50% - 10px);
    }

  .mobile-menu-link:hover, .mobile-menu__item:hover, .mobile-menu a:hover {
    color: #e08169!important;
  }
  .product-main .product-gallery__thumbnail img, .product-main .product-gallery__thumbnail {
     height: 80px;
    width: 80px;
    min-width:80px;
  }

  .product-gallery .product-gallery__main .flickity-prev-next-button {
    top: calc(100% + 40px);
    padding: 0;
    z-index: 100;
    height: 32px!important; 
    width: 32px!important;
    transform: none;
    opacity: 1;
     background: url(/cdn/shop/files/Arrow_round_256x256_crop_center.svg?v=1677166645) no-repeat;
    background-size:cover;
  }
  .product-gallery__thumbnails{
    width:80%;
    margin:16px auto;
  }
  .product-gallery__thumbnails .flickity-prev-next-button {
   display:none;
    }
  .product-main .flickity-prev-next-button.previous {
    left: 0px!important;
    transform: rotate(180deg);
  }
  .product-main .flickity-prev-next-button.next {
    right: 0px!important;
  }
  a.button.action_button.button--primary.ad_to_cart {
    padding: 5.5px;
  }
  .footer__menu .is-hidden-desktop-only{
    margin: 16px auto 24px;
  }
  .product-main .flickity-prev-next-button {
    top: calc( 100% + 30px );
}
.detox-kit .image-with-text__text-column{
    order: 1;
}
}
@media screen and (max-width: 480px) {
.featured-article.blog-card.small-down--one-whole{
      width: calc( 100% - 4px);
    }
  .blog-main .container.is-justify-space-between{
    justify-content:center;
  }
  .section.is-width-small {
    width: calc(100% - 24px);
}
  body.article .one-whole{
    width:100%;
  }
    body.article .one-whole.column{
    width:100%;
      margin-left:0;
      margin-right:0;
  }                
  #template-product .faq-section .container.faqs_content-wrapper {
    width: 92%;
  }
  .faq-section section.section.is-width-standard {
    width: 100%;
}
  #theme-ajax-cart {
    max-height: 100vh;
    min-height: 100vh;
}
  #theme-ajax-cart .ajax-cart__list {
    height: calc(100vh - 354px);
}
  .contact-form .one-whole.contact_form-content {
    padding: 32px 22px;
}
}
       
--pagefly --
@media (max-width: 700px) {.__pf {overflow-x: hidden;}}


/* New Custom CSS */


.ambassador__benefit_section .section_header-wrapper .heading{
  font-weight: 600;
  margin-bottom: 20px;
}

.earning__steps_section .image-with-text__text li{
  list-style: unset;
}
.earning__steps_section .image-with-text__text li::marker{
  font-size: 32px;
}
.earning__steps_section .image-with-text__text *{
  color: #000;
}

.earning__steps_section .image-with-text__wrapper .image-with-text__text {
    padding-bottom: 25px;
}

.ambassadors__gallery .gallery__item-wrap .image-element__wrap, .ambassadors__gallery .gallery__item-wrap img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    max-width: 100% !important;
}

.ambassadors__gallery .gallery__item .gallery-item__content {
    background-color: #f4fafa;
    padding: 15px;
    flex: 1;
}

.ambassadors__gallery .gallery__item  {
  display: flex;
  flex-direction: column;
}
    
.reap_what_you_soak_section .rich-text__content .button{
  max-width: 539px;
  width:100%;
  min-height: 51px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.custom__newsletter__section .newsletter-form .field.is-stretched-width .control, .custom__newsletter__section .newsletter-form .field.is-stretched-width .control input{
   min-height: 100%;
  height: 100%;
}

@media(min-width: 798px){
  .shop__mega__menu_section .column.mega-menu__block.block__image.one-fourth {
    width: 30%;
  }
  .shop__mega__menu_section .column.mega-menu__block.block__menu.one-fourth {
    width: 20%;
  }
}   

.product__collapsible .faq__item {
    border-color: #9b9b9b !important;
}

.product__collapsible.faq__block-faq .faq__item .faq__item-question {
    padding: 6px 15px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 42px;
    color: #000;
    font-weight: 700;
}

.faq__block-faq.column.one-whole.product__collapsible {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}


.product__collapsible.faq__block-faq .faq__item.tab--open .collapsible-symbol svg {
    transform: rotate(90deg);
}
.add--margin-top {
 margin-top: 30px; 
}
.product__collapsible .collapsible-symbol {
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: none;
}

.product__collapsible .faq__item .faq__item-answer, .product__collapsible .faq__item-answer .metafield-rich_text_field ul li strong{
  /* font-size: 15px;
    color: #5e5e5e; */
    font-size: 18px;
    color: #000;
}

.product__collapsible .faq__item-answer .metafield-rich_text_field ul li {
    margin-bottom: 8px;
}

.product-text .metafield-rich_text_field h1, .product-text .metafield-rich_text_field h2, .product-text .metafield-rich_text_field h3, .product-text .metafield-rich_text_field h4, .product-text .metafield-rich_text_field h5, .product-text .metafield-rich_text_field h6{
  margin-bottom: 10px;
  color: inherit;
}

.product-text .metafield-rich_text_field h1 em, .product-text .metafield-rich_text_field h2 em, .product-text .metafield-rich_text_field h3 em, .product-text .metafield-rich_text_field h4 em, .product-text .metafield-rich_text_field h5 em, .product-text .metafield-rich_text_field h6 em{
  font-style: normal;
  color: #52bfbd;
}

.NotesModule_NotesModule__dropdownContainer__f6M2q{
  color: #fff;
}

.NotesModule_NotesModule__dropdownContainer__f6M2q svg path{
  fill: #fff;
}
#CartPopup input.upcart-upsells-button.UpcartDesignSettings__button:hover {
    background: transparent;
    border: 1.5px solid #E08169 !important;
    color: #E08169 !important;
}

#CartPopup h2.upcart-upsells-title.UpcartDesignSettings__cartTextColor p {
    padding-bottom: 12px;
}

#CartPopup .NotesModule_NotesModule__textModule__WV8TZ textarea {
    padding: 10px;
}
.contact-form__social ul.social-icons li a:hover {
    opacity: 0.6;
}

.shopify-policy__title {
    margin-bottom: 25px;
}

.image-with-text-overlay__content_image img.caption__image__content {
    max-width: 161px;
}

@media(max-width: 798px){
  .product-thumbnail__title {
    font-weight: 500;
  }
  .center__mobile__text .banner__heading, .inner_page_banner.center__mobile__text .banner__heading.title+.subtitle{
    text-align: center;
  }
  
}

.jdgm-carousel-wrapper h2.jdgm-carousel-title {
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-align: center !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper .jdgm-carousel-item__review-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0px 20px;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
    box-shadow: none !important;
    padding: 40px 80px !important;
    border-radius: 16px !important;
    background-color: #FDFDFD !important;
    text-align: center !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__review {
    text-align: center !important;
    height: 100% !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name-wrapper {
    text-align: center !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__review .jdgm-carousel-item__review-body{
  display: block !important;
    -webkit-box-orient: unset !important;
}
.jdgm-widget.jdgm-carousel.jdgm-carousel--card-theme .jdgm-carousel__item-wrapper{
  height: 100% !important;
}

.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name {
    color: #000 !important;
    font-size: 20px !important;
    margin-top: 15px !important;
}

.jdgm-carousel--done .jdgm-carousel__item-container{
  z-index: 2 !important;
}

.jdgm-widget.jdgm-carousel.jdgm-carousel--card-theme .jdgm-carousel__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1080px;
}

.shopify-section.newsletter .newsletter-form .field.is-stretched-width .control, .shopify-section.newsletter .newsletter-form .field.is-stretched-width .control input {
    height: 100%;
}

.collection_banner .banner__subheading.subtitle{
  display: none;
}

.collection_banner .banner__heading{
font-family: 'DM Sans';
}

@media(min-width: 481px) and (max-width: 730px){
  .shopify-section.newsletter .newsletter__wrapper.column.one-whole {
    max-width: 80%;
  }
  .shopify-section.newsletter .newsletter-form .field.is-stretched-width{
    margin-right: 10px;
  }
  .shopify-section.newsletter .newsletter__text-wrapper h2.newsletter__heading.title.is-h1 {
    line-height: 46px;
  }
}

.notify_form__inputs .action_button.button{
margin-top:15px;
    width: 100%;
    border-radius: 10px;
    background: #e08169;
    color: #fff;
}

.product__notify-form{
box-shadow:none;
}

.popup_notify_me{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 1000;
  }
.body-no-scroll {
    overflow: hidden;
    height:100vh; 
 }

.overlay_notify_me {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 999;
  }


@media (max-width:600px){
.popup_notify_me{
width:100%;
max-width:300px;
}
}

@media (max-width:310px){
.popup_notify_me{
width:100%;
max-width:250px;
}
}

section.section.collection_main .button.button.action_button.button--add-to-cart{
margin: 16px auto 0;
    border: 2px solid #f58b78;
    color: #f58b78;
    padding: 9.5px;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    max-width: 346px;
    line-height:31px;

}

section.section.collection_main .button.button.action_button.button--add-to-cart:hover{
background: #f58b78;
    color: #fff;

}
    

@media (max-width: 1000px){
section.section.collection_main .button.button.action_button.button--add-to-cart{

white-space:wrap;
line-height:20px;
}
}


section.section.sellers .button.action_button.button--add-to-cart{
display:none;
}

.product_form .klaviyo-bis-trigger, .product_form .klaviyo-bis-trigger:link, .product_form .klaviyo-bis-trigger:visited{
    color: #fff;
    background-color: #e08169;
    border-color: #e08169;
}
.product_form .klaviyo-bis-trigger{
    font-size: 1rem;
    border-radius: 8px;
    width: 100%;
    line-height: inherit;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-weight: 600;
}

.product_form .klaviyo-bis-trigger:hover{
  border: 1px solid #e08169;
  background-color: transparent;
  color: #e08169;
}

.button.action_button.soldout__btn {
    margin: 16px auto 0;
    border: 2px solid #f58b78;
    color: #f58b78;
    padding: 9.5px;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    max-width: 346px;
    line-height: 31px;
}