/** Shopify CDN: Minification failed

Line 2013:43 Unexpected "{"
Line 2334:1 Expected identifier but found end of file

**/

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

@font-face {
    font-family: 'Dax_Regular';
    src: url(/cdn/shop/files/Dax_Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dax_Medium';
    src: url(/cdn/shop/files/Dax_Medium.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dax_Light';
    src: url(/cdn/shop/files/Dax_Light.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dax_Bold';
    src: url(/cdn/shop/files/Dax_Bold.otf);
    font-weight: normal;
    font-style: normal;
}
html{
    font-size: 100%;
}
:root{
    --font-2: 'Font_BetterTimes';
    --text-light: 'Dax_Light'; 
    --text-medium: 'Dax_Medium';
    --text-bold: 'Dax_Bold';
    --page-width: 80rem !important;
    --grid-desktop-vertical-spacing: .938rem;
    --grid-desktop-horizontal-spacing: .938rem;
    --grid-mobile-vertical-spacing: .625rem;
    --grid-mobile-horizontal-spacing: .938rem;
    --primary-color: #D95698;
    --secondary-color: #007E3C;
}
body, p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    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;
}
h1 strong {
    font-family: var(--font-2);
    font-size: 3.5rem; 
}
h1.h1_title {
    display: flex;
    align-items: center;
    letter-spacing: 1.2px;
}

h1.h1_title strong {
    font-size: 3.75rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

h2 strong {
    font-family: var(--font-2);
    font-size: 2.875rem;
    line-height: 2.125rem;
    letter-spacing: 0;
    position: relative;
    top: 3px;
}

h2 strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 100%;
  height: 0.5em;
  background: #007e3c20;
  z-index: -1;

  transform: scaleX(0);
  transform-origin: left;

  animation: highlightLoop 5s ease-in-out infinite;
  animation-delay: 5s; 
}
@keyframes highlightLoop {
  0% {
    transform: scaleX(0);
  }

  15% {
    transform: scaleX(1);
  }

  70% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

h2 p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
p{
    margin-bottom: 1.25rem;
}
strong {
    font-family: var(--text-bold);
    font-weight: 400;
}
body h2.h0,
body h1.h0, body h1{
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: 0.05rem;
}
body .banner-top h2, body h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: .04rem;
}
h3{
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: .48px;
}
h5,
h6,
h4 {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
}
.cart-count-bubble {
    background: var(--primary-color);
    width: 1.06rem;
    height: 1.06rem;
    bottom: 0;
    font-size: 0.75rem;
    font-family: var(--text-semibold);
}

.subtitle p, .subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    margin-top: 0;
    font-family: var(--font-body-family);
}
.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;
}
.shopify-email-marketing-confirmation__container > a:last-child,
.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: 8px;
    height: 2.5rem;
    color: #fff;
    text-transform: inherit;
    font-family: var(--text-medium);
    letter-spacing: .64px;
    font-size: 1rem;
    line-height: 2.5rem;
    min-height: 2.5rem;
    padding: 0 1.875rem;
    transition: all .5s;
}
.button.button--secondary{
    background: var(--secondary-color);
    color: #fff;
}
.shopify-email-marketing-confirmation__container > a:last-child:after,
.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;
    filter: brightness(0) invert(1);
}

.button.button--secondary,
.button.button--primary {
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    transform: translateY(0);
}
.shopify-email-marketing-confirmation__container > a:last-child:after,
.button.button--secondary:after,
.button.button--primary:after {
    width: 6px;
    height: 10px;
    margin-left: .5rem;
    filter: brightness(0) invert(1);
    transition: transform .4s ease, opacity .4s ease;
}
.shopify-email-marketing-confirmation__container > a:last-child:after,
.button.button--primary::before,
.button.button--secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.0) 0%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0.0) 100%
    );
    transform: skewX(-20deg);
    transition: all .6s ease;
}
.shopify-email-marketing-confirmation__container > a:last-child:hover,
.button.button--secondary:hover,
.button.button--primary:hover {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 28px rgba(0,0,0,0.28);
    letter-spacing: 1.5px;
}

