/**
 * Custom tags for products
 */
.weu-product-tags {
    display: flex; 
    flex-wrap: wrap; 
    gap: 4px; 
    margin: 5px 0;
    position: absolute;
    top: 10px;
    left: 2px;
    z-index: 3;
}
.badge.weu-custom-tag {
    color: #FFFFFF; 
    font-weight: 400; 
    text-transform: none; 
    border-radius: 0px; 
    display: inline-block;
    white-space: nowrap;
    padding: .05rem .25rem;
    font-size: 10px;
    line-height: 1.25em;
    height: 19px;
    display: flex;
    align-items: center;
}