/** Shopify CDN: Minification failed

Line 1905:18 Expected "}" to go with "{"

**/
/* announcement bar start */
.top-header {
    padding: 7px 0 8px;
}

.mega-menu {
    display: none !important;
}

.container-text span,
.container-text strong {
    text-transform: none;
    font-size: 14px;
}

.container-text span a {
    color: var(--primary-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-decoration-line: underline;
    text-transform: uppercase;
    padding-left: 17px;
    display: inline-block;
}

.cart-product-list-content {
    color: var(--primary-black);
}

/* announcement bar end */

/* header start */
.main-logo {
    width: 236px;
}

/* header end */

/* hero start */
.hero-content p {
    max-width: 587px;
}

.hero-content {
    max-width: 655px;
}

.hero-wrap {
    padding-top: 129px;
}

.hero-sticker {
    position: absolute;
    top: -33px;
    left: -8px;
}

.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 10px;
}

.btn-text img {
    width: 15px;
    height: 17px;
}

.bottom-txt {
    float: left;
    width: 100%;
    color: #FFF;
    font-family: var(--tk-quasimoda);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 89px;
}



.hero-sticker p {
    color: #fff;
    font-family: var(--tk-quasimoda);
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 24px 18px;
    position: relative;
    transform: rotate(-5deg);
}

.hero-sticker__img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-sticker__img {
    position: relative;
}

.hero-review {
    position: absolute;
    top: -27px;
    right: 5px;
    width: 100%;
    border-radius: 20px;
    background: var(--primary-mdr-gold-lt);
    padding: 18px 30px 15px 21px;
}

.hero-review h4 {
    color: var(--primary-black);
    font-family: var(--tk-gelica);
    font-size: 22px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 38px;
}

