
.bubble-switcher {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: var(--max-width)
}

@media screen and (max-width: 720px) {
    .bubble-switcher {
        --max-width:100%;
        --bubble-margin: 4px;
        --bubble-height: 24px;
        --bubble-padding-horizontal: 8px;
        --bubble-font-size: 12px;
        --bubble-border-radius: 7px
    }
}

@media screen and (min-width: 721px) and (max-width:1024px) {
    .bubble-switcher {
        --max-width:750px;
        --bubble-margin: 8px;
        --bubble-height: 32px;
        --bubble-padding-horizontal: 12px;
        --bubble-font-size: 16px;
        --bubble-border-radius: 9px
    }
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .bubble-switcher {
        --max-width:600px;
        --bubble-margin: 5px;
        --bubble-height: 24px;
        --bubble-padding-horizontal: 14px;
        --bubble-font-size: 12px;
        --bubble-border-radius: 7px
    }
}

@media screen and (min-width: 1441px) and (max-width:1920px) {
    .bubble-switcher {
        --max-width:800px;
        --bubble-margin: 6px;
        --bubble-height: 30px;
        --bubble-padding-horizontal: 18px;
        --bubble-font-size: 16px;
        --bubble-border-radius: 9px
    }
}

@media screen and (min-width: 1921px) {
    .bubble-switcher {
        --max-width:1000px;
        --bubble-margin: 8px;
        --bubble-height: 40px;
        --bubble-padding-horizontal: 24px;
        --bubble-font-size: 20px;
        --bubble-border-radius: 12px
    }
}

@media screen and (max-width: 720px) {
    .bubble-switcher {
        padding:0 16px
    }
}

.bubble-switcher .bubble-switcher__button {
    --btn-padding: 0 var(--bubble-padding-horizontal);
    --btn-border-radius: var(--bubble-border-radius);
    align-items: center;
    display: flex;
    font-size: var(--bubble-font-size);
    height: var(--bubble-height);
    margin: var(--bubble-margin)
}

.bubble-switcher .bubble-switcher__button.bubble-switcher__button--current {
    --btn-text-base: #000000;
    background-color: #0000006b;
    border-color: #000000;
    border-color: #000000;
}


@media screen and (min-width: 1921px) {
    .store-title {
        font-size:36px;
        font-weight: 700
    }
}

.store-title--start {
    text-align: left;
    text-align: start
}

.store-title--center {
    text-align: center
}

.store-title--end {
    text-align: right;
    text-align: end
}

.site-store-event {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}


.mi-h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height)
}

.mi-h1,.mi-h2 {
    color: #191919;
    color: var(--text-base);
    font-weight: 700
}

.mi-h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height)
}

.mi-h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.mi-h3,.mi-p1 {
    color: #191919;
    color: var(--text-base)
}

.mi-p1 {
    font-size: var(--p1-font-size);
    line-height: var(--p1-line-height)
}

.mi-p2 {
    font-size: var(--p2-font-size);
    line-height: var(--p2-line-height)
}

.mi-p2,.mi-p3 {
    color: #191919;
    color: var(--text-base)
}

.mi-p3 {
    font-size: var(--p3-font-size);
    line-height: var(--p3-line-height)
}

.mi-text {
    color: #191919;
    color: var(--text-base);
    font-size: var(--text-font-size);
    font-weight: 400
}

.mi-text.mi-text--muted {
    color: #898989;
    color: var(--text-secondary)
}

.mi-no-margin {
    margin: 0
}

.rich-text__body .site-rich-text__content {
    --text-line-height: 1.5;
    font-size: var(--text-font-size);
    line-height: 1.2;
    margin: 0 auto;
    max-width: var(max-width);
    padding: var(--editor-vertical-padding) var(--site-horizontal-padding)
}
