/** Shopify CDN: Minification failed

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

**/
  @media only screen and (min-width: 767px) {
    .wrapper_container.image_des_wrapper {
        display: flex;
    }
    .benefit-image {
        flex: 1;
    }
    .description_wrapper {
        flex: 1;
    }
      .benefit-image img {
        object-fit: cover;
        height: 360px;
        max-height: 360px;
        width: -webkit-fill-available;
    }
  }
  .benefit-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 100%;
}
  .image_des_wrapper {
    border-radius: 12px;
    background: var(--BG-Color---Light-Orange, #FBF0E9);
    margin: 0 !important;
    overflow: hidden;
  }

  .description_wrapper {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
  }
  .description_inner_wrapper
  {
    display: flex;
    padding: 40px;
    flex: 1;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
  }

  .benefit-title {
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400; /* Default weight for inactive state */
    line-height: normal;
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 1px solid #0000003b;
    width: -webkit-fill-available;
  }
  .benefit-title:last-child {
    border-bottom: none;
  }

  .benefit-title.active {
    font-weight: 700; /* Active state */
  }

  .benefit-description {
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    /* margin-bottom: 12px; */
    width: -webkit-fill-available;
  }
  .benefit-description:last-child{
    margin-bottom: 0;
  }
  .shopify-section.pdp_mobile_ingrediants {
      padding: 0;
  }
  .shopify-section.pdp_mobile_ingrediants .image_des_wrapper {
      margin: 10px 0 !important;
  }
  .benefit-description-wrap {
    width: -webkit-fill-available;
  }
  @media only screen and (max-width: 767px) {
    .benefit-description-wrap {
        margin-top: 20px;
    }
    .description_wrapper {
      padding: 20px;
    }
    .benefit-title {
      font-size: 16px;
    }
    .benefit-description {
      font-size: 14px;
      line-height: 20px;
    }
    .description_inner_wrapper {
      display: flex;
      padding: 0;
    }
