/** Shopify CDN: Minification failed

Line 603:0 Unexpected "}"
Line 684:51 The "+" operator only works if there is whitespace on both sides

**/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 26px 0 0 0 ;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li + li {
  margin-left: 16px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
    /* color: transparent; */
    border: 0;
    outline: none;
    background: rgba(var(--text-color),.3);
}
.slick-dots li.slick-active button {
    background: rgba(var(--text-color),1);
}
.slick-list:hover {
  cursor: grab;
  cursor: -webkit-grab;
}
.slick-list:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.image-slider {
  display: flex;
  flex-wrap: wrap;
}
.image-slider-image-wrapper {
  width: 100%;
}
.image-slider-text-wrapper {
  width: 100%;
  padding: 30px 0 40px 0;
}
.image-slider-text {
  width: 370px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.image-slider-text-wrapper .button {
  color: #5d5f61 !important;
  background: transparent;
  font: 600 12px/14px "IBM Plex Serif",serif;
  border: 1px solid #5d5f61;
  border-radius: 100px;
  color: #19573e;
  padding: 6px 27px 7px 27px;
}
.mobile-info-bar {
  margin-top: 5px;
  padding: 10px 0;
  /*border-bottom: 2px solid #005232;*/
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.11);
}
.active-divider {
  width: 100%;
}
.shadow_menu{
  box-shadow: 0px 5px 10px 1px black;
  color: #ffffff8f;
  border: 0;
  height: 0;
  margin-top: -7px;
  width: 99%;
  margin-left: 0.5%;
}
.header__bottom-navigation {
  border-top: 0;
}
.desktop-border-shadow {
  border-top: 1px solid #8C8C8C;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.11);
}
@media screen and (min-width: 1200px) {
  .mobile-info-bar {
    display: none;
  }
}
.mobile-info-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-info-bar .phone_number{
  font-family: "IBM Plex Serif",serif;
  margin-bottom: 3px;
}
@media screen and (max-width: 1199px) {
  #header-localization-form {
    position: absolute;
    left: 116px;
    top: 14px;
  }
  .header__icon-list {
    display: none;
  }
  [dir=ltr] .header .popover-button svg {
      margin-left: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .slick-dots {
    position: absolute;
    top: -50px;
    margin: 0;
  }
  .slick-slider + .image-slider-text-wrapper {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  #header-localization-form {
    left: 36px;
    top: -42px;
  }
  .mobile-info-bar .phone_number{
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 741px) {
  #header-localization-form {
    top: -40px;
  }
}
@media screen and (max-width: 565px) {
  #header-localization-form {
    top: -37px;
  }
}
@media screen and (min-width: 1024px) {
  .image-slider-text-wrapper {
    padding: 40px 0;
  }
}
.shopify-section .image-slider-heading {
  font-family: "IBM Plex Serif"!important;
  font: 500 26px/35px "IBM Plex Serif",serif;
  letter-spacing: .12em;
  color: #19573e !important;
  margin: 0!important;
  text-transform: uppercase !important;
}
.shopify-section .image-slider-sub-heading {
    font-family: "IBM Plex Serif"!important;
    font: 400 16px/20px "IBM Plex Serif"!important;
    letter-spacing: .08em;
    color: #19573e !important;
    margin: 10px auto 0!important;
    text-transform: uppercase !important;
    max-width: 100%;
}
@media screen and (max-width: 565px) {
  .image-slider-heading.heading.h2 {
    font: 500 22px/30px "IBM Plex Serif",serif !important;
  }
  .image-slider-sub-heading {
    margin: 8px auto 0!important;
  }  
}
.image-slider-text p {
    font: 400 16px/22px "IBM Plex Serif",serif;
    letter-spacing: .04em;
    margin: 0!important;
    color: #19573e;
}
.image-slider-text p:first-child {
  font: 500 26px "IBM Plex Serif",serif;
  margin: 17px 0 24px!important;
}
.image-slider-text h2{
  font-family: 'IBM Plex Serif'!important;
  font: 400 16px/20px 'IBM Plex Serif'!important;
  letter-spacing: 0.08em;
  color: #5d5f61 !important;
  margin: 8px auto 0 !important;
  text-transform: uppercase;
  order: 2;
  max-width: 100%;
}
.image-slider-text h3{
  font-family: 'IBM Plex Serif'!important;
  font: 500 26px/35px 'IBM Plex Serif', serif;
  letter-spacing: 0.12em;
  color: #5d5f61 !important;
  order: 1;
}
.image-slider-text h5{
  margin: 40px 0 0;
  letter-spacing: 0.02em;
  color: #5d5f61;
  font: 600 15px/20px 'IBM Plex Serif', serif;
}
#footer-newsletter{
  max-width: 210px;
}
#footer-newsletter .input__label {
  font: 600 13px/16px 'IBM Plex Sans' !important;
}
.footer-whatsapp-nl{
  position: relative;
  margin-bottom: 28px;
}
.footer-whatsapp-nl-button{
  display: inline-block;
  width: 100%;
  max-width: 210px;
  color: #000;
  border-style: double;
  border-color: #000;
  background: #fff;
  color: #000;
  height: 35px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'IBM Plex Sans',sans-serif !important;
  border-radius: 30px;
  line-height: 31px;
  position:relative;
  top: -20px;
  text-align: center;
}
.whatsapp-nl-btn-text{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); 
}
.whatsapp-nl-arrow{
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-whatsapp-nl-hint{
  display: block;
  max-width: 260px;
  font-size: 11px;
  line-height: 20px;
  margin-top: -10px;
}
@media screen and (min-width: 1200px){
  .image-slider-text h5 {
      margin: 25px 0 0;
  }
  .image-with-text__content-wrapper p{
    font: 400 16px/22px 'IBM Plex Serif', serif;
    letter-spacing: 0.04em;
    margin: 0 !important;
    color: #19573e;
  }
}  
.image-slider {
  align-items: stretch;
}
.slick-list,
.slick-track {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .image-slider-text h2,
  .image-slider-sub-heading {
    max-width: 100%;
  }  
  .image-slider {
    align-items: stretch;
  }
  .slick-list,
  .slick-track {
    height: 100%;
  }
  .slick-slide img,
  .image-slider-image-wrapper img,
  .slick-slide video,
  .image-slider-image-wrapper video{
      height: 100%;
      max-height: 600px;
      object-fit: cover;
  }
  .image-slider-image-wrapper {
    width: 62%;
    display: flex;
  }
  .image-slider-text-wrapper {
    width: 38%;
    display: flex;
    align-items: center;
  }
  .image-slider-text p:first-child {
    margin: 12px 0!important;
  }  
}

.block-swatch__item {
  padding: 4px 16px;
}

.quantity-selector {
  --quantity-selector-height: 29px;
}

.product-meta {
  border-bottom: none;
}

.top-padding {
  padding-top: 24px;
}

.product-form__option-selector {
  display: flex;
}

.product-form__quantity {
  display: flex;
}

.product-form__option-info, .product-form__quantity-label {
  width: 30%;
}
@media screen and (min-width: 1200px) {
  .multi-column--medium {
    --section-items-per-row: 6;
  }
  .multi-column--small {
    --section-items-per-row: 4;
  }
}
@media screen and (min-width: 1000px) and (max-width:1199px) {
  .multi-column--medium {
    --section-items-per-row: 5;
  }
}
@media screen and (min-width: 1000px) {
  .product__media {
    align-self: stretch;
  }
  .sticky-fix {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px;
  }
  .product-content__featured-products {
    position: -webkit-sticky; /* Safari */
    position: sticky !important;
    top: 20px;
  }
  /* multi column style start   */
  .multi-column--x-large.multi-column--spacing-loose {
    --multi-column-column-gap: 49px;
  }
  .multi-column--x-large {
    --section-items-per-row: 2;
    --item-width: calc(var(--container-inner-width) / var(--section-items-per-row) - (var(--multi-column-column-gap) / var(--section-items-per-row) * (var(--section-items-per-row) - -1)));
  }
  .multi-column.multi-column--small {
    --item-width: calc(100% / var(--section-items-per-row) - var(--multi-column-column-gap));
  }
  .multi-column--small {
    --section-items-per-row: 4;
  }
  .multi-column--small.multi-column--spacing-tight {
    --multi-column-column-gap: 12px;
  }
  /* multi column style end   */
}
@media screen and (min-width: 741px) and (max-width:999px) {
  /* multi column style start   */
   .multi-column--x-large.multi-column--spacing-loose {
    --multi-column-column-gap: 45px;
   }
   .multi-column--x-large {
    --section-items-per-row: 2;
    --item-width: calc(var(--container-inner-width) / var(--section-items-per-row) - (var(--multi-column-column-gap) / var(--section-items-per-row) * (var(--section-items-per-row) - -1)));
  }
  .multi-column--medium {
    --section-items-per-row: 4;
  }
  .multi-column--small {
    --section-items-per-row: 2;
  }
  .multi-column--small.multi-column--spacing-tight {
    --multi-column-column-gap: 12px;
  }
  .multi-column.multi-column--small {
    --item-width: calc(100% / var(--section-items-per-row) - var(--multi-column-column-gap));
  }
  /* multi column style end */
}
@media only screen and (max-width:740px){
  .multi-column--small.multi-column--spacing-tight {
    --multi-column-column-gap: 12px;
  }
}
/* multi column style start  */
.multi-column__inner{
  justify-content: space-between;
}
.multi-column__text-container strong{
  word-break: break-word;
}
/* multi column style end  */

/* featured collection css */

.featured-collections .product-item .product-item-meta__detail {
    text-transform: inherit;
}
.featured-collections .product-item .price-list span.price {
    font: 600 15px/20px "IBM Plex Serif",serif;
    color: #5d5f61;
}
/* featured collection end */

/* footer css */
.footer_newsletter input.input__field {
    color: #000;
    border-style: double;
    border-color: #000;
}
.footer_newsletter .input__label {
    color: #000;
}
.footer .footer_newsletter .input__submit-icon {
    display: block;
}
.footer .footer_newsletter .input__submit-icon svg path {
    stroke:#000;
}

/* Text with image css */

.image-with-text__content-wrapper h5, .image-with-text__content-wrapper p em, .image-with-text__content-wrapper p strong {
    color: #5d5f61;
}
.image-with-text__content-wrapper .button-wrapper .button {
    background: transparent;
    color: #5d5f61 !important;
    border-color: #5d5f61;
}

/* image-with-text */
.image-with-text__image:not([hidden]) ~ img {
    opacity: 0;
}
.image-with-text__image:first-child:not([hidden])~img {
    opacity: 1;
}
.image-with-text .image-with-text__content-list {
    align-items: center;
}
@media screen and (min-width: 1200px){
.image-with-text__image-wrapper img {
/*aspect-ratio: 4/3; */
}
  .image-with-text__content-wrapper h3 {
    margin-top: 69px !important;
}
.image-with-text__navigation {
    margin-top: 28px;
}
.image-with-text__content-wrapper h5 {
    margin: 25px 0 0;
}
.image-with-text__content-wrapper p:first-child {
    margin: 12px 0 !important;
}
  
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
.image-with-text__image-wrapper img {
/*aspect-ratio: 1/1; */
}
/*   .image-with-text__image-wrapper {
    flex-basis: 70%;
}
.image-with-text__content-wrapper {
    flex-basis: 30%;
} */
}
}
@media only screen and (max-width:740px){
  .testimonial-list__nav {
    padding-right: 0;
  }
  .testimonial-list__nav .dots-nav {
    justify-content: center;
  }
}