.shopify-email-marketing-confirmation__container > a:last-child:hover:after,
.button.button--secondary:hover:after,
.button.button--primary:hover:after {
    transform: translateX(6px);
    opacity: 1;
}
.shopify-email-marketing-confirmation__container > a:last-child:hover:before,
.button.button--primary:hover::before,
.button.button--secondary:hover::before {
    left: 120%;
}

/* .button.button--secondary:after{
    filter: brightness(0);
}
.button.button--secondary:hover:after{
    filter: brightness(0) invert(1);
} */
 
.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;
}
.shopify-email-marketing-confirmation__container > a:last-child{
        display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.shopify-email-marketing-confirmation__container {
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.contact__button button:hover, .newsletter-form__field-wrapper button#Subscribe:hover, .button.button--secondary:hover, .button.button--primary:hover {

    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: 11px;
    height: 22px;
}
.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: 50%;
    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: -3.5rem;
}
.swiper-button-prev{
    left: -3.5rem;
}
.has-slider-tab,
.has-slider {
    overflow: hidden;
}
.template-search__search .search__button {
    display: none;
}
.disclosure__link>span {
    color: #000;
    height: auto;
    text-transform: uppercase;
}
footer .disclosure__link>span {
    color: #fff;
}
.relative{
    position: relative;
}
/* .card-wrapper .rating.no-rating .rating-star {
    --color-rating-star: grey;
} */
/* .shopify-policy__body a:hover{
    color: #61ff00;
} */
.shopify-policy__body a {
    color: #000;
}
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-right: .5rem;
}
html[lang="en"] .header-localization .disclosure .localization-form__select > span::before{
  background: url(/cdn/shop/files/en.svg) no-repeat center / contain;
}
/*SETTING*/
/*HEADER*/
.header-wrapper .search__input.field__input {
    height: 2rem!important;
    line-height: 2rem!important;
    font-size: 1rem!important;
    border-radius: .32px!important;
    color: #2e2e2e;
    font-family: var(--text-light);
    background-color: transparent;
    border-bottom: .1px solid #000;
    padding: 0 .75rem !important;
}
.header-wrapper .search__input.field__input:placeholder{
    color: #2E2E2E;
     font-family: var(--text-light);
}
.header-wrapper form.search .field {
    margin-bottom: 0!important;
}
.header-wrapper .search__button .icon {
    height: 1rem;
    width: 1rem;
}
.header-wrapper button.search__button.field__button {
    top: 9px;
    right: 10px;
}
.header-wrapper form.search {
    min-width: 22.5rem;
}
.content-bar p {
    margin: 0;
    font-size: 1.063rem;
    line-height: 1.25rem;
    letter-spacing: 1.02px;
    font-family: var(--text-medium);
}
.content-bar {
    background-color: #F0F6F2;
    color: #000000;
    text-align: center;
    padding: .5rem 0;
    position: relative;
}
.content-bar svg {
    position: absolute;
    top: .5rem;
    right: 1.25rem;
    cursor: pointer;
}
.content-bar a {
    color: #007E3C;
    font-size: .813rem;
    letter-spacing: .52px;
}
.header__heading-link {
    width: 100%;
    margin: 0!important;
    max-width: 10.125rem;
    min-width: 10.125rem;
}
.header-wrapper .header__menu-item:hover {
    opacity: 1;
    font-weight: 500 !important;
    color: #000000;
}
.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: 1rem;
    letter-spacing: .32px;
    padding: 0;
    margin: 0;
    line-height: 1.25rem;
    min-height: auto;
    font-weight: 400!important;
    font-family: var(--text-medium);
}
.announcement-bar__link:hover p{
    font-family: var(--text-medium);
}
.announcement-bar__link:hover {
    text-decoration: none;
}
.utility-bar .announcement-bar__announcement > img {
    margin-right: .5rem;
}
p.announcement-bar__message.h5 > img {
    max-width: 1.25rem;
}
p.announcement-bar__message.h5 {
    display: flex;
    white-space: nowrap;
}
.utility-bar__grid > * {
    width: fit-content;
}
ul.topbar-menu {
    margin-left: auto;
}
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 {
    margin-right: 0rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.transparent.utility-bar .announcement-bar__message{
    color: #fff;    
}
.localization-wrapper {
    transform: translateY(-.04rem);
}
.utility-bar .announcement-bar {
    display: block;
}
ul.topbar-menu {
    margin-right: 0rem;
}
ul.topbar-menu li{
    margin-left: 0.5rem;
}
.utility-bar__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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;
}
.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.25rem;
    width: 100%;
    column-gap: 0;
}
.header-wrapper {
    background-color: rgb(255 255 255 / 100%) !important;
}
.header-wrapper {
    background-color: #fff !important;
    box-shadow: 0px 2px 14px #0000000D;
}

