.product-description {
  width: 100%;
}
.product-description span {
  display: block;
  font-weight: 300;
}

.product-description strong {
  font-weight: 600;
}
.ingredients-grid {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.product-info-header {
  /* border-top: 1px solid #ddd; */
  padding-top: 30px;
}

.channels {
  margin-bottom: 50px;
}

.tab-button {
  background: none;
  border: none;
  padding: 20px 18px;
  font-size: 14px;
  font-weight: 300;
  color: #050405;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tab-navigation {
  width: 100%;
  background-color: #fbf7ef;
  margin-bottom: 0;
  border-radius: 13px;
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;

  margin: 40px 0;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.ingredient-card {
  display: grid;
  grid-template-columns: 3fr 1fr;
  /* gap: 30px; */
  align-items: start;
}

.ingredient-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #050405;
  margin-bottom: 16px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.ingredient-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.ingredient-description {
  font-family: "Montserrat";

  font-size: 16px;
  color: #050405;
  line-height: 1.4;
  max-width: 393px;
  opacity: 0.6;
}

.ingredient-card {
  text-align: left;
}

.references-title {
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 600;
}

.references-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 98%;
}
.reference-item {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 1.6;
  color: var(--black);
  position: relative;
  opacity: 0.6;
  color: #050405;
}

.faq-question {
  background: #d9b77108;
}

.faq-section {
  padding: 2.8rem 0;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 2.8rem 0;
    padding-bottom: 8rem;
  }
}
.modal-title {
  font-family: "Montserrat", sans-serif;

  font-size: 25px;
  font-weight: 700;
  color: #050405;
  margin: 0;
}

.ingredients-list {
  font-family: "Montserrat", sans-serif;

  font-size: 14px;
  line-height: 1.6;
  color: #050405;
  text-align: justify;
  opacity: 0.6;
}

.pricing-option.popular {
  background-color: #fcfdfd;
}

.sale-price {
  color: black;
}
.original-price {
  color: black;
}
.product-info-header {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  .pricing-option.popular {
    width: 100%;
  }
  .ingredient-card {
    grid-template-columns: 1fr;
  }
  .ingredient-description {
    font-size: 15px;
  }
  .ingredient-content h2 {
    font-size: 16px;
  }
  .modal-title {
    font-size: 22px;
  }
  .ingredients-list {
    font-size: 14px;
  }
  .main-gallery {
    z-index: 3;
  }
}

@media (max-width: 467px) {
  .pricing-option.popular {
    width: 100%;
    .ingredient-content h2 {
      font-size: 14px;
    }
    .ingredient-description {
      font-size: 12px;
    }
    .modal-title {
      font-size: 18px;
    }
  }
}

.modal-content {
  background: white;
  border-radius: 10px;
  padding: 40px;
  max-width: 700px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.close-button {
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: white;
  transition: background-color 0.3s ease;
}

.faq-question.active,
.faq-answer.active {
  background-color: #fff3da;
}

.faq-question.active .toggle-icon {
  transform: rotate(45deg) scale(1.02);
}

.channels ul {
  margin-left: 0px;
}

.selected-price {
  background: #f0f1f2 !important;
}

.page-title {
  font-size: 2.3rem;
}
.intro-text {
  font-size: 16px;
  color: #050505;
  letter-spacing: 0.5px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}
.question-text {
  flex: 1;
  font-size: 16px;
  margin-right: 1rem;
  padding-left: 15px;
  padding: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.faq-item {
  background-color: #fcf9f4;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem 0 1rem;
}

.product-section {
  margin-bottom: 0rem;
}
.thumbnail-gallery {
  z-index: 3;
}

/* .hidden {
  opacity: 0;
} */
.customer-reviews-section h2 {
  font-size: 37px;
  font-weight: 300;
  color: #050505;
  text-align: left;
  margin-bottom: 2rem;
  font-family: "Robecha-Daniera-Regular";
}

/* Loading Screen Styles */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95); /* Semi-transparent white background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loading-screen.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #b8986f; /* Use your brand primary color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ingredient-content,
.proven-results ul li,
.ingredient-content ul li {
  font-family: "Montserrat";
  font-size: 15px;
  color: #050405;
  line-height: 1.4;
  max-width: 393px;
  opacity: 0.6;
}

.list-disc strong {
  font-size: 17px;
}

/* @media screen and (max-width: 767px) {
  .list-disc strong {
    font-size: 14px;
  }
} */

.highlights {
  width: 90%;
  margin: auto;
}

.cmy-25 {
  margin: 2.5rem 0;
}

.intro-text2 {
  font-size: 17px !important;
  max-width: 662px !important;
}
@media screen and (max-width: 767px) {
  .highlights {
    width: 100%;
  }

  .cmy-25 {
    margin: 1.5rem 0;
  }
  .intro-text2 {
    font-size: 16px !important;
  }
}


@media screen and (max-width: 1300px) {
.main-image-container{
 
        background: transparent;
}
.main-image{
    height:auto;
        border-radius: 10px;
        overflow: hidden;
}
}

@media screen and (max-width: 1300px) and (min-width:991px) {

.main-image img{
    object-fit:contain
}
}

@media screen and (max-width: 991px) {
.main-image-container{

        background: linear-gradient(135deg, #d7dce1, #d7dce1);
}
.main-image img{
    object-fit:cover
}
}

#free-from p , #proven-results p{

    
margin-top:10px;
}



/* Hide scrollbar */
.tab-navigation {
    scrollbar-width: none !important;      /* Firefox */
    -ms-overflow-style: none !important;   /* IE/Edge */
}
.tab-navigation::-webkit-scrollbar {
    display: none !important;              /* Chrome/Safari */
}