/* Estilos página muestras RenderFront */
.rf-muestras-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Inter, sans-serif;
}

.rf-muestras-familia {
    margin-top: 50px;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.rf-muestras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.rf-muestra-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    position: relative;
}

.rf-muestra-color {
    width: 100%;
    height: 120px;
    border-radius: 8px;
}

.rf-muestra-info h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 500;
}

.rf-muestra-tipo {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.rf-muestra-precio {
    font-size: 14px;
    font-weight: 600;
}

.rf-muestra-add {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: black;
    color: white;
    cursor: pointer;
    font-size: 18px;
}
