:root{--brand-1:#ff5000;--brand-2:#ff9000;--brand-3:#fff9eb;--black:#000;--white:#fff;--gray-1:#111;--gray-2:#666;--gray-3:#999;--gray-4:#ccc;--gray-5:#ddd;--gray-6:#eee;--gray-7:#f5f5f5;--gray-8:#f8f8f8;--light-1:#eee;--light-2:#f5f5f5;--highlight-1:var(--brand-1);--highlight-2:var(--brand-2);--link-color:var(--blue);--blue:#39f;--gray-dark:#333;--green:#62d957;--orange:#f70;--red:#ff3634;--yellow:#ffc233;--yellow-light:#fff9db;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--radius-sm:0.25rem;--radius-md:0.75rem;--radius-lg:1.25rem;--shadow-1:0 3px 4px 0 rgba(0,0,0,.04);--shadow-2:0 4px 8px 0 rgba(0,0,0,.08);--shadow-3:0 6px 10px 0 rgba(0,0,0,.08);--safe-top:0px;--safe-bottom:0px;--gutter:16px;--btn-primary-border-color:transparent;--btn-primary-bg:linear-gradient(90deg,var(--brand-2) 0%,var(--brand-1) 98%);--btn-primary-color:var(--white)}@supports (top:constant(safe-area-inset-top)){:root{--safe-top:constant(safe-area-inset-top);--safe-bottom:constant(safe-area-inset-bottom)}}@supports (top:env(safe-area-inset-top)){:root{--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)}}.S--invisible{clip:rect(0,0,0,0);position:absolute}.pb-safe{padding-bottom:var(--safe-bottom)}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.slide-in-right-item{animation:slideInRight .5s ease-in-out both}.slide-in-right-item:nth-child(2){animation-delay:.1s}.slide-in-right-item:nth-child(3){animation-delay:.2s}.slide-in-right-item:nth-child(4){animation-delay:.3s}.slide-in-right-item:nth-child(5){animation-delay:.4s}.slide-in-right-item:nth-child(6){animation-delay:.5s}.slide-in-right-item:nth-child(7){animation-delay:.6s}.slide-in-right-item:nth-child(8){animation-delay:.7s}.slide-in-right-item:nth-child(9){animation-delay:.8s}.slide-in-right-item:nth-child(10){animation-delay:.9s}.slide-in-right-item:nth-child(11){animation-delay:1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.A-fadeIn{animation:fadeIn .6s}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.Bubble{border-radius:24px;font-family:Open Sans;font-size:14px;line-height:20px;max-width:680px;max-width:296px;min-width:1px}.Bubble .inline-icon{margin:auto 6px;position:relative;top:3px}.Bubble.text,.Bubble.typing{word-wrap:break-word;box-sizing:border-box;min-width:40px;overflow-wrap:break-word;padding:12px;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre-wrap}.Bubble.image img{border-radius:inherit;display:block;height:auto;max-height:200px;max-width:200px}.Bubble p{margin:0}.Bubble .ctaButton{align-items:center;color:#1877f2;cursor:pointer;display:flex;font-family:Open Sans;font-size:12px;font-weight:600;justify-content:center;padding:8px;text-align:center;text-decoration:none}.Bubble .ctaButton,.manifestInputBoxWrapper{border:1px solid #e0e0e0;border-radius:20px;margin-top:8px}.manifestInputBoxWrapper svg{cursor:pointer;margin:0 8px}.manifestInput{border:unset;border-radius:20px 0 0 20px;color:#000;cursor:pointer;display:flex;font-family:Open Sans;font-size:12px;font-weight:600;padding:8px 8px 8px 12px;text-decoration:none;width:250px}.manifestInput:focus{border:none;margin-bottom:unset!important;outline:none}.manifestInputBoxSubmit{align-items:center;background-color:#e0e0e0;border-radius:40px;display:flex;height:30px;justify-items:center;margin:4px;width:30px}.manifestInputBoxWrapper:focus-within{border:1px solid #731dcf}.manifestInputBoxWrapper:focus-within .manifestInput{border-color:blue}.manifestInputBoxWrapper:focus-within .manifestInputBoxSubmit{background-color:#efe6f9}.manifestInputBoxWrapper:focus-within svg path{fill:#731dcf!important}.errorInput,.errorInput .manifestInput{border-color:#d53434}.successInput{border-color:#1db954}.successInput .manifestInput{border-color:#1db954;cursor:not-allowed}.successInput svg{fill:#1db954!important;cursor:not-allowed}.suggested-replies-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:16px;margin-top:4px;max-width:300px}.suggested-reply-button{background-color:#fff;border:1px solid #e0e0e0;border-radius:20px;cursor:pointer;margin:5px;padding:8px 15px;transition:opacity .3s}.suggested-reply-button:hover{opacity:.8}.btn-font{color:#1877f2;font-family:Open Sans;font-size:12px;font-style:normal;font-weight:600;text-align:left}.cta-button{align-items:flex-start;background:transparent;border:1px solid #e0e0e0;border-radius:20px;cursor:pointer;display:flex;gap:8px;padding:8px 12px}.Btn{-webkit-tap-highlight-color:transparent;align-items:center;-webkit-appearance:none;background:var(--white);border:1px solid var(--gray-5);border-radius:999px;color:var(--gray-1);display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:400;justify-content:center;line-height:1.5;margin:0;min-width:80px;overflow:visible;padding:5px 12px;text-align:center;text-transform:none;transition:.15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.Btn:not(:disabled){cursor:pointer}.Btn:focus:not(:focus-visible){outline:0}.Btn:active{background:rgba(0,0,0,.08)}.Btn:disabled{color:var(--gray-4);opacity:.5;pointer-events:none}.Btn--primary:not(.Btn--outline){background:var(--btn-primary-bg);background-origin:border-box;border-color:var(--btn-primary-border-color);color:var(--btn-primary-color)}.Btn--primary:not(.Btn--outline):active{opacity:.8}.Btn--outline.Btn--primary{border-color:var(--brand-1);color:var(--brand-1)}.Btn--sm{font-size:.875rem;padding:4px 12px}.Btn--lg{font-size:1rem;padding:7px 12px}.Btn--block{display:block;width:100%}.Btn-icon{align-self:center;display:inline-flex;flex-shrink:0;-webkit-margin-end:.5rem;margin-inline-end:.5rem}[data-old-ios] .Btn:not(.Btn--block){display:inline-block}@media (hover:hover){.Btn:hover{background:rgba(0,0,0,.04)}.Btn--primary:not(.Btn--outline):hover{background:var(--btn-primary-bg);opacity:.9}}.Btn--text{border:0;color:var(--link-color);font-size:inherit;padding:0;vertical-align:initial}.Btn--text,.Btn--text:active,.Btn--text:hover{background:transparent}.Flex{display:flex}.Flex--inline{display:inline-flex}.Flex--center{align-items:center;justify-content:center}.Flex--d-r{flex-direction:row}.Flex--d-rr{flex-direction:row-reverse}.Flex--d-c{flex-direction:column}.Flex--d-cr{flex-direction:column-reverse}.Flex--w-n{flex-wrap:nowrap}.Flex--w-w{flex-wrap:wrap}.Flex--w-wr{flex-wrap:wrap-reverse}.Flex--jc-fs{justify-content:flex-start}.Flex--jc-fe{justify-content:flex-end}.Flex--jc-c{justify-content:center}.Flex--jc-sb{justify-content:space-between}.Flex--jc-sa{justify-content:space-around}.Flex--ai-fs{align-items:flex-start}.Flex--ai-fe{align-items:flex-end}.Flex--ai-c{align-items:center}.FlexItem{flex:1 1;min-height:0;min-width:0}.Icon{stroke-width:0;fill:currentColor;display:inline-block;height:1em;transition:all .3s cubic-bezier(.18,.89,.32,1.28);width:1em}.is-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.IconBtn{background:transparent;border:0;border-radius:3px;color:var(--gray-2);font-size:18px;min-width:0;padding:0}.IconBtn.Btn--primary{color:var(--brand-2)}.IconBtn:disabled{border-color:var(--gray-6);color:var(--gray-6)}.IconBtn.Btn--lg{border-radius:6px;font-size:24px}.IconBtn>.Icon{display:block}.IconBtn>img,.Image{overflow:hidden}.Image{border-style:none;display:inline-block;position:relative}.Image--fluid{height:auto;max-width:100%}.InfiniteScroll{-webkit-overflow-scrolling:touch;overflow-y:scroll}.InputWrapper{position:relative}.InputWrapper.has-counter{padding-bottom:20px}.InputWrapper.has-counter+.HelpText{margin-top:-20px}.Input{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;background:var(--white);box-sizing:border-box;color:var(--gray-1);display:block;font-family:inherit;font-size:.875rem;line-height:1.5;max-height:72px;min-height:24px;overflow-y:scroll;resize:none;scrollbar-width:thin;-webkit-scrollbar-width:thin;transition:.2s ease-in-out;width:100%}.Input,.Input:focus{border:none!important}.Input:focus{outline:none!important}.Input:focus:not([disabled]):not([readonly])~.Input-line:after,.Input:focus:not([disabled]):not([readonly])~.Input-line:before{width:50%}.Input::placeholder{color:var(--gray-4)}.Input--filled{background-color:var(--gray-6);border-color:transparent}.Input--flushed{background:none;border-radius:0;border-width:0 0 1px}.Input-counter{color:var(--gray-3);float:right;font-size:.75rem;margin-right:var(--gutter);z-index:1}.Input-counter,.Message{position:relative}.Message+.Message{margin-top:16px}.Message.left .Message-main>.Avatar{margin-right:4px}.Message.left .Bubble{background:#f0f0f0!important;font-size:14px;line-height:20px;margin-right:48px}.Message.left .Bubble .bik-content{color:#212121!important}.Message.right .Message-content,.Message.right .Message-main{flex-direction:row-reverse;text-align:left!important}.Message.right .Message-main>.Avatar{margin-left:4px}.Message.right .Message-author{text-align:left!important}.Message.right .Bubble{border-radius:24px;margin-left:40px}.Message.pop{display:none}.Message-meta{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:12px;margin-left:16px;margin-right:16px;text-align:center}.Message-meta-line{border-top:1px solid #e0e0e0;flex:1 1}.Message-content,.Message-main{align-items:flex-start;display:flex}.Message-inner{flex:1 1;min-width:0}.Message-author{color:var(--gray-2);font-size:var(--font-size-xs);line-height:1.1;margin-bottom:6px}.SystemMessage{color:var(--gray-2);font-size:.75rem;padding:0 15px;text-align:center}.SystemMessage a{margin-left:5px}.SystemMessage-inner{background:var(--gray-8);border-radius:6px;display:inline-block;padding:6px 9px;text-align:left!important}.Navbar-expanded{padding:16px 20px;position:relative;z-index:10}.Navbar-main{align-items:center;display:flex}@media (max-width:580px){.Navbar-main{padding:10px 12px 10px 20px}}.Navbar-collapsed{padding:16px 12px 16px 20px;position:relative;z-index:10}@media (max-width:580px){.Navbar-collapsed{padding:unset}}.Navbar-content-expanded{align-items:center;animation:content-animation-reverse .2s both;display:flex;flex:1 1;flex-direction:column}.Navbar-content-collapsed{align-items:center;animation:content-animation .2s both;display:flex;flex:1 1;flex-direction:row}.Navbar-avatar-expanded{animation:avatar-animation-reverse .5s both;border-radius:50%}.Navbar-avatar-collapsed{animation:avatar-animation .5s both;border-radius:50%}.Navbar-text-expanded{all:unset;animation:text-animation-reverse .2s both;font-family:Open Sans;font-size:20px;font-weight:600}.Navbar-text-collapsed{all:unset;animation:text-animation .2s both;font-family:Open Sans;font-size:20px;font-weight:600}.Navbar-DynamicText-expanded{all:unset;animation:dynamic-text-animation-reverse .2s both;font-family:Open Sans;font-size:20px;font-weight:600;line-height:28px}.Navbar-DynamicText-collapsed{all:unset;animation:dynamic-text-animation .2s both;font-family:Open Sans;font-size:20px;font-weight:600;line-height:28px}.Navbar-icon-button{border-radius:4px;height:32px;position:absolute;right:24px;top:24px;width:32px}@media screen and (max-width:580px){.Navbar-icon-button{border-radius:4px;height:24px;right:16px;top:22px;width:24px}}@keyframes content-animation{0%{flex-direction:column;gap:12px}to{flex-direction:row;gap:16px}}@keyframes avatar-animation{0%{height:104px;width:104px}to{height:48px;width:48px}}@keyframes text-animation{0%{line-height:28px}to{line-height:24px}}@keyframes dynamic-text-animation{0%{line-height:28px;width:-moz-fit-content;width:fit-content}to{line-height:24px;opacity:0}}@keyframes dynamic-text-animation-reverse{0%{line-height:28px;opacity:0}to{line-height:24px;width:-moz-fit-content;width:fit-content}}@keyframes icon-animation{0%{position:absolute;right:16.67px;top:14.67px}to{position:relative}}@keyframes content-animation-reverse{0%{flex-direction:row;gap:16px}to{flex-direction:column;gap:12px}}@keyframes avatar-animation-reverse{0%{height:48px;width:48px}to{height:104px;width:104px}}@keyframes text-animation-reverse{0%{line-height:24px}to{line-height:28px}}@keyframes icon-animation-reverse{0%{position:relative}to{position:absolute;right:16.67px;top:14.67px}}.PullToRefresh{-webkit-overflow-scrolling:touch;height:100%;overflow-y:scroll}.PullToRefresh-fallback{padding-top:var(--gutter);text-align:center}.PullToRefresh-loadMore{font-size:.875rem}.PullToRefresh-inner{min-height:100%;overflow:hidden}.PullToRefresh-indicator{color:grey;height:30px;line-height:30px;margin-top:-30px;text-align:center}.PullToRefresh-spinner{color:var(--gray-3);font-size:27px}.PullToRefresh-transition{transition:transform .3s}.ScrollView{overflow:hidden}.ScrollView-Wrapper{width:100%}@media (min-width:580px){.ScrollView-Wrapper{margin-left:16px;width:calc(100% - 32px)}}.ScrollView-scrollIcon{background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.12);cursor:pointer;padding:5px;position:absolute;z-index:10}.ScrollView-scrollIcon:hover{background-color:#e0e0e0}.ScrollView-scrollIcon.left{left:8px}.ScrollView-scrollIcon.right{right:8px}.ScrollView-scroller{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scroll-behavior:smooth;scrollbar-width:none}.ScrollView--fullWidth{margin:0 calc(var(--gutter)*-1)}.ScrollView--fullWidth:not(.ScrollView--hasControls) .ScrollView-inner{padding:0 var(--gutter)}.ScrollView--x .ScrollView-scroller{-ms-overflow-style:none;display:flex;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none}.ScrollView--x .ScrollView-inner{display:flex}@media (max-width:580px){.ScrollView--x .ScrollView-inner{margin-left:16px;margin-right:16px}}.ScrollView--x .ScrollView-item{flex:0 0 auto;margin-left:12px}.ScrollView--x .ScrollView-item:first-child{margin-left:0}.ScrollView-scroller::-webkit-scrollbar{display:none}.ScrollView--hasControls{align-items:center;display:flex}.ScrollView--hasControls .ScrollView-scroller{flex:1 1}.ScrollView-control{color:var(--gray-3);font-size:1rem;padding:6px}.ScrollView-control:not(:disabled):hover{color:var(--brand-1)}.Typing{align-items:center;display:flex;height:22.5px;transition:opacity .1s}.Typing-dot{animation:typing-dot 1.26s linear infinite;border-radius:50%;display:flex!important;height:6px!important;margin-left:6px;width:6px!important}.Typing-dot:first-child{margin:0}.Typing-dot:nth-child(2){animation-delay:.18s}.Typing-dot:nth-child(3){animation-delay:.36s}@keyframes typing-dot{0%{transform:scale(1)}16.67%{transform:scale(0)}33.33%{transform:scale(0)}50%{transform:scale(0)}66.67%{transform:scale(1)}83.33%{transform:scale(1)}to{transform:scale(1)}}.IceBreakers{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.IceBreakers .suggestion{all:unset;color:#9e9e9e;font-family:Open Sans;font-size:12px;font-weight:400;line-height:20px}.IceBreakers .item{all:unset;border:1px dashed #616161;border-radius:24px;color:#616161;cursor:pointer;display:inline-block;font-family:Open Sans;font-size:14px;font-weight:600;line-height:20px;padding:8px 12px;text-align:center;width:-moz-fit-content;width:fit-content}.IceBreakers .item:hover{background-color:#f0f0f0}.IceBreakers .disabled{cursor:default!important}.MessageContainer{display:flex;flex:1 1;flex-direction:column;min-height:0;position:relative}.MessageContainer>.PullToRefresh{flex:1 1}.MessageContainer>.PullToRefresh>.PullToRefresh-inner{box-sizing:border-box}.MessageContainer:focus{outline:0}.MessageList{font-size:15px;padding-bottom:var(--gutter);padding-top:var(--gutter)}.Composer{position:relative}.Composer-inputSection{align-items:flex-end;display:flex;gap:8px;margin:8px;max-height:132px;position:relative}.Composer-Error{align-items:center;background-color:#ffebef;display:flex;gap:8px;justify-content:center;padding-bottom:8px;padding-top:8px;text-align:center;width:100%}.Composer-Error-Message{all:unset;color:#b92321;font-size:12px;font-weight:400;line-height:16px}.Composer-SuggestedReplies{background:#fafafa;box-shadow:0 -4px 6px rgba(0,0,0,.06);padding:8px 0}.Composer-SuggestedReplies-List{gap:8px}.Composer-SuggestedReplies-Reply{all:unset;border:1px dashed #616161;border-radius:24px;color:#616161;cursor:pointer!important;font-family:Open Sans;font-size:14px;font-weight:600;line-height:20px;padding:8px 12px}.Composer-SuggestedReplies-Reply:hover{background:#f0f0f0}.Composer-SuggestedReplies-ScrollView{height:42px}.Composer-SuggestedReplies-ScrollView .ScrollView-scroller{align-items:center;height:100%}.Composer-AskAboutProduct-expanded{animation:ask-product-animation .2s both;max-height:64px;min-height:64px}.Composer-AskAboutProduct-compressed,.Composer-AskAboutProduct-expanded{align-items:center;background-color:#fafafa;border-top:1px solid #e0e0e0;display:flex;gap:16px;padding:8px 12px}.Composer-AskAboutProduct-compressed{animation:ask-product-reverse-animation .2s both}.Composer-AskAboutProduct-Image{border-radius:8px;object-fit:cover}.Composer-AskAboutProduct-Text{all:unset;color:#616161;flex:1 1;font-family:Open Sans;font-size:14px;font-weight:400;line-height:20px}.Composer-AskAboutProduct-Btn{border-radius:50%;padding:12px}.Composer-actions{align-items:center;display:flex;height:36px}.Composer-actions .IconBtn{color:var(--gray-1);font-size:30px}.Composer-toggleBtn{transition:transform .2s}.Composer-toggleBtn.active .Icon{transform:rotate(45deg)}.Composer-inputWrap{align-items:flex-start;border:1px solid #e0e0e0;border-radius:22px;display:flex;flex:1 1;gap:8px;max-height:132px;padding:10px 12px;position:relative}-smiley{margin-bottom:auto;margin-top:auto}.Composer-input{-ms-overflow-style:none;background:var(--white);box-shadow:none;caret-color:var(--brand-2);font-size:14px;line-height:20px;outline:none;overflow-y:auto;scrollbar-width:none}.Composer-input::-webkit-scrollbar{display:none}.Composer-sendBtn{background-clip:padding-box!important;min-width:0;padding:14.67px}.isTopMostPrompt{box-shadow:0 -4px 12px rgba(0,0,0,.12)}@keyframes ask-product-animation{0%{max-height:0}to{max-height:42px}}@keyframes ask-product-reverse-animation{0%{max-height:42px}50%{display:none;max-height:0;opacity:1;overflow:hidden}99%{display:none;max-height:0;opacity:.5;overflow:hidden}to{opacity:0}}.disabled{cursor:default!important}html{height:100vh}html[data-safari]{height:100%}body{margin:0}#bikChatWindowWrapper a,#bikChatWindowWrapper div,#bikChatWindowWrapper p,#bikChatWindowWrapper span{letter-spacing:0!important}#bikChatWindowWrapper a:empty,#bikChatWindowWrapper article:empty,#bikChatWindowWrapper div:empty,#bikChatWindowWrapper dl:empty,#bikChatWindowWrapper h1:empty,#bikChatWindowWrapper h2:empty,#bikChatWindowWrapper h3:empty,#bikChatWindowWrapper h4:empty,#bikChatWindowWrapper h5:empty,#bikChatWindowWrapper h6:empty,#bikChatWindowWrapper p:empty,#bikChatWindowWrapper section:empty,#bikChatWindowWrapper ul:empty{display:initial}#bikChatWindowWrapper input:focus{margin-bottom:200px}.ChatApp{-webkit-tap-highlight-color:transparent;background:var(--white);box-shadow:0 1.81905px 7.27619px rgba(0,0,0,.12);color:var(--gray-1);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;overflow:hidden}@media screen and (min-width:580px){.ChatApp{border-radius:12px}}.ChatFooter{background:var(--white);font-family:Open Sans!important;padding-bottom:var(--safe-bottom);position:relative;z-index:10}#bik-chat-iframe{border:none;bottom:0;overflow:hidden;pointer-events:auto!important;position:fixed;right:0;z-index:2147483647}#dummy-chat-button-iframe{z-index:2147483645}.WelcomeScreen{margin-bottom:8px;min-height:0;overflow:hidden;padding:0 16px;position:relative}.WelcomeScreen,.WelcomeScreen-dynamic{display:flex;flex:1 1;flex-direction:column}.WelcomeScreen-dynamic{margin-bottom:24px}.WelcomeScreen-Home{display:flex;flex:1 1;flex-direction:column;margin-bottom:8px;margin-top:16px}.WelcomeScreen-Home-greeting{all:unset;background-color:#f0f0f0;border-radius:24px;color:#212121;font-family:Open Sans;font-size:14px;font-weight:400;line-height:20px;padding:12px 16px;text-align:center}.WelcomeScreen-Home-topProductsHeader{all:unset;font-family:Open Sans;font-size:14px;font-weight:600;line-height:20px;margin-top:16px;text-align:center}.WelcomeScreen-Product{align-items:center;background-color:#f0f0f0;border-radius:24px;display:flex;gap:8px;margin-top:16px;padding:12px}.WelcomeScreen-Product-image{border-radius:4px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;object-fit:cover}.WelcomeScreen-Product-greeting{all:unset;color:#212121;font-family:Open Sans;font-size:14px;font-weight:400;line-height:20px;margin-left:8px;text-align:center}.WelcomeScreen-Collections{background-color:#f0f0f0;border-radius:24px;display:flex;flex-direction:column;margin-top:16px;padding:12px 18px}.WelcomeScreen-Collections-images{display:flex;gap:4px}.WelcomeScreen-Collections-final{align-items:center;display:flex;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;position:relative;width:32px}.WelcomeScreen-Collections-final-overlay{background:rgba(0,0,0,.7);border-radius:4px;color:#fff;font-family:Open Sans;font-size:12px;font-weight:400;height:100%;left:0;line-height:20px;margin:auto;position:absolute;text-align:center;top:0;width:100%;z-index:10}.WelcomeScreen-Collections-final-overlay-text{margin-top:5px}.WelcomeScreen-Collections-image{border-radius:4px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;object-fit:cover}.WelcomeScreen-Collections-greeting{all:unset;color:#212121;font-family:Open Sans;font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.TopProducts{display:flex;gap:8px;justify-content:flex-start;margin-top:8px;max-width:100%;overflow-x:auto}@media (min-width:769px){.TopProducts{justify-content:center}}.TopProducts-product{border:1px solid #e0e0e0;border-radius:12px;cursor:pointer;max-height:116px;max-width:116px;min-height:116px;min-width:116px;object-fit:cover}.TopProducts-product:hover{opacity:.7}@media (min-width:769px){.TopProducts-product{border:1px solid #e0e0e0;border-radius:12px;cursor:pointer;height:56px;max-height:56px;max-width:56px;min-height:56px;min-width:56px;object-fit:cover;width:56px}.TopProducts-product:hover{opacity:.7}}.TopProducts::-webkit-scrollbar{display:none}.ErrorMessageBubble{align-items:center;display:flex;flex-direction:column;gap:12px;max-width:296px}.ErrorMessageBubble-Message{all:unset;text-align:center}.ProductCard{background-color:#fff;border:1px solid #e0e0e0;border-radius:20px;cursor:default;font-family:Open Sans;gap:12px;height:calc(100% - 2px);max-width:225px;overflow:hidden}.ProductCard-TopSection{gap:12px}.ProductCard-Variants{all:unset;background:hsla(0,0%,100%,.7);border-radius:20px;bottom:12px;color:#616161;font-size:10px;font-weight:400;left:12px;line-height:14px;padding:4px 6px;position:absolute}.ProductCard-Icons{bottom:32px;cursor:pointer;gap:8px;position:absolute;right:12px}.ProductCard-Icons-AskQuery{align-items:center;background:hsla(0,0%,100%,.8);border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.12);display:flex;justify-content:center;max-height:40px;max-width:40px;min-height:40px;min-width:40px}.ProductCard-Icons-AskQuery:hover{background:#f0f0f0}.ProductCard-Icons-SimilarProducts{align-items:center;background:hsla(0,0%,100%,.8);border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.12);display:flex;justify-content:center;max-height:40px;max-width:40px;min-height:40px;min-width:40px}.ProductCard-Icons-SimilarProducts:hover{background:#f0f0f0}.ProductCard-Image-Wrapper{position:relative;width:100%}.ProductCard-Image{border-bottom:1px solid #e0e0e0;border-top-left-radius:12px;border-top-right-radius:12px;max-height:225px;max-width:225px;min-height:225px;min-width:225px;object-fit:cover;width:100%}.ProductCard-Content{width:93%}.ProductCard-Content-Title{-webkit-line-clamp:2;-webkit-box-orient:vertical;all:unset;display:-webkit-box;flex:1 1;font-size:14px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis}.ProductCard-Content-Price{gap:2px}.ProductCard-Content-Price-Main{all:unset;font-size:14px;font-weight:400;line-height:19px}.ProductCard-Content-Price-Crossed{all:unset;color:#9e9e9e;font-size:10px;font-weight:400;line-height:12px;text-decoration:line-through}.ProductCard-Content-Price-Discount{all:unset;color:#1877f2;font-size:10px;font-weight:400;line-height:13.62px}.ProductCard-Content-ViewBtn{border:1px solid #e0e0e0;border-radius:24px;cursor:pointer!important;gap:8px;margin-bottom:12px;margin-left:12px;margin-right:12px;padding-bottom:8px;padding-top:8px;text-align:center;width:93%}.ProductCard-Content-ViewBtn:hover{background-color:#fafafa}.ProductCard-Content-ViewBtn-Text{all:unset;color:#1877f2;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px}.ProductCard-Wrapper{margin-top:4.5px;padding:12px}.Product-ScrollView .ScrollView-inner{max-height:430px;min-height:414px}.SimilarToProduct{all:unset;align-items:center;display:flex;gap:8px;padding:0 4px}.SimilarToProduct-TextWrapper{align-items:center;gap:4px}.SimilarToProduct-Text{font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.SimilarToProduct-Image{border-radius:4px;max-height:32px;max-width:32px;object-fit:cover}.AskAboutProduct{gap:4px}.AskAboutProduct-Line{background-color:hsla(0,0%,100%,.2);border-radius:20px;display:flex;width:4px}.AskAboutProduct-Content{flex:1 1;gap:8px}.AskAboutProduct-Image{border-radius:4px;object-fit:cover}.AskAboutProduct-Text{all:unset;font-family:Open Sans;font-size:14px;font-weight:400;line-height:20px}.NavigationDivider{align-items:center;display:flex;width:100%}.NavigationDivider hr{border:1px solid #e0e0e0;flex:1 1;margin:0 10px;min-width:30px}.NavigationDivider .pageTitle{color:#9e9e9e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.helpful{animation:happy 2s ease 0s 1 normal forwards}@keyframes happy{0%,to{transform:rotate(0deg);transform-origin:50% 50%}10%{transform:rotate(8deg)}20%,40%,60%{transform:rotate(-10deg)}30%,50%,70%{transform:rotate(10deg)}80%{transform:rotate(-8deg)}90%{transform:rotate(8deg)}}.upset{animation:sad 2s ease 0s 1 normal forwards}@keyframes sad{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-10px) rotate(3deg)}30%{transform:translateX(9px) rotate(-3deg)}45%{transform:translateX(-4px) rotate(2.6deg)}60%{transform:translateX(2px) rotate(-1.4deg)}75%{transform:translateX(-1px) rotate(1.2deg)}}.blinkme{animation:blinker 1s linear infinite;background-color:#212121;display:inline-block;font-size:12px;margin-left:2px;white-space:pre-wrap;width:4px}@keyframes blinker{50%{opacity:0}}.ib-wrapper{border:.5px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:8px 12px}.ib-wrapper span{font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-align:center}.close-container{position:absolute;right:-14px;top:-14px}.close-container,.close-container-relative{align-items:center;background-color:#fff;border-radius:14px;cursor:pointer;display:flex;filter:drop-shadow(0 2px 8px rgba(0,0,0,.12));height:28px;justify-content:center;width:28px}.entry-point-container{display:flex;flex-direction:column;position:relative}.avatar-container{bottom:0;position:absolute}.default-container{align-items:flex-start;border-radius:16px;box-shadow:0 4px 12px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;gap:16px;padding:16px}.default-container .text{color:#212121;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.default-container.mobile{padding:12px}.default-container.mobile .text{width:230px}.divider{background:#e0e0e0;height:.5px}.divider,.divider.mobile{width:100%}.entry-point-btn{align-items:flex-start;border:.5px solid #e0e0e0;border-radius:24px;cursor:pointer;display:flex;gap:10px;padding:8px 12px}.entry-point-btn span{text-wrap:nowrap;color:#1877f2;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-align:center}.entry-point-btn.mobile span{line-height:14px}.product-image-container{align-items:center;background:#fafafa;border-radius:24px;display:flex;height:48px;overflow:hidden;width:48px}.product-image-container img{height:100%;width:100%}.product-name-container{display:flex;flex:1 1;flex-direction:column}.product-name-container span{font-feature-settings:"ss04" on,"case" on,lining-nums tabular-nums;color:#212121;font-family:Open Sans;font-size:14px;font-style:normal;font-variant-numeric:lining-nums tabular-nums;font-weight:400;line-height:20px}.product-pricing-container{align-items:center}.product-pricing-container .cost{font-feature-settings:"ss04" on,"case" on,lining-nums tabular-nums;color:#212121;font-family:Open Sans;font-size:16px;font-style:normal;font-variant-numeric:lining-nums tabular-nums;font-weight:600;line-height:24px}.product-pricing-container .original{font-feature-settings:"ss04" on,"case" on,lining-nums tabular-nums;color:#9e9e9e;font-family:Open Sans;font-size:12px;font-style:normal;font-variant-numeric:lining-nums tabular-nums;font-weight:400;line-height:16px;text-decoration:line-through}.product-pricing-container .discount{font-feature-settings:"ss04" on,"case" on,lining-nums tabular-nums;color:#99631b;font-family:Open Sans;font-size:14px;font-style:normal;font-variant-numeric:lining-nums tabular-nums;font-weight:600;line-height:20px}.stw-container{align-items:center}.stw-container img{border-radius:100%;height:52px;width:52px}.stw-container .heavy-text{font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}#bikCTAWrapper{z-index:20}#bikCTAWrapper a,#bikCTAWrapper div,#bikCTAWrapper p,#bikCTAWrapper span{letter-spacing:0!important}#bikCTAWrapper a:empty,#bikCTAWrapper article:empty,#bikCTAWrapper div:empty,#bikCTAWrapper dl:empty,#bikCTAWrapper h1:empty,#bikCTAWrapper h2:empty,#bikCTAWrapper h3:empty,#bikCTAWrapper h4:empty,#bikCTAWrapper h5:empty,#bikCTAWrapper h6:empty,#bikCTAWrapper p:empty,#bikCTAWrapper section:empty,#bikCTAWrapper ul:empty{display:initial}.bikCtaContainer{align-items:center;border-radius:34px;cursor:pointer;display:flex;justify-content:center;width:-moz-fit-content;width:fit-content;z-index:10}.bikCtaContainerOpen{border:1px solid rgba(33,33,33,.1);border-radius:34px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.16));width:100%}.bikCtaButton{background:transparent;border:unset;border-radius:50%}.bikCtaText{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1 1;font-family:Open Sans;font-size:14px;font-weight:400;line-height:20px;margin-left:12px;margin-right:auto;overflow:hidden;text-overflow:ellipsis}.bikCtaClose{margin-right:12px}.chatbot-wrapper *{font-feature-settings:"tnum" on,"lnum" on,"case" on,"ss04" on;font-family:Open Sans,sans-serif;font-style:normal}.ChatApp{animation:rightToLeft .2s ease-in-out both}@keyframes rightToLeft{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.online--dot{bottom:3px;right:3px;z-index:2}.online--dot,.online--dot--navbar{background:#00dc24;border:1px solid #fff;border-radius:100%;height:12px;position:absolute;width:12px}.online--dot--navbar{bottom:12px;right:12px}