/*

Theme Name: Blocksy Child

Template: blocksy

Version: 1.0

*/

:root {
    --mjp-rose: #b57d7c;
    --mjp-green: #6d7764;
    --mjp-rose-light: #f3e8e7;
    --mjp-green-light: #eef0ec;
    --mjp-rose-dark: #9a6867;
    --mjp-green-dark: #5a6353;
    --mjp-product-brand: #CFD3C6;
    --mjp-muted: #666;
    --mjp-border: #ebebeb;
    --mjp-font-display: 'Ovo', serif;
}

/* Icônes SVG */
.mjp-icon {
    display: block;
    flex-shrink: 0;
    color: var(--mjp-green);
}

.mjp-icon--lg {
    width: 32px;
    height: 32px;
}

.mjp-icon--xl {
    width: 56px;
    height: 56px;
    color: var(--mjp-rose);
}

/* Prix principal — page produit (barré puis remisé) */
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product .summary p.price {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 14px;
}

.woocommerce.single-product div.product p.price > del,
.woocommerce.single-product div.product .summary p.price > del {
    order: 1 !important;
    color: #aaa;
    font-weight: 400;
}

.woocommerce.single-product div.product p.price > ins,
.woocommerce.single-product div.product .summary p.price > ins {
    order: 2 !important;
    text-decoration: none;
    font-weight: 700;
}

.woocommerce.single-product div.product p.price > ins .woocommerce-Price-amount,
.woocommerce.single-product div.product .summary p.price > ins .woocommerce-Price-amount {
    font-weight: 700;
}

.woocommerce.single-product div.product p.price .from {
    flex-basis: 100%;
    order: 0 !important;
}

/* Prix Club — ligne incitative (non-membre) */
.woocommerce.single-product div.product p.price:has(+ .mjp-product-club-price),
.woocommerce.single-product div.product .summary p.price:has(+ .mjp-product-club-price) {
    margin-bottom: 0;
}

.woocommerce.single-product div.product p.price:not(:has(+ .mjp-product-club-price)),
.woocommerce.single-product div.product .summary p.price:not(:has(+ .mjp-product-club-price)) {
    margin-bottom: 16px;
}

.mjp-product-club-price {
    margin: 2px 0 16px;
    line-height: 1.45;
}

.woocommerce.single-product .product-short-description {
    margin-top: 22px;
}

.mjp-product-club-price--teaser {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    font-size: 13px;
    color: var(--mjp-muted);
}

.mjp-product-club-price__label {
    font-weight: 600;
    color: var(--mjp-green);
}

.mjp-product-club-price__amount {
    font-size: 14px;
    font-weight: 700;
    color: var(--mjp-rose);
}

.mjp-product-club-price__amount .woocommerce-Price-amount {
    color: inherit;
    font-weight: inherit;
}

.mjp-product-club-price__cta {
    flex-basis: 100%;
    font-size: 12px;
    font-weight: 500;
    color: var(--mjp-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mjp-product-club-price__cta:hover {
    color: var(--mjp-rose-dark);
}

.mjp-product-club-price--member {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--mjp-green-light);
    font-size: 12px;
    font-weight: 600;
    color: var(--mjp-green-dark);
}

/* Bouton proxy sticky (toujours masqué visuellement) */
.woocommerce.single-product .mjp-mobile-sticky-cart__proxy {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    pointer-events: none !important;
}

/* --- BARRE ACHAT FIXE (fiche produit, mobile) --- */
@media (max-width: 768px) {
    body.has-mjp-sticky-cart {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }

    .mjp-mobile-sticky-cart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
        min-height: 68px;
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid var(--mjp-border);
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
    }

    .mjp-mobile-sticky-cart[hidden] {
        display: none !important;
    }

    .mjp-mobile-sticky-cart__price {
        grid-column: 1;
        min-width: 0;
        width: 100%;
    }

    .mjp-mobile-sticky-cart__price .price {
        display: flex !important;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 4px 8px;
        margin: 0 !important;
        font-size: 16px;
        line-height: 1.3;
    }

    .mjp-mobile-sticky-cart__price .price del {
        font-size: 13px;
    }

    .mjp-mobile-sticky-cart__price .price ins,
    .mjp-mobile-sticky-cart__price .price > .woocommerce-Price-amount {
        font-size: 18px;
        font-weight: 700;
    }

    .mjp-mobile-sticky-cart__price .price ins {
        text-decoration: none;
        color: var(--mjp-rose);
    }

    .mjp-mobile-sticky-cart__price .mjp-product-club-price {
        margin: 2px 0 0;
        font-size: 11px;
        line-height: 1.3;
    }

    .mjp-mobile-sticky-cart__price .mjp-product-club-price--teaser {
        display: block;
        gap: 0;
    }

    .mjp-mobile-sticky-cart__price .mjp-product-club-price__cta {
        display: none;
    }

    .mjp-mobile-sticky-cart__price .mjp-product-club-price--member {
        display: inline-flex;
        margin-top: 4px;
        padding: 3px 8px;
        font-size: 10px;
    }

    .mjp-mobile-sticky-cart__actions {
        grid-column: 2;
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .mjp-mobile-sticky-cart__actions .single_add_to_cart_button {
        height: 40px;
        min-height: 40px;
        margin: 0 !important;
        padding: 0 16px;
        font-size: 13px;
        line-height: 40px;
        white-space: nowrap;
        box-sizing: border-box;
        pointer-events: auto;
    }

    /* Pas de quantité ni de lien « Voir le panier » sur mobile */
    .woocommerce.single-product form.cart .quantity,
    .woocommerce.single-product .woocommerce-variation-add-to-cart .quantity {
        display: none !important;
    }

    .woocommerce.single-product .added_to_cart,
    .woocommerce.single-product a.added_to_cart.wc-forward {
        display: none !important;
    }
}

.mjp-product-club-price__badge {
    background: var(--mjp-green);
    color: #fff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.mjp-single-product__wishlist {
    margin: 4px 0 10px;
    font-size: 13px;
    line-height: 1.4;
}

.mjp-single-product__wishlist .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.mjp-single-product__wishlist a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--mjp-rose);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.mjp-single-product__wishlist a::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mjp-single-product__wishlist.is-in-wishlist a::before,
.mjp-single-product__wishlist .yith-wcwl-add-to-wishlist.exists a::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E");
}

.mjp-single-product__wishlist .yith-wcwl-icon,
.mjp-single-product__wishlist i,
.mjp-single-product__wishlist img {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mjp-single-product__wishlist a:hover {
    color: var(--mjp-rose-dark);
}

.mjp-single-product__wishlist .yith-wcwl-wishlistexistsbrowse a,
.mjp-single-product__wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: var(--mjp-rose-dark);
}

/* Rupture de stock — fiche produit */
.woocommerce.single-product .mjp-product-stock-notice {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 10px 0;
    padding: 12px 16px;
    background: var(--mjp-rose-light);
    border: 1px solid rgba(181, 125, 124, 0.22);
    border-left: 3px solid var(--mjp-rose);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--mjp-rose-dark);
}

.woocommerce.single-product .mjp-product-stock-notice::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mjp-rose);
}

.woocommerce.single-product .mjp-product-stock-notice__text {
    display: inline-block;
}

.product.e-loop-item .price {
  text-align: center;
}


/* Griser les images des produits en rupture */
.woocommerce-shop .outofstock,
.archive .outofstock,
.search .outofstock,
.tax-product_cat .outofstock,
.tax-product_brand .outofstock {
    opacity: 0.4;
}

.woocommerce ul.products li.product.outofstock {
    opacity: 1;
}

