/** Shopify CDN: Minification failed

Line 2566:151 Unexpected "{"

**/
body, h1, h2, h3, h4, h5, h6{
    font-family: 'Switzer' !important;
}

p{
    margin-top: 0;
}

p:last-of-type{
    margin-bottom: 0;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header .header__row.header__row--top {
    display: flex !important;
}
#header-group .announcement-bar{
    background: #98B83E;
    padding: 9px 20px 10px;
}

#header-group .announcement-bar__text{
    font-family: 'Switzer' !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600
}

#header-group .header__columns.spacing-style{
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 12px 20px 7px;
}

header-actions {
    flex-direction: row-reverse !important;
        gap: 33px;
}

.button {
    box-shadow: none !important;

}

/* .button {
    background: #fff;
    color: #000;
    outline: 1px solid #000;
} */

button.search-modal__button, .button.header-actions__action, .predictive-search-results__clear.button, .button.dropdown-localization__button, .clear-filter, .button.facets__clear-all, 
.button.facets-toggle__button,.button.facets-drawer__close, .close-button, .button.quantity-plus, .button.quantity-minus {
    outline: none !important;
}

.button.facets__see-results{
    border: 1px solid;
}
/* .button:hover{
    color: #000
} */
header-actions .account-actions .account-actions__sign-ins .account-actions__link.button{
    color: #000 !important;
    border: 1px solid #000 !important;
    background: #fff !important;
}
#header-group .menu-list li a{
    padding-left: 9px !important;
    padding-right: 29.6px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    top: -4px;
    position: relative;
}

.account-button.header-actions__action{
    padding: 0 !important;
    width: max-content !important;
}

.account-button.header-actions__action svg{
    width: 24px !important;
}

cart-icon .svg-wrapper{
    width: max-content !important;
}

.cart-bubble__background{
        background: #898ec8 !important;
}

button.button.header-actions__action{
    overflow: visible;
}

.header-actions__cart-icon .cart-bubble{
    right: -8px !important;
}


search-button{
    margin-right: 17px !important;
}

.currency-code{
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-family: 'Switzer' !important;
}

.button.dropdown-localization__button{
    margin-right: 22px;
    font-family: 'Switzer' !important;
    gap: 6px !important;
}

.header__column.header__column--right{
    margin-top: -8px;
}


#header-group announcement-bar-component .slideshow-control {
    display: none ;
}

.announcement-bar__close{
    padding: 0;
    border: none;
    box-shadow: none;
    background: inherit;
    display: none;
}

#header-group  .menu-drawer{
    background: #B5B8DC !important;
    width: 100dvw;
    height: calc(100vh - 101px);
    top: calc(var(--announcement-height, 0px) + 80px) !important;
    max-width: unset;
    padding-bottom: 020px
}

#header-group header-component.header[data-sticky-state="active"] .menu-drawer{
  top: 79px !important;
}


#header-group .menu-drawer .menu-drawer__utility-links {
    display: none
}

#header-group .menu-drawer__social-links{
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    margin-top: 99px;
    padding-bottom: 160px
}
#header-group .menu-drawer__social-links svg{
    width: 40px !important;
    height: 40px !important;
}

#header-group .menu-drawer {
  /* transform: translateY(-20px) !important; */
  opacity: 0 !important;
}

#header-group .menu-drawer-container[open] .menu-drawer {
  /* transform: translateY(0) !important; */
  opacity: 1 !important;
  overflow-y: auto;
    -webkit-overflow-scrolling: touch;

}

#header-group .menu-drawer__backdrop{
    backdrop-filter: brightness(1) !important;
}

#header-group .menu-drawer .button.menu-drawer__close-button{
    display: none 
}

#header-group .menu-drawer__menu.has-submenu li a {
    justify-content: center;
    color: #fff;
    font-size: 32px;
    line-height: calc(42 / 32);
    font-weight: 600 !important;
    padding: 0 !important;
    transition: unset !important;
}

#header-group .menu-drawer__menu.has-submenu li{
    margin-bottom: 20px !important;
}

#header-group .menu-drawer__menu.has-submenu li:first-child{
    margin-bottom: 37px !important;
}
#header-group .menu-drawer__navigation{
    padding-top: 60px !important;
}


@media screen and (max-width: 1024px) {
  .header-menu.mobile\:hidden{
    display: none !important;
    }

  .header__drawer.desktop\:hidden{
    display: flex !important;
    padding-left: 4px;
    padding-top: 2px;
    }

    .menu-drawer-container .header__icon--summary{
        padding: 0 !important;
    }
    .menu-drawer-container .header__icon--summary svg, .header__icon--summary .header-drawer-icon{
        min-width: 24px !important;
        height: 18px !important;
    }
}

@media (min-width: 750px) and (max-width: 1024px){
    .header dropdown-localization-component.dropdown-localization{
        position: absolute;
        left: 80px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 3px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px){
    #header-group .menu-list li a{
        padding-right: 12px !important;
    }
}

@media (max-width: 767px){
    .announcement-bar__close{
        display: block;
        position: absolute;
        right: 2px;
        top: 4px;
        cursor: pointer;
    }

    .announcement-bar.is-hidden {
        display: none;
    }

    #header-group .header__columns.spacing-style {
        padding: 19px 20px 20px;
        border-bottom: 1px solid #B5B8DC;
    }

    #header-group  .menu-drawer{
        top: calc(var(--announcement-height, 0px) + 101px) !important;
    }

    #header-group header-component.header[data-sticky-state="active"] .menu-drawer{
        top: 100px !important;
    }

    #header-group header-component.header[data-sticky-state="active"] .menu-drawer{
        /* padding-bottom: 50px; */
    }
}

@media (max-width: 749px){
    header-actions > .account-drawer{
        display: none
    }

    .header__columns .search-action {
        grid-area: rightA !important;
    }

    header-actions cart-icon svg{
        width: 24px !important;
    }

    search-button {
        margin-right: 5px !important;
    }
}
  



/* Footer */
.footer-content{
    /* grid-template-columns: repeat(1, 1fr) !important; */
}

footer .image-block img{
    width: auto !important;
    height: auto !important;
    max-width: 100px;
}

