/** Shopify CDN: Minification failed

Line 9:36 Unexpected "{"
Line 2391:33 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

h1,h2,h3,h4,h5,h6,p,a,li,span,label,{
      font-family: "Poppins";
}

/*******************Announcement bar**********************/
p.announcement-bar__message {
    font-size: 15px;
    font-weight: normal;
    padding: 14px 0;
}
.announcement-bar__link:hover {
    text-decoration: unset !important;
}
/*******************Announcement bar**********************/

/*******************Header**********************/
.cart-drawer .cart__checkout-button {
    border-radius: 30px;
}
.cart-drawer .cart__checkout-button::after,.cart-drawer .cart__checkout-button::before {
    display:none!important
}


.drawer__footer small.tax-note.caption-large.rte {
    display: none;
}

.drawer__footer .totals {
    padding-bottom: 30px;
}

.drawer__footer .totals p.totals__total-value {
    font-weight: 500;
    color: #000;
}

.drawer__footer .totals h2.totals__total {
    font-size: 20px;
    letter-spacing: normal;
}


.drawer__inner tr th {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.drawer__inner h2.drawer__heading {
    text-transform: capitalize;
}

.drawer__inner tr .product-option {
    color: #000;
}

.drawer__inner .cart-item__quantity-wrapper {
    justify-content: space-between;
    align-items: center;
}

.drawer__inner .cart-item__quantity-wrapper cart-remove-button button {
    margin: 0;
    background: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.drawer__inner .cart-item__quantity-wrapper cart-remove-button path {
    fill: #fff;
}


.drawer__inner .cart-item__quantity-wrapper cart-remove-button span.svg-wrapper svg {
    width: 25px !important;
    height: 25px !important;
}


.drawer__inner button.drawer__close path {
    stroke: #000;
}
.cart-count-bubble span {
    color: #000 !important;
    padding: 2px !important;
}
.cart-count-bubble {
    position: absolute;
    background-color: #fff !important;
    color: #000 !important;
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5px !important;
    bottom: 24px !important;
    left: 30px !important;
    line-height: calc(1 + .1 / var(--font-body-scale));
}
header.header {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 12px 50px;
}

header.header nav.header__inline-menu {
    display: flex;
    justify-content: center;
}

header.header nav.header__inline-menu span {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

header.header  .header__icons {
    display: flex;
    gap: 10px;
}

header.header .header__icons a {
    width: max-content;
    height: max-content;
}

header.header .header__icons span.svg-wrapper {
    width: max-content;
}

header.header .header__icons a.header__icon.header__icon--account {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    line-height: normal;
    transition: all ease .5s;
    padding: 0 20px;
    border-radius: 30px;
    border: 1px solid #00000000;
}

header.header .header__icons a.header__icon.header__icon--account:hover {
    background: #000;
    border-radius: 30px;
    color: #fff;
    padding: 0 20px;
}
header.header .header__icons a.header__icon.header__icon--cart {
    background: #000;
    display: flex;
    gap: 8px;
    border-radius: 30px;
    padding: 0 20px;
    line-height: normal;
    border: 1px solid #000;
    transition: all ease .5s;
    text-decoration: none !important;
}

header.header .header__icons a.header__icon.header__icon--cart svg {
    height: 16px;
    width: 16px;
}
header.header .header__icons a.header__icon.header__icon--cart span {
    color: #fff;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
}
header.header .header__icons a.header__icon.header__icon--cart:hover {background: transparent;}

header.header .header__icons a.header__icon.header__icon--cart:hover path {
    stroke: #000;
}

header.header .header__icons a.header__icon.header__icon--cart:hover span {
    color: #000;
}
/*******************Header**********************/

/*******************Banner**********************/
.img_text_flex {
    display: flex;
    gap: 40px;
    align-items: center;
}
body.about .img_text_flex {
    display: flex;
    gap: 60px;
    align-items: center;
}

.img_text_sec {
    padding: 60px 0 0;
    border-bottom: 1px solid #00000014;
}
.img_text_flex .img_text_content {
    width: 40%;
}

.img_text_flex .image {
    width: 60%;
}

.img_text_flex .image img {
    width: 100%;
    display: block;
}
.img_text_flex .img_text_content p.subheading {
    display: none;
}

.img_text_flex .img_text_content h2 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 70px;
    line-height: 81.6px;
    letter-spacing: normal;
}

.img_text_flex .img_text_content p {
    color: #5F5347;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: normal;
}

.img_text_flex .img_text_content a.first_button {
    background: #000;
    padding: 16px 35px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: max-content;
    color: #fff;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #000;
    gap: 5px;
    transition: background .5s ease, color .5s ease, border-color .5s ease;
}

.img_text_flex .img_text_content a.first_button:hover {
    background: transparent;
    color: #000;
}

.img_text_flex .img_text_content a.first_button path {
    transition: stroke .5s ease;
}

.img_text_flex .img_text_content a.first_button:hover path {
    stroke: #000;
}
/*******************Banner**********************/


/*******************Second section**********************/
section.science-section {
    padding: 60px 0 80px;
}

section.science-section span {
    text-transform: uppercase;
    font-size: 14px;
    color: #424141;
}
section.science-section .science-header h2 {
    margin: 0;
    padding-top: 24px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: normal;
}
.science-header {
    max-width: 75%;
    width: 100%;
}
section.science-section .science-header p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 0;
    padding: 24px 0 50px;
}
.science-header a.science-btn:hover{
        transform: scale(1.04);
}
.science-header a.science-btn {
    height: 45px;
    display: flex;
    background: #000;
    width: max-content;
    padding: 0 30px;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 40px;
    transition: transform .3s ease;
    will-change: transform;
}
.science-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding-bottom:70px;
}
.science-card {
    transition: all ease .5s;
}
/* .science-card:hover {
    transform: translateY(-10px) !important;
} */
.image-with-text__media {
    border: none !important;
}
.science-grid img {
    width: 100%;
    display: block;
    border-radius: 24px;
    border: 1px solid #E0E0E0;
}
.science-grid h3 {
    margin: 0;
    padding-top: 30px;
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
}

