/** Shopify CDN: Minification failed

Line 4766:59 Expected "]" to go with "["

**/
/*! Beyondesign Development
-------
-------
-------
-------
-------
-------
---- */

/* general 
---
-------
-------
-------
-------
-------
--------*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;900&display=swap");

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.main {
  position: relative;
  top: 0px;
  padding-bottom: 50px;
}

:root {
  --secondary-fill-color: var(--color-background);
  --accent-color: var(--color-background-sale-badge);
  --primary-text-color: var(--color-text);
  --not-selected-secondary-color: ;
  --font-lexend: "Lexend", sans-serif;
  --font-nunito: var(--font-body);
}
.page-width {
  max-width:129.8rem;
  padding: 0 1.7rem;
  margin: 0 auto;
}
@media screen and (min-width:40em) {
  .page-width {
    max-width:129.8rem;
    padding: 0 2.5rem;
    margin: 0 auto;
  }
}
/* Main classes */

.h1 {
  font-family: var(--font-lexend);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 105%;
}

.h2,
h1,
.fs-heading-2-large,
.rte h1 {
  font-family: var(--font-lexend);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 105%;
  display: flex;
  align-items: center;
}

.h3,
h2,
.rte h2 {
  font-family: var(--font-lexend);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 105%;
}

.p-med,
p,
.fs-body-large-ns {
  font-family: var(--font-nunito);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 23px;
}

.p-small,
.spr-badge-caption,
.product-info__container p,
.product-info__container span,
.product-info__container li {
  font-family: var(--font-nunito);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 16px;
}

.p-xsmall {
  font-family: var(--font-nunito);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 105%;
}

a.custom-link,
.btn--text-link {
  text-decoration-line: underline;
  color: var(--primary-text-color);
}

