/*
Theme Name: Aux Arcades
Theme URI:  https://odiens.com
Author:     Odiens
Author URI: https://odiens.com
Template:   storefront
Version:    1.0
*/

/* ═══════════════════════════════════════════
   RESET GLOBAL
═══════════════════════════════════════════ */
html, body {
    overflow-x: clip;
    margin: 0;
    padding: 0;
}


/* ═══════════════════════════════════════════
   1. CONTENEUR PRINCIPAL .col-full
═══════════════════════════════════════════ */
.paddingleftright {
	padding-left:15px !important;
	padding-right:15px !important;
	MAX-WIDTH: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.page-id-350 .storefront-breadcrumb {
	padding-left:15px !important;
	padding-right:15px !important;
}
#post-350 .entry-title {
	display:none !important;
}
.has-medium-font-size {
	font-size:18px !important;
}
.home .col-full, .page-id-350 .col-full {
    box-sizing: border-box !important;
    display: block !important;
    width: auto !important;
    max-width: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: none !important;
    position: static !important;
}

body .col-full {
    box-sizing: border-box !important;
    display: block !important;
    width: auto !important;
    max-width: 1550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    float: none !important;
    position: static !important;
}
.home .col-full {
	    padding-left: 0px !important;
    padding-right: 0px !important;
}
header .col-full {
    box-sizing: border-box !important;
    display: block !important;
    width: auto !important;
    max-width: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: none !important;
    position: static !important;
}
.site-header .col-full,
.site-header .storefront-primary-navigation .col-full {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.aa-products-section > .wp-block-group__inner-container {
	max-width:1400px;
}

.aa-brands-section .wp-block-group__inner-container {
	    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

/* ═══════════════════════════════════════════
   2. TOP BAR
═══════════════════════════════════════════ */
.aa-topbar {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 11px 16px;
    text-align: center;
}
.aa-topbar__inner {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}
.aa-topbar__sep { opacity: 0.4; }


/* ═══════════════════════════════════════════
   3. HEADER — STRUCTURE
═══════════════════════════════════════════ */
.site-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Flex sur les 2 rangées */
.site-header > .col-full,
.site-header .storefront-primary-navigation > .col-full {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 40px;
}
.site-header > .col-full {
    padding-top: 24px;
    padding-bottom: 24px;
}
.site-header .storefront-primary-navigation {
    margin: 0;
    padding: 0;
}
.site-header .storefront-primary-navigation > .col-full {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Annule floats et clearfix pseudos de Storefront */
.site-header > .col-full > *,
.site-header .storefront-primary-navigation > .col-full > * {
    float: none !important;
}
.site-header > .col-full::before,
.site-header > .col-full::after,
.site-header .storefront-primary-navigation > .col-full::before,
.site-header .storefront-primary-navigation > .col-full::after {
    display: none !important;
    content: none !important;
}

/* Enfants du header */
.site-header .site-branding {
    margin: 0;
    flex-shrink: 0;
}
.site-header .aa-header-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    flex: 0 1 auto;   /* ← AUTORISE le rétrécissement */
    min-width: 0;     /* ← Permet de descendre sous la taille préférée */
}
.site-header .main-navigation {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto;
    border: none !important;
}
.site-header .main-navigation > div.menu {
    display: none !important;  /* Cache le menu fallback wp_page_menu */
}
.site-header .skip-link {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
}


/* ═══════════════════════════════════════════
   4. MON COMPTE
═══════════════════════════════════════════ */
.aa-account {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    flex-shrink: 0;
}
.aa-account:hover {
    opacity: 0.6;
    color: #111;
}


/* ═══════════════════════════════════════════
   5. RECHERCHE
═══════════════════════════════════════════ */
.aa-search-wrap {
    position: relative;
    flex: 0 1 auto;       /* ← peut shrink */
    min-width: 0;
    max-width: 280px;
}
.aa-search-wrap .widget_product_search { margin: 0; }
.aa-search-wrap .widget_product_search form {
    margin: 0;
    position: relative;
}
.aa-search-wrap input[type="search"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px 14px 10px 38px;
    box-sizing: border-box !important;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    font-style: italic;
    color: #888;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s;
}
.aa-search-wrap input[type="search"]:focus {
    border-color: #111;
    font-style: normal;
    color: #111;
}
.aa-search-wrap .widget_product_search form::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.3-4.3'/></svg>") no-repeat center / contain;
    pointer-events: none;
    z-index: 1;
}
.aa-search-wrap button[type="submit"],
.aa-search-wrap input[type="submit"] { display: none; }
.aa-search-wrap label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}


/* ═══════════════════════════════════════════
   6. MENU PRINCIPAL
═══════════════════════════════════════════ */
.site-header .main-navigation .menu-toggle {
    display: none !important;
}
.site-header .main-navigation > div,
.site-header .main-navigation .primary-navigation {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
}
.site-header .main-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    text-align: left !important;
}
.site-header .main-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.site-header .main-navigation ul li a {
    display: block !important;
    padding: 0 32px 0 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    line-height: 1.4 !important;
    background: none !important;
}

.storefront-primary-navigation {
	padding-bottom:24px !important;
}
.site-header .main-navigation ul li a:hover { color: #555 !important; }


/* ═══════════════════════════════════════════
   7. PANIER DESKTOP + ICÔNE SAC
═══════════════════════════════════════════ */
.woocommerce-active .site-header .site-header-cart,
.site-header .site-header-cart {
    list-style: none;
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}
.site-header .site-header-cart li {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.site-header .site-header-cart li:nth-child(2),
.site-header .site-header-cart .widget_shopping_cart {
    display: none !important;
}
.site-header .site-header-cart .cart-contents {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    color: #111 !important;
    text-decoration: none !important;
    font-size: 17px !important;
    background: none !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.site-header .site-header-cart .amount {
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 !important;
}
.site-header .site-header-cart .count {
    color: #999 !important;
    font-weight: 400 !important;
    margin-left: 4px !important;
}

/* Icône sac qui remplace l'icône WooCommerce */
.woocommerce-active .site-header .site-header-cart .cart-contents::before {
    content: "" !important;
    display: inline-block !important;
    width: 22px;
    height: 24px;
    font-family: inherit !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M5 8h14l-1 13a1.5 1.5 0 0 1-1.5 1.4H7.5A1.5 1.5 0 0 1 6 21L5 8z'/><path d='M9 8V6a3 3 0 0 1 6 0v2'/></svg>") no-repeat center / contain !important;
    margin: 0 0 0 100px !important;
    order: 99;
    vertical-align: middle;
}
.woocommerce-active .site-header .site-header-cart .cart-contents::after {
    content: none !important;
    display: none !important;
}


/* ═══════════════════════════════════════════
   8. BURGER + PANIER MOBILE (cachés en desktop)
═══════════════════════════════════════════ */
.aa-burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin: 0;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 200;
    order: 99;
    flex-shrink: 0;
}
.aa-burger__bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #111;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.aa-menu-open .aa-burger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.aa-menu-open .aa-burger__bar:nth-child(2) { opacity: 0; }
.aa-menu-open .aa-burger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.aa-mobile-cart {
    display: none;
    position: relative;
    color: #111;
    text-decoration: none;
    padding: 8px;
    order: 98;
    flex-shrink: 0;
}
.aa-mobile-cart__count {
    position: absolute;
    top: 0;
    right: 0;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    line-height: 1;
}


/* ═══════════════════════════════════════════
   9. DRAWER MOBILE + OVERLAY
═══════════════════════════════════════════ */
.aa-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: none;
}
.aa-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    max-width: 85vw;
    height: 100vh;
    background: #fff;
    z-index: 9999 !important;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 16px rgba(0,0,0,0.1);
    display: none;
}
.aa-mobile-drawer__inner {
    padding: 64px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.aa-mobile-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    color: #111;
    padding: 8px;
    z-index: 2;
}

.titre-hero {
	font-size:50px !important;
}

.deschero {
	max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
	line-height:2.5 !important;
}
.nomargintop {
	margin-top:5px !important;
}
.scn-btn-hero {
	margin-top:-15px !important;
}
.scn-btn-hero a {
	font-weight: 500 !important;
    text-decoration: underline !important;
}
.home .entry-title {
	display:none !important;
}
	
/* Drawer — recherche */
.aa-mobile-drawer__search,
.aa-mobile-drawer__search .widget_product_search {
    margin: 0;
    padding: 0;
    width: 100%;
}
.aa-mobile-drawer__search .woocommerce-product-search,
.aa-mobile-drawer__search form {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.aa-mobile-drawer__search form::before {
    content: "" !important;
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.3-4.3'/></svg>") no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
}
.aa-mobile-drawer__search input[type="search"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px 16px 12px 44px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    color: #111;
}
.aa-mobile-drawer__search label,
.aa-mobile-drawer__search button { display: none; }

/* Drawer — menu */
.aa-mobile-drawer__nav .aa-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.aa-mobile-drawer__nav .aa-mobile-menu li { margin: 0; padding: 0; }
.aa-mobile-drawer__nav .aa-mobile-menu li a {
    display: block;
    padding: 16px 0;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #eee;
}
.aa-mobile-drawer__nav .aa-mobile-menu li a:hover { color: #555; }

/* Drawer — compte */
.aa-mobile-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    padding: 16px 0;
}

/* États ouvert */
.aa-menu-open { overflow: hidden; }
.aa-menu-open .aa-mobile-overlay { opacity: 1; visibility: visible; }
.aa-menu-open .aa-mobile-drawer { transform: translateX(0); }
.woocommerce-active .site-header .site-branding {
		width: 55.913043% !important;
}

/* ═══════════════════════════════════════════
   10. RESPONSIVE — UN bloc par breakpoint
═══════════════════════════════════════════ */
@media (max-width: 1690px) {
	.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container, .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
		width: 70vw;
        max-width: 70vw;
	}
	.titre-hero {
		font-size:45px !important;
	}
}

/* ── 1200px : reduce header padding ── */
@media (max-width: 1200px) {
    .site-header .col-full,
    .site-header .storefront-primary-navigation .col-full {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
	.woocommerce-active .site-header .site-branding {
		width: 35.913043% !important;
	}
		.titre-hero {
		font-size:40px !important;
	}
}

/* ── 992px : tablette ── */
@media (max-width: 992px) {
		.titre-hero {
		font-size:31px !important;
	}
    .site-header .col-full,
    .site-header .storefront-primary-navigation .col-full {
        padding-left: 28px !important;
        padding-right: 28px !important;
        gap: 24px;
    }
    .aa-search-wrap { max-width: 220px; }
    .site-header .main-navigation ul li a {
        padding-right: 20px !important;
        font-size: 12px !important;
    }
}

/* ── 950px : on cache le texte "Mon compte" (garde l'icône) ── */
@media (max-width: 950px) {
    .aa-account span { display: none; }
    .aa-account { padding: 8px; }
}

/* ── 768px : bascule mobile ── */
@media (max-width: 768px) {
		.titre-hero {
		font-size:25px !important;
	}
    .aa-topbar {
        font-size: 15px;
        padding: 8px 12px;
    }
    .aa-topbar__inner { gap: 6px; }

    .site-header .col-full,
    .site-header .storefront-primary-navigation .col-full {
        padding-left: 16px !important;
        padding-right: 16px !important;
        gap: 8px !important;
    }
    .site-header > .col-full {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .site-header .site-branding img,
    .site-header .custom-logo {
        max-width: 140px !important;
        height: auto !important;
        width: auto !important;
    }

    /* Cache desktop, montre mobile */
    .aa-header-actions { display: none !important; }
    .site-header .storefront-primary-navigation { display: none !important; }
    .aa-burger { display: inline-flex; }
    .aa-mobile-cart { display: inline-flex; margin-left: auto; }
    .aa-mobile-drawer { display: block; }
    .aa-mobile-overlay { display: block; }
}

/* ── 480px : très petit mobile ── */
@media (max-width: 480px) {
	.woocommerce-account.aa-account-page .woocommerce-MyAccount-content p {
		font-size:18px !important;
	}
	.woocommerce-account.aa-account-page .woocommerce-MyAccount-content a {
		font-size:17px !important;
	}
    .site-header .site-branding img,
    .site-header .custom-logo {
        max-width: 110px !important;
    }
    .aa-topbar { font-size: 15px; }
    .aa-topbar__sep { display: none; }
    .aa-topbar__inner {
        flex-direction: column;
        gap: 2px;
    }
	.woocommerce-checkout .wc-block-components-radio-control__label {
	margin-left:30px !important;
}
#post-167 > div.entry-content > div > div.wc-block-components-sidebar-layout.wc-block-checkout.is-mobile > div.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block > form > div.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block > span > a {
	font-size:13px !important;
}
	.deschero {
		line-height:1.5 !important;
	}
	.nomargintop {
		margin-top:15px !important;
	}
	.heroscene {
		min-height:50vh !important;
	}
	
	.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container, .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
		width: 80vw;
        max-width: 80vw;
	}
}

/* ═══════════════════════════════════════════
   12. SECTION REELS — Titre + description
   (la grid des reels elle-même est dans le plugin)
═══════════════════════════════════════════ */

.aa-reels-heading {
    text-align: center;
    max-width: 1200px;
    margin: 50px auto 50px !important;
    padding: 0 24px;
}

.aa-reels-heading h2 {
    font-size: clamp(24px, 2.6vw, 36px);
    font-weight: 300 !important;
    color: #111;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 16px;
}

.aa-reels-heading p {
    color: #444;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .aa-reels-heading {
        margin: 40px auto 24px !important;
        padding: 0 20px;
    }
}


/* ═══════════════════════════════════════════
   13. SECTION PRODUITS — "Les nouveautés de la semaine"
═══════════════════════════════════════════ */

/* Wrapper pleine largeur — version renforcée */
.aa-products-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #FAF9F8 !important;
    padding: 80px 24px !important;
    box-sizing: border-box !important;
}

/* Centre tout le contenu interne sur le viewport */
.aa-products-section > * {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    box-sizing: border-box;
}

/* Titre + description */
.aa-products-heading {
    text-align: center;
    max-width: unset !important;
    margin: 0 auto 48px !important;
}
.aa-products-heading h2 {
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 300 !important;
    color: #111;
    letter-spacing: -0.01em;

    margin-left: auto !important;
    margin-right: auto !important;
}

.wc-block-product-template h2 {
	max-width:230px;
}
ins .woocommerce-Price-amount bdi, .woocommerce-Price-amount bdi {
	font-weight: bold;
    color: black;
	font-size: 18px;
}
del .woocommerce-Price-amount bdi {
	color: #838383;
	font-weight: bold;
	font-size: 18px;
	margin-right:5px;
}

.aa-products-heading p {
    color: #444;
    font-size: clamp(14px, 1.1vw, 15px);
    line-height: 1.6;
    max-width: 1000px;
    margin-left:auto !important;
	margin-right:auto !important;
}

/* Grid produits — 4 colonnes par défaut */
.aa-products-grid ul.products,
.aa-products-grid .wc-block-grid__products,
.aa-products-grid .wp-block-woocommerce-product-template,
.aa-products-grid .wp-block-post-template,
.aa-products-grid .products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    list-style: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}

.aa-products-grid li.product,
.aa-products-grid .wc-block-grid__product,
.aa-products-grid .wp-block-post {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    text-align: center !important;
    background: transparent !important;
    list-style: none !important;
    clear: none !important;
}

/* Image produit — coins légèrement arrondis */
.aa-products-grid .product img,
.aa-products-grid .wc-block-grid__product-image img,
.aa-products-grid .wc-block-components-product-image img {
    border-radius: 4px !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    margin: 0 0 18px !important;
    display: block !important;
}

/* ═══ TITRE PRODUIT — override LE LIEN qui le contient ═══ */
.aa-products-grid a.woocommerce-LoopProduct-link,
.aa-products-grid a.woocommerce-LoopProduct-link:hover,
.aa-products-grid a.woocommerce-LoopProduct-link:focus,
.aa-products-grid .product a:not(.button):not(.voir-la-fiche-btn),
.aa-products-grid .wc-block-grid__product-link {
    text-decoration: none !important;
    color: #111 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
}

.aa-products-grid .woocommerce-loop-product__title,
.aa-products-grid h2.woocommerce-loop-product__title,
.aa-products-grid h3.woocommerce-loop-product__title,
.aa-products-grid .wc-block-grid__product-title,
.aa-products-grid .wp-block-post-title,
.aa-products-grid .wp-block-post-title a {
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    min-height: 38px;
}

