/* Corrections responsive — Boulangerie Cerise */

/* Logo header — animation hover légère (effet sticker) */
#header_logo > a {
    display: inline-block;
    transform-origin: center center;
    transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1),
                filter 0.4s ease;
}

#header_logo > a img.logo {
    display: block;
}

@media (hover: hover) and (pointer: fine) {
    #header_logo > a:hover,
    #header_logo > a:focus {
        transform: scale(1.06) rotate(-2deg) translateY(-5px);
        filter: drop-shadow(0 10px 22px rgba(172, 1, 159, 0.32));
    }
}

@media (prefers-reduced-motion: reduce) {
    #header_logo > a {
        transition: transform 0.2s ease, filter 0.2s ease;
    }

    #header_logo > a:hover,
    #header_logo > a:focus {
        transform: scale(1.02);
        filter: drop-shadow(0 4px 10px rgba(172, 1, 159, 0.2));
    }
}

/* Titres sections en image (ex. "Les Suggestions de Cerise") */
.product_block_container .header_title_out,
.home_blog .header_title_out,
.testimonial_container .header_title_out,
.header_title_out {
    overflow: visible !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.product_block_container .header_title_out h3,
.home_blog .header_title_out h3,
.header_title_out h3 {
    line-height: normal !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header_title_out h3 img,
.header_title_out .cerise-section-title-img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .product_block_container .header_title_out,
    .home_blog .header_title_out,
    .header_title_out {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 50px;
    }

    .header_title_out h3 img,
    .header_title_out .cerise-section-title-img {
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .product_block_container .header_title_out,
    .home_blog .header_title_out,
    .header_title_out {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Navigation panier / commande — boutons empilés sur mobile */
@media (max-width: 767px) {
    p.cart_navigation,
    .cart_navigation {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin: 20px 0 24px;
        padding: 0;
        clear: both;
        overflow: visible;
    }

    p.cart_navigation::before,
    p.cart_navigation::after,
    .cart_navigation::before,
    .cart_navigation::after {
        display: none;
        content: none;
    }

    .cart_navigation .button-medium,
    .cart_navigation .standard-checkout,
    .cart_navigation button.button-medium,
    .cart_navigation button.standard-checkout {
        order: 1;
        float: none !important;
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .cart_navigation .button-medium span,
    .cart_navigation .standard-checkout span,
    .cart_navigation button.button-medium span {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .cart_navigation .button-exclusive {
        order: 2;
        float: none !important;
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 !important;
        padding: 12px 15px !important;
        font-size: 14px !important;
        text-align: center;
        box-sizing: border-box;
    }

    .cart_navigation .button-exclusive i {
        margin-right: 6px;
    }
}

/* Checkout — options livraison / retrait (mobile) */
@media (max-width: 767px) {
    #order #carrier_area .order_carrier_content.box,
    #order-opc #carrier_area .order_carrier_content.box {
        padding: 12px 10px;
        overflow-x: visible;
    }

    #order .order_carrier_content .delivery_options_address .carrier_title,
    #order-opc .order_carrier_content .delivery_options_address .carrier_title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 14px;
        padding: 0 2px;
    }

    #order .delivery_options,
    #order-opc .delivery_options {
        margin: 0;
        padding: 0;
    }

    #order .delivery_option,
    #order-opc .delivery_option {
        margin-bottom: 12px;
    }

    #order .delivery_option > div,
    #order-opc .delivery_option > div {
        margin-bottom: 0;
    }

    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume,
    #order .delivery_option > div > table.delivery_option_carrier,
    #order-opc .delivery_option > div > table.delivery_option_carrier {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        margin: 0;
        border: 1px solid #e3e3e3 !important;
        border-radius: 12px;
        overflow: hidden;
        box-sizing: border-box;
        table-layout: auto;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    #order .delivery_option > div > table.resume tbody,
    #order-opc .delivery_option > div > table.resume tbody,
    #order .delivery_option > div > table.delivery_option_carrier tbody,
    #order-opc .delivery_option > div > table.delivery_option_carrier tbody {
        display: block;
        width: 100%;
    }

    #order .delivery_option > div > table.resume tr,
    #order-opc .delivery_option > div > table.resume tr,
    #order .delivery_option > div > table.delivery_option_carrier tr,
    #order-opc .delivery_option > div > table.delivery_option_carrier tr {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        padding: 14px 12px;
        box-sizing: border-box;
        border: none;
        gap: 0;
    }

    #order .delivery_option > div > table.delivery_option_carrier tr + tr,
    #order-opc .delivery_option > div > table.delivery_option_carrier tr + tr {
        border-top: 1px dashed #ececec;
        padding-top: 10px;
        margin-top: 2px;
    }

    #order .delivery_option > div > table.delivery_option_carrier tr:not(:first-child) td.delivery_option_logo,
    #order-opc .delivery_option > div > table.delivery_option_carrier tr:not(:first-child) td.delivery_option_logo {
        flex: 0 0 68px;
        order: 1;
        margin-left: 34px;
    }

    #order .delivery_option > div > table.delivery_option_carrier tr:not(:first-child) > td:not(.delivery_option_logo),
    #order-opc .delivery_option > div > table.delivery_option_carrier tr:not(:first-child) > td:not(.delivery_option_logo) {
        flex: 1 1 calc(100% - 102px);
        order: 2;
        padding-top: 0 !important;
    }

    #order .delivery_option > div > table.resume td,
    #order-opc .delivery_option > div > table.resume td,
    #order .delivery_option > div > table.delivery_option_carrier td,
    #order-opc .delivery_option > div > table.delivery_option_carrier td,
    .delivery_option_carrier td,
    .delivery_option_carrier td + td,
    .delivery_option_carrier td + td + td {
        display: block;
        width: auto !important;
        max-width: 100%;
        padding: 0 !important;
        border: none !important;
        box-sizing: border-box;
        float: none !important;
    }

    #order .delivery_option > div > table.resume td.delivery_option_radio,
    #order-opc .delivery_option > div > table.resume td.delivery_option_radio,
    #order .delivery_option > div > table.delivery_option_carrier td.delivery_option_radio,
    #order-opc .delivery_option > div > table.delivery_option_carrier td.delivery_option_radio {
        flex: 0 0 34px;
        order: 1;
        padding-top: 6px !important;
        text-align: left !important;
    }

    #order .delivery_option > div > table.resume td.delivery_option_logo,
    #order-opc .delivery_option > div > table.resume td.delivery_option_logo,
    #order .delivery_option > div > table.delivery_option_carrier td.delivery_option_logo,
    #order-opc .delivery_option > div > table.delivery_option_carrier td.delivery_option_logo {
        flex: 0 0 68px;
        order: 2;
        padding-left: 0 !important;
    }

    #order .delivery_option > div > table.resume td.delivery_option_price,
    #order-opc .delivery_option > div > table.resume td.delivery_option_price,
    #order .delivery_option > div > table.delivery_option_carrier td.delivery_option_price,
    #order-opc .delivery_option > div > table.delivery_option_carrier td.delivery_option_price {
        flex: 1 1 auto;
        order: 3;
        text-align: right !important;
        align-self: flex-start;
        padding-top: 8px !important;
        font-size: 14px;
        font-weight: 700;
        color: #333;
        white-space: nowrap;
    }

    #order .delivery_option > div > table.resume tr > td:not(.delivery_option_radio):not(.delivery_option_logo):not(.delivery_option_price),
    #order-opc .delivery_option > div > table.resume tr > td:not(.delivery_option_radio):not(.delivery_option_logo):not(.delivery_option_price),
    #order .delivery_option > div > table.delivery_option_carrier tr > td:not(.delivery_option_radio):not(.delivery_option_logo):not(.delivery_option_price),
    #order-opc .delivery_option > div > table.delivery_option_carrier tr > td:not(.delivery_option_radio):not(.delivery_option_logo):not(.delivery_option_price) {
        flex: 1 1 100%;
        order: 4;
        width: 100% !important;
        padding-top: 10px !important;
        font-size: 13px;
        line-height: 1.5;
        word-wrap: break-word;
        overflow-wrap: anywhere;
    }

    #order .delivery_option > div > table.resume tr > td strong,
    #order-opc .delivery_option > div > table.resume tr > td strong,
    #order .delivery_option > div > table.delivery_option_carrier tr > td strong,
    #order-opc .delivery_option > div > table.delivery_option_carrier tr > td strong {
        display: block;
        font-size: 15px;
        line-height: 1.35;
        margin-bottom: 4px;
        color: #222;
    }

    #order .delivery_option .order_carrier_logo,
    #order-opc .delivery_option .order_carrier_logo {
        display: block;
        max-width: 56px;
        max-height: 56px;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    #order .delivery_option:has(.delivery_option_radio:checked) > div > table.resume,
    #order-opc .delivery_option:has(.delivery_option_radio:checked) > div > table.resume {
        border-color: #ac019f !important;
        box-shadow: inset 0 0 0 2px #ac019f, 0 2px 10px rgba(172, 1, 159, 0.12);
        background: #f9eef8;
    }

    #order .delivery_option .delivery_option_price .delivery_option_price,
    #order-opc .delivery_option .delivery_option_price .delivery_option_price {
        display: inline-block;
    }

    #order .delivery_option .cerise-casier24-help-btn,
    #order-opc .delivery_option .cerise-casier24-help-btn {
        display: inline-block;
        margin: 8px 0 0;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    #order .delivery_option .cerise-carrier-info-hint,
    #order-opc .delivery_option .cerise-carrier-info-hint {
        margin-left: 4px;
    }
}