/* Filtres YITH — archives produits (mobile) */
.mjp-archive-filters {
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .mjp-archive-filters {
        display: block;
    }

    .mjp-archive-filters .yith-wcan-filters {
        margin: 0;
    }
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter{
        display: block;
    }
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable{
        padding: 4px 34px 4px 10px;
        font-size: 18px;

    }
}


/* Style pour les marques de produits */
.product-brand {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: var(--mjp-product-brand);
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .woocommerce.single-product div.product {
        display: flex;
        flex-direction: column;
    }

    .mjp-product-mobile-header {
        order: 0;
        display: block;
        padding: 0 0 14px;
    }

    .woocommerce.single-product div.product .woocommerce-product-gallery,
    .woocommerce.single-product div.product div.images {
        order: 1;
    }

    .woocommerce.single-product div.product .summary,
    .woocommerce.single-product div.product .entry-summary {
        order: 2;
    }

    .mjp-product-mobile-header .product_title,
    .mjp-product-mobile-header .entry-title {
        display: block !important;
        margin: 0 0 6px;
        font-size: clamp(22px, 6vw, 28px);
        line-height: 1.2;
    }

    .mjp-product-mobile-header .product-brand {
        display: block !important;
        margin: 0;
        font-size: 13px;
    }

    /* Masquer les doublons titre / marque ailleurs sur la fiche */
    .woocommerce.single-product .summary > .product_title,
    .woocommerce.single-product .entry-summary > .product_title,
    .woocommerce.single-product .summary > .product-brand,
    .woocommerce.single-product .entry-summary > .product-brand,
    .woocommerce.single-product .entry-header .product_title,
    .woocommerce.single-product .hero-section .product_title,
    .woocommerce.single-product [data-prefix="product"] .entry-header .product_title,
    .woocommerce.single-product [data-prefix="product"] .entry-header .product-brand,
    .woocommerce.single-product .ct-title .product_title {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .mjp-product-mobile-header {
        display: none !important;
    }
}

.woocommerce.single-product .product-brand,
.woocommerce.single-product .product-brand a {
    color: var(--mjp-product-brand);
}

.product-brand a {
    font-weight: 600;
    text-decoration: none;
    color: var(--mjp-product-brand);
}

.product-brand a:hover {
    color: var(--mjp-product-brand);
    text-decoration: underline;
}


/* Style pour la grille des marques */
.brands-page {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.brands-hero {
    text-align: center;
    margin-bottom: 30px;
}

.brands-hero input {
    margin-top: 15px;
    padding: 10px 15px;
    width: 300px;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.brands-index {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 30px;
}

.brands-index a {
    padding: 6px 10px;
    border: 1px solid #eee;
    text-decoration: none;
    font-size: 12px;
}

.brand-letter {
    margin-top: 40px;
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.brands-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 14px;
}

.brand-card {
    border: 1px solid #eee;
    padding: 14px 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: #fff;
}

.brand-card:hover {
    transform: translateY(-3px);
    border-color: #999;
}

.brand-logo img {
    max-height: 52px;
    max-width: 100%;
    margin-bottom: 8px;
}

.brand-placeholder {
    width: 52px;
    height: 52px;
    font-size: 17px;
    margin: auto;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.brand-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

.brand-count {
    font-size: 12px;
    color: #777;
}



/* Page LE club */
.club-page {
    overflow-x: hidden;
    font-family: inherit;
}

.club-page__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 20px 60px;
}

/* BENEFITS */
.club-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.benefit-card {
    border: 1px solid #eee;
    padding: 24px 20px;
    border-radius: 12px;
    text-align: center;
}

.benefit-card h2 {
    font-size: clamp(17px, 2.5vw, 20px);
    line-height: 1.3;
    margin: 0 0 10px;
    color: var(--mjp-green);
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--mjp-muted);
    margin: 0;
}

.benefit-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--mjp-green-light);
}

.benefit-card .icon .mjp-icon {
    color: var(--mjp-green);
}

/* PRICING */
.club-pricing {
    text-align: center;
    margin-bottom: 60px;
}

.club-pricing > h2,
.club-steps > h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(24px, 4vw, 32px);
    color: var(--mjp-green);
    margin-bottom: 8px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 30px;
}

.price-card {
    border: 1px solid #eee;
    padding: 28px 24px;
    border-radius: 12px;
    width: 100%;
    max-width: 300px;
    position: relative;
    box-sizing: border-box;
}

.price-card h3 {
    font-size: 20px;
    margin: 0 0 8px;
    color: var(--mjp-green);
}

.price-card .price {
    font-size: 32px;
    font-weight: 700;
    color: var(--mjp-green);
    margin-bottom: 8px;
}

.price-card p {
    font-size: 14px;
    color: var(--mjp-muted);
    margin: 0 0 8px;
}

.price-card.highlight {
    border: 2px solid var(--mjp-green);
    background: var(--mjp-green-light);
}

.badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--mjp-rose);
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

.btn {
    display: inline-block;
    padding: 14px 18px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid var(--mjp-green);
    color: var(--mjp-green);
    font-weight: 600;
    margin-top: 15px;
    transition: all .2s ease;
    width: 100%;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn.primary {
    background: var(--mjp-green);
    color: #fff;
    border: 2px solid var(--mjp-green);
}

.btn.primary:hover {
    background: var(--mjp-green-dark);
    border-color: var(--mjp-green-dark);
}

/* STEPS */
.steps-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.step-modern {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    transition: all .2s ease;
    height: 100%;
}

.step-modern:hover {
    transform: translateY(-3px);
    border-color: var(--mjp-green);
}

.step-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: var(--mjp-green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.step-modern:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #eee;
}

.step-modern h3 {
    font-size: 17px;
    margin: 0 0 8px;
    color: var(--mjp-green);
}

.step-modern p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--mjp-muted);
    margin: 0;
}

/* FINAL CTA */
.club-final {
    text-align: center;
    padding: 40px 0;
}

.club-final h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(22px, 4vw, 30px);
    color: var(--mjp-green);
    margin-bottom: 20px;
}

.btn.primary.big {
    display: inline-block;
    width: auto;
    padding: 15px 32px;
    background: var(--mjp-green);
    color: #fff;
    text-decoration: none;
}

/* --- Page Club : responsive --- */
@media (max-width: 1024px) {
    .club-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-modern {
        grid-template-columns: 1fr;
    }

    .step-modern:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .club-page__inner {
        padding: 40px 16px 48px;
    }

    .club-benefits {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }

    .benefit-card {
        padding: 20px 18px;
    }

    .club-pricing,
    .club-steps {
        margin-bottom: 40px;
    }

    .pricing-grid {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        margin-top: 24px;
    }

    .price-card {
        max-width: 100%;
        padding-top: 32px;
    }

    .price-card.highlight {
        order: -1;
    }

    .steps-modern {
        gap: 16px;
        margin-top: 24px;
    }

    .step-modern {
        padding: 18px 16px;
    }

    .club-final {
        padding: 32px 0 16px;
    }

    .club-final .btn.primary.big {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .club-page__inner {
        padding: 32px 14px 40px;
    }

    .about-hero__cta {
        display: block;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        box-sizing: border-box;
    }

    .price-card .price {
        font-size: 28px;
    }
}



/* =============================================
   HOME PAGE E-COMMERCE
   ============================================= */

.mjp-home {
    --mjp-accent: var(--mjp-rose);
    --mjp-accent-light: var(--mjp-rose-light);
    --mjp-dark: var(--mjp-green);
    --mjp-radius: 14px;
    --mjp-shadow: 0 4px 24px rgba(109, 119, 100, 0.1);
}

.mjp-home__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- HERO (version centrée) --- */
.mjp-home-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 20px 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.mjp-home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(90, 99, 83, 0.55) 0%,
        rgba(109, 119, 100, 0.72) 45%,
        rgba(90, 99, 83, 0.85) 100%
    );
}