/* blog page style start */
.shopify-section--main-blog .article-item__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
}
.shopify-section--main-blog .article-item__title {
    word-break: break-word;
}
.testimonial-list__wrapper{
  align-items:center;
}
/* blog page style end */

cookie-banner .button-wrapper {
    margin-top: 24px;
}
.shopify-pc__banner__dialog button, .shopify-pc__prefs__header-actions button {
    border-radius: 30px !important;
    border: 1px solid !important;
    text-decoration: none !important;
}
.shopify-pc__banner__dialog p{
  font-size:12px !important;
}
.shopify-pc__banner__dialog{
  padding: 9px !important;
}
.shopify-pc__banner__dialog button {
    font-size: 80% !important;
}

/*  product media  */
  product-media .product__thumbnail {
    width: 115px;
    padding: 0;
    border: 1px solid #e2eae1!important;
}
  product-media .product__thumbnail::after {
    box-shadow: none;
}
  product-media .product__thumbnail img {
    object-fit: cover;
    height: 92px;
}
  product-media ol.flickity-page-dots {
    display: inline-flex;
    padding-left: 0;
}
  product-media ol.flickity-page-dots li {
    border-radius: 22px;
    height: 7px;
    width: 7px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #ccc;
}
  product-media ol.flickity-page-dots li::marker {
    display: none;
    font-size: 0;
}
  product-media ol.flickity-page-dots li.is-selected {
    background-color: #878484;
}
  product-meta quantity-selector svg {
    width: 7px;
    height: 7px;
}
  product-meta quantity-selector.quantity-selector, product-meta quantity-selector.quantity-selector input {
    font-size: calc(var(--heading-small-font-size )+ 1px);
}
.product-form .unit-price-measurement span {
    font-weight: 400;
    color: #5b5b5b !important;
}
.product-form .product-meta__taxes-included {
    margin-bottom: 5px;
}