@media (max-width: 767px) {
    body#order #columns,
    body#order #center_column,
    body#order-opc #columns,
    body#order-opc #center_column {
        overflow-x: hidden;
        max-width: 100%;
    }
}

/* Fil d'Ariane — page active en cerise */
.breadcrumb {
    color: #ac019f;
}

.breadcrumb .navigation_page {
    color: #ac019f;
}

.breadcrumb a:hover {
    color: #ac019f;
}

.category_cover_content .breadcrumb a:hover {
    color: #ac019f;
}

/* Bouton retour en haut — cerise (même media query que le thème) */
@media (min-width: 768px) {
    .back-top a,
    .back-top a.back-top-button {
        background: #ac019f !important;
    }

    .back-top a:hover,
    .back-top a.back-top-button:hover,
    .back-top a:focus,
    .back-top a.back-top-button:focus {
        background: #8a017f !important;
    }
}

/* Boutons — survol cerise (hors mini-panier #button_order_cart) */
.button.button-medium:hover,
.button.button-small:not(#button_order_cart):hover,
.button.exclusive-medium:hover,
.button.lnk_view:hover,
.button.ajax_add_to_cart_button:hover,
.cart_navigation .button-medium:hover,
.cart_navigation .button-exclusive:hover,
.cart_navigation .standard-checkout:hover,
.cart_navigation a.button:hover,
.save_button .button-small:hover,
.save_button button:hover,
.save-button button:hover,
#update_delivery:hover,
button[name="submitdeliverydetail"]:hover {
    background: #ac019f !important;
    border-color: #ac019f !important;
    color: #fff !important;
}

.button.button-medium:hover span,
.button.button-small:not(#button_order_cart):hover span,
.cart_navigation .button-medium:hover span,
.cart_navigation .standard-checkout:hover span {
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
}

/* Mini-panier : Commander — fond blanc au survol, texte lisible */
.cart_block .cart-buttons,
#header .cart_block .cart-buttons {
    background: #ac019f !important;
}

.cart_block .cart-buttons a#button_order_cart,
#header .cart_block .cart-buttons a#button_order_cart {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

.cart_block .cart-buttons a#button_order_cart span,
#header .cart_block .cart-buttons a#button_order_cart span {
    display: block !important;
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

.cart_block .cart-buttons a#button_order_cart:hover,
.cart_block .cart-buttons a#button_order_cart:focus,
.cart_block .cart-buttons a#button_order_cart.button-small:hover,
#header .cart_block .cart-buttons a#button_order_cart:hover,
#header .cart_block .cart-buttons a#button_order_cart:focus {
    background: transparent !important;
    border-color: transparent !important;
    color: #ac019f !important;
}