.mjp-home-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}


.mjp-home-hero h1 {
    font-family: var(--mjp-font-display);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    margin: 0 0 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.mjp-home-hero__lead {
    font-family: var(--mjp-font-display);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #fff;
    max-width: 640px;
    margin: 0 auto 36px;
    text-wrap: balance;
}

.mjp-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.mjp-home-hero__actions .btn {
    width: auto;
    margin-top: 0;
}

.mjp-home-hero__actions .btn.primary {
    background: #fff;
    color: var(--mjp-green);
    border-color: #fff;
}

.mjp-home-hero__actions .btn.primary:hover {
    background: var(--mjp-rose-light);
    border-color: var(--mjp-rose-light);
    color: var(--mjp-green-dark);
}

.mjp-home-hero__actions .btn.outline.light {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.mjp-home-hero__actions .btn.outline.light:hover {
    background: #fff;
    color: var(--mjp-green);
    border-color: #fff;
}

.mjp-home-hero__stats-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 720px;
}

.mjp-home-hero__stats {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    background: #fff;
    border-radius: var(--mjp-radius);
    padding: 12px 24px;
    box-shadow: 0 8px 28px rgba(109, 119, 100, 0.18);
}

.mjp-home-hero__stats div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

.mjp-home-hero__stats strong {
    font-size: 20px;
    line-height: 1.2;
    color: var(--mjp-green);
}

.mjp-home-hero__stats span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mjp-muted);
}

/* --- TRUST BAR --- */
.mjp-home-trust {
    background: var(--mjp-dark);
    color: #fff;
    padding: 44px 20px 20px;
}

.mjp-home-trust__grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mjp-home-trust__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mjp-home-trust__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(181, 125, 124, 0.25);
}

.mjp-home-trust__icon .mjp-icon {
    width: 22px;
    height: 22px;
    color: #fff;
}

.mjp-home-trust__item strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.mjp-home-trust__item span {
    font-size: 12px;
    opacity: 0.7;
}

/* --- BARRE DE RÉASSURANCE (fiche produit, réutilisable) --- */
.mjp-trust-bar {
    background: var(--mjp-green);
    color: #fff;
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce.single-product .mjp-trust-bar {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(20px, calc(50vw - 620px));
    padding-right: max(20px, calc(50vw - 620px));
}

.mjp-trust-bar__grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mjp-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mjp-trust-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(181, 125, 124, 0.25);
}

.mjp-trust-bar__icon .mjp-icon {
    width: 22px;
    height: 22px;
    color: #fff;
}

.mjp-trust-bar__item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.mjp-trust-bar__item span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

/* Réassurance fiche produit — 4 cartes sans barre */
.mjp-product-trust {
    margin-top: 48px;
    padding: 0 20px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.mjp-product-trust .mjp-trust-bar__grid {
    gap: 16px;
}

.mjp-product-trust .mjp-trust-bar__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 20px 14px;
    background: var(--mjp-green-light);
    border: 1px solid var(--mjp-border);
    border-radius: 12px;
}

.mjp-product-trust .mjp-trust-bar__icon {
    background: rgba(181, 125, 124, 0.15);
}

.mjp-product-trust .mjp-trust-bar__icon .mjp-icon {
    color: var(--mjp-rose);
}

.mjp-product-trust .mjp-trust-bar__item strong {
    color: var(--mjp-green);
    font-size: 13px;
}

.mjp-product-trust .mjp-trust-bar__item span {
    color: var(--mjp-muted);
    font-size: 12px;
}

@media (max-width: 1024px) {
    .mjp-trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
}

@media (max-width: 768px) {
    .mjp-trust-bar {
        padding: 32px 16px;
    }

    .mjp-product-trust {
        margin-top: 32px;
        padding: 0 16px;
    }

    .mjp-product-trust .mjp-trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-items: stretch;
    }

    .mjp-product-trust .mjp-trust-bar__item {
        max-width: none;
        width: 100%;
        padding: 16px 10px;
    }

    .mjp-trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 12px;
        justify-items: center;
    }

    .mjp-trust-bar__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        max-width: 160px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mjp-product-trust .mjp-trust-bar__item strong {
        font-size: 12px;
    }

    .mjp-product-trust .mjp-trust-bar__item span {
        font-size: 11px;
    }

    .mjp-trust-bar__grid {
        gap: 20px 10px;
    }

    .mjp-trust-bar__item {
        max-width: none;
    }

    .mjp-trust-bar__item strong {
        font-size: 13px;
    }

    .mjp-trust-bar__item span {
        font-size: 11px;
    }
}

/* --- SECTIONS --- */
.mjp-home-section {
    padding: 60px 0;
}

.mjp-home-section__header {
    margin-bottom: 32px;
}

.mjp-home-section__header--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.mjp-home-section__header--center {
    text-align: center;
}

.mjp-home-section__header--center p {
    color: var(--mjp-muted);
    margin-top: 8px;
}

.mjp-home-section__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mjp-accent);
    margin-bottom: 6px;
}

.mjp-home-section h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(26px, 3vw, 34px);
    margin: 0;
    color: var(--mjp-dark);
}

.mjp-home-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--mjp-dark);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.mjp-home-link:hover {
    color: var(--mjp-accent);
}

/* --- CATÉGORIES --- */
.mjp-home-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.mjp-home-cat-card {
    position: relative;
    display: block;
    height: 180px;
    border-radius: var(--mjp-radius);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.mjp-home-cat-card:hover {
    transform: translateY(-4px);
}

.mjp-home-cat-card__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--mjp-green-light), var(--mjp-rose-light));
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.mjp-home-cat-card:hover .mjp-home-cat-card__bg {
    transform: scale(1.05);
}

.mjp-home-cat-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.65));
    color: #fff;
}

.mjp-home-cat-card__overlay strong {
    font-size: 18px;
}

.mjp-home-cat-card__overlay span {
    font-size: 13px;
    opacity: 0.85;
}

/* --- PRODUCT CARDS --- */
.mjp-home-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mjp-home-products__grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

/* --- PRODUCT CAROUSEL (home) --- */
.mjp-product-carousel {
    --mjp-carousel-gap: 20px;
    --mjp-carousel-slides: 4;
    position: relative;
    padding: 0 52px;
}

.mjp-product-carousel__viewport {
    container-type: inline-size;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 10px;
}

.mjp-product-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.mjp-product-carousel__track {
    display: flex;
    gap: var(--mjp-carousel-gap);
    width: max-content;
}

.mjp-product-carousel__slide {
    flex: 0 0 calc((var(--mjp-carousel-view, 100cqi) - (var(--mjp-carousel-gap) * (var(--mjp-carousel-slides) - 1))) / var(--mjp-carousel-slides));
    min-width: 0;
    scroll-snap-align: start;
}

.mjp-product-carousel .mjp-product-card-wrap:hover .mjp-product-card {
    transform: translateY(-2px);
}

.mjp-product-carousel__btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    border: 1px solid var(--mjp-border);
    border-radius: 50%;
    background: #fff;
    color: var(--mjp-green);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.mjp-product-carousel__btn:hover:not(:disabled) {
    background: var(--mjp-green-light);
    border-color: var(--mjp-green);
}

.mjp-product-carousel__btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.mjp-product-carousel__btn--prev {
    left: 0;
}

.mjp-product-carousel__btn--next {
    right: 0;
}

.mjp-product-carousel__btn .mjp-icon {
    color: currentColor;
}

.mjp-product-carousel__dots {
    display: none;
}

