.aichat-root{position:fixed;inset:0;z-index:9998;pointer-events:none}.aichat-root.aichat-open{pointer-events:auto}.aichat-root.aichat-open:before{content:"";position:fixed;inset:0;background:rgba(15,23,42,.45)}.aichat-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;max-width:calc(100% - 40px);max-height:80vh;background:#fff;border-radius:24px;box-shadow:0 24px 60px rgba(15,23,42,.35);display:none;flex-direction:column;overflow:hidden;z-index:9999}.aichat-panel.open{display:flex;animation:aichat-pop .18s ease-out}@keyframes aichat-pop{from{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width:768px){.aichat-panel{width:100%;max-width:calc(100% - 38px);max-height:calc(100% - 38px)}}.aichat-header.ai-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#333;color:#fff}.ai-header-left{display:flex;align-items:center;gap:12px}.ai-header-icon{width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 0 0 1px rgba(15,23,42,.1)}.ai-header-icon-svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:brightness(.2)}.ai-header-text{display:flex;flex-direction:column;gap:2px}.ai-header-title{font-weight:600;font-size:15px}.ai-header-subtitle{font-size:12px;opacity:.9}.aichat-header .close{border:none;background:0 0;font-size:20px;color:#fff;cursor:pointer;padding:4px;line-height:1;transition:opacity .2s ease}.aichat-header .close:hover{opacity:.8}.aichat-hero{text-align:center;padding:20px 40px 28px;border-bottom:1px solid #eef1f6;background:#fff}.hero-header{margin:0 80px 10px}.hero-icon{width:60px;height:60px;margin:0 auto 16px;border-radius:999px;background:#33333317;display:flex;align-items:center;justify-content:center}.hero-icon-svg{width:32px;height:32px;fill:none;stroke:#333;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.aichat-hero h2{margin:0 0 5px;font-size:22px;font-weight:600;color:#111827}.aichat-hero p{margin:0 0 5px;color:#6b7280;padding:5px 0;font-size:16px}.hero-prompts{display:flex;flex-direction:column;gap:12px;max-width:480px;margin:0 auto 8px}.hero-chip{border:1px solid #e5e7eb;background:#fff;padding:12px 18px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#000;justify-content:flex-start;transition:box-shadow .15s ease,transform .08s ease,background .15s ease}.hero-chip .icon{font-size:16px}.hero-chip:hover{background:#f9fafb;box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-1px)}.chip,.ai-suggestion{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:14px;color:#111827;gap:8px;transition:background .15s ease,box-shadow .15s ease,transform .08s ease}.chip span.icon{font-size:16px}.chip:hover{background:#f9fafb;box-shadow:0 4px 10px rgba(15,23,42,.06);transform:translateY(-1px)}.aichat-history{padding:0 32px 16px;overflow-y:auto;flex:1;background:#fff}.aichat-msg{margin:15px 0;display:flex;align-items:flex-end;gap:8px}.aichat-msg.me{justify-content:flex-end}.aichat-msg .avatar{width:28px;height:28px;border-radius:50%;background:#eef1f6;color:#445;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;box-shadow:0 1px 0 rgba(0,0,0,.04);flex-shrink:0}.aichat-msg .avatar.me{background:#e8f3ff}.aichat-msg .avatar.me:before{content:"🙂"}.aichat-msg.me .avatar{order:2}.aichat-msg.me .bubble{order:1}.aichat-msg .bubble{display:inline-block;max-width:85%;padding:10px 12px;border-radius:18px;background:#f2f4f7;color:#222;box-shadow:0 1px 0 rgba(0,0,0,.02);font-size:14px;line-height:1.45}.aichat-msg .bubble strong{color:#111}.aichat-msg .bubble a{text-decoration:none;border-bottom:1px solid rgba(94,156,255,.35)}.aichat-msg .bubble ul{margin:.25rem 0 .25rem 1.1rem;padding:0}.aichat-msg .bubble li{margin:.2rem 0}.aichat-msg.me .bubble{background:#333;color:#fff}.aichat-msg.me .bubble a{border-bottom-color:rgba(255,255,255,.6)}.aichat-msg.typing .bubble{padding:10px 12px}.typing-dots{display:inline-flex;gap:4px;align-items:center}.typing-dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#9aa3b2;animation:blink 1s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes blink{0%,80%,100%{opacity:.2}40%{opacity:1}}.products-container{margin-top:8px;margin-inline:10px;display:grid;grid-template-columns:1fr;gap:16px}.product-card{display:grid;grid-template-columns:80px 1fr;gap:12px;border:1px solid #eef1f6;border-radius:12px;padding:15px;background:#fff;transition:box-shadow .15s ease,transform .12s ease}.product-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-1px)}.product-card img{width:80px;height:80px;object-fit:cover;border-radius:10px}.product-body{display:flex;flex-direction:column;min-width:0}.product-body .row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}@media (min-width:1024px){.products-container{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{margin:0}}.product-card .title{font-weight:700;line-height:1.25}.product-card .title a{color:inherit;text-decoration:underline;text-underline-offset:2px}.product-card .actions{display:flex;align-items:center;gap:8px}.icon-btn.cart.ghost{border:1px solid #e5e9f2;background:#fff;border-radius:10px;padding:6px;cursor:pointer}.icon-btn.cart.ghost:hover{background:#f7fbff;border-color:#cfe7ff}.product-card .meta{color:#5c667a;font-size:12px;margin-top:4px}.product-card .stock-row{display:flex;align-items:center;font-size:12px;color:#444;margin-top:8px}.product-card .stock-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.product-card .stock-dot.green{background:#14a44d}.product-card .stock-dot.red{background:#e53935}.product-card .stock-qty{color:#666;margin-left:2px}.aichat-controls{display:flex;align-items:center;gap:8px;padding:10px 20px 10px;border-top:1px solid #edf0f7;background:#fff}.aichat-input-wrap{flex:1;position:relative;display:flex;align-items:center;min-width:0}#aichat-input{flex:1;width:100%;padding:10px 36px 10px 14px;border:1px solid #dde3ee;border-radius:999px;outline:none;font-size:14px;background:#fff;resize:none;min-height:40px;max-height:120px;line-height:1.4;box-sizing:border-box}.aichat-input-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:999px;background:#e5e7eb;color:#4b5563;cursor:pointer;flex-shrink:0}.aichat-input-clear:hover{background:#d1d5db;color:#111827}.aichat-input-clear .icon-svg{width:14px;height:14px;fill:currentColor}.aichat-input-clear[hidden]{display:none !important}#aichat-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.16)}.icon-btn{border:none;background:0 0;font-size:18px;color:#4b5563;cursor:pointer;padding:6px 8px}#aichat-send .icon-svg{width:18px;height:18px;fill:#333}#aichat-send :hover .icon-svg{fill:#fff}#aichat-send .icon-svg{fill:#fff}.icon-btn.primary{background:#fff;border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 1px 2px rgba(15,23,42,.15);border:1px solid #dde3ee}.icon-btn.primary:hover{background:#eff6ff}.send-btn{background:#333;color:#fff;border:none;border-radius:999px;padding:15px;cursor:pointer;font-weight:600;box-shadow:0 8px 18px rgba(37,99,235,.35);display:inline-flex;align-items:center;justify-content:center;font-size:15px}button#aichat-upload:hover .icon-svg{fill:#fff}.send-btn:hover{filter:brightness(1.06);border:none!important}.aichat-hint{padding:0 20px 14px;font-size:11px;color:#9ca3af;text-align:center}@media (max-width:540px){.aichat-hero{padding:18px 16px 10px}.aichat-history{padding:0 10px 6px}.aichat-controls{padding:8px 12px 8px}.hero-header{margin:0 0 10px}#aichat-input{font-size:11px;padding:10px 30px 10px 6px}.aichat-input-clear{right:4px;width:22px;height:22px}.aichat-hero h2{font-size:18px}.aichat-hero p{font-size:14px}}.ai-badge{position:absolute;top:8px;left:8px;padding:2px 8px;font-size:11px;border-radius:999px;background:#0d9488;color:#fff;font-weight:600}.product-card{position:relative}.explore-more-row{display:flex;justify-content:center;text-align:center;margin:auto;width:80%;margin-left:38px}.chip.explore-more{padding:.4rem .9rem;border-radius:999px;border:1px solid #ccc;background:#fff;cursor:pointer}#aichat-explore-root{padding:20px 40px}.aichat-explore-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}#aichat-root .products-container{margin-top:8px;margin-inline:10px;display:grid;grid-template-columns:1fr;gap:16px}#aichat-root .aichat-card--chat{position:relative;display:grid;grid-template-columns:80px 1fr;gap:12px;border:1px solid #eef1f6;border-radius:12px;padding:15px;background:#fff;transition:box-shadow .15s ease,transform .12s ease}#aichat-root .aichat-card--chat:hover{box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-1px)}#aichat-root .aichat-card--chat>img{width:80px;height:80px;object-fit:cover;border-radius:10px}#aichat-root .aichat-card--chat .product-body{display:flex;flex-direction:column;min-width:0}#aichat-root .aichat-card--chat .row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-height:55px}@media (min-width:1024px){#aichat-root .products-container{grid-template-columns:repeat(2,minmax(0,1fr))}#aichat-root .image-search-parent .products-container{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (max-width:767px){#aichat-root .aichat-card--chat{grid-template-columns:50px 1fr}}#aichat-root .aichat-card--chat .title{font-weight:700;line-height:1.25}#aichat-root .aichat-card--chat .title a{color:inherit;text-underline-offset:2px}#aichat-root .aichat-card--chat .actions{display:flex;align-items:center;gap:8px}#aichat-root .icon-btn.cart.ghost{border:1px solid #e5e9f2;background:#333;border-radius:10px;padding:6px;cursor:pointer}#aichat-root .icon-btn.cart.ghost:hover{background:#f7fbff;border-color:#cfe7ff}#aichat-root .aichat-card--chat .meta{color:#5c667a;font-size:12px;margin-top:4px}#aichat-root .aichat-card--chat .stock-row{display:flex;align-items:center;font-size:12px;color:#444;margin-top:8px}#aichat-root .aichat-card--chat .stock-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}#aichat-root .aichat-card--chat .stock-dot.green{background:#14a44d}#aichat-root .aichat-card--chat .stock-dot.red{background:#e53935}#aichat-root .aichat-card--chat .stock-qty{color:#666;margin-left:2px}.aichat-card .ai-badge{position:absolute;top:8px;left:8px;padding:2px 8px;font-size:14px;border-radius:6px;background:#333;color:#fff;font-weight:600}.explore-more-row{margin-top:.75rem;display:flex;justify-content:center}.chip.explore-more{padding:.4rem .9rem;border-radius:999px;border:1px solid #ccc;background:#fff;cursor:pointer}.aichat-explore-root{max-width:1440px;margin:0 auto;padding:24px 32px 48px}.aichat-explore-heading{font-size:24px;font-weight:600;margin:0 0 24px}.aichat-explore-empty{font-size:14px;color:#4b5563}.aichat-explore-grid{display:flex;flex-wrap:wrap;gap:24px}.aichat-explore-root .aichat-card--body{position:relative;flex:0 0 250px;max-width:250px;background:#fff;border-radius:4px;box-shadow:var(--bs-box-shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease;border-top:#333}@media (max-width:767px){.aichat-explore-root .aichat-card--body{flex:0 0 calc(50% - 6px);max-width:calc(50% - 0px)}.aichat-explore-grid{gap:12px}}.aichat-explore-root .aichat-card--body:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.aichat-explore-root .aichat-card--body>img{width:100%;height:190px;object-fit:contain;padding:18px 18px 6px}.aichat-explore-root .aichat-card--body .product-body{padding:0 12px 12px;text-align:center}.aichat-explore-root .aichat-card--body .row-top{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:40px}.aichat-explore-root .aichat-card--body .title{font-size:13px;font-weight:600;text-transform:uppercase;line-height:1.3}.aichat-explore-root .aichat-card--body .title a{color:#111827;text-decoration:none}.aichat-explore-root .aichat-card--body .title a:hover{font-weight:600}.aichat-explore-root .aichat-card--body .meta{margin-top:6px;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.aichat-explore-root .aichat-card--body .card-footer{margin-top:5px;padding:8px 4px 4px;display:flex;align-items:center;justify-content:space-between}.aichat-explore-root .aichat-card--body .card-price{font-size:16px;font-weight:700;color:#1f2937}.aichat-explore-root .aichat-card--body .footer-actions .icon-btn.cart.ghost{border-radius:999px;background:#333;color:#fff}.aichat-explore-root .aichat-card--body .actions{display:flex;justify-content:center}.aichat-explore-root .aichat-card--body .icon-btn.cart.ghost{border-radius:999px}.aichat-explore-loader{min-height:280px;display:flex;align-items:center;justify-content:center;padding:60px 20px}.aichat-explore-loader-inner{text-align:center}.aichat-spinner{width:40px;height:40px;border-radius:999px;border:4px solid #e5e7eb;border-top-color:#3d66f5;animation:aichat-spin .8s linear infinite;margin:0 auto 12px}@keyframes aichat-spin{to{transform:rotate(360deg)}}.aichat-loader-text{font-size:14px;color:#4b5563}#aichat-page-blocker{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(255,255,255,.85);z-index:999999;pointer-events:all}.aichat-page-blocker-inner{text-align:center}.aichat-spinner{width:40px;height:40px;border:4px solid #ddd;border-top-color:#3d66f5;border-radius:50%;animation:aichat-spin .7s linear infinite}@keyframes aichat-spin{to{transform:rotate(360deg)}}.aichat-explore-root .aichat-card--body .meta{font-size:12px;color:#666;margin-top:4px}.aichat-explore-root .aichat-card--body .stock-row{display:block;align-items:center;margin-top:5px;font-size:12px;text-align:center;text-transform:uppercase;letter-spacing:.03em}.aichat-explore-root .stock-dot{margin-right:5px;width:8px;height:8px;border-radius:50%;display:inline-block}.aichat-explore-root .stock-dot.green{background-color:#2e7d32}.aichat-explore-root .stock-dot.red{background-color:#c62828}#aichat-root .aichat-product-block{display:flex;flex-direction:column;gap:6px}#aichat-root .aichat-product-desc{font-size:13px;color:#4b5563;line-height:1.45;margin:0 4px 4px}.uploaded-image-preview .uploaded-image{max-width:80px;border-radius:8px;display:block}.aichat-msg .bubble .uploaded-image-preview strong{color:#fff}#aichat-root #aichat-widget .chat-products .aichat-product-block{background:#fff;border-radius:12px;padding:14px 16px 12px;margin:8px 0;box-shadow:0 4px 10px rgba(15,23,42,.08);border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}#aichat-root #aichat-widget .chat-products .aichat-product-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:2px}#aichat-root #aichat-widget .chat-products .aichat-product-block .aichat-card{margin-top:4px;box-shadow:none;border:1px solid #e5e7eb;border-radius:10px}#aichat-root #aichat-widget .chat-products .aichat-product-desc{font-size:13px;line-height:1.5;color:#4b5563;margin-bottom:4px;min-height:40px}#aichat-root #aichat-widget .chat-products .aichat-desc-wrapper{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}#aichat-root #aichat-widget .chat-products .aichat-desc-toggle{align-self:flex-start;background:#333;color:#fff;font-size:12px;font-weight:500;cursor:pointer;border:1px solid;padding:2px 5px;line-height:16px}#aichat-root #aichat-widget .chat-products .aichat-desc-toggle:hover{text-decoration:underline}#aichat-root .aichat-desc-wrapper{overflow:hidden;transition:max-height .35s ease}#aichat-root .aichat-desc-expanded{max-height:800px}#aichat-root .aichat-desc-toggle{margin-top:4px;font-size:13px;cursor:pointer;border:none;background:0 0;padding:0;color:#2563eb}#aichat-explore-root{max-width:1400px;margin:30px auto 50px;padding:28px 30px 34px;border-radius:18px;background:linear-gradient(135deg,#f9fafb 0%,#eef2ff 50%,#f9fafb 100%);box-shadow:0 20px 40px rgba(15,23,42,.1);border:1px solid rgba(148,163,184,.35)}#aichat-explore-root .aichat-explore-heading{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:600;margin:0 0 18px;color:#0f172a}#aichat-explore-root .aichat-explore-heading:before{content:"✨";width:26px;height:26px;border-radius:999px;background:#e0ecff;display:inline-flex;align-items:center;justify-content:center}.aichat-explore-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}@media (min-width:1280px){.aichat-explore-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:767px){.aichat-explore-grid{gap:12px}}.aichat-explore-root .aichat-card--body{position:relative;width:100%;max-width:none;background:#fff;border-radius:10px;box-shadow:var(--bs-box-shadow);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .15s ease,box-shadow .15s ease;border-top:3px solid #333}.aichat-msg.me .bubble::selection{background:#fff !important;color:#000 !important}.aichat-explore-root .aichat-card--body:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(15,23,42,.18)}.aichat-explore-root .aichat-card--body img{width:100%;max-width:140px;height:170px;object-fit:contain;padding:16px 0 4px;margin:0 auto;display:block}.aichat-explore-root .aichat-card--body .product-body{padding:4px 12px 12px;text-align:center}.aichat-explore-root .aichat-card--body .title{font-size:13px;font-weight:600;line-height:1.3;min-height:38px}.aichat-explore-root .aichat-card--body .title{font-size:13px;font-weight:600;line-height:1.3;min-height:2.6em}.aichat-explore-root .aichat-card--body .meta{min-height:1.4em}.aichat-explore-root .aichat-card--body .meta{margin-top:4px;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.aichat-explore-root .aichat-card--body .stock-row{margin-top:6px;font-size:11px;text-align:center}.aichat-explore-root .aichat-card--body .card-footer{margin-top:8px;padding:8px 6px 10px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef2f7}.aichat-explore-root .aichat-card--body .card-price{font-size:16px;font-weight:700;color:#111827}@media (max-width:767px){#aichat-root .products-container{margin-inline:0px}#aichat-root #aichat-widget .chat-products .aichat-product-block{padding:14px 10px 12px}#aichat-root .aichat-card--chat .title a{font-size:12px}#aichat-root .bubble p{font-size:14px}#aichat-explore-root .aichat-explore-heading{font-size:20px}.aichat-explore-grid{grid-template-columns:repeat(auto-fill,minmax(158px,1fr))}#aichat-explore-root{padding:20px 16px 24px;margin:0 auto}.hero-chip{padding:12px}}#aichat-root .aichat-card .promo-ribbon,#aichat-explore-root .aichat-card--body .promo-ribbon{position:absolute;top:10px;right:10px;padding:3px 9px;font-size:11px;font-weight:600;border-radius:999px;background:#dc2626;color:#fff;box-shadow:0 2px 6px rgba(15,23,42,.25)}#aichat-root .aichat-card .promo-ribbon{top:-6px;right:0}#aichat-root #aichat-widget .coupon-promos{margin-top:8px;display:flex;flex-direction:column;gap:8px}#aichat-root #aichat-widget .coupon-card{border-radius:10px;border:1px dashed #c4b5fd;background:#f5f3ff;padding:10px 12px;font-size:13px;color:#312e81}#aichat-root #aichat-widget .coupon-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}#aichat-root #aichat-widget .coupon-title{font-weight:600}#aichat-root #aichat-widget .coupon-code-pill{padding:2px 8px;border-radius:999px;background:#333;color:#fff;font-size:11px;font-weight:600;letter-spacing:.03em}#aichat-root #aichat-widget .coupon-description{font-size:12px;color:#4338ca}#aichat-root #aichat-widget .coupon-apply-btn{margin-top:6px;padding:5px 11px;font-size:12px;border-radius:999px;border:none;background:#333;color:#fff;cursor:pointer;font-weight:600}#aichat-root #aichat-widget .coupon-apply-btn:hover{filter:brightness(1.06)}#aichat-root .coupon-promos{display:flex;flex-direction:column;gap:12px;margin-top:12px}#aichat-root .coupon-card{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background:#f8f9fa}#aichat-root .coupon-card-header{display:flex;justify-content:between;align-items:flex-start;gap:12px;margin-bottom:8px}#aichat-root .coupon-title{font-weight:600;font-size:14px;flex:1}#aichat-root .coupon-discount{font-size:12px;color:#28a745;font-weight:600}#aichat-root .coupon-code-pill{background:#007bff;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;font-family:monospace}#aichat-root .coupon-description{font-size:13px;color:#666;margin-bottom:12px;line-height:1.4}#aichat-root .coupon-apply-btn:hover{background:#218838}#aichat-root .promo-ribbon{position:absolute;top:8px;right:8px;background:#dc3545;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;z-index:10}#aichat-root .coupon-btn-container{display:flex;gap:8px;margin-top:12px}#aichat-root .coupon-apply-btn{background:#333;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}#aichat-root .coupon-remove-btn{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px}#aichat-root .coupon-apply-btn:hover{background:#333}#aichat-root .coupon-remove-btn:hover{background:#c82333}#aichat-root .proceed-to-checkout-btn{background:#333;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(40,167,69,.3);display:inline-flex;align-items:center;gap:8px}#aichat-root .proceed-to-checkout-btn:hover{background:linear-gradient(135deg,#218838,#1e9e8a);transform:translateY(-2px);box-shadow:0 6px 16px rgba(40,167,69,.4)}#aichat-root .proceed-to-checkout-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(40,167,69,.3)}#aichat-root .proceed-to-checkout-container{animation:fadeInUp .5s ease}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#aichat-root .hero-icon .hero-icon-img{width:30px;height:30px;display:block;filter:brightness(.1)}#aichat-root .avatar.ai.avatar-has-image{background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(.2)}#aichat-root .avatar{width:28px;height:28px;padding:0;border:none;border-radius:50%;background:0 0;z-index:2;display:block}#aichat-root #aichat-widget .chat-products .aichat-desc-toggle:hover{padding:2px 5px;line-height:16px}#aichat-root .aichat-card--chat .title a:hover{font-weight:700}#aichat-root .aichat-card--chat .title a{font-weight:700}#aichat-root .restore-actions{margin-top:.8rem;display:flex;gap:1rem;flex-wrap:nowrap;justify-content:center}#aichat-root .restore-actions .chip{flex:1;padding:.75rem 1rem;border-radius:999px;font-weight:600;text-align:center;background:#fff;border:1px solid #dde3ea;cursor:pointer}#aichat-root .restore-actions .chip:hover{background:#f5f7fa}@media (max-width:540px){#aichat-root #aichat-widget .chat-products .aichat-product-desc{font-size:12px}.aichat-msg .bubble{max-width:90%}.explore-more-row{width:85%}.hero-icon{width:50px;height:50px;margin:0 auto 12px}#aichat-root .hero-icon .hero-icon-img{width:26px;height:26px}.ai-header-icon-svg{width:18px;height:18px}.ai-header-icon{width:32px;height:32px}.aichat-panel{max-width:calc(100% - 50px);max-height:calc(100% - 50px)}.aichat-hero p{line-height:22px}#aichat-input{font-size:16px}}