/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.store_section {
    position: relative;
    background-color: #fff;
}

.accordion_background {
    background: #f8f8f8;
}

.accordion-heading--expanded:not(.collapsed) {
    font-weight: 400 !important;
}

.toggle_color .accordion-title {
    color: #fff;
}
.toggle_color .fs_icon_white {
    fill: #fff;
}

.virtual_stores_container {
    padding-top: 70px;
}

.fs_store_details {
    position: absolute;
    top: 0;
    left: 1.5%;
    z-index: 1;
    overflow: hidden;
}

.iframe_container iframe {
    width: 100%;
    height: 100%;
}

:lang(zh),
:lang(ko) .title-font {
    font-family: "futura-pt", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.arrow_down_icon {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
}

.discover_more {
    color: #fff;
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -53px;
}
.discover_more-arrow {
    text-align: center;
}
.discover_more-svg {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
}
.discover_more-text {
    font-size: 0.9375rem;
    cursor: pointer;
}

.shop_category_content {
    margin: 50px auto;
}

.close-opacity {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .right-offset {
        margin-right: 16.6667%;
    }
}
