.jaynes-reassurance {
    background: #fdf5f6;
    border-bottom: 1px solid #f0dfe2;
    padding: 9px 0;
}

.jaynes-reassurance .container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.jaynes-reassurance-item {
    flex: 1 1 25% !important;
    text-align: center !important;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.jaynes-reassurance-item span {
    margin-left: 5px;
}
/* --- Logo : première amélioration --- */
/* ===== HEADER PROPRE ===== */

#header {
    background: #fff;
}

#header .header-top {
    padding: 14px 0 !important;
    min-height: 95px;
}

#header .header-top .container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

/* LOGO */
#_desktop_logo {
    flex: 0 0 220px !important;
    width: 220px !important;
    display: flex !important;
    align-items: center !important;
}

#_desktop_logo img {
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
}

/* ZONE MENU + RECHERCHE */
.header-top-right {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

/* MENU */
.header-top-right #_desktop_top_menu {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
}

#_desktop_top_menu .top-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    white-space: nowrap !important;
}

#_desktop_top_menu .top-menu > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

#_desktop_top_menu .top-menu > li > a {
    font-size: 12px !important;
    color: #444444 !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    white-space: nowrap !important;
}

/* RECHERCHE */
.header-top-right #_desktop_search_widget {
    flex: 0 0 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    margin-left: 8px !important;
}

.header-top-right #search_widget {
    width: 150px !important;
    max-width: 150px !important;
    margin: 0 !important;
    float: none !important;
}

.header-top-right #search_widget form {
    width: 100% !important;
    margin: 0 !important;
}

.header-top-right #search_widget input {
    width: 100% !important;
    min-width: 0 !important;
    height: 45px !important;
}

/* ===== NOS CATEGORIES ===== */

.jaynes-home-categories {
    padding: 30px 0 40px;
    background: #FDF5F6;
}

.jaynes-home-categories h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1.5px;
    position: relative;
}

.jaynes-home-categories h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #d9aeb6;
    margin: 12px auto 0;
}
/* ===== GRILLE CATEGORIES - STABLE ===== */

.jaynes-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.jaynes-category-card {
    min-width: 0 !important;
    width: 100% !important;
}

.jaynes-category-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: contain !important;
}
.jaynes-category-card span {
    display: block;
    padding: 12px 5px 4px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
}
display: block;
    padding: 13px 5px 5px;
    font-size: 16px;
    font-weight: 500;
}

.jaynes-category-card:hover {
    transform: translateY(-4px);
}

.jaynes-category-card:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
    .jaynes-categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .jaynes-home-categories {
        padding: 30px 15px 35px;
    }

    .jaynes-home-categories h2 {
        font-size: 23px;
        margin-bottom: 22px;
    }

    .jaynes-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .jaynes-category-card span {
        font-size: 14px;
    }
}
/* ===== TITRE PRODUITS POPULAIRES ===== */

.products-section-title {
    position: relative;
    margin-bottom: 30px !important;
}

.products-section-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #d9aeb6;
    margin: 12px auto 0;
}
/* ===== CARTES PRODUITS ===== */

.products .product-miniature {
    border-radius: 25px;
    overflow: hidden;
}
.product-miniature {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.product-miniature {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-miniature:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
/* ===== FOND GENERAL ===== */

body {
    background-color: #FFFDFD;
}
/* ===== FOND PRODUITS POPULAIRES ===== */

#featured-products_block_center {
    background-color: #FFFDFD;
}
#_desktop_top_menu .top-menu > li > a:hover {
    color: #D9AEB6 !important;
}
/* ===== RECHERCHE ===== */

#search_widget input {
    border-radius: 22px !important;
}
/* ===== PANIER ===== */

#_desktop_cart .blockcart {
    background: #FDF5F6 !important;
    border-radius: 22px !important;
    padding: 8px 14px !important;
}

#_desktop_cart .blockcart,
#_desktop_cart .blockcart a,
#_desktop_cart .blockcart i,
#_desktop_cart .blockcart span {
    color: #8F4F5A !important;
}

/* Panier avec produit */
#_desktop_cart .blockcart.active,
#_desktop_cart .blockcart.active a,
#_desktop_cart .blockcart.active i,
#_desktop_cart .blockcart.active span {
    color: #8F4F5A !important;
}
/* ===== TEXTE DU PANIER ===== */

#_desktop_cart .blockcart,
#_desktop_cart .blockcart a,
#_desktop_cart .blockcart i {
    color: #8F4F5A !important;
}