.cart_block .cart-buttons a#button_order_cart:hover span,
.cart_block .cart-buttons a#button_order_cart:focus span,
.cart_block .cart-buttons a#button_order_cart.button-small:hover span,
#header .cart_block .cart-buttons a#button_order_cart:hover span,
#header .cart_block .cart-buttons a#button_order_cart:focus span {
    background: #fff !important;
    color: #ac019f !important;
    border-color: #fff !important;
}

.button.button-medium:active,
.button.button-small:active,
.cart_navigation .button-medium:active,
.cart_navigation .button-exclusive:active,
.cart_navigation .standard-checkout:active,
.save_button button:active,
.save-button button:active {
    background: #8a017f !important;
    border-color: #8a017f !important;
}

/* Couleur marque globale — menu, titres, liens, accents thème */
.pt_custommenu .pt_menu .parentMenu a:hover,
.pt_custommenu .pt_menu.act .parentMenu a,
.pt_custommenu .pt_menu.active .parentMenu a,
#index .pt_custommenu .pt_menu .parentMenu a:hover,
#index .pt_custommenu .pt_menu.act .parentMenu a,
#index .pt_custommenu .pt_menu.active .parentMenu a,
.pt_custommenu .pt_menu .popup .itemMenu a:hover,
.pt_custommenu .pt_menu .popup .itemSubMenu a:hover,
.pt_custommenu .pt_menu .popup .block1 a:hover {
    color: #ac019f !important;
}

.pt_custommenu .pt_menu.act .parentMenu a,
.pt_custommenu .pt_menu.active .parentMenu a,
#index .pt_custommenu .pt_menu.act .parentMenu a,
#index .pt_custommenu .pt_menu.active .parentMenu a {
    border-bottom-color: #ac019f !important;
}

.static_top .txt_content .txt1,
.pos-slideshow-info .desc_slider .txt1,
.txt_content .txt1 {
    color: #ac019f !important;
}

.static_top .txt_content .desc .txt_vertical:after,
.static_top .txt_content a.lnk_more:hover,
.product_block_container .header_title ul li.active,
.home_blog .header_title ul li.active,
.testimonial_inner .navi a:hover,
#search_block_top .btn.button-search:hover,
#search_block_top .btn.button-search.active,
.shopping_cart .ajax_cart_product_txt a:hover,
.price.product-price,
.content_price .price,
.old-price.product-price,
.button.ajax_add_to_cart_button:hover,
.button.lnk_view:hover,
a.main-color,
.main-color,
.sdstitle_block a:hover,
.sdsreadMore .more a:hover {
    color: #ac019f !important;
}

.button.ajax_add_to_cart_button,
.button.lnk_view:hover,
.btn.btn-default:not(#button_order_cart):hover,
.btn.btn-default:not(#button_order_cart):focus,
.btn.btn-default:not(#button_order_cart):active,
.button.button-medium,
.button.exclusive-medium {
    border-color: #ac019f;
}

.button.ajax_add_to_cart_button:hover,
.button.lnk_view:hover,
.btn.btn-default:not(#button_order_cart):hover {
    background: #ac019f !important;
    border-color: #ac019f !important;
}

.layer_cart_overlay,
#layer_cart .cross:hover {
    color: #ac019f !important;
}

#layer_cart .layer_cart_cart .button-container .btn.button-medium {
    background: #ac019f;
    border-color: #ac019f;
}

ul.step li.step_current,
ul#order_step li.step_current {
    background: #ac019f !important;
    border-top-color: #9b0190 !important;
    border-bottom-color: #6d0164 !important;
    border-right-color: #8a017f !important;
}

/* Fiche produit — bouton Ajouter au panier */
.box-info-product .exclusive,
.box-info-product button.exclusive,
#add_to_cart .exclusive,
#add_to_cart button.exclusive {
    color: #ac019f !important;
    border: 2px solid #ac019f !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.box-info-product .exclusive:hover,
