.part-sub-infos {
    margin-top: 5px;
    display: flex;
    gap: 10px;
}
#search-product{
    width: 100%!important;
}
.product-tab-details {
    position: sticky;
    top: 88px; /* Ajuste la distance par rapport au haut de l'écran */
    z-index: 100; /* Pour s'assurer qu'il reste au-dessus des autres éléments */
    background-color: white; /* Optionnel : Pour éviter qu'il ne devienne transparent */
}
.product-tab-details a.active {
    color: white; /* Change la couleur du texte pour la visibilité */
    transition: background-color 0.3s ease-in-out;
}
.product-tab-details .elementor-widget-container{
    width: 100%;
    height: 100%;
}
.product-tab-details .elementor-widget{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.product-tab-details a{
    padding: 10px;
    display: flex;
    border-bottom: 5px solid var(--color-blue-light);
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-align: center;
}

.product-tab-details a:hover, .product-tab-details a.active{
    color: #FFF!important;
}
.product-tab-details a::before{
    content: "";
    height: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--color-blue-light);
    z-index: -1; /* Place l'effet derrière le texte */
    transition: height 0.3s ease-in-out; /* Animation fluide */
}
.product-tab-details a:hover::before, .product-tab-details a.active::before{
    height: 100%;
}
.product-extra-field .product-tab-content .product-tab-title{
    color: var(--color-blue-light);
    font-size: 1.85rem;
}
.product-tab-details .product-tab-item:nth-child(2) a{
    border-bottom: 5px solid var(--color-green-light);
}
.product-tab-details .product-tab-item:nth-child(2) a::before{
    background-color: var(--color-green-light);
}
.product-extra-field .product-tab-content:nth-child(2) .product-tab-title{
    color: var(--color-green-light);
}
.product-tab-details .product-tab-item:nth-child(3) a{
    border-bottom: 5px solid var(--color-yellow);
}
.product-tab-details .product-tab-item:nth-child(3) a::before{
    background-color: var(--color-yellow);
}
.product-extra-field .product-tab-content:nth-child(3) .product-tab-title{
    color: var(--color-yellow);
}
.product-tab-details .product-tab-item:nth-child(4) a{
    border-bottom: 5px solid var(--color-pink);
}
.product-tab-details .product-tab-item:nth-child(4) a::before{
    background-color: var(--color-pink);
}
.product-extra-field .product-tab-content:nth-child(4) .product-tab-title{
    color: var(--color-pink);
}
/*
*   PANEL RIGHT
*/
.product-panel-right >.elementor-column-wrap{
    height: auto;
    display: block;
}
.product-panel-right .elementor-widget-wrap{
    border-radius: 25px;
    position: sticky;
    top: 88px; /* Ajuste la distance par rapport au haut de l'écran */
    z-index: 100; /* Pour s'assurer qu'il reste au-dessus des autres éléments */
    background-color: white; /* Optionnel : Pour éviter qu'il ne devienne transparent */
}

/*
*   PANEL LEFT
*/
.product-tab-content >.product-tab-container{
    padding: 25px;
    margin-top: 50px;
    overflow: hidden;
}

.ce-product-description-short{

}
.comment-buttons{
    white-space: nowrap;
}

.page-product .juva-review-summary {
    padding: 2em 2em 4em;
}
.page-product .min-category-image{
    max-width: 30px;
}
.page-product .product-faq-section{
    margin-top: 30px;
}

.plants-actifs-listing{
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.plants-actifs-listing >div{
    max-width: 165px;
    width: 100%;
    padding: 1rem 2rem 3rem;
    position: relative;
}
.plants-actifs-listing .title-plant-actif{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}
#product #content{
    max-width: 100%;
}

#product-description-short ol li, #product-description-short ul li, .product-information .product-description ol li, .product-information .product-description ul li{
    color: var(--color-blue-dark);
}
#product-description-short ul, .product-information .product-description ul{
    list-style: none;
    padding: 0 15px;
    margin: 0;
}
  
.product-description li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
  
.product-description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 5px;
    border-radius: 1px;
}

.product-description li:nth-child(6n+1):before { background-color: var(--color-green-dark); }
.product-description li:nth-child(6n+2):before { background-color: var(--color-orange); }
.product-description li:nth-child(6n+3):before { background-color: var(--color-pink); }
.product-description li:nth-child(6n+4):before { background-color: var(--color-blue-dark); }
.product-description li:nth-child(6n+5):before { background-color: var(--color-green-light); }
.product-description li:nth-child(6n):before { background-color: var(--color-yellow); }
  
#product-availability .product-last-items, #product-availability .product-unavailable{
    color: var(--color-pink);
}

.product-panel-right{
    padding: 1.5rem 1rem;
    position: sticky;
    top: 88px;
    z-index: 100;
}