/* ===== PAGE CATEGORIE ===== */

.block-category {
    background: #FDF5F6 !important;
    border: none !important;
    border-radius: 22px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
}

/* Image catégorie */
.block-category .category-cover img {
    width: 220px !important;
    height: auto !important;
    max-width: 220px !important;
    display: block !important;
}

/* Centrage du contenu de l'en-tête catégorie */
.block-category .block-category-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}


/* Titre catégorie */
.block-category h1 {
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 15px !important;
}


/* Masquer le menu catégories latéral */
#left-column .block-categories {
    display: none !important;
}


/* Réduction de l'espace dans l'en-tête catégorie */
.block-category {
    padding: 20px !important;
}

.block-category h1 {
    margin-bottom: 10px !important;
}

/* =====================================================
   FOOTER — FOND ROSE PÂLE
   ===================================================== */

#footer {
    background-color: #FDF5F6 !important;
    background: #FDF5F6 !important;
    border-top: 1px solid #F0DFE2 !important;
}

#footer .footer-container,
#footer .links,
#footer .footer-bottom {
    background: transparent !important;
}

/* =====================================================
   RÉSEAUX SOCIAUX — LOGOS OFFICIELS
   ===================================================== */

#footer .block-social {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
    margin: 25px auto 30px !important;
}

#footer .block-social ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}

#footer .block-social li {
    float: none !important;
    display: block !important;
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 8px !important;
    padding: 0 !important;
    background-image: none !important;
}

#footer .block-social li a {
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 0 !important;
    background: transparent !important;
}

#footer .block-social li.facebook::before,
#footer .block-social li.instagram::before {
    content: "" !important;
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

#footer .block-social li.facebook::before {
    background-image: url("/themes/jaynes-child/assets/img/social/facebook.png") !important;
}

#footer .block-social li.instagram::before {
    background-image: url("/themes/jaynes-child/assets/img/social/instagram.png") !important;
}

#footer .block-social li.facebook::after,
#footer .block-social li.instagram::after {
    content: none !important;
    display: none !important;
}

/* =====================================================
   FOOTER — COULEURS DES TEXTES
   ===================================================== */

#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-container h3,
#footer .footer-container h4 {
    color: #8F4F5A !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .8px;
}

#footer .footer-container a {
    color: #555555 !important;
}

#footer .footer-container a:hover {
    color: #8F4F5A !important;
}

#footer .footer-container p,
#footer .footer-container li,
#footer .footer-container span {
    color: #555555 !important;
}

#footer .footer-container .h3::after,
#footer .footer-container .h4::after,
#footer .footer-container h3::after,
#footer .footer-container h4::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background: #D9AEB6;
    margin-top: 9px;
}

#footer .footer-bottom {
    color: #555555 !important;
}

#footer .footer-bottom a,
#footer .footer-bottom span {
    color: #555555 !important;
}


/* =====================================================
   VERSION MOBILE — CATÉGORIES
   ===================================================== */

@media (max-width: 575px) {
    .jaynes-home-categories {
        padding: 30px 15px 35px !important;
    }

    .jaynes-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px 12px !important;
    }

    .jaynes-category-card {
        width: 100% !important;
        min-width: 0 !important;
        padding: 5px !important;
    }

    .jaynes-category-card img {
        width: 100% !important;
        height: auto !important;
    }

    .jaynes-category-card span {
        font-size: 15px !important;
        line-height: 1.25 !important;
        padding: 10px 2px 3px !important;
        white-space: normal !important;
    }

    .jaynes-category-card span::before {
        font-size: 18px !important;
        margin-right: 5px !important;
        vertical-align: -3px !important;
    }
}


/* =====================================================
   MOBILE — BARRE DE RÉASSURANCE
   ===================================================== */

@media (max-width: 767px) {
    .jaynes-reassurance {
        padding: 8px 5px !important;
        overflow: hidden !important;
    }

    .jaynes-reassurance .container {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 5px 8px !important;
        width: 100% !important;
        padding: 0 5px !important;
    }

    .jaynes-reassurance-item {
        width: 100% !important;
        flex: none !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .jaynes-reassurance-item span {
        margin-left: 3px !important;
    }
}


/* =====================================================
   HISTOIRE — MISE EN PAGE
   ===================================================== */

.jaynes-story-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 60px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 55px 50px !important;
    background: #FDF5F6 !important;
}