.box-info-product button.exclusive:hover,
#add_to_cart .exclusive:hover,
#add_to_cart button.exclusive:hover {
    color: #fff !important;
    background: #ac019f !important;
    border-color: #ac019f !important;
}

.box-info-product .exclusive:active,
.box-info-product .exclusive:focus,
#add_to_cart .exclusive:active,
#add_to_cart .exclusive:focus {
    color: #fff !important;
    background: #8a017f !important;
    border-color: #8a017f !important;
}

/* Fiche produit — « Nouveau produit » et libellés in_border */
.in_border p span,
#product_condition span,
#product_condition .editable {
    color: #ac019f !important;
}

/* Description courte — anciennes couleurs rouge en inline (ex. lots 3+1) */
#short_description_content span[style],
#short_description_content [style*="color:#d"],
#short_description_content [style*="color: #d"],
#short_description_content [style*="color:#e"],
#short_description_content [style*="color: #e"],
#short_description_content [style*="color:#c9"],
#short_description_content [style*="color: #c9"] {
    color: #ac019f !important;
}

/* Liste produits — boutons Ajouter au panier */
.product_content .item .right-block .ajax_add_to_cart_button,
.product_content .item .transfer .ajax_add_to_cart_button,
.product_content .item .transfer a.exclusive.ajax_add_to_cart_button,
a.exclusive.ajax_add_to_cart_button.btn {
    color: #ac019f !important;
    border: 1px solid #ac019f !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.product_content .item .right-block .ajax_add_to_cart_button:hover,
.product_content .item .transfer .ajax_add_to_cart_button:hover,
.product_content .item .transfer a.exclusive.ajax_add_to_cart_button:hover,
a.exclusive.ajax_add_to_cart_button.btn:hover {
    color: #fff !important;
    background: #ac019f !important;
    border-color: #ac019f !important;
}

/* Carrousels produits — flèches prev/next (similaires, accessoires, accueil) */
.product_content .navi a,
.productscategory_block .navi a,
.accessories_block .navi a,
.home_blog .product_content .navi a {
    background: #ac019f !important;
    background-color: #ac019f !important;
    color: #fff !important;
    border: none !important;
    opacity: 1 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0 !important;
    box-shadow: 0 2px 8px rgba(172, 1, 159, 0.25);
}

.product_content .navi a:hover,
.product_content .navi a:focus,
.productscategory_block .navi a:hover,
.productscategory_block .navi a:focus,
.accessories_block .navi a:hover,
.accessories_block .navi a:focus,
.home_blog .product_content .navi a:hover,
.home_blog .product_content .navi a:focus {
    background: #8a017f !important;
    background-color: #8a017f !important;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .product_content:hover .navi,
    .productscategory_block .product_content:hover .navi,
    .accessories_block .product_content:hover .navi {
        opacity: 1 !important;
    }
}

/* Miniatures fiche produit */
#views_block .navi a:hover,
#views_block .navi a:focus {
    color: #ac019f !important;
    border-color: #ac019f !important;
    background: #fff !important;
}

/* Mini-panier header — icône sac + badge quantité */
.shopping_cart_header .shopping_cart a.current,
.shopping_cart_header .shopping_cart a.current i,
.shopping_cart_header .shopping_cart a.current .icon_bag_alt,
.shopping_cart_header .shopping_cart a.current .icon_bag_alt:before {
    color: #ac019f !important;
}

.shopping_cart_header .shopping_cart a.current:hover,
.shopping_cart_header .shopping_cart a.current:hover i,
.shopping_cart_header .shopping_cart a.current:hover .icon_bag_alt,
.shopping_cart_header .shopping_cart a.current.active,
.shopping_cart_header .shopping_cart a.current.active i,
.shopping_cart_header .shopping_cart a.current.active .icon_bag_alt {
    color: #8a017f !important;
}

.shopping_cart_header .shopping_cart a.current .ajax_cart_quantity {
    background: #262626 !important;
    color: #fff !important;
}

.shopping_cart_header .shopping_cart a.current .ajax_cart_quantity:before {
    background: #333 !important;
}

.shopping_cart_header .shopping_cart a.current .ajax_cart_quantity span {
    color: #fff !important;
}

.shopping_cart_header .shopping_cart a.current:hover .ajax_cart_quantity,
.shopping_cart_header .shopping_cart a.current.active .ajax_cart_quantity {
    background: #ac019f !important;
    color: #fff !important;
}

.shopping_cart_header .shopping_cart a.current:hover .ajax_cart_quantity:before,
.shopping_cart_header .shopping_cart a.current.active .ajax_cart_quantity:before {
    background: #ac019f !important;
}

.shopping_cart_header .shopping_cart a.current:hover .ajax_cart_quantity span,
.shopping_cart_header .shopping_cart a.current.active .ajax_cart_quantity span {
    color: #fff !important;
}

#index .shopping_cart_header .shopping_cart a.current .ajax_cart_quantity {
    background: #ac019f !important;
    color: #fff !important;
}

#index .shopping_cart_header .shopping_cart a.current .ajax_cart_quantity:before {
    background: #ac019f !important;
}

#index .shopping_cart_header .shopping_cart a.current .ajax_cart_quantity span {
    color: #fff !important;
}

