.rkwSwiper {
    padding: 10px 0;
}

.rkw-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.rkw-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5%;
}

.rkw-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.rkw-title a {
    text-decoration: none;
    color: #111;
}

.rkw-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rkw-bottom .price {
    font-weight: 600;
    color: #000;
}

.rkw-cart-icon {
    color: #003056;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rkw-cart-icon svg {
    width: 24px;
    height: 24px;
}

.swiper-slide {
    height: auto;
}
