/* ============================================================
   Reglas que apuntan a elementos FUERA de .ti-pdp-wrap.
   Se escriben a mano (el generador solo scopea .ti-pdp-*) y se
   activan con la clase que el JS pone en el body.
   ============================================================ */

/* WhatsApp flotante del sitio (plugin Joinchat / creame-whatsapp-me).
   Sube mientras el sticky bar está visible para no superponerse. */
body.ti-pdp-has-sticky .joinchat {
  --bottom: calc(var(--ti-pdp-sticky-h, 84px) + 20px) !important;
  bottom: calc(var(--ti-pdp-sticky-h, 84px) + 20px) !important;
  transition: bottom .35s cubic-bezier(.2,.7,.2,1) !important;
}
