@font-face {
    font-family: SuisseIntl;
    src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
    src: url('../fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: 400;
}

html, body, div, span,
h1, h2, p, a, img, ul, li { border:0; margin:0; outline:0; padding:0; vertical-align:baseline }
article, aside, footer, header, main, menu, nav, section { display:block }

ul { list-style: none }

a { text-decoration: none }

html { min-height: 100%; }

body {
    width: 100%;
    min-height: 100%;
    background: #fff;
    background-size: cover;
    font: 400 15px/1.618 SuisseIntl, "Segoe UI", Tahoma, Ubuntu, Arial, sans-serif;
    font-style: normal;
}

main {
    display: flex;
}

.store-selector-container {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
}

.store-selector-wrapper {
    width: 100%;
    max-width: 343px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-selector-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 32px;
}

.logo {
    width: auto;
    height: 32px;
}

.store-selector-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px 0 16px;
}

.store-selector-content-info {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 16px;
    letter-spacing: 0.1px;
}

.store-selector-list-container {
    position: relative;
}

.store-selector-icon-container {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-selector-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.store-selector-chevron-rotate {
    transform: rotate(180deg);
}

.store-selector-value-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #CACACC;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.store-selector-value-container-active {
    height: 44px;
    border: 2px solid #000000;
}

.store-selector-value-container-margin-bottom {
    margin-bottom: 16px;
}

.store-selector-selected-value {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.store-selector-value {
    color: #000;
    display: inline-block;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    width: 100%;
}

.store-selector-value-select {
    color: #656566;
}

.store-selector-visible {
    display: flex !important;
}

.store-selector-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 8px;
    height: 278px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #E4E4E5;

    /* FireFox, Safari */
    scrollbar-color:  #C8C9CC #F1F2F4;
    scrollbar-width: auto;
}

.store-selector-list::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.store-selector-list::-webkit-scrollbar-track {
    background: #F1F2F4;
}

/* Handle */
.store-selector-list::-webkit-scrollbar-thumb {
    background: #C8C9CC;
    border-radius: 30px;
    border-left: 3px solid #F1F2F4;
    border-top: 3px solid #F1F2F4;
    border-bottom: 3px solid #F1F2F4;
    border-right: 2px solid #F1F2F4;
    height: 48px;
}

.store-selector-seo-list {
    display: none;
    visibility: hidden;
}

.store-selector-item {
    padding: 12px 16px;
    width: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.store-selector-item a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding-left: 16px;
}

.store-selector-item:hover {
    background: rgba(0, 0, 0, 0.10);
}

.store-selector-item-active, .store-selector-item-active:hover {
    background: rgba(0, 0, 0, 0.20);
}

.store-selector-notification {
    display: none;
    justify-content: left;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: #FCF1DE;
    color: #4D3404;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.store-selector-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.store-selector-chips-padding {
    padding: 0;
}

.store-selector-chip {
    padding: 0 12px;
    height: 30px;
    border: 1px solid #7E7E80;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7E7E80;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-radius: 16px;
}

.selected-chip {
    height: 28px;
    border: 2px solid #333;
    color: #333;
}

.store-selector-chip:not(.selected-chip) {
    cursor: pointer;
}

.store-selector-chip:not(.selected-chip):active {
    background: rgba(0, 0, 0, 0.10);
    border: 1px solid #656566;
}

.selected-chip:not(.selected-chip):hover {
    border: 1px solid #989899;
}

.store-selector-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 8px;
}

.store-selector-img-container {
    display: none;
    height: 40px;
}

.store-selector-button {
    background: #CACACC;
    padding: 10px 38px;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    border: 2px solid #CACACC;
    cursor: default;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #656566;
    text-align: center;
}