.wc-block-product-template a {
	text-decoration: unset !important;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
/* ═══ PROMO badge — OVERRIDE NUCLÉAIRE ═══ */
.aa-products-grid .onsale,
.aa-products-grid span.onsale,
.aa-products-grid li.product .onsale,
.aa-products-grid .product > .onsale,
.aa-products-grid .product span.onsale,
.aa-products-grid .wc-block-grid__product-onsale,
.aa-products-grid .wp-block-woocommerce-product-sale-badge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Prix */
.aa-products-grid .price,
.aa-products-grid .wc-block-grid__product-price,
.aa-products-grid .wc-block-components-product-price {
    text-align: center !important;
    margin: 0 0 16px !important;
    font-size: 15px !important;
    color: #111 !important;
    display: block !important;
    background: none !important;
}
.aa-products-grid .price del,
.aa-products-grid del .amount,
.aa-products-grid .wc-block-components-product-price__regular {
    color: #999 !important;
    font-weight: 400 !important;
    margin-right: 6px !important;
    opacity: 1 !important;
}
.aa-products-grid .price ins,
.aa-products-grid ins .amount,
.aa-products-grid .wc-block-components-product-price__value.is-discounted {
    background: none !important;
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* Bouton "Voir la fiche" */
.voir-la-fiche-btn {
    display: inline-block !important;
    background: #333 !important;
    color: #fff !important;
    padding: 10px 26px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
.voir-la-fiche-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
	display:none;	
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
	    height: 450px;
}

/* CTA orange "Accédez à la boutique en ligne" */
.aa-products-cta {
    text-align: center !important;
    margin-top: 50px !important;
}
.aa-products-cta .wp-block-buttons {
    justify-content: center !important;
}
.aa-products-cta .wp-block-button__link {
    background-color: #cb3623 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 14px 32px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    transition: background 0.2s;
}
.aa-products-cta .wp-block-button__link:hover {
    background-color: #eb503cc9 !important;
}

/* Cache les éléments WC parasites */
.aa-products-grid .star-rating,
.aa-products-grid .added_to_cart {
    display: none !important;
}

/* ═══ Responsive ═══ */
@media (max-width: 1100px) {
    .aa-products-grid ul.products,
    .aa-products-grid .wc-block-grid__products,
    .aa-products-grid .wp-block-post-template,
    .aa-products-grid .products {
        gap: 20px !important;
    }
}
@media (max-width: 900px) {
    .aa-products-grid ul.products,
    .aa-products-grid .wc-block-grid__products,
    .aa-products-grid .wp-block-post-template,
    .aa-products-grid .products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 700px) {
    .aa-products-section {
        padding: 50px 16px !important;
    }
    .aa-products-grid ul.products,
    .aa-products-grid .wc-block-grid__products,
    .aa-products-grid .wp-block-post-template,
    .aa-products-grid .products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }
    .aa-products-heading { margin-bottom: 32px !important; }
}
@media (max-width: 480px) {
    a.voir-la-fiche-btn {
        padding: 8px 18px !important;
        font-size: 16px !important;
    }
	body.aa-single-product .related ul.products li.product .button, body.aa-single-product .related ul.products li.product a.voir-la-fiche-btn {
		padding: 8px 18px !important;
		 font-size: 16px !important;
	}
	.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
		height:250px !important;
	}
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull {
	margin-left:auto !important;
	margin-right:auto !important;
}

/* ═══════════════════════════════════════════
   14. SECTION MARQUES (logos en bandeau) — V2
═══════════════════════════════════════════ */

.aa-brands-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: white !important;
    padding: 50px 24px !important;
    box-sizing: border-box !important;
}

/* Grid : applique sur le Group directement (Gutenberg moderne) */
.aa-brands-grid {
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Cas Gutenberg legacy : un wrapper .wp-block-group__inner-container s'intercale */
.aa-brands-grid > .wp-block-group__inner-container {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Chaque case logo (cible avec ET sans wrapper) */
.aa-brands-grid .wp-block-image,
.aa-brands-grid figure.wp-block-image {
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    height: 80px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100% !important;
    max-width: 100% !important;
}

.aa-brands-grid .wp-block-image:hover,
.aa-brands-grid figure.wp-block-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.aa-brands-grid .wp-block-image img,
.aa-brands-grid figure img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .aa-brands-grid,
    .aa-brands-grid > .wp-block-group__inner-container {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 768px) {
    .aa-brands-section { padding: 36px 16px !important; }
    .aa-brands-grid,
    .aa-brands-grid > .wp-block-group__inner-container {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    .aa-brands-grid .wp-block-image,
    .aa-brands-grid figure.wp-block-image {
        height: 64px !important;
        padding: 10px 12px !important;
    }
}
@media (max-width: 480px) {
    .aa-brands-grid,
    .aa-brands-grid > .wp-block-group__inner-container {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* ═══════════════════════════════════════════
   15. BANDEAU IMAGE B&W
═══════════════════════════════════════════ */

.aa-bw-banner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: block !important;
    line-height: 0; /* élimine micro-gap sous l'image */
}

.aa-bw-banner img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    display: block !important;
    filter: grayscale(1) contrast(1.02);
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    aspect-ratio: 21 / 9; /* ratio cinématique comme la maquette */
    object-fit: cover;
	max-height:700px !important;
}

/* Pas de figcaption visible */
.aa-bw-banner figcaption { display: none !important; }

/* Responsive — hauteur réduite sur mobile */
@media (max-width: 768px) {
    .aa-bw-banner img {
        aspect-ratio: 16 / 10;
    }
}
@media (max-width: 480px) {
    .aa-bw-banner img {
        aspect-ratio: 4 / 3;
    }
}

/* ═══════════════════════════════════════════
   16. SECTION RÉASSURANCE (PHP — homepage uniquement)
═══════════════════════════════════════════ */

.aa-reassurance-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #fff !important;
    padding: 60px 24px !important;
    box-sizing: border-box !important;
}

.aa-reassurance-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
}

.aa-reassurance-grid > .wp-block-column {
    padding: 10px 28px !important;
    border-left: 1px solid #e0e0e0 !important;
    text-align: center !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    flex-basis: auto !important;
}
.aa-reassurance-grid > .wp-block-column:first-child {
    border-left: none !important;
}

.aa-reassurance-grid .wp-block-column h3 {
    color: #111 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 0 22px !important;
    text-align: center !important;
}

.aa-reassurance-grid .wp-block-column p {
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin: 0 0 6px !important;
    text-align: center !important;
}

.home #primary, .home .site-main, .home .site-main > article {
	margin-bottom:0 !important;
}

.aa-reassurance-grid .wp-block-column p a {
    color: #111 !important;
    text-decoration: none !important;
}
.aa-reassurance-grid .wp-block-column p a:hover {
    text-decoration: underline !important;
}

.aa-reassurance-grid .wp-block-column .wp-block-image {
    margin: 0 auto 14px !important;
    max-width: 90px !important;
    text-align: center !important;
}
.aa-reassurance-grid .wp-block-column .wp-block-image img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}

.onsale {
	display:none !important;
}
@media (max-width: 992px) {
    .aa-reassurance-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 0 !important;
    }
    .aa-reassurance-grid > .wp-block-column { border-left: none !important; }

}
@media (max-width: 600px) {
    .aa-reassurance-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .aa-reassurance-grid > .wp-block-column {
        border: none !important;
        padding-bottom: 30px !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }
    .aa-reassurance-grid > .wp-block-column:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
}

.aa-reassurance-grid .wp-block-column .collisimo {
	max-width:200px !important;
}

/* ═══════════════════════════════════════════
   17. SECTION RÉSEAUX SOCIAUX (PHP — homepage uniquement)
═══════════════════════════════════════════ */

.aa-social-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #FAF9F8 !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    /* ⬇️ La clé : padding gauche aligné sur le container 1280px, padding droite = 0 */
    padding-left: max(24px, calc((100vw - 1280px) / 2 + 24px)) !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

.aa-social-grid {
    display: grid !important;
    /* Colonne gauche flex 350-500px + droite remplit tout jusqu'au bord */
    grid-template-columns: minmax(350px, 500px) 1fr !important;
    gap: 60px !important;
    max-width: none !important;  /* ⬅️ on supprime la borne 1280px */
    margin: 0 !important;         /* ⬅️ on supprime le centrage */
    align-items: center !important;
    width: 100% !important;
}

.aa-social-grid > .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

/* Colonne gauche */
.aa-social-left { text-align: center; }

.aa-social-left h2 {
    color: black !important;
    font-size: clamp(32px, 2.2vw, 36px) !important;
    font-weight: 300 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
    margin: 0 0 18px !important;
    text-align: center !important;
}

.aa-social-left > p {
    color: black !important;
    font-size: clamp(18px, 1vw, 18px) !important;
    line-height: 1.7 !important;
    max-width: 420px !important;
    margin: 0 auto 28px !important;
    text-align: center !important;
}

/* Icônes sociales */
.aa-social-icons {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-top: 20px;
}

.aa-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.aa-social-icon:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.aa-social-icon--instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.aa-social-icon--facebook {
    background: #1877F2 !important;
}

/* Colonne droite — 3 photos qui touchent le bord droit du viewport */
.aa-social-images {
    width: 100% !important;
}

.aa-social-images .wp-block-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.aa-social-images .wp-block-gallery > .wp-block-image,
.aa-social-images figure.wp-block-image {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.aa-social-images img {
	height: 400px !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 9 / 14 !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    margin: 0 !important;
}



/* Responsive — stack vertical sous 900px */
@media (max-width: 900px) {
    .aa-social-section {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .aa-social-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}
@media (max-width: 600px) {
    .aa-social-section { padding: 50px 16px !important; }
    .aa-social-images .wp-block-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
}

/* ═══════════════════════════════════════════
   18. SECTION AVIS GOOGLE (PHP — homepage uniquement)
═══════════════════════════════════════════ */

.aa-reviews-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #fff !important;
    padding: 70px 24px !important;
    box-sizing: border-box !important;
}

.aa-reviews-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.aa-reviews-title {
    text-align: center;
    font-size: clamp(32px, 2.2vw, 35px) !important;
    font-weight: 300 !important;
    color: black !important;
    letter-spacing: -0.01em;
    line-height: 1.2 !important;
    margin: 0 0 44px !important;
}

/* ═══ Carrousel ═══ */
.aa-reviews-carousel {
    position: relative;
    padding: 0 56px;
}

.aa-reviews-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0 8px;
}
.aa-reviews-track::-webkit-scrollbar { display: none; }

.aa-review-card {
    flex: 0 0 calc((100% - 40px) / 3);
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px 26px;
    box-sizing: border-box;
}

/* ═══ Header carte ═══ */
.aa-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.aa-review-avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FBDDD3;
    color: #B85B41;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.aa-review-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.aa-review-name {
    color: black !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.aa-review-date {
    color: #888;
    font-size: 13px;
    margin-left: auto;
    white-space: nowrap;
}

/* ═══ Étoiles ═══ */
.aa-review-stars {
    color: #cb3623;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    line-height: 1;
	font-weight:bold;
}
.aa-review-stars__empty {
    color: #ddd;
}

/* ═══ Texte ═══ */
.aa-review-text {
    color: black !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ═══ Flèches ═══ */
.aa-reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #444;
    border: none;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s, transform 0.2s;
}
.aa-reviews-arrow:hover {
    background: #000;
    transform: translateY(-50%) scale(1.05);
}
.aa-reviews-prev { left: 0; }
.aa-reviews-next { right: 0; }

/* ═══ Dots ═══ */
.aa-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}
.aa-reviews-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}
.aa-reviews-dot:hover {
    background: #bbb;
}
.aa-reviews-dot.is-active {
    background: #cb3623;
    transform: scale(1.15);
}

/* ═══ Responsive ═══ */
@media (max-width: 900px) {
    .aa-review-card {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}
@media (max-width: 600px) {
	.woocommerce-breadcrumb a {
		font-size:13px !important;
	}
	a, p, .aa-products-heading p, .aa-reels-heading p, .woocommerce-loop-product__title {
		font-size:18px !important;
	}
    .aa-reviews-section { padding: 50px 16px !important; }
    .aa-reviews-carousel { padding: 0 44px; }
    .aa-review-card {
        flex: 0 0 100%;
        padding: 20px 22px;
    }
    .aa-reviews-arrow {
        width: 36px;
        height: 36px;
    }
}

/* ══════════════════════════════════════════════════════════════════
   19. FOOTER AUX ARCADES — Override complet du footer Storefront
   ⚠️ REMPLACE INTÉGRALEMENT l'ancienne "Section 19b" dans ton style.css
   Cette section gère LAYOUT + COULEURS + RESPONSIVE en un seul bloc
══════════════════════════════════════════════════════════════════ */

/* ─── Cache les éléments natifs Storefront ─── */
.aa-footer .widget-area,
.aa-footer .site-info,
.storefront-handheld-footer-bar {
    display: none !important;
}

/* ─── Wrapper principal du footer ─── */
#colophon.aa-footer {
    background: #111111 !important;
    background-color: #111111 !important;
    color: rgba(255,255,255,0.78) !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border-top: none !important;
    box-shadow: none !important;
}

/* ─── Zone principale (4 colonnes) ─── */
.aa-footer-main {
    background: #111111 !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left:  max(24px, calc((100vw - 1280px) / 2 + 24px)) !important;
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px)) !important;
    box-sizing: border-box !important;
}

/* ─── GRILLE 4 COLONNES — CŒUR DU LAYOUT ─── */
.aa-footer-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.3fr 1fr auto !important;
    gap: 0 !important;
    align-items: start !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.aa-footer-col {
    box-sizing: border-box !important;
    min-width: 0 !important;
}

/* ═══════════════════════
   COLONNE 1 — Contact
═══════════════════════ */

.aa-footer-col--contact {
    padding-right: 30px !important;
}