footer > .section.section--page-width {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

footer .footer-content{
    width: 100%;
    padding-top: 57px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
     
footer .menu ul{
    gap: 20px;
}

footer .menu li a{
    padding: 0 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 21px !important;
    font-weight: 500
}

footer .menu li {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    margin-bottom: 27px !important;
}

footer .footer-content .group-block:first-child{
    width: 50.5%;
}

footer .footer-content .group-block:nth-child(2){
    width: 49.5%;
    padding-top: 1px;

}

footer .group-block-content{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

footer .logo-section,
footer .logo-section__image-wrapper{
    --logo-width: 220px !important;
    --logo-width-mobile: 180px !important;
    width: 220px !important;
    max-width: 100% !important;
}
footer .logo-section__image{
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 767px){
    footer .logo-section,
    footer .logo-section__image-wrapper{
        --logo-width: 180px !important;
        width: 180px !important;
    }
}

footer .social-icons__wrapper .social-icons__icon-wrapper:has(a[aria-label="Facebook"]) {
    order: 2;
}
footer .social-icons__wrapper .social-icons__icon-wrapper:has(a[aria-label="Instagram"]) {
    order: 1;
}

footer .social-icons__wrapper .social-icons__icon-wrapper:has(a[aria-label="Youtube"]) svg path {
    fill: #B5B8DC !important;
    stroke: #fff;
}

footer .social-icons__wrapper svg path{
    fill: #fff !important;
}

footer .social-icons__wrapper {
    margin-top: 10px;
    gap: 16px;
}

a.footer-utilities__policy-link, .footer-utilities__group-copyright .footer-utilities__text{
    color: #fff !important;
    font-size: 16px;
    line-height: 21px !important;
    font-weight: 500
}
  
.footer-utilities .utilities {
    padding: 60px 20px 20px !important;
}

@media (max-width: 767px){
    footer .footer-content .group-block:first-child{
        width: 100%;
    }

    footer .footer-content .group-block:nth-child(2){
        width: 100%;
    }

    footer .group-block-content{
        align-items: center;
        gap: 18px;
    }

    footer .group-block-content:has(.menu) {
        flex-direction: column;
        margin-top: 56px;
                gap: 37px;
    }


    footer .menu ul {
        column-count: 1;
        row-gap: 19px;
        display: flex;
        flex-direction: column;
    }

    .footer-utilities .utilities{
        padding-top: 15px !important;
    }

    footer .menu li {
        margin: 0 0 0px !important;
        text-align: center;
    }

    .footer-utilities .utilities {
        display: flex;
    }

    .footer-utilities__group-copyright{
        order: 1;
        margin-top: 36px;
    }

    footer .footer-content{
        padding-top: 38px;
    }

    footer .social-icons__wrapper svg {
        min-width: 40px !important;
        height: 40px !important;
    }

    footer .group-block-content .group-block .group-block-content{
        flex-direction: row !important;
        justify-content: center;
        gap: 9px;
    }

    footer .group-block-content .group-block .group-block-content img{
        width: 40px !important;
        height: 40px !important;
    }
}
    
  
/* Section CTA */
.cta-section{
    padding: 100px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    background-image: var(--bg-desktop) !important;
}

.cta-section__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2.cta-section__title{
    font-size: clamp(60px, 5vw, 80px);
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
}

.cta-section__desc{
    font-size: clamp(16px, 1.25vw, 20px);
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 40px !important;
    text-align: center;
    line-height: 1.3em;
    font-weight: 500;

}

a.cta-section__button{
    font-size: clamp(16px, 1.25vw, 20px);
    color: #302A2A;
    line-height: 1em;
    font-weight: 600;
    padding: 16px 60px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
}

a.cta-section__button:hover{
    background: #302A2A;
    color: #fff
}

.cta-section__overlay{
    display: none;
}


@media(max-width: 767px){
    h2.cta-section__title {
        max-width: 267px;
        margin-bottom: 30px;
        line-height: 1.1em
    }

    .cta-section__desc{
        max-width: 198px;
        margin-bottom: 30px !important;
    }

    a.cta-section__button{
        padding: 16px 73.5px;
    }

    .cta-section__desc br{
        display: none
    }

    .cta-section{
        align-items: center;
    }
}

@media(max-width: 480px){
    .cta-section{
        background-image: var(--bg-mobile, var(--bg-desktop)) !important;
    }
}
/* Banner Slider Home */

.home-banner-slider{
    position: relative;
}

.home-banner-slide{
    padding: 0;
    min-height: 560px;
    max-height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: var(--bg-desktop) !important;
}

.home-banner-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 65.6%;
    background: linear-gradient(
    to right,
    rgba(181, 187, 220, 1) 22%,
    rgba(181, 187, 220, 0.8) 58%,
    rgba(181, 187, 220, 0) 90%
    );

}

h2.home-banner-title{
    font-size: clamp(48px, 5vw, 80px);
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1em;
    font-weight: 600;
    max-width: 774px;
}

.home-banner-desc{
    font-size: clamp(16px, 1.25vw, 20px);
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 40px !important;
    line-height: 1.3em;
    font-weight: 500;
    max-width: 327px;
}

a.home-banner-btn{
    font-size: clamp(16px, 1.25vw, 20px);
    color: #302A2A;
    line-height: 1em;
    font-weight: 600;
    padding: 16px 86px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    text-transform: capitalize;
}

a.home-banner-btn:hover{
    color: #fff;
    background: #302A2A;
}

.home-banner-content{
    position: absolute;
    inset: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

.home-banner-content > *{
    pointer-events: auto;
}

.home-banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #E2E4F8 !important;

}

.home-banner-swiper .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
 
}

.home-banner-swiper .swiper-pagination{
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px){
    h2.home-banner-title{
        max-width: 490px
    }
}

@media (max-width: 767px){
    .home-banner-slide{
        min-height: 480px;
        max-height: 600px;
        background-position: right bottom;
    }

    .home-banner-swiper .swiper-pagination{
        display: none !important;
    }

    

    .home-banner-slide:before{
        height: 100%;
        width: 100%;
        inset: 0;
        top: 0;
        bottom: auto;
        background: linear-gradient(to bottom,
            rgba(181, 184, 220, 0.35) 0%,
            rgba(181, 184, 220, 0.55) 38%,
            rgba(181, 184, 220, 0.55) 62%,
            rgba(181, 184, 220, 0.25) 100%);
    }

    h2.home-banner-title{
        text-align: center;
        margin-bottom: 23px;
        text-shadow: 0 2px 14px rgba(70, 60, 90, 0.45), 0 1px 3px rgba(70, 60, 90, 0.35);
    }

    .home-banner-desc{
        text-align: center;
        font-weight: 500;
        max-width: 240px !important;
        margin-bottom: 24px !important;
        text-shadow: 0 2px 10px rgba(70, 60, 90, 0.45);
    }

    .home-banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-banner-slide{
        align-items: flex-end;
        padding-bottom: 47px
    }

    a.home-banner-btn{
        padding: 16px 95px;
    }

    .home-banner-swiper .swiper-pagination{
        transform: translateY(-50%);
        bottom: 39.4%;
    }
}

@media (max-width: 480px){
    .home-banner-slide {
        background-image: var(--bg-mobile, var(--bg-desktop)) !important;
    }
}
/* Choose Flavor */
.choose-flavor{
    padding-top: 80px;
}

.choose-flavor__header{
    font-size: clamp(32px, 3.75vw, 60px);
    letter-spacing: -0.03em;
    color: #302A2A;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    max-width: 478px;
    margin-bottom: 40px;
}

h3.choose-flavor__banner-title{
    font-size: clamp(30px, 2.5vw, 40px);
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
}

a.choose-flavor__banner-button{
    font-size: clamp(16px, 1.25vw, 20px);
    color: #302A2A;
    line-height: 1em;
    font-weight: 600;
    padding: 16px 80px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 auto
}

a.choose-flavor__banner-button:hover{
    background: #302A2A;
    color: #fff
}

.choose-flavor__banner{
    position: relative;
    background-color: #DDD;
    padding: 40px 20px;
    aspect-ratio: 692 / 600;
    border-radius: 10px;
    width: calc(50% - 8px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    overflow: hidden;
}

.choose-flavor__banner-link{
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    text-indent: -9999px;
    overflow: hidden;
}

.choose-flavor__banner-inner{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.choose-flavor__banners{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 16px;
}

.choose-flavor__feature-desc{
    font-size: clamp(16px, 1.25vw, 20px);
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 500;
    max-width: 241px;
}

.choose-flavor__features{
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
}

.choose-flavor__feature{
    width: calc((100% - 34px) / 3);
    display: flex;
    background: #B5B8DC;
    border-radius: 10px;
    padding: 39px 20px 39px clamp(20px, 3.75vw, 60px);
    gap: clamp(20px, 2.438vw, 39px);
    align-items: center
}

.choose-flavor__feature-icon{
    max-width: 68px;
}

@media (max-width: 1024px){
    .choose-flavor__feature{
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: calc(50% - 8.5px);
    }
    .choose-flavor__feature-icon{
        width: 40px;
    }
}

@media (max-width: 767px){
    .choose-flavor__banner, .choose-flavor__feature{
        width: 100% !important;
    }

    .choose-flavor__banner{
        aspect-ratio: 1;
        padding-bottom: 32px;
        max-height: 600px;

    }

    .choose-flavor__banners{
        gap: 5px;
        margin-bottom: 20px;
    }

    a.choose-flavor__banner-button{
        padding: 16px 90.5px;
    }

    h3.choose-flavor__banner-title{
        margin-bottom: 22px;
        max-width: 248px;
        margin: 0 auto 22px;
    }

    .choose-flavor__feature-desc{
        max-width: 100%;
    }

    .choose-flavor__feature{
        justify-content: center
    }

    .choose-flavor__feature-icon{
        width: 68px;
    }

    .choose-flavor__header{
        max-width: 250px;
        margin-bottom: 24px;
    }

    .choose-flavor {
        padding-top: 33px;
    }

    .choose-flavor__feature{
        padding: 23px 30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        justify-content: left;
        gap: 42px;
    }

    .choose-flavor__feature-desc{
        max-width: 194px !important;
    }

    .choose-flavor__features{
        gap: 10px
    }
}


/* Section Review */
.community-reviews__rating {
  display: flex;
  gap: 6px;
}

.star {
  position: relative;
  display: inline-block;
}

.star--partial::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--fill));
  height: 100%;
  background: #fff;
}

