.product-flag.custom-sticker {
    margin: 2px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-miniature .product-flags .custom-sticker {
    font-size: 10px;
    padding: 3px 6px;
    margin: 1px 0;
}

.product-flag.custom-sticker:not(.custom-sticker-image) {
    display: table;
    color: inherit;
    background: inherit;
    padding: 0.3125rem 0.4375rem;
    line-height: 1.1em;
    font-size: 12px;
    text-align: center;
}

.product-flag.custom-sticker.custom-sticker-image {
    background: transparent !important;
    padding: 0 !important;
    position: relative;
}

.product-flag.custom-sticker.custom-sticker-image img {
    display: block;
    max-width: 50px;
    max-height: 50px;
    border: none !important;
    background: transparent !important;
}