product-recommendations.section .product-list__inner {
    padding: 0 21px;
    margin-top: 10px;
}
product-recommendations.section product-item.product-item {
    padding: 25px 0;
    border-top: 1px solid #8C8C8C;
    border-bottom: 1px solid #8C8C8C;
    position: relative;
}
product-recommendations.section .product-item:before {
    height: 100%;
    width: 1px;
    background: #8C8C8C;
    position: absolute;
    top: 0;
    left: -12px;
    content: "";
}
product-recommendations.section .product-item:last-child:after {
    height: 100%;
    width: 1px;
    background: #8C8C8C;
    position: absolute;
    top: 0;
    right: -13px;
    content: "";
}
product-recommendations.section header h2 {
    font: 500 26px/34px "IBM Plex Serif", serif !important;
    letter-spacing: 0.02em;
    color: #19573e !important;
    text-transform: uppercase !important;
}
product-recommendations.section .product-item__info .product-item__cta-wrapper a.btn-details {
    /*display: none;*/
  max-width: 200px;
}
span.policy_price {
    display: inline-flex;
}
span.policy_price .price.text--subdued {
    margin-left: 2px;
}
product-recommendations product-list product-item .product-item__quick-form button {
    display: none;
}

product-recommendations .product-item-meta__title {
    text-transform: uppercase;
    font: 600 15px/20px "IBM Plex Serif", serif;
    letter-spacing: 0.02em;
    color: #5d5f61;
    margin-bottom: 3px;
}
product-recommendations .product-item-meta__detail {
    font: 500 13px/17px "IBM Plex Serif", serif;
    font-style: italic;
    color: #5d5f61;
    margin-bottom: 7px;
}
product-recommendations .product-item .price-list span.price {
    font: 600 15px/20px "IBM Plex Serif", serif;
    color: #5d5f61;
}