.science-grid p {
    margin: 0;
    line-height: normal;
    font-size: 16px;
    color: #0000008c;
    padding-top: 3px;
}
section.science-section a.science-btn {
    background: #000;
    padding: 16px 35px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: max-content;
    color: #fff;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #000;
    gap: 5px;
    transition: background .5s ease, color .5s ease, border-color .5s ease;
    justify-content: center;
    margin: 0 auto;
}

section.science-section a.science-btn:hover {
    background: transparent;
    color: #000;
}
/*******************Second section**********************/
/*******************Featured collection section**********************/
.featured_coll_sec{
    padding:60px 0;
    background:#000;
}
.featured_coll_first .featured-collection-grid{
    grid-template-columns: repeat(4, 1fr);
}

 

.featured_coll_first .featured-collection-grid {
    gap: 20px;
}

.product-card.custom_2:hover {
    background: #ffdab7 !important;
}
.product-card.custom_3:hover {
    background: #FFFCCD !important;
}
/* .product-card.custom_4:hover {
    background: #cfe6ed !important;
} */
/* .product-card.custom_4:hover {
background-image: linear-gradient(to right, #d3efe4, #d5edda, #daebcf, #e3e7c4, #efe2bc, #f4e2bb, #fae2bb, #ffe2bb, #ffe8bf, #ffefc3, #fff5c8, #fffccd);
} */
.featured_coll_sec .bundle_header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.featured_coll_sec .bundle_header h2.section_header {
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: normal;
    vertical-align: middle;
    width: 100%;
    max-width: 680px;
    margin: 0;
}

body.index .featured_coll_sec a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
}
.featured_coll_sec a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
}
.icon-with-text {
    display: flex;
    /* grid-template-columns: repeat(7,1fr); */
    padding: 80px 0 50px;
    gap: 70px;
    justify-content: center;
    flex-wrap:wrap;
}

.icon-with-text .icon_text_wrap {
    display: flex;
    width: max-content;
    align-items:center;
    gap:10px;
}

.icon-with-text img {
    width: 100%;
    max-width: 32px;
    height: 33px;
}
.icon-with-text p {
    color: #fff;
    line-height: 1.2;
    margin: 0;
    font-size: 14px;
}
.icon-with-text .icon_text_wrap {
    position: relative;
}
.icon-with-text .icon_text_wrap:nth-child(2) img {
    height: 29px;
    max-width: 35px;
    object-fit: cover;
}
.icon-with-text .icon_text_wrap::after {
    content: "";
    width: 1px;
    height: 32px;
    background: #ffff;
    position: absolute;
    z-index: 1;
    background-size: contain;
    right: -35px;
}
.icon_text_wrap:last-child::after {
    display: none;
}
.product__info-container img {
    width: 100%;
    max-width: 200px;
}
.product__title {
    margin-top: 0;
}
/*******************Featured collection section**********************/


/*******************Testiminial section**********************/
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.testimonial-header h2.testimonial-heading {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: normal;
    padding-top: 24px;
    color: #000;
    margin: 0;
    max-width: 610px;
}
.testimonial-rating p {
    margin: 0;
    color: #6f6e6d;
    letter-spacing: normal;
    font-size: 15px;
}
.testimonial-rating span {
    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
    display: flex;
    justify-content: end;
    color: #595959;
    font-weight: 700;
}
.testimonial-stars span {
    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
    display: flex;
    color: #595959;
    font-weight: 700;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 40px;
}
.testimonial-grid .testimonial-card {
    background: #efece9;
    padding: 28px;
    border-radius: 24px;
}

.testimonial-grid .testimonial-card p {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    padding: 15px 0 25px;
    letter-spacing: normal;
}

.testimonial-author {
    display: flex;
    gap: 12px;
    align-items: center;
}

.testimonial-author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block;
}

.testimonial-author h5 {
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 16px;
}

.testimonial-author span {
    margin: 0;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
}
/* .testimonial-grid .testimonial-card:hover {
    background: #ffdab7;
    transform: translateY(-10px);
}

.testimonial-grid .testimonial-card {
    transition: all ease .5s;
}

.testimonial-grid .testimonial-card:nth-child(2):hover {
    background: #ffccd9;
}

.testimonial-grid .testimonial-card:nth-child(3):hover {
    background: #cfe6ed;
} */
/*******************Testiminial section**********************/

/*******************Ingredients section**********************/
.ingredients-section{
    padding:96px 0;
}
.ingredientsssss{
    opacity:0;
}
.ingredients-header{
    max-width:900px;
    margin:0 auto 56px;
    text-align:center;
    width:100%;
}

.ingredients-row {
    display: grid;
    grid-template-columns: .7fr .7fr 1fr 1fr;
    align-items: center;
    padding: 20px 24px;
}
.ingredients-label {
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 18px;
    color: #595959;
    line-height: normal;
}
.ingredients-heading h2 {
    padding: 16px 0;
    margin: 0;
    padding-top: 15px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: normal;
}
.ingredients-description p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #141414B2;
    letter-spacing: normal;
}

.ingredients-table{
    margin:0 auto;
    background:#fbf7f1;
    border:1px solid rgba(34,51,34,.08);
    border-radius:28px;
    overflow:hidden;
}

.ingredients-table-head {
    display: grid;
    grid-template-columns: .7fr .7fr 1fr 1fr;
    padding: 16px 24px;
    background: #000;
    color: #f8f3ea;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 300;
}



.ingredients-row:nth-child(odd){
    background:#f1efec;
}

.ingredients-row:nth-child(even){
    background:#f7f5f3;
}
.featured_coll_sec {
    background: #000;
}
.ingredient-name h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: normal;
    margin: 0;
}
.ingredient-dose {
    font-size: 15px;
    color: #595959;
    letter-spacing: normal;
    font-weight: 600;
}
.ingredient-function {
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    color: #595959;
    font-weight: 600;
}
.ingredient-icon img {
    width: 100%;
    max-width: 60px;
    display: block;
    object-fit: contain;
    height: 60px;
}
.bottom_textt p {
    font-size: 15px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    letter-spacing: normal;
    line-height: 1.5;
    width: 100%;
}
/*******************Ingredients section**********************/

.custom-image-section img.custom-image {
    width: 100%;
    display: block;
    border-radius: 15px;
}
/*******************Footer**********************/
.footer__blocks-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 34px;
}
.footer__blocks-wrapper .footer-block {
    width: 100%;
}