.mjp-product-card-wrap {
    position: relative;
    height: 100%;
}

.mjp-product-card-wrap:hover .mjp-product-card {
    transform: translateY(-4px);
    box-shadow: var(--mjp-shadow);
}

.mjp-product-card__wishlist {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 4;
}

.mjp-product-card__wishlist .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.mjp-product-card__wishlist .yith-wcwl-add-button,
.mjp-product-card__wishlist .yith-wcwl-wishlistaddedbrowse,
.mjp-product-card__wishlist .yith-wcwl-wishlistexistsbrowse {
    margin: 0;
}

.mjp-product-card__wishlist .yith-wcwl-add-button.hide,
.mjp-product-card__wishlist .yith-wcwl-add-button[style*="display: none"],
.mjp-product-card__wishlist .yith-wcwl-add-button[style*="display:none"] {
    display: none !important;
}

.mjp-product-card-wrap.is-in-wishlist .mjp-product-card__wishlist .yith-wcwl-wishlistexistsbrowse,
.mjp-product-card-wrap.is-in-wishlist .mjp-product-card__wishlist .yith-wcwl-wishlistaddedbrowse,
.mjp-product-card__wishlist .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse,
.mjp-product-card__wishlist .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
    display: block !important;
}

.mjp-product-card__wishlist a,
.mjp-product-card__wishlist button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    color: var(--mjp-rose);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mjp-product-card__wishlist a::before,
.mjp-product-card__wishlist button::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mjp-product-card-wrap.is-in-wishlist .mjp-product-card__wishlist a,
.mjp-product-card-wrap.is-in-wishlist .mjp-product-card__wishlist button {
    color: var(--mjp-rose);
}

.mjp-product-card-wrap.is-in-wishlist .mjp-product-card__wishlist a::before,
.mjp-product-card-wrap.is-in-wishlist .mjp-product-card__wishlist button::before,
.mjp-product-card__wishlist .yith-wcwl-add-to-wishlist.exists a::before,
.mjp-product-card__wishlist .yith-wcwl-add-to-wishlist.exists button::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E");
}

.mjp-product-card__wishlist a:hover,
.mjp-product-card__wishlist button:hover {
    color: var(--mjp-rose-dark);
    transform: scale(1.06);
}

.mjp-product-card__wishlist .yith-wcwl-icon,
.mjp-product-card__wishlist i,
.mjp-product-card__wishlist img {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mjp-product-card__wishlist .feedback,
.mjp-product-card__wishlist .yith-wcwl-add-to-wishlist-text,
.mjp-product-card__wishlist span:not(.yith-wcwl-icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mjp-product-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--mjp-border);
    border-radius: var(--mjp-radius);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mjp-product-card:hover {
    color: inherit;
}

.mjp-product-card.is-outofstock {
    opacity: 0.55;
}

.mjp-product-card__image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f8f8;
}

.mjp-product-card__image .mjp-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.mjp-product-card__image .mjp-product-card__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.mjp-product-card__badge,
.mjp-product-card__stock {
    z-index: 2;
}

.mjp-product-card:hover .mjp-product-card__image--has-hover.is-hover-ready .mjp-product-card__img--primary {
    opacity: 0;
}

.mjp-product-card:hover .mjp-product-card__image--has-hover.is-hover-ready .mjp-product-card__img--hover.is-loaded {
    opacity: 1;
    visibility: visible;
    transform: scale(1.04);
}

.mjp-product-card:hover .mjp-product-card__image:not(.mjp-product-card__image--has-hover) .mjp-product-card__img--primary {
    transform: scale(1.04);
}

.mjp-product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    background: var(--mjp-rose);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    border-radius: 6px;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(181, 125, 124, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.22);
    pointer-events: none;
}

.mjp-product-card__stock {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
}

.mjp-product-card__body {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.mjp-product-card__brand {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--mjp-muted);
}

.mjp-product-card__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    color: var(--mjp-dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mjp-product-card__rating {
    display: block;
    margin-top: 6px;
}

.mjp-product-card__rating .star-rating {
    font-size: 0.8em;
    margin: 0;
}

.mjp-product-card__rating .star-rating::before {
    color: #e0e0e0;
}

.mjp-product-card__rating .star-rating span::before {
    color: var(--mjp-rose);
}

.mjp-product-card__price {
    margin-top: auto;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--mjp-dark);
}

.mjp-product-card__price del {
    color: #aaa;
    font-weight: 400;
    font-size: 13px;
}

.mjp-product-card__price ins {
    text-decoration: none;
    color: var(--mjp-accent);
}

.mjp-promos-page__intro {
    max-width: 760px;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
}

.mjp-promos-page__intro > :last-child {
    margin-bottom: 0;
}

/* --- GRILLE PRODUITS ARCHIVES / COLLECTIONS --- */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
    content: none;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    clear: none !important;
}

.woocommerce ul.products li.product .mjp-product-card-wrap {
    height: 100%;
}

/* --- BONNES AFFAIRES (page panier) --- */
.mjp-cross-sell-block {
    margin-top: 48px;
    padding: 32px 28px;
    background: #f8f8f8;
    border-radius: var(--mjp-radius);
    border: 1px solid #e0e0e0;
    text-align: center;
}

.mjp-cross-sell-block__header h2 {
    margin: 0 0 10px;
    font-family: var(--mjp-font-display, inherit);
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    font-weight: 600;
    color: #3a3a3a;
}

.mjp-cross-sell-block__accent {
    color: var(--mjp-rose);
}

.mjp-cross-sell-block__header p {
    margin: 0 0 28px;
    font-size: 1rem;
    color: #666;
}

.mjp-cross-sell-block__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left;
}

.mjp-cross-sell-block__grid::before,
.mjp-cross-sell-block__grid::after {
    display: none !important;
    content: none !important;
}

.mjp-cross-sell-block__grid li.product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
}

.mjp-cross-sell-block__cta {
    margin: 28px 0 0;
}

.mjp-cross-sell-block__cta .btn {
    display: inline-block;
}

/* --- CARTE CADEAU --- */
.mjp-home-giftcard {
    margin: 20px 0;
    border-radius: var(--mjp-radius);
    background: var(--mjp-green-light);
    border: 1px solid rgba(109, 119, 100, 0.15);
    padding: 48px 56px;
}

.mjp-home-giftcard__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.mjp-home-giftcard__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mjp-rose);
    margin-bottom: 10px;
}

.mjp-home-giftcard h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(28px, 4vw, 38px);
    margin: 0 0 16px;
    color: var(--mjp-green);
}

.mjp-home-giftcard__content p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--mjp-green-dark);
    margin: 0 0 12px;
    max-width: 520px;
}

.mjp-home-giftcard__sub {
    font-size: 15px !important;
    opacity: 0.85;
    margin-bottom: 24px !important;
}

.mjp-home-giftcard__content .btn {
    width: auto;
    margin-top: 0;
}

.mjp-home-giftcard__visual {
    display: block;
    border-radius: var(--mjp-radius);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(109, 119, 100, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: #fff;
    aspect-ratio: 4 / 3;
}

.mjp-home-giftcard__visual:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(109, 119, 100, 0.22);
}

.mjp-home-giftcard__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mjp-home-giftcard__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 240px;
    background: linear-gradient(135deg, var(--mjp-rose-light), #fff);
}

/* --- PROGRAMME DE FIDÉLITÉ --- */
.mjp-home-loyalty {
    margin: 20px 0;
    border-radius: var(--mjp-radius);
    background: linear-gradient(135deg, var(--mjp-rose-light) 0%, #fff 55%, var(--mjp-green-light) 100%);
    border: 1px solid rgba(181, 125, 124, 0.2);
    padding: 48px 56px;
}

.mjp-home-loyalty__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.mjp-home-loyalty__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mjp-rose);
    margin-bottom: 10px;
}

