#ingredient-products {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}
#ingredient-products .nav {
  display: flex;
  justify-content: start;
  gap: 24px;
  margin-bottom: 32px;
  overflow-x: auto;
}

#ingredient-products .nav:before,
#ingredient-products .nav:after {
  display: none;
}

#ingredient-products .nav a {
  position: relative;
  margin: 0;
  padding: 0;
  outline: 0px !important;
}

#ingredient-products .nav a span {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-light-color);
  text-align: left;
  z-index: 1;
}

#ingredient-products .nav svg {
  color: var(--white);
  stroke: #d8c8b3;
  width: 344px;
  height: 136px;
}

#ingredient-products .nav svg use  {
  display: block;
  width: 100%;
  height: 100%;
}

#ingredient-products .nav img {
  border-radius: 50%;
  overflow: hidden;
  min-width: 64px;
  object-fit: cover;
}

#ingredient-products .nav a,
#ingredient-products .nav a:hover {
  border: 0;
  background-color: transparent;
}

#ingredient-products .nav li {
  margin-bottom: 46px;
}

#ingredient-products .nav li.disabled {
  opacity: .5;
  cursor: not-allowed;
}

#ingredient-products .nav li.disabled a {
  pointer-events: none;
}

#ingredient-products .nav li.disabled:hover svg {
  stroke: #d8c8b3;
}

#ingredient-products .nav li.active > a {
  border: 0;
}

#ingredient-products .nav li.active svg {
  color: var(--green);
  stroke: var(--green);
}

#ingredient-products .nav li.active span {
  color: var(--white);
}

#ingredient-products .nav li:focus svg {
  stroke: var(--outline);
  stroke-width: 4px;
}

#ingredient-products .nav li:hover svg {
  stroke: var(--outline);
}

#ingredient-products .owl-item {
  padding-top: 30px;
}

#ingredient-products .owl-controls .owl-nav > .owl-prev {
  transform: translate(-24px, -35px);
}

#ingredient-products .owl-controls .owl-nav > .owl-next {
  transform: translate(24px, -35px);
}

#ingredient-products .product .product-attr {
  display: none;
}


@media (min-width: 1600px) {
  #ingredient-products .p_img_href {
    height: 442px;
  }
  
}

@media (max-width: 1600px) {
  .col-sm-12:has(#ingredient-products) {
    padding: 0;
  }

  #ingredient-products {
    padding: 0;
  }

  #ingredient-products .nav {
    justify-content: start;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  #ingredient-products .nav li {
    margin-bottom: 0;
  }

  #ingredient-products .nav li:first-child {
    padding-left: 15px;
  }

  #ingredient-products .nav li:last-child {
    padding-right: 15px;
  }

  #ingredient-products .owl-controls .owl-nav > .owl-prev {
    transform: translate(16px, -35px);
  }

  #ingredient-products .owl-controls .owl-nav > .owl-next {
    transform: translate(-16px, -35px);
  }

}

@media (max-width: 991px) {
  #ingredient-products .tab-content.content {
    padding-top: 0;
  }
  #ingredient-products .nav {
    gap: 12px;
  }

  #ingredient-products .nav svg {
    max-height: 96px;
    width: 221px;
  }

  #ingredient-products .nav a span {
    top: 0;
    left: 16px;
    gap: 12px;
    
    height: calc(100% - 20px);
    width: 100%;
    padding-right: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  #ingredient-products .nav img {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }

  #ingredient-products .nav a {
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #ingredient-products .nav {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  #ingredient-products .nav li {
    margin-bottom: 0;
  }

  #ingredient-products .tab-content {
    padding: 0 15px;
  }

  #ingredient-products .product-desc {
    padding: 12px;
    background-color: var(--second-bg-color);
  }

  #ingredient-products .p_img_href {
    height: 156px;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  #ingredient-products .p_img_href img {
    vertical-align: top;
    border-radius: 0;
  }

  #ingredient-products .product-buttons > * {
    width: 100%;
  }

  #ingredient-products .owl-item {
    padding-top: 20px;
  }

  #ingredient-products .product {
    border-radius: 12px;
    height: auto;
  }

  #ingredient-products .product .product-desc {
    border-end-end-radius: 12px;
    border-end-start-radius: 12px;
  }
  
  #ingredient-products .tab-content .owl-stage-outer {
    padding: 0 15px;
  }

  #ingredient-products .tab-content .owl-stage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
    max-width: 100%;
  }

  #ingredient-products .tab-content .col_product {
    float: unset ;
  }

  #ingredient-products .tab-content .owl-stage > .owl-item {
    width: auto !important;
    margin: 0 !important;
  }

  #ingredient-products .tab-content .owl-stage-outer {
    padding: 0;
  }

  
}
#ingredient-products .product_slider {
    height: auto !important;
}