.footer__blocks-wrapper p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.6;
    padding-right: 20px;
    padding-top: 15px;
}

.footer-block__image-wrapper {
    margin: 0;
}

.footer-block__details-content .list-menu__item--link:hover {
    text-decoration: unset !important;
}

.footer-block__details-content a {
    font-size: 15px !important;
    color: #B1B1B1 !important;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
}
.footer__copyright.caption {
    margin: 0;
}

.footer__copyright.caption p {
    font-size: 13px;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
    color: #FFFFFF;
}

small.copyright__content {
    text-align: center !important;
    display: flex;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
    color: #FFFFFF;
}
h2.footer-block__heading {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}
.footer-block__details-content a:hover {
    color: #fff !important;
    transition: all ease .5s;
}
.cart-count-bubble span {
    font-size: 11px !important;
}
/*******************Footer**********************/
.image_text_wraperrr {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: center;
}

.image_text_wraperrr .image_text_wraper_cntt {
    width: 50%;
}

.image_text_wraperrr img.custom-image {
    width: 100%;
    display: block;
    border-radius: 44px;
}

.image_text_wraperrr .right_image {
    width: 60%;
}

.image_text_wraperrr .image_text_wraper_cntt h2 {
    margin: 0;
    font-size: 85px;
    line-height: normal;
    padding-bottom: 27px;
    font-weight:600;
}

.image_text_wraperrr .image_text_wraper_cntt ul {
    padding: 0;
    padding-left: 5px;
    margin: 0;
}

.image_text_wraperrr .image_text_wraper_cntt ul li {
    list-style: none;
    font-size: 24px;
    line-height: normal;
    padding:  28px 0;
    border-top: 1px solid #9C9C9C;
    color: #000;
}
.image_text_wraperrr .image_text_wraper_cntt ul li:first-child{
border:none;
}

.image_text_wraperrr .image_text_wraper_cntt ul li {
    position: relative;
}

.image_text_wraperrr .image_text_wraper_cntt ul li::after {
    content: "";
    background: url(/cdn/shop/files/Group_39.png?v=1784807987);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    background-size: contain;
}
.image_text_wraperrr {
    padding: 40px 0;
}
product-component .product-media-container {
    max-width: 100%;
    padding: 20px;
    border-radius: 10px !important;
    border: none;
    background: #f5f5f5;
}
product-component button.thumbnail {
    background: #F5F5F5 !important;
    border: none;
    padding: 20px;
    border-radius: 15px;
}
.product__info-wrapper .product__title h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: normal;
}

.product__info-wrapper p.product__text.inline-richtext {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}
.icon-with-text_inner .icon_text_wrap:first-child img {
    height: 24px;
}
.product__description p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    color: #575756;
    margin: 0;
}

.product__description {
    margin: 10px 0 !important;
}

.product__info-wrapper span.price-item.price-item--regular {
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0%;
}


.product__info-wrapper variant-selects legend.form__label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    color: #575756;
}

.product__info-wrapper variant-selects label {
    border-radius: 8px !important;
    padding: 20px !important;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px !important;
}

.product__info-wrapper variant-selects fieldset:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product__info-wrapper .product-form__quantity {
    padding-top: 0;
    margin-top: 0 !important;
}
.sls-more-info-container {
    padding: 5px 0 0 !important;
}
.sls-savings-badge {
    background: #1EAA99 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    padding: 2px 10px !important;
    border-radius: 30px !important;
}
span.sls-more-info-text {
    padding: 0 !important;
}
.product__info-wrapper .product-form__quantity label span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    color: #575756;
    text-transform: uppercase;
}
.product__info-wrapper p.product__text.inline-richtext em {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    color: #575756;
}
.quantity:before,.quantity:after {
    border-radius: 8px !important;
    border: 1px solid #DEDED8;
    box-shadow:unset !important;
}
body.product .icon-with-text .icon_text_wrap::after {
    background: #000000;
}
body.product .featured_coll_sec .icon_text_wrap:nth-child(2) img {
    filter: invert(1);
}
.pro_icon_text .featured-collection-grid {
    display: none;
}
body.product .featured_coll_sec p {
    color: #000;
    font-weight:500;
}
.pro_icon_text .icon-with-text {
    padding: 0;
}
body.product .featured_coll_sec {
    background: #fff;
        padding: 60px 0 80px;
}
.sls-widget-branding {
    display: none !important;
}
.product-form__submit {
    padding: 18px;
    border-radius: 10px;
}
.sls-option-container.seal-table.sls-active {
    box-shadow: unset !important;
    border: 1px solid #000 !important;
}
.product-form__submit::before,.product-form__submit::after {
    display: none;
}
.sls-total-price span.money {
    color: #000 !important;
    font-weight: 600!important;
}
.sealsubs-container .sls-option-container label {
    color: #000!important;
    font-weight: 600!important;
}
label#seal-purchase-options-label {
    display: none !important;
}
.sealsubs-target-element .sls-option[type="radio"]:checked + .sls-custom-radio::after {
    width: 10px!important;
    height: 10px!important;
    box-shadow: inset 1em 1em #000!important;
}
.product__info-wrapper quantity-input.quantity {
    border-radius: 8px !important;
}
.icon-with-text_inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    padding: 25px;
    background: #F6F6F6;
    border-radius: 16px;
}

.icon-with-text_inner .icon_text_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.icon-with-text_inner .icon_text_wrap h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.icon-with-text_inner .icon_text_wrap p {
    margin: 0;
    padding-top: 5px;
    font-size: 11px;
    letter-spacing: normal;
    line-height: 1.5;
}
.icon-with-text_inner .icon_text_wrap img {
    width: 100%;
    max-width: 40px;
    height: 40px;
    object-fit: contain;
}

.icon-with-text_inner .icon_text_wrap {
    position:relative;
}
.icon-with-text_inner .icon_text_wrap::after {
    content: "";
    width: 1px;
    height: 65px;
    background: #828282;
    position: absolute;
    z-index: 1;
    background-size: contain;
    right: -15px;
}
.product__title {
    margin-top: 0 !important;
}

