.custom-announce-slide {
    background: var(--bg_color);
    padding-bottom: var(--padding-bottom);
    padding-top: var(--padding-top);
}

.image-first-after-text img {
    display: block;
    width: 12px;
    height: auto;
}

.left-side-links-items {
    display: flex;
    align-items: center;
    gap: 15px;
}

.find-store-img {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-announce-slide * {
    color: var(--color) !important;
    font-family: 'ANTA Sharp Grotesk Medium';
}

a.announce-link-items {
    display: block;
    width: fit-content;
    font-size: 16px;
    text-transform: capitalize;
}

span.divider-items:after {
    position: absolute;
    width: 1px;
    height: 19px;
    background: #fff;
    top: -9px;
    left: 0;
    content: '';
}

span.divider-items {
    position: relative;
    display: block;
}

p.announce-text-items {
    margin: 0;
    font-size: 14px;
    font-family: 'ANTA Sharp Grotesk Medium';
}

.custom-announce-flex-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.middle-announcemnent-bar {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.middle-swiper-items-announce .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
    width: 4px;
    height: 4px;
    margin: 0 !important;
}

.middle-swiper-items-announce .swiper-pagination-bullet-active {
    opacity: 1;
}

.middle-wrap-items {
    padding: 0 0 6px 0;
}

.middle-swiper-items-announce .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    bottom: 0;
}


.custom-announce-slide .dropdown-menu__list li * {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.25;
}
.dropdown-menu__list a{
    padding: 5px 20px;
}
.localization-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
}

.localization-list a {
    display: flex !important;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.localization-list a:hover {
    background: #3f6de0;
    color: #fff;
}

.flag {
    width: 22px;
    height: auto;
    border-radius: 2px;
}

.label {
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-menu__list-wrapper {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 999;
}

.country-selector-announce .dropdown-menu__list-wrapper {
    padding: 0;
}

.custom-announce-slide .dropdown-menu__list li a:hover {
    background: #3f6de0;
}

.custom-announce-slide .dropdown-menu__list li a:hover * {
    color: #fff !important;
}
.header__localization .dropdown-menu__button>img.flag {
    width: 32px;
    height: 19px;
    display: block;
}
.dropdown-menu__list a img.flag {
    width: 32px;
    height: 19px;
    display: block;
}
.custom-announce-slide .dropdown-menu__list a.localization-item span {
    color: #494949 !important;
}

/* @media(min-width:1024px) {
    announcement-bar-slider .page-width {
        max-width: calc(var(--page-padding) * 2 + 1500px);
    }
}
 */

@media(max-width: 768px) {

    .left-side-links-items,
    .country-selector-announce {
        display: none;
    }

    .middle-announcemnent-bar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header__localization .dropdown-menu__button>img.flag {
        width: 22px;
        height: auto;
    }

    .dropdown-menu__list a img.flag {
        width: 22px;
        height: auto;
    }
}
#shopline-section-header.header-dropdown-open {
    z-index: 1;
}
