<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.m-ba-210801s {
    line-height: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.m-ba-210801s .header {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    position: relative;
}

.m-ba-210801s .header .title {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.m-ba-210801s .header .title img {
    max-width: 100%;
}

.m-ba-210801s .swiper-container {
}

.m-ba-210801s .swiper-slide {
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-ba-210801s .swiper-slide a {
    z-index: 2;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.m-ba-210801s .swiper-slide img {
    margin: auto;
    border: 0;
    width: 100%;
}

/* not */

.m-ba-210801s .swiper-slide.not {
    background-color: #ddd;
}

.m-ba-210801s .swiper-slide.not .svg-product {
    z-index: 1;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    fill: #fff;
    opacity: 1;
}

/* swiper-pagination */

.m-ba-210801s .swiper-pagination {
    z-index: 20;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 15px;
    opacity: 1;
}

.m-ba-210801s .swiper-pagination span {
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    width: 4px;
    height: 15px;
    cursor: pointer;
}

.m-ba-210801s .swiper-pagination span:before {
    transition: all .3s ease;
    display: block;
    content: '';
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
    opacity: 0.3;
}

.m-ba-210801s .swiper-pagination span:hover:before {
    opacity: 1;
}

.m-ba-210801s .swiper-pagination span.active {
    background-color: transparent;
    margin: 0;
    width: 20px;
}

.m-ba-210801s .swiper-pagination span.active:before {
    opacity: 1;
    left: calc(50% - 10px);
    width: 20px;
}
</pre></body></html>