.jaynes-story-photo {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    order: 1 !important;
}

.jaynes-story-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
}

.jaynes-story-text {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    order: 2 !important;
    text-align: center !important;
}

.jaynes-story-text h2 {
    color: #333333 !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    margin: 0 0 25px !important;
    line-height: 1.25 !important;
}

.jaynes-story-text h2::after {
    content: "" !important;
    display: block !important;
    width: 55px !important;
    height: 2px !important;
    background: #D9AEB6 !important;
    margin: 12px auto 0 !important;
}

.jaynes-story-text p {
    color: #444444 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 18px !important;
}

.jaynes-story-button {
    display: inline-block !important;
    margin-top: 10px !important;
    padding: 12px 25px !important;
    background: #D9AEB6 !important;
    color: #FFFFFF !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: background .2s ease, transform .2s ease !important;
}

.jaynes-story-button:hover {
    background: #8F4F5A !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
}

/* MOBILE */
@media (max-width: 767px) {
    .jaynes-story-content {
        flex-direction: column !important;
        gap: 25px !important;
        padding: 35px 20px !important;
    }

    .jaynes-story-photo {
        order: 1 !important;
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .jaynes-story-photo img {
        max-width: 500px !important;
        margin: 0 auto !important;
    }

    .jaynes-story-text {
        order: 2 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .jaynes-story-text h2 {
        font-size: 23px !important;
    }

    .jaynes-story-text p {
        font-size: 15px !important;
    }
}


/* =====================================================
   HISTOIRE — SUPPRESSION DU CADRE BLANC
   ===================================================== */

.jaynes-story-content {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =====================================================
   JAYNE'S — HISTOIRE
   ===================================================== */

/* Conteneur du module */
#custom-text {
    margin: 0 !important;
    padding: 0 !important;
    background: #FDF5F6 !important;
}

/* Section Histoire — desktop */
.jaynes-story-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 50px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 55px 40px !important;
    background: #FDF5F6 !important;
    box-sizing: border-box !important;
}

.jaynes-story-photo {
    flex: 0 0 48% !important;
    width: 48% !important;
}

.jaynes-story-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 18px !important;
}

.jaynes-story-text {
    flex: 1 1 auto !important;
    width: auto !important;
    text-align: left !important;
}

.jaynes-story-text h2 {
    margin: 0 0 22px !important;
    color: #444444 !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

.jaynes-story-text h2::after {
    content: "" !important;
    display: block !important;
    width: 55px !important;
    height: 2px !important;
    margin-top: 12px !important;
    background: #D9AEB6 !important;
}

.jaynes-story-text p {
    margin: 0 0 15px !important;
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.jaynes-story-button {
    display: inline-block !important;
    margin-top: 8px !important;
    padding: 13px 24px !important;
    background: #E58A9B !important;
    color: #FFFFFF !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background .2s ease, transform .2s ease !important;
}

.jaynes-story-button:hover {
    background: #D9788A !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
}

/* Mobile */
@media (max-width: 767px) {

    #custom-text {
        margin: 20px 0 !important;
        padding: 0 !important;
        background: #FDF5F6 !important;
    }

    .jaynes-story-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 22px !important;
        width: 100% !important;
        max-width: none !important;
        padding: 30px 18px !important;
        margin: 0 !important;
        background: #FDF5F6 !important;
        box-sizing: border-box !important;
    }

    .jaynes-story-photo {
        order: -1 !important;
        width: 100% !important;
        flex: none !important;
    }

    .jaynes-story-photo img {
        width: 100% !important;
        max-width: 360px !important;
        height: auto !important;
        margin: 0 auto !important;
        border-radius: 16px !important;
        display: block !important;
    }

    .jaynes-story-text {
        width: 100% !important;
        text-align: center !important;
    }

    .jaynes-story-text h2 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        color: #444444 !important;
        margin: 0 0 18px !important;
    }

    .jaynes-story-text p {
        font-size: 15px !important;
        line-height: 1.55 !important;
        color: #666666 !important;
        margin: 0 0 14px !important;
    }

    .jaynes-story-button {
        display: inline-block !important;
        margin-top: 6px !important;
        padding: 12px 20px !important;
        background: #E58A9B !important;
        color: #FFFFFF !important;
        border-radius: 30px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
    }
}


/* FICHE PRODUIT — IMAGE PRINCIPALE */
body#product .product-cover {
    background: #FFFFFF !important;
    padding: 0 !important;
}

