.woocommerce-ordering {
    display: none !important;
}
ul.products {
    display: flex;
    justify-content: center;
}
/* Supprimer la section Similaire / articles liés */
.related-posts,
.related-post,
.similar-posts,
.post-related,
#related_posts,
.jp-relatedposts {
    display: none !important;
}
/* Slider bannière Sen Café Touba */
#header,
.main-header,
.site-header,
.headerbox {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    background-size: cover !important;
    background-position: center center !important;
    animation: cafeSlider 15s infinite ease-in-out;
}

/* garde menu et logo visibles */
#header *,
.main-header *,
.site-header *,
.headerbox * {
    position: relative;
    z-index: 2;
}

/* voile sombre premium */
#header::before,
.main-header::before,
.site-header::before,
.headerbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(35, 20, 10, 0.35);
    z-index: 1;
}

/* slider 3 images */
@keyframes cafeSlider {
    0%, 30% {
        background-image: url('https://sencafetouba.fr/wp-content/uploads/2026/04/im-bann-1-1.webp');
    }
    33%, 63% {
        background-image: url('https://sencafetouba.fr/wp-content/uploads/2026/04/im1.webp');
    }
    66%, 100% {
        background-image: url('https://sencafetouba.fr/wp-content/uploads/2026/04/im1.webp');
    }
}
/* Adaptation mobile bannière */
@media screen and (max-width: 768px) {
    #header,
    .main-header,
    .site-header,
    .headerbox {
        min-height: 120px !important;
        background-size: cover !important;
        background-position: center !important;
        animation: cafeSlider 10s infinite ease-in-out;
    }

    .main-navigation,
    #site-navigation {
        text-align: center;
        padding: 8px 0;
    }
}
/* Header mobile plus fin comme desktop */
@media screen and (max-width: 768px) {
    #header,
    .main-header,
    .site-header,
    .headerbox {
        min-height: 110px !important;
        height: 110px !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    /* logo plus compact */
    .logo,
    .site-logo {
        transform: scale(0.9);
        transform-origin: center;
    }

    /* menu hamburger compact */
    .toggle-nav,
    .menu-toggle,
    .main-navigation {
        margin-top: 5px !important;
        padding: 4px 0 !important;
    }
}
/* =========================================
   SEN CAFÉ TOUBA — FOOTER ONLY
========================================= */

/* cache widgets WordPress par défaut */
.widget_search,
.widget_archive,
.widget_meta,
.widget_recent_entries,
.widget_categories {
    display: none !important;
}

/* cache sidebars inutiles en bas */
#sidebar,
.sidebar,
.blog-sidebar,
.page-sidebar {
    display: none !important;
}

/* footer premium */
footer,
.footer,
#footer {
    background: #111 !important;
    color: #fff !important;
    padding: 30px 20px !important;
}
/* ===== ETAPE 1 BIS : NETTOYAGE FOOTER FORCÉ ===== */

/* cache tous les widgets du footer */
footer .widget,
#footer .widget,
.footer .widget,
footer aside,
#footer aside,
.footer aside {
    display: none !important;
}
.site-footer::after,
footer::after {
    content: "Contact : cheikhdiack49@gmail.com  •  Instagram  •  TikTok  •  Facebook";
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 30px 20px;
    border-top: 1px solid rgba(212,175,55,0.3);
}

/* Correction footer qui saute au scroll */
footer,
.site-footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Évite le débordement horizontal global */
html, body {
    overflow-x: hidden;
}
/* Footer noir propre sans cacher le contenu */
footer,
.site-footer {
    background: #000 !important;
    color: #fff !important;
    padding: 30px 20px;
}

/* Widgets et contenu visibles */
footer p,
footer a,
footer i,
.site-footer p,
.site-footer a,
.site-footer i {
    color: #fff !important;
}

/* Réseaux sociaux premium */
.footer-socials {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.footer-socials a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #111;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
}

.footer-socials a:hover {
    background: #b89d63;
}

