/** Shopify CDN: Minification failed

Line 1783:25 Expected ":"

**/
/* collapsible start */
.collapsible-content-contact_image {
    position: absolute;
    right: -55px;
    bottom: 0;
    width: 161px;
}
.collapsible-content .section-header__title {
    text-transform: none
}
.collapsible-content-block__heading {
    letter-spacing: -0.05em;
}
@media screen and (min-width: 576px) {
    .collapsible-content .collapsible-content-wrapper .collapsible-content-contact {
       padding: 78px 44px 75px 66px;
    }
    .collapsible-content-contact_image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 260px;
    }
}
.collapsible-content .collapsible-content-contact {
    padding: 58px 40px 54px 21px;
    overflow: hidden;
}
@media(max-width: 576px) {
    h6.collapsible-content-block__heading {
        padding-right: 7rem ;
        font-size: 16px;
        line-height: 180%;
        letter-spacing: 0;
    }
    .collapsible-content-block .accordion details summary {
        padding: 2rem 0;
    }
    div.collapsible-content-wrapper {
        gap: 43px;
    }
    h4.collapsible-content-contact_title {
        font-size: 26px
    }
    .collapsible-content-contact_desc.richtext__content {
        font-size: 18px
    }
    .collapsible-content div.collapsible-content-contact {
            padding: 57px 20px;
    }
}
/* collapsible end */

/* multicolumn start */
.multicolumn .multicolumn-card__image-size-medium {
    width: 7.2rem;
}
.multicolumn-card__info-title p {
    margin: 0
}
@media(min-width: 1800px) {
   .multicolumn .container {
        padding-right: 7rem;
        padding-left: 7rem;
    }
    .multicolumn .container .multicolumn-list__wrapper {
        column-gap: 6rem;
    }
}
@media screen and (min-width: 990px) {
    .multicolumn .multicolumn-list__item .multicolumn-card__image-wrapper {
        margin-bottom: 2.9rem;
    }
    
}
@media(max-width: 767px) {
    .multicolumn .container .multicolumn-list__wrapper {
            padding: 0 13px;
                margin: 0;
    }
    .multicolumn .container .multicolumn-list__wrapper  .h5.multicolumn-card__info-title  {
        font-size: 31px;
        line-height: 120%;
        letter-spacing: 0.016em;
    }
    .multicolumn .container .multicolumn-list__wrapper .richtext__content.multicolumn_card-desc {
        font-size: 18px;
        line-height: 140%;
    }
    .multicolumn .container .multicolumn-list__wrapper .multicolumn-card__image-wrapper {
        margin-bottom: 33px
    }
    .multicolumn .container .multicolumn-list__wrapper .multicolumn-list__item  {
        min-height: 238px
    }
}
/* multicolumn end */


/* imageTextIcons start*/
.imageTextIcons__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8rem;
}
.imageTextIcons__wrap >div {
    width: 50%
}
.imageTextIcons__image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imageTextIcons__title {
        margin-bottom: 16px;
}
.imageTextIcons__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 33px auto 0;
    justify-items: center;
}
.imageTextIcons__item {
    max-width: 177px;
    text-align: center;
}
.imageTextIcons__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}
.imageTextIcons__icon img {
    width: 72px;
    height: 72px;
}
.imageTextIcons__itemTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}
@media(max-width: 991px) {
    .imageTextIcons__items {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }
    .imageTextIcons__wrap {
        flex-direction: column;
        gap: 16px
    }
    .imageTextIcons__wrap >div {
        width: 100%
    }
}
@media(max-width: 767px) {
    section.imageTextIcons  {
            padding-top: 10px;
    }
    .imageTextIcons__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 31px
    }
    .imageTextIcons__icon img {
        width: 48px;
        height: 48px;
    }
    .imageTextIcons__title {
         margin-bottom: 16px;
        text-align: center;
    }
    .imageTextIcons__itemTitle {
        font-size: 18px;
        line-height: 160%;
       
    }
    .imageTextIcons__text {
        text-align: center;
        line-height: 1.1875;
    }
    .imageTextIcons__icon {
        margin-bottom: 16px;
    }
}
@media(max-width: 540px)  {
    .imageTextIcons__image {
        height: 164px;
    }
}
/* imageTextIcons end */


