#intelired-chatbot{font-family:Arial,sans-serif;position:fixed;right:20px;bottom:20px;z-index:9998;color:#eef1ff}#intelired-chatbot *{box-sizing:border-box}.icb-launcher{width:58px;height:58px;border:0;border-radius:50%;background:#ff641a;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.35);cursor:pointer;font-size:25px}.icb-panel{position:absolute;right:0;bottom:72px;width:min(370px,calc(100vw - 24px));height:min(560px,calc(100vh - 110px));display:none;flex-direction:column;overflow:hidden;border:1px solid #303858;border-radius:16px;background:#0d1124;box-shadow:0 18px 55px rgba(0,0,0,.5)}.icb-panel.is-open{display:flex}.icb-header{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:#151b37;border-bottom:1px solid #303858}.icb-header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.icb-header-actions{display:flex;flex-shrink:0;align-items:center;gap:8px}.icb-header-wa{padding:7px 10px;border-radius:999px;background:#22a55b;color:#fff;text-decoration:none;font-size:12px;font-weight:bold}.icb-header-wa:hover{background:#178448;color:#fff}.icb-header-wa[hidden]{display:none}.icb-close{border:0;background:transparent;color:#fff;font-size:20px;cursor:pointer}.icb-messages{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:14px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#59617e transparent}.icb-messages::-webkit-scrollbar{width:7px}.icb-messages::-webkit-scrollbar-track{background:transparent}.icb-messages::-webkit-scrollbar-thumb{background:#59617e;border:2px solid #0d1124;border-radius:999px}.icb-messages::-webkit-scrollbar-thumb:hover{background:#747d9d}.icb-message{max-width:88%;margin:0 0 10px;padding:10px 12px;border-radius:13px;line-height:1.42;font-size:14px;white-space:pre-wrap}.icb-message.bot{background:#1a2140;color:#eef1ff;border-bottom-left-radius:4px}.icb-message.user{margin-left:auto;background:#ff641a;color:#fff;border-bottom-right-radius:4px}.icb-quick{display:flex;flex-shrink:0;gap:7px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:0 14px 10px;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}.icb-quick::-webkit-scrollbar{display:none}.icb-quick button{flex:0 0 auto;border:1px solid #ff7c3c;border-radius:999px;background:transparent;color:#ff9a69;padding:7px 10px;cursor:pointer}.icb-form{display:flex;gap:8px;padding:12px;border-top:1px solid #303858;background:#12172f}.icb-form input{min-width:0;flex:1;border:1px solid #374063;border-radius:10px;background:#090d1d;color:#fff;padding:11px}.icb-form button{border:0;border-radius:10px;background:#ff641a;color:#fff;padding:0 14px;font-weight:bold;cursor:pointer}.icb-products{display:grid;gap:8px;margin:5px 0 12px}.icb-product{display:grid;grid-template-columns:54px 1fr;gap:9px;padding:8px;border:1px solid #303858;border-radius:10px;background:#151b37;color:#fff;text-decoration:none}.icb-product img{width:54px;height:54px;object-fit:contain;border-radius:7px;background:#fff}.icb-product strong{display:block;font-size:13px}.icb-product span{display:block;margin-top:4px;color:#ff8c52;font-weight:bold}.icb-wa{display:block;margin:8px 0 4px;padding:9px;text-align:center;border-radius:9px;background:#22a55b;color:#fff;text-decoration:none;font-weight:bold}.icb-status{font-size:12px;color:#98a2c4;margin-top:3px}@media(max-width:600px){#intelired-chatbot{right:12px;bottom:12px}.icb-panel{position:fixed;inset:10px;width:auto;height:auto}.icb-launcher{width:54px;height:54px}}@media(prefers-reduced-motion:reduce){.icb-messages{scroll-behavior:auto}}

/* El chat permanece abajo y sube suavemente sólo cuando aparece el carrito. */
#intelired-chatbot{transition:bottom .22s ease,right .22s ease}
@media(min-width:601px){body:has(.cart-fab) #intelired-chatbot{right:27px;bottom:100px}}
@media(max-width:600px){body:has(.cart-fab) #intelired-chatbot{right:21px;bottom:88px}}