.product-content__featured-products .product-item__cta-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.product-content__featured-products .product-item__cta-wrapper form {
    margin-top: 0;
}
.product-content__featured-products .product-item__cta-wrapper button {
    font: 600 13px "IBM Plex Serif",serif;
    color: #fff;
    padding: 0 10px;
    height: 25px;
    margin: 0 10px;
    min-width: 108px;
    background: #666;
    border-radius: 30px;
    transition: .2s;
}

button#shopify-pc__prefs__header-accept {
    background: hsl(157deg, 100%, 16%, 100%);
    color: white;
}
.shopify-pc__prefs__header-actions button {
    width: 100%;
    background: white;
    margin-bottom: 15px;
    color: hsl(157deg, 100%, 16%, 100%);
}
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs {
    border: 1px solid hsl(157deg, 100%, 16%, 100%)!important;
    color: hsl(157deg, 100%, 16%, 100%)!important;
    background: white !important;
}
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline,
button#shopify-pc__prefs__header-decline,
button#shopify-pc__prefs__header-save {
    border: 1px solid hsl(157deg, 100%, 16%, 100%) !important;
    color: hsl(157deg, 100%, 16%, 100%) !important;
    background: white !important;
}
button#shopify-pc__prefs__header-decline:focus,
button#shopify-pc__prefs__header-save:focus,
button.shopify-pc__banner__btn-manage-prefs:focus span {
  outline: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width:1000px){
  .product__thumbnail-item {
      width: calc(calc(var(--thumbnailImagewidth) / 6) - 8px);
  }
    product-media .product__thumbnail {
      width: 100%;
  }
}

@media only screen and (max-width:740px){
  product-recommendations.section .product-item:before {
      left: -6px;
  }
    product-recommendations.section .product-item:last-child:after {
      right: -6px;
  }
}