@media(max-width: 990px) {
    .image-with-text__grid .multicolumn .multicolumn-list__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }
    
}
.image-with-text__grid .multicolumn  .multicolumn-list  .multicolumn-list__wrapper {
    margin-left: 0
}
.video-section video {
    width: 100%;
    height: 100%;
    border-radius: 8px
}
/* header start */
.header__menu li a {
    color: #004369;
}
.header .list-menu-has-child>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header .list-menu-has-child>a span {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header .list-menu-has-child>a span:after{
    content: "";
    border: 5.3px solid transparent;
    border-top: 5px solid #0e283c;
    transform: translateY(2px);
        transition: 0.3s;
}
.header .list-menu-has-child:hover>a span:after{
    transform: translateY(-2px) rotate(180deg);
}

.header .list-menu--inline>li.list-menu-has-child:hover>.header__menu-item:after {
    opacity: 0
}
@media (max-width: 750px) {
    .announcement-bar__text {
        flex-direction: row;
        max-width: 100%;
    }
    .header .menu-drawer__inner-submenu {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1099px) {
    .menu-drawer__menu .menu-drawer__menu {
       padding-left: 20px;
    }
}
@media screen and (min-width: 1360px) {
    .header-top__right {
        gap: 2.93rem;
    }
}
/* header end */

/* slideshow start */
.slideshow-slide__headline p {
    font-weight: 500;
    font-size: 24px;
    margin: 0 ;
}
.slideshow-slide__title p {
    margin: 0
}
.slideshow .slideshow__swiper .slideshow-swiper__slide .slideshow-slide {
    --slide-height: 45.5%;
}
.body-template-index .slideshow .slideshow__swiper .slideshow-swiper__slide .slideshow-slide {
    --slide-height: 42%;
}
.slideshow .slideshow-slide__title {
    margin: 0 0 2.4rem;
}
.slideshow-slide__headline {
    margin-top: 4px;
}
.slideshow-slide__buttonFlex {
    display: flex;
    gap: 16px;
}
.slideshow-slide__button {
    
    padding-top: 3.1rem;
}
.slideshow-slide__button .button--outline {
        min-width: 233px;
}
.slideshow-bottom__wrapper .additional-text__desc p {
    color: #fff;
}
.slideshow-bottom__wrapper .additional-text__icon {
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.2);
}
.slideshow-bottom__wrapper .additional-text__icon svg path {
    stroke: #fff;
}
@media only screen and (min-width: 1540px) {
    body:not(.body-template-index) .slideshow-slide__title {
        font-size: 62px; 
        letter-spacing: 0.04rem;
    }
    body:not(.body-template-index) .slideshow-slide__headline {
       margin-top: -8px;
    }
    .slideshow-slide.custom_vertical .slideshow-slide__text {
            margin-top: -60px !important;
    }
    .slideshow-slide.custom_vertical  {
             min-height: 880px;
    }

}
@media screen and (min-width: 1100px) {
    .slideshow .slideshow-slide__text {
        padding: 40px 0;
    }
}
@media(min-width: 768px) {
    .slideshow .slideshow-slide__img .mobile {
        display: none;
    }
}
@media(max-width: 767.9px) {
    .slideshow-slide__buttonFlex {
       flex-direction: column;
    }
    .slideshow .slideshow-slide__img .desktop {
        display: none;
    }
    .slideshow-slide__headline p {
        font-size: 20px;
        margin: 0;
    }
    .slideshow-slide__headline {
        margin-top: 0px;
    }
    .slideshow-slide__desc {
        font-size: 16px;
        line-height: 175%;
    }
    .slideshow .slideshow-slide__title {
        margin: 0 0 1.8rem;
    }
    .slideshow-slide__button .button {
        font-size: 15px
    }
    div.slideshow-slide__button {
        padding-top: 2rem;
    }
    .body-template-index .slideshow .slideshow-slide__text {
        padding: var(--slideshow-bottom) 0 calc((19rem) + 6rem);
    }
    body:not(.body-template-index) .slideshow-slide__headline p {
        font-size: 16px
    }
    body:not(.body-template-index) .slideshow-slide__title {
        font-size: 32px
    }
    body:not(.body-template-index) .slideshow-slide__desc {
        line-height: 137%;
    }
    body:not(.body-template-index) .slideshow .slideshow-slide__text {
       padding: var(--slideshow-bottom) 0 33rem
    }
    .slideshow-slide.custom_vertical .slideshow-slide__title {
        font-size: 30px;
    }
    .slideshow-slide.custom_vertical div.slideshow-slide__text {
        padding-top: 46px;
        padding-bottom: 35.5rem;
    }
    .slideshow-slide.custom_vertical .slideshow-slide__desc {
        font-size: 20px;
        line-height: 140%;
    }
    body:not(.body-template-index) .slideshow-slide {
            min-height: 644px;
    }
}
/* slideshow end */


/* .cards-grid start */
.cards-grid__item.simple_cards {
    flex-direction: column;
}
.cards-grid__item.simple_cards .cards-grid__heading  {
    margin-bottom: 12px;
}
.cards-grid__item.simple_cards .cards-grid-text {
    font-size: 20px;
    max-width: 490px;
}
.cards-grid__item.simple_cards .cards-grid__link:empty {
    display: none
}
.cards-grid__item.simple_cards .cards-grid__image {
    position: relative;
    border-radius: 8px 

}
.cards-grid__item.simple_cards .cards-grid__info {
    padding: 22px 0 0 0;
    justify-content: space-between;
}
.cards-grid__item.simple_cards:after {
    content: "";
    display: block;
    padding-bottom: 0;
}
@media screen and (min-width: 1100px) {
    .cards-grid .simple_cards .cards-grid__button-wrapper {
        margin-bottom: 0;
        margin-top: 38px;
        opacity: 1;
        transform: none;
    }
    .cards-grid__wrapper {
        padding: 0 6px;
        margin-top: -3px;
    }
}
@media(max-width: 767px) {
    .cards-grid__item.simple_cards .cards-grid__image {
        aspect-ratio: 0.8;
    }
    .cards-grid__item.simple_cards .cards-grid__heading {
        margin-bottom: 22px;
        font-size: 24px;
    }
    .cards-grid__item.simple_cards .cards-grid__info {
        padding: 31px 0 0;
    }
    .cards-grid .cards-grid__wrapper {
        gap: 4rem;
    }
}
/* .cards-grid end */

.shopify-challenge__button, .button, .customer .button {
    font-size: 1.6rem;
}
.popular-products .button {
    font-size: 1.8rem;
}
@media(max-width: 767px) {
   
    .popular-products .section-header__line {
        padding-bottom: 2rem;
    }
    .popular-products .swiper-pagination.swiper-pagination-default {
        padding-top: 4.5rem;
    }
}



/* collection-carousel start*/
.collection-carousel div.collection-carousel-box {
    gap: 7rem ;
    margin-bottom: -8px;
}
.collection-carousel div.collection-carousel-btn {
    margin-top: 2.3rem;
}
@media (max-width: 767px) {
    .collection-carousel .collection-carousel-img img {
            aspect-ratio: 0.744;
    }
    .collection-carousel div.collection-carousel-box {
        gap: 34px;
        margin-bottom: 0;
    }
    collection-carousel-heading.h3 {
        font-size: 26px
    }
    .collection-carousel-text.richtext__content {
        font-size: 16px;
        line-height: 175%;
    }
    .collection-carousel div.collection-carousel-btn {
        margin-top: 2rem;
    }
    .collection-carousel .collection-carousel-wrapper  .collection-carousel__slider {
        margin-top: 4rem;
    }
    .collection-carousel .swiper-pagination.swiper-pagination-default {
        padding-top: 4.5rem;
    }
}
/* collection-carousel end */


/* video start */
#shopify-section-template--24826746437970__video_h3TeNT {
    --image-height: 65.7vh;
}
.video-section__img img {
    border-radius: 8px
}
@media(max-width: 767px) {
    .video-section .video-section__media {
        min-height: 14rem;
    }
}
/* video end */

/* howItWorks custom section start */
.howItWorks .section-header__title {
    font-size: 60px
}
.howItWorks__main {
    margin-top: 28px;
    width: 59%
}

.howItWorks__items {
    padding: 40px 0 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 4.3vw
}

.howItWorks__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

.howItWorks__icon {
    width: 86px;
    margin-bottom: 7px
}

.howItWorks__itemTitle {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 4px
}

.howItWorks__text {
    font-size: 18px;
    line-height: 140%
}

.howItWorks__bgImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
       width: 39.75%;
}
.howItWorks__bgImage img {
        max-width: 100%;
}

@media (max-width: 1640px) and (min-width: 1201px) {

    .howItWorks__itemTitle {
        font-size: 2vw;
    }
}

@media (max-width: 1200px) {
    .howItWorks__items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 991px) {
    .howItWorks .section-header__title {
        font-size: 26px
    }
    .howItWorks__main {
        width: 100%
    }

    .howItWorks__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .howItWorks__bgImage {
        width: 100%
    }
}

@media (max-width: 767px) {
   
    .howItWorks .h2 {
        text-align: center
    }

    .howItWorks__main {
        margin-top: 0
    }

    .howItWorks__items {
        padding: 9px 0 21px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 26px
    }

    .howItWorks__inner {
        padding-top: 40px
    }

    .howItWorks__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px
    }

    .howItWorks__icon {
        width: 60px;
        margin-bottom: 0px
    }

    .howItWorks__itemTitle {
        font-size: 20px;
        margin-bottom: 8px
    }

    .howItWorks__text {
        font-size: 16px
    }
}
/* howItWorks custom section end */

/* Scrolling Logos start */
.scrollingLogos {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.scrollingLogos .section-header__title {
    text-align: center;
    margin-bottom: 10px
}

.scrollingLogos__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 40px 0 36px;
}

