.support-form-container{background:#f8f9fa;padding:16px;border-radius:8px;margin:8px 0;border:1px solid #e0e0e0;overflow:hidden;transform-origin:top;transition:all .4s cubic-bezier(.4,0,.2,1)}.support-form-container.animating{max-height:0;opacity:0;transform:scaleY(0);padding:0;margin:0;border-width:0}.support-form-container.animated{max-height:1000px;opacity:1;transform:scaleY(1);animation:slideDown .4s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px) scaleY(.9)}to{opacity:1;transform:translateY(0) scaleY(1)}}.support-form-container.animating:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--primary-color, #7D2248),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.support-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.support-form-header h3{margin:0;font-size:18px;color:#333;font-weight:600}.close-button{background:none;border:none;font-size:24px;line-height:1;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:#333}.support-form{padding:0}.form-info{margin-bottom:16px;padding:12px;background:#e3f2fd;border-radius:4px;font-size:14px}.form-info p{margin:0;color:#1976d2}.urgency-high{margin-top:8px;padding:8px;background:#fff3cd;border:1px solid #ffeaa7;color:#856404;border-radius:4px;font-weight:500;font-size:14px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:#333;font-size:14px}.required{color:#dc3545}.form-group input,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-group textarea{min-height:80px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.form-group input.error,.form-group textarea.error{border-color:#dc3545}.error-message{display:block;margin-top:4px;color:#dc3545;font-size:12px}.general-error{margin-bottom:12px;padding:8px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;font-size:14px}.form-actions{display:flex;gap:8px;margin-top:20px}.submit-button,.cancel-button{flex:1;padding:10px 16px;font-size:14px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.submit-button{background:#28a745;color:#fff}.submit-button:hover:not(:disabled){background:#218838}.submit-button:disabled{background:#6c757d;cursor:not-allowed;opacity:.7}.cancel-button{background:#fff;color:#6c757d;border:1px solid #6c757d}.cancel-button:hover:not(:disabled){background:#f8f9fa}.form-footer{margin-top:16px;padding-top:16px;border-top:1px solid #e5e5e5;text-align:center}.form-footer p{margin:4px 0;color:#6c757d;font-size:12px}.eshop-assistant-suggestion-button{transition:all .2s ease}.eshop-assistant-suggestion-button:active{transform:scale(.95)}.support-form-container.animated:after{content:"";position:absolute;top:-2px;left:0;right:0;height:2px;background:var(--primary-color, #7D2248);animation:expandWidth .4s ease-out}@keyframes expandWidth{0%{width:0;left:50%}to{width:100%;left:0}}@media (max-width: 600px){.form-actions{flex-direction:column}.submit-button,.cancel-button{width:100%}.support-form-container{margin:8px -8px;border-radius:0}}.eshop-assistant-widget{font-size:15px;font-family:Arial,sans-serif;--ea-primary-color: var(--primary-color, #7D2248);--ea-primary-color-hover: var(--primary-color-hover, #6a1b3d);--ea-secondary-color: var(--secondary-color, #D4B98C);--ea-text-color-light: white;--ea-text-color-dark: #333;--ea-background-light: #f9f9f9;--ea-background-main: white;--ea-border-color: #eee;--ea-card-background: #fbf4eb85;--ea-card-border: #d3c4b3}.eshop-assistant-widget input,.eshop-assistant-widget textarea,.eshop-assistant-widget button{font-family:inherit;font-size:inherit}.eshop-assistant-widget--bottom-right{position:fixed;bottom:20px;right:20px;z-index:9999}.eshop-assistant-widget--bottom-left{position:fixed;bottom:20px;left:20px;z-index:9999}.eshop-assistant-widget .eshop-assistant-container{position:fixed;bottom:20px;right:20px;width:400px;max-width:90vw;height:600px;max-height:80vh;background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0003;display:flex;opacity:0;visibility:hidden;transform:scale(.95);flex-direction:column;overflow:hidden;z-index:9999;transform-origin:bottom right;transition:opacity .25s ease-in-out,transform .25s ease-in-out,visibility 0s linear .25s,width .3s ease,height .3s ease}.eshop-assistant-widget .eshop-assistant-header-logo{height:28px;width:auto;margin-left:8px;display:block}.eshop-assistant-widget .eshop-assistant-container.visible{opacity:1;visibility:visible;transform:scale(1);transition-delay:0s}.eshop-assistant-banner{display:flex;flex-direction:column;gap:12px;border-radius:16px;background:#fff;box-shadow:0 6px 20px #0000001a;padding:12px;cursor:pointer;width:100%}.eshop-assistant-banner img{width:100%;max-width:100%;border-radius:12px}.eshop-assistant-banner-content{text-align:left}.eshop-assistant-banner-content strong{display:block;font-size:16px;margin-bottom:6px}.eshop-assistant-banner-content p{margin:0;color:#444;font-size:14px}.eshop-assistant-banner button{border:none;border-radius:8px;background:var(--primary-color, #289a89);color:#fff;padding:10px;font-weight:600;cursor:pointer}.eshop-assistant-container.fullscreen .eshop-assistant-banner{width:100%;max-width:65%;margin:0 auto;flex-direction:row;align-items:stretch;gap:16px}.eshop-assistant-container.fullscreen .eshop-assistant-banner img{width:50%;max-width:50%;border-radius:12px 0 0 12px;object-fit:cover}.eshop-assistant-container.fullscreen .eshop-assistant-banner-content{width:50%;display:flex;flex-direction:column;justify-content:center;gap:10px}.eshop-assistant-container.fullscreen .eshop-assistant-banner button{align-self:flex-start;width:100%}@media (max-width: 1024px){.eshop-assistant-container.fullscreen .eshop-assistant-banner{max-width:100%;flex-direction:column}.eshop-assistant-container.fullscreen .eshop-assistant-banner img,.eshop-assistant-container.fullscreen .eshop-assistant-banner-content{width:100%;max-width:100%;border-radius:12px}}@media (max-width: 640px){.eshop-assistant-widget .eshop-assistant-quick-button{flex:0 1 auto}}.eshop-assistant-widget .eshop-assistant-container.fullscreen{width:90vw;height:90vh;max-width:1200px;max-height:900px;transform:none!important;transform-origin:center center!important}.eshop-assistant-widget--bottom-right .eshop-assistant-fab{right:20px;bottom:20px;left:auto}.eshop-assistant-widget--bottom-left .eshop-assistant-fab{left:20px;bottom:20px;right:auto}.eshop-assistant-widget .eshop-assistant-fab-stack{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-end;z-index:9998}.eshop-assistant-widget--bottom-left .eshop-assistant-fab-stack{left:20px;right:auto;align-items:flex-start}.eshop-assistant-widget .eshop-assistant-fab-stack .eshop-assistant-fab{position:relative;bottom:auto;right:auto;left:auto}.eshop-assistant-widget .eshop-assistant-bubble{max-width:260px;padding:10px 14px;border-radius:16px;border:1px solid var(--ea-border-color);background:#fff;color:var(--ea-text-color-dark);box-shadow:0 8px 20px #0000001f;font-size:14px;line-height:1.3;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:left}.eshop-assistant-widget .eshop-assistant-bubble:hover{transform:translateY(-1px);box-shadow:0 10px 22px #00000029}.eshop-assistant-widget .eshop-assistant-bubble:focus-visible{outline:2px solid var(--ea-primary-color);outline-offset:2px}.eshop-assistant-widget .eshop-assistant-fab{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background-color:var(--ea-primary-color);color:var(--ea-text-color-light);border:none;box-shadow:0 4px 10px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:9998;transition:transform .2s ease,background-color .2s ease,opacity .3s ease,visibility .3s ease;padding:0;opacity:1;visibility:visible}@media (max-width: 768px){.eshop-assistant-widget .eshop-assistant-bubble{max-width:200px;font-size:13px}}.eshop-assistant-widget .eshop-assistant-container.visible+.eshop-assistant-fab{opacity:0;visibility:hidden;transform:scale(.8)}.eshop-assistant-widget .eshop-assistant-fab svg{width:24px;height:24px;line-height:1}.eshop-assistant-widget .eshop-assistant-fab:hover{transform:scale(1.1);background-color:var(--ea-primary-color-hover)}.eshop-assistant-widget--bottom-right .eshop-assistant-fab{right:20px;left:auto}.eshop-assistant-widget--bottom-left .eshop-assistant-fab{left:20px;right:auto}.eshop-assistant-widget .eshop-assistant-header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background-color:var(--ea-primary-color);color:var(--ea-text-color-light);flex-shrink:0;position:relative;min-height:44px;max-height:44px}.eshop-assistant-widget .eshop-assistant-header-left{display:flex;align-items:center}.eshop-assistant-widget .eshop-assistant-status-indicator{display:inline-flex;align-items:center;margin-left:8px}.eshop-assistant-widget .eshop-assistant-status-indicator .status-dot{width:8px;height:8px;border-radius:50%;background-color:#4caf50;transition:all .3s ease}.eshop-assistant-widget .eshop-assistant-status-indicator.online .status-dot{background-color:#4caf50;box-shadow:0 0 4px #4caf5099}.eshop-assistant-widget .eshop-assistant-status-indicator.loading .status-dot{background-color:#ff9800;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 4px #ff980099}50%{transform:scale(1.2);box-shadow:0 0 8px #ff9800cc}to{transform:scale(1);box-shadow:0 0 4px #ff980099}}.eshop-assistant-widget .eshop-assistant-header-title{flex-grow:1;text-align:center;padding:0 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:32px}.eshop-assistant-widget .eshop-assistant-header-title h2{margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:1em!important;font-weight:600!important;line-height:1.1!important;color:var(--ea-text-color-light)!important;font-family:inherit!important;text-align:center!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;display:block!important}.eshop-assistant-widget .eshop-assistant-header-right{display:flex;align-items:center}.eshop-assistant-widget .eshop-assistant-hide-button,.eshop-assistant-widget .eshop-assistant-size-toggle,.eshop-assistant-widget .eshop-assistant-close-button{padding:4px;line-height:1;background:none;border:none;border-radius:4px;color:var(--ea-text-color-light);cursor:pointer;transition:background-color .2s ease;width:26px;height:26px;display:flex;align-items:center;justify-content:center}.eshop-assistant-widget .eshop-assistant-size-toggle svg{width:18px;height:18px}.eshop-assistant-widget .eshop-assistant-hide-button svg{width:14px;height:14px}.eshop-assistant-widget .eshop-assistant-close-button svg{width:16px;height:16px}.eshop-assistant-widget .eshop-assistant-size-toggle:hover,.eshop-assistant-widget .eshop-assistant-hide-button:hover,.eshop-assistant-widget .eshop-assistant-close-button:hover,.eshop-assistant-widget .eshop-assistant-reset-button:hover,.eshop-assistant-widget .eshop-assistant-support-button:hover{background-color:#ffffff1a}.eshop-assistant-widget .eshop-assistant-close-button:hover,.eshop-assistant-widget .eshop-assistant-size-toggle:hover,.eshop-assistant-widget .eshop-assistant-reset-button:hover,.eshop-assistant-widget .eshop-assistant-support-button:hover{background:#fff3;transform:scale(1.1)}.eshop-assistant-widget .eshop-assistant-reset-button:hover{animation:rotate .5s ease-in-out}.eshop-assistant-widget .eshop-assistant-menu-wrapper{position:relative;display:flex}.eshop-assistant-widget .eshop-assistant-menu-trigger{padding:4px;line-height:1;background:none;border:none;border-radius:4px;color:var(--ea-text-color-light);cursor:pointer;width:26px;height:26px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.eshop-assistant-widget .eshop-assistant-menu-trigger svg{width:12px;height:12px}.eshop-assistant-widget .eshop-assistant-menu-trigger:hover{background-color:#ffffff1f}.eshop-assistant-widget .eshop-assistant-header-menu{position:absolute;top:32px;right:0;background:#fff;color:#333;border-radius:8px;box-shadow:0 12px 30px #00000040;min-width:190px;padding:6px 0;z-index:40}.eshop-assistant-widget .eshop-assistant-header-menu button{width:100%;background:none;border:none;text-align:left;padding:10px 14px;font-size:.9em;color:#333;cursor:pointer;transition:background-color .2s ease}.eshop-assistant-widget .eshop-assistant-header-menu button:hover{background-color:#0000000d}.eshop-assistant-widget .eshop-assistant-support-button:hover{animation:ring .5s ease-in-out}@keyframes rotate{0%{transform:rotate(0) scale(1.1)}to{transform:rotate(360deg) scale(1.1)}}@keyframes ring{0%,to{transform:rotate(0) scale(1.1)}25%{transform:rotate(-10deg) scale(1.1)}75%{transform:rotate(10deg) scale(1.1)}}.eshop-assistant-widget .eshop-assistant-info-button{display:none}.eshop-assistant-widget .eshop-assistant-user-info{display:block;font-size:.75em;color:#ffffffd9;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px;line-height:1.1}.eshop-assistant-widget .eshop-assistant-content{flex-grow:1;overflow-y:auto;padding:15px;background-color:var(--ea-background-light);display:flex;flex-direction:column}.eshop-assistant-widget .eshop-assistant-quick-buttons-container{padding:12px;background-color:#fbfbfb;border-bottom:1px solid var(--ea-border-color);flex-shrink:0}.affiliate-share-panel{margin:8px 15px;padding:12px;background:#faf6fb;border:1px solid #d8c5e1;border-radius:8px;display:flex;flex-direction:column;gap:12px}.affiliate-share-header{display:flex;justify-content:space-between;align-items:center}.affiliate-share-header h3{margin:0;font-size:16px}.affiliate-share-header button{background:none;border:none;font-size:20px;cursor:pointer;color:inherit}.affiliate-share-preview{display:flex;gap:12px;align-items:center}.affiliate-share-preview img{width:64px;height:64px;object-fit:cover;border-radius:6px}.affiliate-share-networks{display:flex;gap:8px;flex-wrap:wrap}.affiliate-share-networks button{padding:6px 10px;border-radius:6px;border:1px solid #c5b0d6;background:#fff;cursor:pointer}.affiliate-share-body textarea{width:100%;min-height:80px;border-radius:6px;border:1px solid #c5b0d6;padding:8px;resize:vertical}.affiliate-share-copy{align-self:flex-start;padding:6px 12px;border-radius:6px;border:none;background:#7d2248;color:#fff;cursor:pointer}.affiliate-share-networks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.affiliate-share-network-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 8px;border:1px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease}.affiliate-share-network-btn:hover{background:#f5f5f5;border-color:#7d2248;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.affiliate-share-network-btn:active{transform:translateY(0)}.affiliate-share-info{padding:12px;background:#f0f8ff;border-left:4px solid #4285f4;border-radius:4px;margin-top:8px}.affiliate-share-panel-new{margin:8px 15px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;gap:16px}.affiliate-share-header-new{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.affiliate-share-header-new h3{margin:0;font-size:18px;font-weight:600;color:#333}.affiliate-share-header-new .close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center;justify-content:center}.affiliate-share-header-new .close-btn:hover{color:#333}.affiliate-share-networks-horizontal{display:flex;gap:8px;padding:8px 0}.affiliate-share-network-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;color:#666}.affiliate-share-network-icon:hover:not(.disabled){background:#f5f5f5;border-color:#7d2248;color:#7d2248;transform:translateY(-2px)}.affiliate-share-network-icon.disabled{opacity:.4;cursor:not-allowed}.affiliate-share-product-preview{display:flex;gap:16px;align-items:flex-start;padding:12px;background:#fafafa;border-radius:8px}.affiliate-share-product-preview .product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.affiliate-share-product-preview .product-info{flex:1;display:flex;flex-direction:column;gap:4px}.affiliate-share-product-preview .product-name{font-size:15px;font-weight:600;color:#333;line-height:1.4}.affiliate-share-product-preview .product-code{font-size:13px;color:#666}.affiliate-generate-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#7d2248,#9b2d5a);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.affiliate-generate-btn:hover:not(:disabled){background:linear-gradient(135deg,#6a1b3d,#7d2248);transform:translateY(-2px);box-shadow:0 4px 12px #7d22484d}.affiliate-generate-btn:disabled{opacity:.7;cursor:not-allowed}.affiliate-generated-text{padding:16px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;border-left:4px solid #7D2248}.affiliate-share-btn-secondary{padding:12px 24px;background:#f0f0f0;color:#333;border:1px solid #d0d0d0;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.affiliate-share-btn-secondary:hover{background:#e5e5e5;border-color:#7d2248}.affiliate-share-instructions{padding:16px;background:#f8f9fa;border-radius:8px}.affiliate-share-instructions h4{margin:0 0 16px;font-size:15px;font-weight:600;color:#333}.affiliate-share-instructions ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.affiliate-share-instructions li{display:flex;gap:12px;align-items:flex-start}.affiliate-share-instructions .step-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#7d2248;color:#fff;border-radius:50%;font-size:14px;font-weight:600;flex-shrink:0}.affiliate-share-instructions strong{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:2px}.affiliate-share-instructions p{margin:0;font-size:13px;color:#666;line-height:1.4}.affiliate-share-dialog-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.affiliate-share-dialog{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90%;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.eshop-assistant-widget .eshop-assistant-quick-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:0}.eshop-assistant-widget .eshop-assistant-quick-buttons.header-buttons{justify-content:center;flex-wrap:wrap;gap:8px;padding-bottom:4px}.eshop-assistant-widget .eshop-assistant-quick-buttons.header-buttons .eshop-assistant-quick-button{flex:0 0 auto;min-width:150px;max-width:190px;justify-content:center}.eshop-assistant-widget .eshop-assistant-quick-button{padding:8px 16px;flex:1 1 calc(33.33% - 12px);min-width:120px;display:inline-flex;align-items:center;gap:6px;border-radius:20px;border:1px solid #ddd;background-color:#fff;color:#333;font-size:.95em;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;box-shadow:0 1px 2px #0000000d}.eshop-assistant-widget .eshop-assistant-quick-button:hover{background-color:#f8f8f8;border-color:#ccc}.eshop-assistant-widget .eshop-assistant-quick-button{display:flex;align-items:center;justify-content:center;gap:4px}.eshop-assistant-widget .eshop-assistant-quick-button .button-text{font-size:.9em}.eshop-assistant-widget .eshop-assistant-container.mini{width:400px;height:auto;bottom:20px;right:20px;border-radius:16px;background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(125,34,72,.1);box-shadow:0 4px 24px #00000014;transition:all .3s cubic-bezier(.25,.8,.25,1)}.eshop-assistant-widget .eshop-assistant-mini-content{padding:12px 16px;position:relative}.eshop-assistant-widget .eshop-assistant-container.mini .eshop-assistant-quick-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:0;align-items:center}.eshop-assistant-widget .eshop-assistant-container.mini .eshop-assistant-quick-button{background:#ffffffe6;border:1px solid rgba(125,34,72,.15);color:#333;padding:8px 14px;border-radius:8px;font-size:.85em;transition:all .2s ease;flex:0 0 auto;white-space:nowrap;min-width:fit-content;max-width:calc(50% - 4px);justify-content:center}.eshop-assistant-widget .eshop-assistant-container.mini .eshop-assistant-quick-button:hover{background:#fff;border-color:var(--ea-primary-color, #7D2248);color:var(--ea-primary-color, #7D2248);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.eshop-assistant-widget .eshop-assistant-mini-close{position:absolute;top:8px;right:8px;width:20px;height:20px;border:none;background:#7d22481a;color:#999;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.eshop-assistant-widget .eshop-assistant-mini-close:hover{background:#7d224833;color:#666}.eshop-assistant-widget .eshop-assistant-container{transition:all .4s cubic-bezier(.25,.8,.25,1)}@media (max-width: 640px){.eshop-assistant-widget .eshop-assistant-container.mini{width:calc(100vw - 20px);max-width:400px;bottom:10px;right:10px;left:10px}}.eshop-assistant-widget .eshop-assistant-message{margin-bottom:12px;display:flex;width:100%;flex-direction:column}.eshop-assistant-widget .eshop-assistant-message.user{align-items:flex-end}.eshop-assistant-widget .eshop-assistant-message.assistant{align-items:flex-start}.eshop-assistant-widget .eshop-assistant-message>p,.eshop-assistant-widget .eshop-assistant-message>div:not(.eshop-assistant-suggestion-buttons):not(.product-card-standalone):not(.product-carousel){max-width:75%;padding:10px 14px;border-radius:18px;line-height:1.45;margin:0;box-shadow:0 1px 2px #00000014;overflow-wrap:break-word;word-break:break-word}.eshop-assistant-widget .eshop-assistant-message.user>p,.eshop-assistant-widget .eshop-assistant-message.user>div:not(.eshop-assistant-suggestion-buttons):not(.product-card-standalone):not(.product-carousel){background-color:var(--ea-primary-color);color:var(--ea-text-color-light);border-bottom-right-radius:5px}.eshop-assistant-widget .eshop-assistant-message.assistant>p,.eshop-assistant-widget .eshop-assistant-message.assistant>div:not(.eshop-assistant-suggestion-buttons):not(.product-card-standalone):not(.product-carousel){background-color:var(--ea-background-main);color:var(--ea-text-color-dark);border:1px solid var(--ea-border-color);border-bottom-left-radius:5px}.eshop-assistant-widget .eshop-assistant-suggestion-buttons,.eshop-assistant-widget .product-card-standalone{max-width:75%;margin-top:8px}.eshop-assistant-widget .product-carousel{max-width:100%;margin-top:8px}.eshop-assistant-widget .eshop-assistant-message-content{max-width:75%;padding:10px 14px;border-radius:18px;line-height:1.45;word-wrap:break-word;box-shadow:0 1px 2px #00000014;position:relative}.eshop-assistant-widget .eshop-assistant-message.user .eshop-assistant-message-content{background-color:var(--ea-primary-color);color:var(--ea-text-color-light);border-bottom-right-radius:5px}.eshop-assistant-widget .eshop-assistant-message.assistant .eshop-assistant-message-content{background-color:var(--ea-card-background);color:var(--ea-text-color-dark);border:1px solid var(--ea-card-border);border-bottom-left-radius:5px;margin-top:20px;margin-bottom:20px}.eshop-assistant-widget .eshop-assistant-container:not(.fullscreen) .eshop-assistant-message.assistant .eshop-assistant-message-content{max-width:300px}.eshop-assistant-widget .eshop-assistant-container.fullscreen .eshop-assistant-message.assistant .eshop-assistant-message-content,.eshop-assistant-widget .eshop-assistant-container.fullscreen .product-card-standalone{max-width:500px!important}.eshop-assistant-widget .eshop-assistant-message+.eshop-assistant-message{margin-top:8px}.eshop-assistant-widget .eshop-assistant-message-content+.eshop-assistant-message-content{margin-top:2px;border-top-left-radius:12px}.eshop-assistant-widget .eshop-assistant-message-content:last-of-type{border-bottom-left-radius:5px}.eshop-assistant-widget .eshop-assistant-message.assistant ul{padding-left:20px}.eshop-assistant-widget .eshop-assistant-message.user a{color:#fff;text-decoration:underline}.eshop-assistant-widget .eshop-assistant-message a{color:var(--ea-primary-color);text-decoration:underline}.eshop-assistant-widget .eshop-assistant-message-content p{margin-block-start:.5em;margin-block-end:.5em}.eshop-assistant-widget .eshop-assistant-message-content p:first-child{margin-block-start:0}.eshop-assistant-widget .eshop-assistant-message-content p:last-child{margin-block-end:0}.eshop-assistant-widget .eshop-assistant-message-content h1{font-size:1.2em;margin-bottom:.5em;margin-top:.5em}.eshop-assistant-widget .eshop-assistant-message-content h2{font-size:1.1em;margin-bottom:.5em;margin-top:.5em}.eshop-assistant-widget .eshop-assistant-message-content h3,.eshop-assistant-widget .eshop-assistant-message-content h4{font-size:1em;font-weight:700;margin-bottom:.4em;margin-top:.5em}.eshop-assistant-widget .eshop-assistant-message-content ul,.eshop-assistant-widget .eshop-assistant-message-content ol{margin-block-start:.5em;margin-block-end:.5em;padding-inline-start:25px}.eshop-assistant-widget .eshop-assistant-message-content ul:first-child,.eshop-assistant-widget .eshop-assistant-message-content ol:first-child{margin-block-start:0}.eshop-assistant-widget .eshop-assistant-message-content ul:last-child,.eshop-assistant-widget .eshop-assistant-message-content ol:last-child{margin-block-end:0}.eshop-assistant-widget .eshop-assistant-message.assistant li{margin-bottom:3px}.eshop-assistant-widget .eshop-assistant-suggestion-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.eshop-assistant-widget .eshop-assistant-suggestion-button{padding:7px 12px;border-radius:18px;background-color:transparent;color:var(--ea-primary-color);border:1px solid var(--ea-primary-color);cursor:pointer;font-size:.9em;transition:background-color .2s ease;line-height:1.3}.eshop-assistant-widget .eshop-assistant-suggestion-button:hover{background-color:#7d224814}@media (min-width: 1200px){.eshop-assistant-widget .eshop-assistant-container.fullscreen .eshop-assistant-message.assistant .eshop-assistant-message-content,.eshop-assistant-widget .eshop-assistant-container.fullscreen .product-card-standalone{max-width:600px!important}}.eshop-assistant-widget .eshop-assistant-product-card-standalone{background-color:var(--ea-card-background);border:1px solid var(--ea-card-border);border-radius:8px;padding:12px;margin-top:8px;margin-bottom:8px;box-shadow:0 2px 5px #00000014;display:flex;flex-direction:column;gap:10px;overflow:hidden}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact{max-width:360px}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen{max-width:600px}.eshop-assistant-widget .eshop-assistant-product-card-top-layout{display:flex;gap:12px;align-items:flex-start}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact .eshop-assistant-product-card-top-layout{flex-direction:row}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact .eshop-assistant-product-image-container{flex:0 0 120px;width:120px;height:120px;border-radius:6px;overflow:hidden}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact .eshop-assistant-product-info-block{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-card-top-layout{flex-direction:row;gap:18px}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-image-container{flex:0 0 240px;width:240px;height:240px;border-radius:8px;overflow:hidden}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-info-block{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.eshop-assistant-widget .eshop-assistant-product-image-container img{width:100%;height:100%;object-fit:contain;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease}.eshop-assistant-widget .eshop-assistant-product-image-container a:hover img,.eshop-assistant-widget .eshop-assistant-product-image-container img:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026}.eshop-assistant-widget .eshop-assistant-video-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.eshop-assistant-widget .eshop-assistant-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.eshop-assistant-widget .eshop-assistant-media-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.eshop-assistant-widget .eshop-assistant-media-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;border:1px solid rgba(0,0,0,.2);cursor:pointer;transition:all .3s ease;padding:0}.eshop-assistant-widget .eshop-assistant-media-dot:hover{background-color:#fffc}.eshop-assistant-widget .eshop-assistant-media-dot.active{background-color:var(--ea-primary-color);border-color:var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-product-image-container{position:relative}.eshop-assistant-widget .eshop-assistant-product-title{font-size:1.05em;font-weight:700;color:var(--ea-text-color-dark);margin:0 0 3px;line-height:1.3}.eshop-assistant-widget .eshop-assistant-product-title a{color:inherit;text-decoration:underline;text-decoration-color:#0003;text-underline-offset:2px;text-decoration-thickness:1px}.eshop-assistant-widget .eshop-assistant-product-title a:hover{text-decoration-color:var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-title{font-size:1.25em}.eshop-assistant-widget .eshop-assistant-product-price-details{font-size:1em;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.eshop-assistant-widget .eshop-assistant-original-price{text-decoration:line-through;color:#999;font-weight:400;font-size:.85em}.eshop-assistant-widget .eshop-assistant-final-price{font-weight:700;color:var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-product-card-rating{display:flex;align-items:center;font-size:.9em;color:#f0ad4e}.eshop-assistant-widget .eshop-assistant-product-card-rating .eshop-assistant-star-icon{margin-right:2px}.eshop-assistant-widget .eshop-assistant-product-card-rating .eshop-assistant-star-icon.active{color:#f0ad4e}.eshop-assistant-widget .eshop-assistant-product-card-rating .eshop-assistant-star-icon:not(.active){color:#ddd}.eshop-assistant-widget .eshop-assistant-rating-count{margin-left:4px;color:#777;font-size:.9em}.eshop-assistant-widget .eshop-assistant-product-loyalty-points{font-size:.9em;color:#555;display:flex;align-items:center}.eshop-assistant-widget .eshop-assistant-product-loyalty-points .eshop-assistant-loyalty-icon{margin-right:4px;color:var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact .eshop-assistant-product-benefits-tags{display:flex;flex-wrap:wrap;gap:6px}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact .eshop-assistant-benefit-tag{background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:12px;padding:3px 8px;font-size:.75em;color:#555}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-benefits-list{margin-top:8px}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-benefits-list h4{font-size:.95em;font-weight:600;margin:0 0 5px;color:#444}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-benefits-list ul{list-style-type:disc;padding-left:20px;margin:0;font-size:.9em;color:#555}.eshop-assistant-widget .eshop-assistant-product-card-standalone.fullscreen .eshop-assistant-product-benefits-list ul li{margin-bottom:3px}.eshop-assistant-widget .eshop-assistant-product-description-text{font-size:.9em;line-height:1.45;color:#444;margin:0}.eshop-assistant-widget .eshop-assistant-product-description-text.truncated-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.35em}.eshop-assistant-widget .eshop-assistant-show-more-button{font-size:.85em;color:var(--ea-primary-color);background:none;border:none;padding:4px 0 0;cursor:pointer;text-align:left;display:inline-block;margin-top:2px;font-weight:500}.eshop-assistant-widget .eshop-assistant-show-more-button:hover{text-decoration:underline}.eshop-assistant-widget .eshop-assistant-show-more-button:focus,.eshop-assistant-widget .eshop-assistant-show-more-button:active,.eshop-assistant-widget .eshop-assistant-show-more-button:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}.eshop-assistant-widget .eshop-assistant-product-actions{display:flex;gap:10px;align-items:center;padding-top:8px}.eshop-assistant-widget .eshop-assistant-action-button{padding:8px 14px;border-radius:20px;text-decoration:none;font-size:.9em;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background-color .2s ease,transform .1s ease,border-color .2s ease,color .2s ease;border:1px solid transparent;font-weight:500}.eshop-assistant-widget .eshop-assistant-action-button.primary{background-color:var(--ea-primary-color);color:var(--ea-text-color-light);border-color:var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-action-button.primary:hover{background-color:var(--ea-primary-color-hover);border-color:var(--ea-primary-color-hover);transform:translateY(-1px)}.eshop-assistant-widget .eshop-assistant-action-button.secondary{background-color:transparent;color:var(--ea-primary-color);border:1px solid var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-action-button.secondary:hover{background-color:#7d224814;transform:translateY(-1px)}.eshop-assistant-widget .eshop-assistant-product-carousel{margin:10px 0}.eshop-assistant-widget .eshop-assistant-message.assistant .eshop-assistant-product-carousel{background:none!important;border:none!important;padding:0!important;margin:10px -15px!important;box-shadow:none!important;max-width:calc(100% + 30px)!important}.eshop-assistant-widget .eshop-assistant-carousel-outer-container{position:relative}.eshop-assistant-widget .eshop-assistant-carousel-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:5px 0 10px 2px;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.eshop-assistant-widget .eshop-assistant-carousel-container::-webkit-scrollbar{height:6px}.eshop-assistant-widget .eshop-assistant-carousel-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.eshop-assistant-widget .eshop-assistant-carousel-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.eshop-assistant-widget .eshop-assistant-carousel-container::-webkit-scrollbar-thumb:hover{background:#aaa}.eshop-assistant-widget .eshop-assistant-carousel-item{flex:0 0 160px;scroll-snap-align:start;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column;position:relative;box-shadow:0 1px 3px #0000000f}.eshop-assistant-widget .eshop-assistant-carousel-item-link-area{text-decoration:none;color:inherit;display:block}.eshop-assistant-widget .eshop-assistant-carousel-item img{width:100%;height:110px;object-fit:contain;display:block}.eshop-assistant-widget .eshop-assistant-carousel-item .eshop-assistant-product-name{font-size:.9em;margin:6px 8px;font-weight:600;line-height:1.3;height:3.9em;overflow:hidden;text-decoration:underline;text-decoration-color:#0003;text-underline-offset:2px;text-decoration-thickness:1px}.eshop-assistant-widget .eshop-assistant-carousel-item-price{font-size:.95em;margin:0 8px 6px;font-weight:700;color:var(--ea-primary-color)}.eshop-assistant-widget .eshop-assistant-carousel-item-price .eshop-assistant-original-price{text-decoration:line-through;color:#999;font-weight:400;font-size:.8em;margin-right:4px}.eshop-assistant-widget .eshop-assistant-carousel-item-actions{display:flex;gap:6px;margin:auto 8px 8px}.eshop-assistant-widget .eshop-assistant-carousel-item-cart-button{background-color:var(--ea-primary-color);color:#fff;border:none;border-radius:6px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-size:14px;line-height:1;padding:0}.eshop-assistant-widget .eshop-assistant-carousel-item-cart-button:hover{background-color:var(--ea-primary-color-hover);transform:scale(1.05)}.eshop-assistant-widget .eshop-assistant-carousel-item-cart-button svg{width:16px;height:16px;fill:#fff;display:block}.eshop-assistant-widget .eshop-assistant-carousel-item-cart-button svg path{fill:#fff}.eshop-assistant-widget .eshop-assistant-carousel-item-more-button{background-color:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:6px;height:32px;padding:0 12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.85em;font-weight:500;flex:1}.eshop-assistant-widget .eshop-assistant-carousel-item-more-button:hover{background-color:#e0e0e0;border-color:#ccc}.eshop-assistant-widget .eshop-assistant-carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:auto;height:auto;padding:8px;background:none;color:#0000004d;border:none;font-size:1.5em;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;opacity:0}.eshop-assistant-widget .eshop-assistant-product-carousel:hover .eshop-assistant-carousel-nav-button{opacity:1}.eshop-assistant-widget .eshop-assistant-carousel-nav-button:hover{color:#0009;transform:translateY(-50%) scale(1.2)}.eshop-assistant-widget .eshop-assistant-carousel-nav-button svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.eshop-assistant-widget .eshop-assistant-carousel-nav-button.prev{left:5px}.eshop-assistant-widget .eshop-assistant-carousel-nav-button.next{right:5px}.eshop-assistant-widget .eshop-assistant-input::placeholder{color:#999}.eshop-assistant-widget .eshop-assistant-send-button{background:none;border:none;padding:8px;cursor:pointer;color:var(--ea-primary-color);font-size:1.6em;line-height:1}.eshop-assistant-widget .eshop-assistant-send-button svg{width:1em;height:1em}.eshop-assistant-widget .eshop-assistant-loading-indicator{display:flex;align-items:center;padding:10px 0}.eshop-assistant-widget .eshop-assistant-loading-indicator span{display:inline-block;width:7px;height:7px;margin:0 3px;background-color:#aaa;border-radius:50%;animation:eshop-assistant-loading-bounce 1.4s infinite ease-in-out both}.eshop-assistant-widget .eshop-assistant-loading-indicator span:nth-child(1){animation-delay:-.32s}.eshop-assistant-widget .eshop-assistant-loading-indicator span:nth-child(2){animation-delay:-.16s}.eshop-assistant-widget .eshop-assistant-tool-indicator{display:inline-flex;align-items:center;margin-left:8px;font-size:.8em}.eshop-assistant-widget .eshop-assistant-tool-time{font-size:.75em;margin-left:3px;color:#fffc}.eshop-assistant-widget .eshop-assistant-spinning-icon{animation:eshop-assistant-spin 1.5s linear infinite;font-size:.9em}.eshop-assistant-widget .eshop-assistant-blinking-icon{animation:eshop-assistant-blink 1s ease-in-out infinite;font-size:.9em}.eshop-assistant-widget .eshop-assistant-view-history{margin-bottom:10px}.eshop-assistant-widget .eshop-assistant-view-history h4{font-size:.9em;color:#666;margin:0 0 5px;font-weight:400}.eshop-assistant-widget .eshop-assistant-history-items{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}.eshop-assistant-widget .eshop-assistant-history-item{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;width:60px;flex-shrink:0}.eshop-assistant-widget .eshop-assistant-history-item img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-bottom:4px;border:1px solid #eee}.eshop-assistant-widget .eshop-assistant-history-item span{font-size:.75em;color:#555;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.eshop-assistant-widget .eshop-assistant-product-comparison{text-align:center;margin:10px 0}.eshop-assistant-widget .eshop-assistant-compare-button{padding:8px 16px;border:none;background-color:var(--ea-secondary-color);color:#333;border-radius:20px;cursor:pointer;transition:background-color .2s ease;font-size:.95em}.eshop-assistant-widget .eshop-assistant-compare-button:disabled{background-color:#eee;color:#aaa;cursor:not-allowed}.eshop-assistant-widget .eshop-assistant-compare-button:not(:disabled):hover{background-color:#c8a97c}@keyframes eshop-assistant-loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes eshop-assistant-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes eshop-assistant-blink{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 480px){.eshop-assistant-widget .eshop-assistant-container{width:100%;max-width:100%;height:100%;max-height:100%;bottom:0;right:0;border-radius:0}.eshop-assistant-widget .eshop-assistant-fab{bottom:10px;right:10px;width:50px;height:50px}.eshop-assistant-widget .eshop-assistant-product-card-standalone.compact,.eshop-assistant-widget .eshop-assistant-message-content{max-width:90%}}@media (min-width: 481px) and (max-width: 768px){.eshop-assistant-widget .eshop-assistant-container{width:380px;height:580px}}@media (min-width: 1200px){.eshop-assistant-widget .eshop-assistant-container.fullscreen{width:80vw;height:80vh;max-width:1400px;max-height:900px}.eshop-assistant-widget .eshop-assistant-container.fullscreen .eshop-assistant-product-card-standalone,.eshop-assistant-widget .eshop-assistant-container.fullscreen .eshop-assistant-message-content{max-width:700px}}.eshop-assistant-widget .eshop-assistant-message.assistant .product-card-standalone{padding:0;border:none;background-color:transparent}css.eshop-assistant-widget .product-card-standalone-price .price-note{font-size:.75em;color:#666;cursor:help}css.product-card-top.top-layout-compact{display:flex;flex-direction:row;gap:12px;margin-bottom:10px}.product-card-top.top-layout-fullscreen{display:flex;flex-direction:row;gap:15px;margin-bottom:15px}css.product-card-top-layout.top-layout-fullscreen .product-image-container{width:250px;height:250px;flex-shrink:0}css.product-benefits.benefits-compact{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}css.product-description-container{margin-top:8px}css.product-info-container.info-fullscreen .product-benefits-list{list-style-type:disc;padding-left:20px;margin-top:8px;font-size:.9em}.product-info-container.info-fullscreen .product-benefits-list h4{margin-bottom:4px;font-weight:600}.vv--eshop-assistant-widget--bottom-left{position:fixed;bottom:20px;left:20px;z-index:1000}.eshop-assistant-widget .spinning-icon{animation:eshop-assistant-spin 1.5s linear infinite;font-size:.9em}.eshop-assistant-widget .blinking-icon{animation:eshop-assistant-blink 1s ease-in-out infinite;font-size:.9em}.eshop-assistant-widget .eshop-assistant-message .eshop-assistant-message-content{padding:22px}.eshop-assistant-widget .eshop-assistant-message .eshop-assistant-product-card-standalone,.eshop-assistant-widget .eshop-assistant-product-card-standalone{padding:12px!important}.eshop-assistant-widget .eshop-assistant-messages .eshop-assistant-message+.eshop-assistant-message{margin-top:10px!important}.eshop-assistant-widget .eshop-assistant-product-image-container{position:relative;border-radius:6px;overflow:hidden}.eshop-assistant-widget .eshop-assistant-product-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.1);background-color:#00000005;pointer-events:none;z-index:1}.eshop-assistant-widget .eshop-assistant-product-image-container img{position:relative;z-index:0;display:block;width:100%;height:100%;object-fit:contain}.eshop-assistant-widget .eshop-assistant-product-image-container{border-radius:6px;overflow:hidden;background-color:#f0f0f04d;box-shadow:inset 0 0 0 1px #0000001a,0 1px 3px #0000000d}.eshop-assistant-widget .eshop-assistant-message.assistant>p,.eshop-assistant-widget .eshop-assistant-message.assistant>div:not(.eshop-assistant-suggestion-buttons):not(.eshop-assistant-product-card-standalone):not(.eshop-assistant-product-carousel){margin:10px 0}.eshop-assistant-widget .eshop-assistant-input-area{display:flex;align-items:center;padding:12px 16px;border-top:1px solid #eee;flex-shrink:0;background-color:#fff}.eshop-assistant-widget .eshop-assistant-input{flex-grow:1;padding:12px 16px;border:1px solid #ddd;border-radius:20px;margin-right:12px;resize:none;min-height:46px;max-height:100px;overflow-y:auto;font-size:1em;box-shadow:0 1px 2px #0000000d;transition:border-color .2s ease,box-shadow .2s ease}.eshop-assistant-widget .eshop-assistant-input:hover{border-color:#ccc}.eshop-assistant-widget .eshop-assistant-input:focus{border-color:var(--ea-primary-color, #7D2248);outline:none;box-shadow:0 1px 3px #7d22481a}.eshop-assistant-widget .eshop-assistant-input-area{display:flex;align-items:center;padding:10px 15px;border-top:1px solid #eee;flex-shrink:0;background-color:#fff}.eshop-assistant-widget .eshop-assistant-input{flex-grow:1;padding:10px 15px;border:1px solid #ddd;border-radius:20px;margin-right:10px;resize:none;min-height:42px;max-height:100px;overflow-y:auto;font-size:1em}.eshop-assistant-widget .eshop-assistant-send-button{background:none;border:none;padding:8px;cursor:pointer;color:var(--primary-color, #7D2248);font-size:1.6em;line-height:1}.eshop-assistant-widget .eshop-assistant-send-button:disabled{color:#ccc;cursor:not-allowed}.eshop-assistant-widget .product-card-standalone.compact .product-benefits-tags,.eshop-assistant-widget .product-card-standalone.fullscreen .product-benefits-tags,.eshop-assistant-widget .product-card-standalone.fullscreen .product-benefits-list,.eshop-assistant-widget .product-benefits.benefits-compact,.eshop-assistant-widget .product-benefits.benefits-fullscreen{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;margin-bottom:8px}.eshop-assistant-widget .product-card-standalone.compact .benefit-tag,.eshop-assistant-widget .product-card-standalone.fullscreen .benefit-tag,.eshop-assistant-widget .benefit-tag{background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:12px;padding:3px 8px;font-size:.75em;color:#555}.eshop-assistant-widget .product-card-standalone.compact .eshop-assistant-product-benefits-tags,.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-tags,.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-list,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-compact,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-fullscreen{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;margin-bottom:8px}.eshop-assistant-widget .product-card-standalone.compact .eshop-assistant-product-benefits-tags,.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-tags,.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-list,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-compact,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-fullscreen{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;margin-bottom:12px}.eshop-assistant-widget .product-card-standalone.compact .eshop-assistant-benefit-tag,.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-benefit-tag,.eshop-assistant-widget .eshop-assistant-benefit-tag{background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:14px;padding:5px 12px;font-size:.85em;color:#555;margin:2px;display:inline-block;line-height:1.4}.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-list h4,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-fullscreen h4{display:none}.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-list ul,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-fullscreen ul{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.eshop-assistant-widget .product-card-standalone.fullscreen .eshop-assistant-product-benefits-list ul li,.eshop-assistant-widget .eshop-assistant-product-benefits.benefits-fullscreen ul li{margin:2px;background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:14px;padding:5px 12px;font-size:.85em;color:#555;list-style:none;display:inline-block;line-height:1.4}.eshop-assistant-widget .eshop-assistant-product-section{margin-top:16px;margin-bottom:12px;padding:0}.eshop-assistant-widget .eshop-assistant-section-title{font-weight:700;font-size:.95em;color:var(--ea-text-color-dark);margin:0 0 8px;padding:0;line-height:1.4}.eshop-assistant-widget .eshop-assistant-section-content{margin:0;padding:0;line-height:1.5;color:var(--ea-text-color-dark);font-size:.9em}.eshop-assistant-widget .eshop-assistant-section-list{margin:0;padding-left:18px;list-style-type:disc}.eshop-assistant-widget .eshop-assistant-section-list-item{margin-bottom:4px;line-height:1.4;color:var(--ea-text-color-dark);font-size:.9em}.eshop-assistant-widget .eshop-assistant-product-section[data-section=composition] .eshop-assistant-section-list-item{font-size:.85em;color:#666}.eshop-assistant-widget .eshop-assistant-product-section[data-section=contraindications] .eshop-assistant-section-title{color:#d32f2f}.eshop-assistant-widget .eshop-assistant-product-section[data-section=contraindications] .eshop-assistant-section-list-item{color:#666;font-size:.85em}.eshop-assistant-widget .eshop-assistant-product-section[data-section=benefits] .eshop-assistant-section-title{color:#2e7d32}.eshop-assistant-widget .eshop-assistant-markdown-content h2{font-size:1.1em;font-weight:700;color:var(--ea-primary-color);margin:16px 0 8px;padding:0;line-height:1.3}.eshop-assistant-widget .eshop-assistant-markdown-content h3{font-size:1em;font-weight:700;color:var(--ea-text-color-dark);margin:12px 0 6px;padding:0;line-height:1.3}.eshop-assistant-widget .eshop-assistant-markdown-content h4{font-size:.95em;font-weight:700;color:var(--ea-text-color-dark);margin:10px 0 4px;padding:0;line-height:1.3}.eshop-assistant-widget .eshop-assistant-markdown-content p{margin:8px 0;padding:0;line-height:1.5;color:var(--ea-text-color-dark);font-size:.9em}.eshop-assistant-widget .eshop-assistant-markdown-content ul,.eshop-assistant-widget .eshop-assistant-markdown-content ol{margin:8px 0;padding-left:18px}.eshop-assistant-widget .eshop-assistant-markdown-content li{margin-bottom:4px;line-height:1.4;color:var(--ea-text-color-dark);font-size:.9em}.eshop-assistant-widget .eshop-assistant-markdown-content strong{font-weight:700;color:var(--ea-text-color-dark)}.eshop-assistant-widget .eshop-assistant-markdown-content em{font-style:italic}@media (max-width: 480px){.eshop-assistant-widget .eshop-assistant-product-section{margin-top:12px;margin-bottom:10px}.eshop-assistant-widget .eshop-assistant-section-title{font-size:.9em}.eshop-assistant-widget .eshop-assistant-section-content,.eshop-assistant-widget .eshop-assistant-section-list-item{font-size:.85em}.eshop-assistant-widget .eshop-assistant-markdown-content h2{font-size:1em;margin:12px 0 6px}.eshop-assistant-widget .eshop-assistant-markdown-content h3{font-size:.95em;margin:10px 0 4px}.eshop-assistant-widget .eshop-assistant-markdown-content h4{font-size:.9em;margin:8px 0 3px}.eshop-assistant-widget .eshop-assistant-markdown-content p,.eshop-assistant-widget .eshop-assistant-markdown-content li{font-size:.85em}}.eshop-assistant-order-list{margin:8px 0}.eshop-assistant-order-list-header{font-weight:700;margin-bottom:12px;padding:8px;background-color:var(--ea-card-background);border:1px solid var(--ea-card-border);border-radius:6px;font-size:14px}.eshop-assistant-order-section{margin-bottom:16px}.eshop-assistant-order-section-header{font-weight:700;margin-bottom:8px;padding:6px 8px;background-color:var(--ea-card-background);border:1px solid var(--ea-card-border);border-radius:6px;font-size:13px;color:var(--ea-text-color-dark)}.eshop-assistant-order-list-items{margin-bottom:8px}.eshop-assistant-order-item{margin-bottom:6px}.eshop-assistant-order-item-main{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.eshop-assistant-order-status{color:var(--ea-text-color-dark);font-size:13px}.eshop-assistant-order-cancel-link{color:#d32f2f;cursor:pointer;font-size:12px;text-decoration:underline;margin-left:8px}.eshop-assistant-order-cancel-link:hover{color:#b71c1c}.eshop-assistant-order-tracking{color:var(--ea-primary-color);font-weight:700;font-size:12px}@keyframes eshop-assistant-pulse{0%{box-shadow:0 0 #7d224866}70%{box-shadow:0 0 0 10px #7d224800}to{box-shadow:0 0 #7d224800}}.eshop-assistant-widget .eshop-assistant-input-highlight{animation:eshop-assistant-pulse 1.5s infinite}.eshop-assistant-widget .eshop-assistant-order-items-tooltip{position:absolute;top:100%;left:50px;z-index:1000;background:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;margin-top:5px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:400px}.eshop-assistant-widget .eshop-assistant-order-items-header{font-weight:700;margin-bottom:8px;color:#333;font-size:13px}.eshop-assistant-widget .eshop-assistant-order-item-detail{font-size:12px;color:#666;padding:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eshop-assistant-widget .eshop-assistant-order-item-more{font-size:12px;color:#999;font-style:italic;margin-top:5px}.eshop-assistant-product-availability{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:.9em}.eshop-assistant-availability-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.eshop-assistant-availability-dot.available{background-color:#4caf50}.eshop-assistant-availability-dot.not-available{background-color:#f44336}.eshop-assistant-availability-dot.expected{background-color:#ff9800}.eshop-assistant-product-availability.available{color:#4caf50}.eshop-assistant-product-availability.not-available{color:#f44336}.eshop-assistant-product-availability.expected{color:#ff9800}.eshop-assistant-availability-details{font-size:.85em;color:#666;margin-left:4px}.eshop-assistant-availability-expected{font-size:.85em;color:#ff9800;font-style:italic}.eshop-assistant-availability-note{font-size:.85em;color:#666;font-style:italic}.eshop-assistant-media-carousel{position:relative;width:100%;height:100%}.eshop-assistant-media-container{position:relative;width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.eshop-assistant-media-container img{max-width:100%;max-height:100%;object-fit:contain}.eshop-assistant-video-wrapper{position:relative;width:100%;height:100%;background:#000}.eshop-assistant-video-control{position:absolute;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:#000000b3;color:#fff;border:2px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;z-index:10}.eshop-assistant-video-control:hover{background:#000000e6;transform:scale(1.1)}.eshop-assistant-carousel-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.eshop-assistant-carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:1px solid rgba(0,0,0,.2);cursor:pointer;transition:all .3s ease;padding:0}.eshop-assistant-carousel-dot:hover{background:#fffc}.eshop-assistant-carousel-dot.active{background:var(--ea-primary-color, #7D2248);width:10px;height:10px}.eshop-assistant-share-inline-wrapper{position:relative;margin-top:16px;display:flex;justify-content:center;cursor:default}.eshop-assistant-share-slot{display:block;margin-top:12px}.eshop-assistant-share-dialog{width:100%;max-width:420px;background:#fff;border-radius:16px;position:relative;display:flex;flex-direction:column;gap:12px;padding:18px 20px;font-size:15px;box-sizing:border-box;margin:0 auto;box-shadow:0 20px 40px #0c002126;border:1px solid rgba(110,75,129,.08)}@media (max-width: 640px){.eshop-assistant-share-dialog{border-radius:12px;padding:16px}}.eshop-assistant-share-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.eshop-assistant-share-header h3{margin:0;font-size:20px;font-weight:600;color:var(--ea-text-color-dark, #333)}.eshop-assistant-share-close{background:transparent;border:none;font-size:18px;color:var(--ea-text-color-dark, #333);cursor:pointer;padding:6px;border-radius:8px;transition:background .2s ease}.eshop-assistant-share-close:hover{background:#0000000d}.eshop-assistant-share-body{display:flex;flex-direction:column;gap:20px}.eshop-assistant-share-error{background:#ff3b301f;color:#b3261e;padding:12px 14px;border-radius:10px;font-size:14px}.eshop-assistant-share-network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%}@media (max-width: 360px){.eshop-assistant-share-network-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.eshop-assistant-share-step-one,.eshop-assistant-share-step-two,.eshop-assistant-share-pane{display:flex;flex-direction:column;gap:16px}.eshop-assistant-share-info-banner{display:flex;gap:6px;align-items:flex-start;border-radius:10px;padding:8px 10px;border:1px solid #edf2f7;background:#f7fafc;font-size:13px;color:#4b5563}.eshop-assistant-share-info-banner-icon{font-size:15px;color:#059669;margin-top:1px;flex-shrink:0}.eshop-assistant-share-info-banner-text{margin:0;line-height:1.5}.eshop-assistant-share-info-banner-highlight{font-weight:500;color:#1f2937}.eshop-assistant-share-product-mini{display:flex;gap:12px;align-items:center;padding:10px 12px;border:1px solid #ede5f4;border-radius:12px;background:#f9f6ff}.eshop-assistant-share-product-mini img{width:48px;height:48px;object-fit:cover;border-radius:10px}.eshop-assistant-share-product-mini strong{display:block;font-size:14px;color:#2f1f38}.eshop-assistant-share-product-mini span{display:block;font-size:13px;color:#6b5c70}.eshop-assistant-share-optin{border:2px solid #e4c7f5;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.eshop-assistant-share-optin-heading{display:flex;gap:12px}.eshop-assistant-share-optin-icon{font-size:28px}.eshop-assistant-share-optin-title{font-size:16px;font-weight:600;color:#5b1f70}.eshop-assistant-share-optin-heading p{margin:4px 0 0;font-size:14px;color:#666}.eshop-assistant-share-optin-form{padding-left:0;display:flex;flex-direction:column;gap:8px}.eshop-assistant-share-optin-label{font-size:12px;font-weight:600;color:#6a5c63}.eshop-assistant-share-optin-form input{height:48px;border:2px solid #d9d9d9;border-radius:10px;padding:0 14px;font-size:15px;transition:border .2s ease,box-shadow .2s ease}.eshop-assistant-share-optin-form input:focus{outline:none;border-color:#7d3bc6;box-shadow:0 0 0 4px #7d3bc61f}.eshop-assistant-share-optin-error{font-size:12px;color:#b3261e;margin:0}.eshop-assistant-share-optin-helper{font-size:12px;color:#888;margin:0}.eshop-assistant-share-optin-form button[type=submit]{width:100%;height:48px;border:none;border-radius:10px;background:#7d3bc6;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.eshop-assistant-share-optin-form button[type=submit]:hover:not(:disabled){background:#692ca6;box-shadow:0 10px 20px #7d3bc640}.eshop-assistant-share-optin-form button[type=submit]:disabled{background:#d1ced8;cursor:not-allowed}.eshop-assistant-share-optin-alt{text-align:center;font-size:14px;color:#555;margin:8px 0 0}.eshop-assistant-share-optin-alt button{border:none;background:none;padding:0;color:#7d3bc6;cursor:pointer;font-weight:600}.eshop-assistant-share-success-box{display:flex;gap:16px;border-radius:16px;padding:18px;border:2px solid #a5d6a7;background:linear-gradient(135deg,#ecf8ec,#f4fbec);font-size:14px;color:#363;animation:slideDown .3s ease-out}.eshop-assistant-share-success-icon{font-size:28px;line-height:1}.eshop-assistant-share-success-box p{margin:0;font-weight:600}.eshop-assistant-share-success-box span{font-size:13px;color:#4d6b4d}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.eshop-assistant-share-step-two{gap:18px}.eshop-assistant-share-pane--meta{display:flex;flex-direction:column;gap:16px}.eshop-assistant-share-network{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px;border:2px solid #d1d5db;border-radius:12px;font-size:13px;cursor:pointer;background:#fff;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.eshop-assistant-share-network-icon svg{width:auto;height:auto}.eshop-assistant-share-network:hover{border-color:var(--ea-primary-color, #7D2248);box-shadow:0 8px 18px #7d224826;transform:translateY(-2px)}.eshop-assistant-share-network:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.eshop-assistant-share-network-icon{font-size:34px;line-height:1}.eshop-assistant-share-label{font-weight:600;margin-bottom:4px;color:var(--ea-text-color-dark, #333)}.eshop-assistant-share-status{display:inline-flex;align-items:center;gap:6px;margin-left:10px;font-size:13px;font-weight:400;color:#7a728a}.eshop-assistant-share-spinner{width:12px;height:12px;border-radius:50%;border:2px solid rgba(122,114,138,.3);border-top-color:var(--ea-primary-color, #7D2248);animation:eshop-share-spin .9s linear infinite}@keyframes eshop-share-spin{to{transform:rotate(360deg)}}.eshop-assistant-share-textarea{width:100%;border-radius:12px;border:1px solid #d9d9d9;padding:14px;font-size:16px;font-family:inherit;line-height:1.5;min-height:150px;resize:vertical;color:var(--ea-text-color-dark, #333);box-sizing:border-box}.eshop-assistant-share-textarea-wrapper{position:relative}.eshop-assistant-share-link-inline{margin-top:6px;font-size:11px;color:#d946ef;word-break:break-word;text-align:center}.eshop-assistant-share-actions{display:flex;flex-direction:column;gap:10px}.eshop-assistant-share-action{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;border-radius:12px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .2s ease}.eshop-assistant-share-action.primary{background:var(--ea-primary-color, #7D2248);color:#fff}.eshop-assistant-share-action.primary:hover{background:var(--ea-primary-color-hover, #6a1b3d)}.eshop-assistant-share-action.secondary{background:#f2f2f2;color:var(--ea-text-color-dark, #333)}.eshop-assistant-share-action.secondary:hover{background:#e5e5e5}.eshop-assistant-share-action:disabled{opacity:.6;cursor:not-allowed;transform:none}.eshop-assistant-share-tip{font-size:14px;color:#555;background:#faf4f7;border-radius:10px;padding:10px 12px}.eshop-assistant-share-done{margin-top:8px;border:none;background:transparent;color:var(--ea-primary-color, #7D2248);font-size:16px;cursor:pointer;padding:10px;font-weight:600}.eshop-assistant-share-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:var(--ea-primary-color, #7D2248);border-radius:18px}@media (max-width: 480px){.eshop-assistant-share-network-grid{grid-template-columns:1fr}}.eshop-assistant-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto}.eshop-assistant-modal-overlay__content{pointer-events:auto}.eshop-assistant-modal-overlay--clear{background:#08071347;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.eshop-assistant-modal-overlay--clear .eshop-assistant-modal-overlay__content{display:flex;align-items:center;justify-content:center;width:100%}.eshop-assistant-email-modal{background:#fff;border-radius:20px;max-width:420px;width:100%;box-shadow:0 24px 80px #0003;color:#1f1f24;display:flex;flex-direction:column;padding:24px}.eshop-assistant-email-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.eshop-assistant-email-modal__close{border:none;background:transparent;font-size:1rem;cursor:pointer;color:#4d4d57}.eshop-assistant-email-modal__intro{margin:0 0 16px;color:#4d4d57;line-height:1.4}.eshop-assistant-email-modal__product{background:#f7f7fb;border-radius:12px;padding:12px 16px;display:flex;justify-content:space-between;gap:16px;margin-bottom:16px;font-size:.95rem}.eshop-assistant-email-modal__form{display:flex;flex-direction:column;gap:8px}.eshop-assistant-email-modal__label{font-size:.85rem;color:#4d4d57}.eshop-assistant-email-modal__input{border-radius:12px;border:1px solid #d9d9df;padding:12px;font-size:1rem}.eshop-assistant-email-modal__error{color:#d7263d;font-size:.85rem}.eshop-assistant-email-modal__primary{margin-top:8px;border:none;border-radius:999px;background:var(--primary-color, #c2185b);color:#fff;padding:12px;font-weight:600;cursor:pointer}.eshop-assistant-email-modal__secondary{margin-top:12px;border-radius:999px;border:1px solid #d9d9df;background:#fff;padding:12px;font-weight:600;cursor:pointer}.eshop-assistant-email-modal__info{margin-top:16px;display:flex;align-items:center;gap:8px;color:#4d4d57;font-size:.9rem}.eshop-assistant-email-modal__gdpr{margin-top:12px;font-size:.8rem;color:#7a7a85}.eshop-assistant-email-modal__gdpr a,.eshop-assistant-email-modal__info a{color:var(--primary-color, #c2185b);text-decoration:underline}.eshop-assistant-standalone-share{display:flex;flex-direction:column;gap:8px}.eshop-assistant-standalone-share-button{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;border:none;padding:2px 0;background:none;color:#7a7a85;font-size:.875rem;font-weight:400;cursor:pointer;text-decoration:none;transition:all .15s ease}.eshop-assistant-standalone-share-button:disabled{opacity:.4;cursor:not-allowed}.eshop-assistant-standalone-share-button:not(:disabled):hover{color:#c970b1}.eshop-assistant-standalone-share-button svg{font-size:.8em;transition:transform .15s ease}.eshop-assistant-standalone-share-button:not(:disabled):hover svg{transform:scale(1.1)}.eshop-assistant-standalone-share__error{margin:0;font-size:.85rem;color:#d7263d}@media (max-width: 540px){.eshop-assistant-email-modal{max-width:100%;border-radius:16px;padding:16px}.eshop-assistant-modal-overlay{padding:12px}}
