.wc-product-carousel {
    margin: 40px 0;
}

.wc-product-carousel .swiper {
    width: 100%;
}

.wc-product-carousel__item {
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.wc-product-carousel__image-link img {
    width: 70%;
    margin: 0 auto;
}

.wc-product-carousel__title {
    font-size: 16px;
    margin: 12px 0 6px;
}

.wc-product-carousel__title a {
    text-decoration: none;
}

.wc-product-carousel__price {
    font-weight: 600;
    margin-bottom: 10px;
}

.wc-product-carousel__btn-wrap {
    margin-top: 5px;
}

.wc-product-carousel__btn {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
}

.wc-product-carousel .swiper-button-prev,
.wc-product-carousel .swiper-button-next {
    color: #000;
    width: 25px;
    height: 25px;
    margin-top: -20px;
}

.wc-product-carousel .swiper-button-prev:after,
.wc-product-carousel .swiper-button-next:after {
    font-size: 25px;
}

.wc-product-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}

.wc-product-carousel .swiper-pagination {
    display: none;
}

.wc-product-carousel .swiper-button-prev {
    left: 0;
}

.wc-product-carousel .swiper-button-next {
    right: 0;
}

.wc-product-carousel .swiper-button-prev,
.wc-product-carousel .swiper-container-rtl .swiper-button-next {
    background-image: unset !important;
}

.wc-product-carousel .swiper-button-next,
.wc-product-carousel .swiper-container-rtl .swiper-button-prev {
    background-image: unset !important;
}

.wc-product-carousel__title a {
    font-size: 20px !important;
}