.elementor-22 .elementor-element.elementor-element-b55cb93{--display:flex;}.elementor-22 .elementor-element.elementor-element-7894f00{--display:flex;}.elementor-22 .elementor-element.elementor-element-a7756f3.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-22 .elementor-element.elementor-element-3df20b1{--display:flex;}.elementor-22 .elementor-element.elementor-element-ac03a62{--display:flex;}.elementor-22 .elementor-element.elementor-element-41478e0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-22 .elementor-element.elementor-element-41478e0.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-22 .elementor-element.elementor-element-afcc8f5{--display:flex;--position:absolute;top:0px;}body:not(.rtl) .elementor-22 .elementor-element.elementor-element-afcc8f5{left:0px;}body.rtl .elementor-22 .elementor-element.elementor-element-afcc8f5{right:0px;}.elementor-22 .elementor-element.elementor-element-37c2b1b{--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-22 .elementor-element.elementor-element-37c2b1b .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}@media(max-width:1024px){.elementor-22 .elementor-element.elementor-element-7894f00{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-22 .elementor-element.elementor-element-41478e0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-41478e0.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-categories, class: .elementor-element-a7756f3 *//* ============================================
   OUMBE MARKET - CATÉGORIES WOOCOMMERCE
   Widget Elementor ID: a7756f3
   ============================================ */

/* Container principal */
.elementor-element-a7756f3 .woocommerce {
    width: 100%;
}

/* Grille des catégories */
.elementor-element-a7756f3 .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Item catégorie individuelle */
.elementor-element-a7756f3 .product-category {
    position: relative;
    background: #FFFFFF;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Effet hover sur la carte */
.elementor-element-a7756f3 .product-category:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(19, 119, 64, 0.15);
}

/* Container de l'image */
.elementor-element-a7756f3 .product-category figure {
    position: relative;
    margin: 0;
    padding: 14px;
    overflow: hidden;
}

/* Lien de l'image */
.elementor-element-a7756f3 .ct-media-container {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

/* Image de catégorie */
.elementor-element-a7756f3 .product-category img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
}

/* Effet zoom sur l'image au hover */
.elementor-element-a7756f3 .product-category:hover img {
    transform: scale(1.08);
}

/* Overlay au hover - VERT UNI */
.elementor-element-a7756f3 .ct-media-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 119, 64, 0.75);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
    z-index: 1;
}

.elementor-element-a7756f3 .product-category:hover .ct-media-container::after {
    opacity: 1;
}

/* Titre de catégorie */
.elementor-element-a7756f3 .woocommerce-loop-category__title {
    margin: 31px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.elementor-element-a7756f3 .woocommerce-loop-category__title a {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #137740;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    position: relative;
}

/* Hover sur le titre */
.elementor-element-a7756f3 .product-category:hover .woocommerce-loop-category__title a {
    color: #0f5f33;
}

/* Compteur de produits */
.elementor-element-a7756f3 .woocommerce-loop-category__title mark.count {
    display: inline-block;
    margin-left: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #137740;
    background: transparent;
    border: none;
    padding: 0;
}

/* Badge compteur avec point orange */
.elementor-element-a7756f3 .woocommerce-loop-category__title mark.count::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #EB8D34;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* Effet underline au hover - VERT UNI */
.elementor-element-a7756f3 .woocommerce-loop-category__title a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60px;
    height: 3px;
    background: #137740;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-element-a7756f3 .product-category:hover .woocommerce-loop-category__title a::after {
    transform: translateX(-50%) scaleX(1);
}

/* Badge "Nouveau" optionnel */
.elementor-element-a7756f3 .product-category.new::before {
    content: 'Nouveau';
    position: absolute;
    top: 25px;
    right: 25px;
    background: #CA0015;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(202, 0, 21, 0.4);
}

/* ============================================
   ANIMATIONS
   ============================================ */

/* Animation d'apparition */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-element-a7756f3 .product-category {
    animation: fadeInUp 0.6s ease-out backwards;
}