.community-reviews__rating .star svg path{
    fill: #fff
}

.community-reviews__rating .star.star--empty svg path{
    fill: none;
}

.community-reviews{
    padding-top: 80px;
    padding-bottom: 80px;
}

.community-reviews__heading{
    font-size: clamp(32px, 3.75vw, 60px);
    letter-spacing: -0.03em;
    color: #302A2A;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    max-width: 580px;
    margin-bottom: 40px;
}


.community-reviews__card{
    position: relative;
    z-index: 2
}

.community-reviews__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 692 / 500;
    padding: 100px 41px 40px 41px;
    min-height: 500px
}

.community-reviews__item::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 58%;
    width: 100%;
    background: linear-gradient(
    to top,
    rgba(181, 187, 220, 1) 50%,
    rgba(181, 187, 220, 0.8) 74%,
    rgba(181, 187, 220, 0) 100%
    );
}

.community-reviews__rating{
    margin-bottom: 27px;
    padding-left: 2px;
}

.community-reviews__label, .community-reviews__title, .community-reviews__description, .community-reviews__author{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
}

.community-reviews__label{
    margin-bottom: 0 !important;
}

.community-reviews__description{
    line-height: 1.3em;
    max-width: 338px;
}

.community-reviews__content{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
}

.community-reviews__author{
    margin-bottom: 5px;
}

.community-reviews__header{
    margin-bottom: 25px;
    display: flex;
    gap: 46px;
}

.community-reviews__title{
    position: relative;
}

.community-reviews__title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    width: 6px;
    background: #fff !important;
    transform: translateY(-50%);
    border-radius: 50%;
    left: -26px;
}

.community-reviews  .swiper-button-next::after,.community-reviews   .swiper-button-prev::after{
    display: none;
}