/* ── Barre de navigation mobile fixe ── */
@media (max-width: 767px) {
    body.has-cerise-mnav {
        padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    }

    body.has-cerise-mnav #footer,
    body.has-cerise-mnav .footer-container {
        margin-bottom: 0;
    }

    .cerise-mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10050;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 0;
        min-height: 58px;
        padding: 4px 4px calc(4px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
        box-sizing: border-box;
    }

    .cerise-mnav-item {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        min-width: 0;
        min-height: 48px;
        padding: 4px 2px;
        border: 0;
        background: transparent;
        color: #666;
        text-decoration: none;
        font-size: 10px;
        line-height: 1.15;
        font-family: inherit;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(172, 1, 159, 0.12);
        touch-action: manipulation;
        transition: color 0.2s ease;
        position: relative;
    }

    .cerise-mnav-item .cerise-mnav-icon,
    .cerise-mnav-item .cerise-mnav-icon svg,
    .cerise-mnav-item .cerise-mnav-label,
    .cerise-mnav-item .cerise-mnav-badge {
        pointer-events: none;
    }

    .cerise-mnav-item:focus,
    .cerise-mnav-item:hover {
        color: #ac019f;
        text-decoration: none;
        outline: none;
    }

    .cerise-mnav-item.is-active {
        color: #ac019f;
    }

    .cerise-mnav-item--account.is-active .cerise-mnav-icon {
        background: rgba(172, 1, 159, 0.1);
        border-radius: 12px;
    }

    .cerise-mnav-item--order {
        color: #ac019f;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .cerise-mnav-item--order .cerise-mnav-icon {
        background: #ac019f;
        color: #fff;
        border-radius: 14px;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 1;
    }

    .cerise-mnav-item--order .cerise-mnav-icon svg {
        width: 18px;
        height: 18px;
    }

    .cerise-mnav-item--order.is-active,
    .cerise-mnav-item--order:hover,
    .cerise-mnav-item--order:focus {
        color: #8a017f;
    }

    .cerise-mnav-item--order.is-active .cerise-mnav-icon,
    .cerise-mnav-item--order:hover .cerise-mnav-icon,
    .cerise-mnav-item--order:focus .cerise-mnav-icon {
        background: #8a017f;
        color: #fff;
    }

    .cerise-mnav-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
    }

    .cerise-mnav-icon svg {
        width: 22px;
        height: 22px;
        display: block;
    }

    .cerise-mnav-label {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }

    .cerise-mnav-badge {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 999px;
        background: #ac019f;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        box-sizing: border-box;
        pointer-events: none;
    }

    .cerise-mnav-item--cart {
        z-index: 6;
        flex: 1.15 1 0;
        padding-right: 8px;
        padding-left: 4px;
    }

    .cerise-mnav-item--cart.is-active {
        color: #ac019f;
    }

    .cerise-mnav-badge.is-empty {
        display: none;
    }

    @media (max-width: 360px) {
        .cerise-mnav-label {
            font-size: 9px;
        }
    }
}

@media (min-width: 768px) {
    .cerise-mobile-bottom-nav {
        display: none !important;
    }
}

/* ── Panier latéral (side cart) ── */
body.cerise-sidecart-open {
    overflow: hidden;
}

.cerise-sidecart-overlay {
    position: fixed;
    inset: 0;
    z-index: 10060;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cerise-sidecart-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.cerise-sidecart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10070;
    display: flex;
    flex-direction: column;
    width: min(420px, 100vw);
    max-width: 100%;
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cerise-sidecart.is-open {
    transform: translateX(0);
}

.cerise-sidecart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.cerise-sidecart__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #262626;
}

.cerise-sidecart__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.cerise-sidecart__close:hover,
.cerise-sidecart__close:focus {
    background: #ac019f;
    color: #fff;
    outline: none;
}

.cerise-sidecart__body {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
}

.cerise-sidecart__footer {
    flex-shrink: 0;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eee;
    background: #fafafa;
}

.cerise-sidecart__fullcart {
    display: block;
    text-align: center;
    padding: 10px 14px;
    color: #ac019f;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e8cce6;
    border-radius: 4px;
    background: #fff;
}

.cerise-sidecart__fullcart:hover,
.cerise-sidecart__fullcart:focus {
    color: #fff;
    background: #ac019f;
    border-color: #ac019f;
    text-decoration: none;
}

#cerise-sidecart-body .cart_block,
#cerise-sidecart-body #header .cart_block {
    position: static !important;
    top: auto !important;
    right: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    text-align: left !important;
}

#cerise-sidecart-body .cart_block .block_content {
    padding: 0 20px 16px;
}

#cerise-sidecart-body .cart_block_list {
    max-height: none !important;
}

#cerise-sidecart-body .cart_block dl.products dt {
    padding: 14px 0;
}

#cerise-sidecart-body .cart_block .cart_block_no_products {
    padding: 40px 20px;
    text-align: center;
    font-size: 15px;
    color: #888;
}

#cerise-sidecart-body .cart_block .cart-prices {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

#cerise-sidecart-body .cart_block .cart-buttons {
    margin: 16px 0 0;
    padding: 0 !important;
    background: transparent !important;
    border-top: none !important;
}

#cerise-sidecart-body .cart_block .cart-buttons a#button_order_cart {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    background: #ac019f !important;
    border: 1px solid #ac019f !important;
    border-radius: 6px;
    box-shadow: none !important;
    color: #fff !important;
}

