/* Finatso Store Selector 1.0.1 */
.finatso-promo-bar .finatso-store-selector,
.finatso-store-selector {
    display: flex;
    width: fit-content;
    max-width: calc(100% - 2rem);
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin: .4rem auto .1rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(195, 154, 84, .55);
    border-radius: 999px;
    color: #1B1714;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .045em;
}

.finatso-store-selector a,
.finatso-store-selector .finatso-store-current {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: .4rem .85rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.finatso-store-selector a {
    color: #1B1714;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.finatso-store-selector a:hover {
    background: rgba(195, 154, 84, .12);
    color: #1B1714;
}

.finatso-store-selector .finatso-store-current {
    background: #1B1714;
    color: #F8F3E8;
    font-weight: 600;
}

.finatso-store-selector a:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid #1B1714;
    outline-offset: -3px;
}

.finatso-store-selector-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 480px) {
    .finatso-promo-bar .finatso-store-selector,
    .finatso-store-selector {
        max-width: calc(100% - 1rem);
        font-size: 10px;
        letter-spacing: .025em;
    }

    .finatso-store-selector a,
    .finatso-store-selector .finatso-store-current {
        min-height: 34px;
        padding: .35rem .65rem;
    }
}
