.product-details__collapsible-tab{border-top:1px solid var(--color-scheme-border-color);border-bottom:1px solid var(--color-scheme-border-color)}.product-details__collapsible-tab+.product-details__collapsible-tab{border-top:0}.product-details__description:not(:first-child){margin-top:15px}.product-details__description:not(:last-child){margin-bottom:15px}

/*---tab-css---*/

.custom-tabs .custom-tabs__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: min-content;
    margin: 0 auto;
    background: #F5E8E4;
    padding: 5px;
    border-radius: 30px;
  position: relative;
    z-index: 1;
}

.custom-tabs .custom-tabs__header .custom-tabs__button {
    min-width: 240px;
    text-align: center;
    color: #000;
    font-size: 24px;
    border-radius: 30px;
    background: none;
    cursor: pointer;
    transition: all .5s ease-in-out;
    font-weight: 600;
    font-family: Cormorant Upright, serif;
    padding: 3px 15px;
}


.custom-tabs .custom-tabs__header .custom-tabs__button.active {
    background: #B75737;
    color: #fff;
}

.custom-tabs .custom-tabs__content-wrapper {
    background: #fff;
    padding: 50px 60px 30px 60px;
    border-radius: 0 0 20px 20px;
    margin-top: -20px;
    position: relative;
  min-height: 525px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content {
    display: none;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content.active {
    display: block;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
    gap: 20px;
 
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner {
    float: left;
    width: calc(50% - 20px);
    background: #FFFAF0;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    display: flex;
   padding: 10px 15px;
   align-items: center;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--image-wraper {
    width: 100px;
    min-width: 100px;
    border-right: 1px solid #B75737;
    padding-right: 20px;
}
.ingredient--image img {
    vertical-align: middle;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper {
    flex: 1;
    padding: 0 20px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper .ingredient--title {
    font-weight: 600;
    font-family: Cormorant Upright, serif;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(270deg, #B75737 1.66%, #532404 71.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  line-height: 1.2;
    margin-bottom: 5px;
}

.ingredient--description {
    color: #292929;
}


.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item {
    background: #fcf8f7;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    margin-bottom: 2px !important;
  min-height: 418px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--image img {
    border-radius: 14px 14px 0 0;
}


.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description {
    padding: 10px 20px 20px 20px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description p {
    color: #292929;
    margin: 0;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description h5{
    text-align: left;
    background: linear-gradient(270deg, #B75737 1.66%, #532404 71.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-family: Cormorant Upright, serif;
    font-weight: 700;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description h6{
    text-align: center;
    background: linear-gradient(270deg, #B75737 1.66%, #532404 71.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-family: Cormorant Upright, serif;
    font-weight: 700;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description span.icon--info {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    color: #B75737;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model {
    position: absolute;
    background: #fcf8f7;
    width: 95%;
    max-width: 960px;
    padding: 30px 20px 20px 20px;
    margin: auto;
    /* right: 0; */
    border-radius: 8px;
    border: 1px solid #eaeaea;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  display: none;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model p {
    margin-bottom: 10px;
}
.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model h5 {
    background: linear-gradient(270deg, #B75737 1.66%, #532404 71.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-family: Cormorant Upright, serif;
    font-weight: 700;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model .close-model {
    position: absolute;
    top: 7px;
    right: 15px;
    color: #B75737;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content {
    position: relative;
}

@media only screen and (min-width:1440px){

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper {
    justify-content: center;
}

}

@media only screen and (max-width:1650px){
.section--custom-tabs .wrapper-spacing--v {
    padding-top: 30px;
    padding-bottom: 0;
}

  .ingredient--description {
    font-size: 15px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description h5 {
    font-size: 25px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description {
    padding: 10px 15px 20px 15px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description p {
    font-size: 15px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item {
    min-height: 355px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper .ingredient--title {
    font-size: 27px;
}

.custom-tabs .custom-tabs__content-wrapper {
    min-height: 455px;
}

.custom-tabs__three-columns .custom-tabs__column h3 {
    font-size: 29px;
}
  
}

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

.custom-tabs__three-columns .custom-tabs__column h3 {
    font-size: 26px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper .ingredient--title {
    font-size: 28px;
}

.section--custom-tabs .wrapper-spacing--v {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.custom-tabs .custom-tabs__content-wrapper {
        padding: 60px 30px 30px 30px;
    }

}

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

.custom-tabs .custom-tabs__content-wrapper {
    min-height: 525px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--image-wraper {
    width: 95px;
    min-width: 95px;
    padding-right: 15px;
}
  
}

@media only screen and (max-width:1199px) and (min-width:768px){

.section--custom-tabs .wrapper-spacing--v {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description h6 {
    font-size:40px;
}
  
}

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

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item {
    min-height: 378px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description p {
    font-size: 14px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner {
    width: 100%;
}

.custom-tabs .custom-tabs__header .custom-tabs__button {
    min-width: 180px;
    font-size: 22px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description h6 {
    font-size: 38px;
}

}

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

.custom-tabs .custom-tabs__content-wrapper {
    padding: 44px 15px 15px 15px;
  min-height: inherit;
}

.custom-tabs .custom-tabs__header .custom-tabs__button {
    font-size: 20px;
    min-width: inherit;
    flex: 1;
}

.custom-tabs .custom-tabs__header {
    gap: 2px;
    width: 98%;
    padding: 6px 4px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model h5 {
    font-size: 27px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model {
    width: 98%;
    padding: 30px 15px 15px 15px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .origin--model p {
    font-size: 15px;
}

.custom-tabs .custom-tabs__content-wrapper p {
    font-size: 15px;
}

  .custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--image-wraper {
    width: 67px;
    min-width: 67px;
    padding-right: 10px;
}

  .custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--image-wraper img {
    vertical-align: middle;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner {
    padding: 10px;
  border-radius: 4px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper .ingredient--title {
    font-size: 24px;
}
.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper {
    padding: 0 0 0 10px;
}

.ingredient--description {
    font-size: 14px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper {
    gap: 10px;
}

.section--custom-tabs .wrapper-spacing--v {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.custom-tabs__three-columns {
    gap: 8px;
    flex-wrap: inherit;
    margin-top: 20px;
}

.custom-tabs__three-columns .custom-tabs__column {
    width: auto;
    padding: 9px;
    /* flex: 1; */
    text-align: left;
}

.custom-tabs__three-columns .custom-tabs__column h3 {
    font-size: 18px;
}

.custom-tabs__three-columns .custom-tabs__column p {
    font-size: 14px;
    line-height: 1.4;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item {
    min-height: 340px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--image-wraper {
    width: 57px;
    min-width: 57px;
    padding-right: 7px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper {
    padding: 0 0 0 8px;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner .ingredient--content-wraper .ingredient--title {
    font-size: 20px;
    margin-bottom: 1px;
}

.ingredient--description {
    font-size: 13px;
    line-height: 1.4;
}

.custom-tabs .custom-tabs__content-wrapper .ingredient--wraper .ingredient--wraper-inner {
    padding: 8px;
}

.custom-tabs .custom-tabs__content-wrapper {
    padding: 35px 15px 5px 15px;
    min-height: inherit;
}
.custom-tabs .custom-tabs__header .custom-tabs__button {
    font-size: 18px;
}

}

@media only screen and (max-width: 365px) {
    .custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item {
        min-height: 365px;
    }
}

/*-----01-07-2025----*/

.custom-tabs .custom-tabs__content-wrapper {
    min-height: 488px;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper {
    height: inherit !important;
    align-items: inherit !important;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item {
    height: inherit !important;
    min-height: inherit !important;
  display: flex;
    flex-direction: column;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description .metafield-rich_text_field {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description .metafield-rich_text_field h6 {
    flex-grow: 1;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

.custom-tabs .custom-tabs__content-wrapper {
    min-height: inherit;
}

.custom-tabs .custom-tabs__content-wrapper .custom-tabs__content .swiper-wrapper .origin--wrapper.content-grid-item .origin--description {
    padding-bottom: 20px;
}

.custom-tabs__three-columns .custom-tabs__column {
    flex: 1;
}
  
}