/* UBD Modular Bonito 1.10.24
   Ficha de producto: cierre real de huecos de Kueski/PayPal + detalle plegable.
   Sólo presentación. No desactiva módulos, hooks, SDKs, checkout ni pagos. */

/* 1) La fecha temprana ya se explica por sí sola. Sólo mostramos texto cuando
   existe una restricción real que el cliente necesita conocer. */
html.ubd-product-ready body#product .ubd-delivery-intent-product:not(.is-unavailable) .ubd-delivery-intent-product__message{
  display:none!important;
  margin:0!important;
  padding:0!important;
}
html.ubd-product-ready body#product .ubd-delivery-intent-product:not(.is-unavailable){
  padding-bottom:11px!important;
}

/* 2) Kueski + PayPal: además de ocultar el contenido, se colapsa el contenedor
   real marcado por JS. Así no sobreviven min-height/gaps del tema. */
html.ubd-product-ready body#product .ubd-product-payment-noise-v11024,
html.ubd-product-ready body#product .product-additional-info > .row:has(kueskipay-widget),
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{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  max-width:0!important;
  min-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;
}
html.ubd-product-ready body#product .product-additional-info:empty,
html.ubd-product-ready body#product .tvproduct-stock-social:empty{
  display:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

/* 3) Un solo detalle del producto, siempre en la columna de compra.
   Se ocultan únicamente las copias visuales anteriores para no duplicar texto. */
html.ubd-product-ready body#product #ubd-simple-product-description,
html.ubd-product-ready body#product article#description.ubd-product-description-always{
  display:none!important;
}

html.ubd-product-ready body#product #ubd-product-includes-v11024{
  display:block!important;
  width:100%!important;
  margin:14px 0 4px!important;
  border:1px solid rgba(24,51,58,.10)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:#18333a!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(24,51,58,.055)!important;
}
html.ubd-product-ready body#product #ubd-product-includes-v11024 > summary{
  list-style:none!important;
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  min-height:58px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:0!important;
  background:linear-gradient(145deg,#fffdf9,#f7faf7)!important;
  color:#18333a!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
html.ubd-product-ready body#product #ubd-product-includes-v11024 > summary::-webkit-details-marker{display:none!important}
html.ubd-product-ready body#product #ubd-product-includes-v11024 > summary::marker{display:none!important;content:''!important}
html.ubd-product-ready body#product .ubd-product-includes-icon-v11024{
  display:grid!important;
  place-items:center!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  border-radius:12px!important;
  background:#fff0bf!important;
  color:#18333a!important;
  font-size:18px!important;
}
html.ubd-product-ready body#product .ubd-product-includes-copy-v11024{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
}
html.ubd-product-ready body#product .ubd-product-includes-copy-v11024 strong{
  display:block!important;
  margin:0!important;
  color:#18333a!important;
  font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.15!important;
}
html.ubd-product-ready body#product .ubd-product-includes-copy-v11024 small{
  display:block!important;
  margin-top:3px!important;
  color:#728083!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.25!important;
}
html.ubd-product-ready body#product .ubd-product-includes-chevron-v11024{
  display:grid!important;
  place-items:center!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  background:#f0f3ef!important;
  color:#496067!important;
  font-size:18px!important;
  line-height:1!important;
  transition:transform .18s ease!important;
}
html.ubd-product-ready body#product #ubd-product-includes-v11024[open] .ubd-product-includes-chevron-v11024{
  transform:rotate(45deg)!important;
}
html.ubd-product-ready body#product .ubd-product-includes-content-v11024{
  display:block!important;
  margin:0!important;
  padding:4px 15px 15px!important;
  border-top:1px solid rgba(24,51,58,.07)!important;
  background:#fff!important;
  color:#2d4146!important;
  font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:13px!important;
  line-height:1.5!important;
}
html.ubd-product-ready body#product .ubd-product-includes-content-v11024 :where(p,ul,ol){
  margin:10px 0 0!important;
}
html.ubd-product-ready body#product .ubd-product-includes-content-v11024 :where(ul,ol){
  display:grid!important;
  gap:7px!important;
  padding-left:19px!important;
}
html.ubd-product-ready body#product .ubd-product-includes-content-v11024 li{
  margin:0!important;
  color:#2d4146!important;
  font-size:13px!important;
  line-height:1.45!important;
}
html.ubd-product-ready body#product .ubd-product-includes-content-v11024 :where(strong,b){
  color:#18333a!important;
  font-weight:850!important;
}
html.ubd-product-ready body#product .ubd-product-includes-content-v11024 :where(img,picture,video,iframe,script,style,form,button,input,select,textarea){
  display:none!important;
}

@media (max-width:699px){
  html.ubd-product-ready body#product #ubd-product-includes-v11024{margin-top:11px!important;border-radius:16px!important}
  html.ubd-product-ready body#product #ubd-product-includes-v11024 > summary{min-height:54px!important;padding:10px 12px!important}
  html.ubd-product-ready body#product .ubd-product-includes-icon-v11024{flex-basis:33px!important;width:33px!important;height:33px!important;border-radius:11px!important;font-size:16px!important}
  html.ubd-product-ready body#product .ubd-product-includes-copy-v11024 strong{font-size:13px!important}
  html.ubd-product-ready body#product .ubd-product-includes-content-v11024{padding:3px 13px 13px!important;font-size:12px!important}
  html.ubd-product-ready body#product .ubd-product-includes-content-v11024 li{font-size:12px!important}
}