/* Logo */
.aa-footer-logo,
.aa-footer-logo:hover,
.aa-footer-logo:visited,
.aa-footer-logo:focus {
    display: inline-block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    letter-spacing: -0.01em !important;
    line-height: 1 !important;
    margin: 0 0 32px 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.aa-footer-logo__thin { font-weight: 300 !important; color: #ffffff !important; }
.aa-footer-logo strong { font-weight: 700 !important; color: #ffffff !important; }
.aa-footer-logo sup {
    font-size: 0.45em !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    vertical-align: super !important;
    line-height: 0 !important;
    margin-left: 1px !important;
}

/* Lien "Venir en boutique" */
.aa-footer-visit-link,
.aa-footer-visit-link:visited {
    display: block !important;
    color: #ffffff !important;
    font-size: 15px !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(255,255,255,0.45) !important;
    margin: 0 0 18px 0 !important;
    transition: text-decoration-color 0.2s !important;
    background: none !important;
}

.aa-footer-visit-link:hover {
    color: #ffffff !important;
    text-decoration-color: #ffffff !important;
}

/* Adresse — force font-style normal (par défaut le tag <address> est en italique) */
.aa-footer-address {
    font-style: normal !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: white !important;
    margin: 0 0 18px 0 !important;
    font-weight: 400 !important;
}

/* Téléphone */
.aa-footer-phone,
.aa-footer-phone:visited {
    display: block !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 17px !important;
    transition: color 0.2s !important;
    background: none !important;
}

.aa-footer-phone:hover { color: #ffffff !important; }

/* ═══════════════════════
   COLONNE 2 — Horaires
   (avec séparateurs verticaux)
═══════════════════════ */

.aa-footer-col--hours {
    padding-left: 50px !important;
    padding-right: 50px !important;
    border-left:  1px solid rgba(255,255,255,0.12) !important;
    border-right: 1px solid rgba(255,255,255,0.12) !important;
}

.aa-footer-hours-title {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
}

/* Tableau horaires — override AGRESSIF fond blanc Storefront/WC */
.aa-footer-hours-table,
.aa-footer-hours-table tbody,
.aa-footer-hours-table tr,
.aa-footer-hours-table td,
#colophon.aa-footer table,
#colophon.aa-footer table tbody,
#colophon.aa-footer table tr,
#colophon.aa-footer table td,
#colophon.aa-footer table th {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
    color: white !important;
}

.aa-footer-hours-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.aa-footer-hours-table td {
    padding: 4px 0 !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    vertical-align: top !important;
}

.aa-footer-hours-day {
    padding-right: 28px !important;
    white-space: nowrap !important;
    font-weight: 400 !important;
}

/* ═══════════════════════
   COLONNE 3 — Nav + Social
═══════════════════════ */

.aa-footer-col--nav {
    padding-left: 50px !important;
    padding-right: 30px !important;
}

.aa-footer-nav-heading {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.aa-footer-nav-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
}

.aa-footer-nav-link,
.aa-footer-nav-link:visited {
    display: block !important;
    color: white;
    text-decoration: none !important;
    font-size: 17px !important;
    line-height: 2 !important;
    transition: color 0.2s !important;
    background: none !important;
	font-weight: 600 !important;
}

.aa-footer-nav-link:hover { color: #ffffff !important; }

/* Bloc social (Facebook / Instagram) */
.aa-footer-social {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 8px !important;
}

.aa-footer-social-link,
.aa-footer-social-link:visited {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: white;
    text-decoration: none !important;
    font-size: 17px !important;
    transition: color 0.2s !important;
    line-height: 1.4 !important;
    background: none !important;
}

.aa-footer-social-link:hover { color: #ffffff !important; }

.aa-footer-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    background: rgba(255,255,255,0.12) !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    transition: background 0.2s !important;
    color: #ffffff !important;
}

.aa-footer-social-link:hover .aa-footer-social-icon {
    background: rgba(255,255,255,0.2) !important;
}

.aa-footer-social-icon svg {
    fill: #ffffff !important;
    display: block !important;
}

/* ═══════════════════════
   COLONNE 4 — Badge Google
═══════════════════════ */

.aa-footer-col--badge {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding-left: 40px !important;
    padding-top: 4px !important;
}

.aa-footer-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    width: 130px !important;
    height: 130px !important;
    text-align: center !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.06) !important;
}

.aa-footer-badge__score {
    display: block !important;
    font-size: 37px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1 !important;
    margin: 0 !important;
    letter-spacing: -0.01em !important;
}

.aa-footer-badge__stars {
    color: #cb3623 !important;
    font-size: 18px !important;
	font-weight: bold;
    letter-spacing: 1.5px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}
.aa-footer-badge__stars-empty {
    color: #ddd !important;
}
.aa-footer-badge__label {
    display: block !important;
    font-size: 15px !important;
    color: black !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
}

/* ═══════════════════════
   BARRE BASSE — Liens légaux
═══════════════════════ */

.aa-footer-bottom {
    background: white !important;
    background-color: white !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left:  max(24px, calc((100vw - 1280px) / 2 + 24px)) !important;
    padding-right: max(24px, calc((100vw - 1280px) / 2 + 24px)) !important;
    box-sizing: border-box !important;
}

.aa-footer-bottom__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px 28px !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
		text-align:center !important;
}

.aa-footer-bottom__inner a,
.aa-footer-bottom__inner a:visited,
.aa-footer-bottom__inner a:not(.button) {
    color: black !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    white-space: nowrap !important;
    background: none !important;
    box-shadow: none !important;
}

.aa-footer-bottom__inner a:hover {
    color: black;
}

.aa-footer-credit {
    color: black;
    font-size: 15px !important;
    white-space: nowrap !important;
}

.aa-footer-credit a,
.aa-footer-credit a:visited,
.aa-footer-credit a:not(.button) {
    color: black;
    text-underline-offset: 2px !important;
    text-decoration-color: black !important;
    background: none !important;
}

.aa-footer-credit a:hover {
    color: black !important;
    text-decoration-color: black !important;
}

/* ═══════════════════════
   RESPONSIVE — Tablet
═══════════════════════ */

@media (max-width: 960px) {
    .aa-footer-main {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .aa-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 44px 32px !important;
    }

    .aa-footer-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: none !important;
    }

    .aa-footer-col--hours {
        grid-column: 1 / -1 !important;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
        border-bottom: 1px solid rgba(255,255,255,0.12) !important;
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .aa-footer-col--badge {
        justify-content: flex-start !important;
        align-items: center !important;
        padding-top: 0 !important;
    }
}

/* ═══════════════════════
   RESPONSIVE — Mobile
═══════════════════════ */

@media (max-width: 600px) {
    .aa-footer-main {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .aa-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    .aa-footer-col--hours {
        grid-column: auto !important;
    }

    .aa-footer-badge {
        width: 130px !important;
        height: 130px !important;
    }

    .aa-footer-badge__score {
        font-size: 26px !important;
    }

    .aa-footer-bottom__inner {
        display:block !important
    }
	
  .aa-footer-bottom__inner a::after {
    content: "|";
    display: inline-block;
    margin: 0 6px;
    color: inherit;
  }
	
    .aa-footer-bottom__inner a,
    .aa-footer-credit {
        white-space: normal !important;
    }
}

.aa-footer-nav-link, .aa-footer-social-link {
	color:white !important;
}

.aa-footer-credit a {
	text-decoration:none !important;
	color:black !important;
}

/* ============================================================
   FIX — Flèches du slider avis Google bien visibles
   À placer tout en bas du style.css
============================================================ */

.aa-reviews-carousel {
    position: relative !important;
    overflow: visible !important;
}

.aa-reviews-arrow {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;
    border: none !important;
    background: #444 !important;
    color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 20 !important;

    line-height: 1 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.aa-reviews-arrow:hover,
.aa-reviews-arrow:focus {
    background: #000 !important;
    color: #fff !important;
    outline: none !important;
}

.aa-reviews-arrow svg {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;

    color: #fff !important;
    stroke: #fff !important;
    fill: none !important;

    overflow: visible !important;
    pointer-events: none !important;
}

.aa-reviews-arrow svg *,
.aa-reviews-arrow polyline,
.aa-reviews-arrow path {
    stroke: #fff !important;
    fill: none !important;
}

/* Positionnement clair des flèches */
.aa-reviews-prev {
    left: 0 !important;
}

.aa-reviews-next {
    right: 0 !important;
}
@media (min-width: 700px) and (max-width: 767px) {
  span.aa-sale-badge {
    right: 235px !important;
  }
}
@media (min-width: 650px) and (max-width: 699px) {
  span.aa-sale-badge {
    right: 205px !important;
  }
}

@media (min-width: 600px) and (max-width: 649px) {
  span.aa-sale-badge {
    right: 185px !important;
  }
}
@media (min-width: 550px) and (max-width: 599px) {
  span.aa-sale-badge {
    right: 160px !important;
  }
}
@media (min-width: 500px) and (max-width: 549px) {
  span.aa-sale-badge {
    right: 130px !important;
  }
}
@media (min-width: 450px) and (max-width: 499px) {
  span.aa-sale-badge {
    right: 100px !important;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  span.aa-sale-badge {
    right: 80px !important;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  span.aa-sale-badge {
    right: 50px !important;
  }
}
/* Sur mobile, on garde les flèches visibles sans les écraser */
@media (max-width: 600px) {
    .aa-reviews-carousel {
        padding-left: 52px !important;
        padding-right: 52px !important;
    }

    .aa-reviews-arrow {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
    }

    .aa-reviews-arrow svg {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
    }
}

/* ══════════════════════════════════════════════════════════════════
   20. PAGE BOUTIQUE — Grille des catégories (V2 — spécificité forcée)
   ⚠️ REMPLACE l'ancien bloc "Section 20" si tu l'avais collé
   La classe `.aa-shop-page` (ajoutée via PHP) garantit que ces règles
   battent celles de Storefront / WooCommerce par défaut
══════════════════════════════════════════════════════════════════ */

/* ─── Titre "Catégories" ─── */
body.aa-shop-page .aa-shop-categories-title {
    text-align: center !important;
    font-size: clamp(28px, 2.4vw, 38px) !important;
    font-weight: 300 !important;
    color: #111 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
    margin: 30px 0 50px !important;
    padding: 0 !important;
}

/* ─── Container Storefront : pleine largeur, on cache la sidebar éventuelle ─── */
body.aa-shop-page #primary,
body.aa-shop-page .content-area {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}
body.aa-shop-page #secondary,
body.aa-shop-page .widget-area {
    display: none !important;
}

/* ─── Cache le titre "Boutique" natif Storefront/WC ─── */
body.aa-shop-page .woocommerce-products-header__title,
body.aa-shop-page .page-title {
    display: none !important;
}

/* ═══════════════════════
   GRILLE 3 COLONNES
═══════════════════════ */

body.aa-shop-page .woocommerce ul.products,
body.aa-shop-page ul.products,
body.aa-shop-page.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    list-style: none !important;
    margin: 0 auto 60px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 1100px !important;
}

/* ═══════════════════════
   CARD CATÉGORIE
═══════════════════════ */

body.aa-shop-page .woocommerce ul.products li.product,
body.aa-shop-page .woocommerce ul.products li.product-category,
body.aa-shop-page .woocommerce ul.products li.product.product-category,
body.aa-shop-page ul.products li.product-category {
    background: #FAF5F1 !important;
    border-radius: 4px !important;
    padding: 60px 30px !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
    list-style: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* Reset des marges Storefront avec nth-of-type (qui poussent les items à droite) */
body.aa-shop-page .woocommerce ul.products li.product:nth-of-type(2n),
body.aa-shop-page .woocommerce ul.products li.product:nth-of-type(3n),
body.aa-shop-page .woocommerce ul.products li.product:nth-of-type(4n),
body.aa-shop-page .woocommerce ul.products li.product:nth-of-type(5n),
body.aa-shop-page .woocommerce ul.products li.product:nth-of-type(odd),
body.aa-shop-page .woocommerce ul.products li.product:nth-of-type(even) {
    margin: 0 !important;
}

body.aa-shop-page .woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06) !important;
}

/* ─── Lien interne (englobe toute la card) ─── */
body.aa-shop-page .woocommerce ul.products li.product > a,
body.aa-shop-page .woocommerce ul.products li.product.product-category > a,
body.aa-shop-page ul.products li.product-category > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-decoration: none !important;
    color: #111 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ═══════════════════════
   ICÔNE (la plus critique)
═══════════════════════ */

body.aa-shop-page .woocommerce ul.products li.product img,
body.aa-shop-page .woocommerce ul.products li.product-category img,
body.aa-shop-page .woocommerce ul.products li.product.product-category img,
body.aa-shop-page .woocommerce ul.products li.product > a > img,
body.aa-shop-page .woocommerce ul.products li.product-category > a > img,
body.aa-shop-page ul.products li.product-category img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
    object-position: center !important;
    aspect-ratio: 1 / 1 !important;
    display: block !important;
    filter: none !important;
    transform: none !important;
}

/* ═══════════════════════
   TITRE + COMPTEUR
═══════════════════════ */

body.aa-shop-page .woocommerce ul.products li.product h2,
body.aa-shop-page .woocommerce ul.products li.product-category h2,
body.aa-shop-page .woocommerce ul.products li.product h2.woocommerce-loop-category__title,
body.aa-shop-page .woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    background: none !important;
}

/* Compteur "(31)" */
body.aa-shop-page .woocommerce ul.products li.product-category .count,
body.aa-shop-page .woocommerce ul.products li.product-category mark.count,
body.aa-shop-page .woocommerce ul.products li.product mark.count {
    color: #111 !important;
    background: transparent !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    margin-left: 4px !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.product-homepage .wp-block-query-pagination {
	display:none !important;
}
.aa-shop-page .wc-block-product-template__responsive {
	margin-left:0 !important;
}
.aa-shop-page .wp-block-query-pagination {
	display:none !important;
}
/* ═══════════════════════
   RESPONSIVE
═══════════════════════ */

@media (max-width: 900px) {
	body.aa-shop-page .woocommerce ul.products,
body.aa-shop-page ul.products,
body.aa-shop-page.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
}
	
    body.aa-shop-page .woocommerce ul.products,
    body.aa-shop-page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    body.aa-shop-page .woocommerce ul.products li.product,
    body.aa-shop-page .woocommerce ul.products li.product-category {
        padding: 44px 24px !important;
    }
    body.aa-shop-page .aa-shop-categories-title {
        margin: 20px 0 36px !important;
    }
}

@media (max-width: 600px) {
    body.aa-shop-page .woocommerce ul.products,
    body.aa-shop-page ul.products {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    body.aa-shop-page .woocommerce ul.products li.product,
    body.aa-shop-page .woocommerce ul.products li.product-category {
        padding: 40px 24px !important;
    }
    body.aa-shop-page .woocommerce ul.products li.product img,
    body.aa-shop-page .woocommerce ul.products li.product-category img {
        width: 70px !important;
        height: 70px !important;
        max-width: 70px !important;
        max-height: 70px !important;
        margin-bottom: 22px !important;
    }
}

.woocommerce-products-header {
	padding:0 !important;
}

body.aa-shop-page .woocommerce ul.products::before,
body.aa-shop-page .woocommerce ul.products::after,
body.aa-shop-page ul.products::before,
body.aa-shop-page ul.products::after {
    display: none !important;
    content: none !important;
}
 

.storefront-breadcrumb {
	margin:0 !important;
}

/* ══════════════════════════════════════════════════════════════════
   21. PAGE FICHE PRODUIT — Aux Arcades (version finale consolidée)
   À COLLER à la fin de style.css
══════════════════════════════════════════════════════════════════ */

/* ─── Sidebar éventuelle cachée ─── */
body.aa-single-product #primary,
body.aa-single-product .content-area {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}
body.aa-single-product #secondary,
body.aa-single-product .widget-area {
    display: none !important;
}

/* ─── Cache images "produit suivant/précédent" + overflow ─── */
body.aa-single-product .storefront-product-pagination,
body.aa-single-product .product-navigation,
body.aa-single-product .post-navigation,
body.aa-single-product nav.product-pagination,
body.aa-single-product .nav-links,
body.aa-single-product .wc-product-navigation,
body.aa-single-product .product-carousel,
body.aa-single-product .single-product-carousel {
    display: none !important;
}

body.aa-single-product .site-content {
    overflow-x: clip !important;
}

/* ─── Container ─── */


/* ═══════════════════════════════════════
   BREADCRUMB
═══════════════════════════════════════ */

body.aa-single-product .aa-breadcrumb,
body.aa-single-product .woocommerce-breadcrumb {
    font-size: 13px !important;
    color: #888 !important;
    margin: 30px 0 36px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    font-weight: 400 !important;
}

body.aa-single-product .aa-breadcrumb a,
body.aa-single-product .woocommerce-breadcrumb a {
    color: #888 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(0,0,0,0.2) !important;
}

body.aa-single-product .aa-breadcrumb a:hover {
    color: #111 !important;
}

body.aa-single-product .aa-bc-sep {
    margin: 0 6px !important;
    color: #bbb !important;
}

/* ═══════════════════════════════════════
   GRID — colonnes FIXES (force le wrap du titre)
═══════════════════════════════════════ */

body.aa-single-product div.product {
    display: grid !important;
    grid-template-columns: 380px minmax(0, 1fr) !important;
    grid-template-rows: max-content auto !important;
    gap: 0 60px !important;
    align-items: start !important;
    margin: 0 !important;
    justify-content: start !important;
}

body.aa-single-product div.product > .woocommerce-product-gallery {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    opacity: 1 !important;
}

body.aa-single-product div.product > .aa-description-accordion {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;   /* ← AJOUT : pin les onglets en haut de leur ligne */
    width: 100% !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
}

body.aa-single-product div.product > .summary,
body.aa-single-product div.product > .entry-summary {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* ═══════════════════════════════════════
   GALERIE PRODUIT CUSTOM (remplace FlexSlider)
═══════════════════════════════════════ */

body.aa-single-product .aa-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    opacity: 1 !important;
}

/* Image principale — ratio 1/1 */
body.aa-single-product .aa-gallery__main {
    position: relative !important;
    width: 100% !important;
    height: 500px !important;          /* hauteur fixe à la place du ratio */
    aspect-ratio: unset !important;    /* retire le 1/1 qui se bat avec height */
    overflow: hidden !important;
    border-radius: 4px !important;
    background: #f7f7f7 !important;
}
body.aa-single-product .aa-gallery__main a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.aa-single-product .aa-gallery__main img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 4px !important;
}

/* @media (max-width: 900px) {
    body.aa-single-product .aa-gallery__main {
        height: 420px !important;
    }
}
@media (max-width: 600px) {
    body.aa-single-product .aa-gallery__main {
        height: 340px !important;
    }
}
@media (max-width: 400px) {
    body.aa-single-product .aa-gallery__main {
        height: 280px !important;
    }
} */

/* Miniatures sous l'image */
body.aa-single-product .aa-gallery__thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-top: 12px !important;
}
body.aa-single-product .aa-gallery__thumb {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    background: #f7f7f7 !important;
    cursor: pointer !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
    transition: border-color 0.15s !important;
    box-shadow: none !important;
}
body.aa-single-product .aa-gallery__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
body.aa-single-product .aa-gallery__thumb:hover {
    border-color: #999 !important;
}
body.aa-single-product .aa-gallery__thumb.is-active {
    border-color: #111 !important;
}

body.aa-single-product .onsale,
body.aa-single-product span.onsale {
    display: none !important;
}

/* ═══════════════════════════════════════
   ACCORDÉON "Description >" SOUS L'IMAGE
═══════════════════════════════════════ */

body.aa-single-product .aa-description-accordion__link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 18px 0 !important;
    border-top: 1px solid #e5e5e5 !important;
    color: #555 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: none !important;
    transition: color 0.2s !important;
}

body.aa-single-product .aa-description-accordion__link:hover {
    color: #111 !important;
}

body.aa-single-product .aa-description-accordion__arrow {
    display: flex !important;
    align-items: center !important;
    color: #888 !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
}

/* ═══════════════════════════════════════
   TITRE PRODUIT
═══════════════════════════════════════ */