#cerise-sidecart-body .cart_block .cart-buttons a#button_order_cart span {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

#cerise-sidecart-body .cart_block .cart-buttons a#button_order_cart:hover,
#cerise-sidecart-body .cart_block .cart-buttons a#button_order_cart:focus {
    background: #8a017f !important;
    border-color: #8a017f !important;
    color: #fff !important;
}

#cerise-sidecart-body .cart_block .cart-buttons a#button_order_cart:hover span,
#cerise-sidecart-body .cart_block .cart-buttons a#button_order_cart:focus span {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    body.has-cerise-mnav.cerise-sidecart-open {
        padding-bottom: 0;
    }

    .cerise-sidecart {
        width: 100vw;
    }

    .cerise-sidecart__header {
        padding-top: calc(14px + env(safe-area-inset-top, 0px));
    }
}

/* ── Popup catégories Commander ── */
body.cerise-order-modal-open {
    overflow: hidden;
}

.cerise-order-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10080;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.cerise-order-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.cerise-order-modal {
    position: fixed;
    inset: 0;
    z-index: 10090;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.cerise-order-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cerise-order-modal__panel {
    width: 100%;
    max-width: 420px;
    max-height: min(78vh, 640px);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.cerise-order-modal.is-open .cerise-order-modal__panel {
    transform: translateY(0) scale(1);
}

.cerise-order-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 22px 12px;
}

.cerise-order-modal__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #ac019f;
}

.cerise-order-modal__close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f3f3f3;
    color: #444;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.cerise-order-modal__close:hover,
.cerise-order-modal__close:focus {
    background: #ac019f;
    color: #fff;
    outline: none;
}

.cerise-order-modal__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px 18px 22px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.cerise-order-modal__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    color: #262626;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cerise-order-modal__item:hover,
.cerise-order-modal__item:focus {
    border-color: #d8a8d4;
    background: #fdf5fc;
    color: #ac019f;
    text-decoration: none;
    transform: translateY(-1px);
}

.cerise-order-modal__item-label {
    flex: 1 1 auto;
    min-width: 0;
}

.cerise-order-modal__chevron {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1;
    color: #ac019f;
    font-weight: 400;
}

.cerise-order-modal__item--all {
    background: #f8f0f7;
    border-color: #ecd8ea;
    margin-top: 4px;
}

.cerise-order-modal__item--all:hover,
.cerise-order-modal__item--all:focus {
    background: #f3e4f1;
    border-color: #ac019f;
}

@media (max-width: 767px) {
    .cerise-order-modal {
        align-items: flex-end;
        padding: 0 0 calc(58px + env(safe-area-inset-bottom, 0px));
    }

    .cerise-order-modal__panel {
        max-width: 100%;
        border-radius: 22px 22px 0 0;
        max-height: 72vh;
    }

    .cerise-order-modal__title {
        font-size: 20px;
    }

    .cerise-order-modal__item {
        padding: 14px 16px;
        font-size: 15px;
    }
}

/* Popup d'accueil — desktop uniquement */
@media (max-width: 991px) {
    .cerise-welcome-popup,
    .cerise-welcome-popup-overlay {
        display: none !important;
    }
}

body.cerise-welcome-popup-open {
    overflow: hidden;
}

.cerise-welcome-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 10100;
    background: rgba(20, 8, 24, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.cerise-welcome-popup-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.cerise-welcome-popup {
    position: fixed;
    inset: 0;
    z-index: 10110;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.cerise-welcome-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cerise-welcome-popup__panel {
    position: relative;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(172, 1, 159, 0.22), 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transform: translateY(24px) scale(0.96);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
}

.cerise-welcome-popup.is-open .cerise-welcome-popup__panel {
    transform: translateY(0) scale(1);
}

.cerise-welcome-popup__panel::before {
    content: '';
    display: block;
    height: 6px;
    background: linear-gradient(90deg, #ac019f 0%, #d946c8 50%, #ac019f 100%);
}

.cerise-welcome-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(172, 1, 159, 0.08);
    color: #ac019f;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 2;
}

.cerise-welcome-popup__close:hover,
.cerise-welcome-popup__close:focus {
    background: #ac019f;
    color: #fff;
    transform: rotate(90deg);
    outline: none;
}

.cerise-welcome-popup__badge {
    display: inline-block;
    margin: 22px auto 0;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ac019f, #8a017f);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(172, 1, 159, 0.35);
}

.cerise-welcome-popup__logo {
    margin: 18px auto 12px;
    padding: 0 28px;
}

.cerise-welcome-popup__logo-img {
    max-width: 180px;
    max-height: 72px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(172, 1, 159, 0.15));
}

.cerise-welcome-popup__title {
    margin: 0;
    padding: 0 24px;
    font-size: 26px;
    font-weight: 800;
    color: #2a1028;
    line-height: 1.2;
}

.cerise-welcome-popup__title span {
    color: #ac019f;
    display: block;
    font-size: 30px;
    margin-top: 4px;
}

.cerise-welcome-popup__subtitle {
    margin: 8px 0 0;
    padding: 0 24px;
    font-size: 15px;
    color: #7a5c78;
    font-weight: 500;
}

.cerise-welcome-popup__highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 22px 20px 0;
    padding: 16px 18px;
    background: linear-gradient(135deg, #fdf5fc 0%, #f8ebf7 100%);
    border: 1px solid rgba(172, 1, 159, 0.15);
    border-radius: 16px;
    text-align: left;
}

.cerise-welcome-popup__icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}

