/** Shopify CDN: Minification failed

Line 119:0 Unexpected "}"

**/
.template-page .wrapper.main-content.page-main--wrapper {
  padding-left: 20rem;

  @media (max-width: 980px) {
    padding-left: 10rem;
  }

  @media (max-width: 767px) {
    padding-left: 0;
  }
}


.section-title--wrapper {
   @media (max-width: 767px) {
    text-align: left;
  }
}

.section-title--wrapper .section-description {
  max-width: 920px;
}

#breadcrumbs.wrapper-padded {
  @media (max-width: 767px) {
    padding: 15px;
  }
}

/** Category navigation navigation **/
.sticky-page-navigation {
  position: fixed;
  top: 200px;
}

.ntn-cat-nav {
  list-style-type: none;

  @media (min-width: 981px) {
    padding-left: 50px;
  }
  @media (max-width: 767px) {
    display: none;
  }

}

.ntn-cat-nav li {
  list-style-type: none;
}

.ntn-cat-nav-mobile, ntn-cat-nav-mobile li{
  list-style-type: none;
}

.show-view-all--button a.btn{
  background-color: black;
  color: white;
  border-radius: 0;
}

/** Mobile Version Category navigation */
.ntn-cat-filter-link {
  display:inline-block;
  float:right;
  font-weight: bold;
  margin-right: 30px;
  padding: 100px 30px 30px 30px;
  margin-bottom: 50px;

  @media (min-width: 768px) {
    display: none;
  }
  
  @media screen and (max-width: 769px) {
    padding:5px 15px;
    margin-top:10px;
    margin-bottom:30px;
    border:#000 solid 1px;
    vertical-align:middle;
    margin-right:10px;
    font-size:14px;
  }
}

  @media screen and (max-width: 769px) {
    .ntn-cat-filter-link svg {
      vertical-align: top;
      width: 20px;
      height: 20px;
    }
  }

.ntn-cat-filter-link.fixed {
  position: fixed;
  bottom: 10px;
  left: 15%;
  width:70%;
  right: 0;
  z-index: 1000;
  border-radius: 0;
  padding: 10px 10px 10px;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  margin: 0;
  background-color: #f4f4fc;
}

.ntn-cat-filter-link.fixed a {
  color:#000;   
    padding: 7px 30px; 

  }
}

.ntn-cat-filter-link.fixed a svg {
  vertical-align: middle
}

.sticky-page-navigation-overlay {
  position: fixed;
  top: 0;
  right: -100%; 
  width: 90%;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.5s ease; /* Smooth slide in */
  z-index: 1000;
}

.sticky-page-navigation-overlay.show {
  right: 0;
}

.sticky-page-navigation-overlay .content {
    padding: 100px 30px 30px 30px;
}

.sticky-page-navigation-overlay .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}

body.overlay-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Darken background */
  z-index: 900;
}


/** Product page */

  @media screen and (max-width: 769px) {
.product-details-wrapper .product-description {
  max-height: 280px; 
  overflow: hidden; 
  transition: max-height 0.5s ease; 
}
  }

.product-details-wrapper .product-description.expanded {
  max-height: 600px;
}

.ntn-product-description-toggle-button {
 background-color:rgb(244, 244, 252);
border: none;
cursor: pointer;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 100px;
color: #000;
border: #ccc solid 1px;
padding: 10px;
margin-left: 5%;
margin-right: 5%;
margin-top: -100px;
z-index: 999;
position: absolute; 
width: 90%;
text-align: center !important;
box-shadow: 0 0px 16px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1);
}


.ntn-product-description-toggle-button:hover {
  background:#000;
  color:#fff;
}

.ntn-product-description-toggle-button.hide {
  display: none;
}

.ntn-product-description-toggle-button::after {
  content: "\142F";
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.ntn-product-description-toggle-button.open::after {
  content: "\1431";
}

/** Fixed cart button **/
.fixed-add-to-cart {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999999999  !important;
  border-radius: 0;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ecd31f !important;
  color:#000 !important;
}

/** Product tab navigation **/
.ntn-product-nav {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0px 0;
  overflow: hidden;
  background-color: white;
}

.ntn-product-nav ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ntn-product-nav li { 
  list-style-type: none;
  float: left;
  margin: 0 10px;
  padding:10px 0;
  border-right:#efefef solid 1px;
  border-top:#efefef solid 1px;
  border-left:#efefef solid 1px;
  border-bottom:#ecd31f solid 2px;
  background:#f7f7f7; 

  @media (max-width: 767px) {
    margin: 0;
  }
}


.ntn-product-nav li a {
  display: block !important;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
  font-weight: 100;
  background-size: 0;
  background: unset !important;
  color:#333;
}

.ntn-product-nav li:active,.ntn-product-nav li:hover,.ntn-product-nav li.active {
  background-color:#dadada;
  font-weight:600; 
  border-bottom:#dadada solid 2px;
}

.ntn-product-nav li:active,.ntn-product-nav li:hover,.ntn-product-nav li.active a {
  
  color:#000;
  font-weight:bold;
}
.fixed-product-nav {
  position: fixed;
  width: 100%;
  top: 68px;
   -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff !important;
}



.fixed-product-nav li {
  background:#fff !important;
  border-right:0;
  border-left:0;
  border-top:0;
  border-bottom:#fff solid 3px;
}
.fixed-product-nav li:active,.fixed-product-nav li:hover,.fixed-product-nav li.active {
  border-bottom:#ecd31f solid 3px !important;
}
 

/** Product tab content*/
.ntn-product-content-image-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.ntn-product-content-image-text.reverted {
  
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
  }
}

