.ai-chat,#ai-panel.ai-chat{--ink: #111;--muted: #6b7280;--border: #e5e7eb;--surface: #f9fafb;--bubble-ai: #f3f4f6;--brand-pink: #ec4899;--brand-purple: #7c3aed;--error: #dc2626;--pin-amber: #f59e0b;--ai-chat-gutter-x: 16px}#ai-panel.ai-chat,.ai-chat{position:relative;container-type:inline-size;container-name:aiPanel;padding:0;display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;width:100%;font-family:Inter,sans-serif}.ai-chat-header{padding:12px 0;text-align:center}.ai-chat-brand{font-size:10px;font-weight:600;color:var(--brand-pink);letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}.ai-chat-title{margin:0;font-size:24px;font-weight:700;letter-spacing:-.015em;line-height:1.18;color:var(--ink)}.ai-chat-thread{flex:1;min-height:0;min-width:0;overflow-y:auto;overflow-x:hidden;padding:8px var(--ai-chat-gutter-x);display:flex;flex-direction:column;gap:12px}.ai-chat-subtitle{margin:8px 0 0;font-size:13px;font-weight:400;line-height:1.45;color:var(--muted)}.ai-chat-pills{margin-top:14px;margin-bottom:16px;display:flex;flex-wrap:nowrap;justify-content:center;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:4px 0}.ai-chat-pills::-webkit-scrollbar{display:none}.ai-chat-pill{-webkit-appearance:none;appearance:none;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--brand-pink),var(--brand-purple)) border-box;border:1px solid transparent;border-radius:999px;font-weight:500;font-size:13px;letter-spacing:-.005em;line-height:1.2;color:#0f172a;cursor:pointer;box-shadow:0 1px 2px #0f172a0a;transition:box-shadow .15s,transform .1s;white-space:nowrap}.ai-chat-pill:hover{box-shadow:0 4px 12px #7c3aed2e}.ai-chat-pill:active{transform:translateY(1px)}.ai-chat-pill-emoji{font-size:15px;line-height:1}[data-ai-pills][hidden]{display:none}.ai-chat-history{flex-shrink:0;padding:14px var(--ai-chat-gutter-x);background:#fff;display:flex;flex-direction:column;gap:10px}.ai-chat-history[hidden]{display:none}.ai-chat-history:has(.ai-chat-history-grid:empty){display:none}.ai-chat-history-head{display:flex;align-items:center;justify-content:space-between}.ai-chat-history-title{font-size:13px;font-weight:600;letter-spacing:-.005em;margin:0;color:#111827}.ai-chat-history-clear,.ai-chat-history-toggle{background:none;border:none;color:var(--muted);font-size:12px;cursor:pointer;padding:4px 0;border-radius:0;transition:color .15s ease;display:inline-flex;align-items:center}.ai-chat-history-clear:hover,.ai-chat-history-toggle:hover{color:#07a7f2}.ai-chat-history-toggle{padding:4px 0;gap:4px}.ai-chat-history-toggle-label{font-weight:500;font-size:12px;line-height:1}.ai-chat-history-foot{display:flex;justify-content:flex-start}.ai-chat-history-toggle-chev{width:14px;height:14px;transition:transform .15s ease}.ai-chat-history.is-collapsed .ai-chat-history-grid,.ai-chat-history.is-collapsed .ai-chat-history-scroller,.ai-chat-history.is-collapsed .ai-chat-history-foot{display:none}.ai-chat-history.is-collapsed .ai-chat-history-toggle-chev{transform:rotate(180deg)}.ai-chat-history-scroller{position:relative}.ai-chat-history-grid{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:4px 0}.ai-chat-history-grid::-webkit-scrollbar{display:none}.ai-chat-history-arrow{position:absolute;top:50%;transform:translateY(-50%) scale(.9);width:30px;height:30px;border-radius:999px;background:#fffffff7;border:1px solid rgba(15,23,42,.12);box-shadow:0 6px 16px #0f172a2e,0 1px 3px #0f172a14;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease,background .15s ease;color:#1f2937;padding:0}.ai-chat-history-arrow.is-visible{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.ai-chat-history-arrow:hover{background:#fff}.ai-chat-history-arrow:active{transform:translateY(-50%) scale(.94)}.ai-chat-history-arrow svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.4}.ai-chat-history-arrow--left{left:-4px}.ai-chat-history-arrow--right{right:-4px}.ai-chat-history-tile{position:relative;flex:0 0 96px;width:96px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:var(--bubble-ai);border:1px solid var(--border);cursor:pointer;padding:0;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.ai-chat-history-tile:hover{border-color:var(--brand-purple);transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed2e}.ai-chat-history-tile img{width:100%;height:100%;object-fit:cover;display:block}.ai-chat-history-tile.is-selected{border-color:var(--brand-pink)!important;box-shadow:0 0 0 2px #ec489940,0 12px 24px #ec48991f}.ai-chat-history-tile-select{position:absolute;top:6px;left:6px;z-index:4;width:20px;height:20px;border:1.5px solid #cbd5e1;border-radius:6px;background:#fffffff5;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.15s ease;box-shadow:0 1px 3px #0f172a14;padding:0}.ai-chat-history-tile-select:hover{border-color:var(--brand-pink)}.ai-chat-history-tile-select svg{width:12px;height:12px;stroke:#fff;opacity:0;transition:opacity .15s ease}.ai-chat-history-tile-select.is-selected{border-color:var(--brand-pink);background:var(--brand-pink)}.ai-chat-history-tile-select.is-selected svg{opacity:1}.ai-chat-history-tile-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;line-height:1;opacity:0;cursor:pointer;transition:opacity .15s ease,background .15s ease;z-index:4}.ai-chat-history-tile:hover .ai-chat-history-tile-remove,.ai-chat-history-tile-remove:focus-visible{opacity:1}.ai-chat-history-tile-remove:hover{background:#000000d9}.ai-chat--narrow .ai-chat-history-tile-remove{opacity:1}.ai-chat--narrow .ai-chat-history-arrow{display:none}.ai-chat-history-selection-bar{display:none;align-items:center;gap:12px;padding:8px 10px 8px 18px;background:#111827;color:#fff;border-radius:999px;box-shadow:0 4px 12px #0f172a2e;white-space:nowrap;font-size:13px;align-self:stretch;max-width:100%}.ai-chat-history-selection-bar.is-visible{display:flex}.ai-chat-history.is-selecting .ai-chat-history-foot,.ai-chat-history.is-collapsed .ai-chat-history-selection-bar{display:none}.ai-chat-history{position:relative;z-index:6}.ai-chat-history-selection-bar__count{font-weight:700;white-space:nowrap}.ai-chat-history-selection-bar__clear{background:transparent;color:#cbd5e1;border:0;cursor:pointer;padding:4px;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease;white-space:nowrap;font:inherit}.ai-chat-history-selection-bar__clear:hover{color:#fff}.ai-chat-history-selection-bar__cta{background:#019aff;color:#fff;border:0;border-radius:999px;padding:8px 16px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .15s ease,transform .15s ease;white-space:nowrap;font-weight:700;font-size:13px;line-height:1;margin-left:auto}.ai-chat-history-selection-bar__cta:hover{background:#0079cc}.ai-chat-history-selection-bar__cta:active{transform:scale(.97)}.ai-chat--narrow .ai-chat-history-selection-bar{flex-direction:column-reverse;align-items:stretch;gap:10px;padding:12px;border-radius:16px}.ai-chat--narrow .ai-chat-history-selection-bar__count{text-align:center;font-weight:700;font-size:14px}.ai-chat--narrow .ai-chat-history-selection-bar__clear{display:none}.ai-chat--narrow .ai-chat-history-selection-bar__cta{background:#019aff;color:#fff;margin-left:0;width:100%;justify-content:center;padding:12px 20px;font-size:14px;font-weight:700;border-radius:999px}.ai-chat--narrow .ai-chat-history-selection-bar__cta:hover{background:#0079cc}.ai-chat-msg{display:flex;align-items:flex-end;gap:8px}.ai-chat-msg--user{justify-content:flex-end}.ai-chat-msg--ai{justify-content:flex-start}.ai-chat-msg--ai:before,.ai-chat-msg--user:after{content:"";width:28px;height:28px;border-radius:50%;flex:0 0 28px}.ai-chat-msg--ai:before{background:url(/cdn/shop/files/Ninja_Avatar.png?v=1777387019) center/cover no-repeat}.ai-chat-msg--user:after{background:url(/cdn/shop/files/user_avatar.png?v=1777387802) center/cover no-repeat}.ai-chat--narrow .ai-chat-msg--ai:before,.ai-chat--narrow .ai-chat-msg--user:after{display:none}.ai-chat--narrow .ai-chat-msg--ai{flex-direction:column;align-items:flex-start}.ai-chat-bubble{max-width:85%;padding:10px 14px;border-radius:16px;font-size:13.5px;font-weight:400;line-height:1.45;word-wrap:break-word}.ai-chat:not(.ai-chat--narrow) .ai-chat-bubble{max-width:calc(85% - 100px)}.ai-chat-msg--user .ai-chat-bubble{background:linear-gradient(135deg,var(--brand-pink) 0%,var(--brand-purple) 100%);color:#fff;border-bottom-right-radius:4px}.ai-chat-msg--ai .ai-chat-bubble{background:var(--bubble-ai);color:var(--ink);border-bottom-left-radius:4px}.ai-chat-msg--ai .ai-pop-grid{width:100%}.ai-chat-composer{flex-shrink:0;padding:24px var(--ai-chat-gutter-x) 16px;border-top:1px solid transparent;transition:border-top-color .15s ease;background:#fff}.ai-chat.is-scrolled .ai-chat-composer{border-top-color:var(--bubble-ai)}.ai-chat-input-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:6px 6px 6px 14px;display:flex;flex-direction:row;align-items:center;gap:8px;cursor:text;transition:border-color .15s ease,border-width .15s ease}.ai-chat-input-wrap.is-multiline{flex-direction:column;align-items:stretch;padding:12px 14px;position:relative}.ai-chat-input-wrap.is-multiline textarea{flex:none;padding-right:36px}.ai-chat-input-wrap:focus-within,.ai-chat-input-wrap.has-text{border:1.5px solid var(--brand-pink);box-shadow:none}.ai-chat-input-wrap textarea{flex:1;min-width:0;width:100%;box-sizing:border-box;border:0!important;outline:0!important;box-shadow:none!important;background:transparent;font-family:inherit;font-size:14px;font-weight:400;color:var(--ink);resize:none;padding:6px 0;line-height:1.35;min-height:32px;overflow-y:hidden;cursor:text}.ai-chat-input-wrap textarea::placeholder{color:#9ca3af;opacity:1}.ai-chat-input-wrap.is-multiline .ai-chat-send{align-self:flex-end}.ai-chat-actions{display:flex;flex-direction:row;align-items:center;gap:6px;flex-shrink:0}.ai-chat-input-wrap.is-multiline .ai-chat-actions{justify-content:flex-end}.ai-chat-clear{flex-shrink:0;width:28px;height:28px;border:none;background:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;transition:color .15s,background .15s}.ai-chat-clear[hidden]{display:none!important}.ai-chat-clear:hover{color:#374151;background:#f3f4f6}.ai-chat-clear svg{width:12px;height:12px}.ai-chat-input-wrap.is-multiline .ai-chat-clear{position:absolute;top:12px;right:14px}.ai-chat-send{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,var(--brand-pink) 0%,var(--brand-purple) 100%);color:#fff!important;border:none;border-radius:10px;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease;font-family:inherit;flex-shrink:0}.ai-chat-send-label{font-size:14px;font-weight:600;letter-spacing:-.005em;white-space:nowrap;display:none}.ai-chat-send,.ai-chat-send *{color:#fff!important}.ai-chat-send:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 12px #ec48994d}.ai-chat-send:disabled{opacity:.75;cursor:not-allowed}.ai-chat-send.is-empty,.ai-chat-send.is-empty:disabled{background:var(--bubble-ai);border:none;opacity:1;cursor:default}.ai-chat-send.is-empty .ai-chat-send-icon,.ai-chat-send.is-empty .ai-chat-send-icon *{color:#374151!important}.ai-chat-send.is-empty .ai-chat-send-label{display:none}.ai-chat-send-icon{width:16px;height:16px;color:#fff}.ai-chat-send .ai-pop-spin{display:none;width:14px;height:14px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:ai-pop-spin .7s linear infinite}.ai-chat-send.is-loading .ai-chat-send-icon{display:none}.ai-chat-send.is-loading .ai-pop-spin{display:inline-block}.ai-chat-empty{grid-column:1 / -1;padding:14px;background:var(--bubble-ai);border-radius:10px;font-size:12px;color:#374151}.ai-chat-retry-btn{align-self:flex-start;padding:6px 14px;border-radius:20px;border:1.5px solid #e5579a;background:transparent;color:#e5579a;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.ai-chat-retry-btn:hover{background:#e5579a;color:#fff}.ai-pop-error{color:var(--error);font-size:12px}.ai-pop-error:not(:empty){margin-top:4px;min-height:16px}.ai-pop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-bottom:12px}.ai-pop-tile{position:relative;cursor:pointer;display:flex;flex-direction:column;background:transparent;border:0}.ai-pop-tile.is-skeleton{aspect-ratio:1 / 1;border-radius:10px;border:1px solid var(--border)}.ai-pop-tile img{width:100%;aspect-ratio:1 / 1;object-fit:contain;display:block;background:var(--bubble-ai);border:1px solid var(--border);border-radius:10px}.ai-pop-tile-cta{display:block;text-align:right;color:#42a9de;font-size:13px;font-weight:700;margin-top:4px;line-height:1.2}.ai-pop-tile-cta__arrow{display:inline-block;width:12px;height:12px;margin-left:4px;vertical-align:-1px;flex:none}.ai-chat--narrow .ai-pop-tile-cta{font-size:11px}.ai-chat--narrow .ai-pop-tile-cta__arrow{width:10px;height:10px}.ai-pop-tile.is-skeleton{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:ai-pop-shimmer 1.2s ease-in-out infinite;cursor:default}.ai-pop-tile.is-loading{pointer-events:none;cursor:progress}.ai-pop-tile.is-loading img{opacity:.55;filter:grayscale(.2)}.ai-pop-tile.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:28px;height:28px;border:3px solid rgba(255,255,255,.6);border-top-color:var(--brand-purple);border-radius:50%;animation:ai-pop-spin .7s linear infinite;pointer-events:none}@keyframes ai-pop-spin{to{transform:rotate(360deg)}}@keyframes ai-pop-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ai-chat--narrow{--ai-chat-gutter-x: 12px}.ai-chat--narrow .ai-chat-header{padding-top:16px;padding-bottom:10px}.ai-chat--narrow .ai-chat-title{font-size:19px;letter-spacing:-.012em}.ai-chat--narrow .ai-chat-subtitle{font-size:12.5px}.ai-chat--narrow .ai-chat-bubble{font-size:12.5px;padding:9px 12px;max-width:85%}.ai-chat--narrow .ai-chat-msg--user .ai-chat-bubble{max-width:90%}.ai-chat--narrow .ai-chat-composer{padding-top:12px;padding-bottom:12px}.ai-chat--narrow .ai-chat-send-label{display:none}.ai-chat--narrow .ai-pop-grid{grid-template-columns:repeat(2,1fr);gap:6px}.ai-chat:not(.ai-chat--narrow) .ai-chat-send{width:auto;height:44px;padding:0 20px;border-radius:10px}.ai-chat:not(.ai-chat--narrow) .ai-chat-send-label{display:inline}.ai-chat:not(.ai-chat--narrow) .ai-chat-send.is-empty{width:44px;padding:0}.ai-chat:not(.ai-chat--narrow) .ai-chat-send.is-empty .ai-chat-send-label{display:none}@media(max-width:768px){.customTabelPopup__overlay-editor.outside-studio .editor-container .right-panel._active._full{position:fixed;bottom:0;left:0;right:0;width:100%;height:75vh;max-height:75vh;z-index:2147483647;display:flex;flex-direction:column}.customTabelPopup__overlay-editor.outside-studio .editor-container .right-panel._active._full>.panel-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.editor-container .right-panel #ai-panel.ai-chat{flex:1 1 auto;height:auto;min-height:0;display:flex;flex-direction:column}.editor-container .right-panel #ai-panel.ai-chat .ai-chat-thread{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}}.dtfut__src-row,.dtfut__src-btns{display:none!important}body.template-page-ai-image-creator{background:#f3f4f6}body.template-page-ai-image-creator .dtf-ai-page{background:transparent}body.template-page-ai-image-creator .dtfut__ai-host.dtf-ai-page__host{margin:0 auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 8px 24px #0f172a14,0 2px 6px #0f172a0a}.ai-chat--narrow .ai-chat-pills{flex-direction:column;align-items:flex-start;overflow-x:visible}.ai-chat h2,.ai-chat h3{font-family:inherit;line-height:inherit;letter-spacing:inherit;margin:0}.dtfut__ai-host{display:flex;flex-direction:column;position:relative;width:100%;height:100%;flex:1 1 auto;min-height:0;background:#fff;border-radius:12px;overflow:hidden}.dtfut__ai-host>.ai-chat{flex:1 1 auto;min-height:0}.dtfut__panel[data-dtfut-panel=ai]:has(.dtfut-ai-guide.is-open){min-height:560px}.dtfut__ai-host:has(.dtfut-ai-guide.is-open){height:auto;min-height:560px}.dtfut__ai-host #generativeAiStart,.dtfut__ai-host .generative-ai-area{display:none!important}.dtfut__ai-host #generative-ai-dialog,#generative-ai-dialog.dtfut-inline{display:block!important;position:static!important;transform:none!important;top:auto!important;left:auto!important;width:100%!important;max-width:100%!important;max-height:none!important;box-shadow:none!important;border:none!important;background:transparent!important;padding:0!important;margin:0!important;overflow:visible!important;z-index:auto!important}.dtfut__ai-host #generative-ai-dialog>header,.dtfut__ai-host #generative-ai-dialog>form{display:none!important}.dtfut__ai-host #generative-ai-tips,.dtfut__ai-host #generative-ai-images,.dtfut__ai-host #generative-ai-generating,.dtfut__ai-host #generative-ai-dialog-loader,.dtfut__ai-host #generative-ai-dialog-loader.show{display:none!important}.dtfut__ai-host .dtfut__ai-guide-link,button.dtfut__ai-guide-link{display:block;margin:14px auto 0;padding:4px 8px;background:none!important;border:0!important;color:#46aae3!important;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline!important;text-underline-offset:2px;box-shadow:none!important}.dtfut__ai-host .dtfut__ai-guide-link:hover,button.dtfut__ai-guide-link:hover{color:#005192!important}.dtfut-ai-guide{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:inherit;z-index:10;padding:0;overflow-y:auto;display:none}.dtfut-ai-guide.is-open{display:block}.dtfut-ai-guide[hidden]{display:none!important}.dtfut-ai-guide.is-open[hidden]{display:block!important}.dtfut-ai-guide__close{position:absolute;top:10px;right:10px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;border:0;border-radius:0;cursor:pointer;color:#111827;z-index:2}.dtfut-ai-guide__close svg{width:18px;height:18px;stroke-width:1.5}.dtfut-ai-guide__close:hover{color:#000}.dtfut-ai-guide__body{padding:14px 12px 12px}.dtfut-ai-guide__body .generativeAItips,.dtfut-ai-guide__body>section{display:block!important}.dtfut-ai-guide__body header{color:#000!important;font-weight:700!important}.dtf-ai-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:stretch;justify-content:center;padding:0;pointer-events:none;opacity:0;transition:opacity .2s ease}.dtf-ai-modal[hidden]{display:none}.dtf-ai-modal.is-open{pointer-events:auto;opacity:1}.dtf-ai-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;cursor:pointer}.dtf-ai-modal__panel{position:relative;margin:auto;background:#fff;border-radius:16px;width:min(960px,calc(100vw - 32px));max-height:calc(100vh - 32px);box-shadow:0 20px 50px #0f172a4d;display:flex;flex-direction:column;overflow:hidden;transform:translateY(8px);transition:transform .2s ease}.dtf-ai-modal.is-open .dtf-ai-modal__panel{transform:translateY(0)}.dtf-ai-modal__close{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;border:0;background:#0f172a0f;color:#0f172a;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;padding:0;transition:background .15s ease}.dtf-ai-modal__close:hover{background:#0f172a24}.dtf-ai-modal__close:focus-visible{outline:2px solid #019AFF;outline-offset:2px}.dtf-ai-modal__inner{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:36px 15px 28px;display:flex;flex-direction:column;transition:padding-bottom .2s ease}.dtf-ai-modal__inner--has-selection-bar{padding-bottom:88px}@media(max-width:749px){.dtf-ai-modal__panel{width:100vw;max-height:100vh;border-radius:0;margin:0}.dtf-ai-modal__inner{padding:56px 16px 20px}.dtf-ai-modal__close{top:8px;right:8px}}body.dtf-ai-modal-open{overflow:hidden}.dtf-ai-modal.is-open~#generative-ai-dialog,body.dtf-ai-modal-open #generative-ai-dialog{display:none!important}.dtf-ai-modal .dtfut__ai-host{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;position:relative}.dtf-ai-modal .generative-ai-area,.dtf-ai-modal #generativeAiStart,.dtf-ai-modal #generative-ai-dialog{display:none!important}.dtf-ai-modal .dtfut__ai-hero{max-width:none;margin:0;padding:8px 0 4px;text-align:center;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%}.dtf-ai-modal .dtfut__ai-hero-title{font-family:inherit;font-size:30px;line-height:1.15;font-weight:800;color:#0f172a;letter-spacing:-.01em;max-width:450px;margin:0 auto 10px}.dtf-ai-modal .dtfut__ai-hero-sub{font-size:14px;color:#6b7280;margin:0 0 22px}.dtf-ai-modal .dtfut__ai-hero-prompts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px;max-width:none;margin:0 0 105px;justify-items:stretch}.dtf-ai-modal .dtfut__ai-hero:has(.dtfut__ai-chat:not(:empty)) .dtfut__ai-hero-prompts{margin-bottom:30px}.dtf-ai-modal .dtfut__ai-hero-prompt{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font:500 13.5px/1.2 inherit;color:#0f172a;cursor:pointer;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s,box-shadow .15s,transform .1s;white-space:nowrap}.dtf-ai-modal .dtfut__ai-hero-prompt:hover{border-color:#019aff;box-shadow:0 4px 12px #019aff1f}.dtf-ai-modal .dtfut__ai-hero-prompt:active{transform:translateY(1px)}.dtf-ai-modal .dtfut__ai-hero-emoji{font-size:16px;line-height:1}.dtf-ai-modal .dtfut__ai-hero-input-row{display:flex;align-items:stretch;width:100%;margin:0 auto;padding:5px;border:1px solid #d8dde5;border-radius:10px;background:#eef1f4;box-shadow:inset 0 1px 2px #0f172a0a;flex:0 0 auto}.dtf-ai-modal .dtfut__ai-hero-input{flex:1 1 auto;padding:12px 14px;border:0!important;outline:0!important;box-shadow:none!important;font:400 13px/1.4 inherit;background:transparent;color:#0f172a;min-width:0;resize:none;overflow:hidden;height:auto;min-height:48px;max-height:180px;display:block}.dtf-ai-modal .dtfut__ai-hero-input:focus,.dtf-ai-modal .dtfut__ai-hero-input:focus-visible,.dtf-ai-modal .dtfut__ai-hero-input:active{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}.dtf-ai-modal .dtfut__ai-hero-input::placeholder{color:#64748b}.dtf-ai-modal .dtfut__ai-hero-generate{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-left:10px;min-width:128px;padding:13px 24px;border:none;border-radius:10px;font:800 14px/1 inherit;letter-spacing:.01em;color:#fff!important;background:linear-gradient(135deg,#ff1fae,#b520f0);box-shadow:0 4px 14px #b520f052;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;transition:transform .12s ease-out,box-shadow .2s ease-out,filter .16s ease-out,opacity .16s ease-out}.dtf-ai-modal .dtfut__ai-hero-generate>span,.dtf-ai-modal .dtfut__ai-hero-generate>svg{color:#fff!important;stroke:#fff!important}.dtf-ai-modal .dtfut__ai-hero-generate:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 22px #b520f06b;filter:brightness(1.04)}.dtf-ai-modal .dtfut__ai-hero-generate:active:not(:disabled){transform:translateY(0) scale(.985);box-shadow:0 3px 10px #b520f052;filter:brightness(.98)}.dtf-ai-modal .dtfut__ai-hero-generate:focus-visible{box-shadow:0 4px 14px #b520f052,0 0 0 3px #ff1fae59}.dtf-ai-modal .dtfut__ai-hero-generate:disabled{opacity:.5;cursor:not-allowed;filter:saturate(.85);box-shadow:0 2px 8px #b520f02e}.dtf-ai-modal .dtfut__ai-history{margin:28px 0 0;padding-top:24px;border-top:1px solid #e5e7eb;max-width:none;width:100%}.dtf-ai-modal .dtfut__ai-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dtf-ai-modal .dtfut__ai-history-title{font-size:16px;font-weight:600;margin:0;color:#111827}.dtf-ai-modal .dtfut__ai-history-meta{margin-left:8px;font-size:12px;font-weight:500;color:#94a3b8;letter-spacing:.01em}.dtf-ai-modal .dtfut__ai-history-clear{background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s ease,background .15s ease}.dtf-ai-modal .dtfut__ai-history-clear:hover{color:#019aff;background:#019aff14}.dtf-ai-modal .dtfut__ai-history-scroller{position:relative}.dtf-ai-modal .dtfut__ai-history-grid{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;padding:6px 2px;margin:-6px 0;scrollbar-width:none;-ms-overflow-style:none}.dtf-ai-modal .dtfut__ai-history-grid::-webkit-scrollbar{display:none}.dtf-ai-modal .dtfut__ai-history-scroller:before,.dtf-ai-modal .dtfut__ai-history-scroller:after{content:"";position:absolute;top:0;bottom:0;width:28px;pointer-events:none;z-index:2;opacity:0;transition:opacity .15s ease}.dtf-ai-modal .dtfut__ai-history-scroller:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.dtf-ai-modal .dtfut__ai-history-scroller:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.dtf-ai-modal .dtfut__ai-history-scroller.is-scrolled-start:before{opacity:1}.dtf-ai-modal .dtfut__ai-history-scroller.is-scrolled-end:after{opacity:1}.dtf-ai-modal .dtfut__ai-history-arrow{position:absolute;top:50%;transform:translateY(-50%) scale(.9);width:32px;height:32px;border-radius:999px;background:#fffffff7;border:1px solid rgba(15,23,42,.12);box-shadow:0 6px 16px #0f172a2e,0 1px 3px #0f172a14;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease,background .15s ease;color:#1f2937;padding:0}.dtf-ai-modal .dtfut__ai-history-arrow.is-visible{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.dtf-ai-modal .dtfut__ai-history-arrow:hover{background:#fff}.dtf-ai-modal .dtfut__ai-history-arrow:active{transform:translateY(-50%) scale(.94)}.dtf-ai-modal .dtfut__ai-history-arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5}.dtf-ai-modal .dtfut__ai-history-arrow--left{left:-4px}.dtf-ai-modal .dtfut__ai-history-arrow--right{right:-4px}.dtf-ai-modal .dtfut__ai-history-tile{position:relative;flex:0 0 120px;aspect-ratio:1 / 1;scroll-snap-align:start;border-radius:10px;overflow:hidden;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;padding:0;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.dtf-ai-modal .dtfut__ai-history-tile:hover{border-color:#019aff;transform:translateY(-1px);box-shadow:0 4px 12px #019aff2e}.dtf-ai-modal .dtfut__ai-history-tile img{width:100%;height:100%;object-fit:cover;display:block}.dtf-ai-modal .dtfut__ai-history-tile-caption{position:absolute;left:0;right:0;bottom:0;padding:16px 8px 6px;font-size:11px;color:#fff;line-height:1.3;background:linear-gradient(to top,#000000c7,#0000);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.dtf-ai-modal .dtfut__ai-history-tile-remove{position:absolute;top:5px;right:5px;width:22px;height:22px;border-radius:50%;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;opacity:0;cursor:pointer;transition:opacity .15s ease,background .15s ease}.dtf-ai-modal .dtfut__ai-history-tile:hover .dtfut__ai-history-tile-remove,.dtf-ai-modal .dtfut__ai-history-tile-remove:focus-visible{opacity:1}.dtf-ai-modal .dtfut__ai-history-tile-remove:hover{background:#000000d9}.dtf-ai-modal .dtfut__ai-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0 0 12px}.dtf-ai-modal .dtfut__ai-chat{display:flex;flex-direction:column;gap:14px;margin:18px 0 0;text-align:left}.dtf-ai-modal .dtfut__ai-chat:empty{display:none}.dtf-ai-modal .dtfut__ai-chat-msg{display:flex;align-items:flex-end;gap:12px}.dtf-ai-modal .dtfut__ai-chat-avatar{flex:0 0 auto;width:32px;height:32px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0f172a0f;position:relative;z-index:2}.dtf-ai-modal .dtfut__ai-chat-avatar img{width:100%;height:100%;display:block;object-fit:cover}.dtf-ai-modal .dtfut__ai-chat-bubble{position:relative;flex:0 1 auto;max-width:75%;width:fit-content;background:#f3f4f6;border-radius:18px;padding:9px 14px;font-size:14px;line-height:1.4;color:#0f172a;text-align:left;min-width:0}.dtf-ai-modal .dtfut__ai-chat-bubble:before,.dtf-ai-modal .dtfut__ai-chat-bubble:after{content:"";position:absolute;bottom:-1px;height:16px;pointer-events:none}.dtf-ai-modal .dtfut__ai-chat-msg--tip .dtfut__ai-chat-bubble:before{left:-6px;width:0;border-left:16px solid #eef0ff;border-bottom-right-radius:13px 11px}.dtf-ai-modal .dtfut__ai-chat-msg--tip .dtfut__ai-chat-bubble:after{left:-10px;width:10px;background:#fff;border-bottom-right-radius:8px}.dtf-ai-modal .dtfut__ai-chat-msg--user .dtfut__ai-chat-bubble:before{right:-6px;width:0;border-right:16px solid #019AFF;border-bottom-left-radius:13px 11px}.dtf-ai-modal .dtfut__ai-chat-msg--user .dtfut__ai-chat-bubble:after{right:-10px;width:10px;background:#fff;border-bottom-left-radius:8px}.dtf-ai-modal .dtfut__ai-chat-msg--tip .dtfut__ai-chat-bubble{background:#eef0ff}.dtf-ai-modal .dtfut__ai-chat-msg--user .dtfut__ai-chat-bubble{background:#019aff;color:#fff}.dtf-ai-modal .dtfut__ai-chat-msg--user{flex-direction:row-reverse}.dtf-ai-modal .dtfut__ai-chat-avatar--user{background:#fff;border:2px solid #9ca3af;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0f172a0a}.dtf-ai-modal .dtfut__ai-chat-avatar--user svg{width:24px;height:24px}.dtf-ai-modal .dtfut__ai-chat-msg--images{align-items:stretch;gap:0}.dtf-ai-modal .dtfut__ai-chat-msg--images>.dtfut__ai-chat-avatar{display:none}.dtf-ai-modal .dtfut__ai-chat-images-wrap{flex:1 1 100%;width:100%;min-width:0}.dtf-ai-modal .dtfut__ai-chat-tip-head{margin:0 0 2px;font-weight:700;line-height:1.3}.dtf-ai-modal .dtfut__ai-chat-tip-head strong{font-weight:700}.dtf-ai-modal .dtfut__ai-chat-tip-sub{margin:0;color:#374151;line-height:1.3}.dtf-ai-modal #generative-ai-generating,.dtf-ai-modal #generative-ai-dialog-loader,.dtf-ai-modal #generative-ai-dialog-loader.show{display:none!important}.dtf-ai-modal .dtfut__shimmer{aspect-ratio:1 / 1;width:100%;border-radius:12px;background:linear-gradient(100deg,#e9ecf1 30%,#f7f8fa,#e9ecf1 70%);background-size:200% 100%;animation:dtf-ai-modal-shimmer 1.4s ease-in-out infinite}@keyframes dtf-ai-modal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.dtf-ai-modal .dtfut__shimmer{animation:none;background:#e9ecf1}}.dtf-ai-modal .dtfut__ai-chat-results{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dtf-ai-modal .dtfut__ai-chat-results>figure{display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;margin:0}.dtf-ai-modal .dtfut__ai-chat-results>figure>img{width:100%;border-radius:8px;display:block}.dtf-ai-modal .dtfut__ai-chat-results>figure>figcaption{color:transparent;font-size:0;text-align:right;margin-top:8px;cursor:pointer}.dtf-ai-modal .dtfut__ai-chat-results>figure>figcaption:after{content:"Use this design \2192";color:#00a3f5;font-size:13.6px;font-weight:700;letter-spacing:.01em}.dtf-ai-modal .dtfut__ai-chat-results>figure:hover>figcaption:after{text-decoration:underline}@media(max-width:749px){.dtf-ai-modal .dtfut__ai-hero-title{font-size:22px}.dtf-ai-modal .dtfut__ai-hero-sub{font-size:13px;margin-bottom:16px}.dtf-ai-modal .dtfut__ai-hero-prompts{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;gap:8px}.dtf-ai-modal .dtfut__ai-hero-prompt{padding:8px 12px;font-size:12px;gap:6px;white-space:nowrap;text-align:center}.dtf-ai-modal .dtfut__ai-hero-emoji{font-size:14px}.dtf-ai-modal .dtfut__ai-hero-prompt:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;max-width:100%}.dtf-ai-modal .dtfut__ai-hero-generate{margin-left:8px;min-width:110px;padding:13px 18px;font-size:14px}.dtf-ai-modal .dtfut__ai-hero-input{padding:12px 14px;font-size:13px}.dtf-ai-modal .dtfut__ai-history{margin-top:22px;padding-top:18px}.dtf-ai-modal .dtfut__ai-history-title{font-size:14px}.dtf-ai-modal .dtfut__ai-history-grid{gap:8px}.dtf-ai-modal .dtfut__ai-history-tile{flex-basis:96px}.dtf-ai-modal .dtfut__ai-history-tile-remove{opacity:1}.dtf-ai-modal .dtfut__ai-history-arrow{display:none}.dtf-ai-modal .dtfut__ai-chat-bubble{max-width:85%;padding:7px 12px;font-size:13px;line-height:1.35}.dtf-ai-modal .dtfut__ai-chat-avatar{width:22px;height:22px}.dtf-ai-modal .dtfut__ai-chat-avatar--user svg{width:14px;height:14px}.dtf-ai-modal .dtfut__ai-chat-msg{gap:8px}}.shopify-section:has(>.dtf-ai-page){height:100%}.dtf-ai-page{width:100%;height:100%;background:#fff;padding:32px 16px 80px;box-sizing:border-box;display:flex;flex-direction:column}.dtf-ai-page__inner{width:100%;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.dtf-ai-page__eyebrow{margin:0 0 8px;font:700 12px/1 DM Sans,system-ui,-apple-system,sans-serif;letter-spacing:1.5px;text-transform:uppercase;color:#019aff;text-align:center}.dtf-ai-page__heading{margin:0 0 12px;font:800 38px/1.15 DM Sans,system-ui,-apple-system,sans-serif;color:#0f172a;text-align:center;letter-spacing:-.01em}.dtf-ai-page__sub{margin:0 auto 18px;max-width:640px;font:400 15px/1.5 DM Sans,system-ui,-apple-system,sans-serif;color:#64748b;text-align:center}.dtf-ai-page__legacy{display:contents}.dtf-ai-page__legacy .generative-ai-area{display:none!important}.dtf-ai-page__legacy #generative-ai-dialog{position:fixed;left:-10000px;top:-10000px}.dtf-ai-page__host{width:100%;margin:0;padding:0;background:transparent;border:0;box-shadow:none}.dtf-ai-page__host .dtfut__ai-hero{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px 36px 30px;box-shadow:0 12px 32px #0f172a0a;max-height:calc(100vh - 500px);min-height:360px;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.dtf-ai-page__host .dtfut__ai-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.dtf-ai-page__host .dtfut__ai-hero-input-row{flex:0 0 auto}.dtf-ai-page__host .dtfut__ai-hero-title{text-align:center;font-size:22px;display:none}.dtf-ai-page__host .dtfut__ai-hero-sub{text-align:center}.dtf-ai-page__host .dtfut__ai-hero-prompts{margin-bottom:105px}.dtf-ai-page__host .dtfut__ai-hero:has(.dtfut__ai-chat:not(:empty)) .dtfut__ai-hero-prompts{margin-bottom:30px}.dtf-ai-page__host .dtfut__ai-hero-input-row{max-width:none}.dtf-ai-page__host .dtfut__ai-history{margin-top:32px}@media(max-width:749px){.dtf-ai-page{padding:20px 12px 64px}.dtf-ai-page__heading{font-size:26px}.dtf-ai-page__sub{font-size:14px;margin-bottom:12px}.dtf-ai-page__host .dtfut__ai-hero{padding:12px 18px 22px;border-radius:14px;max-height:calc(100vh - 420px);min-height:320px}.dtf-ai-page__host .dtfut__ai-hero-prompts{margin-bottom:60px}}.product-page:has(.dtf-create-options) .generative-ai-area,.product-page:has(.dtf-create-options) .delivery-block.print-ready-box,body:has(.dtf-create-options) .generative-ai-area,body:has(.dtf-create-options) .delivery-block.print-ready-box{display:none!important}product-page:has(.step__2:not(.hidden)) .dtf-create-options,body:has(.step__2:not(.hidden)) .dtf-create-options{display:none!important}product-page:has(preview-block.image-loading) .dtf-create-options,body:has(preview-block.image-loading) .dtf-create-options{display:none!important}.dtf-create-options{margin:18px 0 24px;font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.dtf-create-options__divider{display:flex;align-items:center;gap:14px;margin:0 0 20px;color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.04em}.dtf-create-options__divider-line{flex:1;height:1px;background:#e5e7eb}.dtf-create-options__divider-text{flex:0 0 auto}.dtf-create-options__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dtf-create-card{position:relative;background:#f5f6f8;border:1px solid #e5e7eb;border-radius:16px;padding:18px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px;overflow:hidden;min-height:170px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dtf-create-card:hover{border-color:#c2c7d3;box-shadow:0 6px 18px #0f172a0f;transform:translateY(-1px)}.dtf-create-card__body{position:relative;z-index:2;min-width:0;display:flex;flex-direction:column;justify-content:center}.dtf-create-card__heading{margin:0 0 8px;font-size:16px;font-weight:700;color:#0f172a;line-height:1.25;letter-spacing:-.01em}.dtf-create-card__sub{margin:0 0 14px;font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.45}.dtf-create-card__cta{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:0;transition:opacity .15s ease}.dtf-create-card__cta:hover{opacity:.85}.dtf-create-card__cta--ai{color:#ec4899}.dtf-create-card__cta--studio{color:#019aff}.dtf-create-card__illust{display:block;pointer-events:none;-webkit-user-select:none;user-select:none;height:auto}.dtf-create-card__illust--desktop{align-self:end;justify-self:end;max-height:170px;object-fit:contain;object-position:right bottom;margin:0 -18px -18px 0;width:calc(100% + 18px)}.dtf-create-card__illust--mobile{display:none}@media(max-width:749px){.dtf-create-options__grid{grid-template-columns:1fr;gap:12px}.dtf-create-card{display:flex;flex-direction:column;align-items:stretch;min-height:280px;padding:22px 22px 0;gap:12px}.dtf-create-card__body{flex:0 0 auto;text-align:center;align-items:center}.dtf-create-card__heading{font-size:15px}.dtf-create-card__sub{font-size:13px;margin-bottom:14px}.dtf-create-card__cta{align-self:center}.dtf-create-card__illust--desktop{display:none}.dtf-create-card__illust--mobile{display:block;position:relative;flex:1 1 auto;width:calc(100% + 22px);max-width:none;margin-left:auto;margin-right:-22px;align-self:flex-end;height:auto;max-height:220px;object-fit:contain;object-position:right bottom}}.dtf-ai-page{padding-bottom:20px!important}.aip-oo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:none;align-items:center;justify-content:center;z-index:99999;padding:20px}.aip-oo-overlay.is-open{display:flex}.aip-oo-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;max-height:85vh;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;overflow:hidden}.aip-oo-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 8px}.aip-oo-title{font-size:18px;font-weight:700;color:#111;margin:0}.aip-oo-close{background:transparent;border:0;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;padding:4px 8px}.aip-oo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:12px 24px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.aip-oo-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px 10px 14px;transition:border-color .15s,box-shadow .15s;cursor:pointer}.aip-oo-card:hover{border-color:#019aff;box-shadow:0 2px 12px #019aff1f}.aip-oo-card img{width:80px;height:80px;object-fit:contain;border-radius:6px;margin-bottom:10px}.aip-oo-card__name{font-size:12px;font-weight:600;color:#111;text-align:center;margin-bottom:4px}.aip-oo-card__cta{font-size:11px;font-weight:600;color:#019aff}@media(max-width:600px){.aip-oo-overlay{padding:0}.aip-oo-modal{max-width:100%;border-radius:0;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh}.aip-oo-grid{grid-template-columns:repeat(2,1fr)}}.ai-chat-history-selection-bar__cta-secondary{display:none;background:transparent;color:#019aff;border:1px solid #019AFF;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;line-height:1;cursor:pointer;align-items:center;gap:8px;white-space:nowrap;box-sizing:border-box;transition:background .12s ease}.ai-chat-history-selection-bar__cta-secondary:hover{background:#019aff14}.ai-chat [data-ai-instance=aipage]~* .ai-chat-history-selection-bar__cta-secondary,[data-ai-instance=aipage] .ai-chat-history-selection-bar__cta-secondary{display:inline-flex}
/*# sourceMappingURL=/cdn/shop/t/1010/assets/ai-create.css.map */
