/** Shopify CDN: Minification failed

Line 25:0 Unexpected "{"
Line 25:1 Expected identifier but found "%"
Line 25:34 Expected identifier but found "%"
Line 30:0 Unexpected "{"
Line 30:1 Expected identifier but found "%"
Line 30:36 Expected identifier but found "%"
Line 35:0 Unexpected "{"
Line 35:1 Expected identifier but found "%"
Line 35:41 Expected identifier but found "%"
Line 66:0 Unexpected "{"
... and 44 more hidden warnings

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}

{% comment %}center product logos{% endcomment %}
.logo-bar > .product-grid {
    justify-content: center;
}

{% comment %}center logo list title{% endcomment %}
[id*="logo-list"] h2.section-header__title {
    text-align: center;
}

{% comment %}increase product title size{% endcomment %}
.grid-product__title {
    font-size: 18px;
    font-weight: 600;
    hyphens: none;
    -webkit-hyphens: none;
}

.grid__item-icon-wrapper {
    width: 5em;
    margin: 0 auto;
}

.grid--flush-bottom > .grid__item {
    margin-bottom: 44px;
}

.text-column-title {
    font-size: calc(var(--typeHeaderSize)*0.45);
    margin-bottom: 4px;
}

.read-more-less-button {
    margin-top: 1em;
}

.etrusted-product-stars {
    margin-bottom: 10px;
    vertical-align: text-top;
}

{% comment %}Increase item width to prevent line break in Trustedshops review stars{% endcomment %}
@media only screen and (max-width:768px) {
    .scrollable-grid--small .grid-item {
        flex: 0 0 60%;
    }
}

a.account-details-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}

{% comment %}search bar width{% endcomment %}

.header-item--search {
    max-width: 100%;
}

.header-item--search is-land {
    width: 100%;
}

{% comment %}search bar width (end){% endcomment %}

{% comment %}center slider arrows{% endcomment %}

.hero[data-arrows=true] .flickity-previous {
    left:45%;
    right:90px;
}

.hero[data-arrows=true] .flickity-next {
    right:45%;
}

@media only screen and (max-width: 768px) {
    .hero[data-arrows=true] .flickity-prev-next-button {
        bottom: -16px;
    }

    .hero[data-arrows=true] .flickity-previous {
        left: 40%;
    }

    .hero[data-arrows=true] .flickity-next {
        right: 40%;
    }

    .hero[data-arrows=true].flickity-rtl .flickity-previous {
        left: 60px;
    }

    .hero[data-arrows=true].flickity-rtl .flickity-next {
        left: 20px;
    }
}

@media only screen and (max-width:768px){
    .hero[data-arrows=true] .flickity-prev-next-button{
        bottom:-16px;
    }
    .hero[data-arrows=true] .flickity-previous{
        left:40%;
    }
    .hero[data-arrows=true] .flickity-next{
        right:40%;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-previous{
        left:60px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-next{
        left:20px;
    }
}

{% comment %}center slider arrows (end) {% endcomment %}

{% comment %}meta info font-size{% endcomment %}

.product-single__pzn{
    font-size:calc(var(--typeBaseSize) - 3px);
}

.product-single__oeko{
    font-size:calc(var(--typeBaseSize) - 3px);
}

{% comment %}meta info font-size (end){% endcomment %}

{% comment %}Treueprogramm{% endcomment %}

@media only screen and (max-width:960px){
    .header-item.header-item--icons button.btn--link{
        display: none;}
}


.header-item.header-item--icons button.btn--link {
    background-color: #F7E1B8;
    border: none;
    color: #000000;
    width: 140px !important;
    padding: 12px 12px;
    text-decoration: none;
    margin: 2px 20px;
    cursor: pointer;
    border-radius: 50px;
}

.Treue{
    font-size:calc(var(--typeBaseSize) - 1px);
}

.loyalty-header-font{
    font-size:calc(var(--typeBaseSize) - 1px);
}

{% comment %}Treueprogramm (end){% endcomment %}

{% comment %}Globo{% endcomment %}

.gl-fullscreen-layer .gl-d-searchbox {
    border: 3px solid #81BC00;
}

.gl-card-title a {
    font-size: 18px !important;
    font-weight: 600 !important;
    hyphens: none !important;
    -webkit-hyphens: none;
    font-family: Catamaran, serif !important;
    color: #191a17 !important;
}

.gf-search-item-product-vendor {
    font-size: 12px !important;
    color: #191a17 !important;
    font-family: Catamaran, serif !important;
    font-weight: 300 !important;
}

.gl-card-price {
    font-size: 17px !important;
}

@media screen and (max-width: 767px) {
    .gl-row {
        flex-direction: column-reverse !important;

    }
}


@media only screen and (max-width: 768px) {
    a.site-nav__link.site-nav__link--icon.small--hide {
        display: block !important;
    }
}

{% comment %}Globo (end){% endcomment %}

{% comment %}Savings style override{% endcomment %}

.grid-product__price--savings{
    font-size:1.1em;
    font-weight: bold;
}

.product__price-savings{
    font-size:1.2em;
    font-weight: bold;
}

{% comment %}Savings style override (end){% endcomment %}

.product__unit-price{
    font-size:0.9em;
}

@media screen and (min-width: 1400px) {
.gl-fullscreen-layer .gl-d-close-btn:focus-visible {
    height: 70px !important;
}}

.klaviyo-bis-trigger {
    color: var(--color-button-primary-text);
    background-color:rgb(209, 196, 196);
  display: flex;
  padding: 7px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  width: 100%;
  height: 100%;
}

.product__unit-price {
  white-space: nowrap;
}

.product__policies {
  white-space: nowrap;
}

.product-price-meta .product__unit-price,
.product-price-meta .product__policies{
  display: inline-flex;
  white-space: nowrap;
}

.product-price-meta .block-price__unit-price{
  display: inline-flex;
}

.product-price-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
    .gl-fullscreen-layer .gl-d-searchbox {
        border: none !important;
    }
    .gl-fullscreen-layer .gl-d-searchbox-icon,
    .gl-fullscreen-layer .gl-d-searchbox-input{
        border: 3px solid #779B74 !important;
    }
    .gl-fullscreen-layer .gl-d-searchbox-input{border-left:none !important}
    .gl-fullscreen-layer .gl-d-searchbox-icon{border-right:none !important}
}

.collection-hero > is-land{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.collection-hero__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content sits above the image and defines the hero height */
.collection-hero__content.overlay{
  position: relative;
  z-index: 1; 
}

