#goBackLink {
  font-size: 0.9rem;
  padding-left: 1.5rem;
  color: #6929c4;
}

@media (max-width:576px) {
  #goBackLink {
    padding-left: 10px;
  }
  
}

/* custom-box-product */
 .custom-box-product {
  border-radius: 20px;
  border: solid 2px #6929c426;
 }

/* Overview section */

.product-overview-col {
  padding-right: 30px;
}

.product-overview-section {
  border-radius: 20px;
  /* border: 1px solid #dddddd57; */
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-right: 16px;
  border: solid 2px #6929c426;
}

.right-border {
  border-right: solid 1px #e3e7eb;
}

.product-brand {
  margin-bottom: 0;
  color: #6929c4;
  font-weight: 700;
  font-size: 1.1rem;
}
.product-price {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.overview-list {
  font-size: 16px;
  font-weight: 400;
}

.product-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 2rem;
}
.overview-heading {
  font-size: 1.2rem !important;
  font-weight: 600;
  color: #3a3a3a;
}

.product-overview-items {
  list-style-type: disc !important;
  margin-left: 16px;
}

.product-overview-content {
  background-color: #fff;
  padding: 1rem;
  padding-right: 0;
  /* box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.2); */
  /* border: solid 2px #eae1e1cd; */
  /* margin-top: 0.5rem; */
  border-radius: 5px;
}

.product-overview-content-text {
  padding-left: 45px;
}

.right-overview-list {
  padding-left: 0px !important;
}

@media (max-width:576px) {
  .right-overview-list {
    padding-left: 12px !important;
  }
  .product-overview-content {
    padding-left: 0px;
  }

  .product-overview-content-text {
    padding-left: 25px;
  }
  .product-overview-col {
    padding-right: 0px;
  }

  .product-overview-section {
    padding: 10px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border: none;
  }
}

/* Details Section */
.details-section {
  margin: 20px;
}
.separator-line {
  border: solid 1px;
  border-color: #f0f0f0;
  margin-top: 1.5rem; 
}
.product-details {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.2);
  margin-top: 0.5rem;
  border-radius: 5px;
}
.details-heading {
  font-size: 1.1rem !important;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 16px;
  
}


.product-details-container {
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.ingredient-list-bg-color {
  background-color: #6929c40a;
}

.benefit-summary-bg-color {
  background-color: #1987540d;
}

.side-effects-summary-bg-color {
  background-color: #ffc1071a;
}

.features-summary-bg-color {
  background-color: #6929c40a;
}


.ingredients-list {
  margin-top: 0.5rem;
}
.ingredient_name {
  color: var(--text-primary-color) !important;
  font-size: 1rem;
  transition: text-decoration 0.3s ease;
}

.ingredient_name:hover {
  text-decoration: underline;
}

@media (max-width:576px) {
  .details-section {
    margin: 0px;
  }
}


/* Benefits */
.benefit-buttons {
  margin: 2px;
  font-size: 0.9rem !important;
}

.custom-popover {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: #6929c4;
  --bs-popover-header-bg: #6929c4 !important;
  --bs-popover-header-color: #fff !important;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}

.side-effect-buttons {
  margin: 2px;
  font-size: 0.9rem !important;
}

/* Product Features */

.feature-buttons {
  color: #fff !important;
  background-color: #6929c4 !important;
  width: 95% !important;
  height: 2.2rem !important;
  
}
.product-feature-value {
  padding-top: 8px;
}
.feature-yes {
  color: #63E6BE;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.feature-no {
  color: #ffa53d;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.ingredient-details-container {
  padding:20px 40px;
}

@media (max-width:576px) {
  .feature-buttons {
    color: #fff !important;
    background-color: #6929c4 !important;
    width: 100% !important;
    height: 3rem !important;
    font-size: 0.8rem !important;
  }

  .ingredient-details-container {
    padding:20px 20px;
    padding-top: 8px;
  }
}

/* Ingredients Overview */



.collapsed {
  max-height: 50rem; 
  overflow-y: hidden;
  transition: max-height 0.3s ease-out;

}

.expanded {
  height: fit-content; 
  overflow-y: none;
  transition: max-height 0.3s ease-out;
}

.show-more-btn {
  background-color: #6929c4 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  /* position: absolute;
  bottom: 0;
  right: 0; */
  margin-right: 20px; /* Adjust as needed */
  margin-top: 11.8rem;
}

.ingredient-button-shadow {
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.2);

}

.ingredient-name {
  font-size: 1.1rem !important;
  font-weight: 500;
  color: #3a3a3a;
  margin-top: 16px;
  margin-bottom: 8px;
}
.disappearing-block {
  margin-top: -240px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  height: 250px;
  position: relative;
  
}

/* Simillar products */
.product-name-table {
  font-size: 0.9rem;
  font-weight: 500;
  width: 150px;
  height: 70px !important;
  color: #3a3a3a !important;
  /* overflow-y: hidden; */
}

.similar-product-image {
  height: 100px;
  width: 100px;
}

.table-attribute {
  color: #3a3a3a !important;
  border:none;
}

.table-border-bottom {
  border-bottom: 1px solid #e3e7eb;
}

/* old css */

.ingredient-link{
  text-decoration: none;
  color: var(--black);
  text-transform: capitalize;
}

.ingredient-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--royalpurple);
}

.paragraph-styling {
  line-height: 2;
  letter-spacing: 0.01rem;
}

.product_detail_container {
  margin-left: 15px;
}

.ingredient_overview {
  border-left: 2px solid var(--border-colour);
  padding-left: 20px;
  margin-top: 10px;
  margin-left: 21px;
}

.rounded-span {
  background-color: var(--royalpurple);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: 100px;
}

.fas.fa-star {
  color: var(--royalpurple);
}

.svg-container {
  margin-left: auto;
}

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

.badge {
  border: none !important;
}

.ReadMore {
  color: var(--royalpurple);
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
}

.card span {
  font-size: 12px;
}
.green-icon {
  color: green;
}

.red-icon {
  color: red;
}


/* Show More CTA */
.showMoreCTA {
  border: 1px solid black;
  color: white;
  position: relative;
  left: 22vw;
  top: 20px;
  background-color: var(--royalpurple);
  padding: 10px;
  border-radius: 8px;
}


/* Imortant Link */
.ImpLinks {
  color: var(--royalpurple);
  text-decoration: underline;
}


/* Comparison Table */
table {
    border-collapse: collapse;
    width: 100%;
  }
  
  tbody tr th,
  td {
    border: 1px solid var(--black);
    text-align: left;
    padding: 10px;
  }
  
  td {
    width: 11vw;
    text-align: center;
  }
  
  tr:nth-child(even) {
    background-color: #cfc8da;
  }
  
  tbody tr:hover {
    background-color: #d0bee7;
  }

/* Side columns for important links */
.important-links {
  font-size: 1rem;
  font-weight: 400;
  color:#6929c4;
  text-align: left;
  
}

.important-links-content {
  font-size: 1.3rem; 
  font-weight: 500; 
  color: #3a3a3a; 
  height: 21rem; 
  background-color: #fff; 
  /* box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
  border: solid 2px #6929c426;
  margin-top: 32px;
}

