/**
 * Net Ingram Connect - Estilos Frontend
 * Estilos para la visualización en el sitio público
 * Especificidad alta para que el tema no los sobrescriba.
 */

/* Modelo del producto - Valor en #848484 como SKU de WooCommerce */
.single-product .product_meta .model-wrapper,
.meta-content .model-wrapper.product_meta {
  display: block !important;
  margin-top: 1.5em;
  font-size: 15px;
}

.single-product .product_meta .model-wrapper .model-label,
.meta-content .model-wrapper.product_meta .model-label {
  font-weight: 600;
  margin-right: 0.5em;
  color: #333;
}

.single-product .product_meta .model-wrapper .model-value,
.meta-content .model-wrapper.product_meta .model-value {
  color: #848484 !important;
  font-weight: normal;
}

/* UPC: valor #848484, margen 12px abajo para separar de otros elementos */
.single-product .product_meta .upc-wrapper,
.meta-content .upc-wrapper.product_meta {
  display: block !important;
  font-size: 15px;
}

.single-product .product_meta .upc-wrapper .upc-label,
.meta-content .upc-wrapper.product_meta .upc-label {
  font-weight: 600;
  margin-right: 0.5em;
  color: #333;
}

.single-product .product_meta .upc-wrapper .upc-value,
.meta-content .upc-wrapper.product_meta .upc-value {
  color: #848484 !important;
  font-weight: normal;
}