.scrollingLogos .marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.scrollingLogos__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.scrollingLogos__item img {
    max-height: 48px
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@media(max-width: 767px) {
    .scrollingLogos .section-header__title {
        font-size: 28px;
    }
    .scrollingLogos  {
        padding: 16px 0
    }
    .scrollingLogos__inner {
        padding: 8px 0 13px;
    }
}

/* Scrolling Logos end */


/* image-with-text start */
.image-with-text__grid .image-with-text__heading {
  letter-spacing: -0.05em;
  margin: 0;
}
.image-with-text__text-item .multicolumn_card-icon .header__heading-logo {
    width: 72px;
        height: 72px;
}
.image-with-text__text-item .multicolumn .multicolumn-list__wrapper {
    row-gap: 54px;
}
.image-with-text .image-with-text__grid .image-with-text__media-item img {
    border-radius: 0 !important
}
@media screen and (min-width: 1100px) {
    div.image-with-text .image-with-text__content.image-with-text__content-full_width {
        max-width: 800px;
    }
    .image-with-text__content.image-with-text__content-full_width .image-with-text__heading {
        margin-bottom: 12px;
        letter-spacing: 0;
    }
    .image-with-text .image-with-text__content.image-with-text__content-full_width  .multicolumn .multicolumn_card-icon {
        margin-bottom: 0;
    }
    .image-with-text .image-with-text__content.image-with-text__content-full_width .image-with-text__text {
        max-width: 650px;
    }
    .image-with-text__grid .image-with-text__content-full_width .multicolumn .multicolumn-list .multicolumn-list__wrapper {
        gap: 67px 40px;
    }
    .image-with-text__grid .image-with-text__content-full_width .multicolumn {
            max-width: 610px;
    }
}
@media(max-width: 767px) {
    .body-template-index .image-with-text .image-with-text__grid .image-with-text__media-item {
        max-height: 68vh;
    }
    body:not(.body-template-index) .image-with-text .image-with-text__grid .image-with-text__media-item {
        max-height: 73vh;
    }
    .image-with-text__grid .image-with-text__heading {
        letter-spacing: 0;
        font-size: 26px;
    }
    .image-with-text .image-with-text__text {
        font-size: 16px
    }
    .body-template-index .image-with-text__text-item .multicolumn_card-icon .header__heading-logo {
        width: 40px;
        height: 40px;
    }
    .image-with-text .image-with-text__grid .multicolumn {
        margin-top: 1.9rem;
    }
    .body-template-index .image-with-text .image-with-text__grid .multicolumn-card--title {
        margin-bottom: .4rem;
        font-size: 20px;
    }
    .image-with-text .multicolumn-card__info .richtext__content {
        font-size: 16px;
        line-height: 137%;
    }
    .image-with-text .image-with-text__grid .multicolumn .multicolumn_card-icon {
        margin-bottom: 0.6rem;
    }
    .image-with-text__text-item .multicolumn .multicolumn-list__wrapper {
        row-gap: 21px;
    }
    body:not(.body-template-index) .image-with-text .image-with-text__grid .multicolumn .multicolumn_card-icon {
        margin-bottom: 1rem;
    }
    body:not(.body-template-index) .image-with-text .multicolumn-card--title {
        margin-bottom: 8px;
        display: block;
    }
    body:not(.body-template-index) .image-with-text .multicolumn-card__info .richtext__content {
        line-height: 1.1875;
    }
}
/* image-with-text end */


/* image-with-text__icons_column start */
.image-with-text__icons_column .image-with-text__heading {
    font-size: 48px;
    line-height: 120%;
}
.image-with-text__icons_column .multicolumn .multicolumn-list__wrapper  {
    grid-template-columns: 1fr;
    gap: 35px !important
}
.image-with-text .image-with-text__icons_column .multicolumn {
    margin-top: 26px
}
.image-with-text .image-with-text__icons_column .multicolumn .multicolumn-card--image {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
}
.image-with-text__icons_column .multicolumn-card__info .multicolumn-card--title {
    margin-bottom: 5px;
}
@media screen and (min-width: 1100px) {
    .image-with-text .image-with-text__icons_column .image-with-text__media-item {
        height: 700px;
    }
}
@media screen and (min-width: 990px) {
    .image-with-text .image-with-text__icons_column .image-with-text__button-wrapper {
        margin-top: 33px;
    }
}
@media screen and (min-width: 1100px) {
    .image-with-text__icons_column .image-with-text__content-full_width .multicolumn {
        max-width: 100%;
    }
}
@media screen and (min-width: 1100px) {
    .image-with-text__icons_column .multicolumn-card__info p {
        font-size: 18px;
        line-height: 1.166;
    }
}
@media (max-width: 767px) {
    .image-with-text .image-with-text__icons_column .image-with-text__media-item {
        height: 465px;
    }
    .image-with-text__icons_column .image-with-text__heading {
        font-size: 26px;
    }
    .image-with-text .image-with-text__icons_column.image-with-text__grid {
        gap: 57px;
    }
    .image-with-text .image-with-text__icons_column .multicolumn {
        margin-top: 40px;
    }
    .image-with-text__icons_column .multicolumn .multicolumn-list__wrapper {
        gap: 40px !important;
    }
    .image-with-text__icons_column .multicolumn-card__info .multicolumn-card--title {
        font-size: 24px;
        margin-bottom: 4px !important;
    }
    .image-with-text .image-with-text__icons_column .multicolumn-card__info .richtext__content {
        line-height: 137% !important;
    }
     .image-with-text__icons_column .image-with-text__button-wrapper {
        text-align: center;
    }
}
/* image-with-text__icons_column end */


/* Guarantee start */
.guarantee {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0
}
.guarantee__icon {
    max-width: 216px
}
.guarantee__inner {
    display: flex;
    gap: 80px;
    max-width: 918px;
    margin: 0 auto
}
.guarantee .button {
    background: #98bc8f;
    font-size: 15px
}
.guarantee .button:hover {
    background: #80b673;
}
@media(min-width: 767px) {
    .guarantee__text {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
}
@media(max-width: 767px) {
    .guarantee {
        padding: 52px 0 87px
    }
    .guarantee__icon {
        max-width: 143px;
            margin: 0 auto;
    }
    .guarantee__inner {
        gap: 24px;
        flex-direction: column;
            text-align: center;
    }
    .guarantee__text {
        margin-bottom: 12px;
    }
    .guarantee__title {
        font-size: 24px
    }
}
/* Guarantee end */

.btn-buy-it-now {
    width: 100%
}
/* featured-product start*/
.featured-product .quantity__button,
.featured-product .product-form__quantity .quantity__input,
.featured-product .product-form__submit.button--primary {
    color: #f6715f;
} 
.featured-product .product-form__submit.button--primary {
    background: #fde3df;
}
.featured-product .product-form__submit.button--primary:hover {
    color: #fff
}
.product-form__quantity .quantity {
    background: #e5e5e5;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-color: rgb(var(--color-button));
}
@media(min-width: 1200px) {
    .featured-product .featured-product__media .product__media-list__container--large {
        height: 667px;
    }
}
@media(max-width: 767px) {
    .featured-product .section-header__title.h3 {
            line-height: 214%;
    }
    .featured-product .section-header__desc.richtext__content  {
        line-height: 137%;
    }
    .featured-product__main.product.product__stacked .media {
        padding-bottom: 129%;
    }
    .featured-product div.product__outer-placeholder {
        gap: 6.4rem;
    }
    .featured-product .product__title__wrapper {
        margin: 1.6rem 0 0;
    }
     .featured-product .price__regular {
        font-size: 24px
    }
    .featured-product .product-form__quantity {
        width: 100%
    }
}

/* featured-product end */

/* rich-text start */
.rich-text .rich-text__blocks.rich-text--header-type {
    text-align: left;
    width: 100%;
    padding-right: var(--main-padding);
    padding-left: var(--main-padding);
    margin-right: auto;
    margin-left: auto;
    max-width: var(--container-width);
}
.rich-text .rich-text__blocks.rich-text--header-type .rich-text__text h3 {
    margin:0
}
.rich-text .rich-text__blocks.rich-text--header-type .rich-text__text p {
    padding-top: 16px;
}

@media(min-width: 990px) {
    .rich-text__blocks.rich-text--header-type {
       
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .rich-text__blocks.rich-text--header-type>*+a {
        margin-top: 0;
    }
}
@media(max-width: 767px) {
    .rich-text__blocks.rich-text--header-type .rich-text__text h3 {
        font-size: 26px
    }
    .rich-text__blocks.rich-text--header-type .rich-text__text p {
       font-size: 16px !important;
        line-height: 175%;
    }
    .rich-text__blocks.rich-text--header-type a.button {
        margin-top: 2rem;
        font-size: 18px
    }
}
/* rich-text end */


/* tiktokSection start */
.tiktokSection {
    background: #fde3df;
}
.tiktokSection__head {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 40px;
}
.tiktokSection__head h3 {
    margin: 0;
}
.tiktokSection__button {
    background: #f6715f;
    font-weight: 500;
    font-size: 32px;
    line-height: 180%;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 1px 17px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.tiktokSection__swiperInner {
    position: relative;
    margin-bottom: -7px;
    
}
.tiktokSection__swiper {
   overflow: hidden
}
.tiktokSection__videocard {
    border-radius: 8px;
    position: relative;
}
.tiktokSection__videocard video {
    max-width: 100%;
    border-radius: 8px;
    aspect-ratio: 0.707;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tiktokSection .swiper-button-prev:after, 
.tiktokSection .swiper-rtl .swiper-button-next:after,
.tiktokSection .swiper-button-next:after, 
.tiktokSection .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.tiktokSection .swiper-button-prev,
.tiktokSection .swiper-button-next {
    background: none;
    width: 48px;
    height: 48px;
    top: 44%;
}
.tiktokSection__product {
    position: absolute;
    width: calc(90% - 40px);
    max-height: 30%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    display: flex;
    gap: 24px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    opacity: 0;
    transition: 0.4s;
}
.tiktokSection__productInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tiktokSection__videocard:hover .tiktokSection__product {
    opacity: 1;
}
.tiktokSection__collection {
    opacity: 0.56;
    margin-bottom: 3px;
}
.tiktokSection__title {
    margin-bottom: 8px;
}
.tiktokSection__title a {
    text-decoration: none;
}
.tiktokSection__productImg {
    border-radius: 8px;
    max-width: 103px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 0.8;
}
@media (max-width: 1500px) and (min-width: 1424px) {
    .tiktokSection__product {
        gap: 6px;
    }
    .tiktokSection__product {
        max-height: 33%;
    }
    .tiktokSection__title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .tiktokSection__head h3 {
        line-height: 222%;
    }
    .tiktokSection__button {
        font-size: 18px;
        padding: 5px 11px;
    }
    .tiktokSection__swiperContainer {
        padding: 0 ;
    }
    .tiktokSection__swiperInner {
        padding-left: 80px;
    }
    .tiktokSection .swiper-button-prev {
        top: 42%;
        left: 5px;
    }
    .tiktokSection .swiper-button-next {
         top: 42%;
         right: 8px;
    }
    .tiktokSection__product {
        width: calc(90% - 10px);
        bottom: 12px;
        padding: 8px;
        gap: 12px;
        border-radius: 8px;
    }
    .tiktokSection__productImg {
        max-width: 80px;
    }
    .tiktokSection__collection {
        font-size: 12px;
    }
    .tiktokSection__title {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .tiktokSection__price {
        font-size: 14px;
    }
}

/* tiktokSection end */

/* testimonials start */
.testimonials .testimonials__item-block .testimonials__text-item {
    justify-content: flex-start
}
.testimonials__slide-stars svg path {
    fill:#f5a552
}
@media (max-width: 767px) {
    .testimonials .section-header__title.h3 {
            margin-top: 15px;
    }
    .testimonials .section-header__line {
        padding-bottom: 13px
    }
    .testimonials .testimonials__author-img {
        aspect-ratio: 0.77;
    }
    .testimonials .testimonials__item-block .testimonials__text-item {
        padding: 33px 24px 33px;
    }
    .testimonials .testimonials__desc.richtext__content  {
        margin-top: 19px;
        line-height: 158%;
    }
    .testimonials .testimonials__text-item .testimonials__author-text {
        margin-top: 2rem;
        justify-content: flex-start;
        padding-left: 10px;
    }
}

/* testimonials end */

/*  textImage start*/
.textImage {
    padding: 2px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.textImage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.textImage__content {
    max-width: 776px
}


.textImage__title {
    font-size: 48px;
        line-height: 1;
    margin: 0;
}

.textImage__title span {
    font-family: 'Taviraj', sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize
}
.textImage__highlight--1 {
  color: #664188;
}

.textImage__highlight--2 {
  color: #ff7bb1;
}

.textImage__text {
    font-size: 20px;
    margin-bottom: 23px
}
.textImage__image {
    max-width: 100%;
}
@media (min-width: 991px) {
    .textImage__content {
        width: 50%;
        padding: 122px 0;
    }

    .textImage__image {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .textImage__content {
        padding: 38px 0;
    }
    .textImage__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
           gap: 0;
    }

    .textImage__title {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .textImage__text {
        font-size: 16px;
        line-height: 1.75;
            margin-bottom: 31px;
    }
    .textImage__image {
        padding-bottom: 30px;
    }
}
/*  textImage end*/

@media (max-width: 767px) {
    .section-header__line .section-header__title.h3 {
        font-size: 26px
    }
    .section-header__line .section-header__desc {
        font-size: 16px;
        line-height: 175%;
    }
    .product-markers .section-header__line .section-header__title__block {
        gap: 40px
    }
    .product-markers .section-header__line {
        padding-bottom: 20px;
    }
}

/* footer start */
@media screen and (min-width: 1360px) {
   .footer__logo-link {
        margin-right: 16px;
    }
    .footer__content-top .footer-block--logo:first-child {
        margin-right: 7.2vw;
    }
    .footer-block--menu {
        min-width: 121px
    }
    .footer__content-top .footer-block__heading {
        margin-bottom: 1.814rem;
    }
    .footer__content-top .footer-block__details-content {
        gap: 1.3rem;
    }
    .footer .footer__content-middle-container {
        padding-top: 6.0rem;
    }
    .footer__content-top .footer-block__heading {
        letter-spacing: -0.05em;
    }
    .footer .newsletter__text.richtext__content br {
        display: none;
    }
}
.footer-block .footer-block--logo-desc {
    margin-top: 3.3rem;
}
@media screen and (min-width: 1860px) {
    .footer__content-top .footer__blocks-wrapper {
        gap: 9.3rem;
    }
}
.newsletter-form__field-wrapper input,
.newsletter-form__field-wrapper input::placeholder {
    color: #0e283c !important;
}
.footer .newsletter-form__field-wrapper label.field__label {
    letter-spacing: -0.02em;
    color: #0e283c;
}
@media (max-width: 767px) {
    img.footer__logo {
        max-width: 302px;
    }
    .footer-block .footer-block--logo-desc {
        margin-top: 34px;
        padding-right: 20px;
        font-size: 15px;
        line-height: 140%;
    }
    .footer-block.footer-block--logo   {
        margin-bottom: 39px;
    }
    .footer .newsletter__title.title--section {
        font-size: 31px;
            letter-spacing: 0.01em;
    }
    .footer .footer-block.newsletter__form {
        margin-top: 40px
    }
    .footer .newsletter__form .newsletter__text {
        font-size: 18px;
        line-height: 140%;
    }
    .footer__column.footer-block.footer__column--social {
        margin-top: 35px;
    }
    .footer-block.footer__column--social .footer-block__heading {
        letter-spacing: -0.05em;
        font-size: 15px;
        line-height: 120%;
    }
    .footer__copyright {
        margin-top: 42px;
    }
}
/* footer end */

/* image-banner--custom-type start */
.image-banner__headline {
    font-family: 'Taviraj';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
}
.image-banner--custom-type .image-banner__column {
    justify-content: center;
    align-items: center;
}
.image-banner--custom-type .image-banner__column-content {
    margin: 212px 0 167px 33px;
}
.image-banner--custom-type .image-banner__column {
    max-width: 72.5rem;
}
.image-banner--custom-type {
    --image-height: 643px;
}
@media (min-width: 991px) {
    .image-banner__img--mob {
        display: none;
    }
}
@media (max-width: 991px) {
    .image-banner--custom-type .image-banner__img--desktop {
        display: none
    }
    .image-banner--custom-type .image-banner__img {
        position: static;
        display: flex
    }
    .image-banner--custom-type .image-banner-box {
        flex-direction: column-reverse;
        padding-bottom: 0
    }
    .image-banner--custom-type  .image-banner-box:after {
        display: none
    }
    .image-banner__headline {
        font-size: 20px;
        line-height: 1.75;
    }
    .image-banner--custom-type .image-banner__heading {
        font-size: 32px;
    }
    .image-banner--custom-type .image-banner__information {
        font-size: 16px;
        margin-top: 23px;
        line-height: 1.75;
    }
    .image-banner--custom-type .image-banner__column-content {
        margin: 19px 0 43px;
    }
}
/* image-banner--custom-type end */


/* image-banner--cta-type start */

.image-banner--cta-type .image-banner__column-content {
    margin: 153px 0;
}
.image-banner--cta-type  {
    --image-height: 560px;
}
@media screen and (min-width: 990px) {
    .image-banner--cta-type .image-banner__information {
           margin-top: -8px;
    }
    .image-banner--cta-type .image-banner__heading {
            line-height: 1.174;
            font-size: 63px;

    }
    .image-banner--cta-type .image-banner__button-wrapper {
           margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .image-banner--cta-type .image-banner__heading {
        font-size: 26px;
    }
    .image-banner--cta-type .image-banner__information {
        font-size: 20px;
        margin-top: 0;
        line-height: 140%;
    }
    .image-banner--cta-type .image-banner__column-content {
        margin: 43px 0px 0px;
    }
    .image-banner--cta-type .image-banner__img {
            padding-bottom: 40px;
    }
}
/* image-banner--cta-type end */


/* image-banner-box__flex start */
.image-banner__button-wrapper {
    display: flex;
    gap: 16px;
}
.button--outline {
    border: 2px solid #f6715f;
    border-radius: 60px;
    padding: 16px 28px;
    color: #f6715f;
    text-align: center;
}
.image-banner-box__flex {
    align-items: center;
    justify-content: space-between;
}
.image-banner-box__flex .image-banner__column-content {
    margin:0 
}
.image-banner-box__flex .image-banner__wrapper {
    padding:0 ;
    width: 45%;
    margin: 0;
}
.image-banner-box__flex .image-banner__static-image {
        width: 53.58%;
}
@media (min-width: 1670px) {
    .image-banner-box__flex .image-banner__static-image {
         margin: 0px -27px 0 0;
    }
    .image-banner-box__flex  {
            margin: -1px 0px;
    }
       
}
.image-banner-box__flex .image-banner__static-image img {
    object-fit: contain;
    max-width: 100%;
}
.image-banner-box__flex .image-banner__information {
    margin-top: 16px;
}
.image-banner-box__flex .image-banner__button-wrapper {
        margin-top: 43px;
}
@media (max-width: 991px) {
    .image-banner-box__flex {
        flex-direction: column-reverse;
        gap: 0
    }
    .image-banner-box__flex .image-banner__static-image {
        width: 100%;
    }
    .image-banner-box__flex .image-banner__static-image img {
        width: 100%;
    }
    .image-banner-box__flex .image-banner__wrapper {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .image-banner-box__flex .image-banner__heading {
        margin: 20px 0px 16px;
        font-size: 26px;
    }
    .image-banner-box__flex .image-banner__information {
        font-size: 16px;
        line-height: 137%;
    }
    .image-banner-box__flex .image-banner__button-wrapper {
        margin-top: 15px;
    }
    .image-banner-box__flex .image-banner__button-wrapper .button {
        /* white-space: nowrap; */
        padding-left: 20px;
        padding-right: 20px;
        flex: 1;
        
    }
}

/* image-banner-box__flex start */


/* benefits start */

.benefits__mainImage {
    min-width: 28.1%;
}
.benefits__mainImage img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
        height: 100%;
    object-fit: cover;
}
.benefits__title {
    margin-bottom: 16px;
}
.benefits__subtitle {
  margin-bottom: 32px;
  font-size: 20px
}
.benefits__wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.benefits__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
}
.benefits__item {
    display: flex;
    align-items: center;
    gap: 24px
}
.benefits__itemImage {
    min-width: 36%;
    max-width: 20%;
        height: 100%;
}
.benefits__itemImage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
      aspect-ratio: 0.99;
      object-fit: cover;
          height: 100%;
}
.benefits__itemTitle {
  font-weight: 500;
    font-size: 35px;
    line-height: 137%;
    text-transform: capitalize;
    color: #004369;
        
}
@media (min-width: 1300px) {
    .benefits__itemTitle {
        margin-bottom: 8px;
    }
}
.benefits__itemText {
     font-size: 20px;
    line-height: 140%;
}
@media (max-width: 1300px) {
    .benefits__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .benefits__itemImage {
        width: 100%;
        max-width: 100%;
                height: auto;
    }
}
@media (max-width: 991px) {
    .benefits__wrap {
        flex-direction: column;
        gap: 26px;
    }
}
@media (max-width: 767px) {
    .benefits__item {
        flex-direction: column;
        gap: 16px;
    }
    .benefits__grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }
    .benefits__title {
        margin-bottom: 0;
        line-height: 219%;
    }
    .benefits__mainImage img {
        aspect-ratio: 0.735;
    }
    .benefits__itemImage img {
        aspect-ratio: 1.55;
    }
    .benefits__itemTitle {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .benefits__itemText {
        font-size: 16px;
        line-height: 137%;
    }
}
/* benefits end */


/* lovePatches start */
.lovePatches {
    position: relative;
}
.lovePatches__content {
    z-index: 2;
    position: relative;
    max-width: 898px;
    padding: 92px 0;
}
.lovePatches__image img {
  width: 100%;
  height: 100%;
      object-fit: cover;
}
@media only screen and (min-width: 1360px) {
    .lovePatches__title {
        font-size: 63px;
        line-height: 120%;  
    }
}
.lovePatches__title {
    margin-bottom: 16px;
        letter-spacing: 0.04rem;
}
.lovePatches__subtitle {
    font-size: 20px;
    line-height: 140%;
}
.lovePatches__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 60px 0;
    max-width: 770px;
}
.lovePatches__icon img {
  width: 72px;
  height: auto;
}
.lovePatches__itemTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
    margin: 23px 0 14px
}
.lovePatches__itemText {
    font-size: 16px;
    line-height: 140%;  c;
}

@media(min-width: 991px) {
    .lovePatches__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .lovePatches__image--mobile {
        display: none
    }
}
@media(max-width: 991px) {
    .lovePatches__image--desktop {
        display: none
    }
}
@media(max-width: 767px) {
    .lovePatches  {
        margin-top: 4px;
        padding: 0px 0 39px
    }
    .lovePatches .container {
        padding: 0
    }
    .lovePatches__image,
    .lovePatches__grid,
    .lovePatches__subtitle,
    .lovePatches__btnWrap {
        padding-right: var(--main-padding);
        padding-left: var(--main-padding);
    }
    .lovePatches__title {
        padding-left: var(--main-padding);
    }
    .lovePatches__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 61px 0;
    }
    .lovePatches__title {
        font-size: 25px;
    }
    .lovePatches__subtitle{
        font-size: 16px;
        line-height: 137%;
    }
    .lovePatches__icon img {
        width: 40px;
    }
    .lovePatches__itemTitle {
        font-size: 20px;
        margin: 6px 0 4px;
    }
    .lovePatches__itemText {
        line-height: 137%;
    }
    .lovePatches__content {
        padding: 18px 0 0
    }
}

/* lovePatches end */



/* icons row start */
.iconsRow {
  background:#cceaef;
  padding: 33px 0 34px;
      overflow: hidden;
}
.iconsRow__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
}
.iconsRow .marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translateZ(0);
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.iconsRow__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.iconsRow__icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
.iconsRow__text {
    font-weight: 500;
    font-size: 31px;
    line-height: 120%;
    text-transform: capitalize;
}
@media(max-width: 767px) {
    .iconsRow {
        padding: 20px 0 20px;
    }
    .iconsRow__icon {
        width: 40px;
        height: 40px;
    }
    .iconsRow__text {
        font-size: 20px;
    }
}
/* icons row end */


/* ingredientsGrid start */
.ingredientsGrid__title {
  margin-bottom: 16px;
  text-align: center;
}
.ingredientsGrid__subtitle {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
}
.ingredientsGrid__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1214px;
    margin: 64px auto 24px;
    gap: 32px;
}
.ingredientsGrid__card {
    width: calc((100% - (32px * 4)) / 5);
    background: #fff;
    border-radius: 8px;
    padding: 16px;
}
.ingredientsGrid__image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.ingredientsGrid__name {
    font-weight: 600;
    font-size: 16px;
    margin: 3px 0px 10px;
    line-height: 1.2;
    text-transform: capitalize;
}
.ingredientsGrid__desc {
    font-size: 16px;
    line-height: 112%;
}
@media (max-width: 991px)  {
    .ingredientsGrid__card {
        width: calc((100% - 96px) / 3);
    }
}
@media (max-width: 767px) {
    .ingredientsGrid__wrapper {
        gap: 33px 16px;
        margin: 32px auto 13px;
    }
    .ingredientsGrid__card {
        width: calc((100% - 48px) / 2);
        padding: 8px 7px 8px 8px;
    }
    .ingredientsGrid__title {
        font-size: 26px;
        margin-bottom: 0px;
    }
    .ingredientsGrid__subtitle {
        font-size: 16px;
        line-height: 175%;
    }
    .ingredientsGrid__name {
        font-size: 16px;
        line-height: 1.1875;
            margin: 4px 0 9px;
    }
    .ingredientsGrid__card:nth-child(1) .ingredientsGrid__name {
        font-size: 14px;
    }
    .ingredientsGrid__desc {
        font-size: 15px;
        line-height: 120%;
    }
}
/* ingredientsGrid end */

/* tableSection start */
.tableSection {
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tableSection__title {
    font-weight: 500;
    font-size: 63px;
    line-height: 120%;
    text-transform: capitalize;
}

.tableSection__subtitle {
    font-family: "Taviraj";
    font-style: italic;
    font-weight: 500;
    font-size: 63px;
    line-height: 120%;
    text-transform: capitalize;
}
.tableSection__image  {
    margin-top: 39px;
}
.tableSection__image img {
    max-width: 1102px;
    width: 100%;
}
.tableSection__image--mobile {
  display: none;
}
@media (max-width: 767px) {
    section.tableSection {
        padding: 65px 0px 59px;
    }
    .tableSection .container {
           padding: 0 17px;
    }
    .tableSection__title {
       font-size: 26px;
    }

    .tableSection__subtitle {
        font-size: 26px;
        line-height: 1.69;
    }
    .tableSection__image {
        margin-top: 23px;
    }
    .tableSection__image--desktop {
        display: none;
    }
    .tableSection__image--mobile {
        display: inline-block;
    }
}
/* tableSection end */


/* social-media-collage start */
@media (min-width: 767px)  {
    .social-media-collage__image-item img.--mobile {
        display: none
    }
}
.social-media-collage-title {
        font-size: 40px;
        letter-spacing: -0.03em;
    }
@media (max-width: 767px) {
    .social-media-collage-title {
        font-size: 40px;
        letter-spacing: -0.03em;
    }
    div.social-media-collage__images .social-media-collage__text {
        padding: 22px 25px;
        justify-content: flex-start;
    }
    .social-media-collage__image-item img.--desktop {
        display: none
    }
}
/* social-media-collage end */


/* tabs start */
.ingredientsTabs__title {
    text-align: center
}   
.ingredientsTabs__subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px
}
.ingredientsTabs__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}
.ingredientsTabs__tab {
    display: -ms-grid;
     display: grid;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    gap: 16px;
    cursor: pointer;
    padding: 23px 24px 17px;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
    text-align: center;
}
.ingredientsTabs__tab img {
    max-width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 1;
}
.ingredientsTabs__tab.active {
    background: #fde3df;
}
.ingredientsTabs__tabTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 90%;
}
.ingredientsTabs__panel {
    display: none;
    animation: fadeIn 0.3s ease;
    padding: 24px;
}
.ingredientsTabs__panel.active {
    display: block;
    background: #fde3df;
}
.ingredientsTabs__cards {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 32px
}
.ingredientsTabs__card {
   border-radius: 8px;
    padding: 16px;
    background: #fff;
}
.ingredientsTabs__cardTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.18;
    text-transform: capitalize;
        margin-bottom: 10px;
}
.ingredientsTabs__cardText {
    font-size: 16px;
    line-height: 112%;
}
.ingredientsTabs__card img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2px;

}
.ingredientsTabs__content {
        border-radius: 0 8px 8px 8px;
    overflow: hidden;
}
@keyframes fadeIn {
    from { opacity: 0;  }
    to { opacity: 1;  }
}
@media (max-width: 1300px) {
    .ingredientsTabs__cards {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 991px) {
    .ingredientsTabs__cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .ingredientsTabs__nav {
        overflow: auto;
    }
    .ingredientsTabs__tab img {
        min-width: 220px;
    }
}
@media (max-width: 767px) {
    .ingredientsTabs__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }
    .ingredientsTabs__title {
        margin-bottom: 0;
    }
    .ingredientsTabs__subtitle {
        font-size: 16px;
        line-height: 175%;
    }
    .ingredientsTabs__nav {
        padding-left: 20px;
    }
    .ingredientsTabs__panel {
        padding: 16px;
    }
    .ingredientsTabs__card {
        padding: 10px 8px 15px;
        min-height: 245px;
    }
    .ingredientsTabs__tab img {
            max-width: 220px;
        max-height: 220px;
    }
}
/* tabs end */

