/**
 * Module StockDisplay - Badge vert "X en stock"
 */

.stockdisplay-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #28a745;
    margin: 6px 0;
    line-height: 1.4;
    letter-spacing: 0.2px;
    text-align: center;
    white-space: nowrap;
}

/* Optionnel : positionnement en overlay sur l'image (style concurrent) */
/* Décommentez ce bloc pour activer le positionnement en overlay sur la miniature */
/*
.product-miniature .thumbnail-container {
    position: relative;
}

.product-miniature .thumbnail-container .stockdisplay-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
*/
