/* UBD Modular Bonito 1.7.1 · carga segmentada por página */
/* =========================================================
   Modular Bonito 1.5.9 · Ajustes finales de publicación
   Capa visual y de textos. No altera formularios ni precios.
   ========================================================= */

/* Marca compacta. */
#ubd-modular-bonito .ubd-mod-brand strong,
.ubd-catalog-shell-header .ubd-catalog-shell-brand strong {
    white-space: nowrap !important;
}
/* =========================================================
   PRODUCTO SENCILLO · Descripción plegada por defecto
   ========================================================= */
html.ubd-product-ready.ubd-catalog-simple body#product #ubd-simple-product-description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
}
html.ubd-product-ready.ubd-catalog-simple body#product #ubd-simple-product-description summary {
    display: flex !important;
}
html.ubd-product-ready:not(.ubd-catalog-simple) body#product #ubd-simple-product-description {
    display: none !important;
}

/* Textos fiscales retirados por JS sin tocar el precio. */
.ubd-tax-copy-hidden {
    display: none !important;
}

/* Popup carrito: contraste correcto; conserva los href originales. */
#blockcart-modal .cart-content-btn a:first-child,
#blockcart-modal .cart-content-btn .btn-secondary,
.blockcart-modal .cart-content-btn a:first-child,
.blockcart-modal .cart-content-btn .btn-secondary {
    background: var(--mb-orange, #E7923C) !important;
    border-color: transparent !important;
    color: #fff !important;
    opacity: 1 !important;
}
#blockcart-modal .cart-content-btn a:first-child:hover,
.blockcart-modal .cart-content-btn a:first-child:hover {
    background: var(--mb-ink, #18333A) !important;
    color: #fff !important;
}