.mjp-home-loyalty h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(26px, 3.5vw, 36px);
    line-height: 1.2;
    margin: 0 0 16px;
    color: var(--mjp-green);
}

.mjp-home-loyalty__content > p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--mjp-green-dark);
    margin: 0 0 20px;
    max-width: 520px;
}

.mjp-home-loyalty__perks {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.mjp-home-loyalty__perks li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--mjp-green-dark);
}

.mjp-home-loyalty__perks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mjp-rose);
}

.mjp-home-loyalty__perks strong {
    color: var(--mjp-green);
}

.mjp-home-loyalty__content .btn {
    width: auto;
    margin-top: 0;
}

.mjp-home-loyalty__visual {
    display: grid;
    gap: 14px;
}

.mjp-home-loyalty__badge {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 2px 14px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(109, 119, 100, 0.12);
    box-shadow: 0 4px 20px rgba(109, 119, 100, 0.08);
}

.mjp-home-loyalty__badge--highlight {
    background: #fff;
    border-color: rgba(181, 125, 124, 0.25);
    box-shadow: 0 8px 28px rgba(181, 125, 124, 0.15);
}

.mjp-home-loyalty__badge-icon {
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(181, 125, 124, 0.15);
}

.mjp-home-loyalty__badge-icon .mjp-icon {
    color: var(--mjp-rose);
}

.mjp-home-loyalty__badge strong {
    font-size: 18px;
    line-height: 1.2;
    color: var(--mjp-green);
}

.mjp-home-loyalty__badge span {
    font-size: 13px;
    color: var(--mjp-muted);
}

.mjp-home-loyalty__badge--highlight strong {
    color: var(--mjp-rose);
}

/* --- PROMO BANNER --- */
.mjp-home-promo {
    margin: 20px 0;
    border-radius: var(--mjp-radius);
    background: linear-gradient(135deg, var(--mjp-rose) 0%, var(--mjp-rose-dark) 100%);
    padding: 48px 40px;
    text-align: center;
    color: #fff;
}

.mjp-home-promo__inner {
    max-width: 640px;
    margin: 0 auto;
}

.mjp-home-promo h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(24px, 3.5vw, 34px);
    line-height: 1.25;
    margin: 0 0 16px;
    color: #fff;
}

.mjp-home-promo p {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 28px;
}

.mjp-home-promo .btn {
    width: auto;
    margin-top: 0;
    background: #fff;
    color: var(--mjp-rose);
    border-color: #fff;
}

.mjp-home-promo .btn:hover {
    background: var(--mjp-rose-light);
    border-color: var(--mjp-rose-light);
    color: var(--mjp-rose-dark);
}

/* --- BRANDS --- */
.mjp-home-brands__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mjp-home-brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 16px;
    border: 1px solid var(--mjp-border);
    border-radius: var(--mjp-radius);
    text-decoration: none;
    color: var(--mjp-dark);
    background: #fff;
    transition: all 0.2s ease;
    text-align: center;
}

.mjp-home-brand-card:hover {
    transform: translateY(-3px);
    border-color: var(--mjp-accent);
    box-shadow: var(--mjp-shadow);
}

.mjp-home-brand-card img {
    max-height: 48px;
    max-width: 120px;
    object-fit: contain;
}

.mjp-home-brand-card__placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mjp-accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--mjp-accent);
}

.mjp-home-brand-card strong {
    font-size: 14px;
}

.mjp-home-brand-card span {
    font-size: 12px;
    color: var(--mjp-muted);
}

/* --- BY BRAND --- */
.mjp-home-brand-block {
    margin-bottom: 48px;
}

.mjp-home-brand-block:last-child {
    margin-bottom: 0;
}

.mjp-home-brand-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mjp-border);
}

.mjp-home-brand-block__header h3 {
    font-size: 22px;
    margin: 0;
    color: var(--mjp-dark);
}

/* --- BENEFITS --- */
.mjp-home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mjp-home-benefit-card {
    padding: 28px 22px;
    border: 1px solid var(--mjp-border);
    border-radius: var(--mjp-radius);
    text-align: center;
    background: #fff;
    transition: transform 0.2s ease;
}

.mjp-home-benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--mjp-shadow);
}

.mjp-home-benefit-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--mjp-green-light);
}

.mjp-home-benefit-card__icon .mjp-icon {
    width: 28px;
    height: 28px;
}

.mjp-home-benefit-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--mjp-dark);
}

.mjp-home-benefit-card p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--mjp-muted);
    margin: 0;
}

/* --- BLOG --- */
.mjp-home-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mjp-blog-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--mjp-border);
    border-radius: var(--mjp-radius);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mjp-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--mjp-shadow);
}

.mjp-blog-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--mjp-green-light);
}

.mjp-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mjp-blog-card:hover .mjp-blog-card__image img {
    transform: scale(1.04);
}

.mjp-blog-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--mjp-green-light), var(--mjp-rose-light));
}

.mjp-blog-card__placeholder .mjp-icon {
    color: var(--mjp-green);
    opacity: 0.7;
}

.mjp-blog-card__body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.mjp-blog-card__date {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--mjp-rose);
}

.mjp-blog-card__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--mjp-green);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mjp-blog-card__excerpt {
    font-size: 14px;
    line-height: 1.55;
    color: var(--mjp-muted);
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mjp-blog-card__link {
    font-size: 14px;
    font-weight: 600;
    color: var(--mjp-green);
    margin-top: 4px;
}

.mjp-blog-card:hover .mjp-blog-card__link {
    color: var(--mjp-rose);
}

/* --- AVIS CLIENTS --- */
.mjp-home-reviews {
    padding-top: 40px;
}

.mjp-home-reviews__slider {
    max-width: 100%;
    overflow: hidden;
}

.mjp-home-reviews__cta {
    text-align: center;
    margin: 32px 0 0;
}

.mjp-home-reviews__cta .btn {
    width: auto;
    margin-top: 0;
}

/* --- NOS ENGAGEMENTS --- */
.mjp-home-commitments {
    padding-bottom: 20px;
}

.mjp-home-commitments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mjp-home-commitment-card {
    padding: 32px 28px;
    border: 1px solid var(--mjp-border);
    border-radius: var(--mjp-radius);
    background: #fff;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mjp-home-commitment-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--mjp-shadow);
    border-color: var(--mjp-green);
}

.mjp-home-commitment-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--mjp-green-light);
}

.mjp-home-commitment-card__icon .mjp-icon {
    width: 28px;
    height: 28px;
}

.mjp-home-commitment-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--mjp-green);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mjp-home-commitment-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--mjp-muted);
    margin: 0 0 20px;
}

.mjp-home-commitment-card__link {
    font-size: 14px;
    font-weight: 600;
    color: var(--mjp-rose);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mjp-home-commitment-card__link:hover {
    color: var(--mjp-rose-dark);
}

.mjp-home-commitment-card__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* --- CLUB BANNER (avant blog) --- */
.mjp-home-club-banner {
    margin: 20px 0 40px;
    border-radius: var(--mjp-radius);
    background: linear-gradient(135deg, var(--mjp-green) 0%, var(--mjp-green-dark) 100%);
    padding: 48px 40px;
    text-align: center;
    color: #fff;
}

.mjp-home-club-banner__inner {
    max-width: 640px;
    margin: 0 auto;
}

.mjp-home-club-banner h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(24px, 3.5vw, 34px);
    line-height: 1.25;
    margin: 0 0 16px;
    color: #fff;
}

