.button.product_type_variable {
  background-color: #408243 !important; /* fondo esmeralda */
  color: #ffffff !important; /* texto blanco */
  border: none !important;
  border-radius: 4px;
  padding: 10px 20px;
}

.button.product_type_variable:hover {
  background-color: #2f5d30 !important; /* tono más oscuro al pasar el mouse */
  color: #ffffff !important;
}