/* ============================================================
   0. TITRES — letter-spacing en em (remplace le -2px/-1px fixe
   d'Astra qui colle les petits titres WooCommerce). Sans !important :
   bat Astra par l'ordre de source, laisse gagner les overrides plus
   specifiques ci-dessous. NE PAS deplacer sous les autres sections.
   ============================================================ */
h1, .entry-content h1 { letter-spacing: -0.013em; }
h2, .entry-content h2 { letter-spacing: -0.037em; }

/* Garde : preserver la typo propre du reader (pages guide, body.expaworld-reader) */
body.expaworld-reader h2 { letter-spacing: -0.012em; }

/* Sous-menus header texte noir sur fond blanc */
html body header .sub-menu .menu-link,
html body header .sub-menu a,
html body .ast-desktop .main-header-menu .sub-menu .menu-link,
html body .main-header-menu .sub-menu .menu-link {
    color: #1A1A1A !important;
}

html body header .sub-menu .menu-link:hover,
html body .ast-desktop .main-header-menu .sub-menu .menu-link:hover {
    color: #F26522 !important;
}

/* Compteur panier visible */
html body .ast-site-header-cart .count,
html body .ast-cart-menu-wrap .count,
html body .ast-site-header-cart-li .count,
html body .count-number,
html body a.cart-container .count {
    color: #1A1A1A !important;
}

/* Fix compteur panier sur pages Elementor (display + position) */
html body .ast-site-header-cart,
html body .ast-site-header-cart-li,
html body .ast-addon-cart-wrap,
html body a.cart-container,
html body i.astra-icon,
html body i.ast-icon-shopping-bag {
    position: relative !important;
}

html body i.astra-icon {
    display: inline-block !important;
}

html body i.astra-icon svg {
    display: inline-block !important;
    vertical-align: middle !important;
}

/* ==========================================================================
   EXPAWORLD - WooCommerce My Account page styling
   Scope: every selector is prefixed with .woocommerce-account
   Notes: ASCII-only comments. content: values use CSS unicode escapes.
   !important is used where the rule must beat WooCommerce and Astra.
   Card model: .woocommerce is the card so it wraps BOTH the native
   h2 title and the .woocommerce-form-login form (siblings in the WC DOM).
   ========================================================================== */

/* 1. Page background under the hero
   -------------------------------------------------------------------------- */
.woocommerce-account .site-content,
.woocommerce-account .entry-content {
  background: #F5F2EC !important;
}

/* 2. Center the columns, hide the register column
   -------------------------------------------------------------------------- */