.header__icons {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 25%;
} 
.header__heading {
    margin: 0;
    line-height: 0 !important;
    max-width: 50%;
}
.header .header__heading + div.header__icons,
.header section.search-section.search-section-custom{
    width: 100%;
    max-width: 25%;
}
.header-wrapper--border-bottom {
    border-bottom: 0;
}
.header.header--middle-left .header__inline-menu {
    margin-left: 5.5rem;
}
ul.header-custom-menu li {
    margin-left: 2rem;
}
/* body:not(.transparent) .header>.header__heading-link {
    filter: brightness(0);
} */
body:not(.transparent) .header-wrapper .header__menu-item {
    color: #32261E;
}
body:not(.transparent) .header__icon .icon {
    filter: brightness(0);
}
body.transparent .header-wrapper{
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
}
.header-wrapper.header-active{
    background-color: #fff !important;
}
.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;
}
.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-wrapper .header__menu-item {
    padding: 0;
    color: #000000;
    text-transform: inherit;
    letter-spacing: .32px;
    font-size: 1rem;
    margin: 0;
    font-weight: 400!important;
    font-family: var(--text-medium);
    padding: 0 .75rem;
    transition: all .3s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    min-height: 2.625rem;
}
.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;
    border: 1px solid #B99E60;
    border-radius: 1.25rem;
 
} */
.header-wrapper .header__menu-item {
    padding-left: 0;
    padding-right: 0;
    margin: 0 5px;
}
.list-menu--inline {
    justify-content: center;
    display: flex !important;
}
.list-menu--inline > li:nth-child(2) .header__menu-item span,
.list-menu--inline > li:nth-child(3)  .header__menu-item span,
/* body.collection-alle .header-wrapper .list-menu > li:not(:nth-child(1)) > .header__menu-item span,
body.index .header-wrapper .list-menu > li:not(:nth-child(1)) > .header__menu-item span, 
body.collection .header-wrapper .header__menu-item span.header__active-menu-item,
body.collection.collection-alle .header-wrapper .header__menu-item span, */
/* body .header-wrapper .header__menu-item span, */
body .header-wrapper .header__menu-item:hover span{
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
}

.list-menu--inline>li:nth-child(1) .header__menu-item span{
    text-decoration: none;
    background: var(--secondary-color) !important;
    color: #fff !important;
    transition: all .4s ease;
    transform: translateY(0);

} 
.list-menu--inline>li:nth-child(1) .header__menu-item:hover span {
    background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))  !important; 
    /* transform: translateY(-3px) scale(1.01); */
    box-shadow: 0 12px 28px #00000047;


}

.header-wrapper .header__active-menu-item {
    background-color: var(--primary-color)  !important;    
    color: #fff;
    text-decoration: none;
}