/* Age Verification Popup */
.age-verfication-popup {
    font-family: 'IBM Plex Serif',serif;
    color: #215a42;
    width: 100%;
    background-color: #DADAD8;
    position: fixed;
    height: 100%;
    display: block;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.age-popup_content {
    padding: 60px 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}
.age-popup-logo {
  width: 290px !important;
  margin: 0 auto;
  margin-bottom: 40px;
}
.age-popup-head-text {
  font-size: 1.2em;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.age-popup-head-text-top {
  font-weight: 500;
  margin-bottom: 0.8em;
}
.age-popup-head-text-bottom {
  margin-top: 0.8em;
  position: relative;
}
.age-popup-head-text-bottom::before {
  content: '';
  position: absolute;
  top: -0.4em;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background: #215a42;
}
.age-modal-bg-img {
  z-index: -1;
  width: auto;
  height: auto;
  position: fixed;
}
.age-top-left-bg {
  top: 0;
  left: 0;
  max-width: 70%;
  max-height: 70%;
}
.age-top-right-bg {
  top: 0%;
  right: -10%;
  max-width: 60%;
  max-height: 50%;
}
.age-bottom-right-bg {
  bottom: 0%;
  right: 0;
  transform: translateX(20%);
  max-width: 80%;
  max-height: 70%;
}
.age-bottom-left-bg {
  bottom: 0;
  left: 0;
  transform: translateX(-20%);
  max-width: 76%;
  max-height: 70%;  
}
body.custom_overlay {
    overflow: hidden;
}
.age-popup-modal {
    text-align: center;
    padding: 80px 0;
    background:url('/cdn/shop/files/Rahmen_NEU_Hintergrund.svg?v=1694806287') no-repeat center center;
    background-size: contain;
    margin-bottom: 40px;
}
.age_popup-btn {
    display: flex;
    justify-content: center;
}
.age-popup-modal a {
    background: #215a42;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    width: 100px;
    padding: 6px 0 10px 0;
    text-align: center;
    border-radius: 22px;
    color: #dee8df;
    transition: opacity 0.2s ease-in-out;
    margin: 0 10px;
}
.age-popup-modal a:hover {
  opacity: 0.8;
}
.age-popup-modal h4 {
    margin-top: 35px;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (min-width:480px){
  .age-popup-logo {
    width: 340px !important;
  }  
  .age-bottom-right-bg {
    transform: translateX(10%);
    max-width: 76%;
    max-height: 60%;  
  }
  .age-bottom-left-bg {
    transform: translateX(-10%);
    max-width: 70%;
    max-height: 40%;  
  }
}
@media only screen and (min-width:768px){
  .age-top-left-bg {
    top: 0;
    left: 0;
    max-width: 50%;
    max-height: 45%;
  }
  .age-top-right-bg {
    top: 0%;
    right: 0%;
    max-width: 55%;
    max-height: 58%;
  }
  .age-bottom-right-bg {
    max-height: 65%;    
    transform: translateX(10%);
  }
  .age-bottom-left-bg {
    max-height: 65%;
    transform: translateX(-14%); 
  }
}
@media only screen and (min-width:1024px){
  .age-popup-head-text {
    font-size: 1.4em;
  }  
  .age-popup-modal {
    padding: 90px;
  }
  .age-popup-modal a {
    font-size: 1.8em;
    width: 120px;
    border-radius: 26px;
    margin: 0 20px;    
  }
  .age-popup-modal h4 {
    margin-top: 25px;
    font-size: 2em;
    letter-spacing: 0.13em;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .age-top-left-bg {
    
  }
  .age-top-right-bg {
    max-width: 36%; 
  }
}
@media only screen and (min-width:1280px){
  .age-top-left-bg {
    max-width:46%;
    max-height:46%;
  }
  .age-top-right-bg {
    max-width:26%;
    max-height:26%;
  }  
  .age-bottom-right-bg {
    transform: translateX(26%);
    max-width: 70%;
    max-height:72%;
  }
  .age-bottom-left-bg {
    transform: translateX(-26%); 
    max-width: 70%;
    max-height:58%;    
  }  
}
.display-hide {
  display: none;
}
.shopify-age-popup {
    transition: 1s;
}
@media only screen and (max-width:879px){
  /*.age_popup-btn {
      justify-content: center;
      gap: 12px;
      margin-top: 40px;
  }*/
  /*.age-popup_content {
      background-position: center center;
      background-size: auto;
  }*/
}

/* 14.08 */
.drawer--large {
  max-width: 640px;
}
#shopify-section-mini-cart .line-item__image-wrapper {
  width: 160px;
}
.mini-cart__recommendations .product-item__image-wrapper {
  width: 160px;
}
.header__inline-navigation {
  margin-bottom: 10px;
}
.header__secondary-links {
  margin-bottom: 4px;
}
#header-localization-form {
  margin-bottom: 6px;
}
body .kl-teaser-SQ8cJW {
  display: none !important;
  width: 0;
  height: 0;
}
.support_block_desktop {
  display: none;
}
.support_block_mobile {
  display: block;
}
.popover--quick-buy .product-form__add-button {
  margin: 0 0 10px;
  height: 40px;
  line-height: 40px;  
}
.drawer--quick-buy .product-form__add-button {
  margin: 0 0 10px;
  height: 52px;
  line-height: 52px;
  background: #005232;
  color: #fff;
}
.drj_free_shipping_hint_new {
  color: rgb(var(--heading-color))!important;
  font-weight: 600;
}
.mini-cart__recommendations-heading {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.drj-blog-sub-title {
    font: 400 24px/40px "IBM Plex Serif";
    font-style: italic;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.product-content__featured-products .product-item__cta-wrapper form {
  margin: 0;
}
.product-content__featured-products #add_to_cart {
  margin: 0;
}
.featured-collections .product-item .product-item__cta, 
.product-recoms .product-item .product-item__cta,
.product-facet .product-item .product-item__cta {
    width: 100%;
    max-width: 200px;
    height: 32px;
    line-height: 32px;
}
.mobile-herb {
  position: fixed;
  bottom: -24px;
  right: -40px;
  max-width: 160px;
}
.mobile-herb img {
  transform: scaleX(-1);
}
#trustbadgeCustomContainer {
  text-align: center;
  margin-top: 36px;
}
#trustbadgeCustomMobileContainer {
  text-align: center;
}
.trusted-shops-reviews {
  margin-bottom: 12px;
}
.cart-notification__overflow {
  background: #005232;
}
@media screen and (min-width: 390px) {
  .header__inline-navigation {
    margin-bottom: 10px;
  }
  .header__secondary-links {
    margin-bottom: 3px;
  }
  #header-localization-form {
    margin-bottom: 5px;
  }  
}
@media screen and (min-width: 741px) {
  #shopify-section-mini-cart .line-item__image-wrapper {
    width: 200px;
  }
  .mini-cart__recommendations .product-item__image-wrapper {
    width: 200px;
  }
  .header__inline-navigation {
    margin-bottom: 16px;
  }
  .header__secondary-links {
    margin-bottom: 7px;
  }
  #header-localization-form {
    margin-bottom: 8px;
  }
  .product-content__featured-products .product-item__cta-wrapper form,
  .product-content__featured-products .product-item__cta-wrapper button {
    margin: 0 auto;
  }
  .mobile-herb {
    display: none;
  }
}
.article-list .article-item__image-container:hover,
.article-list .article-item__title:hover {
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .mini-cart__recommendations-inner {
    background: rgba(242,240,236,1.0);
    
  }
}
@media screen and (min-width: 1000px) {
  .mini-cart__recommendations {
    width: 340px;
  }
  .support_block_desktop {
    display: block;
  }
  .support_block_mobile {
    display: none;
  }  
}
@media screen and (max-width: 1439px){
  .featured-collections .product-item .product-item__cta-wrapper form,
  .product-recoms .product-item .product-item__cta-wrapper form,
  .featured-collections .product-item .product-item__cta-wrapper,
  .product-recoms .product-item .product-item__cta-wrapper{
    flex-wrap:wrap;
  }
  .featured-collections .product-item .product-item__cta-wrapper .btn-details,
  .product-recoms .product-item .product-item__cta-wrapper .btn-details,
  .featured-collections .product-item .product-item__cta,
  .product-recoms .product-item .product-item__cta{
    width: 100%;
    max-width: 200px;
    margin: /*0 0 10px*/0;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .shopify-section:first-child section.section {
    margin-top: 39px;
  }
}
@media screen and (min-width: 1200px) {
  #header-localization-form {
    margin-bottom: 0px;
  } 
}
@media screen and (max-width: 320px) {
  .header__secondary-links #header-localization-form {
    display: none;
  } 
}