
.rp-product-slider-wrap {
    width: 100%;
    padding: 20px 0;
}

.rp-product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 100%;
}

.rp-product-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.rp-product-content {
    padding: 20px;
}

.rp-product-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.rp-product-title a {
    text-decoration: none;
    color: #222;
}

.rp-product-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    min-height: 90px;
}

.rp-meta-wrap {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.rp-meta-item {
    font-size: 14px;
}

.rp-meta-item .label {
    display: block;
    color: #666;
    margin-bottom: 5px;
}

.rp-shop-btn {
    display: inline-block;
    background: #138a3d;
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
}

.rp-shop-btn:hover {
    background: #0f6f31;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

@media(max-width:767px){

    .rp-product-title {
        font-size: 22px;
    }

    .rp-product-excerpt {
        min-height: auto;
    }

    .rp-meta-wrap {
        flex-direction: column;
    }
}
