/** Shopify CDN: Minification failed

Line 999:12 Expected identifier but found whitespace
Line 999:13 Unexpected "1"

**/
/*SETTING*/
@font-face {
    font-family: 'Nunito-Bold';
    src: url(/cdn/shop/files/Nunito-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url(/cdn/shop/files/Prompt-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt-Medium';
    src: url(/cdn/shop/files/Prompt-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-SemiBold';
    src: url(/cdn/shop/files/Prompt-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Regular';
    src: url(/cdn/shop/files/Prompt-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url(/cdn/shop/files/Inter_18pt-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterLight';
    src: url(/cdn/shop/files/Inter_18pt-Light.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterMedium';
    src: url(/cdn/shop/files/Inter_18pt-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterSemibold';
    src: url(/cdn/shop/files/Inter_18pt-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterBold';
    src: url(/cdn/shop/files/Inter_18pt-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
html{
    font-size: 100%;
}
:root{
    --heading-font: 'Prompt-Bold';
    --heading-regular: 'Prompt-Regular';
    --heading-medium: 'Prompt-Medium';
    --heading-semibold: 'Prompt-SemiBold';
    
    --text-light: 'InterLight'; 
    --text-medium: 'InterMedium';
    --text-semibold: 'InterSemibold';
    --text-bold: 'InterBold';
    --page-width: 79rem !important;
    --grid-desktop-vertical-spacing: .938rem;
    --grid-desktop-horizontal-spacing: .938rem;
    --grid-mobile-vertical-spacing: .625rem;
    --grid-mobile-horizontal-spacing: .938rem;
    --primary-color: #4DB7EB;
    --secondary-color: #1FA5E6;
}
body, p{
    font-size: .938rem;
    line-height: 1.625rem;
    letter-spacing: 0.15px;
    font-family: var(--font-body-family);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    color: rgb(var(--color-foreground));
    word-break: break-word;
}
p{
    margin-bottom: 1.25rem;
}
strong {
    font-family: var(--text-semibold);
    font-weight: 400;
}
body .banner h2.banner__heading:not(.h2,.h1), body h1.h0, body h1 {
    margin-bottom: .5rem;
    font-size: 2.5rem;
    line-height: 3.438rem;
    letter-spacing: 0.3rem;
}
h2.image-with-text__heading.inline-richtext.h0 {
    font-size: 2.813rem;
    line-height: 3.438rem;
}
body h2.banner__heading, 
body .banner-top h2, body h2.h0, body h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.15rem;
}
h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
}
h5,
h6,
h4 {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
}
.subtitle p, .subtitle {
    font-size: 1.25rem;
    line-height: 2.188rem;
    letter-spacing: .6px;
    margin-top: 0;
    color: rgba(var(--color-foreground),1);
    font-family: var(--text-medium);
}
.heading__center h2{
    text-align: center;
}
.heading__center .title-wrapper--no-top-margin {
    justify-content: center;
}
.banner__text.rte.subtitle {
    margin-top: 0;
}
.banner__box>*+.banner__text {
    margin-top: .7rem !important;
}
/* .banner__buttons {
    margin-top: 2.5rem !important;
} */
.utility-bar--bottom-border {
    border-bottom: none;
}
.disclosure span {
    display: flex;
    align-items: center;
    height: 2.5rem;
    line-height: 2.5rem;
}
.disclosure span svg {
    margin-right: 0.5rem;
}
.page-width,
.header.page-width, .utility-bar__grid.page-width,
body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.contact__button button, .newsletter-form__field-wrapper button#Subscribe, .template-404 .button, .addresses li>button, .button.button--secondary, .button.button--primary {
    background: var(--primary-color);
    box-shadow: none;
    border-radius: 5px;
    height: 2.5rem;
    color: #fff;
    text-transform: inherit;
    font-family: var(--heading-semibold);
    letter-spacing: 2.4px;
    font-size: .938rem;
    line-height: 2.5rem;
    min-height: 2.5rem;
    padding: 0 2.5rem;
    transition: all .5s;
    opacity: 1;
}
/* .contact__button button::after,
.newsletter-form__field-wrapper button#Subscribe::after,
.button.button--secondary:after, .button.button--primary:after {
    content: "";
    display: block!important;
    background: url(/cdn/shop/files/icon-right.svg) no-repeat center / contain;
    box-shadow: none !important;
    width: 5px;
    position: relative;
    inset: auto;
    height: 9px;
    margin-left: .5rem;
    margin-top: 1px !important;
} */
.drawer.is-empty .cart-drawer__empty-content .button {
    background: var(--primary-color);
    box-shadow: none;
    border-radius: 1.25rem;
    height: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--text-medium);
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 2.5rem;
    min-height: 2.5rem;
    padding: 0 3.75rem;
    transition: all .5s;
}
.contact__button button:hover, .newsletter-form__field-wrapper button#Subscribe:hover, .button.button--secondary:hover, .button.button--primary:hover {
    background: var(--secondary-color);
    color: #fff;
    text-decoration: none !important;
}
a.button.button--primary img {
    margin-right: .5rem;
    position: relative;
    top: -.1rem;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
    display: none !important;
}
.fs-10,
.fs-10 p{
letter-spacing: .013rem;
    font-size: .625rem;
}
.fs-13,
.fs-13 p{
  letter-spacing: 0.016rem;
    font-size: 0.813rem;
}
span.swiper-pagination-bullet {
    background: #000000;
    border-radius: 50%;
    opacity: 1;
    margin: 0 .375rem !important;
    width: 8px;
    height: 8px;
}
.swiper-pagination.swiper-pagination-bullets {
    bottom: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.swiper-pagination-bullet {
    background-color: rgb(74 50 31 / 20%);
    margin: 0 2.5px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(74 50 31 / 100%);
    width: 24px;
    border-radius: 7px;
}
span.swiper-pagination-bullet::before {
    content: '';
    display: none;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}
.search-modal__content-bottom label.field__label {
    font-size: 1rem;
}
.search-modal__content-bottom .search__input.field__input {
    box-shadow: none !important;
}
.mobile{
    display: none !important;
}
.slider-button .svg-wrapper {
  width: 17px;
  height: 17px;
}
/* button.slider-button.slider-button--next svg {
    transform: rotate(-90deg);
} */
body .shopify-policy__container {
    margin: 5rem auto 10rem;
}
.text-center {
    text-align: center;
}
.template-404 h1.title {
    margin: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev .svg-wrapper, .swiper-button-next .svg-wrapper {
    width: 15px;
    height: 21px;
}
.arrow-white .swiper-button-prev .svg-wrapper,
.arrow-white .swiper-button-next .svg-wrapper {
    filter: brightness(0) invert(1);
}
/* .swiper-button-prev .svg-wrapper{
    transform: scaleX(-1);
} */
.swiper-button-next, .swiper-button-prev {
    top: 47%;
    width: auto;
    height: auto;
    margin-top: 0;
    transform: translateY(-50%);
}
/* .flickity-prev-next-button svg,
button.slider-button:hover svg,
button.flickity-button:hover svg,
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg{
    opacity: 0;
}
.flickity-prev-next-button.next,
button.slider-button.slider-button--next:hover,
button.flickity-button.flickity-prev-next-button.next:hover,
.swiper-button-next:hover{
    background: url(/cdn/shop/files/arrow-right-hover.svg) no-repeat center / auto !important;
}
.flickity-prev-next-button,
button.slider-button.slider-button--prev:hover,
button.flickity-button.flickity-prev-next-button.previous:hover,
.swiper-button-prev:hover{
    background: url(/cdn/shop/files/arrow-left-hover.svg) no-repeat center / auto !important;
} */

.testimonials-section .swiper-button-prev:hover {
    transform: scaleX(1) translateY(-50%);
}
.swiper-button-next{
    right: 3rem;
}
.swiper-button-prev{
    left: 3rem;
}
.has-slider-tab,
.has-slider {
    overflow: hidden;
}
.breadcrumbs {
    font-size: .75rem;
    margin: 0;
    text-align: center;
    margin-top: 1.25rem;
}
.breadcrumbs ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs li {
    display: inline-block;
        color: #8E8E8E;
    font-family: var(--text-light);
    font-size: .75rem;
    line-height: 1;
}
.breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    padding-left: 0;
    speak: none;
    vertical-align: middle;
    margin: 0 .5rem 0 .25rem;
    color: #959595;
    font-family: var(--text-light);
    font-size: 1rem;
    position: relative;
    top: -1px;
    filter: brightness(0) invert(.5);
    /* transform: scale(.8); */
    width: 10px;
    height: 10px;
    background: url(/cdn/shop/files/caret-right.svg) no-repeat center / contain;
}
.breadcrumbs a {
    text-decoration: none;
    color: #919191;
    font-size: 13px;
    font-family: var(--text-light);
}
.breadcrumbs li:last-child a{
    color: #0C182E;
}
.template-search__search .reset__button {
    right: .75rem;
    top: .25rem;
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 31px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 31px;
}
.disclosure__link>span {
    color: #000;
    height: auto;
    text-transform: uppercase;
}
footer .disclosure__link>span {
    color: #fff;
}
.text_box_footer + .text_box_footer {
    margin-top: 2.5rem !important;
}
.relative{
    position: relative;
}
.shopify-policy__body a:hover{
    color: #61ff00;
}
.shopify-policy__body a {
    color: #fff;
}
a.a-overlay {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
html[lang="en"] .header-localization .disclosure .localization-form__select > span::before,
html[lang="de"] .header-localization .disclosure .localization-form__select > span::before{
       display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(/cdn/shop/files/de.svg) no-repeat center / contain;
    margin-left: .5rem;
}
html[lang="en"] .header-localization .disclosure .localization-form__select > span::before{
  background: url(/cdn/shop/files/en.png) no-repeat center / contain;
}
.disclosure__list-wrapper {
    background-color: rgb(94 94 94) !important;
}
.disclosure__link span {
    color: #fff;
}
.hide-for-desk{
    display:none !important;
}
/*SETTING*/
/*HEADER*/
/*transcy*/
.transcy-switcher-manual {
    margin: 0 !important;
}
.nav-right .localization-wrapper {
    display: none;
}
.transcy-switcher-manual .transcy-switcher-item-primary .transcy-icon-arrow svg path {
    fill: #fff !important;
}
.transcy-switcher-manual .transcy-switcher-item-primary:hover .transcy-icon-arrow svg path {
    fill: #fff !important;
}
.transcy-switcher-manual .transcy-switcher-item-primary:hover {
    background-color: transparent !important;
    box-shadow: unset !important;
    color: #fff !important;
    border: 0 !important;
}
.transcy-switcher-item-primary .transcy-locale-name {
    display: none;
}
.transcy-icon-arrow svg {
    display: none;
}
.transcy-icon-arrow::before {
    content: '';
    position: relative;
    height: .4rem;
    width: .5rem;
    background-image: url('/cdn/shop/files/down-arrow_f153a83f-3465-480c-b95e-b01d38a2a0f3.svg');
    display: inline-flex;
    background-repeat: no-repeat;
    filter: invert(1);
    background-size: contain;
}
.transcy-switcher-item-primary .transcy-flag {
    width: 1rem !important;
    height: 1rem !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: 0!important;
}
.transcy-switcher-manual .transcy-switcher-item-primary {
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: .75rem !important;
    line-height: 1;
    /* font-family: var(--text-font) !important; */
}
body .transcy-switcher-item-primary.transcy-switcher-active{
    background: transparent !important;
    color: #fff !important;
}
body .transcy-switcher-item-primary.transcy-switcher-active .transcy-icon-arrow svg path {
    fill: #fff !important;
}
/*transcy*/
/*search*/
html.search .header-wrapper--border-bottom a.header__heading-link.link.link--text.focus-inset {
    filter: unset;
    min-width: 10.125rem;
    margin: 0 !important;
}
html.search .header-wrapper--border-bottom .header__heading-logo-wrapper.logo-black {
    display: none;
}
html.search .header-wrapper .header__menu-item{
    color: #191919 !important;
}
html.search .header-wrapper .header__menu-item {
    color: #191919 !important;
}
html.search .header-wrapper--border-bottom .logo-white {
    display: block;
}
html.search .header-wrapper--border-bottom {
    background-color: #f6f8fc !important;
}
/*search*/
.header__heading-link {
    width: 10.125rem;
    margin: 0!important;
}
.header-wrapper .header__menu-item:hover {
    opacity: 1;
    font-weight: 500 !important;
    color: #4db7eb;
}
.page-width.utility-bar__grid.utility-bar__grid--3-col {
    /* padding-right: 0 !important; */
}
.localization-form span, ul.topbar-menu a, .announcement-bar__message {
    font-size: .75rem;
    letter-spacing: .48px;
    padding: 0;
    margin: 0;
    line-height: 1.25rem;
    min-height: auto;
    font-weight: 400!important;
    font-family: var(--font-body-family);
}
p.announcement-bar__message.h5 > img {
    max-width: 1.25rem;
}
p.announcement-bar__message.h5 {
    display: flex;
    justify-content: center;
}
span.swiper-pagination-bullet {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 .375rem !important;
    width: .75rem;
    height: .75rem;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.75rem;
    border-radius: .75rem;
}
.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
    width: .5rem;
    top: 0;
    position: relative;
    right: 0 !important;
    margin-left: .5rem;
}
.announcement-bar .grid__item {
}
.nav-right {
    display: flex;
    align-items: center;
}
.header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select {
    padding: 0;
    width: max-content;
    height: auto;
    min-width: auto;
    padding-right: 0;
    text-transform: uppercase;
}
ul.topbar-menu a {
    line-height: 1;
    font-family: var(--font-body-family);
    border-bottom: 0 solid;
    color: #fff;
}
.transparent.utility-bar .announcement-bar__message{
    color: #fff;    
}
.localization-wrapper {
    transform: translateY(-.04rem);
}
.utility-bar .announcement-bar {
    display: block;
}
ul.topbar-menu {
    margin-right: 2rem;
}
.utility-bar__grid {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 2.375rem;
    padding: 0;
}
.utility-bar .announcement-bar__announcement {
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
}
.utility-bar {
    height: auto;
    background-color: #191919b3;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.announcement-bar .grid  {
    justify-content: flex-start;
    gap: 3.75rem;
}
.announcement-bar .grid__item {
        width: auto;
    max-width: max-content;
}
.list-menu__item--active {
    text-decoration: unset !important;
}
.header--middle-left.header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    display: flex; 
    height: 6.875rem;
    width: 100%;
    column-gap: 0;
}
.header__icons{
    margin-left: auto;
}
.section-header.shopify-section-group-header-group {
    z-index: 4;
}
.header__icons {
    align-items: center;
}
.header__heading {
    margin: 0;
    line-height: 0 !important;
}
.header-wrapper--border-bottom {
    border-bottom: 0;
}
.header.header--middle-left .header__inline-menu {
    margin-left: 2.5rem;
}
ul.header-custom-menu li {
    margin-left: 2rem;
}
.header-wrapper.header-active .header__menu-item {
    color: #000 !important; 
}
/* body:not(.transparent) .header>.header__heading-link {
    filter: brightness(0);
} */
body:not(.transparent) .header-wrapper .header__menu-item {
    color: #fff;
}
body:not(.transparent) .header__icon .icon {
    filter: brightness(0);
}
body.transparent .header-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    background: transparent;
    /* top: 2.5rem; */
    transition: all .3s;
}
.header-wrapper header.transparent.header {
    background-color: transparent;
    width: 100%;
    height: auto;
    padding: .5rem 1.25rem;
}
body.transparent .shopify-section-header-sticky.scrolled-past-header .header-wrapper {
    transition: all .3s;
    top: 0;
    background-color: #000;
}
.shopify-section-header-sticky.scrolled-past-header .header:not(.drawer-menu).page-width:after {
    opacity: 0;
}
.header-wrapper .header__icon .icon {
    height: 100%;
    width: 100%;
    fill: inherit;
}
.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
    margin-top: 1.625rem;
}
.header:not(.drawer-menu).page-width::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
    height: .1px;
    background-color: #fff;
    opacity: .5;
}
.header:not(.drawer-menu).page-width {
    position: relative;
    /* margin-top: 2.5rem; */
}
.header-wrapper .header__menu-item {
    padding: 0;
    color: #fff;
    text-transform: inherit;
    letter-spacing: 1.8px;
    font-size: .938rem;
    margin: 0;
    font-weight: 400!important;
    font-family: var(--heading-medium);
    padding: 0 1.25rem;
    transition: all .3s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.header-wrapper .header__menu-item:not(:hover) span::after {
    transform: scaleX(0);
    transform-origin: right;
}
.header-wrapper .header__menu-item:hover span::after,
.header-wrapper .header__menu-item span.header__active-menu-item::after {
    transform: scaleX(1);
    transform-origin: left;
}
.header-wrapper .header__active-menu-item {
    text-decoration: none;
    color: #AF5DC9;
}
.header-wrapper .header__menu-item span{
    position: relative;
}
.header-wrapper .header__menu-item span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    display: none;
    background-color: #AF5DC9;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease, transform-origin 0.5s;
}
.header__heading-link {
    padding: 0;
}
.header-wrapper ul.list-menu.list-menu--inline > li {
    margin-right: 0;
}
.header__icon .svg-wrapper {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 1.125rem;
}
/* .header__icon--cart span.svg-wrapper {
    width: 1.625rem;
} */
.header__icons {
    padding-right: 0;
}
.header__icon--cart {
    margin-right: 0;
}
.header:not(.drawer-menu).page-width {
   padding: 1rem 1rem 0rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.header__icon--cart {
    text-decoration: none;
}
.header__icon, .header__icon--cart .icon {
    height: 100%;
    width: 100%;
}
ul.header-custom-menu {
   display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    margin-right: 1rem;
}
div#cart-total {
    font-size: 0.75rem;
    letter-spacing: 0;
    text-decoration: none;
    margin-left: .7rem;
    margin-top: 0;
    color: #000000;
}
.header:not(.header--top-center) *>.header__search, .header--top-center>.header__search {
    align-items: center;
}
a.header__icon.header__icon--account {
    margin: 0rem;
    position: relative;
    top: 0;
}
.header-wrapper .header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: 0;
}
/*HEADER*/
/*** BAR**/
.utility-bar.color-.gradient.utility-bar--bottom-border {
    background: #FFF195;
}
.hide_notification_bar .notification-bar {
    display: none;
}
.notification-bar {
    background: #184B4F;
    color: #fff;
}
.notification-bar .notification-text {
    letter-spacing: 0.9px;
}
.notification-bar {
    background: #0C182E;
    color: #fff;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
    display: flex; 
    justify-content: center;
    align-items: center;
}
.notification-discount {
    display: flex;align-items: center;
}
span.discount-code {
    height: 1.625rem;
    line-height: 1.625rem;
    display: block;
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 0 !important;
    background-repeat: no-repeat;
    border-radius: .8125rem 0px 0px .8125rem;
    font-size: 0.8125rem;
    letter-spacing: 1.6px;
    border: 0.5px dashed #FFFFFF;
    font-family: var(--text-semibold);
    font-size: 1rem;
}
.notification-discount button {
    background: #AF5DC9;
    border: none;
    box-shadow: none;
    color: #fff;
    line-height: 1.625rem;
    height: 1.625rem;
    letter-spacing: .075rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 .625rem;
    left: 0;
    position: relative;
    border-radius: 0px 1.875rem 1.875rem 0px;
    font-size: .75rem;
    letter-spacing: 1.68px;
    text-transform: inherit;
    font-family: var(--text-extrabold);
    border: 1px solid transparent;
}
/* .notification-discount button:after {
    content: "";
    background: url(/cdn/shop/files/copy.svg);
    width: 0.56rem;
    display: inline-block;
    height: 0.68rem;
    margin-left: .4rem;
    background-repeat: no-repeat;
} */
.notification-text p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8125rem;
    letter-spacing: 0.03rem;
}
.announcement-bar__message img {
    margin-right: .625rem;
    position: relative;
    top: 1px;
}
/*** BAR**/

/*** FOOTER ****/
footer .footer-block__image-wrapper + p {
    font-size: .938rem;
    line-height: 25px;
    max-width: 300px;
}
.footer-block__brand-info {
    position: relative;
}
.footer-block-image .footer-block__image-wrapper > a{
      display: block;
    max-width: 22.625em;
}
.footer .footer__content-bottom {
    display: none;
    padding-bottom: 0;
    border: 0;
    padding-top: 2.5rem;
}
footer .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: .938rem;
    letter-spacing: .15px;
    padding: 0;
    line-height: 1.75rem;
    position: relative;
    color: #000000;
}
/* footer .footer-block__details-content .list-menu__item--link::before {
    content: '';
    border: 1px solid #B99F60;
    border-radius: 20px;
    height: 100%;
    width: calc(100% + 1.5rem);
    position: absolute;
    left: -.75rem;
    top: 0;
    opacity: 0;
    transition: all .4s;
}
footer .footer-block__details-content .list-menu__item--link:hover::before{ */
    opacity: 1;
}
footer .footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: rgba(var(--color-foreground),1);
}
footer .footer-block__heading {
    font-size: .938rem;
    font-family: var(--heading-medium);
    line-height: 1.5rem;
    margin-bottom: 1.25em;
    letter-spacing: 1.8px;
    color: #191919;
}
.footer__blocks-wrapper>.grid__item:last-child {
    background-color: #191919;
    opacity: 1;
    padding: 10px 0;
}
.footer__blocks-wrapper>.grid__item:last-child::after,
.footer__blocks-wrapper>.grid__item:last-child::before {
    content: '';
    background-color: inherit;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.footer__blocks-wrapper>.grid__item:last-child::after{
    left: auto;
    right: -100%;
}
footer .footer__blocks-wrapper > .grid__item:last-child .list-menu__item--link {
    font-size: .813rem;
    letter-spacing: .52px;
    color: #F6F8FC !important;
}
footer .footer__blocks-wrapper > .grid__item:last-child ul.footer-block__details-content {
    flex-direction: row;
}
footer .footer__blocks-wrapper > .grid__item:last-child ul.footer-block__details-content > li:last-child{
    margin-left: auto;
}
footer .footer__blocks-wrapper>.grid__item:last-child ul.footer-block__details-content>li:last-child a.link.link--text.list-menu__item.list-menu__item--link {
    color: #959595 !important;
    opacity: .43;
}
footer .footer-block-image {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
}
footer .footer-block__details-content .list-menu__item--link:hover {
    text-decoration: none;
    color: #464646;
}
.footer-block-image.center .footer-block__image-wrapper {
    margin: 0 auto;
}
footer .footer__list-social.list-social:only-child {
    justify-content: flex-start;
    padding-left: 0;
}
footer .footer__content-top .grid {
    gap: 0;
    /* border-top: 0.1rem solid rgba(var(--color-foreground), 0.08); */
    padding-top: 3.75rem;
}
footer .footer__list-social .list-social__link span.svg-wrapper {
    width: 27px;
    height: 20px;
}
.footer__blocks-wrapper>.grid__item:nth-child(2) ul li {
    width: 100%;
    max-width: 50%;
}
.footer__blocks-wrapper>.grid__item:nth-child(2) ul {
    flex-direction: inherit;
    flex-wrap: wrap;
}
.footer-block__details-content_text {
}
footer .newsletter-form__field-wrapper .field {
    flex-wrap: wrap;
}
footer .newsletter-form__button {
    width: 10.625rem;
    top: 1px;
    height: 100%;
    z-index: 2;
    height: 2.5rem !important;
    font-size: 1rem !important;
    letter-spacing: 1.92px !important;
    font-family: var(--text-extrabold) !important;
}
footer .footer-block__details-content_text.footer-block__details-content > p {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
}
footer .footer__list-social .list-social__link {
    padding: 0;
    margin-right: 0;
}
.footer-block__brand-info .footer__list-social.list-social > li:nth-child(2) {
    margin-right: .5rem;
}
footer .list-social__item .icon {
    height: auto;
    width: auto;
}
footer .footer__list-social svg.icon.icon-tiktok {
    height: 21px;
}
footer .shape img {
    width: auto;
}
footer .shape {
    width: calc(100% + 200px);
}
.shape {
    display: block !important;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100px;
    z-index: 2;
}
.shape img{
      width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: bottom;
}
footer .footer__list-social {
    margin-top: 0!important;
    justify-content: flex-start;
}
footer {
    overflow: hidden;
    position: relative;
}
.footer-block__details-content.rte a:not(.button), .footer-block__details-content.rte div, .footer-block__details-content.rte p {
    font-size: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    color: rgba(var(--color-foreground), 1);
    margin: 0;
}
.footer-block__details-content.rte a:hover{
    text-decoration: underline;
}
/* .footer-block__details-content.rte>div {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: .5rem;
} */
 .text_box_footer > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px;
    width: 100%;
}
.text_box_footer {
    padding-left: 3rem;
    position: relative;
}
.text_box_footer ul {
    padding: 0;
}
.text_box_footer ul li {
    margin: 0;
    list-style: none;
    padding: 0 1rem 0 0;
    display: flex;
}
.text_box_footer ul li strong{
    font-family: var(--font-body-family);
        min-width: 5rem;
}
.text_box_footer > p > strong {
    font-size: 1rem;
    font-family: var(--heading-font);
}
.footer-block__details-content.rte .svg-wrapper {
    max-width: 2.5rem;
    margin-right: .5rem;
    transform: translateY(-.1rem);
    width: 2.5rem;
    height: 2.5rem;
}
footer .footer-block--brand_information {
    margin-top: 2.5rem;
}
.brand-info-bottom .list-menu__item--link, a.copyright__content_tzn, .custom-copyright {
    font-size: .813rem;
    color: #959595;
    margin-bottom: 0;
    line-height: 1.25rem;
    text-decoration: none;
    letter-spacing: 0;
    padding: 0;
}
.footer-block--brand_information.footer-block {
    transform: none!important;
    opacity: 1;
}
.brand-info-bottom .menu-bottom {
    display: flex;
    margin-left: 2.5rem;
}
.brand-info-bottom .menu-bottom > li {
    margin-right: 2.5rem;
}
.brand-info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.copyright__content_tzn {
    color: #959595;
    opacity: .43;
    margin-left: 3.75rem;
}
.footer-block__brand-info {
    position: relative;
}
.shape-footer {
    position: absolute;
    bottom: 75px;
    right: -75px;
}
.brand-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .1px solid #ddd;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
}
footer .list-payment__item {
    align-items: center;
    display: block;
    padding: 0;
    margin: 0 .25rem;
}
footer .footer-block__brand-info .footer-block__details-content .list-menu__item--link {
    font-size: .813rem;
    letter-spacing: 0;
    color: rgba(var(--color-foreground), .6);
}
footer .footer-block__brand-info ul {
    display: flex;
}
.footer-block__brand-info .footer-block__details-content>li:not(:last-child) {
    margin-right: 0;
}
.footer-block__brand-info .footer-block__details-content>li:not(:first-child) {
    margin-left: 2rem;
}
.footer-block__brand-info .footer-block__details-content>li:first-child a{
  font-size: .813rem;
    color: rgba(var(--color-foreground), .4);
    margin-bottom: 0;
    line-height: 1.25rem;
    text-decoration: none;
    letter-spacing: 0;
    padding: 0;
}
footer .footer-block a.button.button--primary {
    margin-top: 1.5rem;
}
.footer-block__brand-info {
    margin-top: 0;
}
.footer-block--menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
footer .footer-block__image-wrapper {
    margin-bottom: .5rem;
}
.footer__blocks-wrapper .footer-block:nth-child(2) ul li{
     margin-right: 0;
}
.footer__blocks-wrapper .footer-block:nth-child(3) ul li:last-child{
   max-width: calc(100% - 1.5rem);
    flex-basis: calc(100% - 1.5rem);
}
.footer__blocks-wrapper .footer-block:nth-child(4) ul{
  flex-direction: column;
}
footer .footer__payment {
    margin-top: 0;
}
.footer-block__brand-info {
    border-top:0 solid #B99F60;
    padding-top: 1.25rem;
}
footer .list-payment{
        margin: 0;
    padding-left: 0;
    justify-content: flex-start;
}
li.list-payment__item, li.list-payment__item svg {
    width: auto;
    height: 23px;
}
footer .footer__content-top {
    padding-bottom: 0;
    
}
footer .footer-block__heading svg {
    display: none;
}
.custom-copyright {
    font-family: var(--text-light);
}
/*** FOOTER ****/
/*COLLECTIONS*/
.main-list-collections {
    background-color: #EDF8FF;
    padding: 5rem 0;
}
.main-list-collections .card__heading {
        text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}
