.erk-preorder-badge {
    display: table;
    background: #ffcc0c !important;
    text-align: left;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 8px 17px;
    font-size: 1.3333333333rem;
    font-style: normal;
    font-weight: bold;
    color: #203657;
    margin-top: -7px;
    margin-left: -7px;
}

#product .erk-preorder-badge {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .erk-preorder-badge {
        font-size: 10px;
        padding: 3px 8px;
        margin-bottom: 6px;
    }
}
