.product-miniature .product-flags li.product-flag {
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-weight: 600;
}
.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 0.4375rem;
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: #24b9d7;
    min-width: 130px;
    text-align: center;
}

ul.product-flags li.new {
    background-color: #cbaa76;
    color: black;
}

ul.product-flags li.soon-out-of-stock {
    background-color: #cbaa76;
    color: #fff;
}

ul.product-flags li.personalized {
    background-color: #1a374b;
    color: #fff;
}

ul.product-flags li.best-seller {
    background-color: #fff;
    color: #cbaa76;
    border: 3px solid #cbaa76;
}