.product-form__buttons {
    max-width: 100% !important;
}
/* label[for="template--22982325862625__main-2-3"] {
    display: none !important;
    opacity: 0;
    height: 0;
    width: 0;
}

label[for="template--22982325862625__main-2-3"]::before {
    display: none;
} */
body.page sticky-header {
    background: #f8f5ef !important;
    
}
body.ingredients sticky-header {
    border: none !important;
    
}


body.ingredients .banner__box {
    max-width: 500px !important;
}

body.ingredients .banner__box em {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.6px;
    font-style: normal;
    color: #23543A;
}

body.ingredients .banner__box h2.banner__heading {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

body.ingredients .banner__box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #6B6B66;
    letter-spacing: normal;
    padding-top: 10px;
}

body.ingredients .banner__box  .banner__buttons {
    padding-top: 10px;
}

body.ingredients .banner__box .banner__buttons svg {
    margin-left: 10px;
}
.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner {
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
    padding: 0 25px 0 25px;
}
.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner .icon_text_wrap {
    height: max-content;
    padding-top: 20px;
    padding-bottom: 14px;
}
.product_icon_text_wrap.ingre_sec_two .icon_text_wrap::after {
    content: "";
    width: 1px;
    height: 88px;
    background: #8282825c;
    position: absolute;
    z-index: 1;
    background-size: contain;
    right: -15px;
    top: 0;
}
.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner{
    border:1px solid #8282825c;
}
body.ingredients .banner__box a.button::before,body.ingredients .banner__box a.button::after {
    display: none;
}
.product_icon_text_wrap.ingre_sec_two {
    padding: 60px 0;
    background: #f9f5f0;
}

.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner {
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
}


.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner h2 {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
}
.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner .icon_text_wrap {
    height: max-content;
}

.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner .contentt {
    height: auto;
}

.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner img {
    max-width: 30px;
    height: 30px;
}

.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner p {
    font-size: 12px;
    line-height: normal;
}

body.ingredients {
    background: #f9f5f0 !important;
}

body.ingredients .tag-section-wrapper {
    background: #f9f5f0;
}

body.ingredients .tag-section-wrapper .tag-row {
    background: transparent;
}
.inner____page{
    background: #f9f5f0;
}
body.ingredients .ff-banner-card {
    background: #f9f5f0;
    background-color: #F1EDE4;
}
body.page,
body.page * {
  font-family: 'Poppins', sans-serif !important;
}
.page__wewwswedwe {
    max-width: 1300px;
}

.page__wewwswedwe ul {
    padding-left: 0;
}

.page__wewwswedwe b {
    font-weight: 600;
}

.page__wewwswedwe h1.main-page-title.page-title {
    text-align: center;
    text-transform: capitalize;
}
.inner____page {
    background: #f9f5f0;
    padding: 0 20px;
}
.page__wewwswedwe a span {
    color: #000 !important;
}
.page__wewwswedwe b {
    text-transform:uppercase;
}
span.header__active-menu-item {
    border-bottom: 1px solid #000;
}
label.sls-selling-plan-group-first-option {
    display: none !important;
    opacity:0 !important;
}
body.about sticky-header {
    background: #fff !important;
    border: none;
}
body.about .product_icon_text_wrap.ingre_sec_two {
    background: #fff;
}
body.about .img_text_sec {
    PADDING-BOTTOM: 60PX;
}
body.about .img_text_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body.about .img_text_flex .img_text_content {
    width: 100%;
}

body.about .img_text_flex .image {
    width: 100%;
}
body.about .img_text_flex .img_text_content h2 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: normal;
}
body.about .img_text_flex .img_text_content p {
    color: #5F5347;
    font-weight: 400;
    font-size: 19px;
    line-height: 29.25px;
    letter-spacing: normal;
    padding-top: 10px;
}

body.about .img_text_content_inner ul {
    align-items: center;
    gap: 50px;
    display: flex;
    padding-left: 0;
    padding-bottom: 30px;
}

body.about .img_text_content_inner ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}
body.about .img_text_sec {
    padding: 60px 0 0;
    border-bottom: 1px solid #00000000;
}

body.about .img_text_content_inner ul li:after {
    content: "";
    background: url(/cdn/shop/files/Vector.png?v=1785474881);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.about .usa-badge-container_wrapperrr {
    margin: 0;
}
body.about .usa-subtitle {
    max-width: 800px;
    line-height: 1.3;
    padding-top: 10px;
}
body.about .usa-title {
    font-size: 60px;
}
body.about .usa-badge-img {
    max-width: 200px;
}
.cstm_faqs {
    background: #f9f5f0;
}
body.faq .rich-text__heading em {
    font-style: normal;
    font-size: 17px;
}



body.contact .contact .contact__fields {
    grid-template-columns: 1fr;
}

body.contact .contact .field:after,body.contact .contact .field:before {
    display: none;
}

.field__input:focus-visible {
    box-shadow: unset !important;
}

body.contact .contact input,body.contact .contact textarea {
    border: 1px solid #000;
    border-radius: 10px;
}

body.contact .contact input {
    height: 55px;
}
.contact__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__button button.button {
    width: 200px;
}
body.contact .contact label {
    top: 15px;
}


.contact__button button::before,.contact__button button::after {
    display: none;
}

.contact__button button {
    font-size: 16px;
}

ul.variety-flavors-list {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
}

.ingredient-badge {
    display: none !important;
}
.usa_warapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 50px;
    background: #fcfaf6;
    border-radius: 15px;
    align-items: center;
}

.usa_warapper img {
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.usa_warapper .usa_content img {
    width: 100%;
    max-width: 90px;
    height: 35px;
    object-fit: contain;
    margin:0;
}


.usa_warapper .usa_content h2 {
    display: flex;
    font-size: 50px;
    align-items: center;
    gap: 20px;
    margin: 0;
    font-weight: 600;
}

.usa_warapper .usa_content p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding-top: 15px;
    color: #000;
}
.usa_sec{
    padding:0px 0 50px;
}
body.ingredients .usa_warapper {
    background: #f1ede4;
}
body.product .usa_warapper {
    background: #f5f5f5;
}
.footer__copyright.caption {
    margin: 0;
    margin: 0 auto !important;
}
.thumbnail img {
    object-fit: contain!important;
}
body.product .product-media-container.media-type-video {
    padding: 0;
    border-radius: 15px;
}

