/*
Theme Name: lebao
Theme URI: http://example.com/lebao
Author: Votre Nom
Author URI: http://example.com
Description: Thème minimal pour WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lebao
*/


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Order Bold';
    src: url('../fonts/New_Order_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Order Semi Bold';
    src: url('../fonts/New_Order_Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary-color: #A82930;
    --secondary-color: #F0ECD6;
    --third-color: #232323;
    --fourth-color: #5A6644;
    --fifth-color: #FAF8EF;

    --font-montserrat: 'Montserrat';
    --font-new-order-bold: 'New Order Bold';
    --font-new-order-semi-bold: 'New Order Semi Bold';
}

.hidden{
    display:none !important;
}
html,
body {
    font-family: var(--font-montserrat);
    color: var(--third-color);
    font-size: 16px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: inherit;
    transition: top .4s ease-in-out;
}

.site-header.is-hidden {
    top: -200px;
}

.bck-kaki {
    background-color: var(--fifth-color);
}

.secondary-color {
    color: var(--secondary-color)
}

.secondary-bg {
    background: var(--secondary-color)
}

.new-order-semi {
    font-family: var(--font-new-order-semi-bold);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-new-order-bold);
}

a {
    color: var(--third-color);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.img-fluid,
.img-fluid img,
.img-fluid picture,
.img-fluid picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

.background-dark {
    background: var(--third-color);
}

.single-product .background-dark h1,
.single-product .background-dark p,
.upsell-swiper h3,
.inner-product-categ h2,
.inner-product-categ p {
    color: #FFF;
}

.background-kaki {
    background: var(--secondary-color);
}

.background-jaune {
    background: var(--secondary-color);
}

.bg-vert {
    background: var(--fourth-color);
}

.ubermenu-skin-minimal {
    text-align: center !important;
}

.ubermenu-skin-minimal .ubermenu-target {
    line-height: normal;
    text-transform: uppercase !important;
    font-family: var(--font-new-order-semi-bold);
    font-size: 16px;
}

.inner-padding {
    padding: 75px 0px;
}

.inner-padding-reas {
    padding: 35px 0px;
}

.p-50 {
    padding: 50px 0px;
}

.p-50-footer {
    padding: 50px 0px 10px;
}

.p-50-bread {
    padding-bottom: 50px
}

.inner-similar-product {
    padding: 120px 0px 75px;
}

.font-12 {
    font-size: 12px;
}

font-20 {
    font-size: 20px;
}

.link-carte {
    text-transform: uppercase;
    font-family: var(--font-new-order-semi-bold);
    text-decoration: none
}

.link-carte:hover {
    color: var(--primary-color);
}

.link-carte:hover svg path {
    stroke: var(--primary-color);
}

.inner-bandeau h1,
.inner-bandeau p {
    color: #FFF;
}

.inner-bandeau h1 {
    text-transform: uppercase;
}

.btn-bandeau {
    display: inline-block;
    padding: 12px 22px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--third-color);
    text-decoration: none
}

.btn-bandeau:hover {
    background: var(--third-color);
    color: var(--secondary-color);
}

.btn-bandeau:hover svg path {
    stroke: var(--secondary-color);
}