.woocommerce-account .u-columns {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.woocommerce-account .u-column2.col-2 {
  display: none !important;
}

/* 3. The CARD = parent column wrapping the h2 and the form
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce {
  background: #ffffff !important;
  padding: 36px 32px !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06),
              0 1px 3px rgba(0, 0, 0, 0.04) !important;
  max-width: 580px !important;
  margin: 56px auto !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
}

/* 3b. Override : card large pour le state connecté (dashboard utilisateur)
   -------------------------------------------------------------------------- */
body.woocommerce-account.logged-in .woocommerce {
  max-width: 1140px !important;
}

/* 4. The form itself stays naked: no card chrome of its own
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-login {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* 5. Eyebrow badge on the native h2 (orange dot via inline SVG bg)
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce > h2:first-of-type::before {
  content: "Acc\E8s membre";
  display: block;
  width: fit-content;
  padding: 5px 12px 5px 26px;
  background-color: #FFF1EB;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23FF6B35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  color: #C44518;
  border-radius: 999px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.4;
}

/* 6. Native h2 title "Se connecter"
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce > h2:first-of-type {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin: 0 0 22px 0 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  border: none !important;
  padding: 0 !important;
}

/* 7. Generic form row (tighter)
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-row {
  margin-bottom: 14px;
  width: 100%;
}

/* 8. Labels (tighter)
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-row label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}

.woocommerce-account .woocommerce-form-row label .required {
  color: #FF6B35 !important;
  text-decoration: none !important;
}

/* 9. Text inputs
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-row .woocommerce-Input,
.woocommerce-account .woocommerce-form-row input[type="text"],
.woocommerce-account .woocommerce-form-row input[type="email"],
.woocommerce-account .woocommerce-form-row input[type="password"] {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #1a1a1a !important;
  background: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce-account .woocommerce-form-row .woocommerce-Input:focus,
.woocommerce-account .woocommerce-form-row input[type="text"]:focus,
.woocommerce-account .woocommerce-form-row input[type="email"]:focus,
.woocommerce-account .woocommerce-form-row input[type="password"]:focus {
  border-color: #FF6B35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15) !important;
}

/* 10. Row holding the remember checkbox and the submit button (tighter)
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-login p.form-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 4px 0 12px 0 !important;
}

/* 11. Remember-me label
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  cursor: pointer;
  margin: 0;
}

/* 12. Remember-me checkbox
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form__input-checkbox {
  accent-color: #FF6B35;
  width: 14px;
  height: 14px;
  margin: 0 !important;
}

/* 13. Submit button
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-login .woocommerce-button,
.woocommerce-account .woocommerce-form-login button[type="submit"].button {
  width: 100% !important;
  padding: 12px 20px !important;
  background: linear-gradient(135deg, #FF6B35 0%, #FF6BB5 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25) !important;
  margin: 4px 0 0 0 !important;
  text-indent: 0 !important;
  line-height: normal !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-login .woocommerce-button:hover,
.woocommerce-account .woocommerce-form-login button[type="submit"].button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(255, 107, 53, 0.35) !important;
}

/* 14. Kill the empty orange ghost button rendered by some themes
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-login input[type="submit"]:not([value]),
.woocommerce-account .woocommerce-form-login button:empty {
  display: none !important;
}

/* 15. Lost password wrapper (tighter)
   -------------------------------------------------------------------------- */
.woocommerce-account .lost_password {
  margin: 10px 0 0 0;
  text-align: center;
}

/* 16. Lost password link
   -------------------------------------------------------------------------- */
.woocommerce-account .lost_password a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #FF6B35 !important;
  text-decoration: none !important;
  font-weight: 500;
}

.woocommerce-account .lost_password a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* 17. Tighten label-to-input gap and style placeholders
   These rules are intentionally last so they win the cascade.
   -------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-form-row {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  line-height: normal !important;
}

.woocommerce-account .woocommerce-form-row label {
  display: block !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.woocommerce-account .woocommerce-form-row input {
  margin: 0 !important;
}
.woocommerce-account .woocommerce-form-row input::placeholder {
  color: #B0B0B0 !important;
  opacity: 1 !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 14px !important;
}

/* 18. Footer global — restaurer le style des titres sur /mon-compte */
body.woocommerce-account .exw-footer-global h2,
body.woocommerce-account .exw-footer-global h3,
body.woocommerce-account .exw-footer-global h4,
body.woocommerce-account .exw-footer-global .exw-footer-global__title {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #888888 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin: 0 0 22px 0 !important;
  line-height: 1.3 !important;
  border: 0 !important;
  padding: 0 !important;
}

#infinite-footer {
    display: none !important;
}
/* 19. Cacher les boutons "Afficher le mot de passe" mal stylés sur mon-compte connecté */
body.woocommerce-account.logged-in .show-password-input,
body.woocommerce-account.logged-in button.show-password-input,
body.woocommerce-account.logged-in .woocommerce-Input-wrapper .show-password-input {
  display: none !important;
}
/* 20. Cacher Téléchargements (pas de produits téléchargeables sur EXPAWORLD) */
body.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}/* 22. Cacher Adresses (produit 100% numérique, pas besoin d'adresse de livraison) */
body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address {
  display: none !important;
}
/* ============================================================
   EXPAWORLD : Page panier WooCommerce (/panier)
   Scope strict body.woocommerce-cart. Responsive 2 cols desktop.
   ============================================================ */

/* 1. Fond de page (crème) + espacement sous header transparent */
body.woocommerce-cart,
body.woocommerce-cart .site-content,
body.woocommerce-cart .entry-content {
  background: #F5F2EC !important;
}
body.woocommerce-cart .site-content {
  padding-top: 160px !important;
}
body.woocommerce-cart .entry-content {
  padding-top: 0 !important;
  padding-bottom: 64px !important;
}