body.product .product-media-container.media-type-video video {
    border-radius: 15px;
    width: 100%;
}
body.product .menu-drawer {
    background: #fff !important;
}
body.product span.thumbnail__badge {
    display: none !important;
}
body.product .main-display-box .product-media-container {
    height: 600px !important;
}
.cart-drawer .drawer__cart-items-wrapper img.cart-item__image {
    width: 90px;
    object-fit: cover;
    object-position: inherit;
    height: 90px;
    border-radius: 5px;
}
 .cart-item__title .cart-item__name {
    font-size: 14px;
}
/* .custom-thumbnails-row li#Slide-template--23145752920289__main-40617001058529 {
    display: none;
} */
 .custom-thumbnails-row li.product__media-item {
    width: 20% !important;
    max-width: 13% !important;
}
.custom-thumbnails-row .product-media-container {
    padding:10px;
}

body.index .usa_warapper, body.index .usa_sec {
    background: #f7f5f3;
}
.inner____page ol {
    padding: 0;
}
div#shopify-block-AOE84SnJIQzBZa3Zqa__judge_me_reviews_review_widget_UXdrCQ {
    background: #f5f5f5;
    margin-bottom: 80px;
    border-radius: 20px;
}

p.jm-text.jm-review-widget-minimal-header__title,.jdgm-write-review-modal .jdgm-write-review-modal__title,.jdgm-write-review-modal .jdgm-write-review-modal__product-title {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 1.2!important;
    margin: 0 0 6px 0!important;
    color: #000000;
}
p.jm-text.jm-no-reviews-state__text {
    font-size: 16px;
    color: #666666;
}

button.jm-button.jm-button--primary.jm-action-buttons__button {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 20px 45px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
    border: none !important;
}
.img_text_flex .image video.custom__video {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.faq-accordion-list h3 {
    font-size: 26px;
    margin: 0;
    padding: 35px 0 0;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: normal;
}
.image_text_wraperrr video {
    width: 100%;
    display: block;
    border-radius: 44px;
    object-fit: cover;
    height: 600px;
    object-position: right;
}
.custom-thumbnails-row .product-media-container video {
    object-fit: contain !important;
}
body.index .img_text_flex {
    padding-bottom: 40px;
}
video{
    width:100%;
}
div#shopify-block-AZ0V0L3RERXBhMFVYe__judge_me_reviews_review_widget_UXdrCQ {
    background: #f5f5f5;
    margin-bottom: 80px;
    border-radius: 20px;
}

.footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: left !important;
}
.footer-block--newsletter {
    margin: 0;
}

.footer-block--newsletter a.link.list-social__link {
    padding: 0;
}

.footer-block--newsletter ul.list-unstyled {
    gap: 20px;
}

.footer-block--newsletter ul.list-unstyled svg.icon {
    width: 30px !important;
    height: 30px !important;
}

.footer-block--newsletter ul.list-unstyled span.svg-wrapper {
    width: 30px !important;
    height: 30px !important;
}
slider-component.thumbnail-slider.slider-mobile-gutter.quick-add-hidden {
    display: none !important;
}
.product_info_first {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom:20px;
}

.product_info_first span {
    font-size: 11px;
    color: #8A8A85;
    letter-spacing: 1px;
        line-height: normal;
        position:relative;
}
.product_info_first span:last-child::before {
    content: "";
    background: #8A8A85;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translate(0px, -50%);
}
.product_info_first span.product_info_span {
    color: #1EAA99;
    border: 1px solid #1EAA99;
    padding: 8px 15px;
    border-radius: 30px;
}
button[aria-label="Open Smile.io Rewards Program"] {
    background-image: linear-gradient(to right, #d3efe4, #d5edda, #daebcf, #e3e7c4, #efe2bc, #f4e2bb, #fae2bb, #ffe2bb, #ffe8bf, #ffefc3, #fff5c8, #fffccd) !important;
    border:1px solid #fff;
}
.preorder-badge strong {
    font-weight: 600!important;
}

.preorder-badge {
    margin-bottom: 0;
}
.preorder-badge {
    margin-bottom: 0 !important;
}





  .preorder-badge {
    display: inline-flex;
    align-items: center;
   font-family: "Poppins" !important;
    gap: 8px;
    font-size: 16px !important;
    letter-spacing:normal;
    color: #555555;
    line-height: 1.5;
  }

.btnnnnnnnnnn {
    margin-top: 0 !important;
}
.product-form__submit span {
    text-transform: uppercase;
}
.btnnnnnnnnnn product-form.product-form {
    margin-top: 10px !important;
}
.no-crash-big-no {
    display: none;
}
body.ingredients {}

body.ingredients .rich-text__blocks {
    /* background: #f1ede4; */
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    border-radius: 15px;
    border: 1px solid #8282825c;
}

body.ingredients .rich-text__blocks h2 {
    margin: 0;
    line-height: normal;
}

body.ingredients .rich-text__blocks p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}
body.ingredients .rich-text__text.rte {
    margin-top: 8px;
}
.shopify-policy__container {
    max-width: 100%;
    width: 100%;
    background: #f9f5f0;
}

.shopify-policy__container .shopify-policy__body {
    max-width: 1300px;
    margin: 0 auto;
}

.shopify-policy__container ul {
    padding: 0;
}

.shopify-policy__container b {
    text-transform: uppercase;
    font-weight: 600;
}
.shopify-policy__title h1 {
    font-size: 52px;
    padding-top: 40px;
}
body .shopify-policy__container {
    overflow-x: hidden !important;
    max-width: 100%;
}
.featured-collection-grid a.add-to-cart-btn {
    color: #000 !important;
}

.featured-collection-grid a.add-to-cart-btn:hover {
    color: #fff !important;
}
body.ingredients .rich-text__blocks .rich-text__text ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 8px;
}

body.ingredients .rich-text__blocks .rich-text__text ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

body.ingredients .rich-text__blocks {
    background: #fff;
    padding: 30px;
} 
body.ingredients .rich-text__blocks .rich-text__text ul li:after {
    content: "";
    background: url(/cdn/shop/files/image_27_1.png?v=1784605976);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    transform: translate(0px, -50%);
    top: 50%;
}
body.ingredients p.btmmmm_text {
    padding-top: 60px;
    text-align: center;
    font-weight: 500;
}
body.ingredients .tag-section-wrapper {
    padding: 0px 0 40px;
}
body.ingredients .rich-text__blocks h2 {
    font-size: 28px;
    padding-bottom: 10px;
}
body.product span.money.conversion-bear-money.seal-money.ht-money.hdt-money {
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0%;
}
body.product span.badge.price__badge-sale {
    margin-bottom: 0 !important;
}