.store-selector-button-active {
    cursor: pointer;
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.store-selector-button-active:hover {
    background: #4C4C4D;
    border: 2px solid #4C4C4D;
}

.store-selector-button-active:focus {
    background: #000000;
    border: 2px solid #fff;
    outline: 2px solid #000;
}

.store-selector-button-active:active {
    background: #333333;
    border: 2px solid #333333;
}

/* DESKTOP*/
@media screen and (min-width: 1024px) {

    .store-selector-header {
        padding-bottom: 40px;
    }

    .store-selector-container {
        width: 50%;
        height: 100vh;
        margin-top: 0;
        padding: 48px 0 120px;
        align-items: center;
        position: relative;
    }

    .store-selector-wrapper {
        top: calc(50vh - 234px);
        max-width: 440px;
        position: absolute;
        padding: 0 16px;
    }

    .store-selector-logo-header {
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 1.2px;
    }

    .store-selector-content {
        padding: 16px 0 0;
    }

    .store-selector-content-info {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding-bottom: 24px;
    }

    .store-selector-list-container {
        position: relative;
    }

    .store-selector-value-container-margin-bottom {
        margin-bottom: 24px;
    }

    .store-selector-item {
        padding: 12px 16px;
        color: #303133;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.2px;
    }

    .store-selector-notification {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding: 16px 24px;
        margin-bottom: 24px;
    }

    .store-selector-chips-padding {
        padding: 0 0 16px;
    }

    .store-selector-chip {
        padding: 0 16px;
        height: 38px;
        gap: 12px;
        border-radius: 20px;
    }

    .selected-chip {
        height: 36px;
    }

    .store-selector-footer {
        height: 48px;
        margin-top: 40px;
    }

    .store-selector-button {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }

    .store-selector-img-container {
        display: flex;
        width: 50%;
        height: 100vh;
        background-image: url("../assets/img/store-selector-MO-17-09-2025.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 10%;
    }
}

/* ICONS */
.store-selector-icon-flag-BA {
    background-image: url(../assets/icons/flag-ba.svg);
}

.store-selector-icon-flag-BG {
    background-image: url(../assets/icons/flag-bg.svg);
}

.store-selector-icon-flag-CZ {
    background-image: url(../assets/icons/flag-cz.svg);
}

.store-selector-icon-flag-DE {
    background-image: url(../assets/icons/flag-de.svg);
}

.store-selector-icon-flag-EE {
    background-image: url(../assets/icons/flag-ee.svg);
}

.store-selector-icon-flag-ES {
    background-image: url(../assets/icons/flag-es.svg);
}

.store-selector-icon-flag-GR {
    background-image: url(../assets/icons/flag-gr.svg);
}

.store-selector-icon-flag-HR {
    background-image: url(../assets/icons/flag-hr.svg);
}

.store-selector-icon-flag-HU {
    background-image: url(../assets/icons/flag-hu.svg);
}

.store-selector-icon-flag-IT {
    background-image: url(../assets/icons/flag-it.svg);
}

.store-selector-icon-flag-LT {
    background-image: url(../assets/icons/flag-lt.svg);
}

.store-selector-icon-flag-LV {
    background-image: url(../assets/icons/flag-lv.svg);
}

.store-selector-icon-flag-MK {
    background-image: url(../assets/icons/flag-mk.svg);
}

.store-selector-icon-flag-PL {
    background-image: url(../assets/icons/flag-pl.svg);
}

.store-selector-icon-flag-RO {
    background-image: url(../assets/icons/flag-ro.svg);
}

.store-selector-icon-flag-RS {
    background-image: url(../assets/icons/flag-rs.svg);
}

.store-selector-icon-flag-SI {
    background-image: url(../assets/icons/flag-si.svg);
}

.store-selector-icon-flag-SK {
    background-image: url(../assets/icons/flag-sk.svg);
}

.store-selector-icon-flag-UA {
    background-image: url(../assets/icons/flag-ua.svg);
}

.store-selector-chevron {
    background-image: url(../assets/icons/outline-chevron-down.svg);
}