.main-list-collections .card .icon-wrap{
    display: none;
}
.main-list-collections .card--standard .card__inner {
    border-radius: 50%;
    overflow: hidden;
}
.collection .card__media * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection__title.title-wrapper {
    margin-bottom: 2.5rem;
    text-align: left;
}
/* .collection .slider{
    display: block;
}
.collection .slider .grid__item {
    width: 25%;
    max-width: 25%;
} */
.related-products .card__media>.media>a, .related-products .card__media>.media>a>img, .related-products .card__media>.media .collection .card__media>.media>a, .collection .card__media>.media>a>img, .collection .card__media>.media {
    width: 100%;
    height: 100%;
}
.related-products .card__heading, .collection .card__heading {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.625rem;
    text-align: center;
    font-weight: 400;
    font-family: var(--text-semibold);
    min-height: auto;
    max-width: 100%;
    text-align: left;
}
.card--desc {
    color: #0C182E;
    text-align: center;
    margin-top: .5rem;
    font-family: var(--font-body-family);
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
}
.related-products .card__heading{
  margin: 0 auto;
    min-height: auto;
}
.related-products .card .card__inner .card__media, .related-products .card .card__inner .card__media .media, .collection .card .card__inner .card__media, .collection .card .card__inner .card__media .media {
    overflow: hidden;
}
.card__badge span.badge {
    font-size: .875rem;
    padding: .25rem .5rem;
    margin-top: 0;
    border-radius: 0;
    text-transform: inherit;
    border: none!important;
    letter-spacing: 1.12px;
    margin-bottom: .5rem;
    font-family: var(--text-bold);
    background-color: #D50062;
    color: #fff;
    text-transform: inherit;
    border-radius: 1.25rem;
}
.card__badge span.badge.badge-custom {
    background-color: #BEBEBE;
}
.card__badge span.badge.badge-percent {
    color: #B10000;
}
.card__badge.right {
    position: absolute;
    top: 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.card__badge span.badge.badge--bestseller {
    color: #fff;
    background-color: #BEBEBE;
}
.grid.product-grid {
    gap: 30px;
}
.grid.product-grid.grid--4-col-desktop .grid__item {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
}
.price--on-sale .price__sale *, .price--on-sale .price-item--regular, .price--on-sale .price__sale, .card-information>.price {
    color: #464646!important;
    font-size: 1.125rem!important;
    margin-top: 0!important;
    letter-spacing: 0;
    font-family: var(--font-body-family);
    text-align: left;
}
.card__information .price__regular {
    color: #000000;
}
.card__information  .loox-rating {
    display: none;
}
.card__information .price__container {
    width: 100%;
    border-top: 0;
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
    align-items: center;
}
.card__information .price {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.featured-product .price--sold-out .badge {
    display: none;
}
.related-products .card .card__inner, .collection .card .card__inner {
    height: 17.813rem;
    background-color: rgb(240 223 151 / 10%);
    z-index: 2;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
}
.card--standard>.card__content .quick-add {
    display: none;
}
span.badge.badge--neu {
    background: #1A1E5C;
    color: #fff;
}
.featured-collection slider-component {
    max-width: 67.5rem;
}
.caption-with-letter-spacing {
    font-size: .813rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: inherit;
    color: #959595;
    opacity: 1!important;
    font-family: var(--font-body-family);
}
.related-products .card--standard>.card__content, .collection .card--standard>.card__content {
    max-width: 100%;
}
.collection__title .title{
    margin-bottom: 0;
}
.collection {
    position: relative;
}
.collection .card-information {
    width: 100%;
    margin-top: 0.4rem;
}
a.button.button--primary.zum {
    width: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    top: auto;
    bottom: .125rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    max-width: max-content;
    min-width: auto;
    white-space: nowrap;
    text-decoration: none;
}
.card .card__inner:hover .card__media a.button.button--primary.zum {
    opacity: 1;
    visibility: visible;
}
.product-item__collections a {
    color: #859AAA;
    text-decoration: none;
    font-size: .875rem;
    text-align: left;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: .5rem;
    display: block;
    font-family: var(--text-light);
}
.card--media .card__inner .card__content {
    height: auto;
    margin-top: 0;
    top: 0;
    display: block;
    padding: 1rem !important;
}
.card__media + .card__content {
    position: absolute !important;
    left: 0;
}
.collection-featured li {
    /* width: 17.5rem !important;
    max-width: 17.5rem !important; */
}
.product-item__collections {
    text-align: center;
    color: #FD4A38;
}
.collection-featured  .card__heading a:after {
    outline-offset: .3rem;
    display:none;
}
.card--standard>.card__content .card__information {
    padding: .938rem 0!important;
}
.collection-featured .underline-links-hover:hover a {
    text-decoration: none !important;
    text-underline-offset: unset;
}
.collection-featured .swiper-pagination.swiper-pagination-bullets {
    /* bottom: -1rem !important; */
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-size: 1rem;
    color: #464646;
}
.price--on-sale .price__sale span.price-item.price-item--sale.price-item--last {
    color: #FF3B3B!important;
    letter-spacing: 0;
    order: -1;
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-size: 1rem;
    color: #464646;
}
.card-information .price-item.price-item--sale.price-item--last {
    color: #fff;
    /* order: -1; */
    margin-right: .5rem !important;
}
.price.price--on-sale .price__container, .price--on-sale .price__sale {
        display: flex !important;
    justify-content: flex-start;
    background: transparent;
    min-width: inherit;
    border-radius: 0;
    line-height: 1.5rem;
    height: inherit;
    box-shadow: unset !important;
    /* border: 0 !important;
    padding: 0; */
}
/* .card-wrapper.product-card-wrapper .card--standard>.card__content .card__information h3 {
    min-height: 3.75rem;
} */
.price.price--on-sale {
    text-align: center;
    margin: 0 auto;
    /* display: table; */
}
.collection__title .title:not(:only-child) {
    margin-bottom: .25rem !important;
}
body .collection__title.title-wrapper {
    margin-bottom: 2.5rem;
}
.collection-featured slider-component {
    overflow: hidden;
    
}
body .collection slider-component:not(.page-width-desktop) {
    padding: 0 1.25rem;
}

.collection-featured .card--standard>.card__content .card__information {
    background: transparent;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 1.1rem !important;
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    height: 100%;
}
.collection-featured  ul {
    margin: 0 !important;
    padding: 0;
}
.collection-featured .slider-component-desktop.page-width {
    max-width: var(--page-width);
}
.full-unstyled-link {
    color: #000000;
}
.price__regular ,small.unit-price.caption {
    display: inline-block; 
}
.ft {
    position: absolute;
    width: 100%;
    top: 55%;
}
.ft .page-width {
    position: relative;
}
.ft .swiper-button-prev {
    left: -2rem;
}
.ft .swiper-button-next{
    right: -2rem;
}
.card .card__inner:hover .card__media img, .article-card-wrapper .card:hover .card__media img {
    transform: scale(1.1);
    transition: all .5s;
}
/* .card-wrapper.product-card-wrapper.underline-links-hover {
    background: transparent;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: none;
    border: 0.5px solid #4A321F;
    border-radius: 7px;
} */
/* .collection .card .card__inner {
    margin-top: 3.125rem;
} */
.card-wrapper.product-card-wrapper .card__media .media img {
    width: 100%!important;
    max-height: 100%;
    object-fit: contain !important;
    transition: all .3s;
    padding: 0 !important;
    z-index: -1;
}
.card-wrapper .card__inner {
    background-color: transparent;
}
small.unit-price.caption {
    margin-left: 0.5rem;
    font-size: 0.8125rem;
    margin-top: 0;
    line-height: normal;
    color: #898989;
    font-family: var(--text-light);
}

/*COLLECTIONS*/


/*** SEARCH ****/
form.search.search-modal__form input {
    min-width: 22.5rem;
    border-radius: 1.25rem ! important;
}
details-modal.header__search .field {
    margin-bottom: 0 !important;
}
button.search__button.field__button {
    height: 17px;
    min-height: 17px;
    line-height: 17px;
    right: 5px;
    top: 0px;
    width: auto;
}
.search__button .icon {
    height: 1.25rem;
    width: 1.25rem;
}
form.search.search-modal__form input::placeholder{
  opacity:1 !important; 
  font-size:0.875rem !important;
  color:#6C6C6C !important;
}
form.search.search-modal__form .field:before,form.search.search-modal__form .field:after{
    display: none;
}
/**** SEARCH ***/
ul.header-custom-menu {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    list-style: none;
    padding: 0;
    grid-area: heading;
    justify-content: flex-start;
    margin-left: 7.8rem;
}
.header__inline-menu {
    margin-left: 0;
    margin-top: 0 !important;
    width: 100%;
}
header.header.header--top-left {
    overflow: hidden;
}
ul.header-custom-menu a {
    color: #000;
    text-decoration: none;
    height: 2rem;
    border: .5px solid #ACACAC;
    font-size: .875rem;
    margin-right: 10px;
    display: block;
    border-radius: 1.25rem;
    line-height: 2rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    letter-spacing: .05rem;
}
li.active a {
    font-family: var(--heading-semibold);
    border: 1px solid #000000;
}
.header__icons {
    align-items: center;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*MEGA MENU*/
.mega-menu__list {
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    max-width: 70rem;
    gap: 1.8rem 3rem !important;
}
.mega-menu__list .mega-menu__link {
    color: #000;
    line-height: 1.5;
    padding-bottom: .5rem;
    padding-top: 0;
    text-decoration: none;
    font-size: .938rem;
    display: flex;
}
.mega-menu__list > li:last-child a,
.mega-menu__list .mega-menu__link.mega-menu__link--level-2 {
    font-weight: normal;
    font-size: 1.063rem;
    font-family: var(--font-heading-family);
}
.mega-menu__list .mega-menu__link img {
    margin-right: .625rem;
    min-width: 1.25rem;
    width: 1.25rem;
}
.mega-menu__list .mega-menu__link:hover{
    color: #5C957F;
    font-weight: 700;
}
.mega-menu__list > li:last-child a img {
    display: none;
}
.shopify-section-header-sticky .mega-menu__content {
    max-height: max-content !important;
}
.js .mega-menu__content {
    background-color: #fff;
    border-radius: 0;
    padding: 30px 20px;
    top: calc(100% + 0px);
    z-index: 2;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
}
.header__inline-menu .mega-menu .mega-menu__list--condensed {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    position: relative;
    justify-content: space-between;
}
.header__inline-menu .header__menu-item .icon-caret {
    right: 0;
    width: .75rem;
    /* display: none; */
}
.mega-menu .mega-menu__list--condensed > li {
    width: 100%;
    max-width: 33.33%;
    flex-basis: 33.33%;
}
.mega-menu .mega-menu__list--condensed>li a:hover {
    font-family: var(--text-semibold);
    text-decoration: none!important;
}
.mega-menu .mega-menu__list--condensed>li a {
    font-size: .813rem;
    letter-spacing: 0;
    color: #1A1A1A;
    padding: 0;
    padding-bottom: 0;
    line-height: 1.75rem;
    font-family: var(--font-body-family);
}
.mega-menu .mega-menu__list--condensed > li:nth-child(1) a,
.mega-menu .mega-menu__list--condensed > li:nth-child(4) a,
.mega-menu .mega-menu__list--condensed > li:nth-child(7) a,
.mega-menu .mega-menu__list--condensed > li:nth-child(10) a{
font-family: var(--text-medium);
letter-spacing: .28px;
}
.header__inline-menu .mega-menu .mega-menu__list--condensed + .center a.button.button--primary {
    margin-top: 1.25rem;
}
.mega-menu__link:hover, .mega-menu__link--active ,
details[open]>.header__menu-item {
    text-decoration: none !important;
}
details[open]>.header__menu-item:after{
opacity: 1;
}
details>.header__menu-item:after {
    content: "";
    background-image: url(/cdn/shop/files/line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 1rem;
    bottom: -4px;
    width: calc(100% - 2rem);
    height: 4px;
    opacity: 0;
    filter: brightness(0) invert(1);
}
/*MEGA MENU*/
/*POPUP*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content {
    background: #D5E6EF;
    border-radius: 20px;
    padding: 30px 90px;
    max-width: 600px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px #0003;
    margin-top: 10rem;
}
a.popup-btn.button.button--primary {
    padding: 0 5rem;
}
.popup-img {
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: -150px;
    left: 0;
    height: 168px;
    object-fit: cover;
    width: 100%;
}
.popup-text .p-h2 {
    font-family: var(--font-heading-family);
    color: #00376a;
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: .5rem;
}
.popup-text .p-h2 + p {
    margin-bottom: 0;
}
.popup-text p{
margin-top: 0
}
.popup-close {
    position: absolute;
    top: -5rem;
    right: -6px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    font-family: var(--text-light);
}
/*POPUP*/
.newsletter-form__message--success {
    margin-top: 2rem;
    color: #fff;
    font-size: 1rem;
    font-family: var(--font-body-family);
}
.footer-block__details-content.rte .newsletter-form__message .svg-wrapper {
    margin-right: 0;
}
.template-search .search__input.field__input {
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}
.template-search {
    background: #f3f3f3;
}
button.reset__button.field__button {
    display: none !important;
}
button.search__button.field__button {
    height: 2.5rem;
    min-height: 2.5rem;
    line-height: 2.5rem;
}
.search-modal__content-bottom .search__input.field__input {
    padding: 0 1.25rem!important;
    min-width: 18.75rem;
    box-shadow: unset !important;
    outline: unset !important;
    color: #000 !important;
    opacity: 1 !important;
    font-size: .75rem !important;
    letter-spacing: .06rem !important;
    border: 0 !important;
}
.search-modal__content-bottom label.field__label {
    display: none;
}
button.reset__button.field__button {
    height: 2.5rem;
    min-height: 2.5rem;
    line-height: 2.5rem;
    right: 0;
    top: 0;
}
.template-search h1.h2.center {
    width: 100%;
}
.template-search:not(.template-search--empty) .template-search__header.page-width p[role="status"] {
    max-width: 30%;
    float: left;
    position: absolute;
    right: 1.25rem;
    bottom: 1.5rem;
    margin: 0;
}
.template-search .template-search__header.page-width label.field__label {
    display: none;
}
.template-search .template-search__header.page-width {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.template-search .template-search__search {
    max-width: 100%!important;
    margin: 0;
    width: 100%;
}
.template-search:not(.template-search--empty) .template-search__search {
    max-width: 70%!important;
    margin: 0;
    width: 100%;
}
.template-search .search__input.field__input:placeholder{
  color: #000 !important;
}
.template-search .search__input.field__input {
    color: #000 !important;
    border: 0;
}
button.reset__button.field__button {
    display: none !important;
}
button.search__button.field__button {
    height: 2.5rem;
    min-height: 2.5rem;
    line-height: 2.5rem;
}
.template-search .field__button>.svg-wrapper,
.template-search button.search__button.field__button:after {
    height: 1.75rem;
    width: 1.75rem;
}
.search.search-modal__form button.search__button.field__button {
    top: 1px;
}
body form#cart .cart-items .quantity__button:focus, body form#cart .cart-items .quantity__input:focus {
    background-color: #fff;
    z-index: 0;
}
body form#cart .cart-items td quantity-input.quantity>* {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 0;
    font-size: 1rem;
    height: 2.5rem;
}
body form#cart .cart-items td quantity-input.quantity {
     height: 2.5rem;
    width: 5.75rem;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    min-height: auto;
    min-width: 5.75rem;
    background: #fff !important;
}
.customer button, .template-404 a.button, div#main-cart-footer .cart__checkout-button {
    max-width: 36rem;
    height: 2.5rem;
    padding: 0 1.875rem;
    background: var(--primary-color);
    box-shadow: none;
    border-radius: 1.875rem;
    color: #fff;
    font-family: var(--text-font-bold);
    letter-spacing: .06rem;
    font-size: 1rem;
    margin: 0;
    line-height: 2.75rem;
    min-height: auto;
    border: 0px solid var(--primary-color) !important;
    transition: all .5s;
}
small.tax-note.caption-large.rte {
    display: none;
}
.cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
    padding-left: 1rem !important;
}
.cart-item>td+td {
    padding-left: 1rem!important;
}
.cart-item__details {
    font-size: 1rem!important;
}
.cart-items td {
    padding-top: 1rem!important;
} 
/***collection***/
.collection-list-wrapper.page-width {
    max-width: 76.6rem;
}
.collection-card-wrapper .card>.card__inner {
    height: 28.125rem;
}
.collection-card-wrapper .card__content {
    position: absolute;
    bottom: 0.5rem;
    text-align: center;
}
.collection-card-wrapper .title-wrapper--no-top-margin {
    margin-top: 0;
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
}
.collection-list-wrapper .title-wrapper--no-top-margin {
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.3rem;
}
.collection-list-wrapper span.icon-wrap {
    display: none;
}
.collection .card .card__inner {
    height: 16.875rem;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    z-index: 2;
}
 .collection .card__heading {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.375rem;
    text-align: left;
    font-weight: 400;
    min-height: auto;
    max-width: max-content;
    font-family: var(--text-font);
}
.collection-list__item.grid__item .card__inner.color-scheme-2.gradient.ratio {
    background-color: #f3f3f3;
}


