.rp-container-a432fbfe {
    width: 100%;
}

.rp-grid-a432fbfe {
    display: grid;
    gap: 20px;
}

.rp-card-a432fbfe {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.rp-card-a432fbfe:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

.rp-image-wrap-a432fbfe {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.rp-image-wrap-a432fbfe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rp-card-a432fbfe:hover .rp-image-wrap-a432fbfe img {
    transform: scale(1.05);
}

.rp-placeholder-a432fbfe {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.rp-content-a432fbfe {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rp-title-a432fbfe {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
}

.rp-rating-a432fbfe {
    margin-bottom: 8px;
    font-size: 14px;
}

.rp-price-a432fbfe {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-top: auto;
}