/* 1b. Header transparent : menu + icones lisibles sur le creme */
body.woocommerce-cart .main-header-menu .menu-link,
body.woocommerce-cart .main-header-menu a,
body.woocommerce-cart .ast-masthead-custom-menu-items a {
  color: #1A1A1A !important;
}
body.woocommerce-cart .main-header-menu .menu-link:hover {
  color: #FF6B35 !important;
}
body.woocommerce-cart .ast-header-account-wrap a,
body.woocommerce-cart .ast-header-account-wrap svg,
body.woocommerce-cart .ast-header-account-wrap svg path,
body.woocommerce-cart .account-icon,
body.woocommerce-cart .account-icon path,
body.woocommerce-cart .ahfb-svg-iconset svg,
body.woocommerce-cart .ahfb-svg-iconset svg path,
body.woocommerce-cart .ast-site-header-cart a,
body.woocommerce-cart .ast-site-header-cart svg,
body.woocommerce-cart i.astra-icon,
body.woocommerce-cart i.astra-icon::before {
  color: #1A1A1A !important;
  fill: #1A1A1A !important;
}
body.woocommerce-cart .ast-header-account-wrap svg *,
body.woocommerce-cart .account-icon * {
  fill: #1A1A1A !important;
}
/* 2. Titre de page : eyebrow + H1 */
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart h1.entry-title {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  color: #1A1A1A !important;
  line-height: 1.2 !important;
  margin: 0 0 32px 0 !important;
  letter-spacing: -0.01em !important;
  position: relative !important;
}
body.woocommerce-cart .entry-title::before,
body.woocommerce-cart .page-title::before,
body.woocommerce-cart h1.entry-title::before {
  content: "● VOTRE COMMANDE" !important;
  display: block !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #FF6B35 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
  line-height: 1 !important;
}

/* 3. Layout 2 colonnes (desktop) */
@media (min-width: 901px) {
  body.woocommerce-cart .woocommerce {
    display: grid !important;
    grid-template-columns: 1fr 360px !important;
    gap: 32px !important;
    align-items: start !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
  }
  body.woocommerce-cart .woocommerce-notices-wrapper {
    grid-column: 1 / -1 !important;
  }
  body.woocommerce-cart .woocommerce-cart-form {
    grid-column: 1 !important;
    min-width: 0 !important;
  }
  body.woocommerce-cart .cart-collaterals {
    grid-column: 2 !important;
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
  }
}

/* 4. Tableau produit : card blanche */
body.woocommerce-cart .shop_table.cart,
body.woocommerce-cart table.cart {
  background: #FFFFFF !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 12px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
  margin: 0 0 24px 0 !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}
