#osb-chat-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}#osb-chat-trigger{width:60px;height:60px;background:#429b07;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:transform 0.3s ease}#osb-chat-trigger:hover{transform:scale(1.1)}#osb-chat-container{position:absolute;bottom:80px;right:0;width:320px;height:450px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgb(0 0 0 / .2);display:flex;flex-direction:column;overflow:hidden}#osb-chat-header{background:#429b07;color:#fff;padding:15px;display:flex;justify-content:space-between}#osb-chat-status{color:lime;font-size:12px}#osb-chat-messages{flex:1;padding:15px;overflow-y:auto;background:#f9f9f9;display:flex;flex-direction:column;gap:10px}.osb-message{max-width:80%;padding:8px 12px;border-radius:15px;font-size:14px;line-height:1.4}.osb-message-user{align-self:flex-end;background:#429b07;color:#fff;border-bottom-right-radius:2px}.osb-message-manager{align-self:flex-start;background:#e4e6eb;color:#050505;border-bottom-left-radius:2px}#osb-chat-input-area{padding:10px;border-top:1px solid #eee;display:flex;gap:5px}#osb-chat-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 15px;outline:none}#osb-send-btn{background:none;border:none;color:#429b07;font-size:20px;cursor:pointer}.osb-offline-message{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:5px;background:#f9f9f9;border-radius:8px;text-align:center;color:#333}.osb-offline-message p{margin-bottom:10px;line-height:1.4}#osb-offline-form input,#osb-offline-form textarea{border:1px solid #ccc;border-radius:4px;font-size:14px}#osb-offline-form button:hover{opacity:.9}#osb-widget-root{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;align-items:flex-end;transition:right 0.3s ease-in}html body.to-top-visible #osb-widget-root{right:95px}html body.body-cart-opened #osb-widget-root{right:360px}html body.body-filters-opened #osb-widget-root,html body.my-popup-is-open #osb-widget-root,html body.body-mobile-menu-opened #osb-widget-root{right:-360px}@media only screen and (max-width :768px){#osb-widget-root{right:10px;bottom:65px}html body.to-top-visible #osb-widget-root{right:10px}}#osb-buttons-container{display:flex;gap:15px;align-items:center}@media only screen and (max-width :768px){#osb-buttons-container{gap:5px}}.osb-btn{background-color:#429b07;color:#fff;border-radius:4px;height:60px;display:flex;align-items:center;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgb(0 0 0 / .15);transition:all 0.4s cubic-bezier(.25,.8,.25,1);white-space:nowrap}.osb-btn:hover{background-color:#57c60c}.osb-icon{width:60px;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width :768px){.osb-icon{width:50px;min-width:50px;height:50px}}.osb-text{font-size:14px;line-height:1.2;opacity:0;width:0;padding:0;transition:all 0.4s ease}.osb-expanded{width:260px;padding-right:15px}@media only screen and (max-width :768px){.osb-expanded{width:240px}}#osb-btn-call.osb-expanded .osb-text{opacity:1;width:auto;padding-left:10px;padding-right:10px}#osb-btn-chat.osb-expanded .osb-text{opacity:1;width:auto;padding-left:20px}.osb-collapsed{width:60px;padding:0}@media only screen and (max-width :768px){.osb-collapsed{width:50px}}#osb-chat-container,#osb-call-container{position:absolute;bottom:80px;right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgb(0 0 0 / .2);display:flex;flex-direction:column;overflow:hidden;z-index:10000}#osb-chat-container{height:435px}@media only screen and (max-width :768px){#osb-chat-container,#osb-call-container{width:300px}}#osb-call-container{height:auto;min-height:200px}.osb-modal-header{background:#429b07;color:#fff;padding:15px;font-size:16px}.osb-modal-body{padding:20px;background:#fff}#osb-phone-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;box-sizing:border-box;font-size:16px}#osb-call-submit{width:100%;padding:12px;background:#429b07;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:16px;transition:opacity 0.2s}#osb-call-submit:hover{opacity:.9}