body#product .product-cover img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    margin: 0 !important;
}

body#product #main {
    background: #FFFDFD;
}

/* Fil d'Ariane */
body#product .breadcrumb {
    background: transparent !important;
    padding: 15px 0 !important;
    margin-bottom: 15px !important;
    color: #777 !important;
}

body#product .breadcrumb a {
    color: #8F4F5A !important;
}

/* =========================================================
   PHOTO PRODUIT
   ========================================================= */

body#product .product-cover {
    background: #FFFFFF !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

body#product .product-cover img {
    border-radius: 24px !important;
}

/* Miniatures */
body#product .product-images > li.thumb-container {
    margin-right: 10px !important;
}

body#product .product-images > li.thumb-container .thumb {
    border-radius: 14px !important;
    border: 2px solid transparent !important;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

body#product .product-images > li.thumb-container .thumb.selected,
body#product .product-images > li.thumb-container .thumb:hover {
    border-color: #D9AEB6 !important;
}

/* =========================================================
   INFORMATIONS PRODUIT
   ========================================================= */

body#product .product-information {
    padding-left: 25px;
}

body#product .product-information h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    letter-spacing: 0.3px;
    margin-bottom: 15px !important;
}

body#product .product-information .product-price {
    color: #8F4F5A !important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

body#product .product-information .tax-shipping-delivery-label {
    color: #888 !important;
}

/* Description courte */
body#product .product-description {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* =========================================================
   CHOIX COULEUR / TAILLE
   ========================================================= */

body#product .product-variants {
    margin-top: 25px !important;
}

body#product .product-variants .form-control-select {
    border: 1px solid #D9AEB6 !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    color: #555 !important;
    min-height: 42px !important;
    padding: 8px 12px !important;
}

body#product .product-variants .control-label {
    color: #444 !important;
    font-weight: 500 !important;
}

/* =========================================================
   QUANTITÉ + AJOUT PANIER
   ========================================================= */

body#product .product-add-to-cart {
    margin-top: 25px !important;
}

body#product .product-add-to-cart .qty {
    border-radius: 10px !important;
    border: 1px solid #D9AEB6 !important;
    overflow: hidden;
}

body#product .product-add-to-cart input {
    border: 0 !important;
}

body#product .product-add-to-cart .add-to-cart {
    background: #E58A9B !important;
    border-color: #E58A9B !important;
    border-radius: 28px !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 13px 28px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body#product .product-add-to-cart .add-to-cart:hover {
    background: #D97889 !important;
    border-color: #D97889 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

/* =========================================================
   FAVORIS
   ========================================================= */

body#product .product-actions .wishlist-button-add {
    border: 1px solid #E5C7CC !important;
    background: #FFFFFF !important;
    color: #8F4F5A !important;
    border-radius: 50% !important;
}

/* =========================================================
   PARTAGE
   ========================================================= */

body#product .social-sharing {
    margin-top: 25px !important;
}

body#product .social-sharing a {
    border-radius: 50% !important;
}

/* =========================================================
   BLOCS LIVRAISON / SÉCURITÉ / RETOUR
   ========================================================= */

body#product .product-additional-info {
    margin-top: 25px !important;
}

body#product .product-additional-info > div {
    padding: 10px 0 !important;
}

body#product .product-additional-info i {
    color: #E58A9B !important;
}
/* PRIX PRODUIT */
body#product .current-price,
body#product .current-price-value,
body#product .product-price,
body#product .current-price span {
    color: #8F4F5A !important;
}
/* =========================================================
   INFORMATIONS RASSURANCE PRODUIT
   ========================================================= */

body#product .product-additional-info {
    margin-top: 25px !important;
    padding-top: 5px !important;
}

body#product .product-additional-info > div {
    padding: 12px 0 !important;
    border-bottom: 1px solid #F0DFE2;
}

body#product .product-additional-info > div:last-child {
    border-bottom: none;
}

body#product .product-additional-info i {
    color: #E58A9B !important;
    font-size: 25px !important;
}

body#product .product-additional-info span,
body#product .product-additional-info p {
    color: #555 !important;
}
/* PARTAGE */
body#product .social-sharing {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body#product .social-sharing span {
    color: #555 !important;
    margin-right: 5px !important;
}

body#product .social-sharing a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background-color: #FDF5F6 !important;
    color: #8F4F5A !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
   12. PARTAGER
   --------------------------------------------------------- */

