.features{display:flex;justify-content:space-between;margin:2rem 0;gap:1rem}.card{flex:1;background:#f0f0f5;padding:1.5rem;border-radius:12px;text-align:center;font-weight:700;cursor:pointer;transition:.3s}.card:hover{background:#e2e2ef}.inputs{display:flex;justify-content:space-between;gap:1rem;margin-bottom:2rem}input{flex:1;padding:.8rem;border:1px solid #ccc;border-radius:8px;max-width:"100%"!important}.prompts{display:flex;justify-content:space-between;gap:2rem;margin-bottom:2rem}.prompt-box{background:#f9f9fc;flex:1;padding:1rem;border-radius:12px;box-shadow:0 0 6px #0000000d}.prompt-box h4{margin-bottom:.5rem;color:#555}.prompt-box ul{list-style:none;padding-left:0}.prompt-box li{padding:10px 15px;margin:5px 0}.input-field{max-width:100%!important}.margin-top{margin-top:10px}.popular-prompts{list-style-type:none;padding:0;font-family:Arial,sans-serif}.popular-prompts li{padding:10px 15px;margin:1px 0;background-color:#f8f8f8;cursor:pointer;border-bottom:1px solid black}.popular-prompts li:hover{background-color:#e8e8e8}.popular-prompts li:after{content:"\2192";color:#888;float:right}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #ddd}.logo{font-weight:700;font-size:1.2rem}.icons{display:flex;gap:.5rem;position:relative}.badge{background-color:#000;color:#fff;font-size:.7rem;padding:.1rem .4rem;border-radius:50%;position:absolute;top:-8px;right:-5px}.bot-message,.user-message{background-color:#f1f1f1;padding:.8rem;border-radius:10px;margin:.5rem 0;max-width:100%}.user-message{background-color:#000;color:#fff;margin:.5rem 0 .5rem auto;align-self:flex-end;width:fit-content;max-width:90%}.offer{margin:1rem 0 .5rem;font-size:.9rem;font-weight:700}.badge{background-color:red;color:#fff;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;text-align:left;top:65%;left:0;width:100%;border-radius:4px}.countdown-inline{font-weight:400;font-size:11px;margin-left:4px;color:#fffacd}.product-card{background-color:#fff;border-radius:10px;min-width:130px;position:relative;text-align:center;padding:.5rem;box-shadow:0 2px 6px #0000001a}.chat-product-item-wrapper .product-card img{width:100%;border-radius:8px}.chat-product-item-wrapper .image-wrapper{position:relative;overflow:hidden}.chat-product-item-wrapper .image-wrapper img{width:100%;border-radius:10px;display:block}.add-btn{position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#000;color:#fff;border:none;padding:8px 14px;font-size:13px;cursor:pointer;opacity:0;width:100%;visibility:hidden;transition:opacity .3s ease}.image-wrapper:hover .add-btn{opacity:1;visibility:visible}.like-btn{border-color:#000;color:#000;width:100%;height:30px;border-radius:20px;font-size:.9rem}.price{margin:.5rem 0}.old-price{text-decoration:line-through;color:gray;font-size:.9rem}.new-price{font-weight:700;font-size:1rem}.badge-red{position:absolute;top:-10px;left:-10px;background-color:red;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:50%}.change-btn{background-color:#f1f1f1;border-color:#665c5c;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background .3s}.change-btn:hover{background-color:#ddd}.filter-btn{border-color:#665c5c;border-radius:20px;padding:.5rem;min-width:70px;font-size:.9rem;cursor:pointer;transition:background .3s;margin:2px}.filter-label{font-weight:bolder;margin-top:5px}.filter-btn:hover{background-color:#161313;color:#fff}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease}.preloader-sub{width:100%;height:100%;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease}.loader{display:inline-block;position:relative;width:80px;height:80px}.loader-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:#4285f4;animation:loader-animation 1.2s linear infinite}.loader-dot:nth-child(1){animation-delay:0s;top:37px;left:66px;background:#4285f4}.loader-dot:nth-child(2){animation-delay:-.1s;top:22px;left:62px;background:#ea4335}.loader-dot:nth-child(3){animation-delay:-.2s;top:11px;left:52px;background:#fbbc05}.loader-dot:nth-child(4){animation-delay:-.3s;top:7px;left:37px;background:#34a853}.loader-dot:nth-child(5){animation-delay:-.4s;top:11px;left:22px;background:#4285f4}.loader-dot:nth-child(6){animation-delay:-.5s;top:22px;left:11px;background:#ea4335}.loading-text{margin-top:20px;color:#333;font-family:Arial,sans-serif;font-size:18px}@keyframes loader-animation{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.drag-scroll{display:flex;flex-direction:column;gap:1rem;position:relative;height:auto}.drag-scroll::-webkit-scrollbar{display:none}.chat-product-item-wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media (max-width: 1200px){.chat-product-item-wrapper{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.chat-product-item-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.chat-product-item-wrapper{grid-template-columns:repeat(2,1fr)}}.chat-load-more,.chat-lazy-loader{display:flex;justify-content:center;align-items:center;padding:1rem}.chat-productspinner{border:4px solid rgba(208,33,33,.2);border-top:4px solid rgb(208,33,33);border-radius:50%;width:32px;height:32px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-load-more{width:auto;margin:0 auto;padding:10px 15px;background:#000;color:#fff;border-radius:8px}.fixed{position:fixed;top:var(--header-height);z-index:1000;left:50%;transform:translate(-50%)}.tag-container{display:flex;overflow-x:auto;white-space:nowrap;gap:10px;padding:2px;scrollbar-width:thin}.tag{background-color:#e0e0e0;padding:6px 12px;border-radius:20px;white-space:nowrap;cursor:pointer;flex-shrink:0;color:#000;font-size:10px}.card-wrapper{display:flex;justify-content:flex-end}.more-like-this-card{background-color:#000;color:#fff;border-radius:12px;max-width:200px;padding:10px;box-shadow:0 4px 12px #0000004d}.top-row{display:flex;align-items:center;background-color:#4c4e51;border-radius:6px;padding:6px 8px}.title-text{font-size:.85rem;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.product-image{width:40px;height:30px;object-fit:cover;border-radius:4px;margin-left:8px}.cta-text{margin-top:6px;font-weight:700;font-size:1rem}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:8;display:flex;justify-content:center;align-items:center;border-radius:10px}.card-overlay .overlay-content{color:#333;font-size:14px;font-weight:500;display:flex;flex-direction:column;height:100%;width:100%}.product-card.show-overlay .card-overlay{opacity:.8;visibility:visible}.card-overlay .overlay-title{font-weight:700;margin-bottom:10px;font-size:13px}.size-pills{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.size-pill{padding:6px 12px;border:1px solid #ccc;border-radius:20px;background:#f5f5f5;font-size:12px;cursor:pointer;transition:all .2s ease}.size-pill:hover{background-color:#e0e0e0;border-color:#999}.size-pills .active{background-color:#e0e0e0;border-color:#000}.colour-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:5px}.colour-tag{width:24px;height:24px;border:2px solid #fff;border-radius:50%;cursor:pointer;box-shadow:0 0 0 1px #ccc;transition:transform .2s}.colour-tag:hover,.colour-tags .active{transform:scale(1.1);box-shadow:0 0 0 2px #666}.overlay-buttons{display:flex;justify-content:center;position:absolute;bottom:0;border-top:1px solid #eee;background:#fff;height:50px;align-items:center}.overlay-btn{padding:5px 13px;font-size:12px;cursor:pointer}.add-btn-action{background-color:#333;color:#fff}.cancel-btn-action{background-color:#fff;border-color:#333;color:#333}.select2-container--default .select2-selection--multiple{border:1px solid #ddd;border-radius:4px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background:#f0f7ff;border:1px solid #c2d9f0;border-radius:4px;color:#2c6ecb;padding:0 8px;margin:4px 4px 0 0;font-size:14px;display:flex;align-items:center}.select2-container--default .select2-selection--multiple .select2-selection__choice:hover{background:#d9e9ff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#6c757d;margin-right:6px;border-right:1px solid #c2d9f0;padding-right:6px;font-size:16px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#dc3545}.select2-container--default .select2-search--inline .select2-search__field{margin-top:7px;padding:0 8px}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.chatbot-offer-banner{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;padding:12px 16px;border-radius:8px 8px 0 0;text-align:center;font-family:Arial,sans-serif;box-shadow:0 2px 10px #0000001a;margin-bottom:0}.chatbot-offer-main,.chatbot-offer-sub{font-size:18px;font-weight:700;margin-bottom:6px}#chatbox-container{max-width:400px;height:500px;position:fixed;bottom:20px;right:20px;border-radius:15px;background-color:#fff;box-shadow:0 8px 20px #0003;display:none;flex-direction:column;z-index:1000001}#chatbox-header{background-color:var(--body_color);color:#fff;padding:15px;border-radius:15px 15px 0 0;font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center}#chatbox-header #chatbox-close{cursor:pointer;font-size:20px;transition:color .3s}#chatbox-header #chatbox-close:hover{color:#ff4d4d}#chatbox-body{flex:1;display:flex;flex-direction:column;padding:15px;overflow-y:auto}#chat-messages{flex:1;overflow-y:auto;margin-bottom:10px;max-height:346px}#chat-input-container{display:flex;align-items:center;border-top:1px solid #ddd;padding-top:10px}#chat-input{flex:1;padding:12px;border:1px solid #ddd;border-radius:25px;margin-right:10px;font-size:14px}#chat-send{padding:10px 16px;background-color:var(--body_color);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:16px;transition:background-color .3s}#chat-send:hover{background-color:var(--body_color)}.chatbox-toggle{position:fixed;bottom:20px;right:20px;background-color:var(--body_color);color:#fff;width:60px;height:60px;border-radius:50%;box-shadow:0 4px 10px #0003;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:24px;z-index:1000000;transition:transform .3s,box-shadow .3s}.chatbox-toggle:hover{transform:scale(1.1);box-shadow:0 6px 15px #0000004d}.chat-message{padding:10px 15px;margin:5px 0;border-radius:10px;max-width:100%;word-wrap:break-word;font-size:14px}.user-message{background-color:#0056b3;color:#fff;align-self:flex-end}.bot-message{background-color:#f0f0f0;color:#333;align-self:flex-start}#cart-items{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.cart-item{text-align:center;padding:10px;border:1px solid #ddd;background-color:#f9f9f9;border-radius:5px;cursor:pointer}.cart-item img{width:80px;height:80px;object-fit:cover}.cart-item:hover{background-color:#f0f0f0;border-radius:5px}#checkout-button{margin-top:10px;background-color:#4caf50;color:#fff;padding:10px;border:none;cursor:pointer}#checkout-button:hover{background-color:#45a049}#shopify-section-chat-assistant-mobile{padding-bottom:50px}.chat-header{background:#f9fafb;color:#fff;padding:15px 20px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;align-items:center}.chat-header-content{flex:1;text-align:left;margin-left:20px}.chat-header h1{font-size:18px;font-weight:600;letter-spacing:.5px;margin-bottom:0;color:#000}.chat-header p{font-size:14px;margin-top:5px;opacity:.9}.chat-header-icons{display:flex;gap:15px;align-items:center}.icon-chatbot{width:36px;height:36px;border-radius:50%;background-color:#faf3c9;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-chatbot svg{height:2rem!important;width:2rem!important;vertical-align:middle!important;fill:gold!important;stroke:gold!important}.icon-question{width:36px;height:36px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-question svg{height:1.5rem!important;width:1.5rem!important;vertical-align:middle!important;fill:#000!important;stroke:#000!important}.icon-chat{width:36px;height:36px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-chat svg{height:1.5rem!important;width:1.5rem!important;vertical-align:middle!important;fill:#000!important;stroke:#000!important}.icon-badge{background-color:gold;color:#000;font-size:12px;padding:4px 8px;border-radius:12px;font-weight:700}.icon-premium-badge{background-color:#faf3c9;color:#000;font-size:12px;padding:4px 8px;border-radius:12px;font-weight:700}.icon-premium-badge svg{height:2rem!important;width:2rem!important;vertical-align:middle!important;fill:gold!important;stroke:gold!important}.icon-circle{width:36px;height:36px;border-radius:50%;background-color:#fff3;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-pic{width:36px;height:36px;border-radius:50%;background-color:#7e57c2;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}#top-bar{background-color:#fff;padding:12px 20px;border-bottom:1px solid #eaeaea;box-shadow:0 2px 5px #0000000d;width:100%;max-width:1200px}.tag-container{display:flex;flex-wrap:wrap;gap:10px}.tag{background-color:#f2f2f2;padding:8px 15px;border-radius:20px;font-size:14px;display:flex;align-items:center}.tag .close{margin-left:8px;cursor:pointer;font-size:16px;color:#888}.mobile-screen{flex:1;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;width:100%;background-color:#fff;box-shadow:0 0 15px #0000001a;font-family:Roboto;position:relative}.chat *{font-family:Roboto}.chat{display:flex;flex-direction:column;height:100%}.chat-page{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-content{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px;min-height:calc(100vh - 280px)}.greeting{text-align:left;margin-bottom:20px;color:#333;font-size:18px}.bot-message{background-color:#f0f2f5;padding:15px;border-radius:18px;max-width:80%;align-self:flex-start;line-height:1.5;position:relative}.user-message{background-color:#000;color:#fff;padding:15px;border-radius:18px;max-width:80%;align-self:flex-end;line-height:1.5}.chat-form{padding:15px 20px;background-color:#fff;border-top:1px solid #eaeaea;position:fixed;bottom:0;z-index:10;width:100%;max-width:1200px;left:50%;transform:translate(-50%)}.chat-input-box{position:relative}.chat-input-wrapper{display:flex;align-items:center;background-color:#f0f2f5;border-radius:24px;padding:5px 15px}.chat-input-box-input{flex:1;border:none;background:transparent;padding:12px 0;font-size:16px;outline:none}.mode-buttons{display:flex;background:#f3f4f6;border-radius:25px;overflow:hidden}.mode-btn{border:none;background:transparent;padding:8px 16px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:4px}.mode-btn.active{background:#d0a940;color:#fff;border-radius:25px}.send-icon{width:40px;height:40px;background:#d0a940;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}button.send-icon svg,.mode-buttons svg{height:1rem!important;width:1rem!important;vertical-align:baseline!important;fill:#000!important;stroke:#000!important}.toggle-inside-input{display:flex;align-items:center;gap:10px;margin:0 10px}.toggle-wrapper{position:relative;display:flex;align-items:center;gap:2px}.toggle-wrapper input[type=checkbox]{display:none}.toggle-switch,.toggle-label{display:flex;align-items:center;justify-content:center;height:32px;background:#d0a940;color:#fff;font-size:14px;cursor:pointer;transition:all .3s ease;border-radius:25px;padding:0 10px;text-transform:none}.toggle-wrapper input[type=checkbox]:not(:checked)+.toggle-switch{background:#f0f2f6;color:#000;border-radius:25px}.toggle-wrapper input[type=checkbox]:not(:checked)~.toggle-label{background:#d0a940;border-radius:25px;color:#fff}.toggle-wrapper input[type=checkbox]:not(:checked)~.toggle-label svg{fill:#fff!important;stroke:#fff!important}.toggle-label svg{margin-right:5px}.toggle-wrapper svg{height:1rem!important;width:1rem!important;vertical-align:baseline!important;fill:#fff!important;stroke:#fff!important;stroke-width:50px}.suggestions{margin:15px 0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:.5rem 1rem;padding-left:0}.prompt-suggestions,.suggestion-wrapper,.subcategory-wrapper{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding-left:0;margin:0;background-color:transparent}.suggestion-wrapper li,.subcategory-wrapper li,.prompt-btn{background-color:#f0f2f5;padding:8px 15px;border-radius:16px;font-size:14px;cursor:pointer;border:none;color:#3c3c3c}button.prompt-btn{background:#444;color:#fff}.typing-dots{display:flex;padding:10px 0}.dots{width:8px;height:8px;background-color:#888;border-radius:50%;margin:0 3px;animation:bounce 1.3s infinite ease-in-out}.dots:nth-child(1){animation-delay:0s}.dots:nth-child(2){animation-delay:.15s}.dots:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.looking-for,.search-query-suggestion,.narrow-down-message{color:#000}.narrow-down-message{margin:15px 0;display:flex;align-items:center}.looking-for svg{height:1.5rem!important;width:1.5rem!important;vertical-align:middle!important;fill:#484848!important;stroke:#484848!important;margin-right:10px;margin-top:-4px}.hidden-chat-input-wrapper{display:flex;justify-content:center;align-items:center;gap:10px}.mic-icon{padding:8px 12px 8px 0;cursor:pointer;color:#6c757d;transition:color .2s}.mic-icon:hover{color:#4a6fa5}.mic-icon svg{height:2rem!important;width:2rem!important;vertical-align:bottom!important;fill:#000!important;stroke:#000!important}.mic-icon.pulse svg{height:2rem!important;width:2rem!important;vertical-align:bottom!important;fill:#e74c3c!important;stroke:#e74c3c!important}.pulse{animation:pulse-animation 1.5s infinite;color:#e74c3c}@keyframes pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.field-error{border-color:red!important}.field-error-message{color:red;font-size:12px;margin-top:0;display:block;position:absolute}@media (max-width: 767px){.hide-mobile{display:none}.tag-container{max-height:100px}.chat-header h1{font-size:14px;line-height:inherit}.chat-input-wrapper{flex-direction:column;align-items:flex-start;justify-content:center}input#chat_input_text{width:100%}.toggle-inside-input,.send-icon{margin-top:10px;margin-left:0}.hidden-chat-input-wrapper{width:100%}}.toggle-text-wrapper-1{display:flex;gap:5px;justify-content:center;align-items:center;margin:15px 0}p.toggle-1-text{color:#000;margin-bottom:0}button#startBtn{background:#d0a940;color:#fff;padding:8px 16px;border-radius:25px;border:none;text-transform:none}button#startBtn svg{height:1rem!important;width:1rem!important;vertical-align:baseline!important;fill:#fff!important;stroke:#fff!important;stroke-width:50px}.toggle-text-wrapper-2{display:flex;gap:5px;justify-content:center;align-items:center;margin:15px 0}p.toggle-2-text{color:#000;margin-bottom:0}button#resetBtn,button#continueBtn{background:#d0a940;color:#fff;padding:8px 16px;border-radius:25px;border:none;text-transform:none}.gooey-effect{position:absolute;bottom:1px;left:50%;width:100%;height:120%;overflow:hidden;display:none;z-index:-1;transform:translate(-50%);border-radius:25px}.gooey-active{display:block}:root{--color-bg-a: rgb(108, 0, 162);--color-bg-b: rgb(0, 17, 82);--color-a: 107, 72, 255;--color-b: 221, 74, 255;--color-c: 0, 196, 255;--color-d: 200, 50, 50;--color-e: 180, 180, 50;--color-interactive: 148, 100, 255;--size: 80%;--blend: hard-light}.gradient-container{filter:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='goo'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='10' result='blur'/%3E%3CfeColorMatrix in='blur' mode='matrix' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -8' result='goo'/%3E%3CfeBlend in='SourceGraphic' in2='goo'/%3E%3C/filter%3E%3C/svg%3E#goo") blur(40px);width:100%;height:100%;position:absolute;bottom:0;left:0}.g1,.g2,.g3,.g4,.g5{position:absolute;mix-blend-mode:var(--blend)}.g1{background:radial-gradient(circle at center,rgba(var(--color-a),.8) 0,rgba(var(--color-a),0) 50%) no-repeat;width:var(--size);height:var(--size);top:calc(50% - var(--size) / 2);left:calc(50% - var(--size) / 2);transform-origin:center center;animation:bounceV 15s ease infinite;opacity:1}.g2{background:radial-gradient(circle at center,rgba(var(--color-b),.8) 0,rgba(var(--color-b),0) 50%) no-repeat;width:var(--size);height:var(--size);top:calc(50% - var(--size) / 2);left:calc(50% - var(--size) / 2);transform-origin:center center;animation:moveInCircle 10s reverse infinite;opacity:1}.g3{background:radial-gradient(circle at center,rgba(var(--color-c),.8) 0,rgba(var(--color-c),0) 50%) no-repeat;width:var(--size);height:var(--size);top:calc(50% - var(--size) / 2);left:calc(50% - var(--size) / 2);transform-origin:center center;animation:moveInCircle 20s linear infinite;opacity:1}.g4{background:radial-gradient(circle at center,rgba(var(--color-d),.8) 0,rgba(var(--color-d),0) 50%) no-repeat;width:var(--size);height:var(--size);top:calc(50% - var(--size) / 2);left:calc(50% - var(--size) / 2);transform-origin:center center;animation:bounceH 20s ease infinite;opacity:.7}.g5{background:radial-gradient(circle at center,rgba(var(--color-e),.8) 0,rgba(var(--color-e),0) 50%) no-repeat;width:calc(var(--size) * 1.2);height:calc(var(--size) * 1.2);top:calc(50% - var(--size));left:calc(50% - var(--size));transform-origin:center center;animation:moveInCircle 10s ease infinite;opacity:1}.interactive{position:absolute;background:radial-gradient(circle at center,rgba(var(--color-interactive),.8) 0,rgba(var(--color-interactive),0) 50%) no-repeat;width:100%;height:100%;mix-blend-mode:var(--blend);top:-50%;left:-50%;opacity:.7}@keyframes moveInCircle{0%{transform:rotate(0) translate(150px) rotate(0)}50%{transform:rotate(180deg) translate(150px) rotate(-180deg)}to{transform:rotate(360deg) translate(150px) rotate(-360deg)}}@keyframes bounceV{0%{transform:translateY(-50%) translate(0)}33%{transform:translateY(50%) translate(100px)}66%{transform:translateY(-25%) translate(-100px)}to{transform:translateY(-50%) translate(0)}}@keyframes bounceH{0%{transform:translate(-50%) translateY(-10%)}50%{transform:translate(50%) translateY(10%)}to{transform:translate(-50%) translateY(-10%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/130/assets/assistant.css.map */