.inner-coordonees {
    background: #FFF;
    box-shadow: 0px 4px 30.2px 0px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.link-tel,
.link-tel-footer {
    text-decoration: none
}

.link-tel:hover,
.link-tel-footer:hover {
    color: var(--primary-color);
}

.link-tel:hover svg path,
.link-tel-footer:hover svg path {
    stroke: var(--primary-color);
}

.link-tel-footer {
    color: #FFF;
}

.btn-carte-red {
    display: inline-block;
    padding: 12px 22px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #FFF;
    text-decoration: none
}

.btn-carte-red:hover {
    background: #FFF;
    color: var(--primary-color);
}

.btn-carte-red:hover svg path {
    stroke: var(--primary-color);
}

.text-ouvert {
    font-family: var(--font-new-order-bold);
    color: var(--fourth-color);
    font-size: 20px;
    text-transform: uppercase
}

.before-presentation {
    position: relative
}

.before-presentation:before {
    content: "";
    position: absolute;
    background: url("/wp-content/uploads/2025/07/presentation-before.svg");
    width: 250px;
    height: 250px;
    bottom: -10%;
    right: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;

}

.inner-categ {
    overflow: hidden;
}

.inner-categ .title-description {
    transition: all 0.4s ease;
}

.inner-categ .description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.category-card:hover .inner-categ .title-description {
    transform: translateY(-10px);
}

.category-card:hover .inner-categ .description {
    opacity: 1;
    max-height: 200px;
    /* ajuste si besoin */
}

.overlay-img-categ,
.overlay-prefooter {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.inner-categ-spe:before {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2025/07/image-specialites.svg');
    top: 0;
    left: 0;
    width: 100%;
    height100%;
}

.avis-texte {
    padding-left: 125px;
    padding-top: 39px;
    padding-bottom: 40px;
    padding-right: 40px;
}

.quote-avis {
    position: absolute;
    left: 5%;
}

.mySwiperTemoignages .swiper-wrapper,
.thumbs-swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.mySwiperTemoignages .avis-texte {
    transition:
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        margin-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Tu peux ajuster la durée & easing si tu veux */
}

.mySwiperTemoignages .swiper-slide .avis-texte {
    background: rgba(255, 255, 255, 0.1);
}

.mySwiperTemoignages .swiper-slide-active .avis-texte {
    background: var(--fourth-color);
    margin-bottom: 50px !important;
}

.mySwiperTemoignages .avis-texte p {
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mySwiperTemoignages .swiper-slide-active .avis-texte p {
    color: #FFF;
    margin-bottom: 0px;
}

.mySwiperTemoignages .avis-nom,
.mySwiperTemoignages .avis-note {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Tu peux ajouter d’autres transitions si besoin */
    color: rgba(255, 255, 255, 0.1);
}

.mySwiperTemoignages .swiper-slide-active .avis-nom,
.mySwiperTemoignages .swiper-slide-active .avis-note {
    opacity: 1;
    color: #FFF;
}


.mySwiperTemoignages .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    height: 3px;
}

.mySwiperTemoignages .swiper-pagination-bullet-active {
    background: var(--fourth-color);
}

.prefooter p {
    margin-bottom: 0px;
}

#menu-menu-footer {
    padding-left: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
    justify-content: center;
    margin-bottom: 0px;
}

#menu-menu-footer a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font-new-order-semi-bold);
}

#menu-menu-footer a:hover {
    color: var(--primary-color);
}


.inta:hover svg path {
    stroke: var(--primary-color);
}

.inta:hover svg path.inta-fill,
.facebook:hover svg path {
    fill: var(--primary-color)
}

.copyright a {
    color: var(--primary-color);
    text-decoration: underline;
}

.copyright a {
    text-decoration: none;
}

.inner-categ-spe img,
.before-presentation img {
    width: 100%;
}

.breadcrumb a,
.breadcrumb span {
    font-family: var(--font-new-order-bold);
    text-transform: uppercase;
    font-size: 12px;
}

.page-template-contact .breadcrumb a,
.page-template-contact .breadcrumb span,
.page-template-contact .breadcrumb li::after,
.single-product .breadcrumb .active {
    color: #FFF;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

.single-product .breadcrumb a,
.single-product .breadcrumb li::after {
    color: #727272
}

#gform_fields_1.gform_fields {
    row-gap: 10px;
}

#gform_fields_1 input,
#gform_fields_1 textarea {
    border-radius: 6px;
    background: var(--secondary-color);
    border: none !important;
    box-shadow: none;
    outline: none;
}

#gform_submit_button_1 {
    padding: 12px 22px;
    background-color: var(--primary-color);
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase !important;
    border: 1px solid var(--primary-color) !important;
    margin-left: auto;
    position: relative;
}