/*** HEADER SETTING ***/
body.gradient.header_white_custom .header-wrapper--border-bottom{
     background-color: #fff;
}
.logo-white {
    display:none;
}
body.gradient.header_white_custom .header-wrapper--border-bottom  .logo-white {
    display:block;
}
body.gradient.header_white_custom .logo-black{
    display:none;
}
body.gradient.header_white_custom .header-wrapper .header__menu-item {
    color: #191919;
}

body.gradient.header_white_custom .header__heading-link {
    min-width: 10.125rem;
    margin: 0 !important;
}

body.gradient.header_white_custom .header:after {
    content: " ";
    background: #000;
    height: 1px;
    /* width: 100%; */
}
body.gradient.header_white_custom .cart-count-bubble {
    background: transparent;
    font-size: 0.875rem;
}
/*** MENU ***/
ul.mega-menu__list.page-width.mega-menu__list--condensed {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 100%;
    gap: 0 !important;
    display: grid !important; 
}

.mega-menu__list > li:last-child a img {
    display: block;
}

/*** MENU ***/
.collections_sec_custom .card__inner.color-scheme-2.gradient.ratio {
    height: auto;
}
.collections_sec_custom .card__media .media img {
    object-fit: contain;
    max-width: 8rem !important;
    margin: 0 auto;
    display: table;
    position: unset !important;
}
.collections_sec_custom .card__information {
    padding-top: 0;
    padding-bottom: 0;
}
body .page-width.page-width--narrow {
    max-width: var(--page-width);
}