.elementor-element-a7756f3 .product-category:nth-child(1) {
    animation-delay: 0.1s;
}

.elementor-element-a7756f3 .product-category:nth-child(2) {
    animation-delay: 0.2s;
}

.elementor-element-a7756f3 .product-category:nth-child(3) {
    animation-delay: 0.3s;
}

.elementor-element-a7756f3 .product-category:nth-child(4) {
    animation-delay: 0.4s;
}

/* ============================================
   RESPONSIVE - TABLETTE (max-width: 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
    .elementor-element-a7756f3 .products {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title a {
        font-size: 28px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title mark.count {
        font-size: 28px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    .elementor-element-a7756f3 .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .elementor-element-a7756f3 .product-category figure {
        padding: 12px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title {
        margin: 20px 15px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title a {
        font-size: 24px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title mark.count {
        font-size: 24px;
    }

    .elementor-element-a7756f3 .product-category:hover {
        transform: translateY(-5px);
    }
}

/* ============================================
   RESPONSIVE - PETIT MOBILE (max-width: 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .elementor-element-a7756f3 .products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .elementor-element-a7756f3 .product-category {
        max-width: 400px;
        margin: 0 auto;
    }

    .elementor-element-a7756f3 .product-category figure {
        padding: 10px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title {
        margin: 15px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title a {
        font-size: 20px;
    }

    .elementor-element-a7756f3 .woocommerce-loop-category__title mark.count {
        font-size: 20px;
    }
}

/* ============================================
   VARIANTE : Compteur en badge circulaire
   Décommentez pour activer
   ============================================ */

/*
.elementor-element-a7756f3 .woocommerce-loop-category__title mark.count {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #137740;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(19, 119, 64, 0.3);
    transition: all 0.3s ease;
}

.elementor-element-a7756f3 .woocommerce-loop-category__title mark.count::before {
    display: none;
}

.elementor-element-a7756f3 .product-category:hover .woocommerce-loop-category__title mark.count {
    background: #EB8D34;
    transform: scale(1.1);
}
*//* End custom CSS */
/* Start custom CSS for search, class: .elementor-element-6d14b4a *//* ============================================
   OUMBE MARKET - WIDGET RECHERCHE ELEMENTOR
   Widget ID: 6d14b4a
   ============================================ */

/* ============================================
   CONTAINER PRINCIPAL
   ============================================ */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search {
    width: 100%;
    max-width: 100%;
}

.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

/* ============================================
   CHAMP DE RECHERCHE
   ============================================ */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