details-modal.header__search {
    display: none !important;
}
body.collection:not(.collection-alle) .header-wrapper .header__menu-item span:not(.header__active-menu-item),
.header-wrapper .header__menu-item span {
    position: relative;
    padding-left: .75rem;
    padding-right: .75rem;
    background-color: transparent;
    min-height: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
}
body.collection:not(.transparent,.collection-alle) .header-wrapper .header__menu-item span:not(.header__active-menu-item){
    color: #32261e;
}
.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: 1.25rem;
    height: 1.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: 1.25rem 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header__icon--cart {
    text-decoration: none;
}
.header__icon, .header__icon--cart .icon {
    height: 1.25rem;
    width: auto;
}
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 {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #DAEFF546 100%) !important;
}
footer .grid .grid__item {
    width: 100%;
}
footer .footer-block__image-wrapper + p {
    font-size: 0.938rem;
    line-height: 25px;
    max-width: 300px;
}
.footer-block-image a.button.button--primary {
    width: auto;
    position: absolute;
    right: 0;
    top: 0.5rem;
    margin: 0 !important;
}
.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: .875rem;
    letter-spacing: .56px;
    padding: .15rem 0;
    line-height: 1.75rem;
    position: relative;
    font-family: var(--font-body-family);
}
footer .footer-block__details-content .list-menu__item--link:hover {
    color: var(--primary-color);
}
.desc-footer > p:not(:first-child) {
    margin: 0;
}
footer .footer-block__details-content .list-menu__item--link,
.copyright__content a {
    color: rgba(var(--color-foreground), 1);
}
.box-image-infor img {
    max-width: 2.5rem;
    object-fit: contain;
}
footer .grid .grid__item:last-child .footer-block__details-content .list-menu__item--link{
    color: #959595;
    font-size: .813rem;
    letter-spacing: .26px;
}
footer .grid .grid__item:last-child ul {
    flex-direction: row;
    border-top: .1px solid rgb(0 0 0 / 50%);
    padding-top: .5rem;
}
footer .grid .grid__item:last-child ul li:last-child{
    margin-left: auto;
}
footer .grid .grid__item:last-child ul li:last-child a{
    color: #018EBC;
    opacity: .26;
}
footer .grid .grid__item:last-child {
    opacity: 1;
}
footer .footer-block__heading {
    font-size: .875rem;
    font-family: var(--text-medium);
    line-height: 1.5rem;
    margin-bottom: 1.25em;
    letter-spacing: 1.28px;
    color: #0E311E;
    font-weight: 400;
    letter-spacing: .56px;
}
footer .footer-block-image {
    display: flex;
    flex-direction: column;
}
footer .footer-block__details-content .list-menu__item--link:hover {
    text-decoration: none;
}
.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;
    flex-direction: column;
}
footer .footer__content-top .grid {
    gap: 0;
    border-top: 0 solid rgba(var(--color-foreground), 0.08);
    padding-top: 0;
}
footer .footer__list-social .list-social__link span.svg-wrapper {
    width: .625rem;
    height: .625rem;
}
footer .footer__list-social .list-social__link span.svg-wrapper:last-child {
    margin-right: 0;
    margin-left: .5rem;
}
.footer-block__details-content_text {
}
footer .newsletter-form__field-wrapper .field {
    flex-wrap: wrap;
}
.desc-footer {
    max-width: 18.5rem;
}
footer .newsletter-form__button {
    width: 100%;
    z-index: 2;
    height: 2.5rem!important;
    font-size: .938rem!important;
    letter-spacing: .9px!important;
    position: relative;
    margin-top: 10px;
}
footer .footer-block__details-content_text.footer-block__details-content>p {
    color: #000;
    font-family: var(--font-body-family);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}
