.product-single .product-header{
    border-bottom: 1px solid #000;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-single .product-header ul li{
    display: inline-block;
}
.product-single .product-header ul li::after{
    content: ", ";
}
.product-single .product-header ul li:last-child::after{
    content: "";
}

.product-single .product-header ul li a{
    font-size: 28px;
    line-height: normal;
}

.product-single .product-header ul li{
    display: inline-block;
}

.product-single .product-header .tag span{
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
}

.product-single .product-header .ph-left{
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
}

.product-single .product-header .ph-left .back-link{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-single .product-details{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 70px;
    column-gap: 70px;
}
.product-single .product-details .images-container{
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
}
.product-single .product-details .images-container .product-img{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.product-single .product-details .content{
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px 0;
}
.product-single .product-details .content .content-description p{
    margin-bottom: 15px;
}

.product-single .product-details .content .content-description a , .content-biographie a{
    border-bottom: 1px solid #000;
}
.product-single .product-details .content .content-header span{
    font-size: 28px;
    display: block;
}

.product-single .product-details .content .content-header span a:hover{
    font-family: "Georgia-italic";
}

.product-single .product-details .content .content-description .attributes{
    margin-top: 35px;
}

.product-single .product-details .content .content-taxonamies{
    background: #000;
    max-width: 75%;
}

.product-single .product-details .content .content-taxonamies .taxonamies{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-row-gap: 1px;
    row-gap: 1px;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax{
    background: #fff;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax {
    display: flex;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax .tax-title {
    width: 33.333%;
    border-right: 1px solid #000;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax .tax-content {
    width: 66.666%;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax .col {
    min-height: 80px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    letter-spacing: 0.2px;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax .col a {
    line-height: inherit;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax .tax-content:hover {
    background-color: #000;
    color: #fff;
}

.product-single .product-details .content .content-taxonamies .taxonamies .tax .tax-content:hover a {
    color: #fff;
}

.product-single .product-details .content .content-contact{
    width: 75%;
}

.product-single .product-details .content .content-contact button{
    width: 100%;
    padding: 25px;
    text-align: center;
    font-family: "Plus Jackarta Sans";
    font-size: 19px;
    letter-spacing: 0.2px;
    font-weight: bold;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-single .product-details .content .content-contact button:hover{
    background: #000;
    color: #fff;
}

.product-single .product-details .content .content-contact button:hover .st0{
    fill: #fff;
}


.product-single .product-details .content .content-contact button span{
    margin-left: 5px;
}


.product-single .product-details .content .content-biographie h3{
    font-size: 20px;
    font-family: "Georgia";
    font-weight: bold;
    margin-bottom: 35px;
}

.product-details .is-sticky .content{
    padding-top: 0;
}


.modal-slider-wrapper{
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.modal-slider-wrapper .modal-slider-header .close{
    position: absolute;
    top: 2.5510204081632653vh;
    right: 2.5510204081632653vh;
}

.modal-slider-wrapper .modal-slider-body {
    padding: 7.142857142857143vh;
    padding-bottom: 3.5714285714285716vh;
    height: 89.285714286vh;
}

.owl-carousel .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 89.285714286vh;
    width: auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 89.285714286vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 25px;
}

.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 25px;
}

.owl-carousel .owl-nav .owl-next img , .owl-carousel .owl-nav .owl-prev img {
    width: 30px;
    height: 30px;
}

.owl-carousel .owl-nav button.disabled{
    display: none;
}
@media screen and (min-width: 1026px) {
    #js-product-images{
        height: 80vw;
        overflow-y: scroll;    
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    #js-product-images::-webkit-scrollbar {
        display: none;
    }
}