/** Shopify CDN: Minification failed

Line 159:1 Unexpected ";"
Line 171:1 Unexpected ";"
Line 199:15 Expected identifier but found whitespace
Line 199:22 Unexpected ";"

**/
.bundleSavings {
 /* padding: 3px 6px 0px;
  background: #0aa37f29;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.00874rem;
  max-width: max-content;*/
  text-transform: none!important;
  background: #fff;
    color: #212C2F;
    border-radius: 5px;
    border-color: #212C2F;
   /* border: 2px solid #131313;*/
    font-weight: 600;
  font-size: 11px !important;
  padding-inline: 5px;
}

stock-alert {
  font-size: 13px;
  font-weight: bold;
  --stock-alert-color: #288872;
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  width: 70%;
  transform: translateX(100px);
}

@media screen and (max-width: 741px){stock-alert {
  font-size: 12px;
}}

@media screen and (min-width: 742px){stock-alert {
  width: 75%;
}}

.delivery-cart-text {
  font-size: 10px;
  font-weight: 600;
  color: #288872;
  display: inline-flex;
  gap: 5px;
  margin-top: 5px;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #F7F7F7;
}

@media only screen and (min-width: 1024px) {
  .delivery-cart-text {
    font-size: 12px;
  }
}


stock-alert::before {
  content: "◉︎ ";
  color: var(--stock-alert-color);
  font-size: 14px;
}



@media screen and (max-width: 741px){stock-alert::before {
  font-size: 12px;
}}

.jdgm-preview-badge[data-template="index"] {
  display: block !important;
}

countdown-timer{
  opacity: 0;
  transition: all 0.3s ease-in;
}

countdown-timer[inited]{
  opacity: 1;
}

#header-countdown-wrapper h4{
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.countdown-block-timer {
display: inline-flex;
align-items: center;
gap: 0.5rem;
justify-content: start;
text-align: center;
}
.countdown-block-timer > * {
display: grid;
grid-template-columns: 1fr;
}

.countdown-block-timer .h7.text--xsmall {
font-size: 9px;
}

.product__info .countdown-block-timer{
  padding: 5px;
}

 .h7.text--xsmall {
  font-size: 10px;
}

.product__info .countdown-block-timer .countdown-h6 {
  font-size: 15px;
  font-weight: 700;
}

.product__info .countdown-block-timer{
  background-color: #00feca;
  color: #131313;
  position: absolute;
  right: 120px;
  top: 2.1rem;
  border-radius: 10px;
  font-weight: 700;
}

.product__info .countdown-block-timer:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #044552;
  border-top: 0;
  margin-left: 8px;
  margin-top: -8px;
}

.label--highlight{ 
  text-transform: none!important;
  background: #962A37;
    color: #fff;
    border-radius: 5px;
    border-color: #962A37;
   /* border: 2px solid #131313;*/
    font-weight: 700;
  font-size: 12px !important;
};

.product-image-tag
{ 
  text-transform: none!important;
  background: #fff;
    color: #212C2F;
    border-radius: 5px;
    border-color: ##212C2F;
    border: 1px solid ##212C2F;
    font-weight: 700;
  font-size: 11px !important;
};

/*PriceList*/

.price-list--centered{
  width: 100%;
}

.price-list--centered .bundleSavings{
 /* margin-left: auto;*/
  margin-top: 5px;
}

.mini-cart__recommendations-list .product-item__label-list {
    display: none;
}

line-item[data-free-gift] .quantity-selector{
  display: none!important;
}

/*.product-form .product-form__text {
  background-color: #f2f2f2;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    /* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); */
    /* font-size: 10px; */
    text-align: center;
}*/
}

.trusted-stars-service-widget.display-style-medium .wrapper {
    margin: 0 !important;
}

.trusted-stars-service-widget .wrapper {
    margin: 0em !important;
}

.trusted-stars-service-widget .wrapper {
margin: 0px !important;
}


.v-stack{
  display: flex;
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

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

.gap-2{
  gap: 0.5rem;
}

.header-icon{
  max-width: 2rem;
}

.tagline-container{
  background: #F4F2ED;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
}

.inline{
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.bestseller-tag{
  font-size: 11px;
  background: #949DA9;
  color: white;
  padding: 3px 5px 3px 5px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: 0.5rem;
  font-weight: bold;
}

etrusted-trusted-stars-service-widget{
  display:none;
}

@media screen and (max-width: 700px){
  .header__icon-list{
    gap:0.7rem;
  }
}

.announcement-bar {
    height: 40px;
}

#header-countdown-wrapper {
    /*height: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-countdown-wrapper .container h4 {
    font-size: 14px;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 741px) {
    #header-countdown-wrapper .container h4 {
      font-size: 12px;
    }
}

#header-countdown-wrapper {
  color: #212C2F;
  background-color: #E9EFED;
  padding: 5px 0px 5px 0px;
}


.desktop-announcement-bar-text-wrapper {
    display: flex;
    height: 40px;
    align-items: center;
}

.promo--text {
    text-align: center; /* Zentriert den Text horizontal */
    display: flex;
    justify-content: center; /* Zentriert den Text horizontal */
}

/*.product-image-tag {
    display:none;
}*/


/*Variant Selectors*/
.variant-swatch{
  position: relative;
}
.variant-swatch .label--highlight, .variant-swatch .label--subdued{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px!important;
  z-index: 2;
  transform: translate(50%, 360%);
}

/* Media Query für mobile Geräte */
@media (max-width: 768px) {
  .variant-swatch .label--highlight, 
  .variant-swatch .label--subdued {
    font-size: 11px!important; /* Kleinere Schriftgröße für mobile Geräte */
    transform: translate(35%, 360%); /* Angepasste Positionierung für mobile Geräte */
  }
}

@media (min-width: 1024px) {
  .variant-swatch .label--highlight, .variant-swatch .label--subdued {
    transform: translate(51%, 350%);
  }
}

[data-color]{
  position: relative;
}

/*Variant Selectors*/
.color-swatch{
  position: relative;
}
.color-swatch .label--highlight, .color-swatch .label--subdued{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px!important;
  z-index: 2;
  transform: translate(50%, 360%);
}

/* Media Query für mobile Geräte */
@media (max-width: 768px) {
  .color-swatch .label--highlight, 
  .color-swatch .label--subdued {
    font-size: 11px!important; /* Kleinere Schriftgröße für mobile Geräte */
    transform: translate(35%, 360%); /* Angepasste Positionierung für mobile Geräte */
  }
}

@media (min-width: 1024px) {
  .color-swatch .label--highlight, .color-swatch .label--subdued {
    transform: translate(51%, 350%);
  }
}

[data-color]{
  position: relative;
}

.image-tooltip{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: #F9F4ED;
  color: #212C2F;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tooltip-title{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0!important;
}

.more-info{
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: nowrap;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 16px;
  padding-right: 1px;
  color: #212C2F;
}

.more-info span{
  white-space: pre;
}

.image-tooltip svg{
  width: 1rem;
  fill: #212C2F;
}

@media only screen and (max-width: 767px) {
  .tooltip-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0 !important;
  }

  .more-info {
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: nowrap;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 12px;
    padding-right: 5px;
  }

  .more-info span {
    white-space: pre;
  }

  .image-tooltip svg {
    width: 0.8rem;
  }
}