.product-panels{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.product-panel{
    width: 100%;
}

.blockreassurance_product{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 0px;
}
.blockreassurance_product >div{
    width: 33%;
    text-align: center;
}
.blockreassurance_product .item-product{
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    height: 35px;
}
.blockreassurance_product p.block-title{
    margin-bottom: 0;
    line-height: 1.1rem;
    margin-top: 10px;
}
.product-tab-content img{
    width: 100%;
    height: auto;
}
.product-tab-content table {
    width: 100%;
}
.product-tab-content table td {
    padding: 8px;
    text-align: left;
}
#properties.product-tab-content table tr td:nth-child(1){
    padding: 0;
    width: 60px;
}
#composition.product-tab-content  table td {
    border: 1px solid var(--color-blue-dark);
}
#composition.product-tab-content table td:first-child {
    border-left: none;
}
#composition.product-tab-content table td:last-child {
    border-right: none;
}
#composition.product-tab-content table tr:first-child td {
    border-top: none;
}
#composition.product-tab-content table tr td {
    border-bottom: none;
}
.hidden-row {
    display: none;
}
.table-toggle-btn {
    margin: 0 auto;
    margin-top: 10px;
    border: none;
    color: var(--color-blue-dark);
    border-radius: 3px;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
    font-weight: bold;
}
.table-toggle-btn:focus{
    outline: none;
    border: none;
}
.table-toggle-btn >div{
    padding: 6px 12px;
    display: inline-block;
    position: relative;
}
.table-toggle-btn >div::after{
    content: "";
    background-color: var(--color-blue-dark);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
}
.page-product .product-prices{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}
.page-product .product-prices div,
.page-product #product-availability{
    margin: 0;
}
.page-product .tax-shipping-delivery-label{
    display: none;
}
.page-product .product-quantity-prices{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.page-product .bootstrap-touchspin{
    display: flex;
    float: none;
}
.product-customization .product-customization-item, .product-variants>.product-variants-item,.product-discounts{
    margin: 0;
}
.page-product .product-actions >form,
.page-product .product-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.part-title >*{
    margin-bottom: 0;
}
.part-title{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-comment-modal .modal-dialog .product-cover, .product-comment-modal .modal-dialog .product-cover img{
    width: 100%;
    height: auto;
}
#post-product-comment-modal .criterion-rating{
    justify-content: flex-start;
}
.product-comment-modal .modal-dialog{
    width: calc(100% - 20px);
}
.page-product .product-information{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-description{
    margin-top: 10px;
}
.product-comments-additional-info{
    margin: 0;
}
.attachment h4,
.attachment p{
    margin-bottom: 0;
}
.attachment >div{
    display: flex;
    flex-direction: column;
}
.content-add-to-cart{
    display: flex;
    align-items: center;
}
.content-add-to-cart .add{
    width: 100%;
}
.content-add-to-cart .wishlist-button-add{
    box-shadow: 0px 3px 6px 0px rgba(0, 68, 137, 0.16);
    border-radius: 8px;
}
.product-actions .add-to-cart {
    height: 2.75rem;
    padding-top: .625rem;
    line-height: inherit;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-add-to-cart .wishlist-button-add{
    height: 45px;
}
.content-add-to-cart .wishlist-button-add:hover i{
    color: var(--color-pink);
}

#plantes-actifs-listing {
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    transition-property: all;
}
#plantes-actifs-listing >.plants-actifs-listing{
    touch-action: pan-y;
}
#product-modal .modal-content .modal-body{
    margin-left: 0;
}
.js-product-images-modal .modal-body >figure img{
    width: auto;
}
.images-container .product-images li.thumb-container .thumb{
    border: 3px solid transparent;
}
.product-images li.thumb-container .thumb.selected, .product-images li.thumb-container .thumb:hover{
    border-color: var(--color-blue-light);
}

.product-actions .control-label{
    font-weight: 700;
    color: var(--color-text);
}
.product-variants>.product-variants-item ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.product-variants>.product-variants-item ul li{
    margin-right: 0;
}
.product-variants>.product-variants-item ul li label{
    margin-bottom: 0;
}
.product-variants-item ul:last-of-type{
    margin-bottom: 1rem;
}
.page-product .btn-comment .material-icons{
    color: var(--color-blue-light);
}
.js-embla-product-carousel{
    overflow: hidden;
}
.item-product-cover{
    flex-shrink: 0;
    min-width: 0px;
    position: relative;
    width: 100%;
}
.page-product .images-container .product-images{
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
}
.page-product .images-container .product-images .embla__container{
    gap: 1rem;
}

.product-cover .layer{
    background-color: transparent;
    align-items: start;
    justify-content: end;
    text-align: right;
}
.product-cover .layer .zoom-in{
    color: var(--color-blue-light);
}

.product-cover .item-product-cover:not(.embla__slide){
    display: none;
}
.product-cover .item-product-cover:not(.embla__slide):first-of-type{
    display: block;
}

.page-product .page-content .images-container{
    margin-bottom: 1.625rem;
}

.page-product .product-cover {
    max-height: 360px;
}
@media screen and (min-width: 768px) {
    .page-product .product-cover {
        max-height: 640px;
    }
    .product-description{
        margin-top: 0px;
    }
    .page-product .product-information{margin-top: 10px;}
    .page-product .juva-review-summary{
        max-width: 33%;
        width: 100%;
        align-self: self-start;
    }
    .page-product .juva-review-latest{
        max-width: 67%;
        width: 100%;
    }
    .page-product .min-category-image{
        max-width: 50px;
    }
    .product-panel-right{
        padding: 2rem;
    }
    .product-panels{
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        column-gap: 30px;
    }
    .product-panel-top-left{
        grid-row: 1;
    }
    .product-panel-top-right{
        grid-row: 1 / 6;
    }
    .product-panel{
        grid-column: span 6 / span 6;
    }
    .blockreassurance_product .item-product{
        height: 60px;
    }
    .blockreassurance_product .item-product img{
        width: 55px;
        height: auto;
    }
    .blockreassurance_product p.block-title{
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .product-panel-right.border-left-radius{
        border-radius: 0;
    }
}