/* Page-specific styles: service-details (/soins-massages/{slug}). Loaded only
   on this page. Carries the product-detail design used by the detail view
   (.product-details / .product-details-section / .description-section /
   .other-offers). Kept independent from the storefront /produit page so the two
   can diverge later (HighGest spa services vs WiziShop products). */
.text-link {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #889FC1!important;
}
/*
* product-details-section
*/
.product-details .breadcrumbs-section {
    padding: 194px 72px 34px;
}
.product-details .p-row {
    margin-left: 0;
}
.product-details .p-row .p-content {
    padding-left: 101px;
}
.product-details .p-row .p-content .p-content-header {
    margin-bottom: 39px;
}
.product-details .p-row .p-content .p-content-header .subtitle-row {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 4px;
    color: #818181;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.product-details .title-row .title {
    font-size: 70px;
    line-height: 88px;
    letter-spacing: 0px;
    color: #889FC1;
    font-weight: 300;
    margin-bottom: 0;
}
.product-details .p-row .p-content .subtext-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 2.4px;
    color: #818181;
    font-weight: 300;
}
.product-details .p-content .p-content-wrap {
    margin-bottom: 56px;
}
.product-details .p-content .p-content-wrap .p-content-text {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #818181;
    font-weight: 300;
    margin-bottom: 0;
}
.product-details .p-content-row {
    display: flex;
    align-items: center;
    margin-bottom: 84px;
}
.product-details .p-content-row .price {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0;
    color: #889FC1;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 46px;
}
.product-details .p-content-row .stock {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.8px;
    color: #818181;
    font-weight: 300;
}
.product-details .btns-row {
    margin-bottom: 145px;
}
.product-details .btns-row .p-content-btn {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 4px;
    font-weight: 300;
}
.product-details .btns-row .offer-btn {
    background-color: #889FC1;
    color: #FFFFFF!important;
    padding: 35px 105px;
    margin-right: 25px;
}
.product-details .btns-row .reserver-btn {
    border: 1px solid #818181!important;
    color: #818181!important;
    padding: 35px 80px;
}
/* The two buy buttons are anchors that render inline (their vertical padding
   overflows without reserving height) — force real block height so the RDV
   button on the next line can't overlap them. */