body.woocommerce-cart .shop_table.cart thead {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E5E5E5 !important;
}
body.woocommerce-cart .shop_table.cart thead th {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #888888 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #E5E5E5 !important;
  text-align: left !important;
  background: transparent !important;
}
body.woocommerce-cart .shop_table.cart tbody tr.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #F0EEE9 !important;
}
body.woocommerce-cart .shop_table.cart tbody tr.woocommerce-cart-form__cart-item:last-child {
  border-bottom: 0 !important;
}
body.woocommerce-cart .shop_table.cart td {
  padding: 18px !important;
  border: 0 !important;
  vertical-align: middle !important;
  background: #FFFFFF !important;
  color: #1A1A1A !important;
  font-size: 14px !important;
}
body.woocommerce-cart .shop_table.cart td.product-thumbnail img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  display: block !important;
  border: 1px solid #E5E5E5 !important;
}
body.woocommerce-cart .shop_table.cart td.product-name {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-weight: 500 !important;
  color: #1A1A1A !important;
  font-size: 15px !important;
}
body.woocommerce-cart .shop_table.cart td.product-name a {
  color: #1A1A1A !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
body.woocommerce-cart .shop_table.cart td.product-name a:hover {
  color: #FF6B35 !important;
}
body.woocommerce-cart .shop_table.cart td.product-price,
body.woocommerce-cart .shop_table.cart td.product-subtotal {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  color: #1A1A1A !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
body.woocommerce-cart .shop_table.cart td.product-quantity {
  color: #4A4A4A !important;
  font-size: 14px !important;
}
body.woocommerce-cart .shop_table.cart td.product-quantity .quantity {
  font-weight: 500 !important;
}
body.woocommerce-cart .shop_table.cart td.product-quantity input.qty {
  border: 1px solid #E5E5E5 !important;
  border-radius: 6px !important;
  padding: 6px 8px !important;
  font-size: 14px !important;
  color: #1A1A1A !important;
  background: #FFFFFF !important;
  max-width: 64px !important;
  text-align: center !important;
}

/* 5. Bouton supprimer (.remove) */
body.woocommerce-cart .shop_table.cart td.product-remove {
  width: 32px !important;
  padding-right: 0 !important;
}
body.woocommerce-cart .shop_table.cart a.remove {
  color: #888888 !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 22px !important;
  border-radius: 999px !important;
  text-align: center !important;
  transition: color 0.2s ease, background 0.2s ease !important;
}
body.woocommerce-cart .shop_table.cart a.remove:hover {
  color: #FF6B35 !important;
  background: #FFF1EB !important;
}

/* 6. Code promo (.coupon) : discret */
body.woocommerce-cart .shop_table.cart tr:has(.coupon),
body.woocommerce-cart .shop_table.cart .actions {
  background: #FAF9F6 !important;
}
body.woocommerce-cart .shop_table.cart td.actions {
  padding: 16px 18px !important;
  background: #FAF9F6 !important;
  border-top: 1px solid #F0EEE9 !important;
}
body.woocommerce-cart .coupon {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  float: none !important;
}
body.woocommerce-cart .coupon label {
  display: none !important;
}
body.woocommerce-cart .coupon input#coupon_code {
  border: 1px solid #E5E5E5 !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 13px !important;
  color: #1A1A1A !important;
  background: #FFFFFF !important;
  min-width: 180px !important;
  height: auto !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
}
body.woocommerce-cart .coupon input#coupon_code:focus {
  border-color: #FF6B35 !important;
}
body.woocommerce-cart .coupon input#coupon_code::placeholder {
  color: #888888 !important;
}
body.woocommerce-cart .coupon button[name="apply_coupon"] {
  background: transparent !important;
  color: #FF6B35 !important;
  border: 1px solid #FF6B35 !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  box-shadow: none !important;
  text-transform: none !important;
  min-height: 0 !important;
  line-height: 1.4 !important;
}
body.woocommerce-cart .coupon button[name="apply_coupon"]:hover {
  background: #FF6B35 !important;
  color: #FFFFFF !important;
  border-color: #FF6B35 !important;
}

/* 7. Bouton "Mettre à jour le panier" : masqué */
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart .shop_table.cart .actions > button[name="update_cart"] {
  display: none !important;
}

/* 8. Card totaux (.cart_totals) */
body.woocommerce-cart .cart_totals {
  background: #FFFFFF !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 12px !important;
  padding: 28px !important;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.03) !important;
}
body.woocommerce-cart .cart_totals h2 {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #1A1A1A !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  letter-spacing: -0.005em !important;
}
body.woocommerce-cart .cart_totals table.shop_table {
  background: transparent !important;
  border: 0 !important;
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 0 0 18px 0 !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #F0EEE9 !important;
  padding: 12px 0 !important;
  font-size: 14px !important;
  color: #4A4A4A !important;
  font-weight: 400 !important;
  text-align: left !important;
  vertical-align: middle !important;
}
body.woocommerce-cart .cart_totals table.shop_table td {
  color: #1A1A1A !important;
  text-align: right !important;
  font-weight: 500 !important;
}
body.woocommerce-cart .cart_totals tr.cart-subtotal th,
body.woocommerce-cart .cart_totals tr.cart-subtotal td {
  color: #4A4A4A !important;
  font-weight: 400 !important;
}
body.woocommerce-cart .cart_totals tr.order-total th,
body.woocommerce-cart .cart_totals tr.order-total td {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
  border-bottom: 0 !important;
  padding-top: 16px !important;
}
body.woocommerce-cart .cart_totals tr.order-total td .woocommerce-Price-amount {
  font-size: 19px !important;
  color: #1A1A1A !important;
}