.body-template-product-gift-card .product-form__group-name {
    display: none
}

/* judge start */
div.jdgm-rev-widg {
    padding: 60px 0;
    max-width: 1120px;
    margin: 0 auto;
}
h2.jdgm-rev-widg__title {
    text-align: left
}
a.jdgm-write-rev-link {
    border-radius: 60px;
}
div.jdgm-row-stars div.jdgm-histogram.jdgm-temp-hidden {
    display: none
}
.jdgm-widget  div.jdgm-row-stars div.jdgm-rev-widg__summary {
    align-items: flex-start;
}
.jdgm-widget div.jdgm-rev-widg__header div.jdgm-row-stars {
    justify-content: space-between;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #f5a552;
}
.jdgm-star.jdgm--on:before {
    content: "\e000";
    font-size: 13px;
}
.jdgm-prev-badge__stars {
    display: flex;
    gap: 3px;
}
.jdgm-prev-badge__text,
.jdgm-rev-widg__summary-average {
    display: none
}
a.jdgm-write-rev-link.jdgm-write-rev-link,
input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev  {
    border-radius: 60px;
    padding: 19px 33px;
    background: #F6715F;
    border: none;
}
a.jdgm-write-rev-link.jdgm-write-rev-link {
    max-width: 170px;
    padding: 20px 12px;
}
a.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover, 
a.jdgm-write-rev-link.jdgm-write-rev-link:focus,
.jdgm-btn--solid:not([disabled]):hover,
input[type=submit].jdgm-btn--solid:not([disabled]):hover,
input.jdgm-btn--solid:hover, input[type=submit].jdgm-btn--solid:hover {
    background: #FD4F37 !important;
    opacity: 1;
}
input.jdgm-btn--solid:hover, 
input[type=submit].jdgm-btn--solid:hover,
.jdgm-btn--solid:not([disabled]):hover,
input[type=submit].jdgm-btn--solid:not([disabled]):hover,
.jdgm-btn--solid:hover, input[type=submit].jdgm-btn--solid:hover  {
    opacity: 1
}
.jdgm-form__fieldset.jdgm-form__fieldset-actions .jdgm-btn.jdgm-btn--border.jdgm-cancel-rev  {
    border: 2px solid #f6715f;
    border-radius: 60px;
    padding: 17.4px 33px;
    color: #f6715f;
}
select.jdgm-sort-dropdown {
    font-size: 16px;
    border: 2px solid #e8ecef;
    border-radius: 8px;
    padding: 11px 16px 11px 16px;
    min-width: 235px;
}
div.jdgm-row-actions,
div.jdgm-widget-actions-wrapper {
    border: none;
}
div.jdgm-rev:first-child {
    border: none;
}
div.jdgm-widget-actions-wrapper {
    align-items: flex-end !important;
}
div.jdgm-widget-actions-wrapper  .jdgm-write-rev-link {
    margin: 0
}
.jdgm-rev-widg__sort-wrapper {
    display: flex;
    justify-content: flex-end;
}
.jdgm-rev__author {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
}
.jdgm-rev__body p {
    font-size: 16px;
    line-height: 162%;
}
.jdgm-row-profile .jdgm-rev__icon {
    width: 72px;
    height: 72px;
    border-radius: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.jdgm-rev__header {
    display: grid
}
.jdgm-row-rating {
    margin: -29px 0 0 110px;
}
.jdgm-star.jdgm--on:before {
    font-size: 15px;
}
.jdgm-rev__content {
    margin: -22px 0 20px 112px;
}
.jdgm-row-profile {
    grid-row: 1 / 2;
    display: flex;
    gap: 27px;
}
.jdgm-form input:not([type="submit"]), .jdgm-form textarea {
    border-radius: 8px !important
}
.jdgm-form .jdgm-star {
    font-size: 13px !important;
}
.jdgm-form__fieldset textarea {
    resize: none
}
.jdgm-verified-checkmark {
    display: none !important
}
@media only screen and (min-width: 992px) {
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__title {
        margin-bottom: 16px;
    }
}
@media (max-width: 750px) {
    h2.jdgm-rev-widg__title {
        font-size: 28px;
        letter-spacing: -0.02em;
    }
    div.jdgm-rev-widg {
        padding: 40px 0
    }
    .jdgm-rev-widg__summary-inner {
        display: flex;
        margin-top: 19px;
    }
    .jdgm-star.jdgm--on:before {
        font-size: 15px;
    }
    div.jdgm-row-actions {
        display: none
    }
    .jdgm-row-profile .jdgm-rev__icon {
        width: 46px;
        height: 46px;
    }
    .jdgm-rev__content {
        margin: 0
    }
    .jdgm-row-profile {
        gap: 9px;
    }
    .jdgm-row-rating {
        margin: -16px 0 0 61px;
    }
}
/* judge end */



/* product template start */
.product-parameters__variant .product-form__group-name {
    font-size: 18px;
        margin-bottom: 24px;
}
.product-parameters__variant  .product-form__controls-group {
    gap: 16px;
}
.product-parameters__variant .product-form__controls-group label.pills-variant-labels {
        border: 1px solid #e2e5e8 !important;
        border-radius: 100px;
        height: 60px;
        background: #f2f4f4;
        padding: 4px 23px;
}
@media (min-width: 750px) {
    .product-parameters__variant .product-form__controls-group label.pills-variant-labels {
        font-size: 18px;
    }
}
.product__info-wrapper .product-form__input input[type=radio]:checked:not(.disabled)+label {
    background: #f6715f;
    color: #fff;
}
.variant-badge {
    position: absolute;
    top: -21px;
    right: -10px;
}
.loop-widget-purchase-options-container {
        gap: 16px;
}
.loop-widget-purchase-option-discount-badge {
    padding: 8px 9px;
}
.loop-widget-purchase-option-selected .loop-widget-purchase-option-radio svg circle:nth-child(1),
.loop-widget-purchase-option-radio svg circle:nth-child(1) {
  stroke-width: 1
}

.product__info-wrapper {
    margin-top: 11px;
}
.product  .product__outer.product__outer--desktop-order {
    align-items: flex-start;
}
.product .product-form .product-form__buttons-row .product-form__submit.button.button--primary{
    background: #fde3df;
    color: #f6715f;
}
@media (min-width: 990px) {
    .product__media-wrapper  {
        position: sticky;
        top: 10px;
    }
    .body-template-product .guarantee {
        padding: 94px 0;
    }
}

.product .product__media-wrapper .product__media-list {
        aspect-ratio: 0.76;
}
.product__media-subitem:nth-child(n+7) {
    display: none;
}
.product__info-wrapper .icon-with-text {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 8px;
}
.product__info-wrapper  .icon-with-text--horizontal .icon-with-text__item {
    width: 100%;
}
@media (min-width: 990px) {
    .product__info-wrapper .additional_text {
        padding: 2.5rem 6.6rem;
    }
}
@media (min-width: 767px){  
    .product__info-wrapper .price.price--product {
        display: none
    }
}
.product__tax.caption.rte {
    display: none
}
.loop-widget-purchase-option-label {
    font-weight: 700 !important
}
@media (max-width: 767px) {
    .product__info-wrapper .icon-with-text {
        grid-template-columns: repeat(2, 1fr);
    }
    .product__outer {
            padding-top: 21px;
            gap: 4px !important
    }
    .product__tags {
        margin-top: 6px !important;
    }
    .product .product__media {
        padding-top: 130%;
    }
    .product__outer .product__media-sublist {
        display: none
    }
    .jdgm-star.jdgm--on:before {
        font-size: 13px;
    }
    .product__description-fixed {
        margin-top: 43px !important;
    }
    .product__info-wrapper .product-parameters {
        margin-top: 26px;
        padding-top: 23px !important;
    }
    .product-parameters__variant .product-form__controls-group label.pills-variant-labels {
        height: 43px;
        padding: 1px 16px;
    }
    .product-parameters__variant .product-form__controls-group {
        gap: 8px;
    }
    .loop-widget-purchase-options-container {
        margin: 24px 0;
    }
    .loop-widget-purchase-option-radio svg {
            width: 20px;
        height: 20px;
    }
    .loop-widget-purchase-option-radio {
         width: 20px;
        height: 20px;
    }
    .loop-widget-purchase-option-label {
        margin: 0 8px 0 0 !important
    }
    .loop-widget-purchase-option-discount-badge {
        padding: 4px 9px;
        font-size: 12px;
        border-radius: 4px;
    }
    .loop-widget-purchase-option-header {
        gap: 8px;
    }
    div .product-form {
        padding: 32px 0;
        margin: 24px 0;
    }
    .product__media-icon  {
        border: 1px solid rgba(17, 50, 75, 0.3) !important;
    }
    .product__media-icon .icon {
        color: #11324b !important;
    }
    .body-template-product .product .product-form__buttons-row {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
    }
    .body-template-product .product .product-form__buttons-row .product-parameters__variant {
        width: auto;
        max-width: 123px;
    }
    .body-template-product .product .product-form__buttons {
        gap: 16px;
    }
    .body-template-product .icon-with-text img {
        margin-bottom: 17px;
    }
    .body-template-product .product__info-wrapper .icon-with-text {
        gap: 33px 29px;
    }   
    .body-template-product .additional_text {
            padding: 23px 20px;
                margin-bottom: 27px;
    }
    .product .product-about__accordion-title {
            padding: 20px 0;
        line-height: 160%;
    }
    .body-template-product .popular-products .section-header__line {
        padding-bottom: 32px;
    }
   
    .variant-badge {
        top: -20px;
        right: -3px;
    }
    .variant-badge svg {
        width: 26px;
    }
    .body-template-product  .swiper-btn {
        display: flex;
        background: #fff;
        opacity: 1
    }
    .body-template-product .swiper-btn--prev {
        left: 1rem;
    }
    .body-template-product .swiper-btn--next {
        right: 1rem;
    }
}
.subscribe-items {
    margin-top: 5px;
    margin-left: 16px;
    
}
.subscribe-item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.subscribe-item:not(:last-child) {
    margin-bottom: 12px
}
.subscribe-item:before {
    content: '';
    display: block;
    width: 20px;
        min-width: 20px;
    height: 20px;
    background-image: url('/cdn/shop/files/loop-icon.png?v=1755249970');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .subscribe-item {
        font-size: 16px;
        gap: 8px;
    }
    .subscribe-items {
               margin: 5px 10px 3px 0;
    }
}


/* product template end */


/*  */
.scheduleProducts__title {
    text-align: center;
    margin-bottom: 64px
}
.scheduleProducts__wrap {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 64px;
}
.scheduleProducts__media .swiper-slide:not(:first-child) {
  display: none;
}
.product__media-list.scheduleProducts__media {
    width: 48%
}
.scheduleProducts__info {
     width: 50%
}
@media (min-width: 1540px) {
    .scheduleProducts__info  {
        padding-top: 6.2vw;
    }
    
}
@media (max-width: 1540px) {
    .scheduleProducts__wrap {
        align-items: center;
    }
}
    
.scheduleProducts__media img{
    border-radius: 8px;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 0.88;
}
.scheduleProducts__selectTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 16px
}
.scheduleProducts__selectWrap .select {
    position: relative;
     max-width: 338px;
}
.scheduleProducts__selectWrap .select .icon-arrow-small {
    width: 18px;
    height: 18px;
    color: rgb(var(--color-foreground));
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all var(--duration-default) linear;
}
.scheduleProducts__selectWrap select {
    width: 100%;
    height: 5rem;
    background: #f2f4f4;
    border-radius: 100px;
    font-size: 18px;
    color: #0e283c;
    -webkit-appearance: none;
    appearance: none;
    padding: 1.4rem 4.5rem 1.4rem 2.4rem;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    border: none
}
.scheduleProducts__descr {
    border-bottom: .1rem solid rgb(var(--color-border));
    padding-bottom: 24px;
    margin-bottom: 33px;
}
.scheduleProducts__btnWrap {
    border-top: .1rem solid rgb(var(--color-border));
    border-bottom: .1rem solid rgb(var(--color-border));
    padding: 33px 0;
    margin-top: 57px
}
.scheduleProducts__price {
    font-size: 20px;
    font-weight: 500;

    padding-top: 24px;
    margin-top: 33px;
}
.scheduleProducts__tag {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: rgba(14, 40, 60, 0.5);
    margin-bottom: 12px
}
.scheduleProducts__stars {

}
.scheduleProducts__media .swiper-btn {
        background: #fff;
        opacity :1;
    }