.ntn-product-content-image-text > div{
  flex: 1;
  margin-right: 40px;

  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
    margin-right:0;
  }
}

.ntn-product-content-icon {
  display: block;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
  margin: 0 auto;
  
}

/* Header */
.site-nav--mobile .fa-2x {
  width: 30px;
  height: 30px;
}

.ntn-search-button-mobile {
  position: absolute;
  left: 80px;
}

.ntn-search-button-mobile svg,
.account-button-mobile svg,
.log-in-button-mobile svg{
  height: 30px;
  width: 30px;
}


/* Full-screen overlay for the search */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  overflow-y: auto;
}

.search-overlay-content {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.search-drawer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-drawer .input-group{
  min-width: 330px;
}

.search-drawer .close-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

.ntn-search-input-wrapper {
  position: sticky;
  top: 0;
  padding: 20px 0;
  border-bottom: 1px solid black;
  z-index: 9999;
  background-color: white;
}

.ntn-suggestions-wrapper {
  display: none;
}

.ntn-suggestions {
  display: flex;
  border-bottom: 1px solid black;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10rem;

  @media screen and (max-width: 1199px) {
    padding: 0;
  }

  @media screen and (max-width: 769px) {
    flex-direction: column;
  }
}

.ntn-suggestions > div {
  flex: 1;
  padding: 10px;
  margin: 10px;
  text-align: left;
}

.ntn-suggestions > div span {
  display: block;
}  
.custom-product-info
{
  width:100%;
  background-color:#efefef;
  border-radius:10px; 
}


.custom-title {
  width:76%;
  float:left;
}
.custom-add-to-cart {
  width:21%;
  float:right;
  margin-right:3%;
}

.custom-add-to-cart button {
  padding:0%;
  line-height:0px;
  min-height:40px;
  font-size:25px;
  border-radius:0px;
}

.custom-sticky-bullets {
  margin-left: 20px; 
  line-height:2.5em;
  vertical-align:middle;
  border-left:#cecece solid 18px;
  padding-left: 10px;
}

.custom-sticky-bullets svg {
  vertical-align:middle
}

.custom-sticky-bullets:hover {
  font-weight:bold;
}
.custom-sticky-bullets.active {
  font-weight:bold;
  border-left:#ecd31f solid 18px;
}


.sticky-page-navigation {
    position: fixed;
    background: #f4f4fc;
    padding: 19px 3% 20px 0;
    top: 200px;
}

.template-page .section-title--wrapper  {
    border-top: #ecd31f solid 1px;
    padding-top: 30px;
  
}

.custom-button-collection-see-more svg {
  vertical-align:middle;
}
.template-product .page-main--wrapper .shopify-section:nth-of-type(3) .wrapper-spacing--v {
  
background: #dadada }


 
.template-product .page-main--wrapper .shopify-section:nth-of-type(4) .wrapper-spacing--v {
background: rgb(218,218,218);
background: linear-gradient(180deg, rgba(218,218,218,1) 0%, rgba(239,239,239,1) 3%, rgba(255,255,255,1) 13%) !important;;
  
} 
.template-product #details,.template-product #bewertungen,.template-product #wirkstoffe,.template-product #qualitaet,.template-product #labortests {
  padding:20px 5% !important;
  background:#efefef;
  width:100%;
  border-radius:20px;
  margin-bottom:50px;
}

.template-product #details .color-scheme--white ,.template-product #bewertungen .color-scheme--white ,.template-product #wirkstoffe .color-scheme--white ,.template-product #qualitaet .color-scheme--white ,.template-product #labortests .color-scheme--white  {

  background:#efefef;
}


  @media screen and (max-width: 769px) { 

    .template-product .product-images-container {
      margin-top:-15px !important;
    }
  }

.price-label {
          display: inline-block;
            position: relative;
            background-color: #000;
            color: #fff;
            padding: 2px 10px;
            border-radius: 5px;
            font-size: 12px;
            margin-left: 10px;
  top:-6px;
            font-weight: bold;
    }

    /* Arrow pointing left */
    .price-label::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -5px; /* Position the arrow to the left of the label */
      transform: translateY(-50%); /* Center the arrow vertically */
      width: 0;
      height: 0;
      border-top: 5px solid transparent; /* Arrow's top side */
      border-bottom: 5px solid transparent; /* Arrow's bottom side */
      border-right: 5px solid #000; /* Arrow color matches the label */
    }


.product-description .text-link-animated > div img {

  vertical-align:middle;
  margin-right:10px !important;
  
}

.thumbnail-media .swiper-wrapper .swiper-slide {
  max-width:100px;
  @media screen and (max-width: 769px) {
  max-width:55px;
  }

}
.product-description-container .product-description, .product-details-wrapper .product-description {
  margin:30px 0 50px 0;
  padding:30px 20px 30px;
  background-color:rgb(244, 244, 252) !important;
}
  @media screen and (max-width: 769px) {
.product-description-container .product-description, .product-details-wrapper .product-description {
  margin:30px 0 50px 0;
  padding:30px 20px 80px;
  background-color:rgb(244, 244, 252) !important;
}
  }
.product-description-container .product-description, .product-details-wrapper .product-description span {
  background-color:rgb(244, 244, 252) !important;
}
.product-description-container .product-description, .product-details-wrapper .product-description h4 {
  background-color:rgb(244, 244, 252) !important;
}

/** cart drawer */
.nn-payment-icons-cart svg{
  height: 25px;
  width: 45px;
}
 
