.oasis-metro-badge {
    display: inline-block;
    background: #f59e0b;
    color: #78350f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 5px 9px;
    border-radius: 3px;
    white-space: nowrap;
}

/* Overlay variant — used inside .img-wrap in the custom product card templates */
.img-wrap {
    position: relative;
}
.img-wrap .oasis-metro-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    pointer-events: none;
}

/* Cart variant — sits on its own line above the product title link */
.oasis-metro-badge--cart {
    display: block;
    margin-bottom: 6px;
}
