.wc-swiper-container {
    width: 100%;
    padding: 20px 0;
}

.wc-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
}

.wc-product-card img {
    width: 100%;
    height: auto;
    display: block;
}

.wc-product-card h3 {
    font-size: 14px;
    margin: 10px 0 5px;
    line-height: 1.3;
}

.wc-product-card .price {
    font-weight: 600;
    margin-top: 5px;
}

.wc-product-card a {
    text-decoration: none;
    color: inherit;
}

.swiper-pagination {
    margin-top: 15px;
    position: relative !important;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

@media (min-width: 768px) {
    .wc-product-card h3 {
        font-size: 15px;
    }

    .wc-product-card {
        padding: 12px;
    }
}