body.aa-single-product h1.product_title,
body.aa-single-product h1.product_title.entry-title,
body.aa-single-product .product_title.entry-title,
body.aa-single-product .summary > h1,
body.aa-single-product .entry-summary > h1 {
    display: block !important;
    visibility: visible !important;
    font-size: clamp(22px, 1.8vw, 26px) !important;
    font-weight: 400 !important;
    color: #111 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

/* ═══════════════════════════════════════
   PRIX — FLEX avec gap pour spacing fixe
═══════════════════════════════════════ */

body.aa-single-product .summary .price,
body.aa-single-product div.product p.price,
body.aa-single-product div.product .price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-bottom:0 !important;
	margin-top:20px !important;
    font-size: 20px !important;
    color: #111 !important;
    line-height: 1.4 !important;
}

body.aa-single-product .summary .price del,
body.aa-single-product .summary del .amount,
body.aa-single-product .summary del bdi {
    color: #999 !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    margin: 0 !important;
    opacity: 1 !important;
    font-size: 18px !important;
}

body.aa-single-product .summary .price ins,
body.aa-single-product .summary ins .amount,
body.aa-single-product .summary ins bdi,
body.aa-single-product .summary .price > .woocommerce-Price-amount bdi {
    color: #111 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: none !important;
    font-size: 20px !important;
    margin: 0 !important;
}

body.aa-single-product .summary .woocommerce-product-details__short-description {
    display: none !important;
}

/* ═══════════════════════════════════════
   VARIATIONS (Taille) — SVG arrow base64
═══════════════════════════════════════ */

body.aa-single-product .variations {
    margin: 0 0 12px !important;
    width: auto !important;
    border: none !important;
}

body.aa-single-product .variations,
body.aa-single-product .variations tbody,
body.aa-single-product .variations tr,
body.aa-single-product .variations td,
body.aa-single-product .variations th {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

body.aa-single-product .variations tr {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
}

body.aa-single-product .variations .label,
body.aa-single-product .variations th.label {
    display: none !important;
}

body.aa-single-product .variations .value,
body.aa-single-product .variations td.value {
    width: 100% !important;
    max-width: 170px !important;
    padding: 0 !important;
}

body.aa-single-product .variations select,
body.aa-single-product .variations td.value select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #f4f4f4 !important;
	max-width: unset !important;
    width: 170px !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDEwIDE0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5bGluZSBwb2ludHM9IjIgNSA1IDIgOCA1Ij48L3BvbHlsaW5lPjxwb2x5bGluZSBwb2ludHM9IjIgOSA1IDEyIDggOSI+PC9wb2x5bGluZT48L3N2Zz4=") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 10px 14px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding: 12px 38px 12px 16px !important;
    font-size: 15px !important;
    color: #111 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

body.aa-single-product .variations select:focus {
    outline: none !important;
    border-color: #111 !important;
    background-color: #efefef !important;
}

body.aa-single-product .reset_variations {
    font-size: 12px !important;
    color: #888 !important;
    margin-left: 12px !important;
    text-decoration: underline !important;
}

/* ⭐ HARD HIDE de .single_variation (qui crée le grand vide) */
body.aa-single-product .single_variation_wrap > .single_variation,
body.aa-single-product .single_variation_wrap > .woocommerce-variation,
body.aa-single-product div.single_variation,
body.aa-single-product div.woocommerce-variation.single_variation {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    line-height: 0 !important;
}

/* MAIS si elle contient du contenu (après sélection de variation), on la montre */
body.aa-single-product .single_variation_wrap > .single_variation:not(:empty),
body.aa-single-product .single_variation_wrap > .woocommerce-variation:not(:empty) {
    display: block !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin: 0 0 12px !important;
}

body.aa-single-product .single_variation_wrap {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

body.aa-single-product .woocommerce-variation-price {
    margin: 0 0 12px !important;
}

body.aa-single-product .woocommerce-variation-price .price {
    font-size: 18px !important;
    margin: 0 !important;
}

body.aa-single-product .woocommerce-variation-availability {
    margin: 0 0 10px !important;
    font-size: 13px !important;
}

/* ═══════════════════════════════════════
   FORM CART — stack vertical (Qté ↓ Bouton)
═══════════════════════════════════════ */

body.aa-single-product .woocommerce-variation-add-to-cart,
body.aa-single-product .variations_button,
body.aa-single-product form.cart:not(.variations_form) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.aa-single-product form.variations_form.cart,
body.aa-single-product form.cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 0 26px !important;
	padding-top: 0 !important;
}

/* ═══════════════════════════════════════
   QUANTITÉ — large + SVG base64
═══════════════════════════════════════ */

body.aa-single-product .quantity {
    margin: 0 !important;
    width: 170px !important;
    max-width: 170px !important;
    flex: 0 0 auto !important;
    position: relative !important;
}

body.aa-single-product .quantity input.qty,
body.aa-single-product .quantity input[type="number"].qty,
body.aa-single-product .quantity select.qty,
body.aa-single-product .quantity .aa-qty-select,
body.aa-single-product select.aa-qty-select {
	margin-bottom:8px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #f4f4f4 !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDEwIDE0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5bGluZSBwb2ludHM9IjIgNSA1IDIgOCA1Ij48L3BvbHlsaW5lPjxwb2x5bGluZSBwb2ludHM9IjIgOSA1IDEyIDggOSI+PC9wb2x5bGluZT48L3N2Zz4=") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 10px 14px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding: 12px 38px 12px 16px !important;
    font-size: 15px !important;
    color: #111 !important;
    font-weight: 500 !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    text-align: left !important;
    height: auto !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

body.aa-single-product .quantity input.qty:focus,
body.aa-single-product .quantity select.qty:focus,
body.aa-single-product .quantity .aa-qty-select:focus {
    outline: none !important;
    border-color: #111 !important;
}

body.aa-single-product .quantity input::-webkit-outer-spin-button,
body.aa-single-product .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* ═══════════════════════════════════════
   BOUTON AJOUTER AU PANIER
═══════════════════════════════════════ */

body.aa-single-product .single_add_to_cart_button,
body.aa-single-product button.single_add_to_cart_button,
body.aa-single-product .single_add_to_cart_button.alt,
body.aa-single-product .single_add_to_cart_button.button,
body.aa-single-product .single_add_to_cart_button.button.alt {
    border: none !important;
    border-radius: 4px !important;
    padding: 13px 32px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    line-height: 1.4 !important;
    height: auto !important;
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    width: auto !important;
}

/* ═══════════════════════════════════════
   MÉTA — Catégorie
═══════════════════════════════════════ */

body.aa-single-product .product_meta,
body.aa-single-product .aa-product-meta {
    border-top: 1px solid #e5e5e5 !important;
    padding: 22px 0 0 !important;
    margin: 22px 0 0 !important;
    font-size: 14px !important;
    color: #111 !important;
}

body.aa-single-product .aa-product-meta .posted_in {
    display: block !important;
    color: #111 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

body.aa-single-product .aa-product-meta .posted_in strong {
    font-weight: 600 !important;
    color: #111 !important;
    margin-right: 4px !important;
}

body.aa-single-product .aa-product-meta a {
    color: #111 !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(0,0,0,0.3) !important;
}

body.aa-single-product .aa-product-meta a:hover {
    text-decoration-color: #111 !important;
}

/* Cache UGS / Tags / Modifier */
body.aa-single-product .sku_wrapper,
body.aa-single-product .product_meta .sku_wrapper,
body.aa-single-product .posted_in.product_tags,
body.aa-single-product .tagged_as,
body.aa-single-product .post-edit-link,
body.aa-single-product a.post-edit-link,
body.aa-single-product .edit-link,
body.aa-single-product .edit-link a,
body.aa-single-product .entry-footer .post-edit-link,
body.aa-single-product .entry-footer .edit-link,
body.aa-single-product .summary .post-edit-link,
body.aa-single-product .summary .edit-link,
body.aa-single-product .summary a.post-edit-link {
    display: none !important;
    visibility: hidden !important;
}

/* ═══════════════════════════════════════
   DESCRIPTION — markup custom (sans tabs WC)
═══════════════════════════════════════ */

body.aa-single-product .aa-product-description {
    margin: 30px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
}

body.aa-single-product .aa-product-description h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    border: none !important;
}

body.aa-single-product .aa-product-description__content {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #444 !important;
}

body.aa-single-product .aa-product-description__content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #444 !important;
    margin: 0 0 14px !important;
}

body.aa-single-product .aa-product-description__content p:last-child {
    margin-bottom: 0 !important;
}

/* Cache toute trace résiduelle de .woocommerce-tabs */
body.aa-single-product .woocommerce-tabs,
body.aa-single-product .summary .woocommerce-tabs,
body.aa-single-product .entry-summary .woocommerce-tabs,
body.aa-single-product .wc-tabs-wrapper {
    display: none !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */

@media (max-width: 900px) {
    body.aa-single-product div.product {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto !important;
        gap: 30px 0 !important;
    }

    body.aa-single-product div.product > .woocommerce-product-gallery {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.aa-single-product div.product > .aa-description-accordion {
        grid-column: 1 !important;
        grid-row: 3 !important;
        margin-top: 0 !important;
    }

    body.aa-single-product div.product > .summary {
        grid-column: 1 !important;
        grid-row: 2 !important;
        max-width: 100% !important;
    }

    body.aa-single-product .woocommerce-product-gallery {
        max-width: 400px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 600px) {
    body.aa-single-product .col-full {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.aa-single-product h1.product_title {
        font-size: 20px !important;
    }

    body.aa-single-product .quantity,
    body.aa-single-product .quantity input.qty,
    body.aa-single-product .quantity select.qty {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
    }
}

/* ─── Rapprocher Taille ↔ Quantité ─── */
body.aa-single-product .reset_variations,
body.aa-single-product a.reset_variations {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

body.aa-single-product table.variations,
body.aa-single-product .variations {
    margin: 0 !important;
}

body.aa-single-product table.variations tr {
    min-height: 0 !important;
    height: auto !important;
}

body.aa-single-product form.variations_form.cart,
body.aa-single-product form.cart,
body.aa-single-product .woocommerce-variation-add-to-cart,
body.aa-single-product .variations_button {
    gap: 8px !important;
}

body.aa-single-product .single_variation_wrap {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/* ══════════════════════════════════════════════════
   22. FICHE PRODUIT — Section produits liés (related)
   Reprend exactement le design des "Nouveautés"
══════════════════════════════════════════════════ */

body.aa-single-product .related.products,
body.aa-single-product section.related {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 70px !important;
    margin-bottom: 0 !important;
    background: #FAF9F8 !important;
    padding: 70px 24px !important;
    box-sizing: border-box !important;
    border: none !important;
    clear: both !important;
    float: none !important;
}

/* Titre "Ces produits peuvent vous intéresser" */
body.aa-single-product .related > h2 {
    text-align: center !important;
    font-size: clamp(24px, 2.4vw, 32px) !important;
    font-weight: 300 !important;
    color: #111 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
    margin: 0 auto 48px !important;
    padding: 0 !important;
    border: none !important;
    max-width: 1280px !important;
}

/* Grille 3 colonnes */
body.aa-single-product .related ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    list-style: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 1100px !important;
    width: 100% !important;
}

body.aa-single-product .related ul.products::before,
body.aa-single-product .related ul.products::after {
    display: none !important;
    content: none !important;
}

/* Items — reset des floats / nth-of-type Storefront */
body.aa-single-product .related ul.products li.product,
body.aa-single-product .related ul.products li.product:nth-of-type(odd),
body.aa-single-product .related ul.products li.product:nth-of-type(even),
body.aa-single-product .related ul.products li.product:nth-of-type(2n),
body.aa-single-product .related ul.products li.product:nth-of-type(3n),
body.aa-single-product .related ul.products li.product:nth-of-type(4n) {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: center !important;
    background: transparent !important;
    list-style: none !important;
}

/* Lien englobant produit */
body.aa-single-product .related ul.products li.product a:not(.button):not(.voir-la-fiche-btn) {
    text-decoration: none !important;
    color: #111 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
}

/* Image — ratio 3/4 */
body.aa-single-product .related ul.products li.product img {
    border-radius: 4px !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    margin: 0 0 18px !important;
    display: block !important;
}

/* Titre — 2 lignes max */
body.aa-single-product .related ul.products li.product .woocommerce-loop-product__title,
body.aa-single-product .related ul.products li.product h2.woocommerce-loop-product__title,
body.aa-single-product .related ul.products li.product h3.woocommerce-loop-product__title {
    color: black !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 auto 10px !important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    min-height: 38px !important;
    max-width: 230px !important;
}

/* Prix */
body.aa-single-product .related ul.products li.product .price {
    text-align: center !important;
    margin: 0 0 16px !important;
    font-size: 15px !important;
    color: #111 !important;
    display: block !important;
    background: none !important;
}

body.aa-single-product .related ul.products li.product .price del,
body.aa-single-product .related ul.products li.product del .woocommerce-Price-amount bdi {
    color: #999 !important;
    margin-right: 5px !important;
    opacity: 1 !important;
    font-size: 18px !important;
	font-weight: bold !important;
    text-decoration: line-through !important;
}

body.aa-single-product .related ul.products li.product .price ins,
body.aa-single-product .related ul.products li.product ins .woocommerce-Price-amount bdi {
	margin-left:0 !important;
    background: none !important;
    color: black !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

/* Badge promo caché */
body.aa-single-product .related ul.products li.product .onsale {
    display: none !important;
}

/* Étoiles cachées */
body.aa-single-product .related ul.products li.product .star-rating {
    display: none !important;
}

.woocommerce-breadcrumb {
	
}

/* Bouton "Voir la fiche" */
body.aa-single-product .related ul.products li.product .button,
body.aa-single-product .related ul.products li.product a.voir-la-fiche-btn {
    display: inline-block !important;
    background: #333 !important;
    color: #fff !important;
    padding: 10px 26px !important;
    font-size: 18px;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.02em !important;
}

body.aa-single-product .related ul.products li.product .button:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 900px) {
    body.aa-single-product .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 600px) {
    body.aa-single-product .related {
        padding: 50px 16px !important;
    }
    body.aa-single-product .related ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    body.aa-single-product .related > h2 {
        margin-bottom: 32px !important;
    }
}

.single-product div.product table.variations .value {
	margin-bottom:0 !important;
}

.single-product .single_add_to_cart_button {
	margin-top:7px !important;
}

/* ══════════════════════════════════════════════════════════════════
   23. PAGES CATÉGORIE PRODUIT — Sidebar pro + cards mode
══════════════════════════════════════════════════════════════════ */

/* Cache le tri natif WC s'il subsiste */
body.aa-category-page .woocommerce-ordering {
    display: none !important;
}

body.aa-category-page #primary,
body.aa-category-page .content-area {
    width: 100% !important;
    float: none !important;
}
body.aa-category-page #secondary,
body.aa-category-page .widget-area {
    display: none !important;
}

/* ─── Titre catégorie ─── */
body.aa-category-page .woocommerce-products-header {
    text-align: center !important;
    padding: 0 !important;
    margin: 20px 0 50px !important;
}
body.aa-category-page .woocommerce-products-header__title,
body.aa-category-page .page-title {
    font-size: clamp(32px, 3vw, 48px) !important;
    font-weight: 300 !important;
    color: #111 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    display: block !important;
}

/* ─── Layout ─── */
.aa-category-layout {
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    gap: 48px !important;
    align-items: start !important;
    margin: 0 0 80px !important;
}

/* ═══════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════ */
.aa-category-sidebar {
    position: sticky;
    top: 30px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 0;
    box-sizing: border-box;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.aa-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.aa-filters__head::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: 32px;
    height: 2px;
    background: #cb3623;
}

.aa-filters__head-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aa-filters__head-count {
    background: #cb3623;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    letter-spacing: 0;
    line-height: 1.4;
}

.aa-filters__clear {
    font-size: 12px !important;
    color: #cb3623 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    margin-left: auto;
    background: none !important;
    border: none !important;
    cursor: pointer;
    font-weight: 500;
}
.aa-filters__clear:hover {
    color: #c84028 !important;
}

.aa-filters__close {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #111;
    padding: 4px;
}

/* ─── Bloc filtre (details / summary) ─── */
.aa-filter-block {
    padding: 18px 24px;
    border-bottom: 1px solid #ececec;
    margin: 0 !important;
}
.aa-filter-block:last-child {
    border-bottom: none;
}

.aa-filter-block__title {
    list-style: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin: 0 !important;
    padding: 0 0 14px !important;
    border: none !important;
    user-select: none;
    transition: color 0.15s;
}
.aa-filter-block__title:hover { color: #cb3623 !important; }
.aa-filter-block__title::-webkit-details-marker { display: none !important; }
.aa-filter-block__title::marker { display: none !important; content: ""; }

.aa-filter-block__chevron {
    display: inline-flex;
    align-items: center;
    color: #888;
    transition: transform 0.2s ease;
}
.aa-filter-block[open] > .aa-filter-block__title .aa-filter-block__chevron {
    transform: rotate(180deg);
}

.aa-filter-block:not([open]) {
    padding-bottom: 18px;
}
.aa-filter-block[open] > .aa-filter-block__title {
    padding-bottom: 14px;
}

/* ─── Liste sous-catégories ─── */
.aa-filter-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.aa-filter-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.aa-filter-link {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #444 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    transition: color 0.15s, padding-left 0.15s !important;
    background: none !important;
    border-bottom: 1px solid #f5f5f5;
}
.aa-filter-link:last-child {
    border-bottom: none;
}
.aa-filter-link:hover {
    color: #111 !important;
    padding-left: 6px !important;
}
.aa-filter-count {
    color: #aaa;
    font-size: 12px;
    margin-left: 8px;
    font-variant-numeric: tabular-nums;
}

/* ═══════════════════════════════════════
   TRI PAR — radios custom
═══════════════════════════════════════ */
.aa-orderby-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.aa-orderby-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.aa-orderby-option {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #444 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    transition: color 0.15s !important;
    background: none !important;
    border-bottom: 1px solid #f5f5f5;
}
.aa-orderby-list li:last-child .aa-orderby-option {
    border-bottom: none;
}
.aa-orderby-option:hover {
    color: #111 !important;
}

.aa-orderby-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1.5px solid #c5c5c5;
    border-radius: 50%;
    flex-shrink: 0;
    background: #fff;
    position: relative;
    transition: all 0.15s;
    box-sizing: border-box;
}
.aa-orderby-option.is-active .aa-orderby-dot {
    border-color: #111;
}
.aa-orderby-option.is-active .aa-orderby-dot::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #111;
    border-radius: 50%;
}
.aa-orderby-option.is-active {
    color: #111 !important;
    font-weight: 600 !important;
}

/* ═══════════════════════════════════════
   PILLS (Taille / Couleur)
═══════════════════════════════════════ */
.aa-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.aa-filter-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px;
    height: 36px;
    padding: 0 14px !important;
    background: #fff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 3px !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.15s ease !important;
    cursor: pointer !important;
    box-sizing: border-box;
}
.aa-filter-pill:hover {
    border-color: #111 !important;
    color: #111 !important;
    transform: translateY(-1px);
}
.aa-filter-pill.is-active {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

/* ═══════════════════════════════════════
   SLIDER PRIX
═══════════════════════════════════════ */
.aa-price-filter-wrap .widget {
    margin: 0 !important;
    padding: 0 !important;
}
.aa-price-filter-wrap .widget > h2,
.aa-price-filter-wrap .widget > h3,
.aa-price-filter-wrap .widget-title {
    display: none !important;
}

.aa-category-sidebar .widget_price_filter .price_slider_wrapper {
    margin: 12px 0 0;
}
.aa-category-sidebar .widget_price_filter .price_slider {
    margin-bottom: 18px;
}
.aa-category-sidebar .widget_price_filter .ui-slider {
    background: #ececec !important;
    height: 3px !important;
    border: none !important;
    border-radius: 4px !important;
}
.aa-category-sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background: #111 !important;
    border-radius: 4px !important;
}
.aa-category-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff !important;
    border: 2px solid #111 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    top: -8px !important;
    margin-left: -9px !important;
    cursor: pointer !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15) !important;
    transition: transform 0.15s !important;
}
.aa-category-sidebar .widget_price_filter .ui-slider .ui-slider-handle:hover {
    transform: scale(1.15);
}

.aa-category-sidebar .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.aa-category-sidebar .widget_price_filter .price_slider_amount .price_label {
    flex: 1 1 100%;
    font-size: 13px;
    color: #555;
    margin: 0 0 12px;
    font-variant-numeric: tabular-nums;
}
.aa-category-sidebar .widget_price_filter .price_slider_amount .price_label .from,
.aa-category-sidebar .widget_price_filter .price_slider_amount .price_label .to {
    font-weight: 700;
    color: #111;
}
.aa-category-sidebar .widget_price_filter .price_slider_amount .button {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    padding: 9px 22px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    margin-left: auto !important;
    width: 100%;
}
.aa-category-sidebar .widget_price_filter .price_slider_amount .button:hover {
       background: rgb(0, 0, 0) !important;
}

.aa-category-sidebar .widget_price_filter .price_slider_amount input.text {
    display: none !important;
}

/* ═══════════════════════════════════════
   BOUTON FILTRES MOBILE
═══════════════════════════════════════ */
.aa-filters-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    background: #111;
    color: #fff;
    border: none;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 24px;
    transition: background 0.2s;
    position: relative;
}
.aa-filters-toggle:hover { background: #cb3623; }
.aa-filters-toggle__count {
    background: #cb3623;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 10px;
    letter-spacing: 0;
    margin-left: 4px;
}

/* ═══════════════════════════════════════
   CHIPS FILTRES ACTIFS
═══════════════════════════════════════ */
.aa-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 28px;
    padding: 14px 18px;
    background: #FAF9F8;
    border-radius: 6px;
}
.aa-active-filters__label {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-right: 4px;
}
.aa-active-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
    background: #fff !important;
    border: 1px solid #d0d0d0 !important;
    color: #111 !important;
    font-size: 13px !important;
    padding: 6px 8px 6px 14px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: all 0.15s !important;
    line-height: 1.4 !important;
}
.aa-active-chip:hover {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}
.aa-active-chip svg {
    opacity: 0.6;
    transition: opacity 0.15s;
}
.aa-active-chip:hover svg { opacity: 1; }

