.shopline-section-announcement-bar-sticky {
    inset-block-start: 0;
    z-index: 20;
    animation: modalSlideInTop 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 960px) {
    .shopline-section-announcement-bar-sticky.sticky-pc {
        position: sticky;
    }
}

@media (max-width: 959px) {
    .shopline-section-announcement-bar-sticky.sticky-mobile {
        position: sticky;
    }
}

.shopline-section-announcement-bar-sticky.sticky-always {
    position: sticky;
}

#shopline-section-announcement-bar:not(.shopline-section-announcement-bar-sticky) {
    position: relative;
    z-index: 20;
}

.announcement-bar--list {
    text-align: center;
    display: flex;
}

.announcement-bar--list:not(.splide__list) {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 960px) {
    announcement-bar-slider[data-display-mode="2"] .announcement-bar--list {
        display: flex !important;
        flex-direction: row;
    }

    announcement-bar-slider[data-display-mode="2"] .announcement-bar--list .announcement-bar--item {
        flex: 1 1 auto;
    }
}

.announcement-bar--item {
    width: 100%;
    color: rgb(var(--color-scheme-1-text));
    background-color: rgb(var(--color-page-background));
    padding-inline: var(--page-padding);
    text-align: var(--text-align, "center");
    position: relative;
}

@media (min-width: 960px) {
    .announcement-bar--item.social-media--show {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    #shopline-section-announcement-bar:has(.country-currency-box:hover) {
        z-index: 105 !important;
    }

    .announcement-bar--container {
        position: relative;
        background: #f4f4ef;
    }

    .announcement-bar--list-auto,
    .announcement-bar--list-auto.splide__list {
        width: 960px;
        margin: 0 auto !important;
    }
}

.announcement-bar--item.division_bottom:after {
    background-color: rgba(var(--color-entry-line));
    inset-block-end: 0;
    content: "";
    height: 1px;
    inset-inline-start: 0;
    position: absolute;
    width: 100%;
}

.announcement--text {
    display: block;
    font-weight: 400;
    position: relative;
}

.announcement--text .announcement__link {
    display: block;
    position: absolute;
    inset: 0;
}

.announcement-social-media {
    height: 100%;
    min-width: 180px;
}

.announcement-social-media.announcement-social-media--placeholder {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.announcement-social-media .social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 8px 0;
}

.announcement-social-media .social-media a {
    display: flex;
}

.announcement-social-media .social-media svg {
    width: 16px;
    height: 16px;
}

.announcement-bar__text-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

@media (max-width: 959px) {
    .announcement-bar__text-wrapper {
        gap: 20px;
    }
}

.announcement-bar__text-wrapper>button {
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: currentColor;
}

.announcement-bar__text-wrapper>button:first-child {
    transform: rotate(90deg);
}

.announcement-bar__text-wrapper>button:last-child {
    transform: rotate(-90deg);
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */

.announcement-bar--container {
    background: #a66b67;
    padding: 8px 4vw 8px 12vw;
    display: flex;
}

.announcement-bar--container .splide__track {
    height: 24px !important;
    width: 78vw;
}

.announcement-bar--container .announcement-bar--item {
    padding: 0 !important;
    background: #a66b67;
}

.announcement-bar--container .announcement-bar--item .announcement--text {
    font-family: Celias;
    font-size: 14px;
    line-height: 24px;
    /* 121.429% */
    text-transform: capitalize;
    color: #fff;
}

.announcement-bar--container .country-currency-wrapper {
    width: 8vw;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}