body.product .price.price--large {
    display: flex;
    align-items: center;
}

body.product .price__container {
    margin: 0 !important;
}
.sls-option-container.seal-table span.money.conversion-bear-money.seal-money.ht-money.hdt-money {
    font-size: 16px;
}
/* body.index .img_text_flex .image img {
    width: 100%;
    object-fit: contain;
    max-width: 600px;
    margin: 0 auto;
} */
body.index.gradient.overflow-hidden-tablet sticky-header.header-wrapper {
    background: #f8f5ef;
}
body.about .image.media-container img.custom__media.fallback-static-img {
    POSITION: UNSET;
}
.shopify-policy__container {
    display: none !important;
}
body.collection s.price-item.price-item--regular {
    display: none;
}

body.collection .card__badge.bottom.left {
    opacity: 0;
}




/*******************Responsive**********************/



@media screen and (max-width: 1440px) {
 .testimonial-header h2.testimonial-heading {
    max-width: 680px;
}
}
@media screen and (max-width: 1024px) {
nav.header__inline-menu {
    width: max-content;
}
body.ingredients .rich-text__blocks .rich-text__text ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    row-gap: 8px;
}
.image_text_wraperrr video {
    height: 400px;
}
.usa_warapper .usa_content h2 {
    display: flex;
    font-size: 30px;
}
.usa_warapper .usa_content img {
    width: 100%;
    max-width: 60px;
    height: 20px;
    object-fit: contain;
    margin: 0;
}
.usa_warapper .usa_content h2 {
    display: flex;
    font-size: 30px;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-weight: 600;
}
body.about .img_text_flex .img_text_content h2 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: normal;
}
body.about .img_text_flex .img_text_content p {
    color: #5F5347;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.25px;
    letter-spacing: normal;
    padding-top: 10px;
}
.product_icon_text_wrap.ingre_sec_two .icon_text_wrap::after{
    display:none;
}
.extract-benefits-list {
    display: flex !important;
    flex-direction: row!important;
    justify-content: center!important;
}
.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner {
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    gap: 0;
}
.image_text_wraperrr .image_text_wraper_cntt h2 {
    margin: 0;
    font-size: 60px;
    padding-bottom: 24px;
}
.img_text_flex .img_text_content {
    width: 50%;
}
.image_text_wraperrr .image_text_wraper_cntt ul li {
    list-style: none;
    font-size: 21px;
    line-height: normal;
    padding: 15px 0;
    border-top: 1px solid #9C9C9C;
    color: #000;
}
.image_text_wraperrr .image_text_wraper_cntt ul li::after {
    width: 30px;
    height: 30px;
}
.img_text_flex .img_text_content h2 {
    font-size: 58px;
    line-height: 1.3;
    letter-spacing: normal;
}
.img_text_flex .img_text_content p {
    font-size: 17px;
}
.img_text_flex .img_text_content a.first_button {
    padding: 12px 30px;
    font-size: 15px;
}
.hura-message p {
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}
.testimonial-grid .testimonial-card {
    padding: 20px;
}
.featured_coll_sec .bundle_header h2.section_header {
    font-size: 36px;
    max-width: 500px;
    margin: 0;
}
section.science-section .science-header h2 {
    font-size: 36px;
    padding-top:0;
}
section.science-section .science-header p {
    font-size: 17px;
}
.science-grid {
    gap: 10px;
    padding-bottom: 50px;
}
.science-grid h3 {
    margin: 0;
    padding-top: 14px;
    font-size: 22px;
}
.science-grid p {
    margin: 0;
    line-height: normal;
    font-size: 15px;
    color: #0000008c;
    padding-top: 3px;
}
section.science-section {
    padding: 60px 0 60px;
}
section.science-section a.science-btn {
    background: #000;
    padding: 12px 30px;
    font-size: 15px;
}
.ingredients-section {
    padding: 60px 0 !important;
}
.ingredients-heading h2 {
    padding: 16px 0;
    padding-top: 15px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: normal;
    max-width: 600px;
    margin: 0 auto;
}
.testimonial-header h2.testimonial-heading {
    font-size: 36px;
    max-width: 515px;
}

.testimonial-header h2.testimonial-heading{
    padding-top:0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.testimonial-grid .testimonial-card p {
    color: #000;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    padding: 15px 0 25px;
    letter-spacing: normal;
}
header.header nav.header__inline-menu {
    display: none;
}
.icon-with-text {
    gap: 30px;
    padding: 50px 0 20px;
}
.icon-with-text p {
    font-size: 12px;
}
.icon-with-text .icon_text_wrap::after {
    right: -15px;
}


}


@media screen and (max-width: 768px) {
.image_text_wraperrr video {
    height: 600px;
}
body.ingredients .rich-text__blocks .rich-text__text ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.no-crash-title-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.product.grid .grid__item.product__media-wrapper {
    width: 100%;
}

.product.grid .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
}


    .img_text_flex .img_text_content h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: normal;
}
body.product .main-display-box .product-media-container {
    height: 450px !important;
}
.featured_coll_sec a {
    color: #fff;
}
.usa_warapper {
    display: grid;
    grid-template-columns: 1fr;
}
.usa_warapper .usa_content h2 {
    justify-content: center;
}
.usa_warapper .usa_content p {
    text-align: center;
}
.our-story-wrapper{
    padding: 0 !important;
}
body.about .img_text_flex {
    display: flex !important;
    flex-direction: column-reverse;
}

body.about .img_text_flex img {
    width: 300px !important;
    margin: 0 auto;
}
.page__wewwswedwe {
    max-width: 1300px;
    padding: 0;
}
.clean-banner-grid {
    flex-direction: column !important;
}
.icon-with-text_inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    padding: 25px;
    background: #F6F6F6;
    border-radius: 16px;
}
.rr-feature-item::after,.icon-with-text_inner .icon_text_wrap::after{
    display:none !important;
}
.ss-banner-container {
    padding: 0px 0 40px!important;
}
.tc-feature-section{
     padding: 40px 0 40px!important;
}
.image_text_wraperrr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.image_text_wraperrr {
    padding: 15px 0;
    gap: 25px;
}

