.swiper-wrapper {
    transition-timing-function: ease;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #000;
    opacity: 0;
    width: 30px;
    height: 50px;
    cursor: pointer;
}

.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
    opacity: .4;
    transition: .3s;
    /*display: block;*/
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1 !important;
}

.swiper-button-prev {
    left: 0;
    border-radius: 0 2px 2px 0;
    background: url('../../../static/image/new-home/prev_icon.svg') center center / cover;
}

.swiper-button-next {
    right: 0;
    border-radius: 2px 0 0 2px;
    background: url('../../../static/image/new-home/next_icon.svg') center center / cover;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px!important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #DEDEDE;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
    background-clip: content-box;
    border: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.swiper-slide a.islink:hover{
    cursor: pointer;
}
.swiper-slide a.unlink:hover{
    cursor:default
}
.swiper-container.shop{
    max-height: 250px;
}