.mjp-home-club-banner p {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 28px;
}

.mjp-home-club-banner .btn {
    width: auto;
    margin-top: 0;
    background: #fff;
    color: var(--mjp-green);
    border-color: #fff;
}

.mjp-home-club-banner .btn:hover {
    background: var(--mjp-rose-light);
    border-color: var(--mjp-rose-light);
    color: var(--mjp-green-dark);
}

/* --- CLUB CTA --- */
.mjp-home-club {
    background: var(--mjp-dark);
    color: #fff;
    padding: 64px 20px;
    margin-top: 20px;
}

.mjp-home-club__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.mjp-home-club__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--mjp-accent);
    margin-bottom: 12px;
}

.mjp-home-club h2 {
    font-size: clamp(28px, 4vw, 40px);
    margin: 0 0 16px;
    color: #fff;
}

.mjp-home-club__content p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0 0 28px;
    max-width: 440px;
}

.mjp-home-club__content .btn {
    width: auto;
    margin-top: 0;
}

.mjp-home-club__perks {
    list-style: none;
    margin: 0;
    padding: 28px 32px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--mjp-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mjp-home-club__perks li {
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mjp-home-club__perks li:last-child {
    border-bottom: none;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .mjp-home-hero {
        min-height: 520px;
        padding: 64px 20px 90px;
    }

    .mjp-home-hero__stats-bar {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 40px;
        width: 100%;
    }

    .mjp-home-hero__stats {
        flex-wrap: wrap;
        padding: 10px 14px;
    }

    .mjp-home-trust {
        padding-top: 32px;
    }

    .mjp-home-products__grid,
    .mjp-home-products__grid--4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }

    .mjp-home-brands__grid,
    .mjp-home-blog__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mjp-home-benefits__grid,
    .mjp-home-commitments__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mjp-home-club__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mjp-home-club__content p {
        margin-left: auto;
        margin-right: auto;
    }

    .mjp-product-carousel {
        --mjp-carousel-slides: 3;
        padding: 0 44px;
    }
}

@media (max-width: 768px) {
    .mjp-home-trust__grid {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 24px 12px;
    }

    .mjp-home-trust__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        max-width: 160px;
        width: 100%;
    }

    .mjp-home-categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mjp-home-products__grid,
    .mjp-home-products__grid--4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .mjp-cross-sell-block {
        display: none;
    }

    .mjp-home-brands__grid,
    .mjp-home-blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mjp-home-promo,
    .mjp-home-giftcard,
    .mjp-home-loyalty,
    .mjp-home-club-banner {
        padding: 32px 24px;
    }

    .mjp-home-giftcard__inner,
    .mjp-home-loyalty__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .mjp-product-carousel {
        --mjp-carousel-gap: 12px;
        --mjp-carousel-slides: 2;
        padding: 0;
    }

    .mjp-product-carousel__btn {
        display: none;
    }

    .mjp-product-carousel__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
        padding: 0;
    }

    .mjp-product-carousel__dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: rgba(109, 119, 100, 0.25);
        cursor: pointer;
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .mjp-product-carousel__dot.is-active {
        background: var(--mjp-green);
        transform: scale(1.15);
    }

    .mjp-product-carousel__dot:focus-visible {
        outline: 2px solid var(--mjp-green);
        outline-offset: 2px;
    }

    .mjp-home-giftcard__content p,
    .mjp-home-loyalty__content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .mjp-home-loyalty__perks {
        text-align: left;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .mjp-home-loyalty__content .btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .mjp-home-trust__grid {
        gap: 20px 10px;
    }

    .mjp-home-trust__item {
        max-width: none;
    }

    .mjp-home-trust__item strong {
        font-size: 13px;
    }

    .mjp-home-trust__item span {
        font-size: 11px;
    }

    .mjp-home-categories__grid {
        grid-template-columns: 1fr;
    }

    .mjp-home-hero__stats {
        gap: 12px;
    }

    .mjp-home-hero__stats div {
        flex: 1 1 30%;
    }

    .mjp-home-commitments__grid,
    .mjp-home-blog__grid {
        grid-template-columns: 1fr;
    }
}


/* =============================================
   FOOTER SITE
   ============================================= */

body.has-mjp-footer #footer.ct-footer,
body.has-mjp-footer footer.ct-footer {
    display: none !important;
}

.mjp-footer {
    --mjp-accent: var(--mjp-rose);
    --mjp-dark: var(--mjp-green);
    --mjp-muted: rgba(255, 255, 255, 0.65);
    --mjp-border: rgba(255, 255, 255, 0.15);
    margin-top: auto;
}

/* Trust bar */
.mjp-footer__trust {
    background: var(--mjp-dark);
    border-top: 1px solid var(--mjp-border);
    padding: 18px 20px;
}

.mjp-footer__trust-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mjp-footer__trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.mjp-footer__trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(181, 125, 124, 0.25);
    color: #fff;
}

.mjp-footer__trust-icon .mjp-icon {
    color: #fff;
}

/* Main */
.mjp-footer__main {
    background: var(--mjp-green);
    color: #fff;
    padding: 50px 20px 48px;
}

.mjp-footer__grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
}

.mjp-footer__logo .mjp-footer__logo-link,
.mjp-footer__logo .custom-logo-link {
    display: inline-block;
}

.mjp-footer__logo img {
    max-height: 100px;
    width: auto;
}

.mjp-footer__site-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.mjp-footer__tagline {
    font-size: 14px;
    line-height: 1.6;
    color: var(--mjp-muted);
    margin: 16px 0 20px;
    max-width: 360px;
}

.mjp-footer__club-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.mjp-footer__club-link:hover {
    background: #fff;
    color: var(--mjp-green);
    border-color: #fff;
}

.mjp-footer__title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin: 0 0 18px;
}

.mjp-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mjp-footer__menu li {
    margin-bottom: 10px;
}

