/* ===== BOUTIQUE HERO ===== */
.amt-boutique-hero {
    padding: 100px 80px 48px;
    background: linear-gradient(135deg, #ede5d8 0%, #f5f0e8 100%);
    text-align: center;
}
.amt-boutique-hero-tag {
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: #5a7a5a;
    margin-bottom: 16px; display: flex; align-items: center;
    justify-content: center; gap: 10px;
}
.amt-boutique-hero-tag::before,
.amt-boutique-hero-tag::after { content: ''; width: 24px; height: 1px; background: #5a7a5a; }
.amt-boutique-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 60px); font-weight: 300;
    color: #111; line-height: 1.1; margin-bottom: 16px;
}
.amt-boutique-hero-title em { font-style: italic; color: #5a7a5a; }
.amt-boutique-hero-desc { font-size: 15px; color: #777; font-weight: 300; max-width: 480px; margin: 0 auto; line-height: 1.8; }
 
/* ===== FILTRES ===== */
.amt-boutique-filtres {
    padding: 24px 80px;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid #f0f0ec;
    background: #fff;
    position: sticky; top: 72px; z-index: 100;
}
.amt-filtres-left { display: flex; gap: 8px; }
.amt-filtre-btn {
    padding: 8px 20px; border-radius: 50px; font-size: 12px; font-weight: 500;
    cursor: pointer; transition: all 0.2s; border: 1.5px solid #e0e0dc;
    background: transparent; color: #888; font-family: 'DM Sans', sans-serif;
}
.amt-filtre-btn.active { background: #5a7a5a; color: white; border-color: #5a7a5a; }
.amt-filtre-btn:hover:not(.active) { border-color: #5a7a5a; color: #5a7a5a; }
.amt-filtres-right { font-size: 12px; color: #999; }
 
/* ===== GRILLE PRODUITS ===== */
.amt-boutique-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px; padding: 48px 80px 80px;
    max-width: 1400px; margin: 0 auto;
}
 
/* ===== CARTE PRODUIT ===== */
.amt-produit-card {
    border-radius: 16px; overflow: hidden;
    border: 1.5px solid #e8e8e4;
    transition: all 0.3s; background: #fff;
}
.amt-produit-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(0,0,0,0.1); border-color: transparent; }
.amt-produit-link { display: block; text-decoration: none; color: inherit; }
.amt-produit-img {
    height: 200px; background: linear-gradient(135deg, #2d4a2d, #3d6b3d);
    background-size: cover; background-position: center;
    position: relative; display: flex; align-items: center; justify-content: center;
}
.amt-produit-img-placeholder {
    text-align: center; padding: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 500; color: white;
}
.amt-produit-badge {
    position: absolute; top: 12px; right: 12px;
    background: rgba(255,255,255,0.15); backdrop-filter: blur(8px);
    color: white; font-size: 10px; font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 4px 10px; border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}
.amt-produit-badge.vert { background: rgba(90,122,90,0.3); border-color: rgba(90,122,90,0.5); }
.amt-produit-info { padding: 20px 22px 22px; }
.amt-produit-cat { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #5a7a5a; margin-bottom: 8px; }
.amt-produit-nom { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; color: #111; margin-bottom: 6px; line-height: 1.3; }
.amt-produit-desc { font-size: 12px; color: #888; line-height: 1.6; margin-bottom: 14px; font-weight: 300; }
.amt-produit-footer { display: flex; align-items: center; justify-content: space-between; }
.amt-produit-prix { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #5a7a5a; }
.amt-produit-prix .woocommerce-Price-amount { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: #5a7a5a; }
.amt-produit-btn {
    padding: 8px 16px; background: #5a7a5a; color: white;
    border: none; border-radius: 8px; font-size: 12px; font-weight: 500;
    cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s;
}
.amt-produit-card:hover .amt-produit-btn { background: #7a9e7a; }
 
/* ===== PAGE PRODUIT INDIVIDUEL ===== */
.amt-produit-single {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; padding: 60px 80px 100px;
    max-width: 1200px; margin: 0 auto;
    align-items: start;
}
.amt-single-photo { width: 100%; border-radius: 16px; object-fit: cover; }
.amt-produit-img-placeholder-large {
    height: 500px; background: linear-gradient(135deg, #2d4a2d, #3d6b3d);
    border-radius: 16px; display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-size: 28px; color: white;
}
.amt-produit-single-cat { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: #5a7a5a; margin-bottom: 16px; }
.amt-produit-single-titre { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 300; color: #111; line-height: 1.1; margin-bottom: 20px; }
.amt-produit-single-prix { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #5a7a5a; margin-bottom: 24px; line-height: 1; }
.amt-produit-single-prix .woocommerce-Price-amount { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #5a7a5a; }
.amt-produit-single-desc { font-size: 15px; color: #666; line-height: 1.8; font-weight: 300; margin-bottom: 32px; }
 
/* Bouton Ajouter au panier */
.single_add_to_cart_button,
.button.alt,
button[name="add-to-cart"] {
    padding: 16px 40px !important;
    background: #5a7a5a !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}
.single_add_to_cart_button:hover { background: #7a9e7a !important; transform: translateY(-2px) !important; }
 
.amt-produit-single-meta { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.amt-meta-item { font-size: 13px; color: #666; font-weight: 300; }
 
/* ===== MON COMPTE ===== */
.amt-woo-page { padding: 60px 80px 100px; max-width: 1100px; margin: 0 auto; }
.amt-woo-header { margin-bottom: 48px; }
.amt-woo-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 300; color: #111; }
.amt-woo-title em { font-style: italic; color: #5a7a5a; }
 
/* Nav compte WooCommerce */
.woocommerce-MyAccount-navigation ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; padding: 0; }
.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px; border-radius: 50px;
    font-size: 13px; font-weight: 500;
    border: 1.5px solid #e0e0dc; color: #888;
    transition: all 0.2s; display: block;
    font-family: 'DM Sans', sans-serif;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #5a7a5a; color: white; border-color: #5a7a5a;
}
 
/* Tableaux WooCommerce */
.woocommerce-orders-table,
.shop_table { width: 100%; border-collapse: collapse; margin-bottom: 32px; }
.woocommerce-orders-table th,
.shop_table th { font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #888; padding: 12px 16px; border-bottom: 1px solid #f0f0ec; text-align: left; }
.woocommerce-orders-table td,
.shop_table td { font-size: 13px; color: #555; padding: 14px 16px; border-bottom: 1px solid #f8f8f6; }
 
/* ===== PANIER ===== */
.woocommerce-cart-form table { width: 100%; }
.cart_item td { padding: 20px 0; border-bottom: 1px solid #f0f0ec; vertical-align: middle; }
.cart-subtotal, .order-total { font-family: 'Cormorant Garamond', serif; font-size: 20px; }
.checkout-button,
.wc-proceed-to-checkout .checkout-button {
    display: block !important; width: 100% !important;
    padding: 16px !important; background: #5a7a5a !important;
    color: white !important; border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important; font-weight: 500 !important;
    text-align: center !important; transition: background 0.3s !important;
    border: none !important;
}
.checkout-button:hover { background: #7a9e7a !important; }
 
/* ===== NOTICES ===== */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding: 16px 20px; border-radius: 10px;
    font-size: 14px; margin-bottom: 24px;
    border: none !important; list-style: none;
}
.woocommerce-message { background: #e8f0e8; color: #5a7a5a; }
.woocommerce-info { background: #e8f0f8; color: #3a6a8a; }
.woocommerce-error { background: #fde8e8; color: #c0392b; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) { .amt-boutique-grid { grid-template-columns: repeat(2, 1fr); padding: 40px; } }
@media (max-width: 768px) {
    .amt-boutique-hero { padding: 80px 24px 40px; }
    .amt-boutique-filtres { padding: 16px 24px; flex-direction: column; gap: 12px; }
    .amt-boutique-grid { grid-template-columns: 1fr; padding: 24px; }
    .amt-produit-single { grid-template-columns: 1fr; padding: 40px 24px 60px; gap: 40px; }
    .amt-woo-page { padding: 40px 24px 60px; }
}
 
/* ===== ICÔNE PANIER NAV ===== */
.amt-panier-btn {
    position: relative;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    background: var(--gris);
    border-radius: 50%;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1.5px solid #e8e8e4;
}
.amt-panier-btn:hover { background: var(--vert-pale); border-color: var(--vert); }
.amt-panier-count {
    position: absolute;
    top: -4px; right: -4px;
    width: 18px; height: 18px;
    background: var(--vert);
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    font-family: 'DM Sans', sans-serif;
}
 
/* ===== PAGE PANIER STYLISÉE ===== */
.woocommerce-cart .amt-woo-page,
.woocommerce-checkout .amt-woo-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 80px 100px;
}
 
/* Table panier */
.woocommerce-cart-form {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0ec;
    margin-bottom: 32px;
}
.woocommerce-cart-form table {
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-cart-form table thead th {
    font-size: 11px; font-weight: 500;
    letter-spacing: 2px; text-transform: uppercase;
    color: #aaa; padding: 16px 24px;
    border-bottom: 1px solid #f0f0ec;
    background: var(--gris);
    text-align: left;
}
.woocommerce-cart-form table tbody td {
    padding: 20px 24px;
    border-bottom: 1px solid #f8f8f6;
    vertical-align: middle;
    font-size: 14px; color: #555;
}
.woocommerce-cart-form table tbody tr:last-child td { border-bottom: none; }
 
/* Image produit panier */
.woocommerce-cart-form .product-thumbnail img {
    width: 70px; height: 70px;
    object-fit: cover; border-radius: 10px;
}
 
/* Nom produit */
.woocommerce-cart-form .product-name a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 500;
    color: var(--noir); text-decoration: none;
}
.woocommerce-cart-form .product-name a:hover { color: var(--vert); }
 
/* Prix */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 600; color: var(--vert);
}
 
/* Quantité */
.woocommerce-cart-form .quantity input {
    width: 60px; padding: 8px 12px;
    border: 1.5px solid #e8e8e4; border-radius: 8px;
    font-size: 14px; text-align: center;
    font-family: 'DM Sans', sans-serif;
}
 
/* Bouton supprimer */
.woocommerce-cart-form a.remove {
    color: #ddd !important; font-size: 20px;
    transition: color 0.2s;
}
.woocommerce-cart-form a.remove:hover { color: #c0392b !important; }
 
/* Bouton mettre à jour */
.woocommerce-cart-form button[name="update_cart"] {
    padding: 10px 24px;
    background: transparent;
    border: 1.5px solid #e0e0dc;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; color: #888;
    cursor: pointer; transition: all 0.2s;
}
.woocommerce-cart-form button[name="update_cart"]:hover {
    border-color: var(--vert); color: var(--vert);
}
 
/* Total panier */
.cart-collaterals { margin-top: 0; }
.cart_totals {
    background: white; border-radius: 16px;
    border: 1px solid #f0f0ec; padding: 28px 32px;
    max-width: 400px; margin-left: auto;
}
.cart_totals h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px; font-weight: 500;
    color: var(--noir); margin-bottom: 20px;
}
.cart_totals table { width: 100%; border-collapse: collapse; }
.cart_totals table tr th {
    font-size: 12px; color: #aaa;
    font-weight: 400; padding: 10px 0;
    text-align: left; border-bottom: 1px solid #f8f8f6;
}
.cart_totals table tr td {
    font-size: 14px; color: #555;
    padding: 10px 0; text-align: right;
    border-bottom: 1px solid #f8f8f6;
}
.cart_totals .order-total th,
.cart_totals .order-total td {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; color: var(--noir);
    font-weight: 600; border-bottom: none;
    padding-top: 16px;
}
.cart_totals .order-total td { color: var(--vert); }
 
/* Bouton commander */
.wc-proceed-to-checkout { margin-top: 20px; }
.wc-proceed-to-checkout .checkout-button,
.checkout-button {
    display: block !important;
    width: 100% !important;
    padding: 16px !important;
    background: var(--vert) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background 0.3s !important;
    cursor: pointer !important;
}
.checkout-button:hover { background: var(--vert-clair) !important; }
 
/* Panier vide */
.woocommerce-cart .woocommerce-info {
    background: var(--gris);
    border: 1.5px dashed #e0e0dc;
    border-radius: 14px;
    padding: 40px;
    text-align: center;
    font-size: 15px; color: #aaa;
    font-weight: 300;
}
.woocommerce-cart .woocommerce-info::before { display: none; }
.return-to-shop { text-align: center; margin-top: 20px; }
.return-to-shop .button {
    padding: 12px 28px;
    background: var(--vert) !important;
    color: white !important;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}
.return-to-shop .button:hover { background: var(--vert-clair) !important; }
 
/* ===== PAGE CHECKOUT STYLISÉE ===== */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 500;
    color: var(--noir); margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0ec;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e8e8e4 !important;
    border-radius: 10px !important;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: var(--noir);
    outline: none;
    transition: border-color 0.2s;
}
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: var(--vert) !important;
}
.woocommerce-checkout .form-row label {
    font-size: 11px; font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase;
    color: #888; margin-bottom: 6px; display: block;
}
#place_order {
    width: 100% !important;
    padding: 16px !important;
    background: var(--vert) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}
#place_order:hover { background: var(--vert-clair) !important; }
 
/* Historique heures myCred stylisé */
.mycred-history-wrap,
#mycred-history-wrap {
    background: white;
    border-radius: 14px;
    border: 1px solid #f0f0ec;
    overflow: hidden;
}
.mycred-history-wrap table,
#mycred-history-wrap table {
    width: 100%;
    border-collapse: collapse;
}
.mycred-history-wrap table th,
#mycred-history-wrap table th {
    font-size: 11px; font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase;
    color: #aaa; padding: 14px 20px;
    border-bottom: 1px solid #f0f0ec;
    background: var(--gris); text-align: left;
}
.mycred-history-wrap table td,
#mycred-history-wrap table td {
    font-size: 13px; color: #555;
    padding: 14px 20px;
    border-bottom: 1px solid #f8f8f6;
}
.mycred-history-wrap table tr:last-child td,
#mycred-history-wrap table tr:last-child td { border-bottom: none; }
 
/* Pagination myCred */
.mycred-history-wrap .pagination,
#mycred-history-wrap .pagination {
    display: flex; gap: 8px;
    padding: 16px 20px;
    justify-content: center;
}
.mycred-history-wrap .pagination a,
#mycred-history-wrap .pagination a {
    padding: 6px 12px; border-radius: 6px;
    font-size: 13px; color: var(--vert);
    border: 1.5px solid var(--vert-pale);
    transition: all 0.2s;
}
.mycred-history-wrap .pagination a:hover,
#mycred-history-wrap .pagination a:hover {
    background: var(--vert); color: white;
}
 
@media(max-width: 768px) {
    .woocommerce-cart .amt-woo-page,
    .woocommerce-checkout .amt-woo-page { padding: 40px 24px 60px; }
    .cart_totals { max-width: 100%; }
}
 
/* ===== HISTORIQUE MYCRED — classes exactes ===== */
.mycred-table,
table.mycred-table,
.table.mycred-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: white !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid #f0f0ec !important;
    font-family: 'DM Sans', sans-serif !important;
}
.mycred-table thead tr th {
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #aaa !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #f0f0ec !important;
    background: #f7f7f5 !important;
    text-align: left !important;
}
.mycred-table tbody tr.type-log-entry td {
    font-size: 13px !important;
    color: #555 !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #f8f8f6 !important;
    vertical-align: middle !important;
}
.mycred-table tbody tr.type-log-entry:last-child td {
    border-bottom: none !important;
}
.mycred-table tbody tr.alt {
    background: #fafafa !important;
}
/* Colonne points — couleur selon positif/négatif */
.mycred-table .column-creds {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.mycred-table .column-creds[data-raw^="-"] {
    color: #c0392b !important;
}
.mycred-table .column-creds:not([data-raw^="-"]) {
    color: #5a7a5a !important;
}
 
/* Pagination myCred */
.row.pagination-bottom {
    padding: 16px 0 8px !important;
    display: flex !important;
    justify-content: center !important;
}
.row.pagination-bottom .pagination {
    display: flex !important;
    gap: 6px !important;
    list-style: none !important;
    padding: 0 !important;
}
.row.pagination-bottom .pagination li a,
.row.pagination-bottom .pagination li span {
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    color: #5a7a5a !important;
    border: 1.5px solid #e8f0e8 !important;
    display: block !important;
    transition: all 0.2s !important;
}
.row.pagination-bottom .pagination li a:hover {
    background: #5a7a5a !important;
    color: white !important;
}
 
/* ===== PANIER — classes exactes WooCommerce ===== */
.woocommerce-cart-form .shop_table {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #f0f0ec !important;
    border-collapse: separate !important;
}
.woocommerce-cart-form .shop_table th {
    background: #f7f7f5 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #aaa !important;
    padding: 14px 20px !important;
    font-weight: 500 !important;
}
.woocommerce-cart-form .shop_table td {
    padding: 18px 20px !important;
    border-bottom: 1px solid #f8f8f6 !important;
    vertical-align: middle !important;
}
/* Champ quantité arrondi */
.woocommerce-cart-form .quantity .qty {
    width: 64px !important;
    padding: 8px 12px !important;
    border: 1.5px solid #e8e8e4 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: 'DM Sans', sans-serif !important;
    outline: none !important;
    transition: border-color 0.2s !important;
}
.woocommerce-cart-form .quantity .qty:focus {
    border-color: #5a7a5a !important;
}
/* Bouton appliquer code promo */
.woocommerce-cart-form .coupon {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
.woocommerce-cart-form .coupon input[type="text"] {
    flex: 1 !important;
    padding: 10px 16px !important;
    border: 1.5px solid #e8e8e4 !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-family: 'DM Sans', sans-serif !important;
    outline: none !important;
    margin-right: 0 !important;
    min-width: 120px !important;
}
.woocommerce-cart-form .coupon input[type="text"]:focus {
    border-color: #5a7a5a !important;
}
.woocommerce-cart-form .coupon button,
.woocommerce-cart-form .coupon .button {
    padding: 10px 20px !important;
    background: #5a7a5a !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}
.woocommerce-cart-form .coupon button:hover { background: #7a9e7a !important; }
 
/* ===== PANIER — vraies classes WooCommerce ===== */
table.shop_table.cart {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #f0f0ec !important;
    margin-bottom: 32px !important;
}
table.shop_table.cart thead th {
    background: #f7f7f5 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #aaa !important;
    padding: 14px 20px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif !important;
    border-bottom: 1px solid #f0f0ec !important;
}
table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item td {
    padding: 20px !important;
    border-bottom: 1px solid #f8f8f6 !important;
    vertical-align: middle !important;
    background: white !important;
}
table.shop_table.cart tbody tr.woocommerce-cart-form__cart-item:last-child td {
    border-bottom: none !important;
}
/* Image produit */
table.shop_table.cart .product-thumbnail img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
/* Nom produit */
table.shop_table.cart .product-name a {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #111 !important;
    text-decoration: none !important;
}
table.shop_table.cart .product-name a:hover { color: #5a7a5a !important; }
/* Prix */
table.shop_table.cart .product-price,
table.shop_table.cart .product-subtotal {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #5a7a5a !important;
}
/* Quantité */
table.shop_table.cart .product-quantity .qty {
    width: 64px !important;
    padding: 8px 12px !important;
    border: 1.5px solid #e8e8e4 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: 'DM Sans', sans-serif !important;
    outline: none !important;
}
table.shop_table.cart .product-quantity .qty:focus {
    border-color: #5a7a5a !important;
}
/* Bouton supprimer */
table.shop_table.cart .product-remove a.remove {
    color: #ddd !important;
    font-size: 22px !important;
    line-height: 1 !important;
    transition: color 0.2s !important;
}
table.shop_table.cart .product-remove a.remove:hover {
    color: #c0392b !important;
    background: none !important;
}
/* Actions bas panier */
table.shop_table.cart tr.cart-subtotal td,
table.shop_table.cart tr.order-total td {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important;
}
table.shop_table.cart tr.order-total td {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #5a7a5a !important;
}
 
/* ===== FORCER COULEURS CARTES — anti-écrasement WooCommerce ===== */
.amt-card.dark,
.amt-card.dark * {
    background-color: #111 !important;
}
.amt-card.dark {
    border-color: #111 !important;
}
.amt-card.dark .amt-card-tag { color: #7a9e7a !important; }
.amt-card.dark .amt-card-title,
.amt-card.dark .amt-card-duration,
.amt-card.dark .amt-features li,
.amt-card.dark .amt-features li span { color: rgba(255,255,255,0.88) !important; background: transparent !important; }
.amt-card.dark .amt-card-price { color: #a0c4a0 !important; background: transparent !important; }
.amt-card.dark .amt-card-price-note { color: rgba(255,255,255,0.4) !important; background: transparent !important; }
.amt-card.dark .amt-card-divider { background: rgba(255,255,255,0.12) !important; }
.amt-card.dark .amt-card-btn { background: white !important; color: #111 !important; }
.amt-card.dark .amt-badge-pop { background: linear-gradient(135deg, #5a7a5a, #7a9e7a) !important; color: white !important; }
 
.amt-card.gold {
    background: linear-gradient(145deg, #2a2218, #1a1a0e) !important;
    border-color: #c9a84c !important;
}
.amt-card.gold .amt-card-tag { color: #e8c97a !important; background: transparent !important; }
.amt-card.gold .amt-card-title,
.amt-card.gold .amt-card-duration,
.amt-card.gold .amt-features li,
.amt-card.gold .amt-features li span { color: rgba(255,255,255,0.88) !important; background: transparent !important; }
.amt-card.gold .amt-card-price { color: #e8c97a !important; background: transparent !important; }
.amt-card.gold .amt-card-price-note { color: rgba(255,255,255,0.4) !important; background: transparent !important; }
.amt-card.gold .amt-card-divider { background: rgba(201,168,76,0.2) !important; }
.amt-card.gold .amt-card-btn { background: #c9a84c !important; color: #1a1100 !important; }
.amt-card.gold .amt-badge-pop { background: linear-gradient(135deg, #c9a84c, #e8c97a) !important; color: #1a1100 !important; }
 
/* ===== POPUPS RÉSERVATION INTELLIGENTE ===== */
#amt-overlay-reservation {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
    z-index: 9998;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s;
}
#amt-overlay-reservation.visible { opacity: 1; pointer-events: all; }
 
.amt-popup-reservation {
    position: fixed; top: 50%; left: 50%;
    transform: translate(-50%, -48%) scale(0.96);
    z-index: 9999;
    background: white; border-radius: 24px;
    padding: 44px 40px; width: 100%; max-width: 400px;
    box-shadow: 0 32px 80px rgba(0,0,0,0.15);
    opacity: 0; pointer-events: none;
    transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
    text-align: center;
}
.amt-popup-reservation.visible {
    opacity: 1; pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
}
.amt-popup-close {
    position: absolute; top: 16px; right: 16px;
    background: #f5f5f3; border: none; border-radius: 50%;
    width: 32px; height: 32px; cursor: pointer;
    font-size: 13px; color: #666;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
}
.amt-popup-close:hover { background: #e8e8e4; }
.amt-popup-icon {
    width: 72px; height: 72px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px; margin: 0 auto 20px;
}
.amt-popup-icon.orange { background: #fff4e8; }
.amt-popup-icon.red { background: #fff0f0; }
.amt-popup-label {
    font-size: 11px; font-weight: 500;
    letter-spacing: 2px; text-transform: uppercase;
    color: #aaa; margin-bottom: 12px;
}
.amt-popup-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 300;
    color: #111; line-height: 1.2; margin-bottom: 12px;
}
.amt-popup-title em { font-style: italic; color: #5a7a5a; }
.amt-popup-desc {
    font-size: 13px; color: #888; font-weight: 300;
    line-height: 1.8; margin-bottom: 28px;
    max-width: 280px; margin-left: auto; margin-right: auto;
}
.amt-heures-badge-red {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff0f0; border-radius: 50px;
    padding: 8px 16px; margin-bottom: 16px;
    font-size: 13px; color: #c0392b; font-weight: 500;
}
.amt-heures-badge-red::before {
    content: ''; width: 8px; height: 8px;
    background: #c0392b; border-radius: 50%;
}
.amt-popup-btns { display: flex; flex-direction: column; gap: 10px; }
.amt-popup-btn-main {
    padding: 14px; background: #5a7a5a; color: white;
    border: none; border-radius: 10px;
    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
    cursor: pointer; transition: all 0.2s; text-decoration: none; display: block;
}
.amt-popup-btn-main:hover { background: #7a9e7a; }
.amt-popup-btn-main.or { background: #c9a84c; color: #1a1100; }
.amt-popup-btn-main.or:hover { background: #e8c97a; }
.amt-popup-btn-sec {
    padding: 12px; background: transparent;
    border: 1.5px solid #e8e8e4; border-radius: 10px;
    font-family: 'DM Sans', sans-serif; font-size: 13px;
    color: #888; cursor: pointer; transition: all 0.2s;
    text-decoration: none; display: block;
}
.amt-popup-btn-sec:hover { border-color: #5a7a5a; color: #5a7a5a; }
 
@media(max-width: 480px) {
    .amt-popup-reservation { padding: 32px 24px; max-width: calc(100% - 32px); }
}
 
/* ===== CENTRER TEXTES PAGES PRODUITS ===== */
.amt-produit-single-cat,
.amt-produit-single-titre,
.amt-produit-single-prix,
.amt-produit-single-desc,
.woocommerce div.product .product_title,
.woocommerce div.product .price,
.woocommerce div.product .woocommerce-product-details__short-description,
.entry-summary { text-align: center; }
.single_add_to_cart_button,
button[name="add-to-cart"] { margin: 0 auto !important; }
 
 
/* ===== CENTRER TEXTES PAGES PRODUITS ===== */
.amt-produit-single-cat,
.amt-produit-single-titre,
.amt-produit-single-prix,
.amt-produit-single-desc,
.woocommerce-product-details__short-description,
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product .woocommerce-product-details__short-description {
    text-align: center !important;
}
.woocommerce div.product form.cart {
    text-align: center !important;
}
.woocommerce div.product form.cart .qty {
    margin: 0 auto 16px !important;
    display: block !important;
}
 
/* ===== BOUTONS QUANTITÉ +/− ===== */
.woocommerce .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1.5px solid #e8e8e4 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: white !important;
}
.woocommerce .quantity .qty {
    width: 44px !important;
    border: none !important;
    border-left: 1.5px solid #e8e8e4 !important;
    border-right: 1.5px solid #e8e8e4 !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 4px !important;
    -moz-appearance: textfield !important;
    font-family: 'DM Sans', sans-serif !important;
    outline: none !important;
    background: white !important;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none !important; }
 
/* Boutons − et + injectés via JS */
.amt-qty-minus,
.amt-qty-plus {
    width: 36px !important;
    height: 38px !important;
    background: #f7f7f5 !important;
    border: none !important;
    font-size: 18px !important;
    cursor: pointer !important;
    color: #555 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s !important;
    font-family: 'DM Sans', sans-serif !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}
.amt-qty-minus:hover,
.amt-qty-plus:hover {
    background: #e8f0e8 !important;
    color: #5a7a5a !important;
}
 
/* ===== LAYOUT PANIER — géré par amt-panier-grid ===== */
 
/* ===== LAYOUT CHECKOUT AMÉLIORÉ ===== */
.woocommerce-checkout .woocommerce {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}
.woocommerce-checkout #customer_details {
    grid-column: 1;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    grid-column: 2;
    position: sticky;
    top: 100px;
}
.woocommerce-checkout #order_review_heading {
    position: static;
}
 
/* Checkout récap produits */
.woocommerce-checkout-review-order-table {
    background: white !important;
    border-radius: 16px !important;
    border: 1px solid #f0f0ec !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}
.woocommerce-checkout-review-order-table th {
    background: #f7f7f5 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #aaa !important;
    padding: 14px 20px !important;
    font-weight: 500 !important;
}
.woocommerce-checkout-review-order-table td {
    padding: 14px 20px !important;
    font-size: 14px !important;
    color: #555 !important;
    border-bottom: 1px solid #f8f8f6 !important;
}
.woocommerce-checkout-review-order-table .order-total td {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #5a7a5a !important;
}
 
/* Sécurité Stripe */
.woocommerce-checkout #payment {
    background: white !important;
    border-radius: 16px !important;
    border: 1px solid #f0f0ec !important;
    padding: 24px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #f0f0ec !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    list-style: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 14px !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
}
 
/* Note sécurité */
.woocommerce-checkout #payment .place-order::after {
    content: '🔒 Paiement 100% sécurisé · Stripe';
    display: block;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin-top: 12px;
}
 
@media(max-width: 768px) {
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        grid-template-columns: 1fr;
    }
    .woocommerce-cart .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        grid-column: 1;
        position: static;
    }
}

/* ===== LATEPOINT — cacher prix durées ===== */
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-price {
    display: none !important;
}

/* ===== CACHER BOUTON MISE À JOUR PANIER ===== */
button[name="update_cart"] {
    display: none !important;
}/* Fix layout checkout AMT */
.amt-checkout-page {
    background: #f7f5f0 !important;
}
.amt-checkout-layout {
    display: grid !important;
    grid-template-columns: 1fr 400px !important;
    gap: 28px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 36px 24px 80px !important;
    align-items: start !important;
}
/* Fix colonne gauche WooCommerce natif */
.amt-checkout-left .woocommerce-billing-fields,
.amt-checkout-left #payment {
    background: #fff !important;
    border: 1px solid #e8e4dc !important;
    border-radius: 16px !important;
    padding: 28px 32px !important;
    margin-bottom: 16px !important;
}
@media (max-width: 900px) {
    .amt-checkout-layout {
        grid-template-columns: 1fr !important;
    }
} 
/* =====================================================
   PANIER — DESIGN AMT FINAL
   ===================================================== */

/* Cacher titre Astra */
.woocommerce-cart .entry-title,
.woocommerce-cart h1.entry-title,
.woocommerce-cart .page-header,
.woocommerce-cart .entry-header,
.woocommerce-cart .ast-container > h1,
body.woocommerce-cart .page-title { display: none !important; }

/* Hero */
.amt-panier-hero {
    background: linear-gradient(135deg, #f5f0e8 0%, #e8f0e8 100%);
    padding: 80px 80px 48px;
    position: relative;
    overflow: hidden;
}
.amt-panier-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(90,122,90,0.06);
    pointer-events: none;
}
.amt-panier-breadcrumb {
    font-size: 12px; color: #aaa; margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
    position: relative; z-index: 1;
}
.amt-panier-breadcrumb a { color: #aaa; }
.amt-panier-breadcrumb a:hover { color: #5a7a5a; }
.amt-panier-breadcrumb span:last-child { color: #5a7a5a; }
.amt-panier-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 300; color: #111;
    line-height: 1.1; position: relative; z-index: 1;
}
.amt-panier-hero-title em { font-style: italic; color: #5a7a5a; }
.amt-panier-hero-sub {
    font-size: 14px; color: #888; margin-top: 10px;
    font-weight: 300; position: relative; z-index: 1;
}
.amt-panier-steps {
    display: flex; gap: 6px; align-items: center;
    margin-top: 28px; position: relative; z-index: 1;
}
.amt-step {
    display: flex; align-items: center; gap: 6px;
    font-size: 12px; color: #bbb; font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}
.amt-step-done { color: #5a7a5a; }
.amt-step-dot {
    width: 22px; height: 22px; border-radius: 50%;
    background: #e8e8e4; color: #bbb;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 600; flex-shrink: 0;
}
.amt-step-done .amt-step-dot { background: #e8f0e8; color: #5a7a5a; }
.amt-step-sep { width: 24px; height: 1px; background: #e0e0dc; }

/* Body */
.amt-panier-body {
    background: #fafaf8;
    padding: 0 0 80px 0;
    min-height: 50vh;
}

/* Grid 2 colonnes */
.amt-panier-grid {
    display: grid !important;
    grid-template-columns: 1fr 360px !important;
    gap: 32px !important;
    align-items: start !important;
    padding: 40px 80px 0 !important;
}
.amt-panier-grid .woocommerce-cart-form {
    background: white !important;
    border-radius: 20px !important;
    border: 1px solid #f0f0ec !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}
.amt-panier-grid .cart-collaterals {
    margin-top: 0 !important;
    position: sticky !important;
    top: 96px !important;
    width: 100% !important;
    float: none !important;
}
.amt-panier-grid .cart_totals {
    background: white !important;
    border-radius: 20px !important;
    border: 1px solid #f0f0ec !important;
    padding: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    float: none !important;
    width: 100% !important;
}
.amt-panier-grid .cart_totals h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important; font-weight: 400 !important;
    color: #111 !important; margin-bottom: 0 !important;
    padding: 20px 24px 16px !important;
    border-bottom: 1px solid #f0f0ec !important;
}
.amt-panier-grid .cart_totals table {
    width: 100% !important;
    border-collapse: collapse !important;
    display: table !important;
}
.amt-panier-grid .cart_totals table tr {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 24px !important;
    border-bottom: 1px solid #f8f8f6 !important;
}
.amt-panier-grid .cart_totals table tr th {
    font-size: 13px !important; color: #888 !important;
    font-weight: 300 !important; padding: 0 !important;
    border: none !important; background: none !important;
    text-transform: none !important; letter-spacing: 0 !important;
}
.amt-panier-grid .cart_totals table tr td {
    font-size: 14px !important; color: #3a3a3a !important;
    font-weight: 500 !important; padding: 0 !important;
    border: none !important; text-align: right !important;
}
.amt-panier-grid .cart_totals .order-total {
    border-bottom: none !important;
    border-top: 2px solid #f0f0ec !important;
}
.amt-panier-grid .cart_totals .order-total th {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important; color: #111 !important; font-weight: 500 !important;
}
.amt-panier-grid .cart_totals .order-total td {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 28px !important; font-weight: 600 !important; color: #5a7a5a !important;
}
.amt-panier-grid .wc-proceed-to-checkout { padding: 0 24px 24px !important; }
.amt-panier-grid .checkout-button {
    border-radius: 12px !important; font-size: 15px !important;
    transition: all 0.3s !important;
}

/* Responsive */
@media (max-width: 900px) {
    .amt-panier-hero { padding: 80px 24px 40px; }
    .amt-panier-grid {
        grid-template-columns: 1fr !important;
        padding: 24px !important;
    }
    .amt-panier-grid .cart-collaterals { position: static !important; }
    .amt-panier-steps { flex-wrap: wrap; gap: 8px; }
}