#gform_submit_button_1:hover {
    background-color: #FFF;
    color: var(--primary-color);
}

.price-single {
    font-size: 24px;
    font-weight: 600;
}

.quantity-wrapper {
    background: rgba(255, 255, 255, 0.10);
}

.quantity-wrapper button,
.quantity-wrapper .qty {
    background: transparent;
    color: #FFF;
    border: none;
    font-size: 20px;
    font-weight: 500;
    width: 48px;
    height: 48px;
}

.recette-mois .quantity-wrapper {
    background: var(--third-color);
}

.recette-mois .single_add_to_cart_button {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase
}


/* Chrome, Safari, Edge, Opera */
.quantity-wrapper input[type="number"]::-webkit-inner-spin-button,
.quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-wrapper input[type="number"] {
    -moz-appearance: textfield;
}

.single_add_to_cart_button {
    width: 100%;
    height: 48px;
    border-radius: 0px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.single_add_to_cart_button:hover {
    background: #FFF !important;
    color: var(--primary-color) !important;
}

#productTabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#productTabs {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 20px;
    padding-left: 0px;
}

#productTabs li {
    width: 50%;
    text-align: center;
}

#productTabs button {
    color: #FFF;
    font-family: var(--font-new-order-bold);
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
}


#productTabs button.active {
    border-bottom: 1px solid rgba(255, 255, 255);

}

#productTabs .tab-content {
    color: #FFF;
}

.js-qty-counter {
    position: absolute;
    bottom: 3%;
    right: 3%;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-new-order-bold);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-add-to-cart {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.10) !important;
    color: #FFF !important;
    border: none !important;
	display:none!important;
}
.single-product .cart.d-flex.align-items-center{
	display:none!important;
}
.js-add-to-cart:after,
.added_to_cart {
    display: none !important;
}


.hr-lebao {
    background: var(--fourth-color);
    opacity: 1
}


#floating-cart-btn {
    position: fixed;
    right: 1%;
    bottom: 0%;
    transform: translateY(-50%);
    z-index: 9999;
}

#floating-cart-btn button {
    border-radius: 50px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.05);
    border: none;
    color: #FFF;
    padding: 16px 25px;
    display: flex;
    align-items-center;
    gap: 10px;
}

#floating-cart-btn button:hover {
    background: #FFF;
    color: var(--primary-color);
}

#floating-cart-btn button:hover svg path {
    stroke: var(--primary-color);
}


/* Overlay fond noir semi-transparent */
.cart-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

/* Conteneur panneau latéral */
.cart-popup-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 545px;
    max-width: 100%;
    height: 100%;
    padding: 2rem;
    overflow-y: auto;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
    animation: slideInRight 0.3s ease forwards;
}

.header-pop-up {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--fourth-color);
}

/* Bouton de fermeture */
.cart-popup-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Animation d’entrée */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.mini_cart_item .quantity-wrapper {
    bottom: 0;
    right: 0;
    position: absolute;
}