/* ═══════════════════════════════════════
   CONTENU / CARDS
═══════════════════════════════════════ */
.aa-category-content {
    min-width: 0;
}

body.aa-category-page .woocommerce ul.products {
    clear: both !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px 28px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.aa-category-page .woocommerce ul.products::before,
body.aa-category-page .woocommerce ul.products::after {
    display: none !important;
    content: none !important;
}

body.aa-category-page .woocommerce ul.products li.product,
body.aa-category-page .woocommerce ul.products li.product:nth-of-type(2n),
body.aa-category-page .woocommerce ul.products li.product:nth-of-type(3n),
body.aa-category-page .woocommerce ul.products li.product:nth-of-type(odd),
body.aa-category-page .woocommerce ul.products li.product:nth-of-type(even) {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: center !important;
    background: transparent !important;
    list-style: none !important;
    position: relative !important;
}

body.aa-category-page .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    margin-bottom: 18px !important;
    background: #FAF5F1 !important;
    text-decoration: none !important;
    color: #111 !important;
}

body.aa-category-page .woocommerce ul.products li.product img {
    transition: transform 0.6s ease !important;
}
body.aa-category-page .woocommerce ul.products li.product:hover img {
    transform: scale(1.06);
}
/* ─── Badge réduction "-XX%" custom (notre propre HTML) ─── */
/* Cache tout résidu de l'ancien badge WC s'il en reste */
body.aa-category-page .woocommerce ul.products li.product .onsale,
body.aa-category-page .woocommerce ul.products li.product span.onsale {
    display: none !important;
}

/* Notre badge custom, positionné en absolute sur l'image */
.aa-sale-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 14px !important;
    right: 30px !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    border-radius: 3px !important;
    z-index: 10 !important;
    line-height: 1.2 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Star rating caché */
body.aa-category-page .woocommerce ul.products li.product .star-rating {
    display: none !important;
}

/* Pagination */
body.aa-category-page .woocommerce-pagination {
    margin-top: 50px !important;
    text-align: center !important;
    clear: both !important;
}
body.aa-category-page .woocommerce-pagination ul {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    gap: 8px;
}
body.aa-category-page .woocommerce-pagination ul li {
    border: none !important;
    margin: 0 !important;
}
body.aa-category-page .woocommerce-pagination .page-numbers {
    border: 1px solid #ececec !important;
    padding: 0 !important;
    min-width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 3px !important;
    color: #111 !important;
    background: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.15s !important;
}
body.aa-category-page .woocommerce-pagination .page-numbers:hover {
    border-color: #111 !important;
}
body.aa-category-page .woocommerce-pagination .page-numbers.current {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1100px) {
    .aa-category-layout {
        grid-template-columns: 250px 1fr !important;
        gap: 32px !important;
    }
    body.aa-category-page .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 32px 20px !important;
    }
}

@media (max-width: 900px) {
    .aa-category-layout {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    .aa-filters-toggle {
        display: inline-flex !important;
    }
    .aa-category-sidebar {
		display:none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 340px !important;
        max-width: 88vw !important;
        max-height: 100vh !important;
        height: 100vh !important;
        background: #fff !important;
        z-index: 9999 !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s ease !important;
        border-radius: 0 !important;
        border: none !important;
        overflow-y: auto !important;
        box-shadow: 4px 0 24px rgba(0,0,0,0.12) !important;
    }
    .aa-category-sidebar.is-open {
		display:block !important;
        transform: translateX(0) !important;
    }
    .aa-filters__close {
        display: inline-flex !important;
    }
    body.aa-filters-open {
        overflow: hidden !important;
    }
    body.aa-filters-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
    }
}

@media (max-width: 600px) {
	.aa-sale-badge {
		right:70px !important;
	}
    body.aa-category-page .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .aa-active-filters {
        padding: 12px 14px;
    }
}

/* ══════════════════════════════════════════════════════════════════
   24. PAGE PANIER — Aux Arcades (FINALE, basée sur le vrai DOM)
══════════════════════════════════════════════════════════════════ */

/* ─── Reset Storefront ─── */
body.aa-cart-page #primary,
body.aa-cart-page .content-area {
    width: 100% !important;
    float: none !important;
}
body.aa-cart-page #secondary,
body.aa-cart-page .widget-area {
    display: none !important;
}

/* ─── Container avec padding ─── */
body.aa-cart-page main#main,
body.aa-cart-page article.page .entry-content {
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* ─── Titre "Mon panier" ─── */
.aa-cart-title {
    text-align: center !important;
    font-size: clamp(32px, 3vw, 48px) !important;
    font-weight: 300 !important;
    color: #111 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin: 30px 0 50px !important;
    padding: 0 !important;
    display: block !important;
}

body.aa-cart-page .page-title:not(.aa-cart-title),
body.aa-cart-page .entry-header .entry-title {
    display: none !important;
}

/* ═══════════════════════════════════════
   LAYOUT 2 COLONNES — VRAIES classes du DOM
═══════════════════════════════════════ */
.wc-block-components-product-badge wc-block-components-sale-badge {
	display:none !important;
}
/* Le grid container : .wc-block-components-sidebar-layout */
body.aa-cart-page .wc-block-components-sidebar-layout,
body.aa-cart-page .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 425px !important;
    gap: 40px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 80px !important;
}