/* Input de recherche */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input {
    width: 100%;
    height: 50px;
    padding: 12px 50px 12px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #2C2C2C;
    background: #FFFFFF;
    border: 2px solid #E9E8E8;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

/* Placeholder */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input::placeholder {
    color: #A5A3A2;
    font-weight: 400;
}

/* Focus sur l'input */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input:focus {
    border-color: #137740;
    background: #FAFAFA;
    box-shadow: 0 4px 20px rgba(19, 119, 64, 0.12);
    transform: translateY(-2px);
}

/* ============================================
   ICÔNE "EFFACER" (Croix)
   ============================================ */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-font-icon-svg.e-fas-times {
    position: absolute;
    right: 18px;
    width: 14px;
    height: 14px;
    fill: #A5A3A2;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 5;
}

/* Afficher la croix quand l'input contient du texte */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input:not(:placeholder-shown) ~ .e-font-icon-svg.e-fas-times {
    opacity: 1;
    pointer-events: auto;
}

/* Hover sur la croix */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-font-icon-svg.e-fas-times:hover {
    fill: #CA0015;
    transform: scale(1.15);
}

/* ============================================
   BOUTON "SEARCH"
   ============================================ */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit {
    height: 50px;
    padding: 0 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background: #137740;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(19, 119, 64, 0.25);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

/* Effet hover sur le bouton */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit:hover {
    background: #0f5f33;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(19, 119, 64, 0.35);
}

/* Effet au clic */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit:active {
    transform: translateY(-1px);
}

/* Effet ripple au clic */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit:active::before {
    width: 300px;
    height: 300px;
}

/* ============================================
   CONTENEUR DES RÉSULTATS (DROPDOWN)
   ============================================ */




/* ============================================
   LOADER / ÉTAT DE CHARGEMENT
   ============================================ */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results-container .e-search-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results-container .e-search-loader::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 4px solid #E7F1EC;
    border-top-color: #137740;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   ANIMATIONS D'APPARITION
   ============================================ */
@keyframes fadeInResult {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item {
    animation: fadeInResult 0.4s ease-out backwards;
}

/* Animation en cascade */
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item:nth-child(1) { animation-delay: 0.05s; }
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item:nth-child(2) { animation-delay: 0.1s; }
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item:nth-child(3) { animation-delay: 0.15s; }
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item:nth-child(4) { animation-delay: 0.2s; }
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item:nth-child(5) { animation-delay: 0.25s; }
.elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item:nth-child(6) { animation-delay: 0.3s; }

/* ============================================
   RESPONSIVE - TABLETTE (max-width: 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input {
        height: 48px;
        padding: 10px 45px 10px 18px;
        font-size: 14px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit {
        height: 48px;
        padding: 0 24px;
        font-size: 13px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item {
        padding: 12px 18px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item img {
        width: 50px;
        height: 50px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item .e-search-result-title {
        font-size: 14px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item .e-search-result-excerpt {
        font-size: 12px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-form {
        flex-direction: column;
        gap: 10px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input-wrapper {
        width: 100%;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input {
        height: 46px;
        padding: 10px 40px 10px 16px;
        font-size: 14px;
        border-radius: 10px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-font-icon-svg.e-fas-times {
        right: 15px;
        width: 12px;
        height: 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit {
        width: 100%;
        height: 46px;
        padding: 0 20px;
        font-size: 13px;
        border-radius: 10px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results-container {
        max-height: 350px;
        border-radius: 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item {
        padding: 12px 15px;
        gap: 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item img {
        width: 45px;
        height: 45px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item .e-search-result-title {
        font-size: 13px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item .e-search-result-excerpt {
        font-size: 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-no-results {
        padding: 25px 15px;
        font-size: 14px;
    }
}

/* ============================================
   RESPONSIVE - PETIT MOBILE (max-width: 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-input {
        height: 44px;
        font-size: 13px;
        padding: 10px 38px 10px 14px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-submit {
        height: 44px;
        font-size: 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results-container {
        max-height: 300px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item {
        padding: 10px 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item img {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item .e-search-result-title {
        font-size: 12px;
    }

    .elementor-22 .elementor-element.elementor-element-6d14b4a .e-search-results .e-search-result-item .e-search-result-excerpt {
        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-41478e0 *//* ============================================
   OUMBE MARKET - PRODUITS AVEC PAGINATION
   Widget ID: 41478e0
   ============================================ */

/* Container principal */
.elementor-element-41478e0 .woocommerce {
    width: 100%;
}

/* ============================================
   BARRE DE TRI & RÉSULTATS
   ============================================ */
.elementor-element-41478e0 .woo-listing-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: #F8F8F8;
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 15px;
}

/* Compteur de résultats */
.elementor-element-41478e0 .woocommerce-result-count {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #625F5D;
    margin: 0;
}

/* Formulaire de tri */
.elementor-element-41478e0 .woocommerce-ordering {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.elementor-element-41478e0 .woocommerce-ordering select {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2C2C2C;
    padding: 10px 40px 10px 16px;
    border: 2px solid #E9E8E8;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 220px;
    min-height: 50px;
}

.elementor-element-41478e0 .woocommerce-ordering select:hover {
    border-color: #137740;
}

.elementor-element-41478e0 .woocommerce-ordering select:focus {
    outline: none;
    border-color: #137740;
    box-shadow: 0 0 0 3px rgba(19, 119, 64, 0.1);
}

/* Icône de tri (SVG) */
.elementor-element-41478e0 .ct-sort-icon {
    position: absolute;
    right: 12px;
    pointer-events: none;
    color: #137740;
}

/* ============================================
   GRILLE DES PRODUITS (même style que précédent)
   ============================================ */
.elementor-element-41478e0 .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    row-gap: 40px;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.elementor-element-41478e0 .product {
    position: relative;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.elementor-element-41478e0 .product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(19, 119, 64, 0.12);
}

.elementor-element-41478e0 .product figure {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #F8F8F8;
}

.elementor-element-41478e0 .ct-media-container {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.elementor-element-41478e0 .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-element-41478e0 .product:hover img {
    transform: scale(1.1);
}

.elementor-element-41478e0 .ct-media-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 119, 64, 0) 0%, rgba(19, 119, 64, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.elementor-element-41478e0 .product:hover .ct-media-container::after {
    opacity: 1;
}

.elementor-element-41478e0 .woocommerce-loop-product__title {
    margin: 15px 15px 10px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elementor-element-41478e0 .woocommerce-loop-product__title a {
    color: #2C2C2C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.elementor-element-41478e0 .product:hover .woocommerce-loop-product__title a {
    color: #137740;
}

.elementor-element-41478e0 .ct-woo-card-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 15px 15px;
    margin-top: auto;
}

.elementor-element-41478e0 .price {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #137740;
    margin: 0;
}

.elementor-element-41478e0 .price .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-weight: 600;
    color: #5AA079;
}

.elementor-element-41478e0 .button.add_to_cart_button {
    width: 100%;
    padding: 12px 20px;
    background: #137740;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(19, 119, 64, 0.2);
}

.elementor-element-41478e0 .button.add_to_cart_button:hover {
    background: #0f5f33;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(19, 119, 64, 0.3);
}

/* ============================================
   PAGINATION
   ============================================ */
.elementor-element-41478e0 .ct-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    padding: 30px 0;
}

/* Container des numéros de page (desktop) */
.elementor-element-41478e0 .ct-pagination > div {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Numéros de page */
.elementor-element-41478e0 .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #625F5D;
    background: #FFFFFF;
    border: 2px solid #E9E8E8;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.elementor-element-41478e0 .page-numbers:hover {
    color: #137740;
    border-color: #137740;
    background: #E7F1EC;
    transform: translateY(-2px);
}

/* Page active */
.elementor-element-41478e0 .page-numbers.current {
    color: #FFFFFF;
    background: #137740;
    border-color: #137740;
    box-shadow: 0 4px 15px rgba(19, 119, 64, 0.3);
    cursor: default;
}

/* Points de suspension */
.elementor-element-41478e0 .page-numbers.dots {
    border: none;
    background: transparent;
    color: #A5A3A2;
    cursor: default;
    min-width: auto;
}

.elementor-element-41478e0 .page-numbers.dots:hover {
    background: transparent;
    transform: none;
}

/* Boutons Précédent/Suivant */
.elementor-element-41478e0 .page-numbers.prev,
.elementor-element-41478e0 .page-numbers.next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    background: #137740;
    color: #FFFFFF;
    border-color: #137740;
    font-weight: 600;
}

.elementor-element-41478e0 .page-numbers.prev:hover,
.elementor-element-41478e0 .page-numbers.next:hover {
    background: #0f5f33;
    border-color: #0f5f33;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(19, 119, 64, 0.4);
}

/* Icône SVG dans les boutons */
.elementor-element-41478e0 .page-numbers svg {
    width: 9px;
    height: 9px;
    fill: currentColor;
}

/* Bouton "Précédent" (inverser la flèche) */
.elementor-element-41478e0 .page-numbers.prev svg {
    transform: rotate(180deg);
}

/* ============================================
   RESPONSIVE - TABLETTE (max-width: 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
    .elementor-element-41478e0 .products {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        row-gap: 40px;
    }

    .elementor-element-41478e0 .woo-listing-top {
        padding: 15px;
    }

    .elementor-element-41478e0 .woocommerce-ordering select {
        min-width: 200px;
        font-size: 13px;
    }

    .elementor-element-41478e0 .page-numbers {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    .elementor-element-41478e0 .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        row-gap: 30px;
    }

    .elementor-element-41478e0 .woo-listing-top {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
    }

    .elementor-element-41478e0 .woocommerce-result-count {
        text-align: center;
        font-size: 13px;
    }

    /* Masquer le compteur sur mobile (classe ct-hidden-sm) */
    .elementor-element-41478e0 .ct-hidden-sm {
        display: none !important;
    }

    .elementor-element-41478e0 .woocommerce-ordering {
        width: 100%;
    }

    .elementor-element-41478e0 .woocommerce-ordering select {
        width: 100%;
        min-width: auto;
        font-size: 13px;
    }

    .elementor-element-41478e0 .woocommerce-loop-product__title {
        font-size: 13px;
        margin: 12px 12px 8px;
        min-height: 36px;
    }

    .elementor-element-41478e0 .ct-woo-card-actions {
        padding: 0 12px 12px;
        gap: 10px;
    }

    .elementor-element-41478e0 .price {
        font-size: 16px;
    }

    .elementor-element-41478e0 .button.add_to_cart_button {
        padding: 10px 15px;
        font-size: 11px;
    }

    /* Pagination mobile */
    .elementor-element-41478e0 .ct-pagination {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .elementor-element-41478e0 .ct-pagination > div {
        order: 2;
    }

    .elementor-element-41478e0 .page-numbers.prev,
    .elementor-element-41478e0 .page-numbers.next {
        width: 100%;
        max-width: 280px;
    }

    .elementor-element-41478e0 .page-numbers {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

/* ============================================
   RESPONSIVE - PETIT MOBILE (max-width: 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .elementor-element-41478e0 .products {
        gap: 12px;
        row-gap: 25px;
    }

    .elementor-element-41478e0 .woo-listing-top {
        padding: 12px;
    }

    .elementor-element-41478e0 .woocommerce-ordering select {
        font-size: 12px;
        padding: 9px 35px 9px 14px;
    }

    .elementor-element-41478e0 .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        gap: 6px;
    }

    .elementor-element-41478e0 .page-numbers.prev,
    .elementor-element-41478e0 .page-numbers.next {
        padding: 0 16px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-element-41478e0 .product {
    animation: fadeInUp 0.6s ease-out backwards;
}

.elementor-element-41478e0 .product:nth-child(1) { animation-delay: 0.05s; }
.elementor-element-41478e0 .product:nth-child(2) { animation-delay: 0.1s; }
.elementor-element-41478e0 .product:nth-child(3) { animation-delay: 0.15s; }
.elementor-element-41478e0 .product:nth-child(4) { animation-delay: 0.2s; }
.elementor-element-41478e0 .product:nth-child(5) { animation-delay: 0.25s; }
.elementor-element-41478e0 .product:nth-child(6) { animation-delay: 0.3s; }
.elementor-element-41478e0 .product:nth-child(7) { animation-delay: 0.35s; }
.elementor-element-41478e0 .product:nth-child(8) { animation-delay: 0.4s; }

/* ============================================
   BADGE "EN SOLDE"
   ============================================ */
.elementor-element-41478e0 .product .onsale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #CA0015;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(202, 0, 21, 0.4);
}

/* ============================================
   NOTICES WOOCOMMERCE
   ============================================ */
.elementor-element-41478e0 .woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.elementor-element-41478e0 .woocommerce-info,
.elementor-element-41478e0 .woocommerce-message {
    background: #E7F1EC;
    color: #137740;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #137740;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}/* End custom CSS */