:root{--or-blue: #1a3060;--or-blue-dk: #122244;--or-blue-light: rgba(26,48,96,.08);--or-blue-glow: rgba(26,48,96,.22);--or-orange: #f5a623;--or-orange-dk: #e09015;--or-orange-light: rgba(245,166,35,.12);--or-red: #e8344a;--or-green: #22c55e;--or-dark: #1A1A1A;--or-dark-2: #2d2d2d;--or-surface: #ffffff;--or-surface-2: #f9fafb;--or-surface-3: #f3f4f6;--or-text: #111827;--or-text-2: #374151;--or-text-muted: #6b7280;--or-border: #e5e7eb;--or-border-2: #d1d5db;--or-radius: 20px;--or-radius-md: 12px;--or-radius-sm: 8px;--or-shadow-lg: 0 24px 64px rgba(0,0,0,.22), 0 4px 16px rgba(0,0,0,.1);--or-shadow-sm: 0 2px 8px rgba(0,0,0,.08);--or-z: 99999;--or-font: "Assistant", "Heebo", "system-ui", sans-serif;--or-header-h: 62px;--or-panel-w: 420px}#orshay-launcher{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:var(--or-z);direction:rtl;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .25s ease,transform .25s ease}#orshay-launcher.orshay-launcher--hidden{opacity:0;transform:translate(-50%) translateY(16px);pointer-events:none}.orshay-launcher-inner{display:flex;align-items:center;gap:12px;padding:9px 14px 9px 12px;background:#fff;border-radius:50px;box-shadow:0 8px 32px #00000024,0 2px 8px #00000012;transition:box-shadow .2s,transform .18s;white-space:nowrap}.orshay-launcher-inner:hover{box-shadow:0 12px 40px #0000002e,0 2px 8px #00000017;transform:translateY(-2px)}.orshay-launcher-inner:active{transform:translateY(0)}.orshay-launcher-avatar{position:relative;width:46px;height:46px;border-radius:50%;background:var(--or-blue);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 0 0 3px var(--or-blue-light)}.orshay-launcher-dot{position:absolute;bottom:2px;left:2px;width:12px;height:12px;border-radius:50%;background:var(--or-green);border:2.5px solid #fff}.orshay-launcher-text{flex:1;min-width:0}.orshay-launcher-title{font-size:14px;font-weight:700;color:#111827}.orshay-launcher-sub{font-size:12px;color:#6b7280;margin-top:2px}.orshay-launcher-icon{width:36px;height:36px;border-radius:50%;background:var(--or-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;transition:background .15s}.orshay-launcher-inner:hover .orshay-launcher-icon{background:var(--or-blue)}#orshay-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--or-z);background:#0f0f0fb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;opacity:0;transition:opacity .25s ease}#orshay-overlay.orshay-overlay--open{opacity:1}.orshay-panel{width:100%;max-width:1200px;height:100%;max-height:920px;background:var(--or-surface);border-radius:var(--or-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--or-shadow-lg);transform:scale(.97) translateY(10px);transition:transform .3s cubic-bezier(.34,1.56,.64,1);font-family:var(--or-font)}#orshay-overlay.orshay-overlay--open .orshay-panel{transform:scale(1) translateY(0)}.orshay-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:var(--or-header-h);background:var(--or-blue);flex-shrink:0;direction:rtl}.orshay-header-brand{display:flex;align-items:center;gap:12px}.orshay-header-avatar{width:42px;height:42px;border-radius:50%;background:var(--or-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;box-shadow:0 0 0 3px #f5a62359}.orshay-header-name{font-size:15px;font-weight:800;color:var(--or-orange);letter-spacing:.2px}.orshay-header-sub{font-size:11px;color:#ffffff80;margin-top:1px}.orshay-close-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffbf;font-family:var(--or-font);font-size:13px;font-weight:600;cursor:pointer;padding:6px 14px;border-radius:40px;transition:background .15s,color .15s,border-color .15s}.orshay-close-btn:hover{background:#ffffff1f;color:#fff;border-color:#fff6}.orshay-body{flex:1;display:flex;flex-direction:row;min-height:0;direction:ltr;position:relative}.orshay-product-panel{flex:0 0 0;overflow:hidden;transition:flex-basis .3s ease;background:var(--or-surface);position:relative}.orshay-product-panel--open{flex-basis:var(--or-panel-w);border-right:1px solid var(--or-border)}.orshay-pp-inner{width:var(--or-panel-w);height:100%;display:flex;flex-direction:column;direction:rtl}.orshay-pp-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:46px;background:var(--or-blue);color:#fff;flex-shrink:0;font-size:14px;font-weight:700;direction:rtl}.orshay-pp-count{font-size:12px;background:#ffffff2e;padding:3px 10px;border-radius:20px;font-weight:600}.orshay-pp-sort{display:flex;gap:6px;padding:8px 12px;background:var(--or-surface-3);border-bottom:1px solid var(--or-border);flex-shrink:0;direction:rtl}.orshay-sort-btn{padding:4px 12px;border-radius:20px;border:1.5px solid var(--or-border-2);background:transparent;color:var(--or-text-muted);font-family:var(--or-font);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.orshay-sort-btn:hover{border-color:var(--or-blue);color:var(--or-blue)}.orshay-sort-btn--active{background:var(--or-blue);color:#fff;border-color:var(--or-blue)}.orshay-pp-list{flex:1;overflow-y:auto;direction:rtl}.orshay-pp-list::-webkit-scrollbar{width:4px}.orshay-pp-list::-webkit-scrollbar-thumb{background:var(--or-border-2);border-radius:4px}.orshay-pp-list::-webkit-scrollbar-track{background:transparent}.orshay-pr{display:flex;align-items:center;gap:12px;padding:12px 14px;min-height:110px;border-bottom:1px solid var(--or-border);direction:rtl;transition:background .15s;box-sizing:border-box}.orshay-pr:hover{background:var(--or-surface-2)}.orshay-pr:last-child{border-bottom:none}.orshay-pr-img-wrap{position:relative;width:90px;height:90px;flex-shrink:0;background:var(--or-surface-3);border-radius:var(--or-radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;order:2}.orshay-pr-img{width:100%;height:100%;object-fit:contain;padding:6px;display:block}.orshay-pr-img--ph{font-size:28px;opacity:.2}.orshay-pr-index{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:var(--or-blue);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 1px 4px #00000040;line-height:1}.orshay-pr-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;order:1}.orshay-pr-title{font-size:13.5px;font-weight:700;color:var(--or-text);line-height:1.35;white-space:normal;word-break:break-word}.orshay-pr-desc{font-size:12px;color:var(--or-text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.orshay-pr-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;flex-wrap:wrap}.orshay-pr-price{font-size:16px;font-weight:800;color:var(--or-blue);direction:ltr;display:inline-block}.orshay-pr-view{padding:5px 12px;background:var(--or-blue);color:#fff;border-radius:var(--or-radius-sm);font-family:var(--or-font);font-size:12px;font-weight:700;text-decoration:none;transition:background .15s;white-space:nowrap;display:inline-block}.orshay-pr-view:hover{background:var(--or-blue-dk)}.orshay-chat-pane{flex:1;display:flex;flex-direction:column;background:var(--or-surface);direction:rtl;min-width:0}.orshay-messages{flex:1;overflow-y:auto;padding:20px 18px 8px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth;background:var(--or-surface-2)}.orshay-messages::-webkit-scrollbar{width:4px}.orshay-messages::-webkit-scrollbar-thumb{background:var(--or-border-2);border-radius:4px}.orshay-msg-ai{display:flex;align-items:flex-end;gap:8px;max-width:88%;align-self:flex-start}.orshay-msg-user{max-width:80%;align-self:flex-end}.orshay-msg-av{width:30px;height:30px;border-radius:50%;background:var(--or-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;margin-bottom:2px}.orshay-bubble{padding:11px 15px;border-radius:18px;font-size:14px;line-height:1.65;word-break:break-word}.orshay-msg-ai .orshay-bubble{background:var(--or-surface);color:var(--or-text);border:1px solid var(--or-border);border-bottom-left-radius:4px;box-shadow:var(--or-shadow-sm)}.orshay-msg-user .orshay-bubble{background:var(--or-blue);color:#fff;border-bottom-right-radius:4px}.orshay-bubble strong{font-weight:700}.orshay-bubble em{font-style:italic;color:var(--or-text-2)}.orshay-bubble code{background:#00000012;padding:1px 5px;border-radius:4px;font-size:.88em;font-family:monospace}.orshay-welcome .orshay-bubble{background:var(--or-blue-light);border:1px dashed var(--or-blue)}.orshay-search-status{display:flex;flex-direction:column;gap:6px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed var(--or-border-2)}.orshay-search-complete{font-size:12.5px;font-weight:700;color:var(--or-green);line-height:1.3}.orshay-show-products-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--or-blue);color:#fff;border:none;border-radius:var(--or-radius-sm);font-family:var(--or-font);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;direction:rtl;width:fit-content}.orshay-show-products-btn:hover{background:var(--or-blue-dk)}.orshay-show-products-btn:active{transform:scale(.97)}.orshay-typing{display:flex;align-items:flex-end;gap:8px;padding:4px 18px 0;flex-shrink:0}.orshay-typing-dots{display:flex;align-items:center;gap:5px;background:var(--or-surface);border:1px solid var(--or-border);border-radius:18px 18px 18px 4px;padding:11px 16px;box-shadow:var(--or-shadow-sm)}.orshay-typing-dots span{width:8px;height:8px;border-radius:50%;background:var(--or-blue);animation:or-bounce 1.2s ease-in-out infinite}.orshay-typing-dots span:nth-child(2){animation-delay:.2s}.orshay-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes or-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-7px);opacity:1}}.orshay-input-row{display:flex;align-items:flex-end;gap:10px;padding:12px 16px 8px;background:var(--or-surface);border-top:1px solid var(--or-border);flex-shrink:0;direction:rtl}.orshay-input{flex:1;resize:none;border:1.5px solid var(--or-border);border-radius:var(--or-radius-md);padding:10px 14px;font-family:var(--or-font);font-size:14px;font-weight:500;line-height:1.5;color:var(--or-text);background:var(--or-surface-2);outline:none;transition:border-color .15s,background .15s;direction:rtl;min-height:42px;max-height:120px}.orshay-input:focus{border-color:var(--or-blue);background:#fff}.orshay-input::placeholder{color:var(--or-text-muted)}.orshay-send-btn{width:42px;height:42px;border-radius:50%;border:none;background:var(--or-orange);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .15s;box-shadow:0 2px 8px #f5a62366}.orshay-send-btn:hover{background:var(--or-orange-dk);transform:scale(1.08)}.orshay-send-btn:active{transform:scale(.94)}.orshay-chips-row{display:flex;flex-wrap:wrap;gap:7px;padding:0 16px 8px;background:var(--or-surface);flex-shrink:0;direction:rtl}.orshay-chip{padding:6px 14px;border:1.5px solid var(--or-blue);border-radius:20px;background:var(--or-blue-light);color:var(--or-blue);font-family:var(--or-font);font-size:12.5px;font-weight:700;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.orshay-chip:hover{background:var(--or-blue);color:#fff}.orshay-footer-credit{text-align:center;font-size:11px;color:var(--or-text-muted);padding:4px 16px 10px;background:var(--or-surface);flex-shrink:0;direction:rtl}.orshay-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(16px);z-index:calc(var(--or-z) + 10);padding:11px 22px;border-radius:10px;font-family:var(--or-font);font-size:14px;font-weight:700;direction:rtl;opacity:0;transition:opacity .22s,transform .22s;pointer-events:none;white-space:nowrap;box-shadow:0 4px 20px #0003}.orshay-toast--success{background:var(--or-green);color:#fff}.orshay-toast--error{background:var(--or-red);color:#fff}.orshay-toast--show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:640px){#orshay-overlay{padding:0}.orshay-panel{border-radius:0;max-height:100%}.orshay-body{position:relative}.orshay-product-panel{position:absolute;top:0;left:0;bottom:0;z-index:10;flex-basis:0!important;width:0;transition:width .3s ease;box-shadow:2px 0 16px #00000026}.orshay-product-panel--open{flex-basis:0!important;width:100%;border-right:none}.orshay-pp-inner{width:100%}.orshay-pr-img-wrap{width:76px;height:76px}#orshay-launcher{bottom:16px}}@media(prefers-color-scheme:dark){:root{--or-surface: #1e1e2e;--or-surface-2: #161622;--or-surface-3: #12121c;--or-text: #e2e8f0;--or-text-2: #cbd5e1;--or-text-muted:#94a3b8;--or-border: #334155;--or-border-2: #475569;--or-dark: #0a0a0a;--or-dark-2: #1a1a1a}.orshay-input{color:var(--or-text)}.orshay-pr-img-wrap{background:#111}.orshay-msg-user .orshay-bubble{background:var(--or-blue-dk)}.orshay-pp-inner{background:var(--or-surface)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/orshay-ai-style.css.map */