/* 9. Bouton "Valider la commande" */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 8px 0 0 0 !important;
  margin: 0 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.button.alt,
body.woocommerce-cart a.checkout-button {
  display: block !important;
  width: 100% !important;
  background: #FF6B35 !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 24px !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: 0 1px 2px rgba(255, 107, 53, 0.18) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
  cursor: pointer !important;
  line-height: 1.3 !important;
  min-height: 0 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.button.alt:hover,
body.woocommerce-cart a.checkout-button:hover {
  background: #C44518 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(196, 69, 24, 0.22) !important;
}

/* 10. Express checkout (Apple Pay / Google Pay / Link) */
body.woocommerce-cart .cart_totals .wc-stripe-product-checkout-container,
body.woocommerce-cart .cart_totals #wc-stripe-express-checkout-element,
body.woocommerce-cart .cart_totals .wc-stripe-express-checkout-button-separator {
  margin-top: 16px !important;
}
body.woocommerce-cart .cart_totals .wc-stripe-express-checkout-button-separator {
  color: #888888 !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  margin: 18px 0 !important;
}

/* 11. Notices */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  background: #FFF1EB !important;
  border: 0 !important;
  border-left: 3px solid #FF6B35 !important;
  border-radius: 8px !important;
  color: #1A1A1A !important;
  padding: 16px 20px !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 0 24px 0 !important;
  box-shadow: none !important;
}
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before {
  color: #FF6B35 !important;
  top: 16px !important;
  left: 20px !important;
}
body.woocommerce-cart .woocommerce-message a.button,
body.woocommerce-cart .woocommerce-message a.wc-forward,
body.woocommerce-cart .woocommerce-info a.button,
body.woocommerce-cart .woocommerce-info a.wc-forward {
  background: transparent !important;
  color: #FF6B35 !important;
  border: 1px solid #FF6B35 !important;
  border-radius: 999px !important;
  padding: 6px 14px !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  box-shadow: none !important;
  line-height: 1.4 !important;
  min-height: 0 !important;
}
body.woocommerce-cart .woocommerce-message a.button:hover,
body.woocommerce-cart .woocommerce-message a.wc-forward:hover,
body.woocommerce-cart .woocommerce-info a.button:hover,
body.woocommerce-cart .woocommerce-info a.wc-forward:hover {
  background: #FF6B35 !important;
  color: #FFFFFF !important;
}

/* 12. Panier vide : harmoniser */
body.woocommerce-cart .cart-empty.woocommerce-info {
  background: #FFFFFF !important;
  border: 1px solid #E5E5E5 !important;
  border-left: 3px solid #FF6B35 !important;
  color: #4A4A4A !important;
  padding: 18px 20px !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info::before {
  display: none !important;
}

/* 13. Responsive mobile (<= 900px) */
@media (max-width: 900px) {
  body.woocommerce-cart .woocommerce {
    display: block !important;
    max-width: 100% !important;
    padding: 0 16px !important;
  }
  body.woocommerce-cart .entry-title,
  body.woocommerce-cart .page-title,
  body.woocommerce-cart h1.entry-title {
    font-size: 28px !important;
    margin-bottom: 24px !important;
  }
  body.woocommerce-cart .entry-content {
    padding-top: 24px !important;
    padding-bottom: 48px !important;
  }
  body.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 24px !important;
  }
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
  }
  body.woocommerce-cart .shop_table.cart td {
    padding: 12px !important;
  }
  body.woocommerce-cart .shop_table.cart td.product-thumbnail img {
    width: 52px !important;
    height: 52px !important;
  }
  body.woocommerce-cart .coupon {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
  body.woocommerce-cart .coupon input#coupon_code {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}
/* 14. Cacher l'icone des notices (message suppression, etc.) */
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before {
  display: none !important;
}
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  padding-left: 20px !important;
}

/* 15. Tuer la bande blanche sous le footer (page courte) */
html body.woocommerce-cart {
  background: #F5F2EC !important;
}.ast-site-header-cart .astra-icon[data-cart-total="0"]::after {
    display: none !important;
}
.exp-actu__article-body h2 {
  letter-spacing: -0.01em;
}