/* Col gauche : .wc-block-components-main */
body.aa-cart-page .wc-block-components-main,
body.aa-cart-page .wc-block-cart__main {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

/* Col droite : .wc-block-components-sidebar — FORCED 380px */
body.aa-cart-page .wc-block-components-sidebar,
body.aa-cart-page .wc-block-cart__sidebar {
    width: 425px !important;
    min-width: 425px !important;
    max-width: 425px !important;
    box-sizing: border-box !important;
    background: #FAF9F8 !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    padding: 28px !important;
    position: sticky !important;
    top: 30px !important;
    margin: 0 !important;
    float: none !important;
}

/* ═══════════════════════════════════════
   COL GAUCHE — Items produits
═══════════════════════════════════════ */

body.aa-cart-page table.wc-block-cart-items {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    width: 100% !important;
}

body.aa-cart-page table.wc-block-cart-items thead th {
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid #111 !important;
    background: none !important;
}

body.aa-cart-page tr.wc-block-cart-items__row {
    border-bottom: 1px solid #ececec !important;
}

body.aa-cart-page tr.wc-block-cart-items__row td {
    padding: 24px 8px !important;
    background: none !important;
    vertical-align: top !important;
    border: none !important;
}

/* Image */
body.aa-cart-page td.wc-block-cart-item__image {
    width: 110px !important;
    padding-left: 0 !important;
    padding-right: 16px !important;
}
body.aa-cart-page .wc-block-cart-item__image img {
    width: 100px !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    margin: 0 !important;
}

/* Bloc info produit */
body.aa-cart-page td.wc-block-cart-item__product {
    padding-left: 0 !important;
}

body.aa-cart-page a.wc-block-components-product-name {
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    display: block !important;
    margin: 0 0 8px !important;
}
body.aa-cart-page a.wc-block-components-product-name:hover {
    color: #cb3623 !important;
}

body.aa-cart-page .wc-block-cart-item__product .wc-block-components-product-price {
    font-size: 13px !important;
    margin: 0 0 8px !important;
    display: block !important;
}
body.aa-cart-page .wc-block-cart-item__product .wc-block-components-product-price__regular {
    color: #999 !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
    margin-right: 6px !important;
}
body.aa-cart-page .wc-block-cart-item__product .wc-block-components-product-price__value {
    color: #111 !important;
    font-weight: 600 !important;
}

/* Variations en pastilles beiges */
body.aa-cart-page .wc-block-components-product-details {
    margin: 8px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}
body.aa-cart-page .wc-block-components-product-details li {
    background: #FAF5F1 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    color: #555 !important;
    list-style: none !important;
    margin: 0 !important;
}

/* Quantité wrapper */
body.aa-cart-page .wc-block-cart-item__quantity {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 12px !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    max-width: none !important;
}

body.aa-cart-page .wc-block-components-quantity-selector {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
    background: #fff !important;
    min-width: 130px !important;
    width: auto !important;
    height: 40px !important;
    overflow: visible !important;
    padding: 0 !important;
}

body.aa-cart-page .wc-block-components-quantity-selector__button,
body.aa-cart-page button.wc-block-components-quantity-selector__button {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    background: none !important;
    border: none !important;
    color: #111 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
body.aa-cart-page .wc-block-components-quantity-selector__button:hover {
    background: #FAF5F1 !important;
}

body.aa-cart-page .wc-block-components-quantity-selector__input {
    flex: 0 0 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 38px !important;
    border: none !important;
    background: none !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
}
body.aa-cart-page .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
body.aa-cart-page .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Poubelle */
body.aa-cart-page .wc-block-cart-item__remove-link,
body.aa-cart-page button.wc-block-cart-item__remove-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #999 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
}
body.aa-cart-page .wc-block-cart-item__remove-link:hover {
    color: #cb3623 !important;
}
body.aa-cart-page .wc-block-cart-item__remove-link svg {
    width: 18px !important;
    height: 18px !important;
}

/* Total à droite */
body.aa-cart-page td.wc-block-cart-item__total {
    text-align: right !important;
    padding-right: 0 !important;
}
body.aa-cart-page .wc-block-cart-item__total .wc-block-components-product-price__value,
body.aa-cart-page .wc-block-cart-item__total .wc-block-formatted-money-amount {
    color: #111 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    display: inline-block !important;
}
body.aa-cart-page .wc-block-cart-item__total .wc-block-components-product-price__regular {
    color: #999 !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
    display: block !important;
    margin-bottom: 2px !important;
}

/* Badge "Économisez X €" */
body.aa-cart-page .wc-block-components-sale-badge {
display:none !important;
}


/* ═══════════════════════════════════════
   ÉTAT VIDE
═══════════════════════════════════════ */
body.aa-cart-page .wc-block-cart__empty-cart__title,
body.aa-cart-page .cart-empty {
    text-align: center !important;
    font-size: 18px !important;
    color: #555 !important;
    padding: 60px 20px !important;
    background: #FAF9F8 !important;
    border-radius: 8px !important;
    margin: 30px 0 !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE — CRITIQUE
═══════════════════════════════════════ */

/* < 1000px : passe en 1 colonne, la sidebar perd sa width fixe */
@media (max-width: 1000px) {
    body.aa-cart-page .wc-block-components-sidebar-layout,
    body.aa-cart-page .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
    body.aa-cart-page .wc-block-components-sidebar,
    body.aa-cart-page .wc-block-cart__sidebar {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 768px) {
    body.aa-cart-page main#main,
    body.aa-cart-page article.page .entry-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .aa-cart-title {
        font-size: 28px !important;
        margin: 20px 0 28px !important;
    }
    body.aa-cart-page .wc-block-components-sidebar,
    body.aa-cart-page .wc-block-cart__sidebar {
        padding: 22px !important;
    }
}

@media (max-width: 600px) {
    /* Header table caché sur mobile (pas de place pour "PRODUIT / TOTAL") */
    body.aa-cart-page table.wc-block-cart-items thead {
        display: none !important;
    }
    /* Items en grid 2 colonnes (image | infos) */
    body.aa-cart-page tr.wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: 90px 1fr !important;
        grid-template-rows: auto auto !important;
        gap: 14px !important;
        padding: 20px 0 !important;
        border-bottom: 1px solid #ececec !important;
    }
    body.aa-cart-page tr.wc-block-cart-items__row td {
        padding: 0 !important;
    }
    body.aa-cart-page td.wc-block-cart-item__image {
        grid-column: 1 !important;
        grid-row: 1 / 3 !important;
        width: 90px !important;
        padding-right: 0 !important;
    }
    body.aa-cart-page .wc-block-cart-item__image img {
        width: 90px !important;
        height: 115px !important;
    }
    body.aa-cart-page td.wc-block-cart-item__product {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
    body.aa-cart-page td.wc-block-cart-item__total {
        grid-column: 2 !important;
        grid-row: 2 !important;
        text-align: left !important;
        padding-top: 0 !important;
    }
    body.aa-cart-page .wc-block-cart-item__total .wc-block-components-product-price__value,
    body.aa-cart-page .wc-block-cart-item__total .wc-block-formatted-money-amount {
        font-size: 16px !important;
    }
    body.aa-cart-page a.wc-block-components-product-name {
        font-size: 15px !important;
    }
    body.aa-cart-page .wc-block-components-quantity-selector {
        min-width: 110px !important;
        height: 36px !important;
    }
    body.aa-cart-page .wc-block-components-quantity-selector__button {
        flex: 0 0 32px !important;
        width: 32px !important;
        min-width: 32px !important;
        height: 34px !important;
        font-size: 16px !important;
    }
    body.aa-cart-page .wc-block-components-quantity-selector__input {
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 34px !important;
    }
    body.aa-cart-page .wc-block-cart-item__remove-link {
        width: 36px !important;
        height: 36px !important;
    }
}

@media (max-width: 400px) {
    body.aa-cart-page tr.wc-block-cart-items__row {
        grid-template-columns: 80px 1fr !important;
    }
    body.aa-cart-page td.wc-block-cart-item__image {
        width: 80px !important;
    }
    body.aa-cart-page .wc-block-cart-item__image img {
        width: 80px !important;
        height: 100px !important;
    }
}


















/* ─── Fix : pas de scroll interne sur la sidebar filtres ─── */
body.aa-category-page .aa-filters-sidebar,
body.aa-category-page .aa-category-sidebar,
body.aa-category-page aside.aa-filters {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    position: static !important;
}

body.aa-category-page .aa-filters-sidebar {
    position: sticky !important;
    top: 30px !important;
    max-height: none !important;
    overflow: visible !important;
    align-self: start !important; /* important dans un grid pour éviter qu'elle s'étire */
}

/* ══════════════════════════════════════════════════════════════════
   25. PAGE CHECKOUT — Aux Arcades (v2 corrigée)
══════════════════════════════════════════════════════════════════ */

/* ─── Reset Storefront ─── */
body.aa-checkout-page #primary,
body.aa-checkout-page .content-area {
    width: 100% !important;
    float: none !important;
}
body.aa-checkout-page #secondary,
body.aa-checkout-page .widget-area {
    display: none !important;
}

/* ─── Container ─── */
body.aa-checkout-page main#main,
body.aa-checkout-page article.page .entry-content {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* ─── Titre ─── */
.aa-checkout-title {
    text-align: center !important;
    font-size: clamp(32px, 3vw, 48px) !important;
    font-weight: 300 !important;
    color: #111 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin: 30px 0 50px !important;
    padding: 0 !important;
    display: block !important;
}

body.aa-checkout-page .page-title:not(.aa-checkout-title),
body.aa-checkout-page .entry-header .entry-title {
    display: none !important;
}

/* ═══════════════════════════════════════
   LAYOUT 2 COLONNES
═══════════════════════════════════════ */
body.aa-checkout-page .wc-block-components-sidebar-layout,
body.aa-checkout-page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px !important;
    gap: 50px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 80px !important;
}

body.aa-checkout-page .wc-block-components-main,
body.aa-checkout-page .wc-block-checkout__main {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

body.aa-checkout-page .wc-block-components-sidebar,
body.aa-checkout-page .wc-block-checkout__sidebar {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
    box-sizing: border-box !important;
    background: #FAF9F8 !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    padding: 28px !important;
    position: sticky !important;
    top: 30px !important;
    margin: 0 !important;
    float: none !important;
}

/* ═══════════════════════════════════════
   COL GAUCHE — Formulaire
═══════════════════════════════════════ */

/* Titres de section */
body.aa-checkout-page .wc-block-components-checkout-step__title,
body.aa-checkout-page .wp-block-woocommerce-checkout-contact-information-block h2,
body.aa-checkout-page .wp-block-woocommerce-checkout-billing-address-block h2,
body.aa-checkout-page .wp-block-woocommerce-checkout-shipping-address-block h2,
body.aa-checkout-page .wp-block-woocommerce-checkout-shipping-method-block h2,
body.aa-checkout-page .wp-block-woocommerce-checkout-payment-block h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #ececec !important;
    position: relative !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
body.aa-checkout-page .wc-block-components-checkout-step__title::after,
body.aa-checkout-page .wp-block-woocommerce-checkout-contact-information-block h2::after,
body.aa-checkout-page .wp-block-woocommerce-checkout-billing-address-block h2::after,
body.aa-checkout-page .wp-block-woocommerce-checkout-shipping-address-block h2::after,
body.aa-checkout-page .wp-block-woocommerce-checkout-shipping-method-block h2::after,
body.aa-checkout-page .wp-block-woocommerce-checkout-payment-block h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #cb3623;
}

/* Espacement entre sections */
body.aa-checkout-page .wp-block-woocommerce-checkout-contact-information-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-billing-address-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-shipping-address-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-shipping-method-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-payment-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-order-note-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-terms-block {
    margin-bottom: 40px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

/* INPUTS / TEXTAREA / SELECT */
body.aa-checkout-page .wc-block-components-text-input input,
body.aa-checkout-page .wc-block-components-select__select,
body.aa-checkout-page .wc-block-components-text-input .wc-block-components-text-input__input,
body.aa-checkout-page input[type="text"]:not(.wc-block-components-quantity-selector__input),
body.aa-checkout-page input[type="email"],
body.aa-checkout-page input[type="tel"],
body.aa-checkout-page input[type="number"],
body.aa-checkout-page input[type="password"],
body.aa-checkout-page textarea,
body.aa-checkout-page select {
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
    padding: 16px 14px !important;
    font-size: 14px !important;
    color: #111 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    transition: border-color 0.15s !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
}
body.aa-checkout-page .wc-block-components-text-input input:focus,
body.aa-checkout-page input:focus,
body.aa-checkout-page textarea:focus,
body.aa-checkout-page select:focus {
    border-color: #111 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Labels flottants WC Blocks */
body.aa-checkout-page .wc-block-components-text-input label,
body.aa-checkout-page .wc-block-components-select__label {
    color: #777 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
body.aa-checkout-page .wc-block-components-text-input.is-active label,
body.aa-checkout-page .wc-block-components-text-input input:focus + label {
    color: #111 !important;
    font-size: 12px !important;
}

/* Grilles de champs (Prénom / Nom côte à côte) */
body.aa-checkout-page .wc-block-components-address-form,
body.aa-checkout-page .wc-block-components-address-form__container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}
body.aa-checkout-page .wc-block-components-address-form > .wc-block-components-address-form__company,
body.aa-checkout-page .wc-block-components-address-form > .wc-block-components-address-form__address_1,
body.aa-checkout-page .wc-block-components-address-form > .wc-block-components-address-form__address_2,
body.aa-checkout-page .wc-block-components-address-form > .wc-block-components-address-form__country,
body.aa-checkout-page .wc-block-components-address-form > .wc-block-components-address-form__phone,
body.aa-checkout-page .wc-block-components-address-form .wc-block-components-text-input--has-error {
    grid-column: 1 / -1 !important;
}

/* Lien "+ Ajouter appartement..." */
body.aa-checkout-page .wc-block-components-address-form__address_2-toggle,
body.aa-checkout-page button.wc-block-components-address-form__address_2-toggle {
    background: none !important;
    border: none !important;
    color: #cb3623 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    cursor: pointer !important;
    grid-column: 1 / -1 !important;
}

/* Méthodes de livraison & paiement (radio cards) */
body.aa-checkout-page .wc-block-components-radio-control__option {
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px !important;
    padding: 16px 18px !important;
    margin: 0 0 10px !important;
    cursor: pointer !important;
    transition: border-color 0.15s, background 0.15s !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
body.aa-checkout-page .wc-block-components-radio-control__option:hover {
    border-color: #111 !important;
}
body.aa-checkout-page .wc-block-components-radio-control__option--checked,
body.aa-checkout-page .wc-block-components-radio-control__option[aria-checked="true"] {
    border-color: #111 !important;
    background: #FAF9F8 !important;
}

/* Notices erreur/info */
body.aa-checkout-page .wc-block-components-notice-banner.is-error,
body.aa-checkout-page .wc-block-components-notice-banner.is-warning {
    background: #FDEEEA !important;
    border: 1px solid #cb3623 !important;
    border-radius: 4px !important;
    padding: 14px 18px !important;
    color: #B85B41 !important;
    font-size: 14px !important;
    margin: 0 0 16px !important;
}

/* Note de commande (checkbox) */
body.aa-checkout-page .wc-block-checkout__add-note,
body.aa-checkout-page .wp-block-woocommerce-checkout-order-note-block {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
body.aa-checkout-page .wc-block-components-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
}
body.aa-checkout-page .wc-block-components-checkbox__input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #111 !important;
    margin: 0 !important;
}
body.aa-checkout-page .wc-block-components-checkbox__label {
    color: #555 !important;
    font-size: 14px !important;
}

/* Termes & conditions */
body.aa-checkout-page .wc-block-checkout__terms,
body.aa-checkout-page .wp-block-woocommerce-checkout-terms-block {
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.5 !important;
    padding: 14px 0 !important;
    border-top: 1px solid #ececec !important;
    margin-top: 20px !important;
}
body.aa-checkout-page .wc-block-checkout__terms a {
    color: #111 !important;
    text-decoration: underline !important;
}

/* ─── Boutons "Retour au panier" + "Commander" — FIX ─── */
body.aa-checkout-page .wp-block-woocommerce-checkout-actions-block,
body.aa-checkout-page .wc-block-checkout__actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid #ececec !important;
    margin-top: 30px !important;
    background: none !important;
}

/* "Retour au panier" — FIX SVG superposition */
body.aa-checkout-page .wc-block-components-checkout-return-to-cart-button,
body.aa-checkout-page a.wc-block-components-checkout-return-to-cart-button,
body.aa-checkout-page button.wc-block-components-checkout-return-to-cart-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    text-indent: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
    position: relative !important;
}
body.aa-checkout-page .wc-block-components-checkout-return-to-cart-button::before,
body.aa-checkout-page .wc-block-components-checkout-return-to-cart-button::after {
    content: none !important;
    display: none !important;
}
body.aa-checkout-page .wc-block-components-checkout-return-to-cart-button svg {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}
body.aa-checkout-page .wc-block-components-checkout-return-to-cart-button:hover {
    color: #cb3623 !important;
    text-decoration: none !important;
}

/* Bouton "Commander" */
body.aa-checkout-page .wc-block-components-checkout-place-order-button,
body.aa-checkout-page button.wc-block-components-checkout-place-order-button {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 17px 38px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    min-width: 200px !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}
body.aa-checkout-page .wc-block-components-checkout-place-order-button:hover {
    background: #cb3623 !important;
}

/* ═══════════════════════════════════════
   COL DROITE — Résumé commande (FIX layout)
═══════════════════════════════════════ */
.wp-block-woocommerce-checkout-order-summary-block {
	border:none !important;
}
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
	margin-left:30px !important;
}
/* Titre */
body.aa-checkout-page .wp-block-woocommerce-checkout-order-summary-heading-block,
body.aa-checkout-page .wp-block-woocommerce-checkout-order-summary-block h2,
body.aa-checkout-page .wc-block-components-sidebar > h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #ececec !important;
    position: relative !important;
    background: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
body.aa-checkout-page .wp-block-woocommerce-checkout-order-summary-heading-block::after,
body.aa-checkout-page .wc-block-components-sidebar > h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #cb3623;
}


/* Badge "Économisez X €" — DISCRET, pas de fond */
body.aa-checkout-page .wc-block-components-sale-badge,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-sale-badge {
    display: inline-block !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #B85B41 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 4px 0 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

/* ─── BADGE QUANTITÉ : caché (évite la superposition au titre) ─── */
body.aa-checkout-page .wc-block-components-order-summary-item__quantity {
    display: none !important;
}

/* ─── ITEM DU RÉSUMÉ ─── */
body.aa-checkout-page .wc-block-components-order-summary-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 16px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    position: relative !important;
}

/* Image plus petite et compacte 56x70 */
body.aa-checkout-page .wc-block-components-order-summary-item__image,
body.aa-checkout-page .wc-block-components-order-summary-item__image > *,
body.aa-checkout-page .wc-block-components-order-summary-item__image > div,
body.aa-checkout-page .wc-block-components-order-summary-item__image span {
    flex: 0 0 56px !important;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 3px !important;
}
body.aa-checkout-page .wc-block-components-order-summary-item__image img {
    width: 56px !important;
    max-width: 56px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 3px !important;
    display: block !important;
    margin: 0 !important;
}

/* Bloc droite */
body.aa-checkout-page .wc-block-components-order-summary-item__description {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Nom produit */
body.aa-checkout-page .wc-block-components-order-summary-item__description .wc-block-components-product-name,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-name {
    font-size: 13px !important;
    color: #111 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    display: block !important;
    margin: 0 0 6px !important;
}

/* VARIATIONS : pastille UNIFIÉE (le wrapper entier devient la pastille) */
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-metadata,
body.aa-checkout-page .wc-block-components-order-summary-item dl {
    display: inline-block !important;
    background: #FAF5F1 !important;
    padding: 3px 10px !important;
    border-radius: 2px !important;
    font-size: 11px !important;
    color: #555 !important;
    margin: 6px 0 0 !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
    list-style: none !important;
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Tous les enfants des variations = juste du texte inline */
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details > *,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details li,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details dt,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details dd,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details span,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details div,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-metadata > *,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-metadata li,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-metadata span,
body.aa-checkout-page .wc-block-components-order-summary-item dl > *,
body.aa-checkout-page .wc-block-components-order-summary-item dl dt,
body.aa-checkout-page .wc-block-components-order-summary-item dl dd {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    background-color: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    border: none !important;
    list-style: none !important;
    line-height: inherit !important;
    width: auto !important;
}

/* Espace après "Taille:" */
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details dt::after,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-details .wc-block-components-product-details__name::after,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-metadata dt::after {
    content: " " !important;
    white-space: pre !important;
}

/* Prix unitaire sous le titre */
body.aa-checkout-page .wc-block-components-order-summary-item__description .wc-block-components-product-price {
    font-size: 12px !important;
    color: #555 !important;
    margin: 4px 0 0 !important;
    display: block !important;
}
body.aa-checkout-page .wc-block-components-order-summary-item__description .wc-block-components-product-price__regular {
    color: #999 !important;
    text-decoration: line-through !important;
    margin-right: 4px !important;
}
body.aa-checkout-page .wc-block-components-order-summary-item__description .wc-block-components-product-price__value {
    color: #111 !important;
    font-weight: 600 !important;
}

/* Total à droite */
body.aa-checkout-page .wc-block-components-order-summary-item__total-price,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-product-price__value:last-child {
    flex: 0 0 auto !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-align: right !important;
    white-space: nowrap !important;
    align-self: flex-start !important;
    margin-left: auto !important;
    padding-left: 8px !important;
}

/* Badge "Économisez X €" — discret */
body.aa-checkout-page .wc-block-components-sale-badge,
body.aa-checkout-page .wc-block-components-order-summary-item .wc-block-components-sale-badge {
    display: inline-block !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #B85B41 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 4px 0 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

/* Code promo */
body.aa-checkout-page .wc-block-components-totals-coupon {
    padding: 14px 0 !important;

    background: none !important;
    border-top: none !important;
}
body.aa-checkout-page .wc-block-components-totals-coupon-link {
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    background: none !important;
    padding: 0 !important;
}

/* Lignes totaux */
body.aa-checkout-page .wc-block-components-totals-item {
    padding: 10px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    font-size: 14px !important;
}
body.aa-checkout-page .wc-block-components-totals-item__label {
    color: #555 !important;
}
body.aa-checkout-page .wc-block-components-totals-item__value {
    color: #111 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

/* Total final */
body.aa-checkout-page .wc-block-components-totals-footer-item {
    border-top: 1px solid #111 !important;
    margin-top: 14px !important;
    padding-top: 18px !important;
}
body.aa-checkout-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #111 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-size: 14px !important;
}
body.aa-checkout-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1000px) {
    /* ⚠ Sélecteur DOUBLÉ pour matcher la spécificité du desktop */
    body.aa-checkout-page .wc-block-components-sidebar-layout,
    body.aa-checkout-page .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    body.aa-checkout-page .wc-block-components-main,
    body.aa-checkout-page .wc-block-checkout__main {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        order: 2 !important;
    }
    body.aa-checkout-page .wc-block-components-sidebar,
    body.aa-checkout-page .wc-block-checkout__sidebar {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        position: static !important;
        top: auto !important;
        margin: 0 !important;
        float: none !important;
        order: 1 !important;
    }
}


@media (max-width: 768px) {
    body.aa-checkout-page main#main,
    body.aa-checkout-page article.page .entry-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .aa-checkout-title {
        font-size: 28px !important;
        margin: 20px 0 28px !important;
    }
    body.aa-checkout-page .wc-block-components-sidebar {
        padding: 22px !important;
    }
    body.aa-checkout-page .wc-block-components-address-form {
        grid-template-columns: 1fr !important;
    }
    body.aa-checkout-page .wp-block-woocommerce-checkout-actions-block {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
    }
    body.aa-checkout-page .wc-block-components-checkout-place-order-button {
        width: 100% !important;
        min-width: 0 !important;
    }
    body.aa-checkout-page .wc-block-components-checkout-return-to-cart-button {
        justify-content: center !important;
    }
}

/* ═══════════════════════════════════════
   PAGE COMMANDE REÇUE
═══════════════════════════════════════ */
body.aa-order-received-page main#main {
    max-width: 880px !important;
    margin: 0 auto !important;
    padding: 40px 24px 80px !important;
}
body.aa-order-received-page .woocommerce-order-received,
body.aa-order-received-page .woocommerce-notice--success {
    text-align: center !important;
    background: #FAF9F8 !important;
    padding: 50px 30px !important;
    border-radius: 8px !important;
    color: #111 !important;
    font-size: 18px !important;
    border: 1px solid #ececec !important;
    margin: 0 0 30px !important;
}
body.aa-order-received-page .woocommerce-order-overview {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 20px !important;
    padding: 24px !important;
    background: #FAF9F8 !important;
    border-radius: 8px !important;
    margin: 30px 0 !important;
    list-style: none !important;
}
body.aa-order-received-page .woocommerce-order-overview li {
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: #777 !important;
    border: none !important;
}
body.aa-order-received-page .woocommerce-order-overview li strong {
    display: block !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin-top: 6px !important;
}

/* ══════════════════════════════════════════════════════════════════
   26. PAGE MON COMPTE — Aux Arcades (v2 corrigée — nav à gauche)
══════════════════════════════════════════════════════════════════ */

/* ─── Reset Storefront ─── */
body.aa-account-page #primary,
body.aa-account-page .content-area {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
}
body.aa-account-page #secondary,
body.aa-account-page .widget-area {
    display: none !important;
}

/* ─── Container ─── */
body.aa-account-page main#main,
body.aa-account-page article.page .entry-content {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* Cache le titre natif */
body.aa-account-page .page-title,
body.aa-account-page .entry-header .entry-title {
    display: none !important;
}

/* ─── Header personnalisé (en pleine largeur, au-dessus du grid) ─── */
.aa-account-header {
    text-align: center !important;
    margin: 30px 0 50px !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}
.aa-account-title {
    font-size: clamp(32px, 3vw, 48px) !important;
    font-weight: 300 !important;
    color: #111 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin: 0 0 12px !important;
}
.aa-account-subtitle {
    font-size: 18px !important;
    color: #777 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* ═══════════════════════════════════════
   LAYOUT 2 COLONNES — CIBLE LE VRAI WRAPPER
═══════════════════════════════════════ */
.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
	padding:0 0 0em !important;
}
body.aa-account-page.logged-in .woocommerce,
body.aa-account-page.logged-in article .woocommerce,
body.aa-account-page.logged-in .entry-content > .woocommerce,
body.aa-account-page.logged-in main .woocommerce {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: start !important;
    margin: 0 0 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
}

/* Le header doit prendre toute la largeur (s'il est dans .woocommerce) */
body.aa-account-page .woocommerce > .aa-account-header,
body.aa-account-page .woocommerce > h1,
body.aa-account-page .woocommerce > .woocommerce-notices-wrapper {
    grid-column: 1 / -1 !important;
}

/* ─── NAVIGATION (sidebar gauche) — FORCE width fixe ─── */
body.aa-account-page .woocommerce-MyAccount-navigation {
    background: #FAF9F8 !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    padding: 18px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: sticky !important;
    top: 30px !important;
    align-self: start !important;
    grid-column: 1 !important;
}
body.aa-account-page .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
body.aa-account-page .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
}
body.aa-account-page .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none !important;
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid #ececec !important;
}
body.aa-account-page .woocommerce-MyAccount-navigation li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 14px !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: background 0.15s, color 0.15s !important;
    position: relative !important;
    background: none !important;
    box-shadow: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
body.aa-account-page .woocommerce-MyAccount-navigation li a:hover {
    background: #fff !important;
    color: #111 !important;
}
body.aa-account-page .woocommerce-MyAccount-navigation li.is-active a {
    background: #111 !important;
    color: #fff !important;
}

/* Icônes décoratives */
body.aa-account-page .woocommerce-MyAccount-navigation li a::before {
    content: "";
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    flex-shrink: 0;
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M3 12 12 3l9 9'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--downloads a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--payment-methods a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cline x1='2' y1='10' x2='22' y2='10'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E");
}
body.aa-account-page .woocommerce-MyAccount-navigation li.is-active a::before {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

/* ─── CONTENU (col droite) ─── */
body.aa-account-page .woocommerce-MyAccount-content {
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    padding: 36px !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    grid-column: 2 !important;
}
body.aa-account-page .woocommerce-MyAccount-content > p:first-child {
    margin-top: 0 !important;
}
body.aa-account-page .woocommerce-MyAccount-content h2,
body.aa-account-page .woocommerce-MyAccount-content h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    position: relative !important;
}
body.aa-account-page .woocommerce-MyAccount-content > h2::after,
body.aa-account-page .woocommerce-MyAccount-content > h3::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #cb3623;
}
body.aa-account-page .woocommerce-MyAccount-content p {
    color: #444 !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
}
body.aa-account-page .woocommerce-MyAccount-content a {
    color: #cb3623 !important;
    text-decoration: underline !important;
}
.wc-block-components-totals-wrapper {
	border-top:unset !important;
}
/* ─── Tableau commandes ─── */
body.aa-account-page table.woocommerce-orders-table,
body.aa-account-page table.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: none !important;
    margin: 20px 0 !important;
}
body.aa-account-page table.woocommerce-orders-table th,
body.aa-account-page table.shop_table th {
    background: #FAF9F8 !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 14px 12px !important;
    text-align: left !important;
    border: none !important;
}
body.aa-account-page table.woocommerce-orders-table td,
body.aa-account-page table.shop_table td {
    padding: 16px 12px !important;
    font-size: 14px !important;
    color: #444 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: none !important;
    vertical-align: middle !important;
}
body.aa-account-page table.woocommerce-orders-table .button,
body.aa-account-page table.shop_table .button {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    text-decoration: none !important;
    display: inline-block !important;
}
body.aa-account-page table.woocommerce-orders-table .button:hover {
    background: #cb3623 !important;
}