.community-reviews  .swiper-button-next svg,.community-reviews   .swiper-button-prev svg{
    width: 24px
}

.community-reviews  .swiper-button-next,.community-reviews .swiper-button-prev{
    top: calc(50% - 25px);
}

.community-reviews  .swiper-button-next{
    right: -38px
}

.community-reviews  .swiper-button-prev{
    left: -38px
}

.community-reviews  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #B5B8DC !important;
}

.community-reviews .swiper-pagination-bullet {
    background: #E2E4F8 !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
 
}

.community-reviews .container{
    max-width: 1480px;
    padding: 0 40px;
}

.community-reviews .swiper-pagination{
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    margin-top: 40px;
}

.community-reviews__main-slider{
    position: relative
}

@media(max-width: 1024px){
    .community-reviews__content{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;

    }
}

@media (max-width: 767px){
    .community-reviews__heading{
        max-width: 320px;
        margin-bottom: 24px;
    }

    .community-reviews .swiper-button-next, .community-reviews .swiper-button-prev{
        display: none !important;
    }

    .community-reviews .container{
        padding: 0 20px
    }

    .community-reviews__item{
        aspect-ratio: 400 / 600;
        padding: 32px !important;
        max-height: 600px;
    }

    .community-reviews__author{
        margin: 0 !important;
    }

    .community-reviews .swiper-pagination{
        margin-top: 20px !important;
    }

    .community-reviews{
        padding-bottom: 60px !important;
        padding-top: 49px;
    }
}

/* Newsletter CTA */
.section.cta-newsletter{
    display: flex;
    min-height: unset !important;
}

.section.cta-newsletter .custom-section-content{
        width: 100%;
    max-width: 1440px;
    padding: 60px 20px;
    margin: 0 auto;
}

.section.cta-newsletter .custom-section-content .section-content-wrapper{
    padding: 0 !important;
    min-height: unset !important;
}
      
.section.cta-newsletter .custom-section-content .section-content-wrapper .group-block-content{
    position: relative;
    padding: 32px 20px;
    align-items: center;
    gap: 0 !important;
}
   
.section.cta-newsletter .custom-section-content .section-content-wrapper .group-block-content::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #DAAFD6;
    z-index: -1;
}

.section.cta-newsletter h2{
    font-size: clamp(40px, 4vw, 64px);
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.1em;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 29px;
}

.section.cta-newsletter .text-block{
        max-width: unset
}

.section.cta-newsletter .text-block p{
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px !important;
    max-width: unset;
    font-family: 'Switzer' !important;
}

.section.cta-newsletter .email-signup__button{
    font-family: 'Switzer' !important;
    color: #9F5698 !important;
    font-size: 20px !important;
    letter-spacing: 0 !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 14px 32px !important;
    border-radius: 10px !important;
    background: #fff !important;
    border: none !important;
    outline: none !important;
}

.email-signup__button{
    font-family: 'Switzer' !important;
    color: #000 !important;
    font-size: 20px !important;
    letter-spacing: 0 !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 14px 32px !important;
    border-radius: 10px !important;
    /* background: #fff !important; */
    border: 1px solid #000;
}

.email-signup__button:hover{
    color: #fff !important;
}

.section.cta-newsletter .email-signup__button:hover{
    /* outline: 2px solid  #9F5698 !important; */
   color: #9F5698 !important;
   border: none !important;
   outline: none !important;
}

.section.cta-newsletter .email-signup__message {
    justify-content: center !important;
    margin-top: 20px !important;
    color: #fff !important;
}

.email-signup__message{
    justify-content: center !important;
    margin-top: 40px;
}

.email-signup__input-group     {
    display: flex;
    gap: 24px !important;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1044px !important;
    justify-content: center;
}

.email-signup__input, .name-signup__input, .email-signup__button {
    width: calc((100% - 48px) / 3) !important;
}

.email-signup__checkbox{
    min-width: 16px !important;
    border: none;
    outline: none;
    box-shadow: none;
    background: #FFE8FD !important;
    margin: 0;
    border-radius: 2px !important;
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; */
    height: 16.44px
}


.email-signup__checkbox-inner{
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}


.section.cta-newsletter .email-signup__checkbox-inner{
    max-width: 551px !important;
}
.section.cta-newsletter .email-signup__input{
    padding: 13.5px 32px !important;
    border-radius: 10px !important;
    color: #CFA0CA !important;
    font-family: 'Switzer' !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    background: #FFE8FD !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
 
.section.cta-newsletter .email-signup__input::placeholder{
    opacity: 1 !important;
    color: #CFA0CA !important;
}

.section.cta-newsletter .email-signup__checkbox-wrapper label{
    font-family: 'Switzer' !important;
    font-size: 16px !important;
    letter-spacing: -0.03em !important;
    line-height: 1.3em !important;
    font-weight: 500 !important;
    color: #FFF !important;
}

.section.cta-newsletter .email-signup__checkbox-wrapper {
    display: flex;
    width: 100%;
}

@media (max-width: 1024px){
    .email-signup__input{
        width: calc(50% - 12px) !important;
    }

    .email-signup__button{
        width: 100% !important;
    }
}

@media (max-width: 1024px){
    .email-signup__input{
        width: 100% !important;
    }

    .email-signup__button{
        order: 1;
    }

    .email-signup__checkbox-inner{
        max-width: 100% !important;
    }

    .section.cta-newsletter .custom-section-content{
        padding: 20px 20px 26px !important;
    }

    .section.cta-newsletter h2{
        max-width: 223px;
        margin-bottom: 32px;
    }

    .section.cta-newsletter .custom-section-content .section-content-wrapper .group-block-content{
        padding: 40px 20px !important;
    }

    .section.cta-newsletter .text-block p{
        max-width: 285px;
        margin: 0 auto 24px !important;
    }

    .email-signup__input-group{
        padding-left: 14px;
        padding-right: 14px;
        gap: 16px !important;
        justify-content: center;
    }

    .email-signup__checkbox-wrapper{
        margin-top: 16px;
    }

    .email-signup__checkbox-inner{
        align-items: flex-start;
    }

    .email-signup__checkbox{
        margin-top: 2px;
    }

    .email-signup__button{
        margin-top: 26px;
        padding: 16px 32px !important;
        max-width: max-content;
    }
}


/* Section Collection */
.section-collection__custom{
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 78px;
    gap: 0;
}

.section-collection__custom .section-resource-list__header h2{
    font-size: clamp(32px, 3.75vw, 60px);
    letter-spacing: -.03em;
    color: #302a2a;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 360px;
}

.section-collection__custom .section-resource-list__header .text-block {
    margin: 0 auto !important;
}   

.section-collection__custom .product-media{
    aspect-ratio: 160 / 180 !important;
    line-height: 0 !important;
}

.section-collection__custom .card-gallery {
    margin-bottom: 20px !important;
}

.section-collection__custom  a.contents .text-block{
    padding: 0 !important;
    margin: 0 auto;
}

.section-collection__custom .product-media img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important
}