.hero-review p {
    color: #0B0B0B;
    font-family: var(--tk-quasimoda);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.hero-review img {
    max-width: 75px;
    position: absolute;
    bottom: -14px;
    right: 24px;
}

/* .btn {
    line-height: 57px;
} */

/* hero end */



.health-expert-content p:last-of-type,
.customers p:last-of-type {
    padding: 0;
}

.shop-range-thumb {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.shop-range-thumb img {
    transition: 500ms;
}

.shop-range-thumb:hover img {
    transform: scale(1.03);
}

.shop-range {
    padding: 64px 0;
    /* background-color: #F6F5F1; */
}

.coming-soon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 0;
    transition: 500ms;
    opacity: 1;
}

.coming-soon:after {
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg,#f6f5f1d9 0% 100%),url(<path-to-image>) #d3d3d3 50% / cover no-repeat; */
    opacity: .9;
    /* background-color: #F6F5F1D9; */
    position: absolute;
    left: 0;
    top: 0;
}

.coming-soon__inner {
    z-index: 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 10%;
    text-transform: uppercase;
    font-family: var(--tk-quasimoda);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #F6F5F1D9;
}

.shop-range-thumb:hover .coming-soon {
    opacity: 1;
}

.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-sellers-wrap {
    padding: 93px 0 150px;
}

.best-sellers-product {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 2;
    transition: 300ms;
    opacity: 0;
}

.best-sellers-product img {
    transition: 300ms;
}

.best-sellers-item {
    position: relative;
    background-color: transparent;
}

.product-title button {
    width: calc(100% - 24px);
    min-width: inherit;
    height: 40px;
    padding: 12px 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    /* 114.286% */
    text-transform: uppercase;
    cursor: pointer;
}

.product-title-btn.mobi {
    transition: 300ms;
    /* background-color: #f6f5f1; */
    border-radius: 0 0 10px 10px;
    padding-bottom: 12px;
    margin-top: 0px;
}

/* .best-sellers-item {
    background-color: transparent;
} */

.flex-box.collection-product-wrap a.best-sellers-item {
    padding-bottom: 35px;
}

.us-them-title-list ul li {
    display: flex;
    align-items: center;
}

.us-them-title-list ul li img {
    margin: 0 auto;
}

.title-white.us-item-title h6 {
    color: #FCD5B7;
}

.us-them__tab {
    display: none;
}

.btn_disabled {
    pointer-events: none;
    opacity: .3;
}

.cart__item {
    display: flex;
    gap: 0 14px;
}

.cart__item-image {
    width: 156px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.cart__item-info {
    width: calc(100% - 166px);
    padding-top: 6px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.cart__item-info-top {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.cart__item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    font-family: var(--tk-quasimoda);
}

.cart__item-price {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--tk-quasimoda);
}

.cart__items {
    display: flex;
    flex-flow: column;
    gap: 10px 0;
    max-height: calc(100% - 269px);
    overflow: auto;
    padding-bottom: 10px;
}

.cart__item-bottom {
    margin-bottom: 16px;
}

.cart__item-quantity {
    border-radius: 26px;
    border: 1.5px solid #000;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.cart-padding{
  padding-bottom: 20px;
}
.input-num {
    width: 40px;
    background-color: transparent;
    border: none;
    text-align: center;
    height: 40px;
    display: block;
}

.cart__item-button {
    width: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.cart__item-button img {
    width: 16px;
}

.cart__item-close {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
    text-decoration-line: underline;
    font-family: var(--tk-quasimoda);
    cursor: pointer;
    display: inline-block;
}

.cart-minimum {
    margin-bottom: 34px;
}

.cart__item-subtotal {
    display: flex;
    flex-flow: column;
    height: calc(100% - 103px);
    justify-content: space-between;
}

.cart__bottom {
    border-top: 1px solid #000;
    padding-top: 13px;
}

.cart__order-total {
    display: flex;
    justify-content: space-between;
}

.cart__order-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 25.2px */
    text-transform: uppercase;
    font-family: var(--tk-gelica);
}

.cart__subtotal {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 25.2px */
    text-transform: uppercase;
    font-family: var(--tk-quasimoda);
}

.cart__tax {
    margin-top: 7px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    font-family: var(--tk-quasimoda);
    text-align: right;
    margin-bottom: 15px;
}

.btn_checkout {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    /* 88.889% */
    text-transform: uppercase;
    font-family: var(--tk-quasimoda);
    background-color: #000;
    color: #fff;
    display: block;
    padding: 0 15px;
    border-radius: 40px;
    text-align: center;
}

.cart-backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}

.cart {
    max-width: 486px;
    left: inherit;
    right: 0;
}

.cart-btn {
    width: 100%;
}

.cart-btn .btn {
    display: block;
    width: 100%;
}

.collection {
    margin-top: 30px;
}

.collection-items {
    display: flex;
    flex-flow: column;
    gap: 30px 16px;
}

.collection-items .best-sellers-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* .shop-range-item {
    width: 24%;
} */

.wellness-scoop-wrap {
    padding: 64px 0;
}

.wellness-scoop-content {
    width: 40.102362%;
}

.wellness-scoop-content_ice-cream {
    width: 41.10236220472441%;
}

.wellness-scoop-wrap.ice-cream {
    padding: 81px 0 65px;
}

.wellness-scoop-wrap.fibre {
    padding: 64px 0;
}

.wellness-scoop-content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
}

.wellness-scoop-content_fibre h3 {

    margin-bottom: 24px;
}

.wellness-scoop-content_ultra-processed h3 {
    margin-bottom: 32px;
}