.image_text_wraperrr .image_text_wraper_cntt {
    width: 100%;
}

.image_text_wraperrr .right_image {
    width: 100%;
}
.img_text_flex .img_text_content p {
    font-size: 16px;
    line-height: 1.5;
}
.ingredients-table-head {
    font-size: 12px;
}
.ingredient-name h3 {
    font-size: 15px;
}
.ingredient-dose,.ingredient-function {
    font-size: 12px;
}
.science-grid {
    grid-template-columns: repeat(2,1fr);
}
.icon-with-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.science-header {
    max-width: 100%;
    width: 100%;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.footer-block__details-content>:first-child .list-menu__item--link {
    padding-bottom: 0;
}
.footer__blocks-wrapper {
    gap: 10px;
}
.footer__blocks-wrapper p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.6;
    padding-right: 15px;
    padding-top: 10px;
}
.ingredients-header {
    margin: 0 auto 30px;
}
}


@media screen and (max-width: 749px) {
    header.header {
    padding: 12px 20px;
}
body.index .featured_coll_sec a {
    color: #fff !important;
}
body.ingredients .rich-text__blocks .rich-text__text ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.shopify-policy__title h1 {
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
body.ingredients  .rich-text__wrapper {
    padding: 0 !important;
}

body.ingredients .rich-text__wrapper .rich-text__blocks.left {
    padding: 25px;
}
body.ingredients .rich-text__blocks p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}
.no-crash-title-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.preorder-badge {
    font-size: 11px !important;
}
.product_info_first span {
    font-size: 8px;
    color: #8A8A85;
    letter-spacing: 1px;
    line-height: normal;
    position: relative;
}
p.jm-text.jm-review-widget-minimal-header__title {
    padding-left: 60px;
}
div#shopify-block-AOE84SnJIQzBZa3Zqa__judge_me_reviews_review_widget_UXdrCQ {
    background: #f5f5f5;
    margin-bottom: 40px;
    border-radius: 20px;
}
.custom-thumbnails-row li.product__media-item {
    width: 100% !important;
    max-width: 100% !important;
}
body.index .img_text_flex {
    padding-bottom: 0px;
}
.custom-thumbnails-row .product-media-container video {
    object-fit: cover !important;
}
header.header .header__icons a.header__icon.header__icon--cart svg {
    height: 22px;
    width: 22px;
}
.image_text_wraperrr video {
    width: 100%;
    display: block;
    border-radius: 44px;
    object-fit: cover;
    height: 320px;
    object-position: right;
}
body.product .main-display-box .product-media-container {
    height: 380px !important;
}
.featured-collection-grid {
    padding: 30px 0 0 !important;
}
.add-to-cart-btn {
    background: #000!important;
    opacity: 1!important;
}
.featured_coll_sec a {
    color: #fff;
}
.usa_warapper {
    padding: 30px 25px;
}
.usa_warapper .usa_content h2 {
    display: flex;
    font-size: 28px;
}
.usa_warapper .usa_content p {
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    padding-top: 10px;
    color: #000;
}
body.about .img_text_content_inner ul {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
    padding-bottom: 0;
}
body.about .img_text_flex .img_text_content h2 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: normal;
}
body.about .img_text_flex .img_text_content p {
    color: #5F5347;
    font-weight: 400;
    font-size: 13px;
    line-height: 25.25px;
    letter-spacing: normal;
    padding-top: 0;
}
.no-crash-title-list {
    display: flex;
    gap: 5px;
}
.no-crash-big-no {
    font-size: 64px;
    line-height: 1 !important;
}
body.about .usa-subtitle {
    max-width: 800px;
    font-size: 13px !important;
}
.mission-feature-item {
    align-items: baseline !important;
}
.mission-feature-circle {
    width: 50px!important;
    height: 50px!important;
    margin-bottom: 10px!important;
}
.mission-feature-icon {
    width: 21px!important;
    height: 20px!important;
    object-fit: contain;
}
.mission-description {
    padding-right: 0 !important;
}
.mission-section-wrapper {
    padding: 20px 0 50px!important;
    box-sizing: border-box;
}
body.about .usa-title {
    font-size: 30px;
}
.stats-bar-wrapper {
    padding: 40px 0 40px !important;
    box-sizing: border-box;
}
.no-crash-left {
    padding-left: 0!important;
}
.no-crash-title-wrapper {
    justify-content: center;
    flex-direction: column;
}
.sls-selling-plan-group-first-line {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.seal-col.seal-col-radio {
    padding-top: 4px;
}
.inner____page {
    background: #f9f5f0;
    padding: 40px 0px;
}
.page__wewwswedwe b {
    font-weight: 600;
    line-height: 1.1;
}
.page__wewwswedwe h1.main-page-title.page-title {
    font-size: 32px;
}
body.ingredients .banner__box h2.banner__heading {
    font-size: 24px;
}
.product_icon_text_wrap.ingre_sec_two {
    padding-bottom: 0 ;
}
.extract-steps-wrapper .extract-steps-wrapper_inner {
    display: flex;
    flex-direction: column;
}
.extract-grid {
    display: flex !important;
    flex-direction: column;
}
.extract-title {
    font-size: 24px  !important;s;
}
body.ingredients .banner__box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #6B6B66;
    letter-spacing: normal;
    padding-top: 0px;
    line-height: normal;
}
.extract-benefits-list {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center!important;
}
.ingredients-section-wrapper {
    padding-bottom: 0 !important;
}
.bbs-section-wrapper {
    padding-bottom: 20px !important;
}
.extract-grid {
    align-items: baseline!important;
}
.bbs-section-wrapper {
    padding-top: 20px !important;
}
.clean-icons-grid {
    flex-direction: row !important;
    align-items: center;
    gap: 24px;
}
.ingredients-section-wrapper {
    padding-top: 40px !important;
}
.menu-drawer {
    background: #f8f5ef !important;
}
img.extract-arrow-icon {
    display: flex;
    justify-content: center;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left:10px;
    display:none !important;
}
.extract-steps-wrapper .extract-steps-wrapper_inner {
    display: flex;
    gap: 20px;
}
.extract-step-item {
    display: flex;
    flex-direction: column;
    align-items: baseline !important;
    text-align: left !important;
    width: 30%;
}
.extract-step-icon {
    width: 100%;
    height: 60px !important;
    object-fit: contain;
    display: block;
}
.product_icon_text_wrap.ingre_sec_two .icon-with-text_inner {
    grid-template-columns: repeat(1, 1fr);
    background: #fff;
    gap: 0;
}
.cart_texttttt{
    display:none !important;
}
.rr-left-block {
    width: 100% !important;
}
.tc-card-title {
    font-size: 22px!important;
}
.ff-title {
    font-size: 20px!important;
}
.tag-standard-text {
    font-size: 12px!important;
}
.usa-subtitle {
    font-size: 15px !important;
    line-height: normal !important;
    padding-top: 10px !important;
}
.tag-cell-standard {
    width: 65%;
    display: flex;
    align-items: self-start !important;
    gap: 12px;
}
.tag-cell-feature {
    width: 35%;
    display: flex;
    align-items: center;
    gap: 10px!important;
}
.tc-card-subtitle {
    line-height: normal;
}
.tc-difference-item {
    display: flex;
    align-items: self-start !important;
}
body.product .featured_coll_sec {
    background: #fff;
    padding: 20px 0 40px;
}
.icon-with-text_inner {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    padding: 25px;
    background: #F6F6F6;
    border-radius: 16px;
}
.product__info-wrapper .product__title h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
}
.product__info-wrapper variant-selects label {
    border-radius: 8px !important;
    padding: 15px !important;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px !important;
}
.bottom_textt p {
    font-size: 14px;
}
.image_text_wraperrr .image_text_wraper_cntt h2 {
    margin: 0;
    font-size: 36px;
    padding-bottom: 15px;
}
.image_text_wraperrr .image_text_wraper_cntt ul li {
    list-style: none;
    font-size: 17px;
    line-height: normal;
    padding: 12px 0;
    border-top: 1px solid #9C9C9C;
    color: #000;
}
.image_text_wraperrr .image_text_wraper_cntt ul li::after {
    width: 25px;
    height: 25px;
}
p.announcement-bar__message {
    font-size: 12px;
    font-weight: normal;
    padding: 14px 0;
    letter-spacing: normal;
    line-height: normal;
}
.menu-drawer__menu li {
    border-bottom: 1px solid #0000002e;
}

