/* ======================================================================
   UBD Visual UX · PRODUCT TEXT LABEL CLEAN 1.6.36
   Quita cualquier fondo amarillo del label descriptivo como
   “¿Qué texto llevaría?” dentro de la ficha naranja de personalización.
   ====================================================================== */

html body#product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item,
html body#product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item,
html .page-product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item,
html .page-product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body#product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item > label,
html body#product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label,
html .page-product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item > label,
html .page-product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label,
html body#product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item > label span,
html body#product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label span,
html .page-product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item > label span,
html .page-product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label span {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  color: rgba(255,255,255,.96) !important;
  -webkit-text-fill-color: rgba(255,255,255,.96) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
}

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 body#product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label::before,
html body#product .product-customization.ubd-custom-has-files .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,
html .page-product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label::before,
html .page-product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  html body#product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item > label,
  html body#product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label,
  html .page-product .product-customization.ubd-custom-visible .product-customization-item.ubd-custom-visible-item > label,
  html .page-product .product-customization.ubd-custom-has-files .product-customization-item.ubd-custom-visible-item > label {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }
}
