.stock-status {
    position: absolute;
    left: .5rem;
    top: .5rem;
    padding: .375rem .375rem;
    border-radius: .25rem;
    pointer-events: none;
    font-weight: 600;
}

.in-stock {
    color: #1b8d34;
    font-weight: 700;
}

.available {
    color: #255fbd;
    font-weight: 700;
}

.preorder {
    color: #255fbd;
    font-weight: 700;
}

.eta {
    color: #dd910e;
    font-weight: 700;
}

.unavailable {
    color: #af0e0e;
    font-weight: 700;
}