.menu-drawer__menu li:first-child {
    border-top: 1px solid #0000002e;
}

.menu-drawer__menu li a {
    font-size: 15px;
}
header-drawer path {
    fill: #000;
    stroke: #000;
}
header.header .header__icons a.header__icon.header__icon--cart {
    background: transparent;
    border: none;
    padding: 0;
}

header.header .header__icons a.header__icon.header__icon--cart path {
    stroke: #000;
}
.cart-count-bubble {
    position: absolute;
    background-color: #000!important;
    color: #fff !important;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5px !important;
    bottom: 24px !important;
    left: 10px !important;
    line-height: calc(1 + .1 / var(--font-body-scale));
}
.cart-count-bubble span {
    color: #fff!important;
    padding: 3px !important;
}
header.header .header__icons a.header__icon.header__icon--cart span {
    color: #fff;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
}
.img_text_flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.img_text_flex .img_text_content {
    width: 100%;
}

.img_text_flex .image {
    width: 100%;
}
.img_text_sec {
    padding: 20px 0 40px;
    border-bottom: 1px solid #00000014;
}
.img_text_flex .img_text_content h2 {
    font-size: 30px;
}
.img_text_flex .img_text_content a.first_button {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.featured_coll_sec .bundle_header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px;
}
.featured_coll_sec .bundle_header h2.section_header {
    font-size: 24px;
    max-width: 500px;
    margin: 0;
}
.featured_coll_sec {
    padding: 40px 0;
    background: #000;
}
.featured-collection-grid {
    padding: 30px 0 0;
}
.icon-with-text .icon_text_wrap::after {
    display: none;
}
section.science-section .science-header p {
    font-size: 14px;
    padding: 20px 0 20px;
}
.science-grid {
    grid-template-columns: repeat(1,1fr);
    gap:30px;
}
section.science-section a.science-btn {
    width: 100%;
}
.icon-with-text {
    gap: 0px;
    justify-content: space-between;
    row-gap: 15px;
   padding: 30px 0 0px;
}
section.science-section .science-header h2 {
    font-size: 22px;
    padding-top: 0;
}
section.science-section {
    padding: 40px 0 40px;
}
.science-grid {
    gap: 10px;
    padding-bottom: 30px;
}
.ingredients-section {
    padding: 40px 0 !important;
}
.ingredients-label {
    font-size: 14px;
}
.ingredients-heading h2 {
    font-size: 24px;
}
.ingredients-description p {
    margin: 0;
    font-size: 14px;
}
.science-grid p {
    font-size: 14px;
}
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}
.testimonial-header h2.testimonial-heading {
    font-size: 24px;
    max-width: 100%;
    padding-bottom: 10px;
}
.testimonial-rating span {
    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
    display: flex;
    justify-content: start;
    color: #595959;
    font-weight: 700;
}
.testimonial-grid {
    margin-top: 30px;
}
section.testimonial-section {
    padding: 40px 0 !important;
}
.footer-block__details-content {
    margin-bottom: 0rem!important;
    justify-content:left !important;
}
.footer-block.grid__item {
    padding: 0;
    margin: 2rem 0!important;
    width: 100%;
}
.footer-block__heading {
    margin-bottom: 0rem!important;
}
.footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 0!important;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    margin-top: 0 !important;
}
.page-width {
    padding: 0px 20px !important;
}
header.header {
    padding: 20px !important;
}
.footer__copyright.caption p,small.copyright__content {
    font-size: 12px;
}
.footer__content-top.page-width {
    padding-left: 15px;
    padding-right: 15px;
}
.footer__copyright.caption p {
    padding-top: 10px;
}
.ingredients-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .ingredients-table-head,
  .ingredients-row {
    min-width: 700px; 
  }

  .ingredients-table::-webkit-scrollbar {
    height: 2px;
  }

  .ingredients-table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }


}