.product-details .btns-row .offer-btn,
.product-details .btns-row .reserver-btn {
    display: inline-block;
    vertical-align: top;
}
/* Prendre RDV — booking CTA on its own line under the buy buttons */
.product-details .btns-row .rdv-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    margin-top: 24px;
    background-color: #1d3c34;
    color: #FFFFFF!important;
    border: 1px solid #1d3c34;
    padding: 28px 70px;
}
.product-details .btns-row .rdv-btn:hover {
    background-color: #143029;
}
.product-details .btns-row .rdv-btn i {
    font-size: 18px;
}
@media (max-width: 1450px) {
    .product-details .btns-row .rdv-btn { padding: 22px 50px; }
}
@media (max-width: 575px) {
    .product-details .btns-row .rdv-btn { width: 100%; padding: 20px; }
}
.product-details .footer-row {
    display: flex;
    justify-content: space-between;
}
.product-details .footer-row .cadeau {
    display: flex;

}
.product-details .footer-row .cadeau img {
    margin-right: 19px;
}
.product-details .footer-row .cadeau span {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.8px;
    font-weight: 300;
    color: #889FC1;
    text-transform: uppercase;
    width: 63%;
}
.product-details .footer-row .contact-info {
    text-align: right;
}
.product-details .footer-row .contact-info span {
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #818181;
    display: block;
    padding-bottom: 12px;
}
.product-details .breadcrumbs-section .breadcrumbs li:not(:first-child) a {
    color: inherit!important;
    padding: 0 5px;
}
.product-details .breadcrumbs-section .breadcrumbs li:first-child a {
    color: inherit!important;
    padding-right: 5px;
    padding-left: 0!important;
}
.product-details-section {
    padding: 0 136px 30px 72px
}
.product-details-section .p-image .img-badge {
    top: 18px;
    left: 20px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 1.95px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.product-details-section .p-image .like {
    top: 18px;
    right: 20px;
}
@media(max-width:1589px) {
    .product-details .title-row .title {
        font-size: 60px;
        line-height: 75px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 30px 65px;
    }
    .product-details .btns-row .offer-btn {
        padding: 30px 85px;
    }
    .product-details .footer-row .cadeau span {
        width: 72%;
    }
    .product-details .footer-row .contact-info {
        width: 50%;
    }
    .product-details .btns-row {
        margin-bottom: 110px;
    }
}
@media(max-width:1450px) {
    .product-details-section {
        padding: 0 100px 30px 72px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 25px 45px;
    }
    .product-details .btns-row .offer-btn {
        padding: 25px 75px;
    }
    .product-details .p-row .p-content .p-content-header .subtitle-row {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }
    .product-details .p-row .p-content .p-content-header {
        margin-bottom: 30px;
    }
    .product-details .p-row .p-content .subtext-row {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 2px;
    }
    .product-details .p-content .p-content-wrap {
        margin-bottom: 40px;
    }
    .product-details .p-content .p-content-wrap .p-content-text {
        font-size: 19px;
        line-height: 30px;
    }
    .product-details .p-content-row {
        margin-bottom: 75px;
    }
    .product-details .p-content-row .price {
        font-size: 35px;
        line-height: 50px;
    }
    .product-details .btns-row .p-content-btn {
        font-size: 15px;
        letter-spacing: 3px;
    }
    .product-details .btns-row {
        margin-bottom: 100px;
    }
    .product-details .footer-row .cadeau span {
        width: 81%;
    }
}
@media(max-width:1450px) {
    .product-details-section {
        padding: 0 90px 30px 72px;
    }
    .product-details .title-row .title {
        font-size: 50px;
        line-height: 65px;
    }
    .product-details .p-row .p-content .p-content-header .subtitle-row {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .product-details .p-row .p-content .subtext-row {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 17px;
    }
    .product-details .p-content-row .price {
        font-size: 30px;
        line-height: 40px;
    }
    .product-details .p-content-row {
        margin-bottom: 55px;
    }
    .product-details .btns-row .offer-btn {
        padding: 22px 65px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 22px 40px;
    }
    .product-details .btns-row {
        margin-bottom: 80px;
    }
    .product-details .footer-row .contact-info {
        width: 56%;
    }
    .product-details .footer-row .contact-info span {
        font-size: 18px;
        line-height: 12px;
        padding-bottom: 10px;
    }
    .product-details .footer-row .cadeau span {
        width: 81%;
    }
}
@media(max-width:1199px) {
    .product-details-section {
        padding: 176px 72px 30px;
    }
    .product-details .p-row .p-content {
        padding-left: 65px;
    }
    .product-details .p-row .p-content .p-content-header .subtitle-row {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .product-details-section .p-image .img-badge {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .product-details .title-row .title {
        font-size: 45px;
        line-height: 60px;
    }
    .product-details .p-row .p-content .subtext-row {
        margin-bottom: 35px;
        font-size: 13px;
        line-height: 15px;
    }
    .product-details .p-content .p-content-wrap {
        margin-bottom: 30px;
    }
    .product-details .p-content .p-content-wrap .p-content-text {
        font-size: 17px;
        line-height: 27px;
    }
    .product-details .p-content-row .price {
        font-size: 25px;
        line-height: 30px;
        margin-right: 35px;
    }
    .product-details .p-content-row .stock {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1.2px;
    }
    .product-details .btns-row .offer-btn {
        padding: 20px 60px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 20px 32px;
    }
    .product-details .footer-row .cadeau span {
        width: 85%;
        line-height: 18px;
        letter-spacing: 1.5px;
    }
    .product-details .footer-row .contact-info span {
        font-size: 17px;
    }
}
@media(max-width:1099px) {
    .product-details-section {
        padding: 176px 60px 30px;
    }
    .product-details .title-row .title {
        font-size: 42px;
    }
    .product-details .btns-row .p-content-btn {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .product-details .btns-row .offer-btn {
        padding: 20px 45px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 20px 30px;
    }
    .product-details .footer-row .contact-info {
        width: 70%;
    }
}
@media(max-width:991px) {
    .product-details-section {
        padding: 176px 80px 30px;
    }
    .product-details .p-row {
        position: relative;
        padding-top: 100px;
    }
    .product-details .p-content-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .product-details .p-row .p-content {
        padding-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }
    .product-details .p-row .p-content .p-content-header .subtitle-row {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .product-details .title-row .title {
        font-size: 50px;
    }
    .product-details .p-row .p-content .subtext-row {
        margin-bottom: 35px;
        font-size: 14px;
        line-height: 25px;
    }
    .product-details .p-content .p-content-wrap .p-content-text {
        font-size: 20px;
        line-height: 30px;
    }
    .product-details .p-content-row .price {
        font-size: 30px;
        line-height: 35px;
        margin-right: 40px;
    }
    .product-details .btns-row .p-content-btn {
        font-size: 17px;
        letter-spacing: 4px;
    }
    .product-details .btns-row .offer-btn {
        padding: 30px 65px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 30px 55px;
    }
    .product-details .footer-row {
        display: flex;
        justify-content: normal;
        flex-direction: column;
    }
    .product-details .footer-row .cadeau span {
        width: 35%;
        line-height: 19px;
        letter-spacing: 1.8px;
    }
    .product-details .footer-row .contact-info {
        text-align: left;
    }
    .product-details .footer-row .contact-info span {
        font-size: 20px;
        line-height: 14px;
        padding-bottom: 10px;
    }
    .product-details .footer-row .cadeau {
        margin-bottom: 41px;
    }
}
@media(max-width:767px) {
    .product-details .btns-row {
        margin-bottom: 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-details .btns-row .offer-btn {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .product-details .title-row .title {
        font-size: 40px;
        line-height: 51px;
    }
    .product-details .footer-row .cadeau span {
        width: 48%;
    }
    .product-details .btns-row .reserver-btn {
        padding: 30px 80px;
    }
    .product-details .btns-row .offer-btn {
        padding: 30px 80px;
    }
}
@media(max-width:575px) {
    .product-details-section {
        padding: 176px 22px 83px;
    }
    .product-details .p-row .p-content .p-content-header .subtitle-row {
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 3px;
        margin-bottom: 14px;
    }
    .product-details .p-row {
        padding-top: 95px;
        margin-right: 0;
    }
    .product-details .btns-row .p-content-btn {
        font-size: 16px;
        letter-spacing: 4px;
    }
    .product-details .p-row .p-content .subtext-row {
        margin-bottom: 32px;
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 1.8px;
    }
    .product-details .p-content .p-content-wrap .p-content-text,
    .product-details .p-content .p-content-wrap .text-link {
        font-size: 16px;
        line-height: 25px;
    }
    .product-details .p-content .p-content-wrap {
        margin-bottom: 26px;
    }
    .product-details .p-content-row .price {
        font-size: 25px;
        line-height: 40px;
        margin-right: 22px;
    }
    .product-details .p-content-row .stock {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 1.5px;
    }
    .product-details .p-content-row {
        margin-bottom: 33px;
    }
    .product-details .btns-row {
        margin-bottom: 56px;
    }
    .product-details .btns-row .offer-btn {
        padding: 34px 105px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 34px 80px;
    }
    .product-details .footer-row .cadeau span {
        width: 56%;
    }
    .product-details-section .p-image .img-badge {
        font-size: 11px;
        line-height: 17px;
        letter-spacing: 1.65px;
    }
}
@media(max-width:445px) {
    .product-details .p-row {
        padding-top: 70px;
    }
    .product-details .title-row .title {
        font-size: 31px;
        line-height: 37px;
    }
    .product-details .p-row .p-content .p-content-header .subtitle-row {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    .product-details .footer-row .cadeau span {
        width: 75%;
    }
    .product-details .btns-row .reserver-btn {
        padding: 34px 59px;
    }
    .product-details .subtext-row .sub-text {
        width: 55%;
    }
}
@media(max-width:390px) {
    .product-details .footer-row .cadeau span {
        width: 85%;
    }
    .product-details .btns-row .p-content-btn {
        font-size: 15px;
        letter-spacing: 3px;
    }
    .product-details .btns-row .reserver-btn {
        padding: 34px 48px;
    }
    .product-details .subtext-row .sub-text {
        width: 50%;
    }
}
/*
Caracteristiques and
description section
*/
/*reset tab styles*/
.description-section .nav-tabs {
    border-bottom: unset;
}
.description-section .nav-tabs .nav-link {
    border: none;
}
.description-section .nav-tabs .nav-link:hover {
    border: none;
}
.description-section .nav-tabs .nav-link:focus {
    border: none;
}
.nav-link.active {
    color: unset!important;
    background-color: transparent!important;
    border-color: #D3D9E5!important;
}
/*---------------------------------*/
.description-section {
    background-color: #889FC1;
    padding: 74px 0 113px;
    margin-bottom: 143px;
}
.description-section .description-header {
    border-top: 2px solid #D3D9E5;
    border-bottom: 2px solid #D3D9E5;
    padding: 0;
}
.description-section .description-header .desc-header {
    display: flex;
    margin: 0 auto;
    padding: 0;
}
.description-section .description-header .desc-header .desc-header-item {
    list-style-type: none;
    padding: 0 85px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 4px;
    cursor: pointer;
}
.description-section .description-header .desc-header .desc-header-item:not(:last-child) {
    border-right: 2px solid #D3D9E5;
}
.description-section .description-header .desc-header .desc-header-item a {
    display: inline-block;
    padding: 42px 0 28px 0;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
}
.description-section .description-header .desc-header .desc-header-item a.active {
    border-bottom: 5px solid #D3D9E5;
}
.description-section .description-header .desc-header .desc-header-item:hover a {
    border-bottom: 5px solid #D3D9E5;
}
.description-section .description-header .item-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.description-section .description-content {
    padding: 50px 0 0 72px;
}
.description-section .description-content > div.tab-pane.active {
    display: flex;
}
.description-section .description-content .left-description {
    width: 61%;
    padding-right: 33px;
}
.description-section .description-content .left-description .description-section-title {
    font-size: 140px;
    line-height: 176px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 50px;
}
.description-section .description-content .left-description .description-section-text {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 30px;
}
.description-section .description-content .left-description .list ul {
    padding-left: 0;
    width: 70%;
}
.description-section .description-content .left-description .list ul li .list-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
.description-section .description-content .left-description .list ul li .plus {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 48px;
    font-weight: 200;
}
.description-section .description-content .left-description .list ul li {
    list-style-type: none;
    padding: 14px 0 18px;
    border-bottom: 1px solid #a5b5d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.description-section .description-content .left-description .description-section-btn {
    letter-spacing: 0.165rem;
    font-size: 16px;
    font-weight: 100;
    border: 1px solid #e2e7f0;
    color: #e2e7f0;
    padding: 28px 58px;
    display: inline-block;
    margin-top: 66px;
}
.description-section .description-content .right-img {
    width: 39%;
    position: relative;
}
.description-section .description-content .right-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 1505px) {
    .description-section .description-header .desc-header .desc-header-item {
        padding: 0 60px;
    }
    .description-section .description-content .left-description .description-section-title {
        font-size: 110px;
        line-height: 165px;
    }
}
@media (max-width: 1305px) {
    .description-section .description-content .left-description .description-section-title {
        font-size: 90px;
        line-height: 140px;
    }
    .description-section .description-header .desc-header .desc-header-item {
        padding: 0 40px;
    }
}
@media (max-width: 1199px) {
    .description-section .description-header .desc-header .desc-header-item {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 3px;
    }
    .description-section .description-header .desc-header .desc-header-item a {
        padding: 37px 0 23px 0;
    }
}
@media (max-width: 1010px) {
    .description-section .description-content {
        padding: 50px 0 0 40px;
    }
    .description-section .description-header .desc-header .desc-header-item {
        font-size: 13px;
        letter-spacing: 2px;
    }
}
@media (max-width: 991px) {
    .description-section .description-content .left-description .description-section-title {
        font-size: 70px;
        line-height: 110px;
    }
    .description-section .description-header .desc-header .desc-header-item {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0 30px;
    }
    .description-section .description-header .desc-header .desc-header-item a {
        padding: 28px 0 16px 0;
    }
    .description-section .description-content .left-description .description-section-text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .description-section .description-content .left-description .list ul li {
        padding: 10px 0 14px;
    }
    .description-section .description-content .left-description .list ul li .plus {
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    .description-section .description-header .desc-header .desc-header-item a.active {
        border-bottom: none;
    }
    .description-section .description-header .desc-header .desc-header-item:hover a {
        border-bottom: none;
    }
    .description-section {
        padding-top: 0;
    }
    .description-section .description-content .right-img {
        display: none;
    }
    .description-section .description-content .left-description {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .description-section .description-content {
        padding: 50px 30px 0;
    }
    .description-section .description-content .left-description .description-section-title {
        font-size: 50px;
        line-height: 62px;
        text-align: center;
        margin-bottom: 34px;
    }
    .description-section .description-content .left-description .description-section-text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
        text-align: left;
    }
    .description-section .description-header .desc-header {
        margin: 0;
        padding: 0;
        flex-direction: column;
        width: 100%;
    }
    .description-section .description-header .desc-header .desc-header-item:not(:last-child) {
        border-right: none;
    }
    .description-section .description-header {
        border-top: none;
        border-bottom: none;
        padding: 0;
    }
    .description-section .description-header .desc-header .desc-header-item {
        text-align: center;
        border-bottom: 2px solid #D3D9E5;
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 3px;
        padding: 0 30px;
    }
    .description-section .description-header .desc-header .desc-header-item a {
        padding: 20px 0;
    }
    .description-section .description-content .left-description .list ul {
        width: 100%;
    }
    .description-section .description-content .left-description .description-section-btn {
        padding: 28px 50px;
    }
}
/*
Other-Offers Section
*/
.other-offers {
    padding: 0 136px 100px 128px;
}
.other-offers .offer-wrapper {
    display: flex;
    align-items: flex-end;
}
.other-offers .product-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
.other-offers .product-offer:not(:last-child) {
    margin-right: 29px;
}
.other-offers .product-offer .other-offer-title-text {
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    color: #000000;
}
.other-offers .product-offer .other-offer-img {
    margin: 10px 0;
    width: 100%;
}
.other-offers .product-offer .other-offer-img img {
    margin: 0 auto;
    display: block;
}
.other-offers .product-offer .other-offer-btn a {
    border-bottom: 1px solid #000000;
    letter-spacing: 2.5px;
    font-size: 10px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    outline: none;
    padding-bottom: 6px;
    font-weight: 300;
}
.other-offers .offers-text {
    position: relative;
    padding-bottom: 20px;
}
.other-offers .offers-text .other-offers-text {
    color: #889FC1;
    font-size: 100px;
    line-height: 100px;
    font-weight: 300;
}
.other-offers .offers-text {
    width: 478px;
}
.other-offers .offers-text .other-offers-text {
    width: 100%;
    display: inline-block;
}
@media (max-width: 1860px) {
    .other-offers .product-offer .other-offer-img img {
        width: 100%;
        height: auto;
    }
    .other-offers .offers-text .other-offers-text {
        font-size: 95px;
        line-height: 95px;
    }
    .other-offers .offers-text {
        padding-bottom: 25px;
    }
}
@media (max-width: 1785px) {
    .other-offers .offers-text .other-offers-text {
        font-size: 90px;
        line-height: 90px;
    }
}
@media (max-width: 1765px) {
    .other-offers {
        padding: 0 100px 100px 72px;
    }
    .other-offers .product-offer {
        width: 25%;
    }
    .other-offers .offers-text {
        width: 470px;
    }
    .other-offers .offers-text .other-offers-text {
        font-size: 85px;
        line-height: 85px;
    }
    .other-offers .offers-text {
        padding-bottom: 27px;
    }
}
@media (max-width: 1649px) {
    .other-offers .offers-text .other-offers-text {
        font-size: 75px;
        line-height: 75px;
    }
    .other-offers {
        padding: 0 72px 100px;
    }
}
@media (max-width: 1550px) {
    .other-offers {
        padding: 0 72px 100px;
    }
}
@media (max-width: 1200px) {
    .other-offers .offers-text .other-offers-text {
        font-size: 59px;
        line-height: 59px;
    }
    .other-offers .offers-text {
        width: 352px;
    }
    .other-offers .offers-text {
        padding-bottom: 30px;
    }
}
@media (max-width: 1099px) {
    .other-offers {
        padding: 0 40px 100px;
    }
    .other-offers .offers-text .other-offers-text {
        font-size: 50px;
        line-height: 50px;
    }
    .other-offers .offers-text {
        width: 285px;
    }
}
@media (max-width: 991px) {
    .other-offers .offers-text .other-offers-text {
        left: 0px;
        top: 15px;
        bottom: unset;
        font-size: 53px;
    }
    .other-offers .offers-text {
        width: 50%;
        padding-bottom: 0;
        padding-top: 40px;
    }
    .other-offers .product-offer {
        width: 50%;
        margin-right: 0!important;
        padding-bottom: 30px;
    }
    .other-offers .offer-wrapper {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .other-offers .offer-wrapper > div:nth-child(odd) {
        padding-left: 15px;
    }
    .other-offers .offer-wrapper > div:nth-child(even) {
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .other-offers .offers-text .other-offers-text {
        font-size: 43px;
        line-height: 50px;
        top: 29px;
    }
    .description-section {
        margin-bottom: 75px;
    }
}
@media (max-width: 575px) {
    .other-offers {
        padding: 0;
    }
    .other-offers .offers-text .other-offers-text {
        position: relative;
        bottom: 0;
        top: 0;
        text-align: center;
        font-size: 50px;
        line-height: 100px;
    }
    .other-offers .offers-text .other-offers-text br {
        display: none;
    }
    .description-section {
        margin-bottom: 0;
    }
    .other-offers .product-offer {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .other-offers .offer-wrapper > div {
        padding-left: 33px!important;
        padding-right: 27px!important;
    }
    .other-offers .offers-text {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 0;
    }
}
@media (max-width: 419px) {
    .other-offers .offers-text .other-offers-text {
        font-size: 41px;
        line-height: 90px;
    }
}

/*
 * "Ajouté au panier" confirmation modal (#panierModalToggle), triggered by the
 * RÉSERVÉ EN LIGNE button. Restored from the original style.css (was dropped in
 * the per-page CSS split). Selectors are unscoped but only load on this page.
 */

.modal-body .prod-category {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 3.5px;
    font-weight: 300;
    color: #818181;
    margin-bottom: 35px;
}
.modal-body .prod-name {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2.7px;
    font-weight: 600;
    color: #818181;
    padding-bottom: 49px;
    margin-bottom: 31px;
    border-bottom: 2px solid #e4e4e4;
}
.modal-body .product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-body .product-price .qty-info {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.8px;
    font-weight: 300;
    color: #818181;
}
.modal-body .product-price .price {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0;
    font-weight: 600;
    color: #889FC1;
}

/* ============================================================
 * Service image / video gallery (detail page hero).
 * Bootstrap carousel + thumbnail strip, brand-styled. Video-ready.
 * ============================================================ */
.product-details .p-image { position: relative; }
/* keep the badge + favourite above the carousel slides */
.product-details .p-image .img-badge,
.product-details .p-image .like { z-index: 3; }

.product-details .service-gallery { position: relative; overflow: hidden; }

.product-details .gallery-media {
    display: block;
    width: 100%;
    aspect-ratio: 694 / 739;
    object-fit: cover;
    background-color: #f2f0ee;
}
.product-details video.gallery-media { background-color: #000; object-fit: contain; }

/* prev / next arrows */
.product-details .service-gallery .carousel-control-prev,
.product-details .service-gallery .carousel-control-next { width: auto; opacity: 1; }
.product-details .service-gallery .carousel-control-prev { left: 18px; }
.product-details .service-gallery .carousel-control-next { right: 18px; }
.product-details .service-gallery .gallery-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #889FC1;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease;
}
.product-details .service-gallery .carousel-control-prev:hover .gallery-arrow,
.product-details .service-gallery .carousel-control-next:hover .gallery-arrow {
    background-color: #889FC1;
    color: #FFFFFF;
}

/* thumbnail strip */
.product-details .gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
.product-details .gallery-thumb {
    position: relative;
    flex: 0 0 auto;
    width: 86px;
    height: 86px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.product-details .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-details .gallery-thumb:hover { border-color: #c2cee0; }
.product-details .gallery-thumb.is-active { border-color: #889FC1; }
.product-details .gallery-thumb .thumb-play {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199px) {
    .product-details .service-gallery .gallery-arrow { width: 42px; height: 42px; font-size: 18px; }
    .product-details .gallery-thumb { width: 72px; height: 72px; }
}
@media (max-width: 575px) {
    .product-details .gallery-thumbs { gap: 8px; }
    .product-details .gallery-thumb { width: 58px; height: 58px; }
    .product-details .service-gallery .carousel-control-prev { left: 10px; }
    .product-details .service-gallery .carousel-control-next { right: 10px; }
}

/* ============================================================
 * Gallery v2 — rounded slider with floating pill controls
 * (reference design: big radius, bottom-center "DÉCOUVRIR PLUS"
 * pill + circular arrow, white cut-out ring). Replaces the side
 * arrows from v1; the thumbnail strip stays.
 * ============================================================ */
.product-details .gallery-shell { position: relative; }
.product-details .service-gallery { border-radius: 30px; }
.product-details .gallery-solo { border-radius: 30px; width: 100%; height: auto; }

.product-details .gallery-cta {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 4;
}
.product-details .gallery-cta button {
    background-color: #8b9fc2;
    color: #FFFFFF;
    border: 6px solid #FFFFFF;
    cursor: pointer;
    transition: background-color 0.25s ease;
}
.product-details .gallery-cta-label {
    border-radius: 999px;
    padding: 16px 30px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2.4px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-details .gallery-cta-arrow {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.product-details .gallery-cta button:hover { background-color: #7993b9; }

/* thumbnails follow the overhanging pill */
.product-details .gallery-thumbs { margin-top: 46px; }
.product-details .gallery-thumb { border-radius: 12px; }
.product-details .gallery-thumb img { border-radius: 9px; }
.product-details .gallery-thumb .thumb-play { border-radius: 9px; }

@media (max-width: 1199px) {
    .product-details .gallery-cta-label { padding: 14px 22px; font-size: 11px; letter-spacing: 2px; }
    .product-details .gallery-cta-arrow { width: 50px; height: 50px; font-size: 15px; }
    .product-details .gallery-cta button { border-width: 5px; }
}
@media (max-width: 575px) {
    .product-details .service-gallery,
    .product-details .gallery-solo { border-radius: 20px; }
    .product-details .gallery-cta button { border-width: 4px; }
    .product-details .gallery-cta-label { padding: 12px 18px; font-size: 10px; }
    .product-details .gallery-cta-arrow { width: 44px; height: 44px; font-size: 14px; }
    .product-details .gallery-thumbs { margin-top: 36px; }
}

/* ============================================================
 * Gallery v3 — control bar replaces the pill: prev arrow +
 * circular thumbnails (images & videos) + next arrow, floating
 * over the bottom edge. The strip scrolls horizontally when
 * there is not enough room (scrollbar hidden).
 * ============================================================ */
.product-details .gallery-shell { margin-bottom: 52px; }
.product-details .gallery-cta {
    width: max-content;
    max-width: calc(100% - 12px);
    gap: 8px;
}
.product-details .gallery-cta .gallery-thumbs {
    position: relative;            /* offsetLeft of thumbs relative to the strip */
    margin-top: 0;
    flex: 0 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 0 2px;
    scrollbar-width: none;         /* Firefox */
}
.product-details .gallery-cta .gallery-thumbs::-webkit-scrollbar { display: none; }

.product-details .gallery-cta .gallery-thumb {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
.product-details .gallery-cta .gallery-thumb img,
.product-details .gallery-cta .gallery-thumb .thumb-play { border-radius: 50%; }
.product-details .gallery-cta .gallery-thumb .thumb-play { font-size: 13px; }
.product-details .gallery-cta .gallery-thumb:hover { border-color: #c2cee0; }
.product-details .gallery-cta .gallery-thumb.is-active { border-color: #889FC1; }

@media (max-width: 1199px) {
    .product-details .gallery-cta .gallery-thumb { width: 50px; height: 50px; }
}
@media (max-width: 575px) {
    .product-details .gallery-shell { margin-bottom: 42px; }
    .product-details .gallery-cta { gap: 5px; max-width: calc(100% - 6px); }
    .product-details .gallery-cta .gallery-thumbs { gap: 6px; }
    .product-details .gallery-cta .gallery-thumb { width: 44px; height: 44px; border-width: 3px; }
    .product-details .gallery-cta .gallery-thumb .thumb-play { font-size: 11px; }
}

/* ============================================================
 * Gallery v4 — ONE shared white capsule holds all thumbs (single
 * cut); each arrow keeps its own separate cut, sized to match the
 * capsule height. The strip shows only WHOLE thumbs: JS sizes it
 * to a full-thumb multiple and scrolling snaps per thumb.
 * ============================================================ */
.product-details .gallery-cta { gap: 10px; }

/* the capsule */
.product-details .gallery-cta .gallery-thumbs {
    background-color: #FFFFFF;
    border-radius: 999px;
    padding: 6px;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    scroll-snap-type: x mandatory;
    scroll-padding-left: 6px;
}
/* thumbs lose their individual cuts inside the capsule */
.product-details .gallery-cta .gallery-thumb {
    width: 56px;
    height: 56px;
    border: 3px solid transparent;
    box-shadow: none;
    background-color: #e9e9ec;
    scroll-snap-align: start;
}
.product-details .gallery-cta .gallery-thumb:hover { border-color: #c2cee0; }
.product-details .gallery-cta .gallery-thumb.is-active { border-color: #889FC1; }

/* arrows: own cut, same outer height as the capsule (56 + 2x6) */
.product-details .gallery-cta-arrow {
    width: 68px;
    height: 68px;
    border: 6px solid #FFFFFF;
    background-color: #101014;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    font-size: 17px;
}

@media (max-width: 1199px) {
    .product-details .gallery-cta { gap: 8px; }
    .product-details .gallery-cta .gallery-thumbs { padding: 5px; scroll-padding-left: 5px; }
    .product-details .gallery-cta .gallery-thumb { width: 50px; height: 50px; }
    .product-details .gallery-cta-arrow { width: 60px; height: 60px; border-width: 5px; font-size: 15px; }
}
@media (max-width: 575px) {
    .product-details .gallery-cta { gap: 6px; }
    .product-details .gallery-cta .gallery-thumbs { padding: 4px; gap: 6px; scroll-padding-left: 4px; }
    .product-details .gallery-cta .gallery-thumb { width: 44px; height: 44px; border-width: 2px; }
    .product-details .gallery-cta-arrow { width: 52px; height: 52px; border-width: 4px; font-size: 14px; }
}

/* v4.1 — flex must never shrink the arrows or squeeze the sized strip */
.product-details .gallery-cta-arrow { flex: 0 0 auto; }
.product-details .gallery-cta .gallery-thumbs { flex: 0 0 auto; }

/* ============================================================
 * Gallery v5 — square design, matching the site's straight-edged
 * style: no rounded corners anywhere in the gallery, no shadows
 * on the cuts. (Later in the cascade than v2-v4, so these win.)
 * ============================================================ */
.product-details .service-gallery,
.product-details .gallery-solo { border-radius: 0; }

.product-details .gallery-cta .gallery-thumbs {
    border-radius: 0;
    box-shadow: none;
}
.product-details .gallery-cta .gallery-thumb,
.product-details .gallery-cta .gallery-thumb img,
.product-details .gallery-cta .gallery-thumb .thumb-play {
    border-radius: 0;
}
.product-details .gallery-cta-arrow {
    border-radius: 0;
    box-shadow: none;
}

/* ============================================================
 * v6 — OFFRIR / RÉSERVÉ EN LIGNE equal width on tablet & mobile.
 * The two CTAs are sized by their (different-length) text, so they
 * came out unequal once the buy panel stacks. On tablet + mobile,
 * stack them in a full-width column so both are the same width (and
 * the longer label keeps to one line). Appended last → wins cascade.
 * ============================================================ */
@media (max-width: 991px) {
    .product-details .btns-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    /* Stacked: the 3 CTAs share the same width, height and spacing. */
    .product-details .btns-row .p-content-btn {
        width: 100%;
        margin: 0 0 16px;        /* uniform gap (was: offer margin-bottom + rdv margin-top, uneven) */
        padding: 24px 14px;      /* uniform height */
        text-align: center;
        line-height: 1.3;
    }
    .product-details .btns-row .rdv-btn {
        margin-top: 0;           /* drop the desktop-only top margin */
        margin-bottom: 0;        /* last button */
    }
}
@media (max-width: 575px) {
    .product-details .btns-row .p-content-btn { padding: 22px 10px; }
    /* "Prendre rendez-vous en ligne" is the longest label — shrink it a touch so
       it stays on a single line and matches the other two buttons' height. */
    .product-details .btns-row .rdv-btn { font-size: 13px; letter-spacing: 1px; gap: 8px; }
}

/* ===== Dynamic reviews — "Les avis de nos clients" tab ==================== */
.left-description--reviews { width: 100%; max-width: 760px; }
/* The avis tab sits on the brand-blue panel; review text is dark, so the whole
   block is shown on a white card to stay legible and look intentional. */
.service-reviews { width: 100%; background: #ffffff; border-radius: 16px; padding: 38px 42px; box-shadow: 0 22px 50px rgba(38, 54, 88, 0.20); }
.service-reviews-summary { display: flex; align-items: center; gap: 14px; padding-bottom: 24px; margin-bottom: 26px; border-bottom: 1px solid #ececec; }
.service-reviews-avg { font-size: 48px; line-height: 1; color: #3f3f3f; }
.service-reviews-stars { font-size: 18px; }  /* sizes the inline-SVG .stars (1em per star) */
.service-reviews-count { font-family: "Hero New Light"; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #9a9a9a; }
.service-reviews-list { list-style: none; margin: 0; padding: 0; }
.service-review { padding: 24px 0; border-top: 1px solid #ececec; }
.service-review:first-child { border-top: none; padding-top: 0; }
.service-review:last-child { padding-bottom: 0; }
.service-review-head { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 10px; }
.service-review-stars { font-size: 13px; }
.service-review-author { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #3f3f3f; font-weight: 600; }
.service-review-date { font-family: "Hero New Light"; font-size: 12px; color: #b2b2b2; margin-left: auto; }
.service-review-title { font-size: 19px; color: #3f3f3f; margin: 0 0 6px; }
.service-review-comment { font-family: "Hero New Light"; font-size: 15px; line-height: 26px; color: #6f6f6f; margin: 0; }
.service-review-reply { margin-top: 16px; padding: 14px 18px; background: #f4f6fa; border-left: 3px solid #889FC1; border-radius: 0 8px 8px 0; }
.service-review-reply-label { display: block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #889FC1; margin-bottom: 4px; }
.service-review-reply p { font-family: "Hero New Light"; font-size: 14px; line-height: 22px; color: #5f5f5f; margin: 0; }
.service-reviews-empty { font-size: 17px; line-height: 28px; color: #6f6f6f; margin: 0; }
@media (max-width: 767px) {
    .service-reviews { padding: 26px 24px; border-radius: 12px; }
    .service-reviews-avg { font-size: 40px; }
}
