/* ======================================================================
   UBD Visual UX · DESCRIPTION CLEAN 1.6.31

   La descripción nativa de PrestaShop queda como texto blanco discreto,
   sin fondo amarillo, gradiente, borde ni sombra.
   Sólo actúa dentro de personalización visible.
   ====================================================================== */

html body#product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label,
html .page-product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label {
  position: static !important;
  display: block !important;

  width: auto !important;
  height: auto !important;
  min-height: 0 !important;

  margin: -4px 2px 12px !important;
  padding: 0 !important;

  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;

  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;

  background: none !important;
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;

  color: #fff !important;
  -webkit-text-fill-color: #fff !important;

  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: .005em !important;
  text-align: left !important;
}

/* Defensa contra decoraciones heredadas del tema o capas anteriores. */
html body#product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label::before,
html body#product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label::after,
html .page-product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label::before,
html .page-product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

html body#product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label *,
html .page-product .product-customization.ubd-custom-visible
.product-customization-item.ubd-custom-visible-item > label * {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
}
