/* WooCommerce Custom Tag Badges Style */

.woocommerce ul.products li.product,
.products .product {
    position: relative;
}

.wc-custom-tag-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
    border-radius: 3px;
    letter-spacing: 0.5px;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

/* Color definitions matching site globals */
.wc-custom-tag-badge.badge-terracotta {
    background-color: #DC4F4C !important; /* Terracotta */
}

.wc-custom-tag-badge.badge-blue {
    background-color: #004F64 !important; /* Bleu Principal */
}

.wc-custom-tag-badge.badge-beige {
    background-color: #EBC786 !important; /* Beige */
    color: #292929 !important; /* Dark text for contrast on yellow/beige background */
}