.collection-hero_seperator {
  border-top:1px solid #ffffff;
  border-bottom:1px solid ffffff;
  max-width: 25%;
  margin: 0 auto;
}

.is-collection-marke-2026 .section-header__title
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.image-element {
  border-radius: 20px;
}
.product-slideshow {
  border-radius: 20px;
}

.image-wrap {
  border-radius: 20px;
}
.product__thumb-item a.is-active:before {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
.product-main-slide {
  width: 97%;
}
}
@media only screen and (min-width: 768px) {
.index-section--hero:first-child .hero--padded {margin-top: -30px
}
}

.icon-row {
  display: flex;
  gap: 30px;
  align-items: flex-end;

  /* Mobile: one row + horizontal scroll */
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;              /* ✅ IMPORTANT: don't clip the title above */
  -webkit-overflow-scrolling: touch;

  /* Mobile spacing */
  margin-left: 0;
  padding: 18px 16px 10px;          /* ✅ space for the title above icons */

  /* Optional: nicer scrolling */
  scroll-snap-type: x mandatory;

  /* Optional: hide scrollbar (scroll still works) */
  scrollbar-width: none;            /* Firefox */
}
.icon-row::-webkit-scrollbar {
  display: none;                    /* Chrome/Safari */
}

.icon-item {
  position: relative;
  display: inline-block;
  text-align: center;

  /* Prevent shrinking/wrapping in the scroll row */
  flex: 0 0 auto;

  /* Optional: snap each item */
  scroll-snap-align: start;
}

@media (min-width: 769px) {
  .icon-row {
    /* Desktop: keep one row (as you want) */
    overflow: visible;
    flex-wrap: nowrap;

    /* Your original desktop offset */
    margin-left: 0px;
    padding: 0;

    scroll-snap-type: none;
  }

  .icon-item:hover {
    transform: scale(1.2);
  }
}

.icon-item img {
  display: block;
  width: 100px;
  height: auto;
}

/* Icon-List */
--------------------------------------
/* Icon-List */
.icon-row--switcher {
  display: flex;
  gap: 1px;
}


.icon-row--switcher .icon-item {
  /* button reset if you're using <button> */
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5px 1px 1px 1px;
  border-radius: 10px;
}

.icon-row--switcher .icon-title {
  margin-top: 6px;
  max-width: 100%;
  white-space: normal;     /* wrap */
  word-break: break-word;  /* prevent overflow */
  line-height: 1.2;
}

/* ✅ Desktop: 8 icons in one row, equal width (no scroll) */
@media (min-width: 990px) {
  .icon-row--switcher {
    overflow: visible;
    flex-wrap: nowrap;
    flex: 1 1 auto;
  }

  .icon-row--switcher .icon-item {
    flex: 1 1 0;     /* makes all 8 equal width */
    min-width: 0;    /* IMPORTANT: allows wrapping instead of pushing width */
    height: 130px;
  }
}

