@charset "UTF-8";
.blz_storeSelector__overlay {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999 !important;
}
.blz-wrapper{
    position: absolute;
    width: 100%;
    bottom: 0;



}
.blz_storeSelector__section {
    font-family: inherit;
    font-size: var(--blz_body-font-size-standard);
    margin: 0;
    touch-action: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-height: 95%; */
    /* padding: var(--blz_spacing-16) var(--blz_spacing-16) var(--blz_spacing-32); */
    border-radius: var(--blz_spacing-16) var(--blz_spacing-16) 0 0;
    animation: 0.4s forwards blz_keyframe__slide-in;
    overflow: auto;
    outline: 0;
    min-height: fit-content;
}
img.blz-container-img {
     width: 9.75em;
    height: 100%;
    object-fit: cover;
}
.blz_storeSelector__message,
.blz_storeSelector__title {
    display: flex;
    flex-direction: column;
    font-family: inherit;
}
.blz_storeSelector__section * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blz_storeSelector__section p{
    margin: 6px;
}
.blz_storeSelector__innersection {
    width: 100%;

    margin: auto;
}
.blz_storeSelector__title {
    font-size: var(--heading-font-size-h5);
    text-align: center;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-top: 3px;
    margin: 0 auto;
    display: flex;
    padding-bottom: var(--blz_spacing-8);
}
.blz_storeSelector__title li {
    list-style-position: inside;
}
.blz_storeSelector__language_title {
    margin-top: 10px;
}
.blz_storeSelector__message {
    padding-bottom: var(--blz_spacing-24);
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 0 auto;
    line-height: initial;
    letter-spacing: inherit;
}

.blz_storeSelector__select_component select{
     margin: 0;
}
.blz_storeSelector__select_component {
    position: relative;
    width: 100%;
}
.blz_storeSelector__select_component i {
    position: absolute;
    top: 50%;
    right: var(--blz_spacing-16);
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
}
.blz_storeSelector__select {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: var(--blz_rounded-corners-standard);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 38px;
    font-size: var(--blz_body-font-size-small);
    text-transform: capitalize;
    cursor: pointer;
    background: 0 0;
}
.blz_storeSelector__select_section {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: var(--blz_spacing-16);
}
.blz_storeSelector__select_label {
    color: initial;
    font-size: var(--blz_body-font-size-small);
    margin-bottom: var(--blz_spacing-4);
}
.blz_storeSelector__select_country_flag {
    position: absolute;
    z-index: 10;
    width: 17px;
    left: 12px;
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
}
.blz_storeSelector__select_country_flag + .blz_storeSelector__select_component .blz_storeSelector__select {
    padding-left: 38px;
}
.blz_storeSelector__flag {
    display: flex;
    /* width: 70px; */
    height: 48px;
    margin-top: 6px;
    /* align-items: center; */
    /* justify-content: center; */
    align-items: center;
    margin: 0 auto 10px;
    width: 100%;
    /* padding-right: 30px; */
    /* padding-top: 10px; */
}
.blz_storeSelector__action_close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    padding: unset !important;
    padding: initial !important;
    border: 0;
}
.blz_storeSelector__action_close i {
    font-size: 22px;
}
select#blz_store_selector_selectcountry,
select#blz_store_selector_selectlanguage {
    color: initial;
}
.blz-poweredby{
display: flex;
/* margin-top: 12px; */
opacity: .6;
justify-content: center;
}
.blz-adicon{
    object-fit: none;
    filter: brightness(0) invert(1);
    margin-right: 2px;
}
.blz-poweredby_content{
    align-self: center;
    font-size: 9px;
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    color: white;
}
.blz_storeSelector__section-img{
    background-color:transparent;
    border-radius:5px;
    display: inline-flex;
}
.blz_storeSelector__section-img-left{
    display: none;
}
.blz_storeSelector__section-img-right{
    display: none;
}
@media (min-width: 1024px) {
    .blz_storeSelector__section {
        /* position: relative; */
        /* max-width: 460px; */
        /* padding: var(--blz_spacing-32) 30px; */
        animation: 0.4s forwards blz_keyframe__fade-in;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: initial;
        overflow: hidden unset;

    }
    .blz_storeSelector__message,
    .blz_storeSelector__title {
        /* display: block; */
        border-bottom: none;
        padding-bottom: var(--blz_spacing-16);
    }
    .blz_storeSelector__title {
        line-height: initial;
    }
    .blz_storeSelector__action_close {
        right: 18px;
        top: 18px;
    }
}
@media (min-width: 1024px) {
    .blz-wrapper {
        position: relative !important;
        min-width: initial;
        animation: .4s forwards blz_keyframe__fade-in;
        border-radius: 0;
        overflow-x: initial;
        overflow-y: initial;


    }
}
@media (max-width: 1023px) {
.blz-wrapper {
width: 100% !important;
}
.blz_storeSelector__section{
    display: block !important;
}
.blz_storeSelector__section-img{
display: none !Important;
}
}

@media (min-width: 1024px) {
.pb-mobile{
    display:none;
}
    .pb-desktop{
    display: flex;
    margin-top: 12px;
}
}
@media (max-width: 1023px) {
    .pb-mobile{
    display: flex;
    margin-bottom: 12px;
    transform: scale(0.85);
}

.pb-desktop{
    display:none;
}

}

