/* UBD Modular Bonito 1.10.26
   Cierre de espacios vacíos en ficha de producto.
   Respaldo CSS; JS 1.10.26 aplica inline !important únicamente a wrappers
   exactos para vencer reglas tardías del tema sin tocar checkout. */

html.ubd-product-ready body#product #payment-method-messaging-element,
html.ubd-product-ready body#product #ps_checkout-payment-method-logo-block-container,
html.ubd-product-ready body#product .ps_checkout-payment-method-logo-block-container,
html.ubd-product-ready body#product #ps_checkout-express-button-container,
html.ubd-product-ready body#product .ps_checkout-express-button-container,
html.ubd-product-ready body#product #paypal-button-container,
html.ubd-product-ready body#product .paypal-button-container,
html.ubd-product-ready body#product .paypal-buttons-context-iframe,
html.ubd-product-ready body#product .product-additional-info > .row:has(kueskipay-widget){
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  gap:0!important;
  overflow:hidden!important;
  box-shadow:none!important;
}

/* Stripe sigue disponible: sólo desaparece cuando el contenedor está vacío. */
html.ubd-product-ready body#product #stripe-express-checkout-element:empty,
html.ubd-product-ready body#product #stripe-error-message:empty{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

html.ubd-product-ready body#product .tvwishlist-compare-wrapper-page,
html.ubd-product-ready body#product .tvproduct-stock-social,
html.ubd-product-ready body#product .product-additional-info{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
}

/* La zona de beneficios ya sólo contiene Puntos Bonitos visibles; sin aire
   reservado por Kueski/PayPal/Stripe vacío. */
html.ubd-product-ready body#product .tvproduct-stock-social,
html.ubd-product-ready body#product .tvproduct-stock-social .product-additional-info{
  gap:0!important;
}
html.ubd-product-ready body#product #loyalty_product_wrapper{
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
}