.expanded .image-tooltip-content{
  visibility: visible;
  opacity: 1;
}

.image-tooltip-content{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  position: absolute;
  background: white;
  min-height: 3rem;
  bottom: 76%;
  width: calc(100% - 2rem);
  padding: 10px;
  text-align: left;
  color: #212C2F;
}

.image-tooltip-content::after{
  border-color: #ffffff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
  border-style: solid;
  border-width: 16px 16px 0;
  bottom: -8px;
  content: "";
  position: absolute;
  right: 0;
}

.overlay-image{
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
}

.image--40005938282764{
  max-width: 5rem;
}

/* Standard-Dekstop-Styles */
.image--40005938282764 {
  max-width: 7rem;
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}

/* Mobile-Styles */
@media only screen and (max-width: 767px) {
  .image--40005938282764 {
    max-width: 4rem;
    top: 0.8rem;
      left: 1.5rem;

  }
}
.image--40631282532620{
  max-width: 5rem;
}

/* Standard-Dekstop-Styles */
.image--40631282532620 {
  max-width: 6.5rem;
  position: absolute;
  left: 2.5rem;
  top: 2rem;
}

/* Mobile-Styles */
@media only screen and (max-width: 767px) {
  .image--40631282532620 {
    max-width: 5.5rem;
    top: 1rem;
      left: 1.5rem;

  }
}

.image--62406734676236{
  max-width: 5rem;
}

/* Standard-Dekstop-Styles */
.image--62406734676236 {
  max-width: 9.5rem;
    position: absolute;
    left: 3.5rem;
    top: 3rem;
}

/* Mobile-Styles */
@media only screen and (max-width: 767px) {
  .image--62406734676236 {
   max-width: 20vw;
        top: 1.5rem;
        left: 75vw;

  }
}




@media screen and (max-width: 700px){
  .image-tooltip{
    padding: 0.5rem 1rem;
  }
}

.variant-swatch{
  position: relative;
}


#mobile-menu-drawer{
  width: 90vw!important;
  max-width: unset;
}

mobile-navigation .drawer__header.drawer__header--shadowed{
  justify-content: space-between;
  display: flex;
  align-items: center;
}

mobile-navigation .drawer__header.drawer__header--shadowed .header__logo-image{
  max-width: 45%;
}

mobile-navigation .header__cart-count{
  color: white;
}

mobile-navigation .drawer__header{
  padding-top: 35px;
}

.logo-list.collection-items{
  margin: 0;
}

.collection-items .logo-list--carousel .logo-list__list{
  margin: 0;
}

@media screen and (max-width: 414px) {
  .logo-list.collection-items{
      margin: 0px !important;
  }

  .collection-items.logo-list--carousel .logo-list__list{
    margin: 0!important;
  }

}

@media screen and (min-width: 1000px) {
  .collection-items.logo-list--carousel .logo-list__list {
      margin-top: -0px !important;
  }
}

.product-item {
    opacity: 1;
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 1rem;
}

.product-item__image-wrapper {
    margin-bottom: 10px !important;
}

.mobile-nav__link {
  font-weight: 500 !important;
}
.heading:first-child {
    margin-top: 5px;
}

.gta-widget.gta-bar.GSC-BAR-WilWaNrZtdQn {
    z-index: 1 !important;
}

.TWE-3__pdp-add-content .product-meta__taxes-included {
  display: none;
}
.TWE-3__pdp-add-content .TWE-3__new-content {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 9px;
  font-weight: 400;
}
.TWE-3__pdp-add-content .TWE-3__new-content svg {
  margin-right: 5px;
}
.TWE-3__pdp-add-content .TWE-3__new-content .TWE-3__mid-contant {
  font-weight: 500;
}
.TWE-3__pdp-add-content .TWE-3__new-content .TWE-3__new-sub-content {
    color: rgb(40, 136, 114);
    font-size: 11px;
    font-weight: 700;
}

.mini-cart__discount {
    display: none;
}

.quantity-selector--small {
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
  .TWE-13-display-hidden {
    display: none;
  }
  .TWE-13-optionValue {
    color: #212C2F;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .TWE-13-optionValue {
    font-size: 12px;
    line-height: 24px;
  }
}

