.shop-choice-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin: 0 6px 4px 0;
    padding: 0 10px;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    box-sizing: border-box;
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.02em;
    vertical-align: middle;
    white-space: nowrap;
}

.shop-choice-badge::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-right: 5px;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    line-height: 1;
}

.shop-choice-badge::after {
    display: none;
}

.shop-choice-badge--excellent {
    border-color: #ddd6fe;
    background: #f5f3ff;
    color: #6d28d9;
}

.shop-choice-badge--excellent::before {
    content: "✦";
}

.shop-choice-badge--recommend {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.shop-choice-badge--recommend::before {
    content: "✓";
}

.shop-choice-badge--best {
    border-color: #f3cf83;
    background: #fff8e8;
    color: #9a5a08;
}

.shop-choice-badge--best::before {
    color: #d38a0a;
    content: "★";
}

.shop-choice-badge-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 26px;
    margin-bottom: 4px;
}

.shop-choice-badge-row:empty,
.shop-choice-badge-row--premium:empty,
.shop-choice-badge-row--gold-overlay:empty {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
}

.shop-choice-badge-row--premium {
    min-height: 28px;
    margin: 5px 0 9px;
}

.shop-choice-badge-row--premium .shop-choice-badge {
    min-height: 28px;
    margin: 0;
    padding: 0 11px;
    border-width: 1px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: -.02em;
}

.shop-choice-badge-row--premium .shop-choice-badge::before {
    margin-right: 6px;
    font-size: 12px;
}

.shop-choice-badge-row--gold-overlay {
    position: absolute;
    z-index: 8;
    top: 10px;
    right: 10px;
    min-height: 0;
    margin: 0;
    filter: none;
}

.shop-choice-badge-row--gold-overlay .shop-choice-badge {
    min-height: 27px;
    margin: 0;
    padding: 0 10px;
    border-width: 1px;
    border-radius: 999px;
    background-clip: padding-box;
    font-size: 11px;
}

.shop-choice-badge-row--gold-overlay .shop-choice-badge::before {
    margin-right: 5px;
    font-size: 10px;
}

@media (hover: hover) {
    .shop-choice-badge {
        transition: border-color .18s ease, background-color .18s ease;
    }

    .shop-choice-badge:hover {
        border-color: currentColor;
    }
}

@media (max-width: 767px) {
    .shop-choice-badge {
        min-height: 24px;
        margin-right: 5px;
        padding: 0 8px;
        font-size: 11px;
    }

    .shop-choice-badge::before {
        margin-right: 4px;
        font-size: 10px;
    }

    .shop-choice-badge-row {
        min-height: 24px;
    }

    .shop-choice-badge-row--premium {
        min-height: 26px;
        margin: 4px 0 7px;
    }

    .shop-choice-badge-row--premium .shop-choice-badge {
        min-height: 26px;
        padding: 0 9px;
        font-size: 11px;
    }

    .shop-choice-badge-row--premium .shop-choice-badge::before {
        margin-right: 5px;
        font-size: 11px;
    }

    .shop-choice-badge-row--gold-overlay {
        top: 8px;
        right: 8px;
    }

    .shop-choice-badge-row--gold-overlay .shop-choice-badge {
        min-height: 25px;
        padding: 0 8px;
        font-size: 10px;
    }
}
