/* ============================================================
   WEBBAX CUSTOM CSS - b2b.ananani.com
   Regroupees en fin de fichier - ne pas modifier le reste
   ============================================================ */

/* 23.04.26 - Prix public TTC (clients groupe 4) */
.webbax-public-price{display:flex;justify-content:flex-start;align-items:baseline;gap:4px;margin:6px 0 26px;padding:0;background:none;font-size:.8rem;color:#7a7a7a;font-style:italic}
.webbax-public-price-label{color:#7a7a7a}
.webbax-public-price-value{font-weight:600;color:#232323}
.webbax-public-price-suffix{color:#7a7a7a}

/* 23.04.26 - Aligner le prix courant avec la mention HT/TTC sur la meme ligne */
.product-prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}
.product-prices .product-price{margin:0}
.product-prices .tax-shipping-delivery-label{margin:0;font-size:.85em;color:#7a7a7a}

/* 23.04.26 - Pastille stock par declinaison (vert >=3, orange 1-2, rouge <=0) */
.webbax-stock-wrapper{display:flex;align-items:center;gap:8px;margin:10px 0 30px}
.webbax-stock-label{font-size:.9rem;color:#444;font-weight:700}
.webbax-stock-badge{display:inline-block;width:14px;height:14px;border-radius:50%}
.webbax-stock-green{background:#28a745}
.webbax-stock-orange{background:#fd7e14}
.webbax-stock-red{background:#dc3545}

/* 30.04.26 - Espace en bas du footer */
.footer-container{padding-bottom:30px}