/* Supprime pseudo éléments qui créent la bande */
footer::before,
footer::after,
.site-footer::before,
.site-footer::after {
    display: none !important;
    content: none !important;
}
/* Couleur premium style café */
.post-type-archive-product h1,
.post-type-archive-product .woocommerce-loop-product__title {
    color: #2e1a12 !important;
    text-shadow: 0 1px 4px rgba(255,255,255,0.2);
}
/* HEADER STYLE COMME LA 1ERE PHOTO */
.site-header,
.main-header,
header {
    background: #4d473d !important;
    padding: 12px 40px !important;
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* Menu horizontal */
.main-navigation ul,
.site-header ul,
header nav ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 35px;
    list-style: none;
}

/* Liens menu */
.main-navigation a,
.site-header a,
header nav a {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hover gold */
.main-navigation a:hover,
.site-header a:hover,
header nav a:hover {
    color: #b89d63 !important;
}

/* Barre de recherche */
header input[type="search"] {
    background: #fff !important;
    border: none !important;
    padding: 10px 15px !important;
    border-radius: 2px;
}

/* Icône panier */
.cart-contents,
.header-cart {
    color: #b89d63 !important;
}
/* Cache le lien politique remboursement dans le menu du haut */
header nav a[href*="remboursement"],
header nav a[href*="retours"] {
    display: none !important;
}
/* Liens footer plus élégants */
.site-footer a {
    color: #ffffff !important;
    font-size: 14px;
    opacity: 0.9;
}

.site-footer a:hover {
    color: #b89d63 !important;
}
/* HEADER PREMIUM PLUS FIN */
header,
.site-header {
    background: rgba(40, 28, 18, 0.88) !important;
    backdrop-filter: blur(6px);
    padding: 12px 30px !important;
}

/* Menu horizontal plus clean */
header nav ul,
.site-header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

/* Liens menu plus petits et premium */
header nav a,
.site-header nav a {
    color: #f8f4ef !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
/* Footer transparent pour prolonger l'image */
footer,
.site-footer {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
}

/* Supprime complètement le fond noir du footer */
footer,
.site-footer,
#footer,
#colophon,
.footer-area,
.footer-widget-area {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Supprime les blocs internes noirs/beige */
footer .widget,
footer .widget-area,
footer .textwidget,
.site-footer .widget,
.site-footer .widget-area,
.site-footer .textwidget,
#footer .widget,
#footer .textwidget {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Supprime la bande beige */
footer .widget-title,
.site-footer .widget-title,
#footer .widget-title {
    display: none !important;
}
/* Supprime le crédit natif du thème */
.copyright-wrapper,
.copyright,
.copywrap,
.copy-right,
#footer .copyright,
.site-info {
    display: none !important;
}

/* Supprime la dernière zone noire */
#footer,
footer,
.site-footer,
.footer-area {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
/* Supprime totalement toute la zone footer noire */
footer,
.site-footer,
#footer,
.footer-area,
.footer-wrapper,
.copyright-wrapper,
.site-info {
    background: transparent !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* Footer branding visible sur image */
.footer-navigation,
.footer-navigation *,
.touba-premium-footer {
    display: block !important;
    background: transparent !important;
    color: #fff !important;
}

.touba-premium-footer {
    text-align: center;
    padding: 120px 20px 80px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.touba-premium-footer h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.touba-premium-footer p {
    font-size: 16px;
    margin-bottom: 20px;
}

.touba-socials a {
    color: #fff !important;
    margin: 0 12px;
    text-decoration: none;
}

.touba-socials a:hover {
    color: #c8a96b !important;
}
/* Longueur premium style boutique luxe */
.post-type-archive-product {
    min-height: 180vh;
}
/* Icônes sociales collées en bas de page */
.wp-block-social-links {
    position: fixed;
    top: 8px !important;
    right: 12px !important;
    transform: translateX(0%);
    z-index: 9999;
    background: rgba(35, 20, 10, 0.75);
    padding: 12px 18px;
    border-radius: 30px;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
/* MENU visible sur mobile */
@media (max-width: 768px) {
    .main-navigation,
    .site-header,
    .menu-toggle {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-navigation ul {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    /* Icônes sociales flottantes */
   .wp-block-social-links {
    position: fixed !important;
    top: 0 important;
    right: 0 !important;
    z-index: 99999 !important;
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    background: transparent !important;
}
/* ===== MENU MOBILE PREMIUM SEN CAFE TOUBA ===== */
.mobmenu-left-panel,
.mobmenu-right-panel,
.mobmenu-content {
    background: linear-gradient(180deg, #2b1a12 0%, #1a0f0a 100%) !important;
}

/* Liens menu */
.mobmenu-content li a,
.mobmenu-content .mobmenu-item a {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    padding: 16px 22px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    transition: all 0.3s ease;
}

/* Hover premium */
.mobmenu-content li a:hover,
.mobmenu-content .mobmenu-item a:hover {
    color: #d4b06a !important;
    background: rgba(255,255,255,0.04) !important;
    padding-left: 28px !important;
}

/* Header menu mobile */
.mobmenu-header-holder {
    background: rgba(30,15,10,0.95) !important;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Titre */
.mobmenu-site-title,
.mob-menu-logo-holder {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

/* Icône hamburger */
.mobmenu .mob-menu-icon,
.mobmenu .mob-menu-icon::before,
.mobmenu .mob-menu-icon::after {
    background: #d4b06a !important;
}

/* Overlay fond */
.mobmenu-overlay {
    background: rgba(0,0,0,0.45) !important;
}

/* Icônes réseaux sociaux */
.wp-block-social-links {
    position: fixed !important;
    top: 0 important;
    right: 0 !important;
    z-index: 99999 !important;
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    background: transparent !important;
}
/* ===== TITRE IMAGE CATEGORIE PLUS PRO ===== */
.woocommerce-loop-category__title {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
    color: #2b1a12 !important;
    margin-top: 14px !important;
    margin-bottom: 6px !important;
    text-shadow: 0 1px 2px rgba(255,255,255,0.25);
}

/* Nombre de produits */
.woocommerce-loop-category__title .count {
    color: #b88a44 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* Version mobile */
@media (max-width: 768px) {
    .woocommerce-loop-category__title {
        font-size: 22px !important;
        margin-top: 10px !important;
    }

    .woocommerce-loop-category__title .count {
        font-size: 16px !important;
    }
}
/* ===== TITRE CATEGORIE BANDEAU PREMIUM DESKTOP + MOBILE ===== */
.product-category {
    position: relative !important;
}

.product-category .woocommerce-loop-category__title,
.product-category .woocommerce-loop-category__title a {
    display: block !important;
    width: fit-content !important;
    min-width: 72% !important;
    
    background: rgba(45, 26, 18, 0.75) !important;
    backdrop-filter: blur(6px);
    color: #ffffff !important;
    
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
    
    padding: 14px 22px !important;
    border-radius: 12px !important;
    
    margin: -35px auto 15px auto !important;
    position: relative !important;
    z-index: 20 !important;
    
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* Compteur */
.product-category .woocommerce-loop-category__title .count {
    color: #d4b06a !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Desktop plus vendeur */
@media (min-width: 769px) {
    .product-category .woocommerce-loop-category__title {
        max-width: 80% !important;
        margin-top: -45px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .product-category .woocommerce-loop-category__title {
        font-size: 20px !important;
        min-width: 85% !important;
        padding: 12px 16px !important;
        margin-top: -25px !important;
    }
}
	/* ===== BANDEAU TITRE CATEGORIE VERSION DESKTOP FORCE ===== */
ul.products li.product-category {
    position: relative !important;
}

ul.products li.product-category .woocommerce-loop-category__title {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: 80% !important;
    padding: 16px 22px !important;
    margin: 0 !important;

    background: rgba(45, 26, 18, 0.75) !important;
    backdrop-filter: blur(6px);
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);

    color: #ffffff !important;
    text-align: center !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    z-index: 50 !important;
}

/* compteur */
ul.products li.product-category .woocommerce-loop-category__title .count {
    color: #d4b06a !important;
    font-size: 20px !important;
    font-weight: 600 !important;
	
}

/* mobile */
@media (max-width: 768px) {
    ul.products li.product-category .woocommerce-loop-category__title {
        width: 88% !important;
        font-size: 20px !important;
        bottom: 12px !important;
        padding: 12px 16px !important;
    }
}



