/* Botones y Formulario de Muestras */
.bloquemuestras {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.bloquemuestras.cargando:before {
    content: "Consultando muestras...";
    background-color: rgba(0,0,0,0.6);
    color: white;
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.coste-muestra {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.texto-muestra {
    font-weight: bold;
}

.ocultar {
    display: none !important;
}

.solicitamuestra {
    margin: 0 auto;
    display: block;
}

#envio_muestra {
    margin-top: 10px;
    font-weight: bold;
    color: #e7276f;
}

/* En Cart / Checkout */
.brand-column {
    font-size: 0.9em;
    color: #666;
    display: block;
    margin-top: 5px;
}
