/* START_SNIPPET:tec11-bot (INDEX:104) */
.tec-bot-launch{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom));z-index:40;display:flex;align-items:center;gap:11px;background:#236344;color:#fff;border:1px solid #ffffff30;border-radius:40px;padding:8px 19px 8px 8px;min-height:56px;box-shadow:0 8px 28px #143d2a29;text-decoration:none;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.tec-bot-mark{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:50%;background:#f1f5eb;color:#236344}
.tec-bot-launch strong{color:#fff;display:block;font-size:12px;letter-spacing:.075em;line-height:1.4;font-weight:650}
.tec-bot-launch small{display:block;font-size:10px;color:#e0eadc;line-height:1.5}
.tec-bot-launch:hover{background:#194c33;box-shadow:0 10px 30px #143d2a38;transform:translateY(-2px)}
.tec-bot-launch:focus-visible{outline:2px solid #236344;outline-offset:4px;box-shadow:0 0 0 3px #fff}
.tec-bot-is-open .tec-bot-launch{visibility:hidden}
.tec-bot-dialog{position:fixed;inset:auto 24px calc(94px + env(safe-area-inset-bottom)) auto;margin:0;padding:0;width:min(440px,calc(100vw - 48px));height:min(700px,calc(100dvh - 118px - env(safe-area-inset-bottom)));max-width:none;max-height:none;border:1px solid #d7e2d2;border-radius:22px;background:#fff;color:#233c2c;box-shadow:0 20px 70px #12261935;overflow:hidden}
.tec-bot-dialog[open]{display:flex;flex-direction:column}
.tec-bot-dialog::backdrop{background:#14261c35}
.tec-bot-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 10px 18px;flex-shrink:0;background:#236344;color:#fff;border-bottom:1px solid #ffffff20}
.tec-bot-top strong{color:#fff;display:block;font-size:12px;letter-spacing:.075em}
.tec-bot-top span{display:block;font-size:10px;color:#e0eadc}
.tec-bot-close{display:flex;align-items:center;justify-content:center;background:#ffffff14;color:#fff;border:1px solid #ffffff25;border-radius:50%;width:44px;height:44px;cursor:pointer;flex-shrink:0}
.tec-bot-close:hover{background:#ffffff28}
.tec-bot-close:focus-visible{outline:2px solid #fff;outline-offset:2px}
.tec-bot-frame{display:block;border:0;width:100%;flex:1;min-height:0;background:#0a0a0a}
.tec-bot-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 16px;background:#f5f7f1;flex-shrink:0}
.tec-bot-bottom a{display:flex;align-items:center;gap:5px;min-height:44px;font-size:11px;font-weight:600;color:#236344;text-decoration:none}
.tec-bot-bottom a:last-child{font-size:10px;color:#69756c}
html.tec-bot-is-open{overflow:hidden}
@media(max-width:749px){.tec-bot-launch{right:14px;bottom:calc(16px + env(safe-area-inset-bottom));padding:7px 15px 7px 7px;min-height:50px;gap:9px}.tec-bot-mark{width:34px;height:34px}.tec-bot-launch svg{width:21px;height:21px}.tec-bot-launch strong{font-size:11px}.tec-bot-launch small{font-size:9px}.tec-bot-dialog{inset:12px;width:calc(100vw - 24px);height:calc(100dvh - 24px);border-radius:18px}.tec-bot-top{padding-top:max(8px,env(safe-area-inset-top))}.tec-bot-bottom{padding-bottom:max(4px,env(safe-area-inset-bottom))}}
@media(max-width:749px){body:has(.stickyCart-active) .tec-bot-launch{bottom:calc(102px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.tec-bot-launch{transition:none}.tec-bot-launch:hover{transform:none}}
/* END_SNIPPET:tec11-bot */