/* Badge statut commande */
body.aa-account-page .order-status,
body.aa-account-page mark.order-status {
    display: inline-block !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    background: #FAF5F1 !important;
    color: #B85B41 !important;
}
body.aa-account-page .order-status.status-completed {
    background: #E8F5E9 !important;
    color: #2E7D32 !important;
}
body.aa-account-page .order-status.status-processing {
    background: #FFF3E0 !important;
    color: #E65100 !important;
}
body.aa-account-page .order-status.status-cancelled,
body.aa-account-page .order-status.status-failed {
    background: #FFEBEE !important;
    color: #C62828 !important;
}

/* ─── Formulaires (Adresses, Profil) ─── */
body.aa-account-page form.woocommerce-EditAccountForm,
body.aa-account-page form.woocommerce-address-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
}
body.aa-account-page form .form-row,
body.aa-account-page form p.form-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
body.aa-account-page form .form-row-wide,
body.aa-account-page form .form-row-full {
    grid-column: 1 / -1 !important;
}
body.aa-account-page form label {
    display: block !important;
    font-size: 15px !important;
    color: #555 !important;
    font-weight: 500 !important;
    margin: 0 0 6px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
body.aa-account-page form input[type="text"],
body.aa-account-page form input[type="email"],
body.aa-account-page form input[type="tel"],
body.aa-account-page form input[type="password"],
body.aa-account-page form select,
body.aa-account-page form textarea {
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    color: #111 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s !important;
    font-family: inherit !important;
}
body.aa-account-page form input:focus,
body.aa-account-page form select:focus,
body.aa-account-page form textarea:focus {
    border-color: #111 !important;
    outline: none !important;
}
body.aa-account-page form .button,
body.aa-account-page form button[type="submit"],
body.aa-account-page form input[type="submit"] {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 14px 32px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    margin-top: 8px !important;
    width: auto !important;
    min-width: 180px !important;
}
body.aa-account-page form .button:hover {
    background: #cb3623 !important;
}

/* ─── Bloc adresses (vue) ─── */
body.aa-account-page .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin: 24px 0 !important;
}
body.aa-account-page .woocommerce-Address {
    background: #FAF9F8 !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    padding: 24px !important;
    width: 100% !important;
    float: none !important;
}
body.aa-account-page .woocommerce-Address-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 0 14px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #ececec !important;
}
body.aa-account-page .woocommerce-Address-title h2,
body.aa-account-page .woocommerce-Address-title h3 {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}
body.aa-account-page .woocommerce-Address-title h2::after,
body.aa-account-page .woocommerce-Address-title h3::after {
    display: none !important;
    content: none !important;
}
body.aa-account-page .woocommerce-Address-title .edit {
    color: #cb3623 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
body.aa-account-page .woocommerce-Address address {
    font-style: normal !important;
    color: #444 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* ─── Messages WooCommerce ─── */
body.aa-account-page .woocommerce-message,
body.aa-account-page .woocommerce-info,
body.aa-account-page .woocommerce-error {
    background: #FAF9F8 !important;
    border: 1px solid #ececec !important;
    border-left: 3px solid #cb3623 !important;
    border-radius: 3px !important;
    padding: 14px 18px !important;
    color: #111 !important;
    font-size: 16px !important;
    margin: 0 0 24px !important;
    list-style: none !important;
}
body.aa-account-page .woocommerce-message {
    border-left-color: #2E7D32 !important;
}
body.aa-account-page .woocommerce-error {
    border-left-color: #C62828 !important;
    background: #FFEBEE !important;
}

/* ═══════════════════════════════════════
   PAGE LOGIN / REGISTER
═══════════════════════════════════════ */
/* Le conteneur woocommerce : juste le centrage */
body.aa-account-login .woocommerce {
    display: block !important;
    max-width: 960px !important;
    margin: 30px auto !important;
}

/* Le vrai grid sur le bon parent */
body.aa-account-login .u-columns.col2-set {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    body.aa-account-login .u-columns.col2-set {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

body.aa-account-login .u-column1,
body.aa-account-login .u-column2 {
    background: #FAF9F8 !important;
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    padding: 36px !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
body.aa-account-login .u-column1 h2,
body.aa-account-login .u-column2 h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 0 24px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #ececec !important;
    position: relative !important;
}
body.aa-account-login .u-column1 h2::after,
body.aa-account-login .u-column2 h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #cb3623;
}
body.aa-account-login form.login,
body.aa-account-login form.register {
    display: block !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.aa-account-login form .form-row {
    margin: 0 0 16px !important;
}
body.aa-account-login .woocommerce-form-login__rememberme,
body.aa-account-login .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 14px 0 !important;
    color: #555 !important;
    font-size: 13px !important;
}
body.aa-account-login .lost_password a {
    color: #111 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 900px) {
    body.aa-account-page .woocommerce,
    body.aa-account-page article .woocommerce,
    body.aa-account-page .entry-content > .woocommerce {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    body.aa-account-page .woocommerce-MyAccount-navigation {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        grid-column: 1 !important;
    }
    /* ─── FIX : nav en 1 colonne, ligne par ligne ─── */
    body.aa-account-page .woocommerce-MyAccount-navigation ul {
        display: block !important;
        grid-template-columns: none !important;
    }
    body.aa-account-page .woocommerce-MyAccount-navigation li {
        border-bottom: 1px solid #ececec !important;
        border-top: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    body.aa-account-page .woocommerce-MyAccount-navigation li:last-child {
        border-bottom: none !important;
        border-top: 1px solid #ececec !important;
        margin-top: 8px !important;
        padding-top: 8px !important;
    }
    body.aa-account-page .woocommerce-MyAccount-content {
        grid-column: 1 !important;
    }
    body.aa-account-login .woocommerce {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    body.aa-account-page main#main,
    body.aa-account-page article.page .entry-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .aa-account-title {
        font-size: 28px !important;
    }
    body.aa-account-page .woocommerce-MyAccount-content,
    body.aa-account-login .u-column1,
    body.aa-account-login .u-column2 {
        padding: 24px 20px !important;
    }
    body.aa-account-page form.woocommerce-EditAccountForm,
    body.aa-account-page form.woocommerce-address-fields,
    body.aa-account-page .woocommerce-Addresses {
        grid-template-columns: 1fr !important;
    }
    body.aa-account-page table.woocommerce-orders-table thead {
        display: none !important;
    }
    body.aa-account-page table.woocommerce-orders-table tr {
        display: block !important;
        border: 1px solid #ececec !important;
        border-radius: 6px !important;
        padding: 12px !important;
        margin-bottom: 12px !important;
    }
    body.aa-account-page table.woocommerce-orders-table td {
        display: flex !important;
        justify-content: space-between !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid #f5f5f5 !important;
    }
    body.aa-account-page table.woocommerce-orders-table td:last-child {
        border-bottom: none !important;
    }
    body.aa-account-page table.woocommerce-orders-table td::before {
        content: attr(data-title);
        font-weight: 700;
        color: #111;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.06em;
    }
}

.page-id-168 .entry-header {
	display:none !important;
}

/* Cache l'icône native WC qui se superpose au texte */
body.aa-account-page .woocommerce-info::before,
body.aa-account-page .woocommerce-message::before,
body.aa-account-page .woocommerce-error::before,
body.aa-account-page .woocommerce-noreviews::before {
    display: none !important;
    content: none !important;
}
body.aa-account-page .woocommerce-info,
body.aa-account-page .woocommerce-message,
body.aa-account-page .woocommerce-error {
    padding: 14px 18px !important;
}
/* ═══════════════════════════════════════
   COL DROITE — Récap (sidebar)
═══════════════════════════════════════ */

/* Titre "Total panier" */
body.aa-cart-page .wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    margin: 0 0 20px !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid #ececec !important;
    position: relative !important;
    background: none !important;
    white-space: nowrap !important;
}
body.aa-cart-page .wp-block-woocommerce-cart-order-summary-heading-block::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #cb3623;
}

/* Lignes du récap */
body.aa-cart-page .wc-block-components-totals-item {
    padding: 10px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    font-size: 14px !important;
}
body.aa-cart-page .wc-block-components-totals-item__label {
    color: #555 !important;
    font-weight: 400 !important;
}
body.aa-cart-page .wc-block-components-totals-item__value {
    color: #111 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

/* Total final */
body.aa-cart-page .wc-block-components-totals-footer-item {
    border-top: 1px solid #ececec !important;
    margin-top: 14px !important;
    padding-top: 18px !important;
    padding-bottom: 4px !important;
    font-size: 16px !important;
}
body.aa-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #111 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-size: 14px !important;
}
body.aa-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
}

/* Code promo */
body.aa-cart-page .wc-block-components-totals-coupon {
    padding: 14px 0 !important;
    margin: 10px 0 !important;
    border-top: 1px solid #ececec !important;
    border-bottom: 1px solid #ececec !important;
    background: none !important;
}
body.aa-cart-page .wc-block-components-totals-coupon-link {
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    cursor: pointer !important;
    background: none !important;
    white-space: nowrap !important;
}
body.aa-cart-page .wc-block-components-totals-coupon-link:hover {
    color: #cb3623 !important;
}
body.aa-cart-page .wc-block-components-totals-coupon__form {
    display: flex !important;
    gap: 8px !important;
    margin-top: 12px !important;
}
body.aa-cart-page .wc-block-components-totals-coupon__input {
    flex: 1 !important;
    min-width: 0 !important;
}
body.aa-cart-page .wc-block-components-totals-coupon__input input {
    border: 1px solid #d0d0d0 !important;
    border-radius: 3px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    width: 100% !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
body.aa-cart-page button.wc-block-components-totals-coupon__button {
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 10px 18px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}
body.aa-cart-page button.wc-block-components-totals-coupon__button:hover {
    background: #cb3623 !important;
}

/* ─── Bouton "Valider la commande" — FORCED 100% width + nowrap ─── */
body.aa-cart-page .wp-block-woocommerce-proceed-to-checkout-block {
    margin: 20px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
body.aa-cart-page .wc-block-cart__submit-button,
body.aa-cart-page a.wc-block-cart__submit-button,
body.aa-cart-page button.wc-block-cart__submit-button,
body.aa-cart-page .wp-block-woocommerce-proceed-to-checkout-block a,
body.aa-cart-page .wp-block-woocommerce-proceed-to-checkout-block button {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    background: #111 !important;
    background-color: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 17px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    box-shadow: none !important;
    text-shadow: none !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
}
body.aa-cart-page .wc-block-cart__submit-button:hover {
    background: #cb3623 !important;
    background-color: #cb3623 !important;
}

/* ─── Tailles plus grosses sur les items produits (override final) ─── */
body.aa-cart-page a.wc-block-components-product-name {
    font-size: 18px !important;
}
body.aa-cart-page .wc-block-cart-item__product .wc-block-components-product-price {
    font-size: 18px !important;
    font-weight: 700 !important;
}
body.aa-cart-page .wc-block-cart-item__total .wc-block-components-product-price__value,
body.aa-cart-page .wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 18px !important;
}

/* ─── Carte étendue (état "lire la suite") ─── */
.aa-review-card.is-expanded .aa-review-text {
    display: block;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset;
    overflow: visible;
}

/* ─── Bouton "Lire la suite / Réduire" ─── */
.aa-review-toggle {
    background: none !important;
    border: none !important;
    color: #cb3623 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    padding: 8px 0 0 !important;
    margin: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    box-shadow: none !important;
    display: inline-block;
    line-height: 1.4;
}
.aa-review-toggle:hover {
    color: #c84028 !important;
}
.aa-review-toggle__less { display: none; }
.aa-review-card.is-expanded .aa-review-toggle__more { display: none; }
.aa-review-card.is-expanded .aa-review-toggle__less { display: inline; }

/* Track : les cartes alignées en haut, pas étirées en hauteur identique */
.aa-reviews-track {
    align-items: flex-start;
}

ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}

ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #f2eeee !important;
  border-radius: 3px;
}

/* ─── Onglets produit (colonne gauche) ─── */
body.aa-single-product .aa-product-tabs {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
}
body.aa-single-product .aa-product-tab {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 18px 0 !important;
    border: none !important;
    border-top: 1px solid #e5e5e5 !important;
    background: none !important;
    box-shadow: none !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: color 0.2s !important;
}
body.aa-single-product .aa-product-tab:last-of-type {
    border-bottom: 1px solid #e5e5e5 !important;
}
body.aa-single-product .aa-product-tab:hover,
body.aa-single-product .aa-product-tab.is-active { color: #111 !important; }

body.aa-single-product .aa-product-tab__arrow {
    display: flex !important;
    align-items: center !important;
    color: #888 !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
    transition: transform 0.2s ease !important;
}
body.aa-single-product .aa-product-tab.is-active .aa-product-tab__arrow {
    transform: rotate(90deg) !important;
    color: #111 !important;
}

/* ─── Panneaux (colonne droite) ─── */
body.aa-single-product .aa-product-panels {
    margin: 30px 0 0 !important;
    width: 100% !important;
}
body.aa-single-product .aa-product-panels {
    display: grid !important;          /* superposition */
}
body.aa-single-product .aa-product-panel {
    grid-area: 1 / 1 !important;       /* les 2 panneaux occupent la même cellule */
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
body.aa-single-product .aa-product-panel.is-active {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
body.aa-single-product .aa-product-panels .aa-product-description { margin: 0 !important; }

/* Tableau attributs */
body.aa-single-product .aa-attributes-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    background: none !important;
}
body.aa-single-product .aa-attributes-table tr {
    border-bottom: 1px solid #f0f0f0 !important;
    background: none !important;
}
body.aa-single-product .aa-attributes-table tr:last-child { border-bottom: none !important; }
body.aa-single-product .aa-attributes-table th,
body.aa-single-product .aa-attributes-table td {
    padding: 10px 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    border: none !important;
    background: none !important;
    vertical-align: top !important;
}
body.aa-single-product .aa-attributes-table th {
    width: 38% !important;
    color: #111 !important;
    font-weight: 600 !important;
    padding-right: 16px !important;
}
body.aa-single-product .aa-attributes-table td {
    color: #444 !important;
    font-weight: 400 !important;
}

body.aa-single-product .aa-size-guide-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 20px 0 0px !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-color: rgba(0,0,0,0.35) !important;
    background: none !important;
    transition: color 0.2s, text-decoration-color 0.2s !important;
}
body.aa-single-product .aa-size-guide-link:hover {
    color: #cb3623 !important;
    text-decoration-color: #cb3623 !important;
}
body.aa-single-product .aa-size-guide-link svg {
    color: #cb3623 !important;
    flex-shrink: 0 !important;
}

body.aa-single-product .aa-size-note {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin: 5px 0 16px !important;
    padding: 10px 14px !important;
    background: #FAF5F1 !important;
    border-radius: 4px !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    max-width: 360px !important;
}
body.aa-single-product .aa-size-note svg {
    color: #B85B41 !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
}

/* ─── Suppression du contour de focus (clic sur éléments cliquables) ─── */
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
select:focus,
textarea:focus,
summary:focus,
[tabindex]:focus,
.aa-product-tab:focus,
li.product a:focus,
.woocommerce a:focus {
    outline: none !important;
    box-shadow: none !important;
}


body, button, input, textarea {
	line-height: 1.418 !important;
}

/* enlève aussi le flash gris/bleu au tap sur mobile */
* {
    -webkit-tap-highlight-color: transparent !important;
}

.img100 {
	width:100%;
}

.upsells, .woocommerce-cart .wp-block-woocommerce-product-collection {
	display:none !important;
}

#post-7 > div.entry-content > div.wp-block-cover.is-light.has-custom-content-position.is-position-bottom-center.heroscene > div {
	margin-top:150px !important;
}
.heroscene .wp-block-paragraph {
	font-size:48px !important;
}
/* ════════════════════════════════════════════
   PAGE CONTACT — Aux Arcades
════════════════════════════════════════════ */

/* Sur-titre orange */
.aa-overline {
    font-size: 11px !important;
    color: #EB503C !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin: 0 0 14px !important;
}

/* Titre principal */
.wp-block-paragraph {
	font-size:18px !important;
}

/* Intro */
.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide  {
margin-left:auto !important;
	margin-right:auto !important;
}

/* Labels de section (uppercase + barre orange) */
.aa-section-label { margin-bottom: 22px; }
.aa-section-label span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #111;
    margin-bottom: 6px;
}
.aa-section-label__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #EB503C;
}
.aa-section-label--center { text-align: center; }
.aa-section-label--center .aa-section-label__bar { margin: 0 auto; }