.wellness-scoop-content_ultra-processed p {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

.wellness-scoop-content_fibre p {
    padding-bottom: 24px;
}

.wellness-scoop-thumb_fibre {
    padding-top: 0;
}

.wellness-scoop-content_ice-cream h6 {
    color: var(--primary-black);
    font-family: var(--tk-quasimoda);
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 24px;
}

.wellness-scoop-thumb {
    position: relative;
}

.wellness-scoop-thumb-text {
    position: absolute;
    color: var(--card-bg);
    font-family: var(--tk-gelica);
    font-size: 38px;
    font-weight: 500;
    line-height: 110%;
    text-transform: none;
    bottom: 44px;
    left: 48px;
    right: 34px;
}

.wellness-scoop-thumb_story {
    width: 49.2%;
}

.wellness-scoop-thumb figure img {
    height: auto;
    object-fit: unset;
}

.wellness-scoop-inner {
    align-items: center;
}

.wellness-scoop-content {
    padding-top: 0;
}

.wellness-scoop-btn {
    padding-bottom: 0;
}



/* compare start */
.us-them-wrap .common-wrap {
    max-width: 715px;
}

.us-them-inner {
    /* background-color: #ffeed7; */
    position: relative;
    z-index: 10;
}

.row-item.large-item {
    width: 221px;
}

.row-item {
    width: 165px;
}

.us-them-title-list ul li {
    padding: 12px 16px;
}

.us-them-wrap {
    padding: 56px 0 58px;
}

.us-them-container {
    background-color: #ffeed7;
}

.us-them-bottom {
    text-align: center;
    max-width: 629px;
    margin: 25px auto 0;
}

.us-them-headding {
    padding-bottom: 36px;
}

.us-them-bg1 {
    position: absolute;
    top: 0;
    left: 0;
}

.us-them-bg2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tab__select-wrap {
    width: 100%;
    max-width: 171px;
    margin: 0 auto;
    position: relative;
}

.tab__select-wrap:before {
    content: url(arrow_down.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    line-height: 0;
}

.tab__select {
    color: var(--primary-black);
    font-family: var(--tk-quasimoda);
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 60px;
    border: 1px solid #000;
    background: var(--primary-mdr-gold-lt);
    padding: 0 44px;
}

.tab__select-wrap:after {
    content: url(radio_check.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    line-height: 0;
}

.us-item-title {
    padding: 0 5px;
}

/* compare end */



/* hero collection start */

.hero-collection__inner {
    position: relative;
}

.hero-collection__content {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    text-align: center;
}

.hero-collection__content h2 {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
}

/* hero collection end */



/* collection text start */
.collection-text__inner {
    padding: 32px 0 66px;
}

.collection-text__img {
    max-width: 203px;
    margin: 0 auto 24px;
}

.collection-text__content {
    text-align: center;
}

.collection-text__content h4 {
    font-family: var(--tk-quasimoda);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
}

.collection-text__content h5 {
    font-family: var(--tk-quasimoda);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.collection-text__content h5 img {
    line-height: 0;
}

.collection-text__bottom {
    position: relative;
}

/* collection text end */


/* img with video start */
.inside-kitchen-content h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 42px;

}



.inside-kitchen-content-wrap {
    width: 50.48%;
}

.inside-kitchen-video {
    width: 49.51388%;
    height: 774px;
}

.inside-kitchen-video.inside-kitchen-video_story {
    height: 100%;
}

.inside-kitchen-illustrator {
    margin-bottom: 32px;
}

.bottom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.co-founder {
    padding-bottom: 32px;
}

/* img with video end */


/* collection grid start */

.shop-range-item {
    position: relative;
}

.shop-range-btn {
    color: #FFF;
    font-family: var(--tk-quasimoda);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background-color: var(--primary-black);
    padding: 12px;
    border: none;
    width: 100%;
    border-radius: 60px;
    margin-top: 12px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.shop-range-thumb-title h5,
.coming-soon__inner {
    color: var(--primary-black);
}

.shop-range-thumb-title h5 {
    font-weight: 400;
    line-height: 34px;
}

.shop-range-thumb-title {
    padding-top: 12px;
}

.shop-range-thumb-title h6 {
    font-weight: 800;
    line-height: 27px;
    padding-top: 0;
}

/* .shop-range-thumb-title {
    padding: 12px 0 0;
} */

.shop-range.shop-range_collection,
.shop-range.shop-range_product {
    padding: 0 0 125px;
}

.shop-range.shop-range_product {
    padding-top: 17px;
}

.shop-range.shop-range_science {
    padding: 80px 0 125px;
}

.shop-range-thumb-title_opacity {
    opacity: 0.2;
}

/* collection grid end */


/* product slide */
.slick-vertical .product__side-img-item.slick-slide {
    border: none;
}

.product__side-img-wrap {
    /* max-height: 307px; */
    overflow: hidden;
}

/* product slide */

.subscrive-btn {
    width: 32.6366%;
}

.page-404__button a {
    color: var(--primary-black);
}










/* footer */
.footer-logo a {
    width: 248px;
}

.footer-wrap {
    background-color: #F6F5F1;
}

.privacy ul li:last-of-type + span{
    display: none;
}





/* 404 start */
.page-404__inner {
    text-align: center;
    padding: 170px 0;
}

.page-404__top {
    margin-bottom: 18px;
}

.page-404__title {
    margin-bottom: 22px;
}

.page-404__button {
    margin-top: 34px;
}

.page-404 .main-wrap {
    min-height: auto;
}

/* 404 end */

/* page start */
/* .main-page {
    padding: 80px 0;
} */

.main-page-wrap {
    width: 100%;
}

.main-page h2,
.main-page h1 {
    margin-bottom: 34px;
    color: var(--primary-black);
}

.main-page p {
    margin-bottom: 30px;
}

.main-page a {
    color: var(--primary-black);
    text-decoration: underline;
}

.main-page li {
    font-family: var(--tk-quasimoda);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.main-page ul {
    list-style: disc;
}

.main-page ul,
.main-page ol {
    margin-bottom: 30px;
    list-style-position: inside;
}



/* page end */



/* tab-collection start */
.shop-range-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: scroll;
    width: calc(100% + 40px);
    margin: 0 -20px;
}



.shop-range-tab::-webkit-scrollbar{
    display: none;
}

.shop-range-butn{
    background-color: transparent;
    border: none;
    float: left;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    font-family: var(--tk-quasimoda);
    color: #ddd2be;
    font-size: 18px;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

.shop-range-butn:first-of-type {
    /* padding: 0 0 0 233px; */
    padding: 0 0 0 20px;
}

.shop-range-butn:last-of-type{
    padding: 0 20px 0 0;
}



.shop-range-butn.active{
    text-decoration: underline;
    color: var(--primary-black);
}

.shop-range-des {
    max-width: 840px;
    margin: 0 auto;
    padding: 27px 0 0;
    text-align: center;
    font-size: 16px;
}


/* tab-collection end */








@media (min-width:1024px) {
    .hero-wrap{
        overflow: hidden;
        padding-top: 120px;
        display: flex;
        align-items: center;
        padding-bottom: 62px;
        height: auto;
    }
    .hero-bg {
        height: 100%;
    }

    /* hero start */
    .hero-btn {
        padding-top: 36px;
    }
    .hero-review{
        max-width: 306px;
    }

    /* hero end */
    .product-title-btn.mobi {
        padding-bottom: 12px;
        position: absolute;
        width: 100%;
        left: 0;
        display: block;

        opacity: 0;
        visibility: hidden;
    }

    .best-sellers-item:hover .product-title-btn.mobi {
        opacity: 1;
        visibility: visible;
    }

    .best-sellers-item:hover .thumb-hover {
        opacity: 1;
    }

    .us-them-items {
        position: relative;
    }

    .row-item {
        height: fit-content;
    }

    .us-them-container {
        position: relative;
        /* max-height: 495px; */
        overflow-y: auto;
    }

    .us-them-title-thumb {
        position: sticky;
        top: 0;
        background-color: #ffeed7;
    }

    .us-them-container::-webkit-scrollbar {
        width: 6px;
    }

    .us-them-container::-webkit-scrollbar-track {
        background-color: #f4e2c9;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .us-them-container::-webkit-scrollbar-thumb {
        background-color: #cdbda7;
        outline: none;
    }

    .us-them-title-thumb.title-white {
        background-color: var(--chocolate-dk);
    }

    .product__side-img-item {
        background-color: #F6F5F1;
        border-radius: 5px;
        overflow: hidden;
    }

    .product__wrapper {
        align-items: flex-start;
    }

    .product__left {
        position: sticky;
        top: 50px;
    }

    .inner-pages .main-header {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    }

    .recommended-products {
        justify-content: center;
        gap: 0 32px;
    }

    .collection-items {
        flex-flow: wrap;
    }

    .collection-items .best-sellers-item {
        flex: 1 0 20%;
        max-width: calc(25% - 7px);
    }

    .collection {
        margin-top: 50px;
    }








    /* img with text start */
    .wellness-scoop-content_ice-cream p {
        padding-bottom: 24px;

    }

    .wellness-scoop-content_ice-cream strong {
        line-height: 25px;
        font-size: 20px;
    }

    .wellness-scoop-btn_ice-cream a {
        margin-top: 14px;
    }


    .wellness-scoop-wrap.fibre {
        padding: 64px 0 53px;
    }



    .fibre .wellness-scoop-inner {
        align-items: center;
    }

    .wellness-scoop-content h3 {
        font-size: 38px;
        line-height: 110%;
    }

    .wellness-scoop-content_fibre {
        padding: 0;
    }

    .wellness-scoop-content_fibre p {
        padding: 0;
    }

    .section.wellness-scoop-wrap.ice-cream {
        padding: 80px 0 64px;
    }

    .ultra-processed {
        padding: 64px 0 80px;
    }

    .wellness-scoop-content_ultra-processed h3 {
        margin-bottom: 24px;
    }

    .wellness-scoop-content_ultra-processed p {
        font-size: 20px;
        font-weight: 400;
        line-height: 140%;
    }

    /* img with text end */




    /* hero collection start */
    .hero-collection__content {
        top: 59px;
    }

    .hero-collection__content h2 {
        font-size: 64px;
        font-weight: 500;
        line-height: 90%;
    }


    .hero-collection__bg img {
        max-height: 355px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    /* hero collection end */

    /* collection text start */
    .collection-text__inner {
        padding: 43px 0 79px;
    }

    .collection-text__img {
        margin: 0 auto 18px;
    }

    .collection-text__content {
        max-width: 519px;
        margin: 0 auto;
    }

    .collection-text__content h4 {
        font-size: 22px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 18px;
    }

    /* collection text end */


    /* image with video */
    .co-founder-pic img {
        width: 59px;
        height: 65px;
        border-radius: 5px;
    }



 /* tab-collection start */
    .shop-range-des {
        font-size: 20px;
    }

    section.shop-range.shop-range_tab-collection {
        padding: 0 0 90px;
    }

    .shop-range-butn,
    .shop-range-butn:first-of-type,
    .shop-range-butn:last-of-type    {
        padding: 0;
    }

    .shop-range-tab{
        justify-content: center;
    }
    /* tab-collection end */






}















.variant__item_left{
    position: relative;
}
.free {
    font-size: 11px;
    position: absolute;
    right: 15px;
    background-color: #CA5125;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    font-family: var(--tk-quasimoda);
    font-weight: 700;
}
.faq__content p{
    margin-bottom: 20px;
}
.faq__content p:last-child{
    margin-bottom: 0;
}
.faq__item-wrap ul li,
.faq__item-wrap ol li{
    margin-bottom: 10px;
}
.faq__item-wrap ul li:last-child,
.faq__item-wrap ol li:last-child{
    margin-bottom: 0;
}
.cart__note-trigger {
    cursor: pointer;
    margin-bottom: 7px;
    text-decoration: underline;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: var(--tk-quasimoda);
}
.cart__note-input {
    width: 100%;
    padding: 5px;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .2);
    font-family: var(--tk-quasimoda);
    font-size: 16px;
}
.cart__note {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    left: 0;
    bottom: 210px;
}
/* .cart__note-input-wrap {
    display: none;
} */




@media (max-width:767px) {
    .coming-soon {
        opacity: 1;
    }

    .shop-range {
        padding: 48px 0 16px;
    }

    .top-header {
        position: relative;
        z-index: 12;
    }

    .navShown {
        overflow: hidden;
    }

    .row-item:nth-child(4),
    .row-item:nth-child(5),
    .row-item:nth-child(6) {
        border-right: 0;
    }

    .us-them-headding {
        padding-bottom: 15px;
    }

    .us-them__tab {
        display: block;
        margin-bottom: 20px;
        width: calc(100% + 20px);
        margin-right: -20px;
    }

    .tab__items {
        display: none;
        /* display: flex; */
        flex-flow: nowrap;
        gap: 0 10px;
        overflow-y: auto;
    }

    .tab__item {
        font-family: var(--tk-quasimoda);
        white-space: nowrap;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.10);
        color: #000;
        padding: 14px 28px 10px;
        border-radius: 60px;
    }

    .tab__items::-webkit-scrollbar {
        width: 1px;
        opacity: 0;
    }

    .tab__items::-webkit-scrollbar-track {
        opacity: 0;
        height: 1px;
    }

    .tab__items::-webkit-scrollbar-thumb {
        opacity: 0;
        height: 1px;
    }

    .tab__item.active {
        background-color: #000;
        color: #fff;
    }

    .compare-row {
        display: none;
    }

    .compare-row.active {
        display: block;
        border-right: 0;
    }



    .wellness-scoop-content p {
        padding-bottom: 32px;
    }

    .wellness-scoop-btn a {
        width: 100%;
    }

    .shop-range_tab-collection {
        padding: 48px 0 24px;
    }

  .tab-collection-wrap .flex-box{
    /*gap: 50px 10px;*/
    gap: 0;
  }
  .shop-range-des{
    margin-bottom: 25px;
  }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    /* .mega-menu {
        display: none !important;
    } */

    /* announcement bar start */
    .container-text.desk {
        display: none;
    }

    .top-header {
        padding: 3px 0 5px;
    }
    .container-text{
        padding: 0 10px;
    }

    .container-text span,
    .container-text strong {
        font-size: 12px;
    }
    .container-text span a{
        font-size: 12px;
        padding-left: 5px;
    }

    /* announcement bar end */

    /* hero start */
    
    .bottom-txt,
    .hero-star {
        display: none;
    }
    .hero-review{
        top: inherit;
        bottom: 0;
        transform: translateY(50px);
        position: relative;
        float: left;
    }
.hero-wrap + .shopify-section .wellness-scoop-wrap{
    padding-top: 191px !important;
}
    .hero-sticker {
        position: absolute;
        top: -47px;
        left: 18px;
    }

    .hero-content h1 {
        /* max-width: 299px; */
    }

    .hero-wrap {
        padding-top: 61px;
    }



    /* hero end */
    .wellness-scoop-content {
        width: 100%;
    }

    .wellness-scoop-btn_ice-cream {
        padding-bottom: 0;
    }

    .wellness-scoop-btn_ultra-processed {
        padding-bottom: 0;
    }

    .wellness-scoop-wrap.ice-cream {
        padding: 48px 0 63px;
    }

    /* .wellness-scoop-btn_story {
        padding-bottom: 0;
    } */



    /* compare start */
    .us-them-wrap {
        padding: 44px 0;
    }

    .us-them-bg1,
    .us-them-bg2 {
        display: none;
    }

    .us-them-headding {
        padding-bottom: 24px;
    }

    .us-them__tab {
        margin-bottom: 24px;
    }

    p.us-them-bottom {
        font-size: 16px;
        line-height: 140%;
        max-width: 335px;
        text-align: left;
    }

    /* .us-them-title-list ul li {
        width: 90px;
    } */

    .row-item.large-item .us-them-title-list ul li {
        width: 158px;
    }

    /* .row-item.compare-row .us-them-title-list ul li {
        width: 84px;
    } */


    .wellness-scoop-thumb_story {
        width: 100%;
    }

    .wellness-scoop-thumb-text {
        font-size: 28px;
        line-height: 120%;
        bottom: 20px;
        left: 18px;
        right: 20px;
    }

    .wellness-scoop-wrap {
        padding: 48px 0;
    }

    .wellness-scoop-wrap.ultra-processed {
        padding: 64px 0;
    }

    .wellness-scoop-content_ice-cream h2 {
        padding-bottom: 32px;
    }

    .wellness-scoop-content_ice-cream h6,
    .wellness-scoop-content_ice-cream p {
        color: var(--primary-black);
        font-family: var(--tk-quasimoda);
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        padding-bottom: 24px;
    }

    .wellness-scoop-content_ice-cream h6 {
        line-height: 15px;
    }

    .wellness-scoop-content h6 img {
        line-height: 0;
    }

    .wellness-scoop-btn_ice-cream {
        margin-top: 8px;
    }

    /* compare end */



    .best-sellers-wrap {
        padding-bottom: 24px;
    }




    /* img with video start */
    .inside-kitchen-content-wrap {
        width: 100%;
    }

    .inside-kitchen-video {
        width: 100%;
        height: 500px;
    }

    .inside-kitchen-illustrator {
        display: none;
    }

    .inside-kitchen-content h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 120%;
        padding-bottom: 32px;
    }

    .inside-kitchen-content {
        padding: 44px 0;
    }

    .co-founder {
        margin-bottom: 44px;
    }


    .co-founder-pic span {
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        text-transform: uppercase;
    }

    .co-founder {
        margin-bottom: 0;
    }

    /* img with video end */

    /* shop product start */
    .shop-range-btn {
        margin-top: 8px;
    }

    .shop-range-thumb-title {
        padding: 8px 0 32px;
    }

    .shop-range-headding {
        padding-bottom: 40px;
    }

    .shop-range-thumb-title h5 {
        font-size: 18px;
        font-weight: 600;
    }

    .shop-range-thumb-title h6 {
        font-weight: 700;
    }

    .shop-range.shop-range_collection {
        padding: 0 0 45px;
    }

    .shop-range.shop-range_product {
        padding: 0 0 77px;
    }

    .shop-range.shop-range_product {
        padding-top: 45px;
    }

    .shop-range.shop-range_science {
        padding: 48px 0 77px;
    }



    /* shop product end */


    /* 404 start */
    .page-404__inner {
        padding: 100px 0;
    }

    .page-404__top {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 25px;

    }

    .page-404__title {
        margin-bottom: 19px;
    }

    .page-404__button {
        margin-top: 25px;
    }

    /* 404 end */

    /* page start */
    .main-page h1 {
        font-size: 50px;
        line-height: 100%;
    }

    .main-page h2 {
        font-size: 45px;
        line-height: 100%;
    }

    .main-page p {
        margin-bottom: 15px;
    }

    .main-page ul,
    .main-page ol {
        margin-bottom: 15px;
    }

    /* .main-page {
        padding: 50px 0;
    } */

    /* page end */

    
    .free {
        right: -20px;
    }
    .variant__item_right {
        width: 60px;
    }
    .product__variant-select {
        width: 100%;
    }
    .product__variant-select-wrap:before {
        right: 15px;
    }


     /* tab-collection start */
     .tab-collection-wrap .best-sellers-item {
        /*flex: 1 0 40%;*/
               flex: 0 0 50%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .tab-collection-wrap .product-title{
        padding-bottom: 25px;
    }

    .tab-collection-wrap .product-title-btn.mobi{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
     /* tab-collection end */
}

.product-form__submit,
.product-form__submit.button,
.btn-black card-button,
.product-title button,
.paroduct__btn, 
.shopify-payment-button__button {
  background-color: #F8CB79; 
  color: #000000;
  border: none;   