.cerise-welcome-popup__highlight strong {
    display: block;
    color: #ac019f;
    font-size: 15px;
    margin-bottom: 6px;
}

.cerise-welcome-popup__highlight p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #4a3548;
}

.cerise-welcome-popup__features {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 18px 20px 0;
    padding: 0;
    list-style: none;
}

.cerise-welcome-popup__features li {
    padding: 6px 12px;
    background: #fff;
    border: 1.5px solid #e8d0e6;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ac019f;
}

.cerise-welcome-popup__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 20px 24px;
}

.cerise-welcome-popup__ctas-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.cerise-welcome-popup__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: none;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
}

.cerise-welcome-popup__ctas-row .cerise-welcome-popup__btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
}

.cerise-welcome-popup__btn--solo {
    flex: 0 0 auto;
    min-width: calc(50% - 6px);
}

.cerise-welcome-popup__btn-icon {
    font-size: 15px;
    line-height: 1;
}

.cerise-welcome-popup__btn--primary {
    background: linear-gradient(135deg, #ac019f, #8a017f);
    color: #fff;
    box-shadow: 0 6px 20px rgba(172, 1, 159, 0.35);
}

.cerise-welcome-popup__btn--primary:hover,
.cerise-welcome-popup__btn--primary:focus {
    background: linear-gradient(135deg, #8a017f, #6e0166);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(172, 1, 159, 0.4);
    outline: none;
}

.cerise-welcome-popup__btn--outline {
    background: #fff;
    color: #ac019f;
    border: 2px solid #ac019f;
}

.cerise-welcome-popup__btn--outline:hover,
.cerise-welcome-popup__btn--outline:focus {
    background: #fdf5fc;
    color: #8a017f;
    border-color: #8a017f;
    outline: none;
}

@media (max-width: 767px) {
    .cerise-welcome-popup {
        align-items: flex-end;
        padding: 0 0 calc(58px + env(safe-area-inset-bottom, 0px));
    }

    .cerise-welcome-popup__panel {
        max-width: 100%;
        border-radius: 22px 22px 0 0;
    }

    .cerise-welcome-popup__title {
        font-size: 22px;
    }

    .cerise-welcome-popup__title span {
        font-size: 26px;
    }

    .cerise-welcome-popup__logo-img {
        max-width: 150px;
    }

    .cerise-welcome-popup__ctas-row {
        flex-direction: column;
    }

    .cerise-welcome-popup__ctas-row .cerise-welcome-popup__btn,
    .cerise-welcome-popup__btn--solo {
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
    }
}

/* Hero accueil — mobile uniquement */
@media (min-width: 992px) {
    .cerise-home-hero {
        display: none !important;
    }
}

/* Hero accueil — Casier 24h/24 */
.cerise-home-hero {
    background: linear-gradient(135deg, #fdf8fc 0%, #f8eef6 45%, #fff 100%);
    border-bottom: 1px solid rgba(172, 1, 159, 0.08);
    padding: 28px 0 36px;
    overflow: hidden;
}

.cerise-home-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.cerise-home-hero__content {
    flex: 1 1 55%;
    min-width: 0;
}

.cerise-home-hero__badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ac019f, #8a017f);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 20px;
}

.cerise-home-hero__title {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    color: #2a1028;
}

.cerise-home-hero__title span {
    color: #ac019f;
}

.cerise-home-hero__lead {
    margin: 0 0 24px;
    max-width: 540px;
    font-size: 16px;
    line-height: 1.6;
    color: #5c455a;
}

.cerise-home-hero__lead strong {
    color: #ac019f;
}

.cerise-home-hero__ctas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.cerise-home-hero__ctas-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    max-width: 520px;
}

.cerise-home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: none;
    line-height: 1.2;
    white-space: nowrap;
}

.cerise-home-hero__ctas-row .cerise-home-hero__btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
}

.cerise-home-hero__btn--solo {
    flex: 0 0 auto;
    min-width: calc(50% - 6px);
}

.cerise-home-hero__btn-icon {
    font-size: 16px;
    line-height: 1;
}

.cerise-home-hero__btn--primary {
    background: linear-gradient(135deg, #ac019f, #8a017f);
    color: #fff;
    box-shadow: 0 6px 20px rgba(172, 1, 159, 0.3);
}

.cerise-home-hero__btn--primary:hover,
.cerise-home-hero__btn--primary:focus {
    background: linear-gradient(135deg, #8a017f, #6e0166);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(172, 1, 159, 0.38);
    outline: none;
}

.cerise-home-hero__btn--outline {
    background: #fff;
    color: #ac019f;
    border: 2px solid #ac019f;
}

.cerise-home-hero__btn--outline:hover,
.cerise-home-hero__btn--outline:focus {
    background: #fdf5fc;
    color: #8a017f;
    border-color: #8a017f;
    outline: none;
}

.cerise-home-hero__visual {
    flex: 0 1 380px;
    display: flex;
    justify-content: center;
}

.cerise-home-hero__card {
    width: 100%;
    max-width: 340px;
    padding: 22px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(172, 1, 159, 0.12), 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(172, 1, 159, 0.1);
}

.cerise-home-hero__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #ac019f;
}

.cerise-home-hero__card-logo {
    max-width: 56px;
    max-height: 34px;
    width: auto;
    height: auto;
}

.cerise-home-hero__card-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cerise-home-hero__stat {
    padding: 14px 12px;
    background: #faf5f9;
    border-radius: 14px;
    text-align: center;
}

.cerise-home-hero__stat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #2a1028;
    line-height: 1.1;
}