.section-collection__custom .resource-list{
    gap: 16px !important;
}

.section-collection__custom slideshow-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    line-height: 0;
    aspect-ratio: 160 / 180 !important;
}

.section-collection__custom slideshow-slides{
    justify-content: center
}

.section-collection__custom  .product-card__badge {
    max-width: max-content;
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 10px;
    border-radius: 4px;
    background: #98B83E;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
}

.section-collection__custom  .product-card__content{
    padding: 40px 16px 30px;
}

.product-card__category{
    color: #898EC8 !important;
    margin-bottom: 10px !important;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
}
   
.section-collection__custom  a.contents p{
    color: #302A2A;
    font-size: clamp(20px, 1.5vw, 24px);
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Switzer' !important;
}

.section-collection__custom  a.contents{
    font-family: 'Switzer' !important;
}

.section-collection__custom .price{
    color: #302A2A;
    font-size: 16px;
    font-family: 'Switzer' !important;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.section-collection__custom product-price > div{
    text-align: center;
}
    
.section-collection__custom .button.button-product-card{
    width: 100%;
    max-width: 266px;
    padding: 16px 32px;
    border-radius: 10px;
    background: #898EC8 !important;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1em;
    font-family: 'Switzer' !important;
    /* margin-top: auto */
}

.section-collection__custom .button.button-product-card:hover{
    background: #fff !important;
    outline: 2px solid #898EC8 !important;
    border: none !important;
    color: #302A2A;
}
.section-collection__custom .product-card__content{
    gap: 0 !important;
    border: 1px solid rgba(181, 184, 220, 0.3);
    border-radius: 10px;
}

.section-collection__custom .rating-count .rating-average{
    color: #302A2A;
    font-size: 12px;
    font-family: 'Switzer' !important;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.03em;
}

.section-collection__custom .filled-star{
    fill: #B5B8DC;
}

.section-collection__custom .rating-wrapper svg{
    width: 16px !important;
    height: 16px !important;
}

.section-collection__custom .rating-wrapper{
    justify-content: center;
    margin-bottom: 16px;
}

.section-collection__custom .rating{
    gap: 0;
}

.section-collection__custom.section-collection__news{
    padding-top: 58px !important;
}

.section-collection__custom.section-collection__news .product-card__badge{
    background: #DAAFD6;
}

.section-collection__custom.section-collection__news .section-resource-list__header h2{
    max-width: unset !important;
}

.section-collection__custom.section-collection__news .product-media{
    aspect-ratio: 160 / 162 !important
}

.section-collection__custom.section-collection__news .product-card__content{
    padding-top: 42px;
}

.section-collection__custom.section-collection__news .card-gallery{
    margin-bottom: 18px !important;
}
    
.section-collection__custom.color-scheme-1 {
  --color-primary: #B5B8DC;
}

@media (max-width: 1199px){
    .section-collection__custom .resource-list{
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media (max-width: 749px){
    .section-collection__custom slideshow-slide{
        aspect-ratio: unset !important;
        /* flex: 0 0 78%; */
    max-width: 240px !important;
    display: block;
    }

    .section-collection__custom slideshow-slides{
        gap: 16px;
        justify-content: flex-start;
        padding: 0 !important;
                margin: 0;
    }

    .section-collection__custom .product-media{
        aspect-ratio: 120 / 135 !important;
        max-width: 120px;
    }

    .section-collection__custom slideshow-slide{
        width: 100% !important;
    }

    .section-collection__custom{
        padding-right: 0 !important;
        padding-top: 61px;
        padding-left: 22px;
    }

    .section-collection__custom .section-resource-list__header h2{
        max-width: 189px;
        margin-bottom: 22px !important
    }

    .section-collection__custom .slideshow-control{
        opacity: 1 !important;
        background: inherit !important;
        display: block !important;
        margin: 0 !important;
    }

    section-collection__custom  .slideshow-control[disabled]{
        display: block !important;
    }

    .section-collection__custom .slideshow-control svg{
       min-width: 32px !important;
       height: 32px !important;
       color: #B5B8DC !important;
    }

    .section-collection__custom .slideshow-control svg path{
       fill: #B5B8DC !important;
    }

    .section-resource-list__header{
        padding-right: 22px;
    }

    .section-collection__custom .product-card__badge{
        padding: 9px 10px
    }

    .section-collection__custom a.contents p{
        margin-bottom: 18px !important;
    }

    .section-collection__custom .button.button-product-card{
        width: auto;
        padding: 16px 59.5px !important;
    }

    .section-collection__custom slideshow-container{
        display: flex;
        flex-direction: column;
    }

    slideshow-arrows{
        position: relative !important;
        order: 1 !important;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        margin-right: 22px;
        gap: 9px;
        margin-top: 24px;
    }

    .section-collection__custom .rating-wrapper{
        gap: 5px;
    }

    .section-collection__custom.section-collection__news {
        padding-top: 28px !important;
    }

    .section-collection__custom.section-collection__news a.contents p{
        margin-bottom: 21px ! IMPORTANT;
    }

    .section-collection__custom.section-collection__news .product-media {
        aspect-ratio: 160 / 173 !important;
    }

    .section-collection__custom .product-card__content {
        padding: 40px 16px 25px;
    }
}


/* Page Spices */
/* Split Banner */
.split-banner__inner{
    display: flex;
    flex-wrap: wrap;
    background: #B5B8DC !important;
    align-items: stretch;
    align-content: stretch !important;
}

.split-banner__content, .split-banner__media{
    width: 50%;
    height: auto;
}

.split-banner__media img{
    height: 100%;
}
.split-banner__content{
    padding: 100px 20px 100px calc(calc(100vw - 1400px) / 2);
}

.split-banner__heading{
    font-size: clamp(40px, 4.5vw, 72px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1em;
    color: #fff;
    margin-bottom: 32px;
    max-width: 660px;
}

.split-banner__text{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5em;
    color: #fff;
    max-width: 476px;
}

.section-collection__custom.list-product__spices{
    padding-top: 59px;
    padding-bottom: 59px;
}

@media (max-width: 1440px){
    .split-banner__content{
        padding-left: 20px
    }
}

.list-product__spices .section-resource-list__header{
    display: none !important;
}


/* Default Collection (Shop) */
.main-collection-grid ul.product-grid  .product-card__content,
.product-card__content{
    gap: 0 !important;
    border: 1px solid rgba(181, 184, 220, .3);
    border-radius: 10px;
    padding: 40px 16px 30px !important;
}

.main-collection-grid ul.product-grid li.product-grid__item slideshow-slides,
.resource-list__item slideshow-slides{
    justify-content: center;
}

.main-collection-grid ul.product-grid li.product-grid__item  slideshow-slide,
.resource-list__item slideshow-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    line-height: 0;
    aspect-ratio: 160 / 180 !important;
}

.main-collection-grid ul.product-grid li.product-grid__item .product-media,
.resource-list__item .product-media {
    aspect-ratio: 160 / 180 !important;
    line-height: 0 !important;
}

.main-collection-grid ul.product-grid li.product-grid__item .product-media img,
.resource-list__item .product-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.main-collection-grid ul.product-grid li.product-grid__item .product-card__badge,
.resource-list__item .product-card__badge {
    max-width: max-content;
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 10px;
    border-radius: 4px;
    background: #98b83e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
}

.main-collection-grid ul.product-grid li.product-grid__item .card-gallery,
.resource-list__item .card-gallery {
    margin-bottom: 20px !important;
}

.main-collection-grid ul.product-grid li.product-grid__item a.contents p,
.resource-list__item a.contents p {
    color: #302a2a;
    font-size: clamp(20px, 1.5vw, 24px);
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -.03em;
    text-align: center;
    margin-bottom: 16px;
    font-family: Switzer !important;
}

.main-collection-grid ul.product-grid li.product-grid__item a.contents .text-block,
.resource-list__item a.contents .text-block{
    margin: 0 auto !important;
}

.product-grid-view-zoom-out--details h3{
    text-align: center;
    color: #302a2a;
}
.main-collection-grid ul.product-grid li.product-grid__item .price,
.resource-list__item .price {
    color: #302a2a;
    font-size: 16px;
    font-family: Switzer !important;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -.03em;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.main-collection-grid ul.product-grid li.product-grid__item .button.button-product-card,
.resource-list__item .button.button-product-card {
    width: 100%;
    max-width: 266px;
    padding: 16px 32px;
    border-radius: 10px;
    background: #B5B8DC !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    line-height: 1em;
    font-family: Switzer !important;
    /* margin-top: auto; */
}

.main-collection-grid ul.product-grid li.product-grid__item .button.button-product-card:hover,
.resource-list__item .button.button-product-card:hover{
    outline: 2px solid  #B5B8DC;
    background: #fff !important;
    color: #B5B8DC !important;
}

.product-grid[product-grid-view='zoom-out'] {
     grid-template-columns: repeat(6, 1fr)
}

.product-grid-view-zoom-out--details .h4{
    font-size: 16px;
    font-weight: 600;
}

.section-password .logo-block{
    width: 100% !important;

}

.section-password .logo-block__image{
        width: 160px !important;
    margin: 0 auto !important;
}

.section-collection-sph ul.product-grid{
    grid-template-columns: repeat(4, 1fr);
}

.section-collection-sph .main-collection-grid ul.product-grid li.product-grid__item .price{
    margin-bottom: 10px !important
}

@media (max-width: 1200px){
    .product-grid[product-grid-view='zoom-out'] {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width: 1024px){
    .product-grid[product-grid-view='zoom-out'] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 980px){
    .product-grid[product-grid-view='zoom-out'] {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 767px){
    .main-collection-grid ul.product-grid{
        padding: 20px;
    }

    .product-grid[product-grid-view='zoom-out'] {
        grid-template-columns: repeat(2, 1fr)
    }

    .resource-list__item slideshow-slide{
        aspect-ratio: unset !important
    }

    .resource-list__item .button.button-product-card{
        width: 95%
    }
}

@media (max-width: 540px){
    .main-collection-grid ul.product-grid{
        grid-template-columns: repeat(1, 1fr)
    }
}


/* Search Popup */
.predictive-search-results__products .predictive-search-results__list  .resource-card__image{
    object-fit: contain;
    width: 90%;
    margin: 0 auto;
}

.predictive-search-results__products .predictive-search-results__list  .resource-card__content .resource-card__title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.predictive-search-results__products .predictive-search-results__list  .resource-card__content  > div{
    text-align: center;
}

.predictive-search-results__products .recently-viewed-wrapper{
    margin-bottom: 30px !important;
}

.predictive-search-results__title{
    font-size: 18px;
    font-weight: 600;
}

.search-page__header h3{
    font-size: clamp(32px, 3vw, 48px) !important;
}


/* Cart Popup */
header-actions .cart-drawer__heading.cart-drawer__heading--empty {
    color: #B5B8DC !important
}

header-actions .quantity-selector input[type=number]{
    outline: none !important;
}

header-actions .cart-drawer--empty .cart-drawer__header{
    background: inherit !important
}

header-actions .cart-drawer--empty .button.close-button.cart-drawer__close-button .svg-wrapper svg path {
    stroke: #b5b8dc !important;
}
@media (min-width: 581px){
  header-actions .cart-drawer__dialog.dialog-drawer{
      position: fixed !important;
      top: 20px !important;
      right: 20px !important;
      bottom: 20px !important;
      left: auto !important;
      margin: 0 !important;
      height: calc(100vh - 40px);
      max-height: calc(100vh - 40px);
      width: 500px;
      max-width: calc(100vw - 40px);
      border-radius: 20px;
      overflow: hidden;
  }
}

header-actions .cart-drawer__inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

header-actions .cart-drawer__header{
    position: relative;
}

header-actions .cart-items-component{
    padding: 0 !important;
    max-height: calc(100vh - 40px);
}

header-actions .cart-drawer__header{
        background: #b5b8dc;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

header-actions .cart-drawer__close-button{
    background: inherit;
}

header-actions .cart-drawer__heading{
    margin-bottom: 0 !important;
    font-size: 32px !important;
    letter-spacing: -0.03em !important;
    line-height: 1.1em !important;
    font-weight: 500 !important;
    color: #fff !important;
}

header-actions .cart-drawer__header .cart-bubble{
    display: none !important;
}

header-actions .button.close-button.cart-drawer__close-button .svg-wrapper{
    width: 24px;
    height: 24px; 
}

header-actions .button.close-button.cart-drawer__close-button .svg-wrapper svg{
    min-width: 24px;
    height: 24px; 
}

header-actions .button.close-button.cart-drawer__close-button .svg-wrapper svg path{
    stroke: #fff !important;
}

header-actions .button.close-button.cart-drawer__close-button {
    position: absolute !important;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 2;
    cursor: pointer;
}

header-actions .cart-drawer__content {
    padding: 0 !important;
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

header-actions .cart-drawer__header {
    flex-shrink: 0;
}

header-actions .cart-drawer__items {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
}

header-actions .cart-drawer__summary {
    flex-shrink: 0;
}

header-actions .cart-items-component .cart__summary-totals,header-actions  .cart-items-component .disclosure-trigger,header-actions  .cart-items-component .tax-note.tax-note.tax-note{
    color: #000
}

header-actions .cart__summary-item.tax-note {
    display: inline-block;
}

header-actions .button.cart-items__remove-top{
    padding: 0 !important;
    position: absolute;
    right: 0;
    border: none !important;
    box-shadow: none !important;
}

header-actions .cart-items__title{
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.1em !important;
    font-weight: 600 !important;
    letter-spacing: -0.03em !important;
    font-family: 'Switzer' !important;
        margin-bottom: 9px !important;
    display: inline-block;

}

header-actions .cart-items__quantity-label{
    color: #858585;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-family: 'Switzer' !important;
    margin-bottom: 19px;
}

header-actions .cart-items__price-sph span{
    color: #000;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-family: 'Switzer' !important;
}

header-actions .cart-items__price-sph{
    text-align: left;
}

header-actions .cart-items__price-sph .visually-hidden{
    display: none;
}

header-actions .cart-items__media-container{
    aspect-ratio: 1;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
}

header-actions .cart-items__media-container img{
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: contain;
}

header-actions disclosure-custom{
    display: none;
}

header-actions .cart-drawer__items .cart-items__table-row{
    padding-bottom: 23px !important;
    margin-bottom: 23px !important;
    border-color: #E2E4F8 !important;
    column-gap: 20px !important;
    grid-template-columns: 120px 1fr !important;
}

header-actions .cart-items__media-container{
    max-width: 120px;
}

header-actions .cart-drawer__items .cart-items__table-row:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

header-actions  .cart-primary-typography{
    padding: 0 !important;
}

header-actions .cart-drawer__items{
    padding: 32px 20px 36px !important;
    mask-image: none !important;
}

header-actions .cart-items__details *{
    margin-top: 0 !important;
}

header-actions .cart-items__quantity{
    margin-top: 11px!important;
    border-radius: 10px;
    position: relative;
    background: white;
    padding: 2px;
}
header-actions .cart-items__quantity::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(90deg, #DEDFEE 0%, #C5C8EA 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

header-actions .cart-items__quantity button{
    width: 29px !important;
    height: 38px !important;
}

header-actions .quantity-selector{
    flex: unset !important;
    border: none !important;
}

header-actions .cart-actions{
    border: none !important;
    margin: 0 !important;
    display: none !important;
}

header-actions .cart-drawer__summary{
    padding: 20px !important;
    position: relative;
    gap: 0 !important;
    mask-image: none !important;
    border-top: 1px solid #E2E4F8;
    margin-top: 20px;
}

header-actions .cart__total .cart__total-label,header-actions  .cart__total .cart__total-value {
    color: #000;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-family: 'Switzer' !important;
}


header-actions .cart__summary-item.tax-note p, header-actions .cart__summary-item.tax-note a{
    color: #464646;
    font-size: 14px;
    line-height: 1.22em;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-family: 'Switzer' !important;
}

header-actions .cart__summary-item.tax-note p{
    margin-bottom: 4px;
}

header-actions .cart__checkout-button.button{
    width: 100%;
    text-align: center;
    background: #DAAFD6 !important;
    padding: 20px 32px;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: 'Switzer' !important;
    height: auto !important;
    margin-top: 10px;
    border: none !important;
    box-shadow: none !important;
}

.header-actions .cart-drawer__content, .header-actions .cart-drawer__content{

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.header-actions .cart-drawer__content::-webkit-scrollbar {
    display: none;
}

.header-actions .cart-drawer__items::-webkit-scrollbar-track, .header-actions .cart-drawer__content::-webkit-scrollbar-track {
    background: #fff;
}

.header-actions .cart-drawer__items::-webkit-scrollbar-thumb, .header-actions .cart-drawer__content::-webkit-scrollbar-thumb{
    background-color: #fff;
}

.header-actions .cart-drawer__items::-webkit-scrollbar-thumb:hover, .header-actions .cart-drawer__content::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

@media (max-width: 580px){

    header-actions .dialog-modal[open]::backdrop{
        display: none !important;
    }

    header-actions .cart-drawer__dialog.dialog-drawer{
        width: 100%;
        right: 0;
        max-width: 100%;
        border-radius: 0;
        height: calc(100vh - (var(--announcement-height, 0px) + 101px));
        bottom: 0;
        top: unset;

    }

    header-actions .cart-drawer__header{
        background: #fff !important;
        /* border-top: 1px solid #B5B8DC; */
        padding-top: 25px !important;
        padding-bottom: 12px !important;
    }

    header-actions .cart-drawer__heading{
        color: #302A2A !important;
    }

    header-actions .button.close-button.cart-drawer__close-button .svg-wrapper svg path{
        stroke: #302A2A !important;
        fill: #302A2A !important;
    }

    header-actions .cart-drawer__heading{
        font-size: 36px !important;
        font-weight: 600 !important;
    }

    header-actions .cart-drawer__items .cart-items__table-row{
        padding-bottom: 12px !important;
        margin-bottom: 12px !important;
    }

    header-actions .cart-drawer__items{
        padding-top: 10px !important;
        padding-bottom: 20px !important
    }

    header-actions .cart-items__quantity-label{
        color: #000;
        font-size: 16px;
        margin-bottom: 22px;
    }

    header-actions .cart-items__quantity{
        margin-top: 0px !important;
    }

    header-actions .cart-items__title{
        margin-bottom: 11px !important;
    }

    header-actions .cart-drawer__items .cart-items__table-row{
            grid-template-columns: 160px 1fr;
        column-gap: 20px !important;
    }

    header-actions .cart-items__media-container{
        aspect-ratio: 160 / 200 !important
    }

    header-actions .cart-items__details{
        padding-right: 17px !important;
    }
}

/* Login Page */
.customer.login, .customer.register, .customer.reset-password {
    max-width: 1440px !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
    padding-bottom: 0px !important;
}

.customer.reset-password{
    padding-bottom: 60px !important;
}

.login-container, .register-container, .reset-pass-container{
    background: #F9F5F2;
    border-radius: 10px;
    padding: 46px 20px 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-container{
    padding-bottom: 78px !important;
}

.login-container h1, .register-container h1, .reset-pass-container h1{
    color: #302A2A;
    font-size: clamp(40px, 3vw, 48px) !important;
    line-height: 1.1em;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-family: 'Switzer';
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}

.login-subtitle, .register-subtitle{
    color: #000;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 14px !important;
    max-width: 276px;
    text-align: center;
}

.register-subtitle{
    max-width: 314px;
}

.login-container p, .register-container p, .reset-pass-container p{
    margin-top: 0 !important
}

.customer .login-container form, .customer .register-container form, .reset-pass-container form{
    margin-top: 0 !important;
}

.customer .login-container form input, .customer .register-container form input, .reset-pass-container form input{
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #B5B8DC !important;
    padding: 16.2px 24px !important;
    color: #302A2A;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100% !important;
    border-radius: 10px !important;
}

.customer .register-container form input{
    padding: 16.4px 24px !important;
}

.login-reset-sph{
    margin: 20px auto 0 !important;
    color: #000;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 0px !important;
    text-align: center;
}

.customer  .login-container form  button, .customer  .register-container form  button,  .customer  .reset-pass-container form  button{
    margin-top: 17px !important;
    margin-bottom: 17px;
    border: 1px solid #b5b8dc !important;
    background: #b5b8dc;
    padding: 16px 32px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: 'Switzer' !important;
    width: 100% !important;
    cursor: pointer !important

}
.customer  .login-container form  button:hover, .customer  .register-container form  button:hover, .customer  .reset-pass-container form  button:hover,{
    background: #302A2A !important;
    border-color: #302A2A !important;
}

.customer  .login-container form .field, .customer  .register-container form .field,  .customer  .reset-pass-container form .field{
    margin-top: 10px !important;
}

.customer .login-container form input::placeholder, .customer .register-container form input::placeholder, .customer .reset-pass-container form input::placeholder{
    color: #B3B3B3 !important;
    opacity: 1 !important;
}

.div-form__login, .div-form__register, .div-form__reset{
    max-width: 400px;
    width: 100% !important;
    margin: 0 auto !important;
}

.login-register-sph, .register-login-link{
    color: #302A2A;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: 'Switzer' !important;
    display: flex !important;
    gap: 16px;
    margin-bottom: 0 !important;
    justify-content: center;
}

.login-register-sph a, .register-login-link a{
    margin: 0 !important;
    font-weight: 500 !important;
    text-decoration: underline;
}

.div-form__login .form__message, .register-container .form__message,.login-container .form__message, .reset-pass-container .form__message{
    border: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-container .form__message {
    margin-top: 10px !important;
}

.register-container h2.form__message, .div-form__login h2.form__message,  .div-form__reset h2.form__message{
    justify-content: center;
}


.list__message-register, .div-form__login  .errors ul{
    padding: 0 !important;
    list-style: none !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.register-container .form__message{
    margin-top: 10px !important;
}

#recover,
#recover + div {
  display: none;
}

:target#recover {
  display: block;
}

:target#recover + div {
  display: block;
}

:target#recover ~ h1#login,
:target#recover ~ .login-subtitle,
:target#recover ~ .div-form__login, 
:target#recover ~ .icon-login-page
 {
  display: none;
}


@media (max-width: 767px){
    .customer.login, .customer.register{
        padding: 0 !important;
    }

    .login-container, .register-container{
        border-radius: 0 !important;
    }

    .login-container h1#login{
        max-width: 246px;
        line-height: 1em !important;
        margin-bottom: 23px !important;
    }

    .register-container h1{
        margin-bottom: 23px !important;
         line-height: 1em !important;
    }

    .icon-login-page svg{
        width: 45px !important;
        height: 36px !important;
    }

    .register-subtitle{
        margin-bottom: 13px !important;
    }

    .login-container, .register-container{
        padding-top: 40px !important;
        padding-bottom: 39px !important;
    }

    .icon-login-page{
        margin-bottom: 11px;
    }


    .customer .login-container form .field, .customer .register-container form .field {
        margin-top: 11px !important;
    }

    .customer .register-container form .field{
        margin-top: 10.4px !important;
    }

    .cta-newsletter-login{
        background: #F9F5F2 !important;
    }

    .cta-newsletter-login .group-block--height-fit{
        border-radius: 20px
    }
}