.chat-user-input{position:relative;max-width:832px;padding:16px 16px 42px;margin:-16px -16px 0;overflow:hidden;background-color:var(--bg-color,#fff)}.chat-user-input:after{content:"";position:absolute;background-image:url(https://ds.micstatic.com/london/_next/static/images/chat-box-bg-bcf0bd3a8df03d2c202573793b5009e4.webp);background-size:contain;background-repeat:no-repeat;background-position:50%;pointer-events:none;z-index:0;width:100%;aspect-ratio:808/165;transform:translateY(-60%)}.chat-user-input .ai-input-wrapper{cursor:text;display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;align-items:center;grid-column-gap:16px;-moz-column-gap:16px;column-gap:16px;grid-row-gap:6px;row-gap:6px;position:relative;transition:grid-template-columns .2s ease,grid-template-rows .2s ease;transition:grid-template-columns .2s ease,grid-template-rows .2s ease,-ms-grid-columns .2s ease,-ms-grid-rows .2s ease}.chat-user-input .ai-input-wrapper .ai-agent-select-wrapper,.chat-user-input .ai-input-wrapper .ai-chat-input-wrapper,.chat-user-input .ai-input-wrapper .send-btn-wrapper{transition:transform .2s ease,grid-column .2s ease,grid-row .2s ease;transition:transform .2s ease,grid-column .2s ease,grid-row .2s ease,-ms-grid-column .2s ease,-ms-grid-row .2s ease}.chat-user-input .ai-input-wrapper .ai-agent-select-wrapper{grid-column:1}.chat-user-input .ai-input-wrapper .ai-chat-input-wrapper{grid-column:2}.chat-user-input .ai-input-wrapper .send-btn-wrapper{grid-column:3;justify-self:flex-end}.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-arrow-up-circle,.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-stop-circle{font-size:38px;color:#6930ff;cursor:pointer;transition:color .3s ease}.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-arrow-up-circle[disabled]{cursor:not-allowed;color:rgba(105,48,255,.5)}.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-arrow-up-circle:not([disabled]):hover,.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-stop-circle:hover{color:#5717ff}.chat-user-input .ai-input-wrapper[data-multiline=true]{grid-template-columns:1fr auto;grid-template-rows:auto auto}.chat-user-input .ai-input-wrapper[data-multiline=true] .ai-chat-input-wrapper{grid-column:1/-1;grid-row:1}.chat-user-input .ai-input-wrapper[data-multiline=true] .ai-agent-select-wrapper{grid-column:1;grid-row:2;transform:translateY(2px)}.chat-user-input .ai-input-wrapper[data-multiline=true] .send-btn-wrapper{grid-column:2;grid-row:2;justify-self:flex-end;transform:translateY(2px)}.chat-user-input .ai-input-wrapper .ai-agent-select{min-width:160px}.chat-user-input .ai-input-wrapper .ai-agent-select .ant-select-selector{border-radius:8px;border-color:#e8ebed}.chat-user-input .ai-input-wrapper .ai-agent-select .ant-select-arrow{color:#222}.chat-user-input .ai-input-wrapper .ai-agent-select .ant-select-arrow:before{color:inherit}.chat-user-input .ai-input-wrapper .ai-agent-select:hover .ant-select-selector{background-color:#fafbfb}.chat-user-input .ai-input-wrapper .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#e5e4ff;box-shadow:none}.chat-user-input .ai-input-wrapper .ai-chat-input-wrapper{flex:1 1;-webkit-mask:linear-gradient(180deg,transparent,#fff 4%,#fff 96%,transparent);mask:linear-gradient(180deg,transparent,#fff 4%,#fff 96%,transparent);overflow:hidden}.chat-user-input .ai-input-wrapper .ai-chat-input{width:100%;border:none;padding:0;font-size:14px;line-height:22px;color:#222;background-color:transparent;outline:none;overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;caret-color:#6930ff}.chat-user-input .ai-input-wrapper .ai-chat-input:focus,.chat-user-input .ai-input-wrapper .ai-chat-input:hover{border:none;box-shadow:none;outline:none}.chat-user-input .ai-input-wrapper .ai-chat-input:empty:before{content:attr(data-placeholder);color:#999;pointer-events:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--minlines);line-clamp:var(--minlines);white-space:normal}.chat-user-input .ai-input-wrapper .ai-chat-input :global b,.chat-user-input .ai-input-wrapper .ai-chat-input :global strong{font-weight:600}.chat-user-input .ai-input-wrapper .ai-chat-input :global em,.chat-user-input .ai-input-wrapper .ai-chat-input :global i{font-style:italic}.chat-user-input .ai-input-wrapper .ai-chat-input :global u{text-decoration:underline}.chat-user-input .ai-input-wrapper .ai-chat-input :global code{background:#f5f5f5;padding:2px 4px;border-radius:2px;font-family:Courier New,monospace}.chat-user-input .ai-input-wrapper .ai-chat-input .rich-text-tag{display:inline-block;background:rgba(105,48,255,.05);color:#6930ff;padding:3px 6px;margin:0 2px;border-radius:4px;font-size:14px;font-weight:700;line-height:22px}.chat-user-input .ai-input-wrapper .ai-chat-input::-webkit-scrollbar{width:4px}.chat-user-input .ai-input-wrapper .ai-chat-input::-webkit-scrollbar-track{background:transparent;border:none;box-shadow:none}.chat-user-input .ai-input-wrapper .ai-chat-input::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.chat-user-input .ai-input-wrapper .ai-chat-input::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.chat-user-input .ai-input-wrapper .ai-chat-input::-webkit-scrollbar-track-piece{background-color:transparent}@media (max-width:768px){.chat-user-input{padding-bottom:22px}.chat-user-input .ai-input-wrapper{grid-template-columns:1fr;grid-auto-rows:auto;row-gap:12px}.chat-user-input .ai-input-wrapper .ai-agent-select-wrapper{grid-column:1;grid-row:2;transform:translateY(2px)}.chat-user-input .ai-input-wrapper .ai-agent-select-wrapper .ai-agent-select{min-width:150px}.chat-user-input .ai-input-wrapper .ai-chat-input-wrapper{grid-column:1}.chat-user-input .ai-input-wrapper .ai-chat-input .rich-text-tag{padding:1px 4px}.chat-user-input .ai-input-wrapper .send-btn-wrapper{grid-column:1;grid-row:2;justify-self:flex-end}.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-arrow-up-circle,.chat-user-input .ai-input-wrapper .send-btn-wrapper .icon-stop-circle{font-size:32px}}.message-title{font-size:16px;font-weight:700}.message-text{white-space:pre-wrap;word-break:break-word}.message-json pre{margin:0;padding:12px;background:#f5f5f5;border-radius:4px;overflow-x:auto}.human-feedback-selection-publish{width:100%;padding:0}.product-fb-item{width:52px;height:52px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid #e8ebed}.pus-left-item-last{position:relative}.pus-left-item-last .pus-left-item-last-ellipsis{background:rgba(0,0,0,.48);border-radius:8px;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:5px}.pus-left-item-last .pus-left-item-last-ellipsis .dot{width:3px;height:3px;background:#fff;border-radius:50%}.selection-callback{width:100%;border:1px solid #e8ebed;background:#fafbfb;border-radius:8px;padding:6px 16px 6px 8px}.selection-callback .selection-callback-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.selection-callback .selection-callback-bottom{margin-top:8px;display:flex;align-items:center;gap:8px}.selection-callback .selection-callback-bottom img{border:1px solid #e8ebed;border-radius:4px;width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.selection-callback .selection-callback-left{display:flex;align-items:center;justify-content:flex-start;flex:1 1;gap:12px}.selection-callback .selection-callback-left-content{font-weight:600}.selection-callback .selection-callback-left-info,.selection-callback .selection-callback-right{display:flex;align-items:center;justify-content:space-between}.selection-callback .selection-callback-left-info{border:1px solid #e8ebed;background:#fff;border-radius:6px;padding:3px 8px;gap:4px;color:#222}.selection-callback .selection-callback-left-info .cb-icon{font-size:20px}@media screen and (max-width:768px){.selection-callback{padding:8px 12px}.selection-callback .selection-callback-left{gap:8px}.selection-callback .selection-callback-left-info{padding:4px 6px}.selection-callback .selection-callback-left-info .cb-icon{font-size:16px}}.selection-publish-message{background:#f5f5f5;border-radius:8px 0 8px 8px;padding:12px 16px}.selection-publish-message .selection-publish-message-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.selection-publish-message .selection-publish-message-left{flex:1 1;display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media screen and (max-width:768px){.selection-publish-message{padding:12px;max-width:100%}.selection-publish-message .selection-publish-message-top{gap:12px;margin-bottom:8px}.selection-publish-message .selection-publish-message-left{gap:6px}}.product-user-selected{width:100%;background:#fafbfb;border:1px solid #e8ebed;border-radius:8px 8px 8px 8px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.product-user-selected .pus-left{display:flex;align-items:center;justify-content:flex-start;gap:10px}.product-user-selected .pus-right{flex-grow:1;display:flex;align-items:center;justify-content:space-between;gap:8px}@media screen and (max-width:768px){.product-user-selected{padding:12px;gap:8px}.product-user-selected .pus-left{gap:6px}.message-title{font-size:14px}.message-text{font-size:12px}}.recommend-questions{gap:8px;display:flex;flex-direction:column;padding-top:16px}.recommend-questions .recommend-question{display:inline-block;padding:7px 16px;font-size:14px;line-height:22px;background-color:#f5f5f5;border-radius:4px;cursor:pointer;color:#222}.recommend-questions .recommend-question:after{content:"\e7f3";font-family:cb-icon;font-size:14px;line-height:22px;vertical-align:middle;margin-left:8px;color:#222}.recommend-questions .recommend-question:hover{background-color:#eee}@media screen and (max-width:768px){.recommend-questions .recommend-question{padding:7px 12px;font-size:12px;line-height:18px}}.ant-image{position:relative;display:inline-block}.ant-image-img{display:block;width:100%;height:auto}.ant-image-img-placeholder{background-color:#f5f5f5;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:30%}.ant-image-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.5);cursor:pointer;opacity:0;transition:opacity .3s}.ant-image-mask-info .anticon{margin-inline-end:4px}.ant-image-mask:hover{opacity:1}.ant-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.ant-image-preview{pointer-events:none;height:100%;text-align:center}.ant-image-preview.ant-zoom-enter,.ant-image-preview.antzoom-appear{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-image-preview-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45)}.ant-image-preview-mask-hidden{display:none}.ant-image-preview-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.ant-image-preview-body{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ant-image-preview-img{max-width:100%;max-height:100%;vertical-align:middle;transform:scaleX(1);cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:auto}.ant-image-preview-img,.ant-image-preview-img-wrapper{transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s}.ant-image-preview-img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.ant-image-preview-img-wrapper:before{display:inline-block;width:1px;height:50%;margin-right:-1px;content:""}.ant-image-preview-moving .ant-image-preview-img{cursor:grabbing}.ant-image-preview-moving .ant-image-preview-img-wrapper{transition-duration:0s}.ant-image-preview-wrap{z-index:1080}.ant-image-preview-operations{box-sizing:border-box;margin:0;padding:0;color:#222;font-size:14px;font-variant:tabular-nums;line-height:1.5;font-feature-settings:"tnum","tnum";position:absolute;top:0;right:0;z-index:1;display:flex;flex-direction:row-reverse;align-items:center;width:100%;color:hsla(0,0%,100%,.85);list-style:none;background:rgba(0,0,0,.1);pointer-events:auto}.ant-image-preview-operations-operation{margin-left:12px;padding:12px;cursor:pointer}.ant-image-preview-operations-operation-disabled{color:hsla(0,0%,100%,.25);pointer-events:none}.ant-image-preview-operations-operation:last-of-type{margin-left:0}.ant-image-preview-operations-icon{font-size:18px}.ant-image-preview-switch-left,.ant-image-preview-switch-right{position:absolute;top:50%;right:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-top:-22px;color:hsla(0,0%,100%,.85);background:rgba(0,0,0,.1);border-radius:50%;cursor:pointer;pointer-events:auto}.ant-image-preview-switch-left-disabled,.ant-image-preview-switch-right-disabled{color:hsla(0,0%,100%,.25);cursor:not-allowed}.ant-image-preview-switch-left-disabled>.anticon,.ant-image-preview-switch-right-disabled>.anticon{cursor:not-allowed}.ant-image-preview-switch-left>.anticon,.ant-image-preview-switch-right>.anticon{font-size:18px}.ant-image-preview-switch-left{left:10px}.ant-image-preview-switch-right{right:10px}.authorize-guidance{padding:12px 16px;background:#fafbfb;border:1px solid #e8ebed;border-radius:8px}.authorize-guidance a{color:#0676dd}.authorize-guidance-image{text-align:center;margin-bottom:20px}.authorize-guidance-image .main-image{max-width:100%;height:auto;max-height:120px;-o-object-fit:contain;object-fit:contain}.authorize-guidance-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#333}.authorize-guidance-description{margin:0 0 20px;font-size:14px;line-height:1.6;color:#666}.authorize-guidance-steps .step-list .step-item .step-title{font-weight:600}.authorize-guidance-steps .step-list .step-item .step-content{white-space:pre-wrap;margin-top:8px}.authorize-guidance-steps .step-list .step-item .step-content ul{margin:0;padding-left:1em}.authorize-guidance-steps .step-list .step-item .step-content .step-text{display:flex;flex-direction:column;gap:4px}.authorize-guidance-steps .step-list .step-item .step-content .step-desc{color:#666;line-height:22px}.authorize-guidance-steps .step-list .step-item+.step-item{margin-top:16px}.authorize-guidance-actions{margin-bottom:16px}.authorize-guidance-footer{font-size:14px;color:#666}.authorize-guidance-footer .create-store-link{color:#6930ff;text-decoration:none;cursor:pointer}.authorize-guidance-footer .create-store-link:hover{text-decoration:underline}.review-buttons{display:flex;align-items:center;justify-content:end;gap:10px;padding:8px 0}.review-buttons .cb-icon{cursor:pointer}.review-buttons .cb-icon:hover{opacity:.8}.review-feedback-modal .ant-modal-close-x{margin-top:11px}.review-feedback-modal.ant-modal{max-width:414px}.review-feedback-modal.ant-modal .ant-modal-content{border-radius:12px}.review-feedback-modal.ant-modal .ant-modal-body{padding:0;background:transparent}.review-feedback-modal .review-feedback-content-thumb-up{padding:70px 24px 24px;background:#fff;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 50%),linear-gradient(90deg,#f3d9ff 0,#d7e7fe);border-radius:12px}.review-feedback-modal .review-feedback-content-thumb-up .thumb-up-img{width:100%;position:absolute;top:-80px;margin:0 auto;display:block;left:0;text-align:center}.review-feedback-modal .review-feedback-content-thumb-up h4{font-size:18px;line-height:26px;margin-bottom:12px;color:#222;text-align:center}.review-feedback-modal .review-feedback-content-thumb-up p{font-size:14px;line-height:22px;color:#222;margin-bottom:24px;text-align:center}.review-feedback-modal .review-feedback-content-thumb-up .review-feedback-footer{display:flex;gap:10px}.review-feedback-modal .review-feedback-content-thumb-down{padding:24px;background:#fff;border-radius:12px}.review-feedback-modal .review-feedback-content-thumb-down h3{font-size:18px;margin-bottom:16px}.review-feedback-modal .review-feedback-content-thumb-down .ant-checkbox-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.review-feedback-modal .review-feedback-content-thumb-down .ant-checkbox-group .ant-checkbox-wrapper{margin-left:0}.review-feedback-modal .review-feedback-content-thumb-down .review-feedback-footer{display:flex;gap:10px;margin-top:16px;justify-content:center}.review-feedback-modal .review-feedback-content-thumb-down .review-feedback-footer .button-base{width:100%;max-width:154px;font-weight:400}.review-feedback-banner{padding:12px 20px 12px 40px;min-height:68px;border-radius:12px;background:url(https://ds.micstatic.com/london/_next/static/images/review-feedback-bg-4035a3671afb9ac29ce0221adc2ef4df.png) no-repeat 0;background-size:cover;display:flex;align-items:center;justify-content:space-between}.review-feedback-banner>span{font-weight:600}.review-feedback-banner>span>b{font-weight:700;color:#6930ff}.review-feedback-banner .review-feedback-banner-buttons{display:flex;gap:10px;align-items:center;justify-content:space-between}.review-feedback-banner .review-feedback-banner-buttons span{white-space:pre-wrap}.review-feedback-banner .review-feedback-banner-buttons .button-base span{white-space:nowrap}.review-feedback-banner .review-feedback-banner-buttons a{color:#999;cursor:pointer;font-size:12px;white-space:nowrap}@media screen and (max-width:768px){.review-feedback-modal .review-feedback-content-thumb-down h3{margin-top:8px;font-size:16px}.review-feedback-modal .ant-modal-close-x{margin-top:0}.review-feedback-banner{padding:12px 20px 8px;flex-direction:column;background:url(https://ds.micstatic.com/london/_next/static/images/review-feedback-bg-m-bfcc71bbd5a8b69851ada60e8efab1e0.png) no-repeat 0;background-size:cover;gap:7px;text-align:center;line-height:16px;border-radius:4px}.review-feedback-banner .review-feedback-banner-buttons{gap:4px;flex-direction:column}.review-feedback-banner .review-feedback-banner-buttons .button-base{height:24px;min-height:24px}.review-feedback-banner .review-feedback-banner-buttons a{font-size:10px;line-height:12px}}.ant-progress{box-sizing:border-box;margin:0;padding:0;color:#222;font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum","tnum";display:inline-block}.ant-progress-line{position:relative;width:100%;font-size:14px}.ant-progress-steps{display:inline-block}.ant-progress-steps-outer{display:flex;flex-direction:row;align-items:center}.ant-progress-steps-item{flex-shrink:0;min-width:2px;margin-right:2px;background:#f3f3f3;transition:all .3s}.ant-progress-steps-item-active{background:#47a4fb}.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon{font-size:12px}.ant-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.ant-progress-show-info .ant-progress-outer{margin-right:calc(-2em - 8px);padding-right:calc(2em + 8px)}.ant-progress-inner{position:relative;display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background-color:#f5f5f5;border-radius:100px}.ant-progress-circle-trail{stroke:#f5f5f5}.ant-progress-circle-path{animation:ant-progress-appear .3s}.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#47a4fb}.ant-progress-bg,.ant-progress-success-bg{position:relative;background-color:#47a4fb;border-radius:100px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.ant-progress-success-bg{position:absolute;top:0;left:0;background-color:#52c41a}.ant-progress-text{display:inline-block;width:2em;margin-left:8px;color:#222;font-size:1em;line-height:1;white-space:nowrap;text-align:left;vertical-align:middle;word-break:normal}.ant-progress-text .anticon{font-size:14px}.ant-progress-status-active .ant-progress-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:10px;opacity:0;animation:ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;content:""}.ant-progress-status-exception .ant-progress-bg{background-color:#fc5a5c}.ant-progress-status-exception .ant-progress-text{color:#fc5a5c}.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#fc5a5c}.ant-progress-status-success .ant-progress-bg{background-color:#52c41a}.ant-progress-status-success .ant-progress-text{color:#52c41a}.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#52c41a}.ant-progress-circle .ant-progress-inner{position:relative;line-height:1;background-color:transparent}.ant-progress-circle .ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:#222;font-size:1em;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.ant-progress-circle .ant-progress-text .anticon{font-size:1.16666667em}.ant-progress-circle.ant-progress-status-exception .ant-progress-text{color:#fc5a5c}.ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#52c41a}@keyframes ant-progress-active{0%{transform:translateX(-100%) scaleX(0);opacity:.1}20%{transform:translateX(-100%) scaleX(0);opacity:.5}to{transform:translateX(0) scaleX(1);opacity:0}}.ant-progress-rtl{direction:rtl}.ant-progress-rtl.ant-progress-show-info .ant-progress-outer{margin-right:0;margin-left:calc(-2em - 8px);padding-right:0;padding-left:calc(2em + 8px)}.ant-progress-rtl .ant-progress-success-bg{right:0;left:auto}.ant-progress-rtl.ant-progress-line .ant-progress-text,.ant-progress-rtl.ant-progress-steps .ant-progress-text{margin-right:8px;margin-left:0;text-align:right}.listing-batch-no-progress{margin-bottom:16px;white-space:pre-wrap}.listing-batch-no-progress.mb-smaller{margin-bottom:12px}.listing-batch-no-success-message{margin-bottom:12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px}.listing-batch-no-success-message.share-mode{margin-bottom:0}.listing-batch-no-progress.left-quota{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px}.listing-batch-no-progress.left-quota span:last-child{flex-shrink:1;color:#666}.listing-batch-no-title{margin-bottom:6px}.listing-batch-no-view-link{color:#0676dd}.listing-batch-no-view-link:hover{color:#0676dd;text-decoration:underline}.listing-batch-no-task-generated{margin:12px 0 16px;color:#6930ff}.listing-batch-no-task-generated[data-disabled=true]{opacity:.5}.listing-batch-no a{color:#0676dd}.listing-batch-no a:hover{text-decoration:underline}.listing-batch-no-content,.listing-batch-no-progress{padding:9px 16px;background:#fafbfb;border:1px solid #e8ebed;border-radius:8px}.listing-batch-no-content-pics{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.listing-batch-no-content-pics-item,.listing-batch-no-content-pics-item-link{flex:1 1;aspect-ratio:1/1;min-width:30px;max-width:52px;border-radius:8px;outline:1px solid #e8ebed;overflow:hidden}.listing-batch-no-content-pics-item-link:last-child,.listing-batch-no-content-pics-item:last-child{margin-right:0}.listing-batch-no-content-pics-item img,.listing-batch-no-content-pics-item-link img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.listing-batch-no-content:empty{display:none}.listing-batch-no-content-pics-wrapper{display:flex;flex-wrap:wrap;-moz-column-gap:32px;column-gap:32px;row-gap:8px;align-items:center;justify-content:space-between;margin-bottom:8px}@media screen and (max-width:768px){.listing-batch-no-content,.listing-batch-no-progress{padding:12px}.listing-batch-no-content-pics{width:100%}.listing-batch-no-content-pics-item[data-link=true]{position:relative}.listing-batch-no-content-pics-item[data-link=true]:after{content:attr(data-link-text);position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center}}.ai-access-common{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-radius:16px;background:url(https://ds.micstatic.com/london/_next/static/images/invalidBg-c5a5705669aff4e124314b6b9493d436.png) no-repeat 50%;background-size:100% 100%;gap:8px;margin:40px auto 0}.ai-access-common .ai-access-left{flex:1 1;display:flex;flex-direction:column;gap:2px}.ai-access-common .ai-access-right{width:-moz-min-content;width:min-content}.ai-access-common .ai-access-left-title{font-weight:600;font-size:16px}.ai-access-common .ai-access-left-desc{font-size:14px;line-height:22px;color:#6930ff}.ai-access-tip{margin-bottom:16px;width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;background:#fff9e5;color:#222;padding:7px 12px}.ai-access-tip .ai-access-left{flex:1 1}.ai-access-tip .ai-access-right{width:-moz-min-content;width:min-content}.ai-access-tip .ai-access-left-icon{color:#ffb20c;font-size:16px;margin-right:9px}@media screen and (max-width:768px){.ai-access-common{flex-direction:column;padding:12px;border-radius:16px;background:url(https://ds.micstatic.com/london/_next/static/images/invalidBgM-13a777ad7603d260b351ba8686ab8dc9.png) no-repeat 50%;gap:4px}.ai-access-common .ai-access-left-title{font-size:12px}.ai-access-tip{margin-bottom:12px}.ai-access-tip .ai-access-left-icon{font-size:14px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;margin-right:6px}}.ai-faq-container .ai-faq-list{padding-inline-start:1em;margin-block:10px}.ai-faq-container .ai-faq-list li{list-style-type:disc;color:#0676dd}.ai-faq-container .ai-faq-list li a{color:inherit}.ai-faq-container .ai-faq-list li a:hover{text-decoration:underline}.price-rule-items .ant-form-item{margin-bottom:10px}.price-rule-items .calculation-formula{display:flex;flex-wrap:wrap;align-items:center;gap:4px;line-height:1.5}.price-rule-items .calculation-formula .ant-input-affix-wrapper{width:120px}.price-rule-items .calculation-formula .ant-input-affix-wrapper .ant-input{flex:1 1}.price-rule-items .calculation-formula .ant-checkbox-wrapper{display:inline-flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.price-rule-items .calculation-formula+.calculation-formula{margin-top:12px}@media screen and (max-width:768px){.price-rule-items .calculation-formula .ant-input-affix-wrapper{width:100px;padding:0 8px}.price-rule-items .calculation-formula .ant-input-affix-wrapper .ant-input{height:24px}.price-rule-items .calculation-formula .ant-input-affix-wrapper .ant-input-suffix{font-size:12px}}.store-selector-container section p{margin-bottom:8px}.store-selector-container section+section{margin-top:16px}.store-selector-container .store-selector{display:flex;gap:12px 24px;justify-content:space-between;align-items:center;flex-wrap:wrap}.store-selector-container .store-selector-invalid-store button:hover{text-decoration:none}.store-selector-container .store-selector-invalid-store-button{color:#666}.store-selector-container .store-selector-invalid-store-button.disabled{opacity:.5}.store-selector-container .store-selector-invalid-store-button:hover{text-decoration:underline}.store-selector-container .store-selector .store-selector-list{display:flex;flex-wrap:wrap;gap:6px 30px}.store-selector-container .store-selector a{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.store-selector-container .store-selector a+a{padding-left:16px}.store-selector-container .listing-rules,.store-selector-container .listing-rules .listing-rule-item+.listing-rule-item{margin-top:12px}.store-selector-container .optimize-rules-options{flex-wrap:wrap;gap:8px 32px}.store-selector-container .optimize-rules-options label+label{margin-left:0}.store-selector-container .consume-quota{font-size:12px;padding-left:16px;white-space:pre-wrap;color:#6930ff}.store-selector-container .consume-quota[data-disabled=true]{opacity:.5}.pricing-rules-compare-price-tooltip .ant-popover-inner-content,.pricing-rules-sale-price-tooltip .ant-popover-inner-content,.pricing-rules-shipping-fee-tooltip .ant-popover-inner-content,.store-selector-invalid-store-popover .ant-popover-inner-content,.store-selector-refresh-popover .ant-popover-inner-content{padding:8px}@media screen and (max-width:768px){.store-selector-container .optimize-rules-options{flex-direction:column;gap:10px 20px}.store-selector-container .store-selector{align-items:flex-start}.store-selector-container .store-selector .store-selector-list .store-selector-item{display:block}.store-selector-container .store-selector .store-selector-list .store-selector-item+.store-selector-item{margin-top:10px}.store-selector-container .store-selector-invalid-store{line-height:32px}}.step-title{margin:10px 0 8px}.continue-button-wrapper{margin-top:16px}.store-builder-st1-wrapper .category-wrap-list{display:flex;flex-wrap:wrap;gap:8px 16px}.store-builder-st1-wrapper .color-theme-item{cursor:pointer}.store-builder-st1-wrapper .color-theme-item[data-selected=true]{position:relative}.store-builder-st1-wrapper .color-theme-item[data-selected=true]:after{content:"\e9f1";color:#6930ff;position:absolute;background-color:#fff;border:1px solid #fff;border-radius:50%;font-size:14px;bottom:0;right:0}.store-builder-st1-wrapper .banner-item{font-size:0;border-radius:8px;overflow:hidden;cursor:pointer}.store-builder-st1-wrapper .banner-item[data-selected=true]{position:relative;outline:2px solid #6930ff}.store-builder-st1-wrapper .banner-item[data-selected=true]:after{content:"\e9f1";color:#6930ff;position:absolute;background-color:#fff;border:1px solid #fff;border-radius:50%;font-size:16px;top:6px;right:8px}.store-builder-st1-wrapper section p{margin-bottom:8px}.store-builder-st1-wrapper section+section{margin-top:20px}.continue-button{min-width:173px}.store-builder-st2-wrapper .step-title{margin:16px 0 6px}.store-builder-st2-wrapper section p{margin-bottom:8px}.store-builder-st2-wrapper section+section{margin-top:24px}.store-builder-st2-wrapper .builder-step-item{color:#666;font-size:12px}.store-builder-st2-wrapper .register-button-wrapper{margin:16px 0 12px}.store-builder-st3-wrapper section p{margin-bottom:8px}.store-builder-st3-wrapper section+section{margin-top:24px}.store-builder-st3-wrapper .install-doba-app-button-wrapper{margin:16px 0}.store-builder-st3-wrapper .note{margin-top:8px;font-size:12px;color:#666}.store-builder-st4-wrapper .st4-title{display:flex;flex-wrap:wrap;gap:4px;justify-content:space-between;align-items:center;margin:0;line-height:22px}.store-builder-st4-wrapper section+section{margin-top:8px}.store-builder-st4-wrapper .error-message{color:#fc5a5c;margin:16px 0}@media screen and (max-width:768px){.store-builder-st4-wrapper .st4-title{flex-direction:column;align-items:flex-start}}.selection-publish-fb{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;width:100%}.human-feedback-wrapper{background:#fafbfb;border:1px solid #e8ebed;padding:12px 16px;border-radius:8px}.human-feedback-wrapper.modified,.human-feedback-wrapper[data-disabled=true]{background:#fafbfb;border:1px solid #e8ebed}.human-feedback-wrapper a{color:#0676dd}@media screen and (max-width:768px){.human-feedback-wrapper{padding:12px}}.no-store-container section p{margin-bottom:8px}.no-store-container .store-selector{display:flex;gap:12px 24px;justify-content:space-between;flex-wrap:wrap}.no-store-container a{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.wix-form-tip{color:#999;margin-top:30px}.store-wait-connect-container button+button{margin-left:12px}.authorize-guidance-actions{margin-top:10px;display:flex;align-items:center;flex-wrap:wrap;gap:16px}.authorize-guidance-actions-tip{margin-bottom:16px}.chat-message-list{display:flex;flex-direction:column;padding:16px 0 32px 16px}.chat-message-list .chat-message-content{width:100%}.chat-message-list .chat-ai-answer-group{display:flex;flex-direction:column;width:100%}.chat-message-list .message-title{display:flex;align-items:center}.chat-message-list .message-title:before{display:inline-block;width:12px;height:12px;border:3px solid #1ead6f;border-radius:50%;content:"";margin-left:-14px;margin-right:10px}.chat-message-list.chat-message-list-streaming .chat-ai-answer-group:last-of-type .chat-message-title:not(:has(~.chat-message-title)) .message-title:before{border:none;width:18px;height:18px;background:url(https://ds.micstatic.com/london/_next/static/images/loading-e5f8e7980a92910aaff3ac597e71317c.png) 50% no-repeat;background-size:100% 100%;margin-left:-16px;margin-right:6px}.chat-message-item{display:flex;width:100%}.chat-message-item.chat-message-user{margin:26px 0 32px}.chat-message-item.chat-message-user .chat-message-content{display:flex;justify-content:flex-end}.chat-message-item.chat-message-user .message-text{border:1px solid #e8e8e8;background:#f5f5f5;padding:12px 16px;word-wrap:break-word;word-break:break-word;color:#222;font-size:16px;border-radius:8px 0 8px 8px;width:-moz-fit-content;width:fit-content;max-width:80%}.chat-message-item.chat-message-ai.chat-message-title{margin-top:18px;padding-bottom:6px}.chat-message-item.chat-message-ai.chat-message-text{padding-bottom:6px}.chat-message-item.chat-message-ai.chat-message-feedback{padding-bottom:16px}.chat-message-item.chat-message-ai:not(.chat-message-title,.chat-message-loading){border-left:1px solid #e8e8e8;margin-left:-8px;padding-left:16px}.chat-message-item.chat-message-ai:not(.chat-message-title,.chat-message-loading):has(.ai-access-common){border-left:none}.chat-message-item.chat-message-ai .chat-message-content .chat-loading-skeleton{display:flex;flex-direction:column;width:100%}.chat-message-item.chat-message-error .chat-message-content{background:#fcf2f2;padding:12px 16px;word-wrap:break-word;word-break:break-word;color:red}.chat-message-item.chat-message-error .message-text{border-left:none;margin-left:0;padding-bottom:0;padding-left:0}.chat-message-item .message-error{background:#fcf2f2;padding:12px 16px;word-wrap:break-word;word-break:break-word;color:red;margin-top:12px}@media screen and (max-width:768px){.chat-message-list{padding:16px 0 32px 12px}.chat-message-list .message-title:before{margin-left:-12px;margin-right:8px}.chat-message-list.chat-message-list-streaming .chat-ai-answer-group:last-of-type .chat-message-title:not(:has(~.chat-message-title)) .message-title:before{margin-left:-16px;margin-right:5px}.chat-message-item.chat-message-user{margin:16px 0 15px}.chat-message-item.chat-message-user .message-text{border-color:transparent;padding:6px 12px;font-size:14px}.chat-message-item.chat-message-ai.chat-message-title{margin-top:16px}.chat-message-item.chat-message-ai:not(.chat-message-title,.chat-message-loading){margin-left:-7px;padding-left:14px;width:calc(100% + 6px)}.chat-message-item .message-error,.chat-message-item.chat-message-error .chat-message-content{padding:6px 12px}}.product-drawer .ant-drawer-content-wrapper{max-width:1200px;width:100%}.product-drawer .ant-drawer-content-wrapper .ant-drawer-header{padding-right:66px}.product-drawer .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-close{margin-top:4px}#product-drawer-content .prod-main{padding:0}#product-drawer-content .breadcrumb-nav{display:none}#product-drawer-content .img-box{width:500px}.product-drawer-title{display:flex;justify-content:space-between;align-items:center;height:32px}.product-drawer-title .product-drawer-title-text{font-size:16px}.product-drawer-title .product-drawer-title-operate .operate-box{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;max-width:none;margin-top:0}.product-drawer-title .product-drawer-title-operate .operate-box .btn-wrap{padding:0}.product-drawer-title .product-drawer-title-operate .operate-box .btn-wrap .btn{padding:0 16px;height:32px}.product-drawer-title .product-drawer-title-operate .operate-box .ball{display:none}.questionnaire-completed{display:flex;align-items:center;gap:8px}.questionnaire-completed .questionnaire-completed-icon{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.questionnaire-completed .questionnaire-completed-text{font-size:15px;line-height:22px;color:#222;font-weight:600;flex:1 1}.question-container{width:100%}.question-container .question-name{font-weight:600;font-size:15px;line-height:22px;color:#222;margin-bottom:12px}.question-container .question-name .required-mark{color:#222;margin-right:4px}.question-container.question-error .question-name,.question-container.question-error .required-mark{color:#fabb0d}.question-container.question-error .select-btn{border-color:#fabb0d}.question-container.question-error .ant-input,.question-container.question-error .ant-input:focus{border-color:#fabb0d;box-shadow:0 0 0 2px rgba(255,77,79,.2)}.question-container .question-error-message{color:#fabb0d;font-size:12px;line-height:20px;margin-top:4px;display:flex;align-items:center}.question-container .question-error-message:before{content:"⚠";margin-right:4px}.question-container .select-group{display:flex;flex-wrap:wrap;row-gap:12px;-moz-column-gap:10px;column-gap:10px}.question-container .select-group .select-btn{cursor:pointer;padding:0 16px;height:35px;border-radius:6px;border:1px solid #e0e0e0;font-weight:400;font-size:14px;color:#222}.question-container .select-group .select-btn:hover{color:#028a0f}.question-container .select-group .select-btn.single-btn-selected{color:#028a0f;border:1px solid #028a0f}.question-container .checkbox-group{display:flex;flex-direction:column;gap:6px}.question-container .checkbox-group .ant-checkbox-wrapper{margin:0}.question-container .checkbox-group .ant-checkbox-wrapper .ant-checkbox+span{display:flex;align-items:center;gap:4px}.questionnaire-slot-tile .questionnaire-slot-tile-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px}.questionnaire-slot-tile .questionnaire-slot-tile-footer{margin:16px auto 0;display:flex;justify-content:center}.questionnaire-slot-tile .questionnaire-slot-tile-footer-button{background:#028a0f;border-radius:4px;font-weight:600;height:32px;line-height:32px;padding:0 14px;font-size:14px;position:relative;color:#fff}.questionnaire-slot-tile .questionnaire-slot-tile-footer-button:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.16)}.questionnaire-slot-step,.questionnaire-slot-step .questionnaire-slot-step-body{position:relative}.questionnaire-slot-step .questionnaire-slot-step-close-text{position:absolute;top:0;right:0;font-weight:400;font-size:10px;line-height:32px;color:#999;cursor:pointer}.questionnaire-slot-step .questionnaire-slot-step-footer{margin:8px auto 0;display:flex;justify-content:center}.questionnaire-slot-step .questionnaire-slot-step-footer-button{background:#028a0f;border-radius:4px;font-weight:600;height:32px;line-height:32px;padding:0 14px;font-size:14px;position:relative;color:#fff}.questionnaire-slot-step .questionnaire-slot-step-footer-button:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.16)}.questionnaire-slot-step .questionnaire-slot-step-footer-button.button-disabled{background:#028a0f;color:#fff}.questionnaire-slot-pilot .question-container .select-group .select-btn:hover{color:#6930ff}.questionnaire-slot-pilot .question-container .select-group .select-btn.single-btn-selected{color:#6930ff;border:1px solid #6930ff}.questionnaire-slot-pilot .questionnaire-slot-tile-footer-button{background:#6930ff}.questionnaire-slot-pilot .questionnaire-slot-step-footer-button{background:#6930ff;color:#fff;border:none}.questionnaire-slot-pilot .questionnaire-slot-step-footer-button:hover:not(:disabled):not(.button-disabled){color:#fff;background:#6930ff}.questionnaire-slot-pilot .questionnaire-slot-step-footer-button:hover:not(:disabled):not(.button-disabled):after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background-color:rgba(0,0,0,.2)}.questionnaire-slot-pilot .questionnaire-slot-step-footer-button.button-disabled{background:#6930ff;color:#fff;cursor:not-allowed}.questionnaire-slot-pilot .questionnaire-slot-step-footer-button.button-disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background-color:hsla(0,0%,100%,.68)}.questionnaire-slot-pilot .questionnaire-slot-step-footer-button.button-disabled:hover{color:#fff;background:#6930ff}@media screen and (max-width:768px){.question-container .question-name{font-size:13px;line-height:20px;margin-bottom:10px}.question-container .question-name .required-mark{color:#222;margin-right:4px}.question-container .select-group{row-gap:8px;-moz-column-gap:6px;column-gap:6px}.question-container .select-group .select-btn{padding:0 8px;height:32px;font-size:12px;line-height:32px}.questionnaire-slot-step .questionnaire-slot-step-close-text{position:relative;text-align:right;font-size:10px;line-height:24px}}.common-price{font-size:14px;line-height:24px;color:#222;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.common-price .common-price-highlight{font-size:18px;font-weight:600}.common-price .common-price-invalid-button{color:#222;text-decoration:underline;font-size:14px}@media screen and (max-width:767px){.common-price{font-size:12px;line-height:22px;width:100%}.common-price .common-price-highlight{font-size:16px}.common-price .common-price-invalid-button{font-size:13px}.common-price .common-price-invalid-button[data-unlogin=true]{color:#1470cc}.common-price .common-price-invalid-button[data-trial=true]{color:#028a0f}}.polit-product-list{padding:0 15px 0 0;max-width:100%;margin-top:20px}.polit-product-list .product-grid{position:relative;width:100%;margin:0 auto;display:grid;grid-gap:16px;gap:16px}.polit-product-list .product-grid-col-1{grid-template-columns:repeat(1,1fr)}.polit-product-list .product-grid-col-2{grid-template-columns:repeat(2,1fr)}.polit-product-list .product-grid-col-3{grid-template-columns:repeat(3,1fr)}.polit-product-list .product-grid-col-4{grid-template-columns:repeat(4,1fr)}.polit-product-list .product-grid-col-5{grid-template-columns:repeat(5,1fr)}.polit-product-list .product-grid-col-6{grid-template-columns:repeat(6,1fr)}.polit-product-list .product-grid-col-7{grid-template-columns:repeat(7,1fr)}.polit-product-list .product-grid-col-8{grid-template-columns:repeat(8,1fr)}.polit-product-list .product-grid-col-9{grid-template-columns:repeat(9,1fr)}.polit-product-list .product-item{min-width:0;background:#fff;position:relative;border-radius:4px;height:100%;background-size:100% auto;display:flex;flex-direction:column}.polit-product-list .product-item .pi-invalid-tag{position:absolute;top:0;right:0;background:#f0eaff;color:#6930ff;font-size:12px;line-height:26px;padding:0 14px;border-radius:0 4px 0 4px;z-index:1}.polit-product-list .pi-detail{padding:8px 0 0;word-wrap:break-word;position:relative;flex:1 1;z-index:2;display:flex;flex-direction:column}.polit-product-list .pi-check{position:absolute;top:12px;left:12px;z-index:2;width:20px;height:20px}.polit-product-list .pi-check .ant-checkbox-inner{border-color:#ccc;width:20px;height:20px}.polit-product-list .pi-check .ant-checkbox{top:0;left:0}.polit-product-list .pi-check .ant-checkbox-inner:after{left:30%;top:calc(50% - 1px)}.polit-product-list .pi-image-box{position:relative;width:100%;border-radius:8px 8px 0 0;overflow:hidden;aspect-ratio:1/1}.polit-product-list .pi-image-box .pi-image-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px 8px 0 0;position:relative;display:block}.polit-product-list .pi-image-box:after{position:absolute;top:0;left:0;content:"";background:rgba(0,0,0,.06);width:100%;height:100%;border-radius:8px;z-index:1}.polit-product-list .pi-image-box .pi-search-source{position:absolute;bottom:4px;right:4px;background:#bca9ee;color:#fff;font-size:12px;padding:2px 8px;font-size:10px;border-radius:4px}.polit-product-list .pi-price-wrap{display:flex;justify-content:space-between;align-items:center;height:26px}.polit-product-list .pi-price-wrap .format-price-wrap{margin-bottom:0}.polit-product-list .pi-name{margin-bottom:6px;max-width:100%;overflow:hidden;flex:1 1}.polit-product-list .pi-name .pi-name-text{width:100%;font-size:14px;line-height:18px;display:block;color:#222;white-space:wrap;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.ai-pilot-questionnaire-slot-step{padding:12px 16px;border-radius:8px;background:url(https://ds.micstatic.com/london/_next/static/images/pilot-questionnaire-bg-b8f23f706512835f5a915f7c1be98998.png) no-repeat bottom;background-size:100% 100%}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-0 .question-container{display:flex;align-items:center;flex-wrap:wrap;padding-right:100px;gap:16px}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-0 .question-name{margin-bottom:0}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-0 .select-group{-moz-column-gap:12px;column-gap:12px}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-0 .select-group .select-btn{height:32px;line-height:32px}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-1 .checkbox-group{flex-direction:row;flex-wrap:wrap}@media screen and (max-width:1620px){.polit-product-list .product-grid-col-1{grid-template-columns:repeat(0,1fr)}.polit-product-list .product-grid-col-2{grid-template-columns:repeat(1,1fr)}.polit-product-list .product-grid-col-3{grid-template-columns:repeat(2,1fr)}.polit-product-list .product-grid-col-4{grid-template-columns:repeat(3,1fr)}.polit-product-list .product-grid-col-5{grid-template-columns:repeat(4,1fr)}.polit-product-list .product-grid-col-6{grid-template-columns:repeat(5,1fr)}.polit-product-list .product-grid-col-7{grid-template-columns:repeat(6,1fr)}.polit-product-list .product-grid-col-8{grid-template-columns:repeat(7,1fr)}.polit-product-list .product-grid-col-9{grid-template-columns:repeat(8,1fr)}.ai-pilot-questionnaire-slot-step{padding:12px 12px 0}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-0 .question-container{display:flex;align-items:center;flex-wrap:wrap;padding-right:0;gap:8px}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-0 .question-name{margin-bottom:0}.ai-pilot-questionnaire-slot-step.ai-pilot-questionnaire-slot-step-1 .checkbox-group{flex-direction:row;flex-wrap:wrap}.ai-pilot-questionnaire-slot-step .questionnaire-slot-step .questionnaire-slot-step-close-text{position:relative;text-align:center}}@media screen and (max-width:1440px){.polit-product-list .product-grid-col-1{grid-template-columns:repeat(-1,1fr)}.polit-product-list .product-grid-col-2{grid-template-columns:repeat(0,1fr)}.polit-product-list .product-grid-col-3{grid-template-columns:repeat(1,1fr)}.polit-product-list .product-grid-col-4{grid-template-columns:repeat(2,1fr)}.polit-product-list .product-grid-col-5{grid-template-columns:repeat(3,1fr)}.polit-product-list .product-grid-col-6{grid-template-columns:repeat(4,1fr)}.polit-product-list .product-grid-col-7{grid-template-columns:repeat(5,1fr)}.polit-product-list .product-grid-col-8{grid-template-columns:repeat(6,1fr)}.polit-product-list .product-grid-col-9{grid-template-columns:repeat(7,1fr)}}@media screen and (max-width:1280px){.polit-product-list .product-grid-col-1{grid-template-columns:repeat(-2,1fr)}.polit-product-list .product-grid-col-2{grid-template-columns:repeat(-1,1fr)}.polit-product-list .product-grid-col-3{grid-template-columns:repeat(0,1fr)}.polit-product-list .product-grid-col-4{grid-template-columns:repeat(1,1fr)}.polit-product-list .product-grid-col-5{grid-template-columns:repeat(2,1fr)}.polit-product-list .product-grid-col-6{grid-template-columns:repeat(3,1fr)}.polit-product-list .product-grid-col-7{grid-template-columns:repeat(4,1fr)}.polit-product-list .product-grid-col-8{grid-template-columns:repeat(5,1fr)}.polit-product-list .product-grid-col-9{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:768px){.polit-product-list{padding:0;overflow:auto}.polit-product-list .product-grid-col-1,.polit-product-list .product-grid-col-2,.polit-product-list .product-grid-col-3,.polit-product-list .product-grid-col-4,.polit-product-list .product-grid-col-5,.polit-product-list .product-grid-col-6,.polit-product-list .product-grid-col-7,.polit-product-list .product-grid-col-8,.polit-product-list .product-grid-col-9{grid-template-columns:repeat(2,1fr)}.polit-product-list .product-grid{gap:12px}.polit-product-list .pi-detail{padding:6px 0 0}.polit-product-list .pi-check{top:10px;left:10px}.polit-product-list .pi-image-box,.polit-product-list .pi-image-box .pi-image-img{border-radius:6px 6px 0 0}.polit-product-list .pi-image-box:after{border-radius:6px}.polit-product-list .pi-name{margin-bottom:2px}.polit-product-list .pi-name .pi-name-text{font-size:12px;line-height:21px}}.selection-pool{height:-moz-min-content;height:min-content;padding:24px 32px 0;border:1px solid #e8ebed;width:100%;height:100%;border-radius:16px 0 0 16px;background:#fff;display:flex;flex-direction:column}@media screen and (max-width:1440px){.selection-pool{padding:16px 16px 0}}.operation-actions{display:flex;align-items:center;justify-content:flex-start}.operation-actions .operation-list-btn{font-weight:400}.selection-pool-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.selection-pool-title{font-weight:600;font-size:18px;line-height:26px}.selection-pool-close-btn{border:none;background:transparent;cursor:pointer;font-size:16px;color:#666}.selection-pool-content{height:calc(100% - 76px);flex:1 1;display:flex;flex-direction:column}.selection-operation .ant-checkbox-wrapper{font-size:16px}.selection-operation .operation-list-btn{border-radius:4px;font-size:16px}.selection-operation .operation-list-btn .cb-icon{width:20px;height:24px;line-height:24px;font-size:16px;margin-right:4px}.polit-product-list{flex:1 1;overflow-y:auto;overflow-x:hidden}.product-loading .product-loading-header{display:flex;align-items:center;justify-content:flex-start;gap:16px}.product-loading .product-loading-header .ant-skeleton,.product-loading .product-loading-header .ant-skeleton-button{width:110px;height:36px}.product-loading .product-item-skeleton{width:100%;height:100%}.product-loading .ant-skeleton-element{width:100%;aspect-ratio:1}.product-loading .ant-skeleton-image{width:100%;height:100%}@media (max-width:768px){.products-result-drawer.ai-agent-cover.ant-drawer .ant-drawer-body{padding:0}.selection-pool{height:100%;padding:0;border:none;border-radius:0}.selection-pool .selection-pool-header{margin-bottom:0;padding:16px 16px 0}.selection-pool .selection-pool-content{padding:0 16px}.selection-pool .selection-pool-title{font-size:16px;line-height:24px}.selection-pool .selection-pool-close-btn{font-size:14px;position:relative;right:-16px;height:-moz-fit-content;height:fit-content;line-height:24px}.selection-pool .selection-operation{margin-top:8px}.selection-pool .selection-operation .ant-checkbox-wrapper{font-size:14px}.selection-pool .selection-operation .operation-list-btn{border-radius:4px;font-size:14px}.selection-pool .selection-operation .operation-list-btn .cb-icon{margin-right:6px}}.chat-wrapper{display:flex;flex-direction:row;align-items:flex-start;padding:0;overflow:hidden;width:100%;height:100%}.chat-wrapper .chat-left-content{flex:4 1;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow-y:auto;min-width:600px;scrollbar-width:thin;scrollbar-color:transparent transparent}.chat-wrapper .chat-left-content:hover{scrollbar-color:rgba(0,0,0,.25) transparent}.chat-wrapper .chat-left-content::-webkit-scrollbar{width:6px}.chat-wrapper .chat-left-content::-webkit-scrollbar-track{background:transparent}.chat-wrapper .chat-left-content::-webkit-scrollbar-thumb{background-color:transparent;border-radius:3px}.chat-wrapper .chat-left-content:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.25)}.chat-wrapper .chat-right-placeholder{flex:0 1;height:100%;transition:flex .2s ease}.chat-wrapper .chat-right-placeholder:not(:empty){flex:6 1;margin-left:16px;padding-bottom:42px}.chat-wrapper .chat-selection-pool{width:100%;overflow:hidden}.chat-wrapper .chat-container{display:flex;flex-direction:column;align-items:center;max-width:800px;width:100%;height:100%}.chat-wrapper .chat-container .chat-messages-wrapper{flex:1 1;padding-inline:16px}.chat-wrapper .chat-container .chat-input-wrapper,.chat-wrapper .chat-container .chat-messages-wrapper{width:100%;max-width:800px}.chat-messages-wrapper::-webkit-scrollbar{display:none}.back-to-bottom-button{position:fixed;bottom:176px;cursor:pointer;background:rgba(0,0,0,.2);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:1}.back-to-bottom-button .cb-icon{font-size:14px;transform:rotate(270deg);color:#fff}.back-to-bottom-button:hover{background:rgba(0,0,0,.5)}.chat-input-wrapper{background-color:#fff;z-index:2;position:sticky;bottom:0;padding-inline:16px}.try-similar-wrapper{z-index:2;position:sticky;bottom:0;width:100%;display:flex;align-items:center;padding:0 16px 16px}.try-similar-wrapper .try-similar-title{width:100%;padding:8px 32px;min-height:70px;font-size:17px;line-height:22px;font-weight:600;border-radius:12px;display:flex;align-items:center;justify-content:space-between;background:#fff url(https://ds.micstatic.com/london/_next/static/images/ex-bg-7a1a2db35a7e66ea0273d2e19701b230.png) no-repeat 50%;background-size:100% 100%}.try-similar-wrapper .try-similar-title>span{flex-shrink:1}.try-similar-wrapper .try-similar-title button{border-radius:8px}@media screen and (max-width:768px){.chat-wrapper .chat-left-content{min-width:auto}.chat-wrapper .chat-messages-wrapper{padding-bottom:152px}.back-to-bottom-button{bottom:152px}.try-similar-wrapper{padding:0 16px 16px}.try-similar-wrapper .try-similar-title{padding:8px 16px;min-height:70px;font-size:14px;line-height:18px;flex-direction:column}.try-similar-wrapper .try-similar-title>span{text-align:center;margin-bottom:4px}.chat-input-wrapper{position:fixed}}@keyframes move-back-and-forth{0%{transform:translateX(0)}50%{transform:translateX(6px)}to{transform:translateX(0)}}