  #header .header-nav.tablet-h {
      display: none;
  }

/* Active top-level menu item (current page) texte en bleu
  .anmm-menu-horizontal.anmm-current > .anmm-link .anmm-title,
  .anmm-menu-horizontal.anmm-current > span.anmm-link .anmm-title {
      color: var(--menu-title-color-hover)!important;
  }
*/

  /* Active top-level menu item (current page) */
  .anmm-menu-horizontal.anmm-current > .anmm-link,
  .anmm-menu-horizontal.anmm-current > span.anmm-link {
      background-color: #EDEDE9;
  }

/* 1. Séparateurs verticaux entre colonnes */
  .anmm-dropdown .anmm-row > .anmm-column + .anmm-column {
      border-left: 1px solid #e0e0e0;
  }

  /* 2. Séparateurs horizontaux autour du produit */
  .anmm-dropdown .anmm-product-list {
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      padding: 12px 0;
      margin-top: 10px;
  }

  /* 3. Produit : image plus grande, texte plus petit */
  .anmm-product.anmm-product-vertical .anmm-product-img {
      max-width: 60%;
  }
  .anmm-dropdown .anmm-product .product-price-and-shipping .price {
      font-size: 14px;
      font-weight: 400;
  }
  .anmm-dropdown .anmm-product .product-title {
      font-size: 13px;
      line-height: 1.3;
  }

  /* 4. Petit trait vert sous les titres du mega menu */
  .anmm-dropdown .anmm-dropdown-content-title::after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background-color: #b4ca11;
      margin-top: 8px;
  }

 /* Colonne : empêcher tout débordement */
  .anmm-dropdown .anmm-column {
      overflow: hidden;
      min-width: 0;
  }

  /* Contenu : rester dans la colonne */
  .anmm-dropdown .anmm-dropdown-content {
      max-width: 100%;
      overflow: hidden;
  }

  /* Bannière image (Bons Plans) : respecter la largeur */
  .anmm-dropdown .anmm-dropdown-content-image img {
      max-width: 100%;
      height: auto;
  }

  /* Produit : layout horizontal contraint */
  .anmm-column .anmm-product-list {
      overflow: hidden;
      max-width: 100%;
  }

  .anmm-column .anmm-product.anmm-product-vertical {
      max-width: 100%;
      width: 100%;
  }

  .anmm-column .anmm-product.anmm-product-vertical .product-miniature .thumbnail-container {
      flex-direction: row !important;
      align-items: center !important;
      flex-wrap: nowrap;
      max-width: 100%;
  }

  .anmm-column .anmm-product.anmm-product-vertical .anmm-product-img {
      max-width: 50% !important;
      flex: 0 1 50%;
      min-width: 0;
      overflow: hidden;
  }

  .anmm-column .anmm-product.anmm-product-vertical .anmm-product-img img {
      width: 100%;
      height: auto;
  }

  .anmm-column .anmm-product .product-miniature .product-description {
      padding: 0 0 0 10px;
      flex: 1 1 0;
      min-width: 0;
      overflow: hidden;
  }

  .anmm-dropdown .anmm-product .product-title,
  .anmm-dropdown .anmm-product .product-title a {
      white-space: normal;
      overflow-wrap: break-word;
      word-break: break-word;
      display: block;
      font-size: 12px;
      line-height: 1.3;
      margin-bottom: 5px;
  }

  .anmm-dropdown .anmm-product .product-price-and-shipping .price {
      font-size: 13px;
      font-weight: 400;
  }

 /* ── Coserwa : personnalisation miniatures catalogue ── */

  /* 1. Centrage du contenu */
  .product-miniature .product-description {
    text-align: center;
  }
  .product-miniature .product-price-and-shipping {
    justify-content: center;
  }

  /* 2. Nom produit : retour a la ligne naturel */
  .product-miniature .product-title a {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: block;
  }

  /* 3. Mention HT apres le prix */
  .product-miniature .product-miniature-prices .price::after {
    content: " HT";
    font-size: 12px;
    font-weight: 400;
    color: #666;
  }

/* ── Vue liste (col-lg-12) : alignement gauche + elements empiles ── */
  .product-miniature.col-lg-12 .product-description {
    text-align: left;
  }

  .product-miniature.col-lg-12 .product-title {
    width: 100%;
    margin-bottom: 8px;
  }

  .product-miniature.col-lg-12 .an_short_description {
    width: 100%;
    margin-bottom: 8px;
  }

  .product-miniature.col-lg-12 .product-price-and-shipping {
    width: 100%;
    margin-bottom: 8px;
  }

  .product-miniature.col-lg-12 .product-miniature-prices {
    display: block;
  }