body#product .social-sharing {
    background: #FDF5F6 !important;
}
    border: 1px solid #F0DFE2 !important;
    border-radius: 16px !important;
    padding: 14px 18px !important;
    margin-top: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

body#product .social-sharing span {
    color: #666666 !important;
    font-size: 15px !important;
    margin-right: 8px !important;
}

body#product .social-sharing a {
    background-color: transparent !important;
    color: #777777 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 22px !important;
}

body#product .social-sharing a:hover {
    color: #8F4F5A !important;
}


/* ---------------------------------------------------------
   13. BLOC REASSURANCE
   --------------------------------------------------------- */

body#product .product-additional-info {
    margin-top: 25px !important;
}

body#product .product-additional-info .blockreassurance {
    background: #FDF5F6 !important;
    border-radius: 18px !important;
    padding: 18px !important;
}

body#product .blockreassurance_product {
    border: none !important;
}

body#product .blockreassurance_product .item-product {
    padding: 10px 0 !important;
}

body#product .blockreassurance_product .item-product .icon {
    color: #E58A9B !important;
}

body#product .blockreassurance_product .text {
    color: #555555 !important;
}


/* ---------------------------------------------------------
   14. DESCRIPTION / DETAILS PRODUIT
   --------------------------------------------------------- */

body#product .tabs {
    background: #FDF5F6 !important;
    border-radius: 22px !important;
    padding: 25px 32px !important;
    margin-top: 45px !important;
    margin-bottom: 35px !important;
    border: 1px solid #F0DFE2 !important;
}

body#product .tabs .nav-tabs {
    border-bottom: 1px solid #E8D6DA !important;
    margin-bottom: 25px !important;
}

body#product .tabs .nav-tabs .nav-link {
    color: #777777 !important;
    background: transparent !important;
    border: none !important;
    padding: 13px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

body#product .tabs .nav-tabs .nav-link.active {
    color: #8F4F5A !important;
    border-bottom: 2px solid #D9AEB6 !important;
    background: transparent !important;
}

body#product .tabs .nav-tabs .nav-link:hover {
    color: #8F4F5A !important;
}

body#product .tabs .tab-pane {
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

body#product .tabs .tab-pane p {
    margin-bottom: 18px !important;
}

body#product .tabs .tab-pane strong {
    color: #8F4F5A !important;
}


/* ---------------------------------------------------------
   15. COMMENTAIRES
   --------------------------------------------------------- */

body#product #product-comments-list-header {
    background: transparent !important;
    border: none !important;
    padding: 15px 0 !important;
    margin-top: 25px !important;
}

body#product #product-comments-list-header h2 {
    color: #444444 !important;
    font-size: 21px !important;
    font-weight: 500 !important;
}

body#product #product-comments-list {
    background: #FFFFFF !important;
    border-radius: 18px !important;
    padding: 25px !important;
    border: 1px solid #F0DFE2 !important;
}

body#product #product-comments-list .comments-note {
   12. PARTAGER
   --------------------------------------------------------- */

body#product .social-sharing {
    background: #FDF5F6 !important;
    border: 1px solid #F0DFE2 !important;
    border-radius: 16px !important;
    padding: 14px 18px !important;
    margin-top: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

body#product .social-sharing span {
    color: #666666 !important;
    font-size: 15px !important;
    margin-right: 8px !important;
}

body#product .social-sharing a {
    background-color: transparent !important;
    color: #777777 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 22px !important;
}

body#product .social-sharing a:hover {
    color: #8F4F5A !important;
}


/* ---------------------------------------------------------
   13. BLOC REASSURANCE
   --------------------------------------------------------- */

body#product .product-additional-info {
    margin-top: 25px !important;
}

body#product .product-additional-info .blockreassurance {
    background: #FDF5F6 !important;
    border-radius: 18px !important;
    padding: 18px !important;
}

body#product .blockreassurance_product {
    border: none !important;
}

body#product .blockreassurance_product .item-product {
    padding: 10px 0 !important;
}

body#product .blockreassurance_product .item-product .icon {
    color: #E58A9B !important;
}

body#product .blockreassurance_product .text {
    color: #555555 !important;
}


/* ---------------------------------------------------------
   14. DESCRIPTION / DETAILS PRODUIT
   --------------------------------------------------------- */

