/* Общий стиль */
.amx-stickers-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.amx-sticker {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.col-sm-12 .product .amx-stickers-wrapper {position: static; margin-bottom: 15px; display: flex; flex-direction: row;}

/* Стикеры AutoMax */
.amx-hit {
    background: #ff3b30;
}

.amx-new {
    background: #007aff;
}

.amx-top {
    background: #bd6e00;
}

.amx-best {
    background: #34c759;
}

.amx-premium {
    background: #8e44ad;
}

.amx-sticker i {
    font-size: 12px;
}