footer .footer__list-social .list-social__link {
    padding: 0;
    margin-right: 0;
}
footer .list-social__item .icon {
    height: 100%;
    width: 100%;
}
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;
    padding-left: 0;
    padding-bottom: 0;
}
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: .875rem;
    letter-spacing: .56px;
    text-decoration: none;
    color: #0E311E;
    margin: 0;
}
.text_box_footer p a {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    opacity: 0.75;
}
.text_box_footer p em {
    font-style: normal;
    opacity: 0.75;
}
.footer-block__details-content.rte a:hover {
    text-decoration: underline;
}
.text_box_footer>img {
    width: 100%;
    border: 0;
    max-width: 3.25rem;
    margin: 0;
}
.text_box_footer {
    position: relative;
    display: inline-block;
}
.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: 0.5rem;
    transform: translateY(-0.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: .75rem;
    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: 0;
} */
.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: 0.1px solid #ddd;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}
footer .list-payment__item {
    align-items: center;
    display: block;
    padding: 0;
    margin: 0 0.25rem;
}
footer
    .footer-block__brand-info
    .footer-block__details-content
    .list-menu__item--link {
    font-size: 0.813rem;
    letter-spacing: 0;
    color: rgba(var(--color-foreground), 0.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: 0.813rem;
    color: rgba(var(--color-foreground), 0.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: 0.5rem;
}
.footer__blocks-wrapper
    .footer-block:nth-child(2)
    .footer-block__details-content
    > li:not(:last-child) {
    margin-right: 2.5rem;
}
footer .footer__payment {
    margin-top: 0;
}
.footer-block__brand-info {
    border-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
footer .grid .grid__item:last-child {
    opacity: 1;
    transform: none;
}
.footer__payment .svg-wrapper {
    width: auto !important;
    height: auto !important;
    transform: none !important;
    margin: 0 !important;
}
footer .list-payment {
    margin: 0;
    padding-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 12rem;
}
footer .list-payment__item {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.4rem;
}
.text_box_footer_inner {
    padding-left: 0.1rem;
}

.footer-block-text_wYg6Pq p.footer-block__heading.inline-richtext {
    text-align: center;
    max-width: 11.2rem;
} 
footer .has_dropdown ul.list-unstyled.list-social.footer__list-social {
    flex-direction: column;
}
/* li.list-payment__item,
li.list-payment__item svg {
    width: auto;
    height: auto;
} */
li.list-payment__item svg {
    height: 1.7rem;
}
footer .footer__content-top {
    padding-bottom: 0;
    padding: 0 3.5rem;
}
footer .footer-block__heading svg {
    display: none;
}
.custom-copyright {
    font-family: var(--text-light);
}
footer{
    border-top: 0 !important;
}
/*** 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 !important;
    letter-spacing: 0;
    line-height: 1.5rem !important;
    font-weight: 400;
    font-family: var(--text-medium);
    min-height: 4.2rem;
    max-width: 100%;
    text-align: center;
}
.related-products .card-wrapper,
.collection .card-wrapper {
    background-color: #fff;
}
.related-products .card--standard>.card__content,
.collection .card--standard>.card__content {
    padding: .625rem;
}
.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: 0.7125rem;
    padding: .25rem .5rem;
    margin-top: 0;
    border-radius: 0;
    border: none !important;
    letter-spacing: .9px;
    margin-bottom: .5rem;
    font-family: var(--text-bold);
    background: url(/cdn/shop/files/shape_green.svg) no-repeat center / contain;
    color: #fff;
    text-transform: inherit;
    height: 2.188rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.arzneimittel-custom {
    background: url(/cdn/shop/files/shape_green_new.svg) no-repeat center / contain !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.card__badge span.badge.sold_out_custom {
    background: url(/cdn/shop/files/sold_out.png) no-repeat center / contain;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0;
    display:none;
}
span.badge.badge--neu {
    background: url(/cdn/shop/files/shape_green.svg) no-repeat center / contain;
    color: #000;
}
body .on_altersempfehlung {
    background: url(/cdn/shop/files/neu_bg.png) no-repeat center / 100% 100% !important;
    padding: .25rem 0.9rem !important;
}
.on_altersempfehlung::before{
    content :" "; 
}
.card__badge span.badge.badge-custom {
}
.card__badge span.badge.on_sale {
    background: url(/cdn/shop/files/shape_red.svg) no-repeat center / contain;
}
.card__badge.right {
    position: absolute;
    top: 0rem;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-end;
    justify-content: flex-end;
    right: 0;
}
.card__badge span.badge.on_best {
}
.grid.product-grid.grid--4-col-desktop {
    gap: 40px;
}
.grid.product-grid.grid--4-col-desktop .grid__item {
    width: calc(25% - 40px);
    max-width: calc(25% - 40px);
}
.price__regular .price-item--regular, .price--on-sale .price__sale *, .price--on-sale .price-item--regular, .price--on-sale .price__sale, .card-information>.price {
    color: #121212 !important;
    font-size: .875rem !important;
    margin-top: 0 !important;
    letter-spacing: 0;
    text-align: left;
}
span.price-item.price-item--regular.has-vat,
.price--on-sale .price-item--regular span, .price--on-sale .price-item--regular {
    text-decoration: none!important;
    font-size: .875rem!important;
    color: #c7c7c7!important;
    margin-right: 0!important;
    font-family: var(--font-body-family)!important;
}
.price__regular .price-item--regular span,
.price--on-sale .price-item--regular span{
    font-size: 0.688rem !important;
    font-family: var(--font-body-family)!important;
    margin-left: .5rem;
    display: inline-block;
}
.price--on-sale .price__sale span.price-item.price-item--sale.price-item--last span{
    font-size: 0.688rem !important;
    font-family: var(--font-body-family)!important;
    margin-left: .5rem;
    display: inline-block;
}
.card-information .price--on-sale .price__sale {
    align-items: center;
    justify-content: center;
}
.price--on-sale .price-item--regular {
    color: #2B2B2B!important;
    margin-top: 0!important;
    display: block!important;
    text-decoration: line-through !important;
    font-size: .75rem !important;
}
.quick-add-modal {
    display: none;
}
.card__information .price__regular {
    color: #000;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card__information  .loox-rating {
    display: none;
}
.card__information .price__container {
    width: 100%;
    border-top: 0;
    display: flex;
    justify-content: center;
    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: 16.25rem;
    background-color: #fff;
    z-index: 2;
    margin: 0 auto;
    border-radius: 0;
    overflow: visible;
}
.image-mobie-wrapper {
    display: none;
}
.ft_sec {
    display: none;
}
/* .card--standard>.card__content .quick-add {
    display: none;
} */
.quick-add.no-js-hidden .button.button--secondary {
    padding-left: 0!important;
    padding-right: 0!important;
    border-radius: 0;
    opacity: 1;
    height: 2rem;
    width: auto;
    min-height: 1.875rem;
    background-color: #d95698!important;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .64px;
    font-family: var(--text-medium);
    min-width: 12.5rem;
    border-radius: 8px;
    margin: 0 auto;
}
.card-wrapper .rating-star {
    font-size: 0.875rem;
    --color-rating-star: #efb800;
    letter-spacing: 4px;
}
.rating_card {
    text-align: center;
}
p.rating-count.caption {
    font-size: 0.75rem;
    color: #959595;
} 
li.grid__item:hover .quick-add.no-js-hidden .button.button--secondary{
     opacity: 1;
}
body .card__content .quick-add.no-js-hidden  button--secondary:after {
    display: none !important;
}
.quick-add.no-js-hidden .button.button--secondary span {
    display: flex; 
    align-items: center;
}
.quick-add.no-js-hidden .button.button--secondary span:before {
    content: "";
    display: block !important;
    background: url(/cdn/shop/files/cart-custom.svg) no-repeat center / contain;
    box-shadow: none !important;
    width: 0.8125rem;
    position: relative;
    inset: auto;
    height: 1.125rem;
    margin-left: 0;
    margin-right: 0.3rem;
}
/* .quick-add.no-js-hidden {
    position: absolute;
    width: 100%;
    bottom: auto;
    z-index: 99;
    width: 1.875rem;
    background-color: #291f1f;
     background-image: url(https://cdn.shopify.com/s/files/1/0949/3273/0233/files/market.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .875rem;
    height: 1.875rem;
    top: calc(100% - 1.875rem - 1rem);
    margin: 0;
    right: 1rem;
    overflow: hidden;
} */
body .card__content .quick-add.no-js-hidden  .button--secondary:after {
    display: none !important;
}
.heading-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.card-delevery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    margin-top: .5rem;
}
.available-card {
    font-size: .625rem;
    line-height: 1;
    letter-spacing: 0;
    color: #59BC1C;
}
.available-card>span>span {
    display: flex;
    width: .688rem;
    height: .688rem;
    position: relative;
    background-color: #b9ff8e;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: .313rem;
}
.available-card > span > span::before{
    content: '';
    display: block;
    background-color: #59BC1C;
    width: 0.313rem;
    height: 0.313rem;
    border-radius: 50%;
}
.available-card > span {
    display: flex;
    align-items: center;
}
span.card__stock.low-stock {
    color: #ED7F21;
}
.available-card>span.card__stock.low-stock>span{
    background-color: #FFCFA5;
}
.available-card > span.card__stock.low-stock > span::before{
     background-color: #ED7F21;
}
span.card__stock.out-stock {
    color: #CA0930;
}
.available-card>span.card__stock.out-stock>span{
    background-color:rgba(202, 9, 48, 0.63);
}
.available-card > span.card__stock.out-stock > span::before{
     background-color: #CA0930;
}
.lieferzeit-card {
    display: flex;
    align-items: center;
    font-size: .625rem;
    letter-spacing: 0;
}
.lieferzeit-card svg {
    min-width: .5rem;
    margin-right: .25rem;
}
.badge_sale {
    color: #FF3B3B;
}
.featured-collection slider-component {
    max-width: 67.5rem;
}
.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: inherit;
    color: #007e3c;
    opacity: 1 !important;
    font-family: var(--font-body-family);
    text-align: center;
    min-height: 6.25rem;
}
.caption-with-letter-spacing.caption-with-letter-spacing-empty {
    display: block !important;
    min-height: 1.25rem;
}
.related-products .card--standard>.card__content, .collection .card--standard>.card__content {
    max-width: 100%;
}
.collection__title .title {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.collection {
    position: relative;
}
.collection .card-information {
    width: 100%;
    margin-bottom: 1.25rem;
}
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);
}
.collection .card-wrapper:hover{
    box-shadow: 3px 3px 6px #00000029;
}