.blz_storeSelector__select_country_flag img {
    height: 16px;
    width: 16px;
    display: flex;
    align-self: center;
    margin: 0 6px 0 0;
}
.blz_storeSelector__cta {
    position: relative;
    display: flex;
    color: #000;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    gap: var(--blz_spacing-8);
    height: 44px;
    max-width: 100%;
    padding: 12px var(--blz_spacing-32);
    overflow: hidden;
    border-radius: var(--blz_spacing-56);
    font-family: inherit;
    line-height: var(--heading-line-height-h5);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-style: normal;
    letter-spacing: inherit;
    font-size: inherit;
     width: 100%;

}
.blz_storeSelector__cancel_cta{

        text-align: center;

        text-decoration: inherit;
        cursor: pointer;

    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    color: #000;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    gap: var(--blz_spacing-8);
    height: 44px;
    max-width: 100%;
    padding: 12px var(--blz_spacing-32);
    overflow: hidden;
    border-radius: var(--blz_spacing-56);
    font-family: inherit;
    line-height: var(--heading-line-height-h5);


    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-style: normal;
    letter-spacing: inherit;
    font-size: inherit;
    width: 100%;
}
.blz_storeSelector__cta_as_link {
    background: none; /* Remove background */
    /* border: none;  */

    /* text-decoration: inherit; */
    cursor: pointer; /* Ensure it looks clickable */
    padding: 0; /* Remove padding */

}
.blz_storeSelector__icon_close,
.blz_storeSelector__icon_down,
i[class*=" icon-"]:before,
i[class^="icon-"]:before {
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blz_storeSelector__cta:focus {
    outline: #007db5 solid 1px;
    outline-offset: 3px;
}
@media (min-width: 768px) {
    .blz_storeSelector__cta {
        display: inline-flex;
    }
}
@media (max-width: 768px) {
    .blz_storeSelector__flag {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@keyframes blz_keyframe__slide-in {
    0% {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes blz_keyframe__fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes blz_keyframe__backdrop-in {
    0% {
        background-color: transparent;
    }
    to {
        background-color: rgba(0, 0, 0, 0.6);
    }
}
@keyframes blz_keyframe__backdrop-out {
    0% {
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 1;
    }
    to {
        background-color: transparent;
        opacity: 0;
    }
}
@keyframes blz_keyframe__backdrop-blur-in {
    0% {
        background-color: transparent;
    }
    to {
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@keyframes blz_keyframe__backdrop-blur-out {
    0% {
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(5px);
        opacity: 1;
    }
    to {
        background-color: transparent;
        opacity: 0;
    }
}
.blz_keyframe__overlay--before-in {
    animation: 0.2s forwards blz_keyframe__backdrop-in;
}
.blz_keyframe__overlay--before-out {
    animation: 0.2s forwards blz_keyframe__backdrop-out;
}
.blz_keyframe__overlay--before-in-blur-backdrop {
    animation: 0.2s forwards blz_keyframe__backdrop-blur-in;
}
.blz_keyframe__overlay--before-out-blur-backdrop {
    animation: 0.2s forwards blz_keyframe__backdrop-blur-out;
    z-index: 0;
}
.blz_storeSelector__icon_down {
    top: 38% !important;
    font-size: 10px !important;
    display: inline-block;
    transform: scale(1.8, 100%) !important;
    transform: scaleX(1.5);
}
i[class*=" icon-"]:before,
i[class^="icon-"]:before {
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
}
.icon-chevron-down:before {
    content: "\f121";
}
.icon-close:before {
    content: "\f131";
}
.blz_display_none {
    display: none;
}
.blz_border__underline {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    background: 0 0;
}
.blz_border__none {
    border: none;
}
.blz_border__radius_none {
    border-radius: 0;
}
.blz_border__outline {
    border: 1px solid;
    background: 0 0;
}
.blz_action__close {
    background: 0 0;
    /* border: 0; */
}
.blz_fit_content__left {
    width: fit-content;
    margin-left: 0;
    margin-right: auto;
}
.blz_fit_content__center {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.blz_fit_content__right {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}
.blz_margin__top_small {
    margin-top: 20px;
}
.blz_color__black {
    color: #000;
}
:root {
    --blz_body-font-size-standard: 16px;
    --blz_spacing-8: 8px;
    --blz_body-font-size-small: 14px;
    --blz_body-line-height-large: 31px;
    --blz_body-line-height-standard: 24px;
    ---blz_body-line-height-standard: 21px;
    --blz_font-weight-regular: 400;
    --blz_font-weight-semi-bold: 500;
    --blz_font-weight-bold: 700;
    --blz_font-family-montserrat: Montserrat, Helvetica, Arial, sans-serif;
    --blz_font-family-roboto: Roboto, Helvetica, Arial, sans-serif;
    --blz_rounded-corners-standard: 4px;
    --blz_spacing-4: 4px;
    --blz_spacing-16: 16px;
    --blz_spacing-24: 24px;
    --blz_spacing-32: 32px;
    --blz_spacing-40: 40px;
    --blz_spacing-48: 48px;
    --blz_spacing-56: 56px;
    --blz_spacing-64: 64px;
    --blz_spacing-80: 80px;
    --spacing-120: 120px;
}
.blz_storeSelector__languageSelector {
    padding-left: 14px;
}
.blz_force_hide{
    display: none;
}.blz_force_show{
    display: block;
}