.mini_cart_item a {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.mini_cart_item a:hover {
    color: var(--primary-color)
}

.mini_cart_item img {
    width: 75px !important;
}

.mini_cart_item .quantity-wrapper button,
.mini_cart_item .quantity-wrapper .qty {
    width: 25px;
    height: 25px;
    font-size: 13px;
}

.btn-mini-cart {
    background: var(--primary-color);
    color: #FFF;
    padding: 25px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold
}

.btn-mini-cart:hover {
    background: #FFF;
    color: var(--primary-color);
}



.produits-complementaires-swiper img {
    width: 100px;
}

.produits-complementaires-swiper .swiper-wrapper {
    padding-bottom: 25px;
}

.produits-complementaires-swiper .js-add-to-cart {
    width: 25px;
    height: 25px;
}

.produits-complementaires-swiper .js-qty-counter {
    position: relative;
    font-size: 14px;
    width: 25px;
    height: 25px;
    right: initial;
    bottom: initial;
}


.produits-complementaires-swiper .swiper-pagination-bullet-active {
    background: #5A6644
}

.ubermenu-skin-minimal.ubermenu-mobile-modal.ubermenu-mobile-view {
    background: var(--secondary-color) !important;
}

.home .inner-categ-spe .category-card img {
    max-height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .mobile-bandeau img {
        height: 415px;
        object-fit: cover;
    }

    .inner-coordonees {
        margin-top: -10px;
    }

    .inner-padding,
    .p-50,
    .inner-similar-product {
        padding: 35px 0px;
    }


    .inner-categ-spe img {
        height: 150px;
        object-fit: cover;
    }

    .prefooter-img {
        height: 350px;
    }

    .prefooter-img img {
        height: 100%;
        object-fit: cover;
    }

    .prefooter-img-picture picture {
        width: 100%;
        display: block;
        height: 100%;
    }
	.prefooter-img-picture picture.prefooter-img {
        height: 420px;
    }
    .prefooter-img-picture picture img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .p-50-footer {
        padding: 25px 0px;
    }

    .order-mobile-3 {
        order: 3
    }

    .order-mobile-2 {
        order: 2
    }

    .order-mobile-1 {
        order: 1
    }

    .ubermenu-responsive-toggle {
        padding: 0px;
        position: relative
    }

    .ubermenu-responsive-toggle:before {
        content: url('/wp-content/uploads/2025/07/menu-burger.svg')
    }

    .ubermenu-responsive-toggle i {
        display: none
    }

    #floating-cart-btn {
        top: inherit;
        bottom: 3%;
        transform: inherit;
    }

    .recette-mois {
        padding: 60px 0px !important;
    }

    #back-to-top {
        bottom: 13% !important;
        right: 1% !important;
    }

}


@media screen and (max-width: 1200px) {
    .before-presentation:before {
        display: none
    }

    .mobile-bandeau img {
        height: 415px;
        object-fit: cover;
    }

}

.recette-mois {
    padding: 150px 0px;
    background:
        linear-gradient(0deg, rgba(130, 65, 41, 0.20), rgba(130, 65, 41, 0.20)),
        url('/wp-content/uploads/2025/07/recette-mois.jpg') no-repeat center center;
    background-size: cover;
    background-blend-mode: darken;

}

.inner-detail-categ-product {
    padding: 15px 15px 50px
}

.add-to-cart-detail-product {
    position: absolute;
    width: 100%;
    padding: 0px 15px;
    bottom: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 10%;
    right: 1%;
    background-color: #A82930;
    color: #FFF;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
    display: none;
    transition: opacity 0.3s ease;
}

#back-to-top:hover {
    opacity: 0.8;
}


.fkcart-item-wrap {
    padding: 16px;
}



#fkcart-modal .fkcart-item-wrap .fkcart--item {
    background: var(--third-color);
}

#fkcart-modal .fkcart-slider-body .fkcart-item-wrap .fkcart--item {
    padding-top: 8px;
    padding-bottom: 8px;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title,
#fkcart-modal .fkcart-quantity-selector .fkcart-quantity-button svg,
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price>span.woocommerce-Price-amount,
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price>span.woocommerce-Price-amount *,
#fkcart-modal .fkcart-quantity-selector .fkcart-quantity__input {
    color: #FFF !important;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price {
    font-size: 18px !important;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
    border-radius: 0px !important;
    border: none !important;
}

.site-header .fkcart-shortcode-container .fkcart-shortcode-price {
    display: none;
}

#fkcart-floating-toggler {
    bottom: 4% !important;
    right: 1% !important;
	display:none!important;
}

.fkcart-item-title-price {
    display: flex;
    gap: 5px;
    align-items: center;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-wrap-start .fkcart-item-meta {
    max-width: 75% !important;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-wrap-start .fkcart-item-misc {
    max-width: 25% !important;
}

.acf-nb-pieces {
    width: 25%;
}