/** Shopify CDN: Minification failed

Line 555:0 Expected "}" to go with "{"

**/
@media screen and (min-width: 750px) {
  .product__info-container {
    border: 7px solid #f4f4f5;
    border-radius: 12px;
    height: calc(100% + 14px);
    left: -7px;
    top: -7px;
    width: calc(100% + 14px);
    padding: 20px;
  }
}

@media screen and (min-width: 750px) {
  .price--large {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 2rem);
    font-weight: 800;
  }
}

.product-form__buttons {
  max-width: 100% !important;
}

.button,
.shopify-challenge__button,
.customer button {
  color: #fff;
  background-color: #000;
}

.info-box {
  background-color: #f7f6f2;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  color: #333;
  box-shadow: 0 2px 6px #0000001a;
  max-width: 100%;
}

.info-box strong {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.emoji {
  font-size: 18px;
  margin-right: 5px;
}

.stock-container {
  font-size: 14px;
  font-weight: 500;
  color: #d9534f;
  margin-top: 10px;
  text-align: left; /* Falls du es mittig willst: text-align: center; */
}

.stock-text {
  margin-bottom: 5px;
}

.stock-bar {
  width: 100%;
  height: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.stock-fill {
  height: 100%;
  width: 0%;
  background-color: #d9534f;
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}

.availability-status {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #2c7c1e; /* Dunkelgrün */
}

.status-indicator {
  width: 10px;
  height: 10px;
  background-color: #2c7c1e; /* Dunkelgrüner Punkt */
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.versandinfo {
}

.product-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0; /* Entfernt unnötige Abstände */
  margin: 0; /* Entfernt jeglichen Standardabstand */
}

.product__title {
  margin: 0; /* Entfernt den Abstand des Titels */
  padding: 0; /* Stellt sicher, dass es keine Auffüllung gibt */
}

.discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e60023;
  color: white;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.badge.price__badge-sale {
  display: none !important;
}

.uvp {
  text-decoration: none !important;
  font-size: 1.6rem;
}

.price-item--sale {
  font-weight: bold; /* Aktueller Preis fett */
  color: green;
}

.price--large {
  font-size: 2.8rem !important;
}

.payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.payment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.payment-icon img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.payment-icon:hover {
  transform: scale(1.1);
}

.product-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #333;
  line-height: 1em;
}

.benefit-item img {
  width: 24px;
  height: 24px;
}

.savings-message {
  display: flex;
  align-items: center;
  gap: 8px; /* Abstand zwischen Badge und Text */
  font-size: 16px;
  font-weight: bold;
  color: #a52a2a;
}

.discount-badge {
  background-color: #d32f2f;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
  position: relative; /* Stelle sicher, dass es nicht absolut positioniert ist */
}

.produktbeschreibung {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.card__media img {
  width: 100%; /* Passt die Breite an den Container an */
  height: 300px; /* Eine feste Höhe, anpassen nach Bedarf */
  object-fit: contain !important; /* Schneidet das Bild zu, um es passend einzufügen */
  display: block;
  background-color: #fff;
}

.price .price-item {
  display: block ruby;
  margin: 0 1rem 0 0;
}

@media screen and (min-width: 750px) {
  .price--large {
    border-top: none;
    padding-top: 0px;
  }
}

.price__regular .price-item--regular {
  font-weight: 800;
}

@media screen and (min-width: 750px) {
  .collection-hero__description {
    max-width: 100% !important;
  }
}

.collection-hero__title {
  display: none;
}

.submenu_km.header {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 990px) {
  .submenu_km.header:not(.drawer-menu).page-width {
    padding-left: 2rem;
    padding-right: 0rem;
  }
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 12px !important;
    padding-bottom: 7px !important;
  }
}

:root {
  --inputs-radius: 3px !important;
}

.mobile-search {
  display: none;
}

.desktop-search {
  display: block;
}

@media only screen and (min-width: 769px) {
  predictive-search[open] .predictive-search {
    position: absolute;
    min-width: 768px;
    left: -384px;
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 1128px) {
  .mobile-search {
    display: block;
  }

  .desktop-search {
    display: none;
  }
}



.search__input.field__input {
    min-width: 400px;
    background-color: #f7f7f7;
}

@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1128px) {
  .hide-on-mobile {
    display: none !important;
  }

  .search__input.field__input {
    width: 100%;
    background-color: #f7f7f7;
}
}

.natruheilmittel_header p{
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1em;
  color: #487139;
}

.header__menu-item {
    font-weight: 600 !important;
  padding-top: 0px;
    padding-bottom: 0px;
  color: #487139;
}

.header__menu-item a:hover{
   text-decoration: none;
}

.header__menu-item.list-menu__item.link a:hover{
    text-decoration: none !important;
}

.video-wrapper{
  padding-top: 20px;
}

.product__payment-icons_smi {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0px;
}

.list.list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px; /* Abstand zwischen den Icons */
}

.list-payment__item {
    display: flex;
    align-items: center;
    padding: 0.3rem !important;
}

.footer-block__details-content p{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
}

.footer-block__details-content li {
  padding: 0;
  margin: 0;
  line-height: 1em;
}

.footer-block__details-content a {
  padding-bottom: 10px;
  padding-top: 0px;
  margin: 0;
  line-height: 1em;
  display: inline-block;
}

.footer__content-bottom {
    padding-top: 0rem !important;
}


.facet-filters__sort option[value="best-selling"] {
 display: none;
}

.facet-filters__sort option[value="created-ascending"] {
 display: none;
}

.facet-filters__sort option[value="created-descending"] {
 display: none;
}

.card__heading {
    font-size: 17px;
}

.product__title {
    font-size: 30px;
}

.list-menu__item {
    padding: 10px;
}

.copyright__content {
    font-size: 1.4rem !important;
    color: black;
}


  /* Lightbox Hintergrund */
  .lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
  }

  /* Bild in der Lightbox */
  .lightbox img {
    max-width: 90%;
    max-height: 80vh;
    margin-top: 5vh;
    border-radius: 8px;
  }

  /* Close Button */
  .lightbox:target {
    display: block;
  }

  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    text-decoration: none;
    font-weight: bold;
  }

.header__icon .svg-wrapper {
    width: 30px;
    height: 30px;
}

.header__menu-item span {
    font-size: 1.1em !important;
}



.purchase-info-container {
  display: flex;
  justify-content: center; /* Zentriert die gesamte Info */
  margin-top: 0px; /* Optional: Abstand nach oben */
}

.purchase-info {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.purchase-info .avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.purchase-info .avatar:first-child {
  margin-left: 0;
}

.purchase-info span {
  margin-left: 14px;
  white-space: nowrap;
}

.product__info-container > * + * {
  margin: 1rem 0 !important;
}

@media screen and (max-width: 1000px) {
  .purchase-info {
    display: none !important;
  }

  .tabelle-res {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  /* weitere Styles */
}