/* Colonnes */
.aa-contact-cols {
    margin-bottom: 0 !important;
    padding: 10px 0 50px !important;
    gap: 36px !important;
}

/* ─── Formulaire Gravity Forms (ajoute "aa-gform" en CSS Class de ta form) ─── */
.aa-gform .gform_fields { display: grid !important; gap: 14px !important; }
.aa-gform .gfield_label {
    font-size: 11.5px !important;
    color: #666 !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    display: block !important;
}
.aa-gform .gfield_required { color: #EB503C !important; margin-left: 2px !important; }
.aa-gform input[type="text"],
.aa-gform input[type="email"],
.aa-gform input[type="tel"],
.aa-gform input[type="url"],
.aa-gform select,
.aa-gform textarea {
    background: #f4f4f4 !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    padding: 11px 13px !important;
    font-size: 13px !important;
    color: #111 !important;
    width: 100% !important;
    font-family: inherit !important;
    box-shadow: none !important;
    transition: background 0.15s, border-color 0.15s !important;
}
.aa-gform input::placeholder,
.aa-gform textarea::placeholder { color: #bbb !important; }
.aa-gform input:focus,
.aa-gform select:focus,
.aa-gform textarea:focus {
    background: #fff !important;
    border-color: #EB503C !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(235,80,60,0.08) !important;
}
.aa-gform textarea { min-height: 110px !important; resize: vertical !important; }
.aa-gform .gform_footer { margin-top: 18px !important; }
.aa-gform .gform_button {
    background: #EB503C !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 28px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}
.aa-gform .gform_button:hover { background: #c84028 !important; }

/* ─── Carte info beige ─── */
.aa-info-card {
    background: #FAF5F1;
    border-radius: 4px;
    padding: 30px 26px;
    height: 100%;
}
.aa-info-row {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}
.aa-info-row:last-child { margin-bottom: 0; }
.aa-info-row__icon { color: #B85B41; flex-shrink: 0; margin-top: 2px; }
.aa-info-row__body { flex: 1; }
.aa-info-row__label {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 4px !important;
}
.aa-info-row__value {
    font-size: 16px;
    color: black;
    line-height: 1.55;
    margin: 0 !important;
}
.aa-info-row__value a { color: #111 !important; text-decoration: none !important; }
.aa-info-row__value a:hover { color: #EB503C !important; }
.aa-info-row__link {
    display: inline-block;
    color: #EB503C !important;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    text-decoration: none !important;
}

.gform_required_legend {
	display:none !important;
}
.aa-info-row__link:hover { text-decoration: underline !important; }
.aa-info-row__hours {
    font-size: 15px;
    color: #111;
    border-collapse: collapse;
    margin-top: 2px;
}
.aa-info-row__hours td { padding: 2px 14px 2px 0; }
.aa-info-row__hours tr.muted td { color: black; }

/* ─── Section carte ─── */
.aa-contact-map-section { margin-top: 0 !important; }
.aa-contact-map-section .aa-contact-intro { margin: 14px auto 28px !important; }
.aa-map-wrap {
    max-width: 1000px;
    margin: 0 auto 28px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #fff;
}
.aa-map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }
.aa-map-cta .wp-block-button__link {
    background: #111 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 12px 26px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
.aa-map-cta .wp-block-button__link:hover { background: #000 !important; }

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .aa-contact-title { font-size: 30px !important; }
    .aa-contact-cols { gap: 24px !important; padding: 10px 0 30px !important; }
    .aa-info-card { padding: 24px 20px; }
    .aa-map-wrap iframe { height: 280px; }
    .aa-contact-map-section { padding: 50px 20px !important; }
}
.page-id-284 .entry-title {
	display:none !important;
}

/* ════════════════════════════════════════════
   FORMULAIRE GRAVITY FORMS — gravity-theme (no-framework)
   Prérequis : "aa-gform" en CSS Class Name de la form
════════════════════════════════════════════ */

/* ─── Heading + légende des champs requis ─── */
.aa-gform .gform_heading { margin: 0 0 14px !important; }
.aa-gform .gform_required_legend {
    font-size: 11px !important;
    color: #999 !important;
    font-style: italic !important;
    margin: 0 !important;
    text-align: right !important;
}
.aa-gform .gform_required_legend .gfield_required_asterisk {
    color: #EB503C !important;
    background: none !important;
}

/* ─── Honeypot caché ─── */
.aa-gform .gform_validation_container,
.aa-gform .gfield--type-honeypot { display: none !important; }

/* ─── Espacement entre champs ─── */
.aa-gform .gform_fields { gap: 14px !important; }
.aa-gform .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

/* ─── Labels ─── */
.aa-gform .gfield_label,
.aa-gform label.gform-field-label {
    font-size: 16.5px !important;
    color: #666 !important;
    font-weight: 500 !important;
    margin: 0 0 5px !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.aa-gform .gfield_required,
.aa-gform .gfield_required_asterisk {
    color: #EB503C !important;
    margin-left: 2px !important;
    font-weight: 500 !important;
    background: none !important;
}

/* ─── Inputs / Select / Textarea ─── */
.aa-gform input[type="text"],
.aa-gform input[type="email"],
.aa-gform input[type="tel"],
.aa-gform input[type="url"],
.aa-gform input[type="number"],
.aa-gform input.large,
.aa-gform select,
.aa-gform textarea {
    background: #f4f4f4 !important;
    border: 1px solid transparent !important;
    border-radius: 3px !important;
    padding: 11px 13px !important;
    font-size: 13px !important;
    color: #111 !important;
    width: 100% !important;
    font-family: inherit !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
    min-height: 0 !important;
    height: auto !important;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s !important;
}

.aa-gform input::placeholder,
.aa-gform textarea::placeholder {
    color: #bbb !important;
    opacity: 1 !important;
}

.aa-gform input:hover,
.aa-gform select:hover,
.aa-gform textarea:hover {
    background: #efefef !important;
}

.aa-gform input:focus,
.aa-gform select:focus,
.aa-gform textarea:focus {
    background: #fff !important;
    border-color: #EB503C !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(235, 80, 60, 0.1) !important;
}

.aa-gform textarea,
.aa-gform textarea.large {
    min-height: 130px !important;
    resize: vertical !important;
}

/* ─── États d'erreur ─── */
.aa-gform .gfield_error input,
.aa-gform .gfield_error select,
.aa-gform .gfield_error textarea {
    background: #fff5f4 !important;
    border-color: #EB503C !important;
}
.aa-gform .gfield_validation_message,
.aa-gform .validation_message {
    color: #c84028 !important;
    font-size: 11.5px !important;
    margin-top: 4px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.aa-gform .gform_validation_errors {
    background: #fff5f4 !important;
    border: 1px solid #f4775e !important;
    border-radius: 3px !important;
    padding: 12px 16px !important;
    color: #c84028 !important;
    font-size: 12.5px !important;
    margin-bottom: 16px !important;
    box-shadow: none !important;
}
.aa-gform .gform_validation_errors h2 {
    font-size: 13px !important;
    color: #c84028 !important;
    margin: 0 0 4px !important;
}

/* ─── Footer + bouton submit ─── */
.aa-gform .gform_footer,
.aa-gform .gform-footer {
    margin: 22px 0 0 !important;
    padding: 0 !important;
}
.aa-gform .gform_button,
.aa-gform input[type="submit"].gform_button,
.aa-gform input[type="submit"].button {
    background:#cb3623 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 14px 32px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    font-family: inherit !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
    height: auto !important;
    width: auto !important;
}
.aa-gform .gform_button:hover,
.aa-gform input[type="submit"].gform_button:hover,
.aa-gform input[type="submit"].button:hover {
    background: #c84028 !important;
}
.aa-gform .gform_button:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(235, 80, 60, 0.25) !important;
}
.aa-contact-hero {
	padding-top:0 !important;
}
/* ─── Confirmation après envoi ─── */
.aa-gform .gform_confirmation_message,
.gform_confirmation_wrapper .gform_confirmation_message {
    background: #FAF5F1 !important;
    color: #111 !important;
    padding: 18px 22px !important;
    border-radius: 4px !important;
    border-left: 3px solid #EB503C !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.page-id-284 table:not( .has-background ) tbody td, .page-id-284 table:not( .has-background ) tbody tr:nth-child(2n) td, .page-id-284 fieldset, fieldset legend {
	background-color:unset !important;
}

/* ════════════════════════════════════════════
   GRILLE PHOTOS ÉQUIPE — portraits N&B + noms
   Classe du bloc Galerie : aa-team-grid
════════════════════════════════════════════ */

/* 4 colonnes AVEC espacement */
.aa-team-grid.wp-block-gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
    margin: 0 !important;
}

/* Image : format portrait, recadrage propre */
.aa-team-grid.wp-block-gallery figure.wp-block-image {
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
    aspect-ratio: 2 / 3 !important;
    overflow: hidden !important;
    border-radius: 2px !important;
}

.aa-team-grid.wp-block-gallery figure.wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    filter: grayscale(100%) !important;
    transition: filter 0.45s ease !important;
}

.aa-team-grid.wp-block-gallery figure.wp-block-image:hover img {
    filter: grayscale(0%) !important;
}

/* Nom en légende, superposé en bas de la photo */
.aa-team-grid.wp-block-gallery figure.wp-block-image figcaption,
.aa-team-grid.wp-block-gallery .wp-element-caption {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 34px 10px 14px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.45), transparent) !important;
    color: #fff !important;
    font-size: 14px !important;
    text-align: center !important;
    letter-spacing: 0.04em !important;
    width: auto !important;
}

/* Responsive : 2 colonnes sur mobile */
@media (max-width: 768px) {
    .aa-team-grid.wp-block-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
	#post-350 > div.entry-content > div:nth-child(12) {
		height:0px !important;
	}
}

#post-350 > div.entry-content > div.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile > div {
	margin-top: 30px;
}

.wp-block-gallery, .wp-block-media-text {
	max-width:1500px !important;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto !important;
	margin-right:auto !important;
}