body#product .tabs {
    background: #FDF5F6 !important;
    border-radius: 22px !important;
    padding: 25px 32px !important;
    margin-top: 45px !important;
    margin-bottom: 35px !important;
    border: 1px solid #F0DFE2 !important;
}

body#product .tabs .nav-tabs {
    border-bottom: 1px solid #E8D6DA !important;
    margin-bottom: 25px !important;
}

body#product .tabs .nav-tabs .nav-link {
    color: #777777 !important;
    background: transparent !important;
    border: none !important;
    padding: 13px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

body#product .tabs .nav-tabs .nav-link.active {
    color: #8F4F5A !important;
    border-bottom: 2px solid #D9AEB6 !important;
    background: transparent !important;
}

body#product .tabs .nav-tabs .nav-link:hover {
    color: #8F4F5A !important;
}

body#product .tabs .tab-pane {
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

body#product .tabs .tab-pane p {
    margin-bottom: 18px !important;
}

body#product .tabs .tab-pane strong {
    color: #8F4F5A !important;
}


/* ---------------------------------------------------------
   15. COMMENTAIRES
   --------------------------------------------------------- */

body#product #product-comments-list-header {
    background: transparent !important;
    border: none !important;
    padding: 15px 0 !important;
    margin-top: 25px !important;
}

body#product #product-comments-list-header h2 {
    color: #444444 !important;
    font-size: 21px !important;
    font-weight: 500 !important;
}

body#product #product-comments-list {
    background: #FFFFFF !important;
    border-radius: 18px !important;
    padding: 25px !important;
    border: 1px solid #F0DFE2 !important;
}

body#product #product-comments-list .comments-note {
#product .social-sharing {
    background: #FDF5F6 !important;
    border: 1px solid #F0DFE2 !important;
    border-radius: 16px !important;
    padding: 12px 16px !important;
    margin-top: 30px !important;
}

#product .social-sharing span {
    color: #666666 !important;
    font-size: 15px !important;
}

#product .social-sharing a {
    color: #777777 !important;
    transition: all 0.2s ease;
}
}

}
#product .social-sharing a:hover {
#product .social-sharing {
    background: #FDF5F6 !important;
    border: 1px solid #F0DFE2 !important;
    border-radius: 16px !important;
    padding: 12px 16px !important;
    margin-top: 30px !important;
}

#product .social-sharing span {
    color: #666666 !important;
    font-size: 15px !important;
}

#product .social-sharing a {
    color: #777777 !important;
    transition: all 0.2s ease;
}

#product .social-sharing a:hover {
    color: #8F4F5A !important;
}

/* ---------------------------------------------------------
   POLITIQUES DE RÉASSURANCE
   --------------------------------------------------------- */

#product .product-features,
#product .product-additional-info {
    color: #555 !important;
}

/* Icônes réassurance */
#product .product-additional-info i,
#product .product-additional-info .material-icons {
    color: #E58A9B !important;
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    #product .product-title,
    #product h1.h1 {
        font-size: 23px !important;
        margin-top: 20px !important;
    }

    #product .current-price,
    #product .current-price-value,
    #product .product-price {
        font-size: 23px !important;
    }

    #product .product-description {
        font-size: 14px !important;
    }

    #product .product-variants select {
        width: 100% !important;
        min-height: 46px !important;
    }

    #product .add-to-cart {
        min-height: 48px !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    #product .social-sharing {
        margin-top: 25px !important;
    }
}
/* =========================================================

/* SUPPRESSION AVIS / COMMENTAIRES PRODUIT */
body#product .product-comments,
body#product #product-comments-list-header,
body#product #product-comments-list,
body#product #empty-product-comment { display: none !important; }

/* DESCRIPTION PRODUIT — PLEINE LARGEUR */
body#product .product-description {
    width: 100% !important;
    max-width: 100% !important;
    background: #FDF5F6 !important;
    border: 1px solid #F0DFE2 !important;
    border-radius: 18px !important;
    padding: 25px 30px !important;
    margin-top: 25px !important;
    box-sizing: border-box !important;
}
#header .header-nav {
    background: #FDF5F6 !important;
    border-bottom: 1px solid #F0DFE2 !important;
}

#header .header-nav .col-md-5,
#header .header-nav .col-md-7,
#header .header-nav .right-nav {
    background: #FDF5F6 !important;
}
#header .header-nav { 
background: #FDF5F6 !important;
 }
#header .header-nav {
    background: #FDF5F6 !important;
}
