.rp-grid-a998eb00 {
    display: grid;
    gap: 20px;
}
.rp-cols-2 { grid-template-columns: repeat(2, 1fr); }
.rp-cols-3 { grid-template-columns: repeat(3, 1fr); }
.rp-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .rp-grid-a998eb00 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .rp-grid-a998eb00 { grid-template-columns: 1fr; }
}

.rp-item-a998eb00 {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
}
.rp-img-a998eb00 img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.rp-title-a998eb00 {
    font-size: 16px;
    margin: 10px 0;
}
.rp-title-a998eb00 a {
    color: inherit;
    text-decoration: none;
}
.rp-price-a998eb00 {
    font-weight: bold;
    margin-bottom: 15px;
}
.rp-add-a998eb00 .button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.rp-add-a998eb00 .button:hover {
    background-color: #555;
}