.cerise-home-hero__stat span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #7a5c78;
    line-height: 1.3;
}

.cerise-home-hero__stat--accent {
    background: linear-gradient(135deg, #fdf0fb, #f5dff2);
    border: 1px solid rgba(172, 1, 159, 0.15);
}

.cerise-home-hero__stat--accent strong {
    color: #ac019f;
    font-size: 26px;
}

@media (max-width: 991px) {
    .cerise-home-hero__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .cerise-home-hero__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .cerise-home-hero__ctas {
        align-items: center;
        width: 100%;
    }

    .cerise-home-hero__ctas-row {
        max-width: 100%;
    }

    .cerise-home-hero__visual {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cerise-home-hero {
        padding: 20px 0 24px;
    }

    .cerise-home-hero__ctas-row {
        flex-direction: column;
    }

    .cerise-home-hero__ctas-row .cerise-home-hero__btn,
    .cerise-home-hero__btn--solo {
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
    }

    .cerise-home-hero__card {
        max-width: 100%;
    }
}

/* Page CMS — Casiers 24h/24 */
.cerise-cms-casier {
    max-width: 760px;
    margin: 0 auto;
    padding: 8px 0 24px;
    color: #3d2a3b;
}

.cerise-cms-casier h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2a1028;
    margin: 0 0 8px;
    line-height: 1.25;
}

.cerise-cms-casier h2 span {
    color: #ac019f;
}

.cerise-cms-casier h3 {
    font-size: 18px;
    font-weight: 600;
    color: #7a5c78;
    margin: 0 0 20px;
}

.cerise-cms-casier h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2a1028;
    margin: 28px 0 12px;
}

.cerise-cms-casier__visual {
    text-align: center;
    margin: 0 0 24px;
}

.cerise-cms-casier__visual img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(42, 16, 40, 0.12);
}

.cerise-cms-casier__lead {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 20px;
}

.cerise-cms-casier__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}

.cerise-cms-casier__features li {
    background: linear-gradient(135deg, #fdf0fb, #f5dff2);
    border: 1px solid rgba(172, 1, 159, 0.15);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    color: #ac019f;
}

.cerise-cms-casier__steps {
    margin: 0;
    padding-left: 1.25rem;
    line-height: 1.65;
}

.cerise-cms-casier__steps li {
    margin-bottom: 12px;
}

.cerise-cms-casier__cta {
    margin: 28px 0 0;
    text-align: center;
}

.cerise-cms-casier__btn {
    display: inline-block;
    background: #ac019f;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.cerise-cms-casier__btn:hover,
.cerise-cms-casier__btn:focus {
    background: #8a0180;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .cerise-cms-casier h2 {
        font-size: 22px;
    }

    .cerise-cms-casier__features {
        justify-content: center;
    }
}

/* Page CMS — FAQ */
.cerise-cms-faq {
    max-width: 820px;
    margin: 0 auto;
    padding: 8px 0 32px;
    color: #3d2a3b;
}

.cerise-cms-faq__intro,
.cerise-cms-faq__outro {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 24px;
}

.cerise-cms-faq__outro {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(172, 1, 159, 0.12);
}

.cerise-cms-faq__section {
    margin-bottom: 28px;
}

.cerise-cms-faq__heading {
    font-size: 20px;
    font-weight: 700;
    color: #ac019f;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(172, 1, 159, 0.15);
}

.cerise-cms-faq__item {
    border: 1px solid rgba(42, 16, 40, 0.1);
    border-radius: 12px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.cerise-cms-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 15px;
    color: #2a1028;
    cursor: pointer;
    list-style: none;
    line-height: 1.4;
}

.cerise-cms-faq__item summary::-webkit-details-marker {
    display: none;
}

.cerise-cms-faq__item summary::after {
    content: '+';
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(172, 1, 159, 0.1);
    color: #ac019f;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.cerise-cms-faq__item[open] summary::after {
    content: '−';
    background: #ac019f;
    color: #fff;
}

.cerise-cms-faq__item[open] summary {
    border-bottom: 1px solid rgba(42, 16, 40, 0.08);
    background: linear-gradient(135deg, #fdf8fc, #faf5f9);
}

.cerise-cms-faq__answer {
    padding: 14px 18px 18px;
    font-size: 15px;
    line-height: 1.65;
}

.cerise-cms-faq__answer p {
    margin: 0 0 12px;
}

.cerise-cms-faq__answer p:last-child {
    margin-bottom: 0;
}

.cerise-cms-faq__answer ul {
    margin: 0 0 12px;
    padding-left: 1.25rem;
}

.cerise-cms-faq__answer li {
    margin-bottom: 6px;
}

.cerise-cms-faq__answer a {
    color: #ac019f;
    font-weight: 600;
    text-decoration: underline;
}

.cerise-cms-faq__answer a:hover {
    color: #8a0180;
}

.cerise-cms-faq__answer code {
    background: #f5eef4;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .cerise-cms-faq__item summary {
        font-size: 14px;
        padding: 12px 14px;
    }

    .cerise-cms-faq__answer {
        padding: 12px 14px 16px;
        font-size: 14px;
    }
}