.collection .swiper-wrapper > .grid__item{
    padding-bottom: .5rem;
}
.card--media .card__inner .card__content {
    height: auto;
    margin-top: 0;
    top: .625rem;
    display: block;
    padding: 0 !important;
}
.card__media+.card__content {
    position: absolute !important;
    left: .625rem;
}
.collection__view-all a:not(.link) {
    margin-top: 1.875rem;
}
.badge_sold_out {
    color: #FF3B3B !important;
}
.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: 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: #121212;
}
.price--on-sale .price__sale span.price-item.price-item--sale.price-item--last {
    color: #B71A62 !important;
    letter-spacing: 0;
    margin-right: 0 !important;
    margin-left: .25rem !important;
    font-family: var(--text-bold) !important;
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-size: 1rem;
    color: #121212;
}
.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: center; */
    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: #2B2B2B;
}
.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, {
    transform: scale(1.1);
    transition: all .5s;
}
.article-card-wrapper .card:hover .card__media img {
    transform: scale(1) !important;
}
.article-card-wrapper .article-card__image.media.media--hover-effect {
    background: transparent !important;
} 
.article-card__image.media.media--hover-effect img {
    max-height: 9.6rem;
    border-radius: 1.25rem;
}
/* .swiper-button-next svg, .swiper-button-prev svg {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
} */
/* .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: .5rem;
    font-size: .75rem;
    margin-top: 0;
    line-height: normal;
    color: #959595;
    font-family: var(--text-light);
    letter-spacing: 0;
}
.card__media>a.overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
/*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: 0;
    top: 6px;
    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: 1.25rem !important;
    width: 100%;
    order: 4;
}
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;
    justify-content: flex-end;
}
.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*/
/*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: #000;
    font-size: 1rem;
    font-family: var(--font-body-family);
    justify-content: center !important;
    width: 100%;
}
.footer-block__details-content.rte .newsletter-form__message .svg-wrapper {
    margin-right: 0;
}
form.search.search-modal__form span.svg-wrapper {
    display: none;
}
input#Search-In-Template {
    border: 0.5px solid #bebebe;
}
.template-search__search .svg-wrapper {
    display: none;
}
.header__icons input#Search-In-Template {
    border: 0;
}
details[open]>.header__menu-item {
    text-decoration: none !important;
}
.shape-newsletter {
    overflow: hidden;
}

.template-search__search {
    max-width: 100% !important;
}
.template-search__search button.reset__button.field__button {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 2;
}
.form-status-list.form__message  ,.newsletter-form__message--success{
    border: 2px solid var(--secondary-color) !important;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    justify-content: center;    font-family: var(--font-heading-family);
}
.newsletter-form__message--success {
    width: fit-content;
    margin: 0 auto;
    margin-top: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

body h2.form-status.form-status-list.form__message  ,.newsletter-form__message--success {
    color: var(--secondary-color);
    letter-spacing: 0;
    line-height: 1.25rem;    font-family: var(--font-heading-family);

}
.form-status-list.form__message svg.icon.icon-success {
    margin-top: 0;
}

.contact .form__message {
    align-items: center !important;
}
.search-section-custom-menu .predictive-search__results-groups-wrapper {
    flex-direction: column;
} 
@media screen and (max-width: 990px){
    .shopify-email-marketing-confirmation__container>a:last-child:focus,
    .button.button--secondary:focus, .button.button--primary:focus {
        background: linear-gradient(90deg,var(--primary-color),var(--secondary-color));
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 12px 28px #00000047;
        letter-spacing: 1.5px;
    }
    .shopify-email-marketing-confirmation__container>a:last-child:focus:after,
    .button.button--secondary:focus:after, .button.button--primary:focus:after {
        transform: translate(6px);
        opacity: 1;
    }
    .spf-layout-theme ul#gf-products {
        gap: 20px !important;
    }
    #gf-grid {
        padding: 0 20px;
    }
    span.gf-summary {
     display: none;
    }
    .gf-theme-version-15.spf-filter-tree-theme.spf-has-filter #gf-controls-container .gf-refine-toggle-mobile span, .gf-theme-version-15.spf-filter-tree-theme.spf-has-filter #gf-tree .gf-refine-toggle-mobile span {
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
    .gf-theme-version-15.spf-filter-tree-theme .gf-clear, .gf-theme-version-15.spf-filter-tree-theme .gf-clear-all, .gf-theme-version-15.spf-filter-tree-theme .gf-option-block ul li a, .gf-theme-version-15.spf-filter-tree-theme .gf-option-block ul li button, .gf-theme-version-15.spf-filter-tree-theme .gf-option-block ul li span.gf-count, .gf-theme-version-15.spf-filter-tree-theme .gf-refine-toggle, .gf-theme-version-15.spf-filter-tree-theme .selected-item.gf-option-label a, .gf-theme-version-15.spf-filter-tree-theme input.gf-controls-search-input, .gf-theme-version-15.spf-filter-tree-theme span.gf-summary, .gf-theme-version-15.spf-filter-tree-theme.gf-top_one #gf-tree .sort-by label, .gf-theme-version-15.spf-filter-tree-theme.gf-top_one .globo-dropdown-custom__options span, .gf-theme-version-15.spf-filter-tree-theme.spf-has-filter #setLimit, .gf-theme-version-15.spf-filter-tree-theme.spf-has-filter .sort-by label, .gf-theme-version-15.spf-filter-tree-theme.spf-has-filter input.gf-controls-search-input::placeholder {
        font-size: 12px !important;
    }
}


.card-price-variant.quick-add.no-js-hidden.partner-apotheke-kaufen a {
    background: #C8197b !important;
}



.