.mjp-footer__menu a {
    font-size: 14px;
    color: var(--mjp-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mjp-footer__menu a:hover {
    color: var(--mjp-rose-light);
}

/* Bottom */
.mjp-footer__bottom {
    background: var(--mjp-green-dark);
    padding: 20px;
    border-top: 1px solid var(--mjp-border);
}

.mjp-footer__bottom-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.mjp-footer__copy {
    font-size: 13px;
    color: var(--mjp-muted);
    margin: 0;
}

.mjp-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mjp-footer__legal li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mjp-footer__legal a {
    font-size: 13px;
    color: var(--mjp-muted);
    text-decoration: none;
}

.mjp-footer__legal a:hover {
    color: var(--mjp-rose-light);
}

.mjp-footer__payments {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.mjp-footer__payments span {
    font-size: 11px;
    font-weight: 600;
    color: var(--mjp-muted);
    background: rgba(255, 255, 255, 0.06);
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid var(--mjp-border);
}

@media (max-width: 1024px) {
    .mjp-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .mjp-footer__brand {
        grid-column: 1 / -1;
    }

    .mjp-footer__tagline {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .mjp-footer__trust-inner {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        text-align: center;
    }

    .mjp-footer__trust-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .mjp-footer__main,
    .mjp-footer__bottom {
        text-align: center;
    }

    .mjp-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        justify-items: center;
    }

    .mjp-footer__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .mjp-footer__logo,
    .mjp-footer__logo .mjp-footer__logo-link {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .mjp-footer__tagline {
        max-width: 42ch;
        margin-left: auto;
        margin-right: auto;
    }

    .mjp-footer__col--shop {
        display: none !important;
    }

    .mjp-footer__col {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .mjp-footer__col .mjp-footer__menu {
        display: inline-block;
        text-align: center;
    }

    .mjp-footer__col .mjp-footer__menu li {
        text-align: center;
    }

    .mjp-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mjp-footer__legal {
        justify-content: center;
    }

    .mjp-footer__payments {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mjp-footer__trust-inner {
        grid-template-columns: 1fr;
    }
}

/* --- VENTES PRIVÉES CLUB --- */
.mjp-club-private-sales {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}

.mjp-club-private-sales__header {
    text-align: center;
    margin-bottom: 32px;
}

.mjp-club-private-sales__label {
    display: inline-block;
    background: var(--mjp-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.mjp-club-private-sales__title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    margin: 0 0 12px;
    color: var(--mjp-primary);
}

.mjp-club-private-sales__intro {
    max-width: 560px;
    margin: 0 auto;
    color: #555;
    line-height: 1.6;
}

.mjp-club-private-sales__notice {
    max-width: 520px;
    margin: 0 auto;
    padding: 28px 24px;
    text-align: center;
    background: #f8f6f4;
    border-radius: 12px;
    border: 1px solid rgba(109, 119, 100, 0.15);
}

.mjp-club-private-sales__notice p {
    margin: 0 0 16px;
}

.mjp-club-private-sales__notice p:last-child {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.mjp-club-private-sales__empty {
    text-align: center;
    color: #666;
    padding: 48px 16px;
}

.mjp-club-private-sales__grid {
    margin-top: 8px;
}

@media (max-width: 1024px) {
    .mjp-club-private-sales ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .mjp-club-private-sales ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .mjp-club-private-sales ul.products {
        grid-template-columns: 1fr !important;
    }
}

/* --- BANDEAU CLUB (Mon compte) --- */
.mjp-my-account-club-banner {
    margin: 0 0 20px;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(109, 119, 100, 0.08);
    border: 1px solid rgba(109, 119, 100, 0.18);
    border-left: 3px solid var(--mjp-green);
}

.mjp-my-account-club-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mjp-my-account-club-banner__text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    min-width: 0;
}

.mjp-my-account-club-banner__label {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mjp-green-dark);
    background: rgba(109, 119, 100, 0.12);
    padding: 3px 8px;
    border-radius: 4px;
}

.mjp-my-account-club-banner__text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.mjp-my-account-club-banner__link {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--mjp-green-dark);
    text-decoration: none;
    white-space: nowrap;
}

.mjp-my-account-club-banner__link:hover {
    color: var(--mjp-accent);
    text-decoration: underline;
}

.mjp-my-account-club-banner--join {
    background: rgba(181, 125, 124, 0.08);
    border-color: rgba(181, 125, 124, 0.2);
    border-left-color: var(--mjp-accent);
}

.mjp-my-account-club-banner--join .mjp-my-account-club-banner__label {
    color: var(--mjp-accent);
    background: rgba(181, 125, 124, 0.12);
}

.mjp-my-account-club-banner--join .mjp-my-account-club-banner__link {
    color: var(--mjp-accent);
}

.mjp-my-account-club-banner--join .mjp-my-account-club-banner__link:hover {
    color: var(--mjp-green-dark);
}

@media (max-width: 600px) {
    .mjp-my-account-club-banner__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* --- PAGE À PROPOS --- */
.about-page {
    overflow-x: hidden;
}

.about-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 72px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(90, 99, 83, 0.88) 0%,
        rgba(109, 119, 100, 0.72) 50%,
        rgba(181, 125, 124, 0.55) 100%
    );
}

.about-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

.about-hero__eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: rgba(255, 255, 255, 0.18);
    padding: 6px 14px;
    border-radius: 20px;
}

.about-hero h1 {
    font-family: var(--mjp-font-display);
    font-size: clamp(32px, 6vw, 52px);
    line-height: 1.15;
    margin: 0 0 18px;
    color: #fff;
}

.about-hero__lead {
    font-size: clamp(17px, 2.5vw, 22px);
    line-height: 1.55;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

.about-hero__cta {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 28px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.about-hero__cta:hover {
    background: #fff;
    color: var(--mjp-green-dark);
}

.about-quote {
    max-width: 860px;
    margin: -36px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-quote__inner {
    margin: 0;
    padding: 32px 36px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--mjp-rose);
    text-align: center;
}

.about-quote__inner p {
    font-family: var(--mjp-font-display);
    font-size: clamp(18px, 2.8vw, 24px);
    line-height: 1.55;
    color: var(--mjp-green-dark);
    margin: 0 0 16px;
}

.about-quote__inner cite {
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: var(--mjp-rose);
    letter-spacing: 0.02em;
}

.about-welcome {
    max-width: 760px;
    margin: 0 auto;
    padding: 64px 20px 56px;
}

.about-welcome__header h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(26px, 4vw, 34px);
    color: var(--mjp-green);
    text-align: center;
    margin: 0 0 32px;
}

.about-welcome__content {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

.about-welcome__content p {
    margin: 0 0 18px;
}

.about-welcome__question {
    font-size: 18px;
    font-weight: 600;
    color: var(--mjp-green-dark);
}

.about-values {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 64px;
}

.about-values__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 36px;
}

.about-values__header h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(26px, 4vw, 34px);
    color: var(--mjp-green);
    margin: 0 0 12px;
}

.about-values__header p {
    margin: 0;
    font-size: 16px;
    color: var(--mjp-muted);
    line-height: 1.6;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.about-values__card {
    background: #fff;
    border: 1px solid var(--mjp-border);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
}

.about-values__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--mjp-green-light);
}

.about-values__icon .mjp-icon {
    color: var(--mjp-green);
}

.about-values__icon--rose {
    background: var(--mjp-rose-light);
}

.about-values__icon--rose .mjp-icon {
    color: var(--mjp-rose);
}

.about-values__card h3 {
    font-size: 18px;
    color: var(--mjp-green-dark);
    margin: 0 0 10px;
}

.about-values__card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}

.about-selection {
    background: var(--mjp-green-light);
    padding: 64px 20px;
    margin-bottom: 64px;
}

.about-selection__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: start;
}

.about-selection__label {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mjp-green);
}

.about-selection__content h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(24px, 3.5vw, 32px);
    color: var(--mjp-green-dark);
    margin: 0 0 16px;
}

.about-selection__content > p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 20px;
}

.about-selection__list {
    margin: 0 0 24px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.about-selection__list li {
    margin-bottom: 8px;
}

.about-selection__list li:last-child {
    margin-bottom: 0;
}

.about-selection__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--mjp-green-dark);
    text-decoration: none;
}

.about-selection__link:hover {
    color: var(--mjp-rose);
}

.about-selection__link .mjp-icon {
    transition: transform 0.2s ease;
}

.about-selection__link:hover .mjp-icon {
    transform: translateX(3px);
}

.about-selection__aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-selection__highlight {
    background: #fff;
    border-radius: 14px;
    padding: 24px 22px;
    border: 1px solid rgba(109, 119, 100, 0.12);
}

.about-selection__highlight .mjp-icon {
    color: var(--mjp-green);
    margin-bottom: 12px;
}

.about-selection__highlight h3 {
    font-size: 17px;
    color: var(--mjp-green-dark);
    margin: 0 0 8px;
}

.about-selection__highlight p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #555;
}

.about-selection__highlight a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mjp-green);
    text-decoration: none;
}

.about-selection__highlight a:hover {
    color: var(--mjp-rose);
    text-decoration: underline;
}

.about-selection__highlight--rose {
    background: #fff;
    border-color: rgba(181, 125, 124, 0.15);
}

.about-selection__highlight--rose .mjp-icon {
    color: var(--mjp-rose);
}

.about-mission {
    background: linear-gradient(135deg, var(--mjp-green) 0%, var(--mjp-green-dark) 100%);
    padding: 56px 24px;
    text-align: center;
    color: #fff;
}