@media (max-width: 767px) {
    .scheduleProducts__wrap {
        flex-direction: column;
        gap: 19px;
    }
    .scheduleProducts__tag {
        margin-bottom: 16px;
    }
    .scheduleProducts__descr {
        font-size: 18px;
        line-height: 140%;
        margin-top: 21px;
    }
    .product__media-list.scheduleProducts__media {
        width: 100%
    }
    .scheduleProducts__info {
        width: 100%
    }
    .scheduleProducts__title {
        margin-bottom: 16px;
    }
    .scheduleProducts__media img {
        aspect-ratio: 0.9;
    }
    .scheduleProducts__media .swiper-btn {
        display: flex;
        width: 48px;
        height: 48px;

    }
    .scheduleProducts__media .swiper-btn--next {
        right: 2rem;
    }
    .scheduleProducts__media .swiper-btn--prev {
        left: 2rem;
    }
}
.installment-wrapper {
    display: none !important
}



/* Home section */
@media (max-width: 1770px) and (min-width: 991px) {
    
    #shopify-section-template--24826746437970__image_banner_6UDAfD .image-banner__wrapper.container-small {
        padding-left: 40px;
    }
    #shopify-section-template--24826746437970__image_banner_6UDAfD .image-banner__heading {
        font-size: 3.5vw;
    }
    #shopify-section-template--24826746437970__image_banner_6UDAfD .image-banner__headline {
        font-size: 1.3vw;
    }
    #shopify-section-template--24826746437970__image_banner_6UDAfD .image-banner__information.richtext__content.large-font {
        font-size: 1.1vw;
    }
    #shopify-section-template--24826746437970__image_banner_6UDAfD .image-banner--custom-type .image-banner__column {
        align-items: flex-start;
    }
    #shopify-section-template--24826746437970__image_banner_6UDAfD .image-banner--custom-type .image-banner__column-content {
        margin-left: 0 !important;
        max-width: 43vw;
    }
}


/* Footer */
@media (min-width: 1100px) {

    .footer__blocks-wrapper {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 1500px) {

    body .footer-block--logo {
        margin-right: 0 !important;
    }
}

@media (max-width: 1360px) {

    .footer__blocks-wrapper {
        justify-content: space-between;
    }
    .footer .newsletter__form {
        margin-left: 0 !important;
    }
}

@media (max-width: 1250px) {

    .footer__content-top .container {
        padding: 0 20px;
    }
}

deferred-media.video-section__media[loaded="true"]::after {
    display: none !important;
}