.white-accent {
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px solid #ffffff;
  backdrop-filter: blur(53.6px);
  -webkit-backdrop-filter: blur(53.6px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.section--contrast .h2,
.section--contrast .h1,
.section--contrast .h3,
.section--contrast p,
.section--contrast .p-large,
.section--contrast .p-med,
.section--contrast .p-small,
.section--contrast .p-xsmall,
.section--contrast .h3 {
  color: var(--primary-text-color);
}

/* Helper classes */

.hide-mobile {
  display: none;
}

.hide-desktop {
  display: block;
}

.page .ta-c {
  text-align: left;
}

.display {
  visibility: visible !important;
  opacity: 1 !important;
}

.hide {
  opacity: 0;
  visibility: hidden !important;
}

.btn.btn-main {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 105%;
  background-color: var(--color-text);
  color: var(--secondary-fill-color);
}

.drawer-menu__panel {
  max-height: 100vh;
}

.flickity-button {
  background: none;
}

.custom-header.header.is-sticky:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
}

.header.is-sticky {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  box-shadow: none;
}

/* mobile menu */

.link__children-amount {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-size: 7.82892px;
  line-height: 10px;
  display: flex;
  align-items: center;
  color: #f4f1ed;
  margin-top: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  background: #f45b69;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.drawer-menu__link svg {
  margin-left: 2rem;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.accordion.is-open .drawer-menu__link svg {
  transform: rotate(-180deg);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

button.accordion {
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.no-js .accordion-content {
  max-height: fit-content;
}

.menu-drawer__products {
  display: flex;
  margin: 0;
  padding: 2rem 5rem 2rem 2rem;
  justify-content: stretch;
  align-items: stretch;
  overflow: scroll;
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.menu-drawer-product {
  width: 12rem;
  padding: 1.2rem 1.7rem;
  list-style: none;
  margin-right: 2rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px solid #ffffff;
  backdrop-filter: blur(2.75px);
  border-radius: 15px;
  flex-shrink: 0;
}

.menu-drawer-noproduct {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-drawer-noproduct .product-card__title {
  margin-top: 0;
}

.menu-drawer__link {
  color: var(--primary-text-color);
  text-decoration-line: underline;
  text-align: center;
  margin: auto 0;
  width: 100%;
  display: block;
  flex-shrink: 0;
  width: auto;
  margin-left: 2rem;
  margin-right: 5rem;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
}

.drawer-menu__ups {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.9rem 1.9rem 2.8rem 1.9rem;
  display: flex;
  flex-flow: column;
  background: var(--color-background);
}

/* menu drawer */

.drawer-benefits__container {
  display: flex;
  flex-gap: 1.5rem;
  gap: 1.5rem;
  column-gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.drawer-benefits__image {
  max-height: 2.4rem;
  min-width: 2.4rem;
  width: auto;
  margin-right: 1rem;
}

.drawer-benefits__wrapper p {
  max-width: 13rem;
}

.drawer-benefits__wrapper {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
}

.drawer-account {
  display: flex;
  align-items: center;
  background: #353531;
  border-radius: 5px;
  padding: 0.4rem 0.9rem;
  color: var(--secondary-fill-color);
}

.drawer-benefits__last {
  margin-top: 3rem;
}

.drawer-benefits-suche {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.drawer-account p {
  margin-left: 0.7rem;
  color: var(--secondary-fill-color);
}

.drawer-menu__panel {
  background-color: var(--secondary-fill-color);
}

.drawer-menu__bottom .drawer-menu__all-links ul {
  background-color: var(--secondary-fill-color);
  max-height: 65vh;
  height: auto;
  overflow: scroll;
}

.drawer-menu__form .drawer-menu__item {
  margin-top: 2rem;
}

.drawer-menu__item + .drawer-menu__item {
  margin-top: 2rem;
}

.drawer-menu__panel {
  color: var(--primary-text-color);
}

.drawer-menu__panel .icon-button__icon .icon {
  color: var(--primary-text-color);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.drawer-menu__close-icon .icon-button .icon {
  width: 53px;
  height: 32px;
}

.drawer-menu.search-active .drawer-menu__list.visible {
  background-color: inherit;
}

.drawer-menu__search-input {
  background-color: inherit;
}

/* Sections
----------------------------------------------*/

/* custom-img-txt-btn */

.custom-image-with-text__image-container
  > .image-with-text__image-container-inner {
  position: relative;
}

.custom-image-with-text__image-container
  > .image-with-text__image-container-inner {
  position: relative;
}

.custom-image-with-text__image-container img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.custom-hero__footer-container {
  width: 100%;
  padding: 1.25rem 3rem;
  background-color: #ffffff;
  position: absolute;
  bottom: 10%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-hero__footer-container {
  width: 100%;
  padding: 1.25rem 3rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5.89021px);
  -webkit-backdrop-filter: blur(5.89021px);
  position: absolute;
  bottom: 10%;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-hero__footer-element__icon {
  width: 35px;
  height: 15px;
}

.custom-hero__footer-element__icon img {
  object-fit: contain;
}

.custom-image-text-button__button {
  margin-top: 1rem !important;
  margin-bottom: 3.5rem;
  padding: 1.5rem 3.5rem;
  border-radius: 1.5rem;
}

.custom-image-text-button .custom-image-text-button__text-container > h1 {
  margin-left: -2px;
}

.custom-image-text-button__button {
  margin-top: 2rem !important;
  margin-bottom: 3.5rem;
  padding: 1.5rem 3.5rem;
  border-radius: 1.5rem;
}

.custom-image-text-button__benefit-container {
  max-width: 26rem;
  display: flex;
  align-items: center;
}

.custom-image-container,
.custom-image-container img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.custom-image-text-button__benefit-container p {
  margin-left: 2rem;
  font-family: var(--font-nunito);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 16px;

  margin-left: 35px;
}

/* custom-details */

.custom-details.section.section--contrast {
  margin: 15rem 0;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  position: relative;
}

.custom-details__grid {
  margin: 5rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}

.custom-details__item-inner {
  display: flex;
  align-items: center;
}

.custom-details__image-container {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 1rem;
}

.custom-details__button-container .custom-image-text-button__button {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

/* nav-children */

.nav-children__relative {
  position: relative;
}

.nav-children {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  /* background-color: red; */
  transition: height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-children.open {
  height: 100%;
  transition: height 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-children__container {
  position: relative;
  width: 100%;
  height: 250px;
}

.nav-children__wrapper {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0 10rem 3rem 0;
  justify-content: stretch;
  align-items: stretch;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-children__wrapper.open {
  visibility: visible;
  height: 250px;
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-children__wrapper li {
  padding: 3rem 0 0 0;
  list-style: none;
  margin-right: 2rem;
}

.nav__product-card {
  width: 120px;
  /* height: 100%; */
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px solid #ffffff;
  backdrop-filter: blur(2.75px);
  -webkit-backdrop-filter: blur(2.75px);
  border-radius: 15px;
  padding: 1.3rem 1.7rem;
}

.nav__product-card-wrapper {
  opacity: 0;
}

.nav__product-card-wrapper.animate-stagger {
  animation: stagger ease-in 0.2s forwards;
  animation-delay: calc(var(--order) * 0.02s);
}

@keyframes stagger {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.product-card__image,
.product-card__image-container {
  border-radius: 10px;
  overflow: hidden;
}

.product-card__title {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 1.4rem;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-text-color);
  text-align: center;
}

.product-card__link {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--primary-text-color);
  text-decoration-line: underline;
  text-align: center;
  margin: auto 0;
  transform: translateY(1.5rem);
  width: 100%;
  display: block;
  flex-shrink: 0;
  width: auto;
  margin-left: 3rem;
}

.product-card__no-image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card__no-image .product-card__title {
  margin: auto;
}

/* header */

.navigation__submenu-trigger {
  text-decoration: none;
  position: relative;
  color: var(--primary-text-color);
}

.navigation__submenu-trigger:before,
.navigation__submenu-trigger:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 10px;
  background: var(--primary-text-color);
}

.navigation__submenu-trigger:before {
  left: 0;
}

.navigation__submenu-trigger:after {
  right: 0;
  background: var(--primary-text-color);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.navigation__submenu-trigger:hover:before {
  background: var(--primary-text-color);
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.navigation__submenu-trigger:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.cart__icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart__icon-svg svg {
  width: 2.1rem;
  height: 2.1rem;
  stroke: var(--primary-text-color);
}

.cart__icon-svg svg > * {
  stroke: var(--primary-text-color);
}

.cart__icon-svg svg g > * {
  stroke: var(--primary-text-color);
}

.custom-header {
  padding-right: var(--space-outer);
  padding-left: var(--space-outer);
  padding-bottom: var(--spacing-small);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  background-color: transparent;
  border-radius: 0px 0px 20px 20px;
}

.cart__icon,
.header__menu-icon {
  /* VARIANT B HERE */
  /* background: var(--primary-text-color);
  border-radius: 5px; */
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.cart__icon.active {
  animation: jump-shaking 0.83s;
  -webkit-animation: jump-shaking 0.83s;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateY(-9px);
  }

  35% {
    transform: translateY(-9px) rotate(17deg);
  }

  55% {
    transform: translateY(-9px) rotate(-17deg);
    -webkit-transform: translateY(-9px) rotate(-17deg);
    -moz-transform: translateY(-9px) rotate(-17deg);
    -ms-transform: translateY(-9px) rotate(-17deg);
    -o-transform: translateY(-9px) rotate(-17deg);
  }

  65% {
    transform: translateY(-9px) rotate(17deg);
  }

  75% {
    transform: translateY(-9px) rotate(-17deg);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.custom-header.header--has-logo .header__logo-link {
  max-width: 5.7rem;
}

.custom-header .header__cart-count {
  background-color: var(--accent-color);
  width: 11px;
  height: 11px;
  top: -5px;
  right: -5px;
}

.custom-header .header__cart-count {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.custom-header {
  --size-icon-touch: 3.2rem;
}

.custom-header .icon-button__icon {
  width: 3.2rem;
  height: 3.2rem;
  min-width: auto;
}

.custom-header .header__icon-touch.header__icon-menu .icon {
  width: 3.2rem;
  height: 3.2rem;
}

.custom-header .header__icon-touch + .header__icon-touch {
  margin-left: 4rem;
}
.header__icon-touch svg {
  width: 19px;
}
/* custom-benefit-grid */

.custom-benefit-grid {
  margin-top: 10rem;
}

.benefit-grid__header {
  max-width: var(--text-max-width);
}

.only-for-lp .benefit-grid__header {
  margin-left: auto;
  margin-right: 0;
}

.benefit-grid__header-title {
  margin-bottom: 1.5rem;
}

.benefit-grid__header-text {
  margin-bottom: 7rem;
}

.benefit-grid__item {
  width: 100%;
  margin-bottom: 6rem;
}

.benefit-grid__item .image {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0px 0px;
}

.benefit-grid__item .image .image__img {
  border-radius: 30px 30px 0px 0px;
}

.template-lp1 .benefit-grid__item-info {
  padding:3rem;
}
.benefit-grid__item-info {
  margin-top: -20px;
  border: none;
  padding: 2.2rem 3.1rem;
  border-radius: 0px 0px 30px 30px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  -o-border-radius: 0px 0px 30px 30px;
}

.benefit-grid__item-title {
  margin-bottom: 1.5rem;
  word-break: break-word;
}

/* custom numbers */

.custom-numbers {
  margin-top: 15rem;
}

.custom-numbers .btn.btn-main {
  padding: 0.8rem 2.5rem;
  border-radius: 14.9981px;
  background-color: var(--color-text);
  text-align: center;
}

.custom-numbers .image-with-text__inner.section__inner {
  padding-left: 0;
  padding-right: 0;
}

.custom-numbers .section .section__inner {
  padding-left: 0;
  padding-right: 0;
}

.custom-numbers .h1 {
  text-align: center;
  margin-bottom: 1rem;
}

.custom-numbers .custom-numbers__title {
  word-break: break-word;
}

.custom-numbers .btn.btn-main {
  margin-top: 4rem;
}

.custom-numbers .p-med {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}

.custom-numbers .custom-numbers__icon {
  width: 70px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.custom-numbers__container {
  /* background-color: var(--secondary-fill-color); */
  box-shadow: 0px 3.71429px 46.4286px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding-top: 7rem;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: column-reverse;
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
}

.custom-numbers__container .title-container {
  margin-top: 3rem;
}

.custom-numbers .image-with-text__text-container {
  padding-right: var(--space-outer);
  padding-left: var(--space-outer);
}

/* sticky menu */

.sticky-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: calc(var(--z-index-popup) / 2);
  overflow: hidden;
}

.sticky-menu__container {
  padding-right: var(--space-outer);
  padding-left: var(--space-outer);
  display: flex;

  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
  border-radius: 20px 20px 0px 0px;
}

#shopify-section-custom-sticky-menu {
  z-index: calc(var(--z-index-popup) / 2);
}

.sticky-menu__item a {
  display: flex;
  gap: 0.4rem;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.8rem 0 0.7rem;
  opacity: 0.5;
}

.sticky-menu__item svg,
.sticky-menu__item img,
.sticky-menu__item .image {
  width: 25px;
  height: 25px;
}

.sticky-menu__item a.active {
  opacity: 1;
}

/* custom-grid-images */

.custom-grid {
  margin-bottom: 20rem;
}

.custom-grid__grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 305px);
  gap: 1.5rem;
}

.custom-grid__item-container {
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
}

.custom-grid__item-container:nth-child(1) .custom-grid__text-container {
  max-width: 80%;
}

.custom-grid__item-container:nth-child(4) .custom-grid__text-container,
.custom-grid__item-container:nth-child(5) .custom-grid__text-container,
.custom-grid__item-container:nth-child(8) .custom-grid__text-container {
  max-width: 72%;
}

.custom-grid__image-container img,
.custom-grid__item-image,
.custom-grid__text-container {
  border-radius: 3rem;
}

.custom-grid__item-image,
.custom-grid__item-image svg {
  width: 100%;
  height: 100%;
}

.custom-grid__image-container {
  width: 100%;
  height: 100%;
}

.custom-grid__text-container {
  padding: 1.1rem;
  padding-left: 2.25rem;
  position: absolute;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* custom-favorites */

.custom-favorites {
  margin-top: var(--spacing-extra-extra-large);
  margin-bottom: var(--spacing-extra-extra-large);
}

.custom-favorites .section__inner {
  max-width: var(--max-width);
  position: relative;
}

.custom-favorites .custom-account__background-image.left {
  left: 0;
  bottom: 65%;
  margin-left: calc(var(--space-outer) * -1);
}

.custom-favorites .custom-account__background-image.right {
  right: 0;
  top: 70%;
}

.custom-favorites__content-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  z-index: 2;
}

.custom-favorites__content-wrapper.white-accent {
  border-radius: 3rem;
  z-index: 2;
  position: relative;
  backdrop-filter: blur(5.26203px);
  -webkit-backdrop-filter: blur(5.26px);
  -moz-backdrop-filter: blur(5.26px);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.custom-favorites__content-wrapper > div:not(:first-child) {
  padding: 1.4rem;
  max-width: 50%;
  /* flex-shrink: 0; */
}

.custom-favorites__title {
  padding: 2rem;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-favorites__title,
.custom-favorites__product-container--highlighted {
  flex-basis: 52%;
}

.custom-favorites__product-container {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;
}

.custom-favorites__product-container > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.custom-favorites__content-wrapper > div:nth-child(2),
.custom-favorites__product-container:last-child {
  flex-basis: 48%;
}

.custom-favorites__product-container--highlighted {
  margin-left: -1.5px;
  margin-bottom: -1.5px;
  /* padding: 2.3rem 2.9rem !important; */
  padding: 2.3rem 0 !important;
  background: rgba(255, 255, 255, 0.2);
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border: 1.5px solid #ffffff;
  /* transform: scale(1.75); */
  /* font-size: 75%; */
  /* Note: backdrop-filter has minimal browser support */
  backdrop-filter: blur(5.26px);
  -webkit-backdrop-filter: blur(5.26px);
}

.custom-favorites__highlight-content {
  max-width: 75%;
  padding: 0.45rem 2.3rem;
  background: #ffffff;
  backdrop-filter: blur(10.5241px);
  -webkit-backdrop-filter: blur(10.5px);
  border-radius: 0px 0px 23px 23px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-favorites__highlight-content .image {
  margin-right: 0.4rem;
}

.custom-favorites__icon {
  width: 22px;
  height: 22px;
}

.custom-favorites__product-image {
  min-width: 75px;
  min-height: 75px;
  padding: 0 !important;
}

.custom-favorites__product-last-row p {
  display: flex;
  align-items: center;
}

.custom-favorites__product-last-row p span:not(:last-child) {
  margin-right: 1rem;
}

.custom-favorites__product-last-row a {
  text-decoration: underline;
}

.custom-favorites .featured-product__media > .placeholder-image {
  height: 100%;
}

/* Custom-footer */

.custom-footer.section {
  background-color: var(--color-text);
  color: var(--secondary-fill-color);
}

.custom-footer {
  margin: 0;
  padding: var(--spacing-large) 0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.custom-footer .small-container {
  padding: 0 calc(5rem - var(--space-outer));
  display: flex;
  flex-direction: column;
}

.custom-footer__content-wrapper {
  max-width: 228.64px;
  display: flex;
  flex-direction: column;
}

.custom-footer__content-wrapper .h2,
.custom-footer__content-wrapper p,
.custom-footer__content-wrapper li,
.custom-footer__content-wrapper a,
.custom-footer__content-wrapper .h3,
.custom-footer__content-wrapper .p-small,
.custom-footer__content-wrapper .p-med {
  color: inherit;
}

.custom-footer__content-wrapper .h2 {
  margin-bottom: 0.7rem;
}

.custom-footer .custom-favorites__product-container {
  margin: 2.2rem 0 6rem;
  padding: 4.4rem 2.85rem 3.375rem !important;
  border-radius: 3rem;
}

.custom-footer__content-wrapper .custom-favorites__product-image {
  min-width: 80px;
  min-height: 80px;
}

.custom-footer .custom-favorites__product-container img {
  object-fit: contain;
}

.custom-footer__content-wrapper .custom-favorites__product-image {
  min-width: 80px;
  min-height: 80px;
}

.custom-footer__newsletter .white-accent {
  width: fit-content;
  margin-bottom: 1.6rem;
  margin-top: 2.2rem;
  padding: 0.9rem 1.6rem;
  border-radius: 1rem;
  color: var(--secondary-fill-color);
}

.custom-footer .footer__newsletter-button.btn.btn-main {
  padding: 1rem 2rem;
  background: var(--secondary-fill-color);
  border-radius: 10px;
  color: var(--primary-text-color);
  margin-bottom: 5.5rem;
}

.custom-footer__newsletter .white-accent {
  width: fit-content;
  margin-bottom: 1.6rem;
  padding: 0.9rem 1.6rem;
  color: var(--secondary-fill-color);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5.26203px);
  -webkit-backdrop-filter: blur(5.26203px);
  border: 1.5px solid #ffffff;
  border-radius: 1rem;
}

.custom-footer__newsletter .white-accent:focus {
  box-shadow: none;
}

.custom-footer__group {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}

.custom-footer__group .custom-footer__header {
  margin-bottom: 0;
  padding-top: var(--spacing-medium);
  padding-bottom: var(--spacing-medium);
}

.custom-footer__group .custom-footer__header {
  padding-left: 0;
}

.custom-footer__group-content {
  padding: 0;
  display: block !important;
}

.custom-footer .header__icon-touch.header__icon-touch--account {
  margin-top: 2rem;
  background-color: #f4f1ed;
  color: var(--color-text);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  order: 2;
}

.custom-footer .header__icon-touch.account__icon {
  width: fit-content;
  gap: 0.9rem;
  padding: 0.8rem 2rem;
}

.custom-footer .header__icon-touch.account__icon svg {
  width: 17px;
  height: 17px;
}

.custom-footer .header__icon-touch.account__icon svg path {
  fill: var(--color-text);
}

.custom-footer__link {
  margin: 0.5rem 0;
}

.custom-footer__link a::before,
.custom-footer__link a::after {
  display: none;
}

.custom-footer__credits {
  padding-left: 0;
  padding-right: 0;
  color: #fbfbfb;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.custom-footer__credits p:last-child a {
  text-decoration: underline;
  color: #9977f4;
}

.custom-footer__social-media {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.custom-social-media__icon-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}

.custom-social-media__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom-social-media__item .icon {
  width: 27.5px;
  height: 27.5px;
}

.custom-footer__credits {
  padding-left: 0;
  padding-right: 0;
  color: #fbfbfb;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

/* Custom account overview */

.custom-account__heading {
  margin-bottom: 2rem;
}
.template-lp1 .custom-account__heading {
  margin-bottom: 4rem;
}
.template-lp1 .text__image-with-features {
  font-family: "Nunito Sans";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.36;
  color: #353531;
  margin-bottom: 4rem;
  letter-spacing: 0;
}
.custom-account__subtext {
  margin-bottom: 6rem;
}

.custom-account-overview {
  margin-top: 12rem;
}

.custom-account-overview .image-with-features__image-container .image__img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  /* max-height: 550px;
  max-width: 550px; */
}

.custom-account__featured-container {
  position: relative;
}

.custom-featured__background-container {
  margin: 0 auto;
  width: calc(var(--max-width));
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
  overflow: visible;
  margin-top: calc(8rem - var(--spacing-extra-large));
  margin-bottom: calc(8rem - var(--spacing-extra-large));
}

.custom-account__featured-wrapper {
  background: rgba(255, 255, 255, 0.6);
  border: 1.5px solid #ffffff;
  box-sizing: border-box;
  backdrop-filter: blur(5.26203px);
  -webkit-backdrop-filter: blur(5.2px);
  border-radius: 30px 00px 0px 30px;
  padding: 1.3rem 3.3rem;
  padding-right: var(--space-outer);
  margin-left: var(--space-outer);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 1;
  position: relative;
  margin-top: var(--spacing-extra-large);
  margin-bottom: var(--spacing-extra-large);
}

.custom-account__text-block h2 {
  margin-bottom: 1rem;
  word-break: break-word;
}

.custom-account__text-block {
  width: 60%;
}

.custom-account__image-block {
  width: 40%;
}

.custom-account__image-block:after {
  content: "flickity";
  display: none;
  /* hide :after */
}

.custom-account__image-image {
  min-width: 80px;
  min-height: 80px;
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
}

.custom-account__image-image.default-image,
.custom-favorites__product-image.default-image {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.custom-account__image-image .image__img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.product-card {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.product-card h3 {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.product-card__navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}

.custom-account__background-image {
  position: absolute;
  width: 150px;
  height: 150px;
}

.custom-account__background-image.left {
  left: 0;
  bottom: -30%;
  margin-left: calc(var(--space-outer) * -1);
}

.custom-account__background-image.right {
  right: 0;
  top: -5rem;
}

.custom-account-overview .flickity-prev-next-button.next {
  right: -26px;
  background: none;
}

.custom-account-overview .flickity-button-icon {
  fill: var(--color-text-popover);
}

.custom-account-overview .flickity-prev-next-button.previous {
  left: -30px;
}

.custom-account-overview .flickity-button:disabled {
  opacity: 0;
}

.custom-header .header__icon-touch.account__icon {
  border-radius: 10px;
}

/* custom-feedback__card */

.feedback-card__container {
  width: 100%;
}

.feedback-card__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.feedback-card__title .h3 {
  margin-left: 1rem;
  color: var(--color-background);
  display: inline-block;
}

.feedback-card__title svg {
  height: 14px;
  width: 14px;
  margin-right: 0.35rem;
  max-width: 14px;
  min-width: 14px;
}

.custom-feedback__card {
  width: calc(100% - 2.5rem);
  margin-right: 2.5rem;
  background: var(--color-text);
  border-radius: 30px;
  color: var(--color-background);
  padding: 3rem;
}

.feedback-card__text {
  margin: 2rem 0;
}

.feedback-card__text p {
  color: var(--color-background);
}

.feedback-card__image .image__img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.custom-feedback-carousel .flickity-prev-next-button.next {
  right: -20px;
}

.custom-feedback-carousel .flickity-prev-next-button.previous {
  left: -20px;
}

.custom-feedback-carousel .flickity-button {
  opacity: 1;
  transition: opacity 0.3 ease-in-out;
  -webkit-transition: opacity 0.3 ease-in-out;
  -moz-transition: opacity 0.3 ease-in-out;
  -ms-transition: opacity 0.3 ease-in-out;
  -o-transition: opacity 0.3 ease-in-out;
}

.custom-feedback-carousel .flickity-button:hover {
  background-color: transparent;
}

.custom-feedback-carousel .flickity-button:disabled {
  opacity: 0;
}

.custom-feedback-carousel .flickity-prev-next-button {
  width: 22px;
  height: 22px;
}

/* -- start story page -- */

.custom-story {
  margin-bottom: 0;
}

.custom-story .custom-image-text-button__text-container {
  gap: 1rem;
}

.custom-story .custom-image-text-button__text-container h1 ~ .custom-info-text {
  margin-top: 1.5rem 0;
}

.custom-story
  .custom-image-text-button__text-container
  .custom-info-text.p-med {
  margin: 1rem 0;
}

/* custom signature */

.custom-signature__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.custom-signature__content-wrapper .p-med {
  text-align: center;
}

.custom-signature__image-container {
  width: 280px;
  height: 120px;
  padding-top: 0 !important;
}

.custom-signature__image-container img {
  object-fit: contain;
}

/* custom-story-cards-grid */

.custom-story-cards-grid .benefit-grid__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

.custom-story__card-item {
  margin-bottom: 0;
}

.custom-story__card-item:nth-of-type(1) {
  order: 1;
}

.custom-story__card-item:nth-of-type(2) {
  order: 2;
}

.custom-story__card-item:nth-of-type(3) {
  order: 3;
}

.custom-story__card-item:nth-of-type(4) {
  order: 4;
}

/* -- end story page -- */

/* -- pages -- */
.content-page .page__header {
  margin: 0 0 6rem 0;
  text-align: left;
  align-items: flex-start;
}

.content-page .page__rte {
  word-break: break-word;
}

.content-page .btn {
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  padding: 1.3rem 3rem;
}

.page-container__text-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 3rem 4.5rem;
}

/* custom positions */

.positions-title {
  margin-bottom: 4rem;
  margin-top: 0rem;
  padding-top: 10rem;
}

.position-card {
  padding: 3rem 4rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  border-radius: 30px;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.position-card > * {
  margin-right: 2rem;
}

.postion-subtitle {
  margin-bottom: 2.3rem;
}

.position-details {
  display: flex;
  flex-flow: row wrap;
}

.position-details > * {
  margin-right: 1rem;
}

.position-details .p-small {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.position-card .p-small svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}

/* questions accordion */

.questions {
  margin-bottom: 11.5rem;
}

.questions .section-header .h2 {
  margin-bottom: 4rem;
}

.questions .questions__accordion-label {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 3rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: none;
  margin-bottom: 1.5rem;
}

.questions
  .questions__accordion-group[data-open="true"]
  .questions__accordion-answer {
  background: rgb(244 241 237);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.questions .questions__accordion-group {
  border: none;
}

/* custom page hero */

.custom-page-hero .image__img,
.custom-page-hero .image {
  max-height: 320px;
}

.custom-page-hero .image-with-text__text-container {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  border-radius: 50px;
  width: 100%;
}

.custom-page-hero .custom-image-text-button__img-container {
  padding: 0;
}

.custom-page-hero {
  margin-bottom: 0;
}

.custom-positions {
  margin-top: 0;
}

/* login page */

.login__links {
  display: flex;
  flex-flow: column;
}

.btn.btn-main.account-link {
  text-decoration: none;
  margin: 0 0 var(--spacing-medium) 0;
}

.custom-footer .custom-favorites__highlight-content p {
  max-width: 135px;
}

.search__result-image {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 1rem;
}

.search__result-heading {
  margin-bottom: 1rem;
}

.custom-footer .drawer-menu__search-input {
  width: 100%;
  margin: 1.6rem 0;
  padding: 0.9rem 1.6rem;
  color: var(--secondary-fill-color);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5.26203px);
  -webkit-backdrop-filter: blur(5.26203px);
  border: 1.5px solid #ffffff;
  border-radius: 1rem;
}

.custom-footer .search-btns .footer__newsletter-button.btn.btn-main {
  display: flex;
  margin-bottom: 0;
  margin-left: 1rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.custom-footer .drawer-menu__search-input-wrapper {
  display: inline;
}

.search-heading {
  display: none;
}

/* schaumkoepfe-page */

.schaumkoepfe-page {
  position: relative;
}

.schaum-overview {
  padding: 2rem 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.schaum-overview li {
  flex: 1 1 24%;
  min-width: 100px;
  text-decoration: none;
  list-style: none;
}

.schaum-overview li span {
  margin-bottom: 4rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}

#tada {
  width: 300px;
  margin: 0 auto;
  display: block;
  transform: rotate(180deg);
}

.page-masthead {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.schaumkoepfe-page .thank-you {
  font-size: 60px;
  text-align: center;
  display: block;
}

.schaumkoepfe-page .header-bg {
  height: 350px;
  background-color: #f8f9fa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.schaum-small-image {
  width: 100%;
  max-width: 35px;
  height: auto;
  margin-bottom: 0.5rem;
}

.small-wrapper {
  max-width: 95%;
  width: 700px;
  margin: 0 auto;
}

.schaumkoepfe-image {
  width: 100%;
  height: auto;
}

.schaumkoepfe-content {
  padding: 3rem;
  background-color: white;
}

.custom-story__card-item a {
  color: var(--accent-color);
}

.mehr-erfahren-link {
  display: none;
}

.custom-featured-product__product-container .mehr-erfahren-link {
  display: flex;
  text-decoration: underline;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 230px;
  align-self: flex-start;
  margin: 0.5rem 0;
  font-size: 1.3rem;
}

.klaviyo-notify__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}

/* link drawer */

.template-cart .link-modal {
  display: none;
}

.link-modal {
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 5;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.link-modal.active {
  transform: translateX(0%);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0.2s;
}

.link_modal-content {
  position: relative;
  z-index: 2;
  background: #353531;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem 0px 0px 1.5rem;
  padding: 2rem 2.5rem;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.link-modal__container {
  display: grid;
  row-gap: 1.4rem;
  column-gap: 1.8rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: stretch;
}

.link-modal__item {
  opacity: 0;
  max-width: 7.7rem;
  max-height: 7.7rem;
  aspect-ratio: 1 / 1;
  background: #f4f1ed;
  backdrop-filter: blur(4.75px);
  border-radius: 10px;
  padding: 1.4rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.link-modal.active .link-modal__item {
  animation: opacity ease-in 0.35s forwards;
  animation-delay: calc(var(--order) * 0.2s);
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.link-modal__item a {
  height: -webkit-fill-available;
}

.link-modal__item .image__img,
.link-modal__item .image,
.link-modal__item svg {
  max-width: 2.2rem;
  max-height: 2.2rem;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-bottom: 0.925rem;
}

.link-modal__title-container {
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.link-modal__title-container .image__img,
.link-modal__title-container .image {
  max-width: 1.6rem;
  max-height: 1.6rem;
  height: auto;
  width: 100%;
  flex-shrink: 0;
}

.link-modal__title-container h3 {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 105%;
  color: #f4f1ed;
  margin-left: 1rem;
}

.link_modal-trigger {
  opacity: 1;
  z-index: 0;
  background: #353531;
  border-radius: 10px 10px 0px 0px;
  transform: rotate(270deg);
  transform-origin: bottom;
  min-width: 71px;
  min-height: 33px;
  width: fit-content;
  height: fit-content;
  top: 5rem;
  right: 3rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.link-modal.active .link_modal-trigger {
  transform: rotate(270deg) translateY(100%);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.link_modal-trigger p.p-small {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #f4f1ed;
}

.link_modal-trigger .image__img {
  width: 100%;
  height: 100%;
}

.link_modal-trigger .image {
  margin-right: 0.6rem;
  height: 1.6rem;
  width: 1.6rem;
  object-fit: contain;
}

/* hero B */

.hero-b__section-inner {
  max-height: 60rem;
  height: 80vh;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-b__section-inner .image__img {
  border-radius: 25px;
}

.hero-b__image-container {
  height: 100%;
  border-radius: 25px;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-right: var(--space-outer);
  padding-left: var(--space-outer);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}

.hero-b__image-container::before {
  content: "";
  z-index: 2;
  border-radius: 25px;
  position: absolute;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20.04%,
    rgba(0, 0, 0, 0.51) 43.41%,
    #000000 95.81%
  );
  width: calc(100% - var(--space-outer) - var(--space-outer));
  height: 99.9%;
  display: block;
}

.hero-b__text-container {
  z-index: 2;
  position: relative;
  max-width: 34rem;
  width: 100%;
  padding: 15px;
  position: relative;
  top: 60px;
}

.hero-b__image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.hero-b__image-container .custom-hero__footer-container {
  z-index: 2;
  border-bottom-left-radius: 2.51rem;
  border-bottom-right-radius: 2.51rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2.9451px);
  border-radius: 0px 0px 24px 24px;
  width: calc(100% - var(--space-outer) - var(--space-outer));
}

.hero-b__heading {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f4f1ed;
}

.hero-b__subheading {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f4f1ed;
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
}

.hero-b__btn:last-of-type {
  border: 2px solid #f4f1ed;
  border-radius: 15px;
  background: transparent;
  color: var(--secondary-fill-color);
  margin-right: 0;
}

.hero-b__btn {
  background: #f4f1ed;
  border-radius: 15px;
  padding: 1.4rem;
  font-weight: 700;
  font-size: 17px;
  line-height: 105%;
  color: var(--primary-text-color);
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
  border: 2px solid #f4f1ed;
  transition: all 0.35s;
}

.custom-bd-hero-b {
  margin-top: 1rem;
  margin-bottom: 6.8rem;
  /* display: none; */
}

.custom-img-txt-btn {
  margin-top: 2.8rem;
}

.custom-bd-hero-b {
  display: none;
}

.custom-bd-hero-b {
  display: none;
}

.hero-b__btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.custom-coll__hero__bg-image {
  width: 50%;
  height: auto;
  max-width: 300px;
  position: absolute;
  right: 1rem;
  z-index: 0;
}

.custom-coll__hero__bg-image .image__img {
  object-fit: contain;
}

.custom-collection-hero .custom-image-with-text__image-container {
  position: relative;
}

.custom-collection-hero .custom-image-text-button__img-container {
  z-index: 2;
}

@media (min-width: 45em) {
  .custom-coll__hero__bg-image {
    right: calc(var(--space-outer) * -1);
  }
  .template-lp1 .custom-account__heading {
    font-size: 4rem;
  }
}

.ciwtb__wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}

.ciwtb__image {
  position: absolute;
  z-index: 1;
}

.ciwtb__image.left {
  height: 29.3rem;
  width: 29rem;
  left: 0;
  top: -7rem;
}

.ciwtb__image.right {
  right: 0;
  top: 15rem;
  width: 24.7rem;
  height: 40.4rem;
  display: flex;
  justify-content: flex-end;
}

.ciwtb__image .image__img {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.custom-img-txt-btn.section--blurry {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5.26203px);
  -webkit-backdrop-filter: blur(5.26px);
  -moz-backdrop-filter: blur(5.26px);
  padding-top: 4rem;
  z-index: 2;
  position: relative;
  margin-bottom: 8rem;
}

.iwt-story.custom-story .custom-image-text-button__text-container {
  gap: 0;
  margin-top: 3rem;
}

.iwt-story.custom-story .custom-image-text-button__text-container a{
  text-decoration: underline;
}

.iwt-story .iwt-subheading {
  margin: 1.6rem 0 2.4rem 0;
}

.iwt-story .iwt-text {
  max-width: 50rem;
}

.iwt-story.custom-story {
  margin-bottom: 0;
}

.template-page .header__content {
  display: flex;
  width: calc(100% - var(--space-outer) - var(--space-outer));
  padding: 40px 20px;
  margin-right: var(--space-outer);
  margin-left: var(--space-outer);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 25px;
  border: 2px solid #fff;
  background: var(--White-Accent, rgba(255, 255, 255, 0.6));
  max-width: var(--max-width);
  margin: 0 auto;
}

.template-page
  .LoyaltyFullpage-prefix
  .LoyaltyPage
  .LoyaltyPage__header
  .cssVar-header__heading {
  color: #0e1311;
  text-align: center;
  /* H2 - MOBILE */
  font-family: Lexend;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  /* 24.15px */
}

.template-page
  .LoyaltyFullpage-prefix
  .LoyaltyPage
  .LoyaltyPage__header
  .R-Button--primary,
.template-page .LoyaltyFullpage-prefix .R-Button--fullwidth {
  padding: 14px 35px;
  border-radius: 14.998px;
  background: var(--Primary-Text-Color, #353531);
  margin-bottom: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.LoyaltyFullpage-prefix .R-Button .R-Button__text {
  color: var(--Secondary-Fill-Color, #f4f1ed);
  /* Mobile Button */
  font-family: Lexend;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  /* 17.85px */
}

.template-page .LoyaltyFullpage-prefix .LoyaltyPage {
  background-color: transparent;
}

.template-page
  .LoyaltyFullpage-prefix
  .LoyaltyPage
  .LoyaltyPage__header
  .header__bg {
  background: transparent;
}

.template-page
  .LoyaltyFullpage-prefix
  .LoyaltyPage
  .LoyaltyPage__header
  .header__bg
  .header__bg__overlay {
  background-color: transparent;
  position: relative;
  background-image: none;
}

.section.section--small.text-columns-with-images-story {
  margin-top: 0;
}

.citbn-story
  .image-with-text__image-container
  + .image-with-text__text-container {
  margin-top: 6rem;
}

.template-page .LoyaltyFullpage-prefix .u-paddingTop--sm {
  padding: 0 !important;
  width: 100%;
}

.text-columns-with-images-story > * {
  text-align: center;
}

.text-columns-with-images-story .text-columns-with-images__grid > * {
  text-align: center;
  justify-self: center;
}

.tcwi-story__big-heading {
  margin-bottom: 5rem;
  justify-content: center;
}

.tcwi-story__subheading {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  justify-content: center;
}

.text-columns-with-images-story .text-columns-with-images__grid {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.tcwi-story__heading {
  justify-content: center;
}

.citbn-story .image-with-text__heading {
  margin-bottom: 2rem;
}

.custom-img-txt-btn.iwt-story .image-with-text__image-container-inner,
.custom-img-txt-btn.iwt-story .custom-image-text-button__image img {
  max-height: 100%;
  height: 100%;
}

.tcwi-story__block {
  max-width: 37rem;
}

.template-page .LoyaltyFullpage-prefix .LoyaltyPage .LoyaltyPage__header {
  padding: 0;
  margin: 1.3rem auto 9.3rem auto;
  background-color: transparent;
}

.text-columns-with-images-story .section__inner {
  margin-bottom: 8rem;
}

.template-page .LoyaltyFullpage-prefix .header__content .u-textCenter--all {
  display: flex;
  flex-direction: column;
  /* max-width: 19rem; */
  margin: auto;
}

.template-page
  .LoyaltyFullpage-prefix
  .LoyaltyPage
  .LoyaltyPage__header
  .R-Button--secondary {
  padding: 14px 35px;
  border-radius: 14.998px;
  border: 2px solid var(--Primary-Text-Color, #353531);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.template-page
  .LoyaltyFullpage-prefix
  .LoyaltyPage
  .LoyaltyPage__header
  .R-Button--secondary.R-Button
  .R-Button__text {
  color: var(--Primary-Text-Color, #353531);
  /* Mobile Button */
  font-family: Lexend;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  /* 17.85px */
}

.template-page .LoyaltyFullpage-prefix .R-TextHeading--xs {
  color: #0e1311;
  text-align: center;
  /* H2 - MOBILE */
  font-family: Lexend;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}

.template-page .LoyaltyFullpage-prefix .R-TextBody--xxs {
  color: #0e1311;
  text-align: center;
  /* Paragraph M - MOBILE */
  font-family: Nunito Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-page .LoyaltyFullpage-prefix .R-ContentCard {
  padding: 24px 20px;
  border-radius: 20px;
  background: var(--White-Accent, rgba(255, 255, 255, 0.6));
  box-shadow: 0px 0.75px 3px -1px rgba(0, 0, 0, 0.05);
}

.template-page
  .LoyaltyFullpage-prefix
  .R-ContentSection-container:nth-child(even)
  .R-ContentSection {
  background-color: transparent;
}

.template-page .LoyaltyFullpage-prefix .R-TextHeading--xxxs {
  color: #0e1311;
  font-family: Lexend;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}

.template-page .LoyaltyFullpage-prefix .R-TextBody--xxxs {
  color: #0e1311;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal; 
  font-weight: 400;
  line-height: normal;
}

.template-page .LoyaltyFullpage-prefix .R-ContentCard .R-TextHeading--xxxs {
  margin-bottom: 0.4rem !important;
  max-width: 21.4rem;
  margin: auto;
  /* text-align: center; */
}

.template-page .LoyaltyFullpage-prefix .R-ContentSection {
  padding-top: 1rem;
}

.template-page
  .R-ContentSection-container#influence-io-tiers
  .R-TextBody--xxxs {
  margin-top: 1.2rem !important;
  margin-bottom: 2rem;
}

.template-page
  .LoyaltyFullpage-prefix
  .R-ContentSection-container#influence-io-tiers
  .R-TextBody--xxs {
  margin-bottom: 5rem !important;
}

.template-page
  .LoyaltyFullpage-prefix
  .R-SliderIndicator--style-filledbar
  .R-SliderIndicator__inner {
  margin-top: 1.7rem;
  margin-bottom: 2rem;
  border-radius: 100px;
}

.template-page
  .LoyaltyFullpage-prefix
  .R-ContentSection-container#influence-io-tiers
  .R-TextHeading--xxxxs {
  text-align: center;
}

.template-page
  .LoyaltyFullpage-prefix
  .R-ContentSection-container#influence-io-tiers
  .R-flex-middle-xxs {
  justify-content: center;
  align-items: center;
}

.template-page
  .R-ContentSection-container#influence-io-tiers
  .R-TextBody--xxxs {
  text-align: center !important;
  max-width: 300px;
}

#influence-io-tiers
  > div
  > div
  > div.R-flex-row.R-flex-center-xxs
  .R-IconButton--md {
  display: none;
}

/* .template-page .ricon-checkmark:before {
  content: none !important;
} */

#influence-io-tiers
  > div
  > div
  > div.R-flex-row.R-flex-center-xxs
  .R-TextHeading--xxxxs {
  color: #0e1311;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.template-page .LoyaltyFullpage-prefix .R-ContentSection .R-TextBody {
  max-width: 46rem;
  margin-right: auto !important;
  margin-left: auto !important;
}

.template-page .questions .section-header .h2 {
  color: var(--Primary-Text-Color, #353531);
  text-align: center;
  /* H1 - MOBILE */
  font-family: Lexend;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  /* 42px */
  text-align: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.template-page .questions {
  margin-bottom: 6rem;
  margin-top: 8rem;
}

.template-page .rt-story .rich-text__inner p {
  color: #0e1311;
  text-align: center;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 26rem;
}

.template-page .custom-footer__parent {
  margin-top: 3rem;
}

.rich-text__small-text p {
  color: var(--Primary-Text-Color, #353531);
  text-align: center;

  font-family: Nunito Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-page .rich-text.section {
  margin: 0;
}

.template-page .LoyaltyFullpage-prefix .LoyaltyPage__header .R-flex-middle-xxs {
  flex-direction: column;
}

.template-page
  .LoyaltyFullpage-prefix
  .R-ContentCard
  .R-SliderIndicator
  .R-TextHeading--xxxs {
  text-align: center;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

#influence-io-tiers .LoyaltyFullpage-prefix .R-flex-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.template-lp1 .benefit-grid__header-sub_title_mobile {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #353531;
  margin-bottom: 1.6rem;

}
@media (min-width:45em) {
  .template-lp1 .benefit-grid__header-title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 60em) {
  .template-lp1 .benefit-grid__header-sub_title_mobile {
    text-align: right;
  }
  #influence-io-tiers
    > div
    > div
    > div.R-flex-row.R-flex-center-xxs
    .R-TextHeading--xxxxs {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .R-Button--secondary {
    padding: 20px 25px;
    border-radius: 14.998px;
    border: 3px solid var(--Primary-Text-Color, #353531);
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .R-Button--secondary.R-Button
    .R-Button__text {
    color: var(--Primary-Text-Color, #353531);
    /* Desktop Button */
    font-family: Lexend;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .R-Button--primary,
  .LoyaltyFullpage-prefix .R-Button--fullwidth {
    padding: 20px 25px;
    border-radius: 14.998px;
    background: var(--Primary-Text-Color, #353531);
  }

  .template-page .header__content {
    border-radius: 35px;
    border: 2px solid #fff;
    background: var(--White-Accent, rgba(255, 255, 255, 0.6));
    padding: 50px 80px;
  }

  .rich-text__small-text p {
    font-size: 15px;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .header__content
    > div {
    display: flex;
    flex-direction: row;
    /* or column, depending on what you need */
    justify-content: space-between;
  }

  .template-page .LoyaltyFullpage-prefix .R-Button .R-Button__text {
    color: var(--Secondary-Fill-Color, #f4f1ed);
    /* Desktop Button */
    font-family: Lexend;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 24.15px */
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .header__content
    > div
    > * {
    flex: 0 1 auto;
    max-width: 30%;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .header__content
    > div
    .u-textCenter--all {
    margin: 0 !important;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .cssVar-header__heading {
    margin-top: 0;
    color: #0e1311;
    /* H2 */
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 37.8px */
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .header__content
    > div
    .R-TextBody
    .cssVar-header__subheading {
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage
    .LoyaltyPage__header
    .R-TextBody
    .cssVar-header__subheading {
    margin: 0;
  }

  .citbn-story
    .image-with-text__image-container
    + .image-with-text__text-container {
    margin-top: 0;
  }

  .iwt-story.custom-story .custom-image-text-button__text-container {
    margin-top: 0;
  }

  .citbn-story .image-with-text__text-container {
    margin-left: 7rem;
  }

  .citbn-story.custom-image-text-button .btn.btn-main {
    margin-top: 3rem !important;
  }

  .custom-img-txt-btn.section--blurry {
    margin-top: 18rem;
    margin-bottom: 16rem;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
  }

  .citbn-story.custom-img-txt-btn .image-with-text__image-container-inner,
  .citbn-story.custom-img-txt-btn .custom-image-text-button__image img {
    max-height: 100%;
    height: 100%;
  }

  .ciwtb__image.left {
    width: 352.28px;
    height: 365.661px;
    top: -15rem;
  }

  .ciwtb__image.right {
    width: 228.605px;
    height: 574.744px;
    top: auto;
    bottom: -15rem;
  }

  .template-page .header__content > div {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .template-page .LoyaltyFullpage-prefix .R-TextHeading--md {
    color: #0e1311;
    /* H2 */
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 37.8px */
    margin: 0;
  }

  /* .template-page .LoyaltyFullpage-prefix .header__content .u-textCenter--all {
    max-width: none;
  } */

  .template-page .header__content > div {
    display: grid;
  }

  .template-page .LoyaltyFullpage-prefix .header__content .u-textCenter--all {
    display: inline-block;
    max-width: none;
    margin: auto;
  }

  .tcwi-story__big-heading {
    margin-bottom: 10rem;
  }

  .section.section--small.text-columns-with-images-story {
    margin-top: 6rem;
    margin-bottom: 18rem;
  }

  .template-page .LoyaltyFullpage-prefix .R-TextHeading--xs {
    color: #0e1311;
    text-align: center;
    /* H2 */
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 37.8px */
  }

  .template-page .LoyaltyFullpage-prefix .R-TextBody--xxs {
    color: #0e1311;
    text-align: center;

    /* Paragraph M */
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .template-page .LoyaltyFullpage-prefix .R-TextHeading--xxxs {
    color: #0e1311;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    /* 21px */
  }

  .template-page .LoyaltyFullpage-prefix .R-TextBody--xxxs {
    color: #0e1311;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .template-page .LoyaltyFullpage-prefix .R-ContentCard {
    padding: 24px 30px;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .R-ContentSection
    .R-ContentSection__inner {
    /*max-width: var(--max-width);*/
    max-width: 100%;
  }

  .template-page
    .LoyaltyFullpage-prefix
    #influence-io-referral
    .R-ContentSection
    .R-ContentSection__inner {
    max-width: 400px;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage-ContentCard-withLargeMargin {
    margin-bottom: 2.5rem;
  }

  .template-page .LoyaltyFullpage-prefix .u-marginBottom--xs {
    margin-bottom: 0.9rem;
  }

  .template-page
    .LoyaltyFullpage-prefix
    .R-ContentSection-container#influence-io-tiers
    .R-TextBody--xxs {
    max-width: 46rem;
    margin: auto;
  }

  .template-page .rt-story .rich-text__inner p {
    max-width: none;
  }

  .template-page .LoyaltyFullpage-prefix .R-flex-col-xxs-12.R-flex-col-sm-6 {
    max-width: 38rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .template-page .questions {
    margin-top: 16rem;
  }

  .template-page #influence-io-tiers > div {
    padding-bottom: 5rem;
  }

  #influence-io-referral .R-flex-col-sm-6 {
    flex-basis: 100%;
  }

  /*  @media only screen and (min-width: 12.5em){
.LoyaltyFullpage-prefix .R-flex-center-xxs {
  width: 80%;
    margin-right: auto;
    margin-left: auto;
}} */

  #influence-io-referral .R-ContentSection {
    padding-bottom: 4rem;
  }

  .template-page .LoyaltyFullpage-prefix .R-ContentCard {
    padding: 30px 30px 40px 30px;
    align-items: center;
    border-radius: 20px;
    background: var(--White-Accent, rgba(255, 255, 255, 0.6));
  }

  .template-page
    .LoyaltyFullpage-prefix
    .LoyaltyPage-ContentCard-withLargeMargin
    .R-ContentCard {
    display: flex;
    /* white-space: nowrap;*/
  }

  .template-page .rt-story .rich-text__inner p {
    color: #0e1311;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .template-page .rt-story .rich-text__subheading {
    max-width: none;
  }

  .template-page .custom-footer.section {
    margin-top: 9rem;
  }
  .template-christmas-alternate-lp .custom-footer.section {
    margin-top: 9rem;
  }
}

/* Media queries 
---------------------------------------------- */

/* Media query tablet and landscape mode */

@media (min-width: 45em) {
  /*   .main {
    top: 120px;
    padding-bottom: 140px;
  } */

  .logged-client {
    margin-right: 2rem;
  }

  .custom-footer .drawer-menu__search-input {
    padding: 1.5rem 3rem;
    border: 2.60964px solid #ffffff;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 2rem;
  }

  .search__result-image {
    margin-right: var(--spacing-large);
  }

  .custom-favorites__content-wrapper.white-accent {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .custom-image-text-button__button {
    margin-top: 6rem !important;
  }

  .custom-ingredients {
    margin-top: 0;
  }

  .questions .questions__accordion-label {
    padding: 3rem 6rem;
    gap: 5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .cart__icon-svg svg,
  .cart__icon-svg svg > * {
    stroke: var(--color-background);
  }

  .cart__icon-svg svg g > * {
    stroke: var(--color-background);
  }

  .questions .section-header .h2 {
    margin-bottom: 6.5rem;
  }

  .questions
    .questions__accordion-group[data-open="true"]
    .questions__accordion-answer {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .positions-title {
    margin-bottom: 6rem;
    margin-top: 0rem;
    padding-top: 20rem;
  }

  .position-details .p-small svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .position-card {
    padding: 3rem 6.7rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .position-details > * {
    margin-right: 6rem;
  }

  .header.is-sticky {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(9.5px);
    box-shadow: none;
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
    padding-right: var(--space-outer);
    padding-left: var(--space-outer);
  }

  .custom-header {
    padding: 1rem var(--spacing-large) 1.5rem var(--spacing-large);
    border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
  }

  .custom-header .header__icon-touch.account__icon {
    width: auto;
    height: auto;
    padding: 0.9rem 0.6rem 0.9rem 1.9rem;
  }

  .cart__icon,
  .header__menu-icon {
    background-color: var(--primary-text-color);
  }

  .custom-header .icon-button__icon .icon {
    color: var(--color-background);
  }

  .cart__icon-svg svg {
    height: 2.8rem;
    width: 2.8rem;
  }

  .cart__icon-svg svg .eye {
    fill: var(--color-background);
  }

  /* .custom-header .header__icon-touch.cart__icon path {
    stroke: var(--color-background);
  } */

  .custom-header .header__icon-touch.account__icon {
    width: auto;
    gap: 1rem;
    padding: 0.9rem 0.6rem 0.9rem 1.9rem;
  }

  /* 
  .custom-header .header__icon-touch path {
    stroke: var(--color-background);
  } */

  .custom-header .header__icon-touch + .header__icon-touch {
    margin-left: 2rem;
  }

  .custom-header .header__icon-touch.account__icon,
  .cart__icon {
    background-color: var(--color-text);
    color: var(--color-background);
  }

  .custom-header .header__icon-touch.account__icon p {
    background-color: var(--color-text);
    color: var(--color-background);
  }

  /* -- pages -- */

  /* -- footer -- */

  .custom-footer__content-wrapper .h2 {
    margin-bottom: 1.9rem;
  }

  .custom-footer .custom-favorites__product-container {
    margin-top: 3rem;
  }

  .content-page {
    margin-bottom: 11.5rem;
  }

  .content-page .btn {
    padding: 2rem 4.3rem;
  }

  .custom-page-hero .image-with-text__image-container {
    width: 100%;
  }

  /* custom-feedback__card */

  .custom-feedback__card {
    width: calc(50% - 2.5rem);
    margin-right: 2.5rem;
  }

  .custom-feedback-carousel .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }

  /* custom account overview */

  .custom-account__featured-wrapper {
    justify-content: start;
    max-width: var(--max-width);
    margin-right: var(--space-outer);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .custom-account-overview .image-with-features__image-container {
    margin-right: 5rem;
  }
  .template-lp1 .custom-account-overview .image-with-features__image-container {
    margin:0;
  }

  .custom-account-overview .image-with-features__text-container {
    margin-left: 5rem;
  }

  .custom-account__featured-wrapper > * {
    flex: 1 1 300px;
  }

  .custom-account__text-block {
    max-width: 300px;
  }

  .custom-account__image-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .product-card {
    width: auto;
    margin: 1rem;
  }

  .custom-account__image-image {
    min-width: 180px;
    min-height: 155px;
  }

  .custom-account__image-block:after {
    content: "";
  }

  .custom-account__background-image {
    width: 300px;
    height: 300px;
  }
}

/* Media query desktop */

@media (min-width: 60em) {
  /* General */
  .main {
    top: 120px;
    padding-bottom: 140px;
  }

  .custom-hero__footer-container {
    bottom: 0%;
  }

  .custom-header.header.is-sticky:before {
    border-radius: 0px 0px 40px 40px;
  }

  .h1,
  h1 {
    font-size: 6rem;
  }

  .h2,
  h2 {
    font-size: 3.6rem;
  }

  .h3,
  h3 {
    font-size: 2rem;
  }

  .p-med,
  p {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .p-small,
  .spr-badge-caption,
  .product-info__container p,
  .product-info__container span,
  .product-info__container li {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .p-xsmall {
    font-size: 1.1rem;
  }

  .p-xsmall__bold {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .btn.btn-main {
    font-size: 2.3rem;
  }

  .white-accent {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .has-icon {
    position: relative;
  }

  .small-container {
    padding-left: var(--space-outer);
    padding-right: var(--space-outer);
    width: 100%;
    margin: 0 auto;
    max-width: var(--max-width);
  }

  .hide-mobile {
    display: block;
  }

  .hide-desktop {
    display: none;
  }

  /* link drawer */

  .link_modal-content {
    padding: 3rem 5rem;
    border-radius: 25px 0px 0px 25px;
  }

  .link-modal__container {
    row-gap: 2.3rem;
    column-gap: 3rem;
  }

  .link-modal__item {
    max-width: 11.4rem;
    max-height: 11.4rem;
    padding: 1.8rem 2.2rem;
    padding-top: 2.5rem;
    border-radius: 15px;
  }

  .link-modal__item .image__img,
  .link-modal__item .image,
  .link-modal__item svg {
    max-width: 3.2rem;
    max-height: 3.2rem;
    margin-bottom: 1rem;
  }

  .link-modal__title-container h3 {
    font-size: 20px;
    line-height: 105%;
    color: #f4f1ed;
  }

  .link-modal__title-container {
    margin-bottom: 2.7rem;
  }

  .link_modal-trigger {
    min-width: 100px;
    min-height: 44px;
    right: 5rem;
    top: 8rem;
  }

  .link_modal-trigger p.p-small {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #f4f1ed;
  }

  .link_modal-trigger .image {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1rem;
  }

  .link-modal__title-container .image__img,
  .link-modal__title-container .image {
    max-width: 2.2rem;
    max-height: 2.2rem;
  }

  .link-modal {
    top: 40vh;
  }

  /* header */

  .header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-header {
    --size-icon-touch: 3.8rem;
    padding-right: var(--space-outer);
    padding-left: var(--space-outer);
  }

  .custom-header .icon-button__icon {
    width: 3.8rem;
    height: 3.8rem;
  }

  .custom-header .header__icon-touch.header__icon-menu .icon {
    width: 3.8rem;
    height: 3.8rem;
  }

  .custom-header .header__cart-count {
    width: 13px;
    height: 13px;
    top: -6px;
    right: -6px;
  }

  .custom-header.header--has-logo .header__logo-link {
    max-width: var(--width-max-logo);
  }

  .custom-header.header--center.header--inline:not(.header--navigation-below)
    .header__left
    .header__links-list
    li {
    margin-right: 5rem;
  }

  .custom-header .header__links-list .header__cart-count {
    top: 10px;
    right: -10px;
  }

  .search-block {
    display: none;
  }

  .search-heading {
    display: block;
    margin-top: var(--spacing-large);
  }

  /* custom-img-txt-btn */

  .custom-image-text-button .small-container {
    margin: 0 auto;
  }

  .custom-img-txt-btn .custom-image-text-button__section-inner {
    padding: 0;
  }

  .custom-image-text-button__section-inner .image-with-text__image-container,
  .custom-image-text-button__section-inner .image-with-text__text-container {
    margin-right: 0 !important;
  }

  .custom-img-txt-btn .image-with-text__image-container-inner,
  .custom-img-txt-btn .custom-image-text-button__image img {
    max-height: 534px;
  }

  .custom-image-text-button__image img {
    border-radius: 50px;
  }

  .custom-hero__footer-container {
    /* height: 69px; */
    padding: 2.6rem 5.5rem;
    backdrop-filter: blur(9.91664px);
    -webkit-backdrop-filter: blur(9.91664px);
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    gap: 1rem;
  }

  .custom-hero__footer-container .p-small {
    flex-shrink: 0;
  }

  .custom-hero__footer-element__icon {
    width: 65px;
    height: 25px;
  }

  .custom-image-text-button .custom-image-text-button__text-container > h1 {
    margin-left: -4px;
  }

  .custom-image-text-button .btn.btn-main {
    padding: 2rem 4.5rem;
    border-radius: 2rem;
  }

  .custom-image-text-button__benefit-container {
    max-width: 37rem;
  }

  .custom-image-container,
  .custom-image-container img {
    width: 54px;
    height: 54px;
    margin-right: 3px;
  }

  .custom-image-text-button__benefit-container p {
    font-family: var(--font-nunito);
    color: var(--primary-text-color);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 16px;
  }

  /* custom-details */

  section.shopify-section--stackable > .custom-details {
    padding-top: var(--space-outer);
    padding-bottom: var(--space-outer);
    border-radius: 5rem;
  }

  .custom-details__dubro-cart {
    width: 125px;
    height: 125px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 25%;
  }

  .custom-details__title {
    max-width: 100rem;
    margin: 0 auto;
    text-align: center;
  }

  .custom-details__grid {
    margin: 9rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
    gap: 8rem;
    row-gap: 6rem;
  }

  .custom-details__image-container {
    width: 54px;
    height: 54px;
  }

  .custom-details__item-text-container .custom-details__heading {
    display: block;
  }

  .custom-details__button-container {
    text-align: center;
  }

  /* custum benefit grid */

  .benefit-grid__container {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-flow: row wrap;
    gap: 0rem 3rem;
    justify-content: space-between;
    align-items: start;
    margin-top: 20rem;
    margin-bottom: 30rem;
  }

  .benefit-grid__item {
    width: 40%;
    order: 1;
  }
  .custom-benefit-grid:not(:has(.hb_grid-item-1 .benefit-grid__item-image)) .benefit-grid__item.hb_grid-item-2 {
    margin-bottom: 6rem;
  }
  .template-index .benefit-grid__item,
  .template-product .benefit-grid__item {
    margin-bottom: -16rem;
  }
  .template-lp1 .benefit-grid__item {
    margin-bottom: -4rem;
  }
  .benefit-grid__container div:first-of-type {
    order: 2;
  }

  .benefit-grid__container div:last-of-type {
    order: 3;
  }

  .benefit-grid__header-title {
    text-align: right;
    margin-bottom: 2rem;
  }

  .benefit-grid__header-text {
    text-align: right;
  }

  .benefit-grid__item-info {
    padding: 2.8rem 4.4rem;
    border-radius: 0px 0px 50px 50px;
  }

  .benefit-grid__item .image .image__img {
    border-radius: 50px 50px 0px 0px;
    -webkit-border-radius: 50px 50px 0px 0px;
    -moz-border-radius: 50px 50px 0px 0px;
    -ms-border-radius: 50px 50px 0px 0px;
    -o-border-radius: 50px 50px 0px 0px;
  }

  /* custom-numbers */

  .custom-numbers .custom-numbers__container {
    flex-flow: row nowrap;
    padding: 9rem var(--space-outer) 10rem;
    align-items: center;
    gap: 5rem;
  }

  .custom-numbers .image-with-text__inner.section__inner {
    padding-right: var(--space-outer);
    padding-left: var(--space-outer);
  }

  .custom-numbers .image-with-text__text-container {
    padding: 0;
    margin: 0;
    width: auto;
    max-width: 60%;
    display: block;
  }

  .vertical-line {
    width: 2px;
    background-color: var(--color-text);
    height: 70%;
  }

  .custom-numbers .custom-numbers__icon {
    width: 44px;
    height: 44px;
  }

  .custom-numbers .p-med {
    max-width: 300px;
    margin: 0 auto;
  }

  .custom-numbers .h1 {
    margin-bottom: 1.5rem;
  }

  .custom-numbers .custom-numbers__title {
    text-align: left;
    margin: 0;
  }

  .custom-numbers .btn.btn-main {
    padding: 2rem 6rem;
    margin-top: 5rem;
  }

  /* custom-grid-images */

  .custom-grid__grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-auto-rows: minmax(auto, 330px);
    gap: 4.2rem;
    row-gap: 3.2rem;
  }

  .custom-grid__item-container {
    border-radius: 3rem;
    position: relative;
  }

  .custom-grid__item-container:nth-child(1) {
    grid-column: 1 / 15;
  }

  .custom-grid__item-container:nth-child(2) {
    grid-column: 15 / 25;
  }

  .custom-grid__item-container:nth-child(3) {
    grid-column: 1 / 11;
  }

  .custom-grid__item-container:nth-child(4) {
    grid-column: 11 / 25;
  }

  .custom-grid__item-container:nth-child(5) {
    grid-column: 1 / 12;
  }

  .custom-grid__item-container:nth-child(6) {
    grid-column: 12 / 25;
  }

  .custom-grid__item-container:nth-child(7) {
    grid-column: 1 / 14;
  }

  .custom-grid__item-container:nth-child(8) {
    grid-column: 14 / 25;
  }

  .custom-grid__image-container img,
  .custom-grid__item-image,
  .custom-grid__text-container {
    border-radius: 5rem;
  }

  .custom-grid__text-container {
    padding: 2rem 4rem 2rem 3.5rem;
    position: absolute;
    bottom: 0%;
    gap: 1.2rem;
  }

  .custom-grid__item-container:nth-child(1) .custom-grid__text-container {
    max-width: 50%;
  }

  .custom-grid__item-container:nth-child(4) .custom-grid__text-container {
    max-width: 50%;
  }

  .custom-grid__item-container:nth-child(5) .custom-grid__text-container {
    max-width: 78%;
  }

  .custom-grid__item-container:nth-child(8) .custom-grid__text-container {
    max-width: 65%;
  }

  /* custom-favorites */

  .custom-favorites .custom-account__background-image.left {
    left: 0%;
    bottom: 0%;
    margin-left: 0;
  }

  .custom-favorites .custom-account__background-image.right {
    right: 0;
    top: 15%;
  }

  .custom-favorites__content-wrapper {
    height: 235px;
    padding: 0rem 4.5rem;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5rem;
    border: 2.60964px solid #ffffff;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
  }

  .custom-favorites__title {
    padding: 0;
    align-items: center;
  }

  .custom-favorites__content-wrapper > div {
    padding: 1.5rem;
  }

  .custom-favorites__content-wrapper
    > div:not(.custom-favorites__product-container--highlighted),
  .custom-favorites__product-container:last-child {
    flex-basis: 24% !important;
  }

  .custom-favorites__content-wrapper > div:first-child,
  .custom-favorites__product-container--highlighted {
    flex-basis: 26% !important;
  }

  .custom-favorites__product-container {
    width: auto;
    height: auto;
    justify-content: center;

    text-align: center;
  }

  .custom-favorites__product-container--highlighted {
    /* width: 305px !important; */
    /* height: 290px !important; */
    padding: 5.6rem 6.65rem 3.5rem !important;
    background: rgba(255, 255, 255, 0.6);
    border: 2.60964px solid #ffffff;
    border-radius: 5rem;
    z-index: 2;
  }

  .custom-favorites__highlight-content {
    padding: 0.5rem 2.6rem 0.6rem;
  }

  .custom-favorites__highlight-content .image {
    margin-right: 1rem;
  }

  .custom-favorites__product-container > .h3 {
    margin-top: 0.5rem;
  }

  .custom-favorites__product-image {
    width: 145px;
    max-width: 172px;
    height: 145px;
    max-height: 156px;
  }

  .custom-favorites__product-image img {
    object-fit: contain;
  }

  .custom-favorites__product-last-row p span:not(:last-child) {
    margin-right: 2rem;
  }

  /* Custom-footer */

  .custom-footer {
    padding: 9rem 0 5.6rem;
  }

  .custom-footer .custom-footer__content-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(251px, 305px));
    justify-content: space-between;
    grid-template-areas:
      "product links newsletter"
      "product links social-media";
    gap: 10rem;
    row-gap: 1rem;
  }

  .custom-footer__new-product-container {
    grid-area: product;
  }

  .custom-footer .custom-favorites__highlight-content {
    margin-top: -1px;
  }

  .custom-footer .custom-favorites__product-container {
    padding: 5.6rem 5rem 3.5rem !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .custom-footer__newsletter {
    grid-area: newsletter;
    margin-bottom: 1.5rem;
  }

  .custom-footer__newsletter .white-accent {
    padding: 1.5rem 3rem;
    border: 2.60964px solid #ffffff;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 2rem;
  }

  .custom-footer__group {
    grid-area: links !important;
  }

  .custom-footer__group:nth-child(4) {
    margin-top: 27rem;
  }

  .custom-footer .header__icon-touch {
    background-color: var(--color-text);
    color: var(--color-background);
  }

  .custom-footer .header__icon-touch.account__icon {
    width: auto;
    gap: 1rem;
    padding: 0.9rem 1.9rem;
  }

  .custom-footer .header__icon-touch.header__icon-touch--account {
    margin-top: 0;
    margin-bottom: 2rem;
    order: 0;
  }

  .custom-footer .header__icon-touch.account__icon svg {
    width: 25px;
    height: 25px;
  }

  .custom-footer__newsletter #Subscribe-footer {
    padding: 1.7rem 2.3rem;
    border-radius: 2rem;
    font-size: 1.5rem;
  }

  .custom-footer__social-media {
    grid-area: social-media;
  }

  .custom-social-media__icon-list,
  .custom-social-media__item {
    gap: 1.5rem;
  }

  .custom-social-media__item .icon {
    width: 32px;
    height: 32px;
  }

  .custom-footer__credits {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  /* custom account overview */

  .custom-account__image-block:after {
    content: "";
  }

  .custom-account__image-block {
    justify-content: space-around;
  }

  .custom-account__featured-wrapper {
    border: 2.60964px solid var(--color-text-popover);
  }

  /* custom feedback carousel */

  .feedback-card__title svg {
    height: 25px;
    width: 25px;
    margin-right: 0.6rem;
  }

  .custom-feedback-carousel .flickity-prev-next-button.next {
    right: -30px;
  }

  .custom-feedback-carousel .flickity-prev-next-button.previous {
    left: -30px;
  }

  .feedback-card__text {
    margin: 2rem 0 2.8rem 0;
  }

  .custom-feedback__card {
    width: calc(50% - 5rem);
  }

  .custom-feedback__card {
    padding: 4.4rem 5rem;
    margin-right: 5rem;
  }

  .custom-feedback-carousel .benefit-grid__header-title {
    text-align: left;
  }

  .custom-feedback-carousel .benefit-grid__header-text {
    text-align: left;
    margin-bottom: 8rem;
  }

  /* -- start story page -- */

  .custom-story {
    margin-bottom: calc(var(--spacing-extra-extra-large) * 2);
  }

  .custom-story .custom-image-text-button__section-inner {
    gap: 10rem;
  }

  .custom-story .custom-image-text-button__text-container {
    gap: 1.5rem;
  }

  .custom-story
    .custom-image-text-button__text-container
    h1
    ~ .custom-info-text {
    margin-top: 3rem 0;
  }

  .custom-story
    .custom-image-text-button__text-container
    .custom-info-text.p-med {
    margin: 1.5rem 0;
  }

  /* custom signature */

  .custom-signature__content-wrapper {
    gap: 2.7rem;
  }

  .custom-signature__image-container {
    width: 302px;
    height: 139px;
  }

  /* custom-story-cards-grid */

  .custom-story-cards-grid .benefit-grid__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 15rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .custom-story-cards-grid .custom-story__card-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .custom-story__card-item:last-of-type .benefit-grid__item-image {
    padding-top: 95% !important;
  }

  .custom-story__card-item .benefit-grid__item-image {
    flex-grow: 1;
  }

  .custom-story__card-item .benefit-grid__item-info {
    padding: 2.8rem 4.6rem;
    /* flex-grow: 1; */
  }

  .custom-story__card-item .benefit-grid__item-title {
    margin-bottom: 2rem;
  }

  .custom-story__button {
    margin-top: 1.3rem !important;
    margin-bottom: 0;
  }

  .custom-page-hero .image-with-text__text-container {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    border-radius: 50px;
    width: 33%;
  }

  .custom-page-hero .image-with-text__image-container {
    width: 66%;
  }

  .custom-featured-product__product-container .mehr-erfahren-link {
    display: flex;
    text-decoration: underline;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 312px;
    align-self: flex-start;
    font-size: 1.3rem;
  }

  .klaviyo-notify__wrapper {
    margin-bottom: 1.6rem;
  }

  .klaviyo-notify__wrapper .mehr-erfahren-link {
    align-self: center;
  }

  /* -- end story page -- */

  /* hero b */

  .hero-b__section-inner {
    height: 72vh;
    max-height: 700px;
  }

  .hero-b__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-b__subheading {
    margin: 2.2rem auto 4rem auto;
    text-align: center;
  }

  .hero-b__text-container {
    max-width: 51rem;
    position: relative;
    top: 55px;
  }

  .hero-b__heading {
    max-width: 50rem;
  }

  .hero-b__image-container .custom-hero__footer-container {
    justify-content: center;
    padding: 1.6rem;
  }

  .custom-bd-hero-b {
    margin-bottom: 19.2rem;
  }

  .hero-b__image-container .custom-hero__footer-container {
    border-radius: 0 0 48px 48px;
  }

  .hero-b__section-inner,
  .hero-b__image-container,
  .hero-b__image-container:before,
  .hero-b__section-inner .image__img {
    border-radius: 50px;
  }

  .hero-b__btn {
    margin-right: 1.2rem;
    padding: 1.6rem;
  }

  .hero-b__image-wrapper {
    border-radius: 50px;
  }
}

/* #shopify-section-template--16080987259145__1652098965480bf65c > div{
    margin-top:30px;
  }
  
  
  #shopify-section-template--16080987619593__main > div > div:nth-child(2){
        max-width: 1000px;
  } */

.custom-numbers .custom-numbers__icon .icon {
  width: 70px;
  height: 39px;
}

#shopify-section-template--16080987291913__165097527822251c3a
  > div
  > div
  > div
  > div.custom-image-with-text__image-container.image-with-text__image-container.rounded-borders
  > div
  > div.custom-hero__footer-container
  > div:nth-child(2)
  > img {
  border-radius: 0px;
}

.whatsapp-mobile {
  margin-top: -15px;
}

/* Media query - valle */

@media (min-width: 60em) {
  .whatsapp-mobile {
    display: none;
  }
  .template-lp1 .custom-account__heading {
    max-width: 50.7rem;
  }
  .template-lp1 .custom-account__heading {
    font-size: 6rem;
  }
}

@media (min-width: 1150px) {
  .custom-image-text-button__benefit-container p {
    font-size: 1.3rem;
  }

  .p-xsmall {
    font-size: 1.2rem;
  }

  .custom-collection-hero .product-form__item button {
    font-size: 12px !important;
    line-height: 10.08px !important;
  }
}

@media (max-width: 780px) {
  #shopify-section-template--16110265008393__165097527822251c3a > div {
    margin-top: 0px;
  }

  #shopify-section-template--16110265008393__165097527822251c3a
    .image-with-text--square
    .image-with-text__image-wrapper {
    padding-top: 90%;
  }

  #shopify-section-template--16110265008393__165097527822251c3a
    .custom-image-with-text__image-container
    img {
    height: inherit;
  }

  .payment-method-icon-pdp {
    max-width: 40px;
  }

  .header {
    padding-top: 6px;
  }
}

/* Fixing Bestseller */

.custom-favorites__product-image img {
  border-radius: 15px;
}

.custom-favorites__product-container > * {
  text-align: center;
}

@media (max-width: 700px) {
  .custom-favorites__content-wrapper .custom-favorites__highlight-content {
    padding: 0;
    background: transparent;
  }
}

/* Fixing Footer Custom Product */

.custom-footer__content-wrapper
  > div.custom-footer__new-product-container
  > div
  > a
  > div {
  border-radius: 15px;
  margin-bottom: 10px;
}

/* Custom newsletter style start */

.custom-newsletter-inner .custom-image-container {
  padding: 0;
}

.custom-newsletter-inner .h2,
.custom-newsletter-inner .h1,
.custom-newsletter-inner .h3,
.custom-newsletter-inner p,
.custom-newsletter-inner .p-large,
.custom-newsletter-inner .p-med,
.custom-newsletter-inner .p-small,
.custom-newsletter-inner .p-xsmall {
  color: var(--primary-text-color);
}

/* .section--contrast .custom-newsletter-inner .h2, .section--contrast .custom-newsletter-inner .h1, .section--contrast .custom-newsletter-inner .h3, .section--contrast .custom-newsletter-inner p, .section--contrast .custom-newsletter-inner .p-large, .section--contrast .custom-newsletter-inner .p-med, .section--contrast .custom-newsletter-inner .p-small, .section--contrast .custom-newsletter-inner .p-xsmall {
  color: var(--primary-text-color);
} */
.custom-newsletter-cover form.needsclick {
  padding: 0 !important;
}

.custom-newsletter-cover form.needsclick .needsclick {
  min-height: inherit !important;
  display: block !important;
}

.content-box {
  padding: 32px 24px;
  border-radius: 25px;
  width: 100%;
}

.content-box .hero-b__heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  letter-spacing: normal;
}

.custom-newsletter-note p {
  font-weight: 400;
  font-size: 11px;
  line-height: 105%;
}

.custom-newsletter-note {
  margin-top: 12px;
}

.custom-newsletter-inner .custom-image-text-button__benefit-container p {
  margin-left: 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.custom-newsletter-inner .custom-image-container,
.custom-newsletter-inner .custom-image-container img {
  width: 28px;
  height: 28px;
  margin: 0;
  min-width: 28px;
  object-fit: contain;
}

.custom-newsletter-inner .custom-image-text-button__benefit-container {
  margin-top: 16px;
}

.custom-newsletter-cover {
  margin-top: 24px;
}

.content-box .hero-b__heading {
  margin-bottom: 24px;
}

.image-with-text--align-left,
.image-with-text--align-left .hero-b__heading {
  text-align: left;
}

.image-with-text--align-center,
.image-with-text--align-center .hero-b__heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-with-text--align-center
  .custom-newsletter-inner
  .custom-image-text-button__benefit-container {
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

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

.image-with-text--align-center .custom-newsletter-cover {
  margin-left: auto;
  margin-right: auto;
}

.custom-newsletter-content {
  max-width: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 52px;
}

.content-left {
  align-items: flex-start;
}

.content-center {
  align-items: center;
}

.content-right {
  align-items: flex-end;
}

.shopify-newsletter .hero-b__image-container:before {
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.custom-newsletter-cover .needsclick.kl-private-reset-css-Xuajs1 {
  padding: 0 !important;
}

/*Klaviyo Styling */

.custom-newsletter-cover form.needsclick .needsclick [type="email"],
.custom-newsletter-cover form.needsclick .needsclick [type_"text"] {
  margin-right: 12px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1.5px solid #ffffff !important;
  backdrop-filter: blur(2.63102px);
  padding: 9px 16px !important;
  border-radius: 10px !important;
}

.custom-newsletter-cover form.needsclick button.needsclick {
  padding: 10px 20px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 105% !important;
  color: #f4f1ed !important;
  height: auto !important;
  min-height: 37px !important;
  box-sizing: border-box !important;
}

.custom-newsletter-cover form.needsclick .needsclick [type="email"],
.custom-newsletter-cover form.needsclick .needsclick [type="text"] {
  margin-right: 16px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1.5px solid #ffffff !important;
  backdrop-filter: blur(2.63102px);
  padding: 8px 16px !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  height: auto !important;
  min-height: 37px !important;
  box-sizing: border-box !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-webkit-autofill::first-line,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-webkit-autofill,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-webkit-autofill:hover,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-webkit-autofill:focus,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-webkit-autofill:active {
  background: transparent !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-webkit-autofill::first-line,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-webkit-autofill,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-webkit-autofill:hover,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-webkit-autofill:focus,
.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-webkit-autofill:active {
  background: transparent !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]::-webkit-input-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]::-webkit-input-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]::-moz-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]::-moz-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-ms-input-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-ms-input-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="email"]:-moz-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-cover
  form.needsclick
  .needsclick
  [type="text"]:-moz-placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 37px !important;
  color: #353531 !important;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-inner {
  width: 100%;
  max-width: 60rem;
}

.custom-newsletter-cover .needsclick.kl-private-reset-css-Xuajs1 span {
  font-size: 14px !important;
  line-height: 20px;
  display: block;
  margin: 4px 0;
  font-family: var(--font-nunito) !important;
}

.custom-newsletter-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-image-layer:before {
  content: none !important;
}

.custom-newsletter-note a {
  color: #5a58cd;
}

.custom-newsletter-cover .needsclick.kl-private-reset-css-Xuajs1 span span {
  display: none;
}

.custom-newsletter-cover
  .needsclick.kl-private-reset-css-Xuajs1#klaviyo_ariaid_2 {
  padding: 8px !important;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .custom-newsletter-content {
    padding: 28px 29px;
    flex-direction: row;
  }

  .content-box .hero-b__heading {
    font-weight: 700;
    font-size: 23px;
    line-height: 105%;
    margin-bottom: 20px;
  }

  .custom-newsletter-inner .custom-image-text-button__benefit-container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-left: 12px;
  }

  .custom-newsletter-inner .custom-image-container,
  .custom-newsletter-inner .custom-image-container img {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }

  .mobile-content-top {
    display: flex;
    align-items: flex-start;
  }

  .mobile-content-middle {
    display: flex;
    align-items: center;
  }

  .mobile-content-bottom {
    display: flex;
    align-items: flex-end;
  }

  .shopify-newsletter .section .section__inner {
    padding: 0;
  }

  .shopify-newsletter .section .section__inner .hero-b__image-container {
    padding: 0;
  }

  .shopify-newsletter .hero-b__image-container:before {
    width: 100%;
  }

  .shopify-newsletter .section.section--contrast {
    padding-top: 0;
  }

  .custom-newsletter-cover form.needsclick .needsclick [type="email"],
  .custom-newsletter-cover form.needsclick .needsclick [type="text"] {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-right: 12px !important;
    margin-bottom: 10px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="email"]::-webkit-input-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="email"]::-moz-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="email"]:-ms-input-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="email"]:-moz-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="text"]::-webkit-input-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="text"]::-moz-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="text"]:-ms-input-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover
    form.needsclick
    .needsclick
    [type="text"]:-moz-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .custom-newsletter-cover form.needsclick button.needsclick {
    font-size: 13px !important;
    min-height: 34px !important;
  }

  .custom-newsletter-cover {
    margin-top: 20px;
  }

  .custom-newsletter-cover .needsclick.kl-private-reset-css-Xuajs1 span {
    font-size: 12px !important;
    line-height: 17px;
  }

  .custom-newsletter-content .custom-newsletter-inner {
    margin: 0 auto;
  }

  .content-box {
    border-radius: 12.5px;
  }

  .image-with-text--align-center
    .custom-newsletter-inner
    .custom-image-text-button__benefit-container {
    max-width: 253px !important;
  }

  .custom-newsletter-note p {
    font-weight: 400;
    font-size: 10px;
    line-height: 105%;
  }
}

@media (min-width: 60em) {
  .shopify-newsletter {
    --space-outer: calc(var(--spacing-unit) * 5);
  }
}

@media (max-width: 59.98em) {
  .shopify-newsletter .section {
    margin-top: 1rem;
  }
}

/* Custom newsletter style end */

/* whatsapp btn styling */

.svelte-1rdizjn.svelte-1rdizjn button {
  box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.15) !important;
  animation: none !important;
}

.satellite-bubble-container.svelte-w7bhwz.svelte-w7bhwz {
  max-width: 23rem !important;
}

.chspt-popover-content.svelte-vd3h3r.svelte-vd3h3r p,
.satellite-bubble-container.svelte-w7bhwz.svelte-w7bhwz {
  font-size: 1.4rem;
}

.chspt-popover-content.svelte-vd3h3r .chspt-cta-button.svelte-vd3h3r {
  font-size: 1.6rem;
}

@media (min-width: 60em) {
  .satellite-bubble-container.svelte-w7bhwz.svelte-w7bhwz {
    max-width: 25rem !important;
  }

  .chspt-popover-content.svelte-vd3h3r.svelte-vd3h3r p,
  .satellite-bubble-container.svelte-w7bhwz.svelte-w7bhwz {
    font-size: 1.8rem;
  }

  .chspt-popover-content.svelte-vd3h3r .chspt-cta-button.svelte-vd3h3r {
    font-size: 2rem;
  }
}

.hidden {
  display: none !important;
}

/* end whatsapp btn styling */

/*styling hero-c-btn*/

.hero-c__btn-container {
  padding: 20px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  max-width: 90%;
}

.hero-c__btn-container .hero-b__btn {
  color: var(--secondary-fill-color);
  background-color: #353531;
  padding: 1.8rem 2.2rem;
}

.hero-c__btn-container .custom-image-text-button {
  margin-top: 10px;
  border-radius: 15px;
  padding: 14px;
}

.hero-c__btn-container .custom-image-text-button-2 {
  border: 2px solid #353531;
  border-radius: 15px;
  background: transparent;
  color: var(--color-text);
  padding: 1.5rem 1.8rem;
}
/*secret shop styling*/
.secret-shop-message {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.secret-shop-message p {
  text-align: center;
}

.secret-shop-message h3 {
  text-align: center;
}

.secret-shop-message_denied {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 100px;
  padding: 0 15px;
}

.secret-shop-message_denied p {
  text-align: center;
}
.secret-shop-message_denied a {
  color: var(--accent-color);
  text-decoration: underline;
  height: 600px;
}

@media (min-width: 960px) {
  .secret-shop-message {
    margin-bottom: -60px;
    margin-top: 30px;
  }

  .template-page .LoyaltyFullpage-prefix .LoyaltyPage .LoyaltyPage__header {
    margin: 7.3rem auto;
  }
}

/*---A/B Test Collection Hero--*/
.custom_collection_banner {
  max-width: 1036px;
  margin: 4rem auto 0;
}
.custom_collection_banner img {
  width: 100%;
}

.custom_collection_banner .hero-b__image-wrapper {
  border-radius: 5rem;
  line-height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 38.7%;
}
.custom_collection_banner .hero-b__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.custom_collection_banner .content_part {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translatex(-50%);
  max-width: 430px;
  text-align: center;
}
.custom_collection_banner .content_part p {
  color: #f4f1ed;
  max-width: 330px;
  margin: 0 auto;
}
.custom_collection_banner .content_part h3 {
  font-size: 6rem;
  font-weight: 700;
  color: #f4f1ed;
  line-height: 1.05;
  margin-bottom: 0.8rem;
  font-family: var(--font-lexend);
}
.custom_collection_banner_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding-top: 2.5rem;
}
.custom_collection_banner_icon .custom_icon_with_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.custom_collection_banner_icon .custom_icon_with_text .custom_icon {
  min-width: 4rem;
  width: 4rem;
  line-height: 0;
}
.custom_collection_banner_icon .custom_icon_with_text .custom_icon img {
  width: 100%;
}
.custom_collection_banner_icon .custom_icon_with_text p {
  font-size: 1.5rem;
  line-height: 1.35;
}

.BDcollection_banner .custom_collection_banner_main {
  display: block;
  margin-bottom: 12rem;
}

.custom_collection_banner .hero-b__image-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 21.35%,
    rgba(0, 0, 0, 0.31) 55.21%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.custom_collection_banner_main:not(:empty)
  + .custom-collection-hero_main
  + .newSection.small-container {
  margin-top: 12rem;
}
.custom_collection_banner_main:not(:empty)
  + .custom-collection-hero_main
  + .shopify-section--image-first
  .custom-featured-product {
  margin: 0;
}
.custom-img-txt-btn {
  margin-top: var(--space-outer);
}
.custom_collection_banner_main
  + .shopify-section--image-first
  .custom-featured-product {
  margin-top: var(--space-outer);
  margin-bottom: 0;
}
.custom_collection_banner_main
  + .shopify-section--image-first
  .custom-featured-product
  .product-bg__container
  .custom-featured-product__product-container {
  padding-top: 0;
}
.custom_collection_banner_main
  + .shopify-section--image-first
  + .shopify-section--image-first
  .custom-featured-product {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .custom_collection_banner {
    padding-right: var(--space-outer);
    padding-left: var(--space-outer);
  }
  .hero-b__image-wrapper.custom-image-text-button__img-container.hide-mobile {
    display: block;
  }
  .hero-b__image-wrapper.custom-image-text-button__img-container.hide-desktop {
    display: none;
  }
  .custom_collection_banner_main:not(:empty)
    + .custom-collection-hero_main
    + .newSection.small-container {
    margin-top: 10rem;
  }
  .custom-img-txt-btn {
    margin-top: var(--spacing-large);
  }
}
@media (max-width: 768px) {
  .custom_collection_banner_main:not(:empty)
    + .custom-collection-hero_main
    + .newSection.small-container {
    margin-top: 9rem;
  }

  .LoyaltyFullpage-prefix .R-TextBody--xs {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .custom_collection_banner_icon .custom_icon_with_text .custom_icon {
    min-width: 3rem;
    width: 3rem;
  }
  .custom_collection_banner .hero-b__image-wrapper {
    border-radius: 3rem;
  }
  .hero-b__image-wrapper.custom-image-text-button__img-container.hide-mobile {
    display: none;
  }
  .hero-b__image-wrapper.custom-image-text-button__img-container.hide-desktop {
    display: block;
  }
  .custom_collection_banner_main:not(:empty)
    + .custom-collection-hero_main
    + .newSection.small-container {
    margin-top: 9rem;
  }
  .custom_collection_banner .hero-b__image-wrapper {
    padding-top: 77.3%;
  }
  .custom_collection_banner_main
    + .shopify-section--image-first
    .custom-featured-product
    .section__inner.image-with-text__inner {
    padding: 0;
  }
}

@media (max-width: 59.98em) {
  .custom_collection_banner .content_part {
    top: 25px;
    width: 100%;
    max-width: 375px;
    padding: 0 3.2rem;
  }
  .custom_collection_banner {
    padding: 0 1.8rem;
  }
  .custom_collection_banner {
    margin: 0.8rem auto 0;
  }
  .custom_collection_banner_icon {
    padding: 1.7rem 1.8rem 0;
    gap: 2rem;
  }
  .custom_collection_banner_icon .custom_icon_with_text p {
    font-size: 1.2rem;
    line-height: 1.35;
  }
  .custom_collection_banner_icon .custom_icon_with_text {
    width: auto;
  }
  .BDcollection_banner .custom_collection_banner_main {
    margin-bottom: 14rem;
  }
  .custom_collection_banner .content_part h3 {
    font-size: 4rem;
  }
}

@media (max-width: 32.98em) {
  .custom_collection_banner_main:not(:empty)
    + .custom-collection-hero_main
    + .newSection.small-container {
    margin-top: 4rem;
  }
}
.custom_collection_banner_main {
  display: none;
  margin-bottom: 3rem;
}
/*=== A\B Testing Section ===*/
/* .custom_collection_banner_main{
  display: block;
}
.custom_collection_banner_main:not(:empty) + .custom-collection-hero_main {
  display: none;
} */

/* Inventory Counter CSS [ 10-11-2023 - START ] */
.inventory-counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  padding: 0.4rem 1.6rem;
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 8px 100px rgba(0, 0, 0, 0.05);
}
.inventory-counter.active {
  display: flex;
}
.product-form__variants + .inventory-counter {
  margin-top: 1.5rem;
}
.inventory-counter .inventory-counter__message {
  color: var(--primary-text-color);
}
.inventory-counter .inventory-counter__bar {
  display: inline-block;
  min-width: 7rem;
  margin: 0.2rem 0;
  flex: 1;
  border-radius: 10rem;
}
.inventory-counter .inventory-counter__bar-progress {
  background-color: var(--color-text-link);
  border-radius: 10rem;
}

.product__block .inventory-counter,
.custom-featured-product__product-container .inventory-counter {
  max-width: 230px;
}
.DUS-6 .product__block .inventory-counter,
.DUS-6 .custom-featured-product__product-container .inventory-counter {
  max-width: 100% !important;
}
@media (min-width: 60em) {
  .product__block .inventory-counter,
  .custom-featured-product__product-container .inventory-counter {
    max-width: 312px;
  }
  .template-lp1 .text__image-with-features {
    font-family: "Nunito Sans";
    font-size:2rem;
    max-width: 45.5rem;
  }
}
/* Inventory Counter CSS [ 10-11-2023 - END ] */

.jobpage_btn .btn--primary,
.jobpage_btn .btn--primary:hover,
.jobpage_btn .btn:hover,
.jobpage_btn .rich-text__button:hover,
.jobpage_btn .btn--medium {
  border: 2px solid #353531;
  border-radius: 15px;
  background: transparent !important;
  color: var(--color-text);
  padding: 1.5rem 1.8rem;
  /*transition:none;*/
}

.jobpage_btn .rich-text__button-wrapper {
  justify-content: left;
  margin-bottom: -40px;
}

.LoyaltyWidget-prefix .R-LauncherButton {
  position: absolute;
  z-index: 1 !important;
}

.LoyaltyWidget-prefix .LoyaltyPanel .R-Logo .R-Logo__image {
  display: none;
}

.donation {
  border-radius: 12px;
  background: linear-gradient(
      95deg,
      rgba(255, 245, 0, 0.05) -15.22%,
      rgba(0, 56, 255, 0.05) 107.07%
    ),
    #fff;
  box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.05);
  padding: 12px 16px;
}
.donation__progress-bar {
  background: #eee966;
  width: 100%;
  height: 8px;
  border-radius: 10rem;
  overflow: hidden;
}
.donation__progress-bar-line {
  height: 100%;
  background: #5d7ceb;
  border-radius: 10rem;
}
.donation__info-text {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.donation__info-text span {
  font-family: var(--font-lexend);
  color: var(--primary-text-color);
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 105%;
}
.template-christmas-lp .story_menu {
  margin-bottom: 2.6rem;
}
@media (min-width: 60em) {
  .donation__info-text span {
    font-size: 2rem;
  }
  .template-lp1 .benefit-grid__container {
    margin-bottom: 32rem;
}
  .template-lp1 .benefit-grid__item {
    margin-bottom: -16rem;
  }
  .template-lp1 .custom-benefit-grid {
    margin-bottom:12rems;
  }
  .template-lp1 .footer__parent {
    margin-top: 0;
  }
  .template-lp1 .custom-footer.section {
    margin-top: 0;
  }
  .template-lp1  .custom-footer__parent {
    margin-top: 0;
  }
  .template-lp1 .benefit-grid__item-title {
    max-width: 30rem;
  }
  .template-lp1 .benefit-grid__item {
    width: 44.7%;
  }
  .template-lp1 .benefit-grid__item-info {
    padding: 4rem;
  }
  .template-christmas-lp .story_menu {
    margin-bottom: 4rem;
  }
}
/* Christmas-lp section changes styling */
.template-christmas-lp .custom-footer__parent {
  margin-top: 0;
  background-color: #bee9ff;
}

@media (min-width: 2000px) {
  .template-christmas-lp .custom-footer__parent {
    margin-top: 3rem;
    background-color: transparent;
  }
  .template-christmas-lp .main {
    max-width: 2800px;
    margin: 0 auto;
  }
  .template-christmas-lp .main:after,
  .template-christmas-lp .main:before {
    content: '';
    z-index: 99;
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    pointer-events: none;
  }
  .template-christmas-lp .main:before {
    left: 0;
    background: linear-gradient(90deg, rgba(245,241,237,1) 0%, rgba(245,241,237,0) 100%);
  }
  .template-christmas-lp .main:after {
    right: 0;
    background: linear-gradient(90deg, rgba(245, 241, 237, 0) 0%, #F5F1ED 100%);
  }  
}

.no-js .custom-header.header.is-sticky:before {
  content: none;
}

.no-js .header--has-logo .header__logo-link .image img {
  height: 80px;
  width: auto;
}

.no-js .header--has-logo .regular-logo {
  padding-top: 0;
}

.no-js .story_menu_wrap .story_menu_item .story_menu_image img {
  width: 100px;
}

.no-js .custom-favorites__product-image img {
  width: 100%;
  height: 100%;
} 

.no-js .link-modal {
  transform: translateX(0%);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: 0.2s;
}

.no-js .link-modal .link-modal__item {
  animation: opacity ease-in 0.35s forwards;
  animation-delay: calc(var(--order)* 0.2s);
}

.no-js .link_modal-trigger {
  display: none;
}

.no-js .link-modal img {
  width: 100%;
}

.no-js .image-with-features__inner img.lazyloaded,
.no-js .custom-favorites img.lazyloaded,
.no-js .text-columns-with-images img.lazyloaded,
.no-js .custom-grid img.lazyloaded,
.no-js .product__media img.lazyloaded,
.no-js .custom-ingredients img.lazyloaded,
.no-js .custom-benefit-grid img.lazyloaded {
  height: 100%;
  width: 100%;
}

.no-js .cart.page .cart__item img.lazyloaded,
.no-js .cart.page .cart__recommended img.lazyloaded {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.no-js .cart.page .cart__recommended .image {
  padding-top: 0;
}


.no-js .product-beyond .main-image__beyond .main-image__first {
  padding-top: 0;
}


.template-blog .main {
  top: 0;
  padding-bottom: 0;
}
.template-article .main {
  padding-bottom: 0;
  overflow: hidden;
}
.template-article .custom-image-text-button__img-container .image {
  padding-top: 85%;
}
@media screen and (min-width: 45em) {
  .template-blog .main {
    top: 10.4rem;
    padding-bottom: 10.4rem;
  }
  .template-article .main {
    padding-bottom: 16rem;
  }
}
.template-alternate-base-lp .page-width {
  padding: 0 2rem;
}
.template-alternate-base-lp .benefit-grid__header-title {
  margin-bottom: 6rem;
}
.template-alternate-base-lp .benefit-grid__item .image {
  padding-top: 89.1% !important;
}
.template-alternate-base-lp .benefit-grid__item-info {
  margin-top: 0;
  padding: 3rem;
}
.template-alternate-base-lp .benefit-grid__item {
  margin-bottom: 4rem;
}
.template-alternate-base-lp .custom-benefit-grid {
  margin: 0 0 6rem;
}
.template-alternate-base-lp .benefit-grid__header-text {
  display: none;
}
.template-alternate-base-lp .main {
  padding: 0;
}
.template-alternate-base-lp.template-page .custom-footer__parent {
  margin-top: 0;
}
@media screen and (min-width: 45em) {
  .template-alternate-base-lp .page-width {
    padding: 0 2.4rem;
  }
  .template-alternate-base-lp .benefit-grid__header-title {
    margin-bottom: 2.6rem;
    text-align: left;
  }
  .template-alternate-base-lp .benefit-grid__header-text {
    display: block;
    text-align: left;
  }
  .template-alternate-base-lp .section__inner.benefit-grid__container {
    padding: 0 2rem;
    display: flex;
    gap: 2rem;
    max-width: 117.3rem;
    margin: 0 auto;
  }
  .template-alternate-base-lp .benefit-grid__item-info {
    padding: 4rem;
  }
  .template-alternate-base-lp .benefit-grid__item {
    width: 100%;
    max-width: 44.2%;
  }
  .template-alternate-base-lp .benefit-grid__item .image {
    padding-top: 80% !important;
  }
}
@media screen and (min-width: 60em) {
  .template-alternate-base-lp .main {
    top: 10.4rem;
    padding: 0;
  }
}
.hb-sale-price {
  color: #F45B69;
}
.hb-compare-price {
  text-decoration: line-through;
}