.about-mission__inner {
    max-width: 700px;
    margin: 0 auto;
}

.about-mission__label {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.8);
}

.about-mission h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.35;
    margin: 0 0 14px;
    color: #fff;
}

.about-mission__tagline {
    margin: 0;
    font-size: 17px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.88);
}

.about-passion {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 20px;
}

.about-passion__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
}

.about-passion__header h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(26px, 4vw, 34px);
    color: var(--mjp-green);
    margin: 0 0 12px;
}

.about-passion__header p {
    margin: 0;
    font-size: 16px;
    color: var(--mjp-muted);
    line-height: 1.6;
}

.about-passion__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.about-passion__card {
    background: var(--mjp-green-light);
    border: 1px solid rgba(109, 119, 100, 0.12);
    border-radius: 16px;
    padding: 32px 28px;
}

.about-passion__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff;
}

.about-passion__icon .mjp-icon {
    color: var(--mjp-green);
}

.about-passion__icon--rose {
    background: var(--mjp-rose-light);
}

.about-passion__icon--rose .mjp-icon {
    color: var(--mjp-rose);
}

.about-passion__card h3 {
    font-size: 20px;
    color: var(--mjp-green-dark);
    margin: 0 0 12px;
}

.about-passion__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #555;
}

.about-cta {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.about-cta__shop,
.about-cta__club {
    border-radius: 16px;
    padding: 36px 32px;
    text-align: center;
}

.about-cta__shop {
    background: #fff;
    border: 1px solid var(--mjp-border);
}

.about-cta__shop h2,
.about-cta__club h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(22px, 3vw, 28px);
    margin: 0 0 12px;
}

.about-cta__shop h2 {
    color: var(--mjp-green);
}

.about-cta__shop p,
.about-cta__club p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 24px;
}

.about-cta__club {
    background: linear-gradient(145deg, var(--mjp-rose-light) 0%, #fff 100%);
    border: 1px solid rgba(181, 125, 124, 0.2);
}

.about-cta__club-label {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mjp-rose);
}

.about-cta__club h2 {
    color: var(--mjp-rose-dark);
}

.about-cta .btn {
    width: auto;
    min-width: 200px;
}

@media (max-width: 900px) {
    .about-values__grid,
    .about-passion__grid,
    .about-cta,
    .about-selection__inner {
        grid-template-columns: 1fr;
    }

    .about-selection {
        margin-bottom: 48px;
    }
}

@media (max-width: 600px) {
    .about-hero {
        min-height: 320px;
        padding: 64px 18px 56px;
    }

    .about-quote {
        margin-top: -24px;
    }

    .about-quote__inner {
        padding: 24px 20px;
    }

    .about-welcome {
        padding-top: 48px;
    }

    .about-passion,
    .about-cta {
        padding-bottom: 48px;
    }

    .about-cta__shop,
    .about-cta__club {
        padding: 28px 22px;
    }
}

/* --- PAGE PROGRAMME DE FIDÉLITÉ --- */
.loyalty-page {
    overflow-x: hidden;
}
.loyalty-how__list{
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    text-align: left;
}

.loyalty-page__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 56px 20px 72px;
}

.loyalty-section__header {
    text-align: center;
    margin-bottom: 32px;
}

.loyalty-section__header h2,
.loyalty-wallet__content h2,
.loyalty-account__content h2,
.loyalty-club h2 {
    font-family: var(--mjp-font-display);
    font-size: clamp(24px, 3.5vw, 30px);
    color: var(--mjp-green);
    margin: 0 0 10px;
}

.loyalty-section__header p {
    margin: 0;
    font-size: 16px;
    color: var(--mjp-muted);
}

.loyalty-section__label,
.loyalty-club__label {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mjp-green);
}

.loyalty-how {
    margin-bottom: 56px;
}

.loyalty-how__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.loyalty-how__card {
    background: var(--mjp-green-light);
    border: 1px solid rgba(109, 119, 100, 0.12);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
}

.loyalty-how__card--highlight {
    background: var(--mjp-rose-light);
    border-color: rgba(181, 125, 124, 0.15);
}

.loyalty-how__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fff;
}

.loyalty-how__icon .mjp-icon {
    color: var(--mjp-green);
}

.loyalty-how__icon--rose .mjp-icon {
    color: var(--mjp-rose);
}

.loyalty-how__card h3 {
    font-size: 20px;
    color: var(--mjp-green-dark);
    margin: 0 0 10px;
}

.loyalty-how__card--highlight h3 {
    color: var(--mjp-rose-dark);
}

.loyalty-how__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.loyalty-example {
    text-align: center;
    padding: 20px 24px;
    background: #fff;
    border: 1px dashed rgba(109, 119, 100, 0.35);
    border-radius: 12px;
}

.loyalty-example__label {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--mjp-muted);
}

.loyalty-example__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.loyalty-example__text strong {
    color: var(--mjp-green-dark);
}

.loyalty-wallet {
    background: linear-gradient(135deg, var(--mjp-green) 0%, var(--mjp-green-dark) 100%);
    border-radius: 16px;
    padding: 40px 36px;
    margin-bottom: 32px;
    color: #fff;
}

.loyalty-wallet__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    align-items: center;
}

.loyalty-wallet__content h2 {
    color: #fff;
}

.loyalty-wallet__content > p {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 16px;
}

.loyalty-wallet__list {
    margin: 0 0 16px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.loyalty-wallet__list li {
    margin-bottom: 6px;
}

.loyalty-wallet__note {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

.loyalty-wallet__visual {
    text-align: center;
}

.loyalty-wallet__meter {
    height: 12px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}

.loyalty-wallet__meter-fill {
    display: block;
    width: 68%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
}

.loyalty-wallet__visual > p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.loyalty-account {
    margin-bottom: 32px;
}

.loyalty-account__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 28px 28px;
    background: #fff;
    border: 1px solid var(--mjp-border);
    border-radius: 16px;
}

.loyalty-account__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--mjp-rose-light);
    flex-shrink: 0;
}

.loyalty-account__icon .mjp-icon {
    color: var(--mjp-rose);
}

.loyalty-account__content p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.loyalty-account__content ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}

.loyalty-account__content li {
    margin-bottom: 4px;
}

.loyalty-account .btn {
    width: auto;
    white-space: nowrap;
    align-self: center;
}

.loyalty-club {
    text-align: center;
    padding: 36px 28px;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--mjp-rose-light) 0%, #fff 100%);
    border: 1px solid rgba(181, 125, 124, 0.2);
}

.loyalty-club__inner {
    max-width: 560px;
    margin: 0 auto;
}

.loyalty-club__label {
    color: var(--mjp-rose);
}

.loyalty-club p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.65;
    color: #555;
}

.loyalty-club h2 {
    color: var(--mjp-rose-dark);
}

.loyalty-club .btn {
    width: auto;
    min-width: 200px;
}

@media (max-width: 900px) {
    .loyalty-how__grid,
    .loyalty-wallet__inner {
        grid-template-columns: 1fr;
    }

    .loyalty-account__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .loyalty-account__icon {
        margin: 0 auto;
    }

    .loyalty-account__content ul {
        text-align: left;
        display: inline-block;
    }

    .loyalty-account .btn {
        justify-self: center;
    }
}

@media (max-width: 600px) {
    .loyalty-page__inner {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .loyalty-wallet {
        padding: 28px 22px;
    }

    .loyalty-account__inner {
        padding: 24px 20px;
    }
}

/* Panier / checkout (blocs WooCommerce) : masquer la description sous le titre */
.wc-block-components-product-metadata__description {
    display: none !important;
}