/* ✅ Smaller screens: horizontal swipe row */
@media (max-width: 989px) {
  .icon-row--switcher {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 2px 20px 8px 12px;
    scroll-padding-left: 6px;
    /* optional: make it feel nicer */
    scrollbar-width: none;           /* Firefox */
    width: 100%;    /* Adiiton for Header */
    max-width: 100%;     /* Adiiton for Header */
    min-width: 0;     /* Adiiton for Header */
    box-sizing: border-box;     /* Adiiton for Header */
  }
  .icon-row--switcher::-webkit-scrollbar { display: none; } /* Chrome/Safari */

  .icon-row--switcher .icon-item {
    flex: 0 0 70px;   /* fixed card width on mobile */
    scroll-snap-align: start;
    height: 120px;
  }

  .icon-row--switcher .icon-title {
  margin-top: 6px;
  max-width: 100%;
  white-space: normal;     /* wrap */
  word-break: break-word;  /* prevent overflow */
  line-height: 1.2;
  font-size: 0.8em;
}

}
/* active state on desktop*/
@media (min-width: 990px) {
.icon-row--switcher .icon-item.is-active {
  outline: 2px solid #779B74;
  background: rgba(0,0,0,.04);
  
}
}

/* active state on mobile*/
@media (max-width: 989px) {
  .icon-row--switcher .icon-item.is-active .icon-img {
    border-radius: 20px;
    outline: 2px solid #779B74;
    outline-offset: 2.5px; /* try 1px if you want it slightly outside */
    padding: 0 5px 0 5px;  }
}

.icon-row--switcher .icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
}

.icon-products__panel {
  display: none;
  margin-top: 18px;
}

.icon-products__panel.is-active {
  display: block;
}

/* Header and Title */

/* Layout: title + icon row */
.icon-category-switcher__header{
  display: flex;
  gap: 36px;
  align-items: flex-start;
  min-width: 0
}


/* Desktop: title left, icons right */
@media (min-width: 990px){
  .icon-row--switcher{
    flex: 1 1 auto;
  }
  .icon-category-switcher__title{
  font-weight: 600;
  font-size: 2.2em;
  line-height: 1.2;
  flex: 0 0 auto;
  max-width: 10%;
  text-align: center;

  padding: 4px 6px 4px 6px;
  height: 130px;
  color: black;
  white-space: wrap;
  margin-right: 50px;
  margin-top: 15px;
  }
  
}

/* Mobile: title on top, icons below (scroll row remains scrollable) */
@media (max-width: 989px){
  .icon-category-switcher__header{
    flex-direction: column;
    gap: 10px;
  }
  .icon-category-switcher__title{
    white-space: normal; /* allow wrapping on mobile */
  }
    .icon-category-switcher{
    overflow-x: clip; /* or hidden, if clip isn't supported in your target browsers */
  }
  .icon-category-switcher__title{
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap; /* keeps it as a block on desktop */
}
}




/* Scrollable product row */
.icon-products__scroller {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0 14px;
}

/* hide scrollbar (optional) */
.icon-products__scroller::-webkit-scrollbar { height: 4px; }
.icon-products__scroller::-webkit-scrollbar-thumb { background: rgba(0,0,0,.15); border-radius: 20px; }


/* Each product card width */
.icon-products__item {
  flex: 0 0 auto;
  width: 55%;
  
  scroll-snap-align: start;
}

/* Tablet / desktop: show more cards at once */
@media (min-width: 750px) {
  .icon-products__item {
    width: 20%;
  }

}

.icon-products__scroller > .icon-products__item {
  margin: 0 !important;
  padding: 0 !important;
}

.icon-products__scroller .grid-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* In some Archetype setups the gutter is on this wrapper too */
.icon-products__scroller .grid-item__content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Drag-to-Scroll Cursor – nur Desktop */
@media (min-width: 990px) {
  .icon-products__scroller {
    cursor: grab;
  }
  .icon-products__scroller:active {
    cursor: grabbing;
  }
  /* Nur user-drag deaktivieren, pointer-events NICHT anfassen */
  .icon-products__scroller img {
    -webkit-user-drag: none;
  }
}

/* Newsletter" */
.needsclick  .kl-private-reset-css-Xuajs1 {
  border-radius: 30px;
  border-bottom-left-radius: 30px !important; 
  border-top-left-radius: 30px !important;
}

/* Menu auf "Tablet" */

@media (min-width: 769px) and (max-width: 1420px) {
  .header-item--navigation {
    display: none;
  }
  .header-item--icons {
    position: relative;
    right: auto;
    margin-left: auto;
  }
  .site-nav__icons {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-nav-trigger {
    display: inline-flex !important;
    align-items: center;
  }
    .site-header__mobile-nav.medium-up--hide {
    display: block !important;
    max-height: 10px;
    
  }
  .site-header__mobile-nav.medium-up--hide.is-active {
    max-height: 660px;
  }

}
/* Blog Border Radius" */

.bggle_table-of-content {border-radius: 20px}

.bggle_quote {border-radius: 20px}

/* Variant Picker Dropdown" */
.variant-wrapper {
  margin-top: 1em;
  border-radius: 20px;
}
.min-w-24 {
  border-radius: 1.5em;
  border-color: #779b74;
  border-width: 2px;
}