.content {
    display: flex;
    flex-direction: column;
}

.swiper {
    flex: 1;
    width: 100%;
}

.swiper .swiper-slide {
    text-align: center;
    overflow: scroll;
    background-color: #fff;
}

.swiper .swiper-slide>div {
    position: relative;
    display: inline-block;
}

.swiper .swiper-slide .product {
    display: block;
    width: 100%;
}

.swiper .swiper-slide .more {
    position: absolute;
    left: 6.5%;
    bottom: 4%;
    width: 13%;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: '';
    background-size: cover;
    width: 2vh;
    margin-top: -22px;
    top: 50%;
    z-index: 10;
}

.swiper-button-next, .swiper-button-prev {
    width: 2vh !important;
    height: auto !important;
}

.swiper-button-hidden {
    display: none;
}