@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@600;700;800&family=Inter:wght@400;500;600&display=swap";
.seller-chat-module-scss-module__s5NFcq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.seller-chat-module-scss-module__s5NFcq__form_container{padding:.5em}}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col{justify-content:space-between;align-items:center;display:flex}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col>div:first-child{flex:0 auto}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col>div:last-child{flex:1 0 auto}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__actions_container.seller-chat-module-scss-module__s5NFcq__no_border{border:none;margin-top:0;padding:0}.seller-chat-module-scss-module__s5NFcq__grid2col,.seller-chat-module-scss-module__s5NFcq__grid3col{grid-template-columns:1fr 1fr;display:grid}.seller-chat-module-scss-module__s5NFcq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.seller-chat-module-scss-module__s5NFcq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.seller-chat-module-scss-module__s5NFcq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.seller-chat-module-scss-module__s5NFcq__error_label{color:#ef4444;text-align:center}@keyframes seller-chat-module-scss-module__s5NFcq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seller-chat-module-scss-module__s5NFcq__media_wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);filter:drop-shadow(0 -4px 6px #0000000d);opacity:0;pointer-events:none;z-index:10;background:#fffffff2 padding-box padding-box;border:1px solid #e5e7eb;border-radius:20px 20px 0 0;width:90%;height:30vh;padding:1em;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:100%;left:5%;overflow:auto;transform:translateY(20px)}.seller-chat-module-scss-module__s5NFcq__media_wrapper.seller-chat-module-scss-module__s5NFcq__shown{opacity:1;pointer-events:initial;transform:translateY(0)}.seller-chat-module-scss-module__s5NFcq__media_wrapper::-webkit-scrollbar{display:none}@media (min-height:800px){.seller-chat-module-scss-module__s5NFcq__media_wrapper{height:300px}}.seller-chat-module-scss-module__s5NFcq__seller_chat_wrapper{background:#f3f5f7;flex-direction:column;height:100vh;display:flex;position:relative}.seller-chat-module-scss-module__s5NFcq__chat_header{z-index:20;background:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;box-shadow:0 1px 2px #0000000d}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__header_left{flex:1;align-items:center;gap:12px;min-width:0;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__back_btn{color:#374151;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__back_btn:hover{background:#f3f4f6}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__title_section{flex-direction:column;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__merchant_name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__ticket_info{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:12px;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__status_badge{text-transform:uppercase;letter-spacing:.5px;color:#059669;background:#ecfdf5;border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.seller-chat-module-scss-module__s5NFcq__messages_area{background:#f3f5f7;flex-direction:column;flex:1;gap:8px;padding:20px 16px;display:flex;overflow-y:auto}.seller-chat-module-scss-module__s5NFcq__messages_area::-webkit-scrollbar{width:6px}.seller-chat-module-scss-module__s5NFcq__messages_area::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}@keyframes seller-chat-module-scss-module__s5NFcq__slideUpFade{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.seller-chat-module-scss-module__s5NFcq__message_bubble{word-break:break-word;transform-origin:bottom;border-radius:18px;max-width:80%;padding:10px 14px;font-size:15px;font-weight:400;line-height:1.4;animation:.3s cubic-bezier(.2,.8,.2,1) forwards seller-chat-module-scss-module__s5NFcq__slideUpFade;position:relative;box-shadow:0 1px 2px #0000000d}.seller-chat-module-scss-module__s5NFcq__message_bubble .seller-chat-module-scss-module__s5NFcq__timestamp{opacity:.7;text-align:right;margin-top:4px;font-size:10px;font-weight:400;display:block}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__user{background-color:var(--color-primary-base,#8fc31f);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__user .seller-chat-module-scss-module__s5NFcq__timestamp{color:#fffc}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__merchant{color:#111827;background-color:#fff;border:1px solid #0000;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 3px #00000014}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__merchant .seller-chat-module-scss-module__s5NFcq__timestamp{color:#9ca3af}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__audio_msg{min-width:220px}.seller-chat-module-scss-module__s5NFcq__message_bubble .seller-chat-module-scss-module__s5NFcq__attachment_img{cursor:pointer;border-radius:12px;max-width:100%;margin-top:4px}.seller-chat-module-scss-module__s5NFcq__store_logo{object-fit:cover;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50%;width:36px;height:36px}.seller-chat-module-scss-module__s5NFcq__input_area{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:8px;display:flex;position:relative;bottom:0}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__attach_btn{color:#6b7280;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__attach_btn:hover{color:#111827;background:#f3f4f6}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__input_wrapper{background:#f3f4f6;border-radius:20px;flex-direction:row;flex:1;align-items:flex-end;min-height:44px;padding:8px 12px;display:flex}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__input_wrapper.seller-chat-module-scss-module__s5NFcq__recording{background:#fef2f2;border:1px solid #fecaca}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__text_input{color:#111827;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:100px;margin:0;padding:0;font-size:15px;line-height:1.4}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__text_input::placeholder{color:#9ca3af}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn{color:#fff;background:var(--color-primary-base,#8fc31f);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn:hover:not(.seller-chat-module-scss-module__s5NFcq__disabled){opacity:.9;transform:scale(1.05)}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn.seller-chat-module-scss-module__s5NFcq__disabled{color:#9ca3af;cursor:default;box-shadow:none;background:#e5e7eb}
.attachments-input-module-scss-module__KuqN9G__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.attachments-input-module-scss-module__KuqN9G__form_container{padding:.5em}}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col{justify-content:space-between;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col>div:first-child{flex:0 auto}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col>div:last-child{flex:1 0 auto}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__actions_container.attachments-input-module-scss-module__KuqN9G__no_border{border:none;margin-top:0;padding:0}.attachments-input-module-scss-module__KuqN9G__grid2col,.attachments-input-module-scss-module__KuqN9G__grid3col{grid-template-columns:1fr 1fr;display:grid}.attachments-input-module-scss-module__KuqN9G__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.attachments-input-module-scss-module__KuqN9G__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.attachments-input-module-scss-module__KuqN9G__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__error_label{color:#ef4444;text-align:center}@keyframes attachments-input-module-scss-module__KuqN9G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.attachments-input-module-scss-module__KuqN9G__file_attach_container{flex-flow:column;align-items:stretch;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container.attachments-input-module-scss-module__KuqN9G__reverse{flex-flow:column-reverse}.attachments-input-module-scss-module__KuqN9G__file_attach_container label{color:#111827;padding:0 .5em}.attachments-input-module-scss-module__KuqN9G__file_attach_container input{display:none}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__btn_header{align-items:center;padding:.5em;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__btn_header>span{margin-right:.5em}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header{cursor:pointer;background:#c8dafd80;border:2px dashed #385ba1;border-radius:8px;justify-content:center;align-items:center;height:40px;margin:1em;padding:0 1em;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header.attachments-input-module-scss-module__KuqN9G__tall{height:120px}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header span{text-align:center;color:#132d62;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header svg{height:24px;display:none}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container{flex-direction:column;align-items:stretch;max-height:40vh;display:flex;overflow:auto}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container.attachments-input-module-scss-module__KuqN9G__horizontal{max-height:auto;flex-direction:row}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container.attachments-input-module-scss-module__KuqN9G__grid_layout{flex-flow:wrap;justify-content:center;gap:.5em}@media only screen and (max-width:720px){.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container{max-height:auto}}
.tooltip-module-scss-module__NLufXa__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.tooltip-module-scss-module__NLufXa__form_container{padding:.5em}}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col{justify-content:space-between;align-items:center;display:flex}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col>div:first-child{flex:0 auto}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col>div:last-child{flex:1 0 auto}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__actions_container.tooltip-module-scss-module__NLufXa__no_border{border:none;margin-top:0;padding:0}.tooltip-module-scss-module__NLufXa__grid2col,.tooltip-module-scss-module__NLufXa__grid3col{grid-template-columns:1fr 1fr;display:grid}.tooltip-module-scss-module__NLufXa__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.tooltip-module-scss-module__NLufXa__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.tooltip-module-scss-module__NLufXa__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.tooltip-module-scss-module__NLufXa__error_label{color:#ef4444;text-align:center}@keyframes tooltip-module-scss-module__NLufXa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip-module-scss-module__NLufXa__tooltip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);word-wrap:break-word;background-color:#ffffff4d;border:1px solid #111827;border-radius:1em;max-width:250px;padding:.5em}.tooltip-module-scss-module__NLufXa__tooltip.tooltip-module-scss-module__NLufXa__danger{color:#fff;background-color:#801d1da8}.tooltip-module-scss-module__NLufXa__tooltip.tooltip-module-scss-module__NLufXa__warn{color:#362201;background-color:#d39f2776}
.stories-module-scss-module__iPC7TW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.stories-module-scss-module__iPC7TW__form_container{padding:.5em}}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col{justify-content:space-between;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:first-child{flex:0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:last-child{flex:1 0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container.stories-module-scss-module__iPC7TW__no_border{border:none;margin-top:0;padding:0}.stories-module-scss-module__iPC7TW__grid2col,.stories-module-scss-module__iPC7TW__grid3col{grid-template-columns:1fr 1fr;display:grid}.stories-module-scss-module__iPC7TW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.stories-module-scss-module__iPC7TW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.stories-module-scss-module__iPC7TW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__error_label{color:#ef4444;text-align:center}@keyframes stories-module-scss-module__iPC7TW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stories-module-scss-module__iPC7TW__video_story_container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;width:100%;height:100dvh;position:fixed;inset:0;overflow-y:auto}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_story_container{margin:0;padding:0}}.stories-module-scss-module__iPC7TW__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;background:#000;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #ffffff1a,0 0 50px #ffffff0d,0 0 0 1px #ffffff08}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_story_item{background:#000;max-width:415px;margin:0 auto}}.stories-module-scss-module__iPC7TW__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;background:#000;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_shimmer{background:#000;max-width:415px;margin:0 auto}}.stories-module-scss-module__iPC7TW__video_shimmer .stories-module-scss-module__iPC7TW__spinner{flex:1;display:none}.stories-module-scss-module__iPC7TW__video_shimmer span{border-radius:5px;width:100%;height:100dvh}@media (prefers-reduced-motion){.stories-module-scss-module__iPC7TW__video_shimmer>span{display:none}.stories-module-scss-module__iPC7TW__video_shimmer .stories-module-scss-module__iPC7TW__spinner{display:initial}}.stories-module-scss-module__iPC7TW__video_story_footer{color:#fff;grid-template-columns:1fr;align-content:end;width:100%;padding:10px;display:grid;position:absolute;bottom:10px}
.notification-bell-module-scss-module__OszGGW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.notification-bell-module-scss-module__OszGGW__form_container{padding:.5em}}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__flex2col{justify-content:space-between;align-items:center;display:flex}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__flex2col>div:first-child{flex:0 auto}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__flex2col>div:last-child{flex:1 0 auto}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__actions_container.notification-bell-module-scss-module__OszGGW__no_border{border:none;margin-top:0;padding:0}.notification-bell-module-scss-module__OszGGW__grid2col,.notification-bell-module-scss-module__OszGGW__grid3col{grid-template-columns:1fr 1fr;display:grid}.notification-bell-module-scss-module__OszGGW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.notification-bell-module-scss-module__OszGGW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.notification-bell-module-scss-module__OszGGW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.notification-bell-module-scss-module__OszGGW__error_label{color:#ef4444;text-align:center}@keyframes notification-bell-module-scss-module__OszGGW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notification-bell-module-scss-module__OszGGW__notification_icon{position:relative}.notification-bell-module-scss-module__OszGGW__notification_icon svg{filter:invert();font-size:20px}.notification-bell-module-scss-module__OszGGW__notification_icon>img{filter:invert()}.notification-bell-module-scss-module__OszGGW__notification_icon>small{color:#fff;background-color:#db3022;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;padding:3px;font-size:8px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.notification-bell-module-scss-module__OszGGW__notification_icon>small.notification-bell-module-scss-module__OszGGW__white{color:#000;background:#fff}
.auto-complete-search-module-scss-module__XbO5AG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.auto-complete-search-module-scss-module__XbO5AG__form_container{padding:.5em}}.auto-complete-search-module-scss-module__XbO5AG__form_container .auto-complete-search-module-scss-module__XbO5AG__flex2col{justify-content:space-between;align-items:center;display:flex}.auto-complete-search-module-scss-module__XbO5AG__form_container .auto-complete-search-module-scss-module__XbO5AG__flex2col>div:first-child{flex:0 auto}.auto-complete-search-module-scss-module__XbO5AG__form_container .auto-complete-search-module-scss-module__XbO5AG__flex2col>div:last-child{flex:1 0 auto}.auto-complete-search-module-scss-module__XbO5AG__form_container .auto-complete-search-module-scss-module__XbO5AG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.auto-complete-search-module-scss-module__XbO5AG__form_container .auto-complete-search-module-scss-module__XbO5AG__actions_container.auto-complete-search-module-scss-module__XbO5AG__no_border{border:none;margin-top:0;padding:0}.auto-complete-search-module-scss-module__XbO5AG__grid2col,.auto-complete-search-module-scss-module__XbO5AG__grid3col{grid-template-columns:1fr 1fr;display:grid}.auto-complete-search-module-scss-module__XbO5AG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.auto-complete-search-module-scss-module__XbO5AG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.auto-complete-search-module-scss-module__XbO5AG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.auto-complete-search-module-scss-module__XbO5AG__error_label{color:#ef4444;text-align:center}@keyframes auto-complete-search-module-scss-module__XbO5AG__spin{to{transform:rotate(360deg)}}.auto-complete-search-module-scss-module__XbO5AG__dropdown_container{flex-direction:column;justify-content:flex-end;align-items:stretch;min-width:0;padding:8px;display:flex;position:relative}.auto-complete-search-module-scss-module__XbO5AG__dropdown_container label{text-align:initial;font-size:.8em}.auto-complete-search-module-scss-module__XbO5AG__dropdown_container p.auto-complete-search-module-scss-module__XbO5AG__field_err{color:#dc143c;text-align:left;margin:0;font-size:.7em}@media only screen and (max-width:480px){.auto-complete-search-module-scss-module__XbO5AG__dropdown_container p.auto-complete-search-module-scss-module__XbO5AG__field_err{max-width:270px}}.auto-complete-search-module-scss-module__XbO5AG__dropdown_container.auto-complete-search-module-scss-module__XbO5AG__slim{font-size:.8em}.auto-complete-search-module-scss-module__XbO5AG__dropdown_container span.auto-complete-search-module-scss-module__XbO5AG__icon{z-index:1;justify-content:center;align-items:center;width:40px;height:100%;font-size:12px;display:flex;position:absolute;top:0;left:8px}.auto-complete-search-module-scss-module__XbO5AG__dropdown_container span.auto-complete-search-module-scss-module__XbO5AG__icon>svg{color:var(--color-primary-base,#8fc31f)}.auto-complete-search-module-scss-module__XbO5AG__selector_wrapper label.auto-complete-search-module-scss-module__XbO5AG__subtext,.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper label.auto-complete-search-module-scss-module__XbO5AG__subtext{color:#1e90ff;text-align:center;margin-bottom:10px;font-size:15px;font-style:italic;font-weight:700;display:block}.auto-complete-search-module-scss-module__XbO5AG__selector_container{flex-flow:wrap;align-items:flex-end;display:flex}@media only screen and (max-width:480px){.auto-complete-search-module-scss-module__XbO5AG__selector_container{flex-flow:column;align-items:stretch}}.auto-complete-search-module-scss-module__XbO5AG__selector_container>div:first-child{flex:8}.auto-complete-search-module-scss-module__XbO5AG__selector_container>div:not(:first-child){flex:2;gap:1em;margin-bottom:12px}.auto-complete-search-module-scss-module__XbO5AG__portal_wrapper{z-index:3000;pointer-events:none;position:fixed;inset:0}.auto-complete-search-module-scss-module__XbO5AG__backdrop{opacity:0;pointer-events:none;background-color:#fff;width:100dvw;height:100dvh;transition:opacity .25s;position:fixed;top:0;left:0}.auto-complete-search-module-scss-module__XbO5AG__backdrop.auto-complete-search-module-scss-module__XbO5AG__visible{opacity:1;pointer-events:initial}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container{opacity:0;pointer-events:none;z-index:3001;background:#fff;flex-flow:column;transition:opacity .3s,transform .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;inset:0;transform:translateY(100%)}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container.auto-complete-search-module-scss-module__XbO5AG__visible{pointer-events:initial;opacity:1;transform:translateY(0)}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_container{background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;gap:8px;padding:12px;display:flex}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_container .auto-complete-search-module-scss-module__XbO5AG__close_backdrop{cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .15s;display:flex}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_container .auto-complete-search-module-scss-module__XbO5AG__close_backdrop:hover{background:#f5f5f5}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_container .auto-complete-search-module-scss-module__XbO5AG__close_backdrop:active{background:#ebebeb;transform:scale(.92)}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_container .auto-complete-search-module-scss-module__XbO5AG__close_backdrop svg{color:#333}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_container .auto-complete-search-module-scss-module__XbO5AG__auto_search_field{flex:1}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__error_container{color:#d93025;background:#fff5f5;border:1px solid #fcc;border-radius:10px;margin:12px 16px;padding:12px 16px;font-size:14px}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container{background:#fff;flex:1;padding:0;overflow-y:auto}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item{cursor:pointer;opacity:0;border-bottom:1px solid #d0d0d0;align-items:center;padding:16px 20px;transition:background .12s,transform .15s;animation:.25s forwards auto-complete-search-module-scss-module__XbO5AG__slideIn;display:flex;transform:translateY(8px)}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:active{background:#f0f0f0;transform:scale(.98)}@media (hover:hover){.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:hover{background:#fafafa}}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item .auto-complete-search-module-scss-module__XbO5AG__suggestion_text{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;flex:1;font-size:15px;font-weight:400;overflow:hidden}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item .auto-complete-search-module-scss-module__XbO5AG__remove_btn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:8px;transition:background .15s,transform .15s;display:flex}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item .auto-complete-search-module-scss-module__XbO5AG__remove_btn:hover{background:#eee}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item .auto-complete-search-module-scss-module__XbO5AG__remove_btn:active{background:#e0e0e0;transform:scale(.9)}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item .auto-complete-search-module-scss-module__XbO5AG__remove_btn svg{color:#999;font-size:12px}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:first-child{animation-delay:30ms}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(2){animation-delay:60ms}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(3){animation-delay:90ms}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(4){animation-delay:.12s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(5){animation-delay:.15s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(6){animation-delay:.18s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(7){animation-delay:.21s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(8){animation-delay:.24s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(9){animation-delay:.27s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(10){animation-delay:.3s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(11){animation-delay:.33s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(12){animation-delay:.36s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(13){animation-delay:.39s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(14){animation-delay:.42s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__suggestion_item:nth-child(15){animation-delay:.45s}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__suggestions_container .auto-complete-search-module-scss-module__XbO5AG__section_label{color:var(--color-primary-base,#8fc31f);text-transform:uppercase;letter-spacing:.05em;background:#fffdfd;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:10px 20px;font-size:14px;font-weight:800}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__loading_container{justify-content:center;align-items:center;padding:40px;display:flex}.auto-complete-search-module-scss-module__XbO5AG__search_dropdown_container .auto-complete-search-module-scss-module__XbO5AG__loading_container .auto-complete-search-module-scss-module__XbO5AG__spinner{border:2px solid #f0f0f0;border-top-color:#333;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite auto-complete-search-module-scss-module__XbO5AG__spin}@keyframes auto-complete-search-module-scss-module__XbO5AG__slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .inputs_container{background:#fff;overflow:hidden;border:1.5px solid #d1d5db!important;border-radius:100px!important;padding:0!important}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .inputs_container input{background:0 0!important;border:none!important;border-radius:100px!important}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .auto-complete-search-module-scss-module__XbO5AG__elements_container{z-index:3;position:relative}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .auto-complete-search-module-scss-module__XbO5AG__elements_container svg{color:var(--color-primary-base,#8fc31f)}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .auto-complete-search-module-scss-module__XbO5AG__elements_container .auto-complete-search-module-scss-module__XbO5AG__animated_placeholder_overlay{pointer-events:none;z-index:1;align-items:center;padding-left:16px;display:flex;position:absolute;inset:0}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .auto-complete-search-module-scss-module__XbO5AG__elements_container .auto-complete-search-module-scss-module__XbO5AG__animated_placeholder_overlay .auto-complete-search-module-scss-module__XbO5AG__animated_text{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14px;transition:opacity .3s,transform .3s;overflow:hidden}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .auto-complete-search-module-scss-module__XbO5AG__elements_container .auto-complete-search-module-scss-module__XbO5AG__animated_placeholder_overlay .auto-complete-search-module-scss-module__XbO5AG__animated_text.auto-complete-search-module-scss-module__XbO5AG__fade_out{opacity:0;transform:translateY(-8px)}.auto-complete-search-module-scss-module__XbO5AG__autocomplete_wrapper .auto-complete-search-module-scss-module__XbO5AG__elements_container .auto-complete-search-module-scss-module__XbO5AG__animated_placeholder_overlay .auto-complete-search-module-scss-module__XbO5AG__animated_text.auto-complete-search-module-scss-module__XbO5AG__fade_in{opacity:1;transform:translateY(0)}
.drawer-module-scss-module__7qF_YG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.drawer-module-scss-module__7qF_YG__form_container{padding:.5em}}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__flex2col{justify-content:space-between;align-items:center;display:flex}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__flex2col>div:first-child{flex:0 auto}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__flex2col>div:last-child{flex:1 0 auto}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__actions_container.drawer-module-scss-module__7qF_YG__no_border{border:none;margin-top:0;padding:0}.drawer-module-scss-module__7qF_YG__grid2col,.drawer-module-scss-module__7qF_YG__grid3col{grid-template-columns:1fr 1fr;display:grid}.drawer-module-scss-module__7qF_YG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.drawer-module-scss-module__7qF_YG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.drawer-module-scss-module__7qF_YG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.drawer-module-scss-module__7qF_YG__error_label{color:#ef4444;text-align:center}@keyframes drawer-module-scss-module__7qF_YG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer-module-scss-module__7qF_YG__drawer_container{z-index:11;background-color:var(--color-bg-page,#f4f7f0);width:100%;height:100dvh;padding-top:70px;transition:all .3s;position:fixed;top:0;left:0}.drawer-module-scss-module__7qF_YG__drawer_container.drawer-module-scss-module__7qF_YG__hide{box-shadow:none;transform:translate(100%)}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body{height:calc(100dvh - 70px);padding:20px;overflow:auto}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body.drawer-module-scss-module__7qF_YG__seamless{max-height:initial;padding:0;overflow:visible}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body>*{min-height:fit-content;margin:0;padding:0}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body.drawer-module-scss-module__7qF_YG__no_scroll{overflow:hidden}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body.drawer-module-scss-module__7qF_YG__no_scroll *{min-height:auto}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body header{display:none}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body_with_header{height:100dvh;padding:20px;overflow:auto}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body_with_header>*{min-height:fit-content;margin:0;padding:0}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body_with_header header{padding-left:10px;display:flex;position:absolute}@media only screen and (min-width:900px){.drawer-module-scss-module__7qF_YG__drawer_container{width:500px;left:auto;right:0;box-shadow:20px 0 100px -10px gray}.drawer-module-scss-module__7qF_YG__drawer_container>header{width:500px;left:auto;right:0}}
.my-chats-module-scss-module__msmvZG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.my-chats-module-scss-module__msmvZG__form_container{padding:.5em}}.my-chats-module-scss-module__msmvZG__form_container .my-chats-module-scss-module__msmvZG__flex2col{justify-content:space-between;align-items:center;display:flex}.my-chats-module-scss-module__msmvZG__form_container .my-chats-module-scss-module__msmvZG__flex2col>div:first-child{flex:0 auto}.my-chats-module-scss-module__msmvZG__form_container .my-chats-module-scss-module__msmvZG__flex2col>div:last-child{flex:1 0 auto}.my-chats-module-scss-module__msmvZG__form_container .my-chats-module-scss-module__msmvZG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.my-chats-module-scss-module__msmvZG__form_container .my-chats-module-scss-module__msmvZG__actions_container.my-chats-module-scss-module__msmvZG__no_border{border:none;margin-top:0;padding:0}.my-chats-module-scss-module__msmvZG__grid2col,.my-chats-module-scss-module__msmvZG__grid3col{grid-template-columns:1fr 1fr;display:grid}.my-chats-module-scss-module__msmvZG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.my-chats-module-scss-module__msmvZG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.my-chats-module-scss-module__msmvZG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.my-chats-module-scss-module__msmvZG__error_label{color:#ef4444;text-align:center}@keyframes my-chats-module-scss-module__msmvZG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-chats-module-scss-module__msmvZG__my_chat_wrapper{background:#fff;min-height:100vh;padding:0}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__header_area{z-index:10;background:#fff;border-bottom:1px solid #f3f4f6;padding:12px 16px;position:sticky;top:0}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__search_chat_container{background-color:#f3f4f6;border-radius:100px;align-items:center;gap:10px;width:100%;height:44px;padding:0 16px;display:flex}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__search_chat_container .my-chats-module-scss-module__msmvZG__search_icon{color:#9ca3af;font-size:14px}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__search_chat_container input{color:#111827;background-color:#0000;border:none;outline:none;flex:1;font-size:15px}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__search_chat_container input::placeholder{color:#9ca3af}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__empty_state_wrapper{justify-content:center;align-items:center;height:calc(100vh - 200px);display:flex}.my-chats-module-scss-module__msmvZG__my_chat_wrapper .my-chats-module-scss-module__msmvZG__my_chat_list{flex-direction:column;padding-bottom:80px;display:flex;overflow-y:auto}.my-chats-module-scss-module__msmvZG__conversation_item{cursor:pointer;-webkit-tap-highlight-color:#0000;background:#fff;align-items:center;transition:background .2s;display:flex}.my-chats-module-scss-module__msmvZG__conversation_item:hover{background:#f9fafb}.my-chats-module-scss-module__msmvZG__conversation_item:active{background:#f3f4f6}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__avatar_section{flex-shrink:0;padding:12px 16px}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__avatar_section .my-chats-module-scss-module__msmvZG__avatar_img{object-fit:cover;border-radius:50%;width:50px;height:50px;display:block}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__avatar_section .my-chats-module-scss-module__msmvZG__avatar_placeholder{color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;font-weight:600;display:flex}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__content_wrapper{border-bottom:1px solid #f3f4f6;flex:1;align-self:stretch;min-width:0;height:100%;padding:16px 16px 16px 0;display:flex}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__main_content{flex-direction:column;flex:1;justify-content:center;min-width:0;padding-right:8px;display:flex}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__main_content .my-chats-module-scss-module__msmvZG__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:16px;font-weight:700;overflow:hidden}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__main_content .my-chats-module-scss-module__msmvZG__snippet{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:400;overflow:hidden}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__main_content .my-chats-module-scss-module__msmvZG__snippet.my-chats-module-scss-module__msmvZG__unread{color:#111827;font-weight:600}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__meta_section{flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:6px;padding-top:2px;display:flex}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__meta_section .my-chats-module-scss-module__msmvZG__time{color:#9ca3af;white-space:nowrap;font-size:12px;font-weight:500}.my-chats-module-scss-module__msmvZG__conversation_item .my-chats-module-scss-module__msmvZG__meta_section .my-chats-module-scss-module__msmvZG__unread_badge{background-color:var(--planckly-primary-base,#81c784);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:flex}
.customer-reviews-module-scss-module__EK1toq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.customer-reviews-module-scss-module__EK1toq__form_container{padding:.5em}}.customer-reviews-module-scss-module__EK1toq__form_container .customer-reviews-module-scss-module__EK1toq__flex2col{justify-content:space-between;align-items:center;display:flex}.customer-reviews-module-scss-module__EK1toq__form_container .customer-reviews-module-scss-module__EK1toq__flex2col>div:first-child{flex:0 auto}.customer-reviews-module-scss-module__EK1toq__form_container .customer-reviews-module-scss-module__EK1toq__flex2col>div:last-child{flex:1 0 auto}.customer-reviews-module-scss-module__EK1toq__form_container .customer-reviews-module-scss-module__EK1toq__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.customer-reviews-module-scss-module__EK1toq__form_container .customer-reviews-module-scss-module__EK1toq__actions_container.customer-reviews-module-scss-module__EK1toq__no_border{border:none;margin-top:0;padding:0}.customer-reviews-module-scss-module__EK1toq__grid2col,.customer-reviews-module-scss-module__EK1toq__grid3col{grid-template-columns:1fr 1fr;display:grid}.customer-reviews-module-scss-module__EK1toq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.customer-reviews-module-scss-module__EK1toq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.customer-reviews-module-scss-module__EK1toq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.customer-reviews-module-scss-module__EK1toq__error_label{color:#ef4444;text-align:center}@keyframes customer-reviews-module-scss-module__EK1toq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customer-reviews-module-scss-module__EK1toq__review_rating_container{flex-direction:column;display:flex}.customer-reviews-module-scss-module__EK1toq__review_rating_container .customer-reviews-module-scss-module__EK1toq__no_reviews{text-align:center;margin:30px 0}.customer-reviews-module-scss-module__EK1toq__review_rating_container .customer-reviews-module-scss-module__EK1toq__reviews_title{justify-content:space-between;margin:10px 0;display:flex}.customer-reviews-module-scss-module__EK1toq__review_rating_container .customer-reviews-module-scss-module__EK1toq__reviews_title .customer-reviews-module-scss-module__EK1toq__view_all{cursor:pointer;font-size:12px;font-weight:500}.customer-reviews-module-scss-module__EK1toq__review_card_container{word-wrap:break-word;overflow-wrap:anywhere;background:#fff;border:1px solid #fff4f4;border-radius:16px;flex-direction:column;gap:12px;margin-bottom:16px;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000005}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header .customer-reviews-module-scss-module__EK1toq__review_date{color:#94a3b8;letter-spacing:.2px;font-size:11px;font-weight:500}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header .customer-reviews-module-scss-module__EK1toq__delete_action_wrapper{z-index:10;cursor:pointer;animation:3s ease-in-out infinite customer-reviews-module-scss-module__EK1toq__card-drift;position:absolute;top:-12px;right:-8px}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header .customer-reviews-module-scss-module__EK1toq__delete_pill{color:#db3022;background:#fff4f4;border:1px solid #f43f5e1a;border-radius:10px;align-items:center;gap:5px;margin-top:10px;padding:4px 12px;display:flex;box-shadow:0 4px 6px -1px #e11d481a}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header .customer-reviews-module-scss-module__EK1toq__delete_pill .customer-reviews-module-scss-module__EK1toq__trash_icon{font-size:10px}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header .customer-reviews-module-scss-module__EK1toq__delete_pill .customer-reviews-module-scss-module__EK1toq__delete_label{text-transform:uppercase;letter-spacing:.8px;font-size:9px;font-weight:800}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__review_header .customer-reviews-module-scss-module__EK1toq__delete_pill:active{transform:scale(.92)}@keyframes customer-reviews-module-scss-module__EK1toq__card-drift{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-3px)rotate(1deg)}}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__user_detail{align-items:center;gap:12px;width:100%;display:flex}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__user_detail .customer-reviews-module-scss-module__EK1toq__user_name{color:#1e293b;font-size:13px;font-weight:600}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__user_detail .customer-reviews-module-scss-module__EK1toq__star_rating{margin-top:2px}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__user_detail .customer-reviews-module-scss-module__EK1toq__star_rating svg{font-size:11px}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__user_review{width:100%}.customer-reviews-module-scss-module__EK1toq__review_card_container .customer-reviews-module-scss-module__EK1toq__user_review p{color:#475569;word-break:break-word;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.6}
.category-chips-module-scss-module__DUklra__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.category-chips-module-scss-module__DUklra__form_container{padding:.5em}}.category-chips-module-scss-module__DUklra__form_container .category-chips-module-scss-module__DUklra__flex2col{justify-content:space-between;align-items:center;display:flex}.category-chips-module-scss-module__DUklra__form_container .category-chips-module-scss-module__DUklra__flex2col>div:first-child{flex:0 auto}.category-chips-module-scss-module__DUklra__form_container .category-chips-module-scss-module__DUklra__flex2col>div:last-child{flex:1 0 auto}.category-chips-module-scss-module__DUklra__form_container .category-chips-module-scss-module__DUklra__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.category-chips-module-scss-module__DUklra__form_container .category-chips-module-scss-module__DUklra__actions_container.category-chips-module-scss-module__DUklra__no_border{border:none;margin-top:0;padding:0}.category-chips-module-scss-module__DUklra__grid2col,.category-chips-module-scss-module__DUklra__grid3col{grid-template-columns:1fr 1fr;display:grid}.category-chips-module-scss-module__DUklra__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.category-chips-module-scss-module__DUklra__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.category-chips-module-scss-module__DUklra__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.category-chips-module-scss-module__DUklra__error_label{color:#ef4444;text-align:center}@keyframes category-chips-module-scss-module__DUklra__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.category-chips-module-scss-module__DUklra__slider_container{flex-direction:column;width:100%;display:flex;position:relative}.category-chips-module-scss-module__DUklra__category_chips_wrapper{scrollbar-width:none;-ms-overflow-style:none;width:100%;position:relative;overflow:auto hidden}.category-chips-module-scss-module__DUklra__category_chips_wrapper::-webkit-scrollbar{display:none}.category-chips-module-scss-module__DUklra__category_chips_wrapper:active{cursor:grabbing}.category-chips-module-scss-module__DUklra__nav_btn{cursor:pointer;z-index:100;color:#4b5563;opacity:0;pointer-events:none;background:#fff;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #00000040}@media screen and (min-width:999px){.category-chips-module-scss-module__DUklra__nav_btn{display:flex}}.category-chips-module-scss-module__DUklra__nav_btn.category-chips-module-scss-module__DUklra__visible{opacity:1;pointer-events:all}.category-chips-module-scss-module__DUklra__nav_btn:hover{color:var(--color-primary-base,#8fc31f);background:#fdfdfd;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px #0003}.category-chips-module-scss-module__DUklra__nav_btn.category-chips-module-scss-module__DUklra__left{left:4px}.category-chips-module-scss-module__DUklra__nav_btn.category-chips-module-scss-module__DUklra__right{right:4px}.category-chips-module-scss-module__DUklra__nav_btn svg{stroke-width:2.5px}.category-chips-module-scss-module__DUklra__category_chips_container{z-index:45;align-items:center;gap:6px;width:max-content;min-width:100%;padding:10px 10px 10px 12px;display:flex}@media screen and (min-width:999px){.category-chips-module-scss-module__DUklra__category_chips_container{-webkit-backdrop-filter:none;background:0 0;border-bottom:none}}.category-chips-module-scss-module__DUklra__parent_chip{color:#374151;cursor:pointer;white-space:nowrap;text-align:center;background:#fffffff2;border:1.5px solid #8fc31f4d;border-radius:100px;flex-shrink:0;align-items:center;gap:3px;max-width:none;padding:6px 10px;font-size:12px;font-weight:600;line-height:1.2;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 2px 6px -2px #8fc31f1a}.category-chips-module-scss-module__DUklra__parent_chip svg{width:16px;height:16px;transition:transform .3s}.category-chips-module-scss-module__DUklra__parent_chip:hover{border-color:var(--color-primary-base,#8fc31f);transform:translateY(-2px);box-shadow:0 4px 16px -2px #8fc31f33}.category-chips-module-scss-module__DUklra__parent_chip.category-chips-module-scss-module__DUklra__active{background:linear-gradient(135deg,var(--color-primary-base,#8fc31f)0%,#7dae19 100%);color:#fff;border-color:#0000;max-width:130px;box-shadow:0 4px 20px -4px #8fc31f80,inset 0 1px #fff3}.category-chips-module-scss-module__DUklra__parent_chip.category-chips-module-scss-module__DUklra__active span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-chips-module-scss-module__DUklra__parent_chip.category-chips-module-scss-module__DUklra__active svg{color:#fff;flex-shrink:0}.category-chips-module-scss-module__DUklra__parent_chip.category-chips-module-scss-module__DUklra__expanded svg{transform:rotate(180deg)}@media screen and (min-width:999px){.category-chips-module-scss-module__DUklra__parent_chip{color:#fff;background:#fff3;border-color:#fff6}.category-chips-module-scss-module__DUklra__parent_chip svg{color:#fff}.category-chips-module-scss-module__DUklra__parent_chip:hover{background:#ffffff4d;border-color:#fff9}.category-chips-module-scss-module__DUklra__parent_chip.category-chips-module-scss-module__DUklra__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}.category-chips-module-scss-module__DUklra__parent_chip.category-chips-module-scss-module__DUklra__active svg{color:var(--color-primary-base,#8fc31f)}}.category-chips-module-scss-module__DUklra__separator{color:#9ca3af;flex-shrink:0;align-items:center;display:flex}.category-chips-module-scss-module__DUklra__separator svg{width:16px;height:16px}@media screen and (min-width:999px){.category-chips-module-scss-module__DUklra__separator{color:#fff9}}.category-chips-module-scss-module__DUklra__children_container{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:auto visible}.category-chips-module-scss-module__DUklra__children_container::-webkit-scrollbar{display:none}.category-chips-module-scss-module__DUklra__child_chip{color:#4b5563;cursor:pointer;white-space:nowrap;opacity:0;background:#ffffffe6;border:1.5px solid #00000014;border-radius:100px;flex-shrink:0;align-items:center;gap:4px;padding:7px 12px;font-size:12px;font-weight:500;transition:all .25s cubic-bezier(.34,1.56,.64,1);animation:.4s cubic-bezier(.16,1,.3,1) forwards category-chips-module-scss-module__DUklra__childSlideIn;display:flex;transform:translate(-20px)}.category-chips-module-scss-module__DUklra__child_chip:first-child{animation-delay:50ms}.category-chips-module-scss-module__DUklra__child_chip:nth-child(2){animation-delay:.1s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(3){animation-delay:.15s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(4){animation-delay:.2s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(5){animation-delay:.25s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(6){animation-delay:.3s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(7){animation-delay:.35s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(8){animation-delay:.4s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(9){animation-delay:.45s}.category-chips-module-scss-module__DUklra__child_chip:nth-child(10){animation-delay:.5s}.category-chips-module-scss-module__DUklra__child_chip:hover{border-color:var(--color-primary-base,#8fc31f);background:#8fc31f14;transform:translateY(-2px)}.category-chips-module-scss-module__DUklra__child_chip.category-chips-module-scss-module__DUklra__active{background:var(--color-primary-surface,#f4fce3);border-color:var(--color-primary-base,#8fc31f);color:var(--color-primary-base,#8fc31f);font-weight:600;box-shadow:0 2px 8px -2px #8fc31f4d}@media screen and (min-width:999px){.category-chips-module-scss-module__DUklra__child_chip{color:#fff;background:#ffffff26;border:1px solid #fff3}.category-chips-module-scss-module__DUklra__child_chip:hover{background:#ffffff40;border-color:#fff6}.category-chips-module-scss-module__DUklra__child_chip.category-chips-module-scss-module__DUklra__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff;box-shadow:0 4px 12px #0000001a}}@keyframes category-chips-module-scss-module__DUklra__childSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.category-chips-module-scss-module__DUklra__parents_dropdown{-webkit-backdrop-filter:blur(16px);z-index:100;scrollbar-width:thin;scrollbar-color:#0003 #0000;background:#fff;height:100vh;padding:16px 16px 24px;animation:.3s cubic-bezier(.16,1,.3,1) category-chips-module-scss-module__DUklra__dropdownSlide;position:fixed;inset:0;overflow-y:auto;box-shadow:0 8px 32px #0000001f}.category-chips-module-scss-module__DUklra__parents_dropdown::-webkit-scrollbar{width:6px}.category-chips-module-scss-module__DUklra__parents_dropdown::-webkit-scrollbar-track{background:0 0}.category-chips-module-scss-module__DUklra__parents_dropdown::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}@keyframes category-chips-module-scss-module__DUklra__dropdownSlide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.category-chips-module-scss-module__DUklra__dropdown_header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.category-chips-module-scss-module__DUklra__dropdown_title{color:#111827;font-size:16px;font-weight:600}.category-chips-module-scss-module__DUklra__dropdown_close{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.category-chips-module-scss-module__DUklra__dropdown_close:hover{background:#e5e7eb}.category-chips-module-scss-module__DUklra__dropdown_close svg{color:#6b7280;width:18px;height:18px}.category-chips-module-scss-module__DUklra__clear_category_btn{color:#dc2626;cursor:pointer;background:#ef444414;border:1.5px solid #ef444433;border-radius:8px;align-items:center;gap:6px;width:100%;margin-bottom:12px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.category-chips-module-scss-module__DUklra__clear_category_btn svg{width:14px;height:14px}.category-chips-module-scss-module__DUklra__clear_category_btn:hover{background:#ef44441f;border-color:#ef44444d}.category-chips-module-scss-module__DUklra__parents_grid{flex-wrap:wrap;gap:10px;display:flex}.category-chips-module-scss-module__DUklra__parent_option{color:#374151;cursor:pointer;opacity:0;background:#ffffffe6;border:1.5px solid #00000014;border-radius:100px;align-items:center;gap:6px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.4s cubic-bezier(.16,1,.3,1) forwards category-chips-module-scss-module__DUklra__parentReveal;display:flex;transform:translateY(10px)scale(.95)}.category-chips-module-scss-module__DUklra__parent_option:first-child{animation-delay:40ms}.category-chips-module-scss-module__DUklra__parent_option:nth-child(2){animation-delay:80ms}.category-chips-module-scss-module__DUklra__parent_option:nth-child(3){animation-delay:.12s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(4){animation-delay:.16s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(5){animation-delay:.2s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(6){animation-delay:.24s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(7){animation-delay:.28s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(8){animation-delay:.32s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(9){animation-delay:.36s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(10){animation-delay:.4s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(11){animation-delay:.44s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(12){animation-delay:.48s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(13){animation-delay:.52s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(14){animation-delay:.56s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(15){animation-delay:.6s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(16){animation-delay:.64s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(17){animation-delay:.68s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(18){animation-delay:.72s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(19){animation-delay:.76s}.category-chips-module-scss-module__DUklra__parent_option:nth-child(20){animation-delay:.8s}.category-chips-module-scss-module__DUklra__parent_option:hover{border-color:var(--color-primary-base,#8fc31f);background:#8fc31f14;transform:translateY(-2px)scale(1)}.category-chips-module-scss-module__DUklra__parent_option.category-chips-module-scss-module__DUklra__active{background:linear-gradient(135deg,var(--color-primary-base,#8fc31f)0%,#7dae19 100%);color:#fff;border-color:#0000;box-shadow:0 4px 16px -4px #8fc31f66}@keyframes category-chips-module-scss-module__DUklra__parentReveal{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.category-chips-module-scss-module__DUklra__dropdown_backdrop{z-index:99;background:#0000004d;animation:.2s category-chips-module-scss-module__DUklra__fadeIn;position:fixed;inset:0}@keyframes category-chips-module-scss-module__DUklra__fadeIn{0%{opacity:0}to{opacity:1}}.category-chips-module-scss-module__DUklra__sticky_clear_wrapper{border-top-right-radius:12px;border-bottom-right-radius:12px;align-items:center;padding-right:12px;transition:all .3s;display:flex}.category-chips-module-scss-module__DUklra__clear_chip{color:#ef4444!important;background:#fef2f2!important;border-color:#fecaca!important;font-weight:600!important}.category-chips-module-scss-module__DUklra__clear_chip:hover{background:#fee2e2!important}
.customers-all-reviews-module-scss-module__BbdXGG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.customers-all-reviews-module-scss-module__BbdXGG__form_container{padding:.5em}}.customers-all-reviews-module-scss-module__BbdXGG__form_container .customers-all-reviews-module-scss-module__BbdXGG__flex2col{justify-content:space-between;align-items:center;display:flex}.customers-all-reviews-module-scss-module__BbdXGG__form_container .customers-all-reviews-module-scss-module__BbdXGG__flex2col>div:first-child{flex:0 auto}.customers-all-reviews-module-scss-module__BbdXGG__form_container .customers-all-reviews-module-scss-module__BbdXGG__flex2col>div:last-child{flex:1 0 auto}.customers-all-reviews-module-scss-module__BbdXGG__form_container .customers-all-reviews-module-scss-module__BbdXGG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.customers-all-reviews-module-scss-module__BbdXGG__form_container .customers-all-reviews-module-scss-module__BbdXGG__actions_container.customers-all-reviews-module-scss-module__BbdXGG__no_border{border:none;margin-top:0;padding:0}.customers-all-reviews-module-scss-module__BbdXGG__grid2col,.customers-all-reviews-module-scss-module__BbdXGG__grid3col{grid-template-columns:1fr 1fr;display:grid}.customers-all-reviews-module-scss-module__BbdXGG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.customers-all-reviews-module-scss-module__BbdXGG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.customers-all-reviews-module-scss-module__BbdXGG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.customers-all-reviews-module-scss-module__BbdXGG__error_label{color:#ef4444;text-align:center}@keyframes customers-all-reviews-module-scss-module__BbdXGG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customers-all-reviews-module-scss-module__BbdXGG__all_reviews_container{z-index:11;background-color:var(--color-bg-page,#f4f7f0);width:450px;height:100dvh;padding:80px 10px;transition:all .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(0%)}.customers-all-reviews-module-scss-module__BbdXGG__all_reviews_container>header{z-index:12}.customers-all-reviews-module-scss-module__BbdXGG__all_reviews_container.customers-all-reviews-module-scss-module__BbdXGG__hide{transform:translate(100%)}@media screen and (max-width:1024px){.customers-all-reviews-module-scss-module__BbdXGG__all_reviews_container{width:100%}}
.search-filter-header-module-scss-module__8oVZ3G__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.search-filter-header-module-scss-module__8oVZ3G__form_container{padding:.5em}}.search-filter-header-module-scss-module__8oVZ3G__form_container .search-filter-header-module-scss-module__8oVZ3G__flex2col{justify-content:space-between;align-items:center;display:flex}.search-filter-header-module-scss-module__8oVZ3G__form_container .search-filter-header-module-scss-module__8oVZ3G__flex2col>div:first-child{flex:0 auto}.search-filter-header-module-scss-module__8oVZ3G__form_container .search-filter-header-module-scss-module__8oVZ3G__flex2col>div:last-child{flex:1 0 auto}.search-filter-header-module-scss-module__8oVZ3G__form_container .search-filter-header-module-scss-module__8oVZ3G__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.search-filter-header-module-scss-module__8oVZ3G__form_container .search-filter-header-module-scss-module__8oVZ3G__actions_container.search-filter-header-module-scss-module__8oVZ3G__no_border{border:none;margin-top:0;padding:0}.search-filter-header-module-scss-module__8oVZ3G__grid2col,.search-filter-header-module-scss-module__8oVZ3G__grid3col{grid-template-columns:1fr 1fr;display:grid}.search-filter-header-module-scss-module__8oVZ3G__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.search-filter-header-module-scss-module__8oVZ3G__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.search-filter-header-module-scss-module__8oVZ3G__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.search-filter-header-module-scss-module__8oVZ3G__error_label{color:#ef4444;text-align:center}@keyframes search-filter-header-module-scss-module__8oVZ3G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-filter-header-module-scss-module__8oVZ3G__primary_actions_row{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #f0f0f0;align-items:center;gap:6px;padding:6px 16px;display:flex;overflow-x:auto}.search-filter-header-module-scss-module__8oVZ3G__primary_actions_row::-webkit-scrollbar{display:none}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__primary_actions_row{background:var(--color-primary-base,#8fc31f);border-bottom:1px solid #ffffff1a}}.search-filter-header-module-scss-module__8oVZ3G__filter_icon_btn{cursor:pointer;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.search-filter-header-module-scss-module__8oVZ3G__filter_icon_btn:hover{color:#333;background:#f5f5f5}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__filter_icon_btn{color:#fff;background:#ffffff26;border-color:#fff3}.search-filter-header-module-scss-module__8oVZ3G__filter_icon_btn:hover{color:#fff;background:#ffffff40}}.search-filter-header-module-scss-module__8oVZ3G__sort_dropdown_wrapper{flex-shrink:0;position:relative}.search-filter-header-module-scss-module__8oVZ3G__sort_btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.search-filter-header-module-scss-module__8oVZ3G__sort_btn:hover{background:#fafafa;border-color:#ccc}.search-filter-header-module-scss-module__8oVZ3G__sort_btn.search-filter-header-module-scss-module__8oVZ3G__active{background:var(--planckly-primary-green);color:#fff;border-color:var(--planckly-primary-green)}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__sort_btn{color:#fff;background:#ffffff26;border-color:#fff3}.search-filter-header-module-scss-module__8oVZ3G__sort_btn:hover{background:#ffffff40;border-color:#fff6}.search-filter-header-module-scss-module__8oVZ3G__sort_btn.search-filter-header-module-scss-module__8oVZ3G__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}}.search-filter-header-module-scss-module__8oVZ3G__offers_toggle{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.search-filter-header-module-scss-module__8oVZ3G__offers_toggle:hover{border-color:var(--planckly-primary-green);color:var(--planckly-primary-green)}.search-filter-header-module-scss-module__8oVZ3G__offers_toggle.search-filter-header-module-scss-module__8oVZ3G__active{background:var(--planckly-primary-green);color:#fff;border-color:var(--planckly-primary-green)}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__offers_toggle{color:#fff;background:#ffffff26;border-color:#fff3}.search-filter-header-module-scss-module__8oVZ3G__offers_toggle:hover{color:#fff;background:#ffffff40;border-color:#fff6}.search-filter-header-module-scss-module__8oVZ3G__offers_toggle.search-filter-header-module-scss-module__8oVZ3G__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}}.search-filter-header-module-scss-module__8oVZ3G__slider_container{width:100%;position:relative}.search-filter-header-module-scss-module__8oVZ3G__filter_chips_wrapper{scrollbar-width:none;-ms-overflow-style:none;width:100%;position:relative;overflow:auto hidden}.search-filter-header-module-scss-module__8oVZ3G__filter_chips_wrapper::-webkit-scrollbar{display:none}.search-filter-header-module-scss-module__8oVZ3G__nav_btn{cursor:pointer;z-index:100;color:#4b5563;opacity:0;pointer-events:none;background:#fff;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #00000040}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__nav_btn{display:flex}}.search-filter-header-module-scss-module__8oVZ3G__nav_btn.search-filter-header-module-scss-module__8oVZ3G__visible{opacity:1;pointer-events:all}.search-filter-header-module-scss-module__8oVZ3G__nav_btn:hover{color:var(--planckly-primary-green);background:#fdfdfd;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px #0003}.search-filter-header-module-scss-module__8oVZ3G__nav_btn.search-filter-header-module-scss-module__8oVZ3G__left{left:4px}.search-filter-header-module-scss-module__8oVZ3G__nav_btn.search-filter-header-module-scss-module__8oVZ3G__right{right:4px}.search-filter-header-module-scss-module__8oVZ3G__nav_btn svg{stroke-width:2.5px}.search-filter-header-module-scss-module__8oVZ3G__filter_chips_row{align-items:center;gap:6px;width:max-content;min-width:100%;padding:6px 16px;display:flex}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__filter_chips_row{background:var(--color-primary-base,#8fc31f)}}.search-filter-header-module-scss-module__8oVZ3G__clear_all_btn{color:#e20478;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e20478;border-radius:16px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s}.search-filter-header-module-scss-module__8oVZ3G__clear_all_btn:hover{background:#fdf2f8}.search-filter-header-module-scss-module__8oVZ3G__filter_chip{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:16px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.search-filter-header-module-scss-module__8oVZ3G__filter_chip:hover{background:#fafafa;border-color:#ccc}.search-filter-header-module-scss-module__8oVZ3G__filter_chip.search-filter-header-module-scss-module__8oVZ3G__active{background:var(--planckly-primary-green);color:#fff;border-color:var(--planckly-primary-green)}@media screen and (min-width:999px){.search-filter-header-module-scss-module__8oVZ3G__filter_chip{color:#fff;background:#ffffff26;border-color:#fff3}.search-filter-header-module-scss-module__8oVZ3G__filter_chip:hover{background:#ffffff40;border-color:#fff6}.search-filter-header-module-scss-module__8oVZ3G__filter_chip.search-filter-header-module-scss-module__8oVZ3G__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}}.search-filter-header-module-scss-module__8oVZ3G__dropdown_menu{background:#fff;border-radius:12px;max-height:300px;overflow:hidden auto;box-shadow:0 8px 32px #00000026}.search-filter-header-module-scss-module__8oVZ3G__dropdown_option{color:#333;cursor:pointer;text-align:left;background:#fff;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;transition:background .15s;display:flex}.search-filter-header-module-scss-module__8oVZ3G__dropdown_option:hover{background:#f5f5f5}.search-filter-header-module-scss-module__8oVZ3G__dropdown_option.search-filter-header-module-scss-module__8oVZ3G__selected{color:var(--planckly-primary-green);background:#e8f5e9;font-weight:600}
.radio-module-scss-module__Bcu6ea__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.radio-module-scss-module__Bcu6ea__form_container{padding:.5em}}.radio-module-scss-module__Bcu6ea__form_container .radio-module-scss-module__Bcu6ea__flex2col{justify-content:space-between;align-items:center;display:flex}.radio-module-scss-module__Bcu6ea__form_container .radio-module-scss-module__Bcu6ea__flex2col>div:first-child{flex:0 auto}.radio-module-scss-module__Bcu6ea__form_container .radio-module-scss-module__Bcu6ea__flex2col>div:last-child{flex:1 0 auto}.radio-module-scss-module__Bcu6ea__form_container .radio-module-scss-module__Bcu6ea__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.radio-module-scss-module__Bcu6ea__form_container .radio-module-scss-module__Bcu6ea__actions_container.radio-module-scss-module__Bcu6ea__no_border{border:none;margin-top:0;padding:0}.radio-module-scss-module__Bcu6ea__grid2col,.radio-module-scss-module__Bcu6ea__grid3col{grid-template-columns:1fr 1fr;display:grid}.radio-module-scss-module__Bcu6ea__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.radio-module-scss-module__Bcu6ea__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.radio-module-scss-module__Bcu6ea__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.radio-module-scss-module__Bcu6ea__error_label{color:#ef4444;text-align:center}@keyframes radio-module-scss-module__Bcu6ea__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.radio-module-scss-module__Bcu6ea__container{align-items:center;display:flex}.radio-module-scss-module__Bcu6ea__container span:last-child{font-size:.8em}.radio-module-scss-module__Bcu6ea__label_control{border-radius:.5em;align-items:center;padding-right:1em;display:flex}.radio-module-scss-module__Bcu6ea__disabled{cursor:not-allowed;opacity:.6;background:#cccccc36!important}.radio-module-scss-module__Bcu6ea__disabled>div{background:#0000001f}.radio-module-scss-module__Bcu6ea__radio{border:1px solid hover;background-color:#fff;border-radius:24px;justify-content:center;align-items:center;width:24px;height:24px;margin:.3em .6em .3em .3em;display:flex}.radio-module-scss-module__Bcu6ea__radio.radio-module-scss-module__Bcu6ea__small{width:20px;height:20px}.radio-module-scss-module__Bcu6ea__radio.radio-module-scss-module__Bcu6ea__small>div{width:14px;height:14px}.radio-module-scss-module__Bcu6ea__radio>div{background:var(--color-primary-base,#8fc31f);border-radius:22px;width:18px;height:18px;transition:all .3s cubic-bezier(0,.71,.04,1.12);transform:scale(0)}.radio-module-scss-module__Bcu6ea__radio.radio-module-scss-module__Bcu6ea__on>div{transform:scale(1)}.radio-module-scss-module__Bcu6ea__radio.radio-module-scss-module__Bcu6ea__horizontal{flex-direction:row}
:root{--accent-back-blur-color:#d9e6ff85;--accent-font-color:#5093d8;--accent-font-color-dark:#3f54a6;--alpha-white:#ffffffa8;--black:#000;--border-light:#dcdcdc;--bubble-grad-end:#8bbdec;--bubble-grad-start:#4b99e4;--city-box-bg-end:#c9c6c6;--city-box-bg-start:#fff;--danger-btn-bg-end:#cc3e3e;--danger-btn-bg-start:#e46176;--danger-font-color:#cc3e3e;--default-btn-bg-end:#814feb;--default-btn-bg-start:#a67cff;--default-font-color:#404040;--disabled-btn-bg-end:#494949;--disabled-btn-bg-start:#747474;--disabled-font-color:#3c3c3c;--font-family:"Krub";--green:#28a745;--hue-for-accent:0deg;--hue-for-gray:190deg;--hue-for-img:0deg;--info-btn-bg-end:#02dae0;--info-btn-bg-start:#1b8efb;--info-font-color:#003e79;--info-label-bg-end:#b7e0ff;--info-label-bg-start:#8dc7ff;--label-accent:#4056a4;--label-red:#db3022;--light-blue-font-color:#007bd3;--light-font-color:gray;--light-translucent:#ffffff4d;--notification-cart-bg:#cfe9e9;--page-bg-color:#fff;--primary-btn-bg-end:#437904;--primary-btn-bg-start:#6eb506;--search-color:#e8edff;--secondary-font-color:#007bd3;--secondary-font-color-dark:#7e6f00;--store-label:#e4f4ffe5;--store-promotion-label:#80dcfe;--success-check:#7cc174;--warn-btn-bg-end:#ad7c00;--warn-btn-bg-start:#edba00;--white:#fff;--planckly-primary-green:#8dc63f;--planckly-secondary-magenta:#e40076}.view-mode-toggle-module-scss-module__bZP06W__toggle_container{z-index:2000}.view-mode-toggle-module-scss-module__bZP06W__toggle_pill{background:#fff;border-radius:28px;gap:4px;padding:4px;display:flex;box-shadow:0 4px 16px #00000026}.view-mode-toggle-module-scss-module__bZP06W__toggle_button{color:gray;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:24px;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.view-mode-toggle-module-scss-module__bZP06W__toggle_button svg{transition:transform .2s}.view-mode-toggle-module-scss-module__bZP06W__toggle_button:hover{background:#f5f5f5}.view-mode-toggle-module-scss-module__bZP06W__toggle_button:hover svg{transform:scale(1.1)}.view-mode-toggle-module-scss-module__bZP06W__toggle_button.view-mode-toggle-module-scss-module__bZP06W__active{background:var(--color-primary-base,#8fc31f);color:#fff;box-shadow:0 2px 8px color-mix(in srgb,var(--color-primary-base,#8fc31f)30%,transparent)}.view-mode-toggle-module-scss-module__bZP06W__toggle_button.view-mode-toggle-module-scss-module__bZP06W__active:hover{background:var(--color-primary-hover,#7dae19)}@media (max-width:768px){.view-mode-toggle-module-scss-module__bZP06W__toggle_button{gap:6px;padding:8px 16px;font-size:14px}.view-mode-toggle-module-scss-module__bZP06W__toggle_button svg{width:16px;height:16px}}
.about-module-scss-module__q1QGBG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.about-module-scss-module__q1QGBG__form_container{padding:.5em}}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__flex2col{justify-content:space-between;align-items:center;display:flex}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__flex2col>div:first-child{flex:0 auto}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__flex2col>div:last-child{flex:1 0 auto}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__actions_container.about-module-scss-module__q1QGBG__no_border{border:none;margin-top:0;padding:0}.about-module-scss-module__q1QGBG__grid2col,.about-module-scss-module__q1QGBG__grid3col{grid-template-columns:1fr 1fr;display:grid}.about-module-scss-module__q1QGBG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.about-module-scss-module__q1QGBG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.about-module-scss-module__q1QGBG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.about-module-scss-module__q1QGBG__error_label{color:#ef4444;text-align:center}@keyframes about-module-scss-module__q1QGBG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-module-scss-module__q1QGBG__container{color:#111827;padding:20px}.about-module-scss-module__q1QGBG__container h2{margin-top:30px;margin-bottom:15px;font-size:17px}.about-module-scss-module__q1QGBG__container p{margin-bottom:15px;font-size:14px}.about-module-scss-module__q1QGBG__container ul{margin-bottom:15px;padding-left:20px}.about-module-scss-module__q1QGBG__container li{margin-bottom:5px}.about-module-scss-module__q1QGBG__container .about-module-scss-module__q1QGBG__clause{margin-left:20px}.about-module-scss-module__q1QGBG__container .about-module-scss-module__q1QGBG__sub_clause{margin-left:40px}
.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper{width:100%;min-height:calc(100vh - 80px);margin-top:80px;padding:7px 15px}.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper.branch-search-product-module-scss-module__JPUFGG__with_new_mobile_header{margin-top:125px}.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper .branch-search-product-module-scss-module__JPUFGG__product_listing_container{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-items:center;gap:10px;padding:0 10px 20px;display:grid}.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper .branch-search-product-module-scss-module__JPUFGG__product_listing_container.branch-search-product-module-scss-module__JPUFGG__is_large{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));justify-items:center;gap:20px}@media screen and (max-width:500px){.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper .branch-search-product-module-scss-module__JPUFGG__product_listing_container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
.modal-module-scss-module__wFyw3W__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__form_container{padding:.5em}}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col{justify-content:space-between;align-items:center;display:flex}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col>div:first-child{flex:0 auto}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col>div:last-child{flex:1 0 auto}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__actions_container.modal-module-scss-module__wFyw3W__no_border{border:none;margin-top:0;padding:0}.modal-module-scss-module__wFyw3W__grid2col,.modal-module-scss-module__wFyw3W__grid3col{grid-template-columns:1fr 1fr;display:grid}.modal-module-scss-module__wFyw3W__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.modal-module-scss-module__wFyw3W__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.modal-module-scss-module__wFyw3W__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.modal-module-scss-module__wFyw3W__error_label{color:#ef4444;text-align:center}@keyframes modal-module-scss-module__wFyw3W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-module-scss-module__wFyw3W__modal_wrapper{z-index:300;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000059;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out modal-module-scss-module__wFyw3W__fadeIn;display:flex;position:fixed;top:0;left:0}.modal-module-scss-module__wFyw3W__modal_wrapper>.modal-module-scss-module__wFyw3W__modal_positioner{align-items:center;height:calc(100vh - 30px);display:flex;position:absolute;top:0}@media only screen and (max-width:1280px){.modal-module-scss-module__wFyw3W__modal_wrapper>.modal-module-scss-module__wFyw3W__modal_positioner{height:100vh}}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full{align-items:stretch}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container{flex:1;margin:1.5em}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{flex:1 0 auto;max-height:calc(100vh - 4em);padding:0 .2em}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{max-height:calc(100vh - 5.5em)}}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_positioner{justify-content:center;width:100%;display:flex}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_container{width:90%;margin-top:1em}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_container{width:auto;margin-top:1em}}.modal-module-scss-module__wFyw3W__modal_container{background-color:var(--color-bg-page,#f4f7f0);border-radius:12px;flex-direction:column;width:450px;min-width:0;max-width:90vw;margin:4em 1em 1em;display:flex;overflow:hidden;box-shadow:0 3px 15px #000000bf}@media screen and (min-width:999px){.modal-module-scss-module__wFyw3W__modal_container{max-width:450px}}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header{color:var(--color-primary-base,#8fc31f);direction:ltr;justify-content:center;align-items:center;padding:1em 60px 1em 1em;font-size:1.2em;display:flex;position:relative}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header.modal-module-scss-module__wFyw3W__wide_title{padding-right:1em}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header.modal-module-scss-module__wFyw3W__center_title{text-align:center;padding-left:60px;padding-right:60px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header>.modal-module-scss-module__wFyw3W__close{cursor:pointer;width:20px;position:absolute;right:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{scrollbar-width:thin;scrollbar-color:#0003 #0000;max-height:calc(90dvh - 80px);overflow:hidden auto}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar{width:6px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar-track{background:0 0}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar-thumb{background-color:#0003;border:#0000;border-radius:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__footer{justify-content:center;align-items:center;height:20px;margin:.5em 0;padding:.5em 0;display:flex}@keyframes modal-module-scss-module__wFyw3W__fadeIn{0%{opacity:0;transform:scale(1.03)}50%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.modal-module-scss-module__wFyw3W__popup_modal_container{color:#111827;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;padding:15px;font-size:14px;display:flex}.modal-module-scss-module__wFyw3W__popup_modal_container>p{text-align:center;font-weight:600px;color:#000}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container{align-items:center;gap:20px;width:100%;margin-top:20px;display:flex}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container>span{flex:1}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container input{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;height:48px!important;padding:0 16px!important}
.product-card-module-scss-module__bz4J6W__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.product-card-module-scss-module__bz4J6W__form_container{padding:.5em}}.product-card-module-scss-module__bz4J6W__form_container .product-card-module-scss-module__bz4J6W__flex2col{justify-content:space-between;align-items:center;display:flex}.product-card-module-scss-module__bz4J6W__form_container .product-card-module-scss-module__bz4J6W__flex2col>div:first-child{flex:0 auto}.product-card-module-scss-module__bz4J6W__form_container .product-card-module-scss-module__bz4J6W__flex2col>div:last-child{flex:1 0 auto}.product-card-module-scss-module__bz4J6W__form_container .product-card-module-scss-module__bz4J6W__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.product-card-module-scss-module__bz4J6W__form_container .product-card-module-scss-module__bz4J6W__actions_container.product-card-module-scss-module__bz4J6W__no_border{border:none;margin-top:0;padding:0}.product-card-module-scss-module__bz4J6W__grid2col,.product-card-module-scss-module__bz4J6W__grid3col{grid-template-columns:1fr 1fr;display:grid}.product-card-module-scss-module__bz4J6W__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.product-card-module-scss-module__bz4J6W__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.product-card-module-scss-module__bz4J6W__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.product-card-module-scss-module__bz4J6W__error_label{color:#ef4444;text-align:center}@keyframes product-card-module-scss-module__bz4J6W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-card-module-scss-module__bz4J6W__product_card{cursor:pointer;opacity:1;touch-action:manipulation;-webkit-tap-highlight-color:#0000;background:#fff;border:none;border-radius:20px;flex-direction:column;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,border-color .3s;animation:none;display:flex;position:relative;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 4px 14px #00000014}.product-card-module-scss-module__bz4J6W__product_card:active{border-color:var(--color-primary-base,#8fc31f);background-color:#fafafa;transform:scale(.98)}.product-card-module-scss-module__bz4J6W__product_card:hover{z-index:10;transform:translateY(-8px);box-shadow:0 8px 16px #00000014}.product-card-module-scss-module__bz4J6W__product_card:hover .product-card-module-scss-module__bz4J6W__card_image img{transform:scale(1.15)}.product-card-module-scss-module__bz4J6W__product_card:hover .product-card-module-scss-module__bz4J6W__product_name{color:var(--color-secondary-base,#e20478)}@keyframes product-card-module-scss-module__bz4J6W__cardPresent{0%{opacity:0;transform:translateY(24px)scale(.98)}60%{opacity:1}to{opacity:1;transform:translateY(0)scale(1)}}.product-card-module-scss-module__bz4J6W__card_image{aspect-ratio:1;background:#fff;border-radius:24px 24px 0 0;justify-content:center;align-items:center;width:100%;margin:0;display:flex;position:relative;overflow:hidden}.product-card-module-scss-module__bz4J6W__card_image .product-card-module-scss-module__bz4J6W__promotion_badge{background:var(--color-secondary-base,#e20478);color:#fff;z-index:2;text-transform:uppercase;letter-spacing:.02em;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700;line-height:1.2;position:absolute;top:8px;left:8px;box-shadow:0 2px 4px #0000001a}.product-card-module-scss-module__bz4J6W__card_image img{object-fit:contain;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.product-card-module-scss-module__bz4J6W__card_image img[src*=default_shop_logo]{filter:hue-rotate(var(--hue-for-img,0deg))}.product-card-module-scss-module__bz4J6W__card_image .product-card-module-scss-module__bz4J6W__new_arrival{background:var(--color-secondary-base,#e20478);color:#fff;z-index:10;white-space:nowrap;border-radius:6px;width:auto;padding:4px 8px;font-size:10px;font-weight:600;position:absolute;top:10px;left:0;box-shadow:0 2px 4px #0000001a}.product-card-module-scss-module__bz4J6W__card_image .product-card-module-scss-module__bz4J6W__hot_item{z-index:10;padding:4px;position:absolute;top:0;right:0}.product-card-module-scss-module__bz4J6W__card_overlay_link{z-index:1;position:absolute;inset:0}.product-card-module-scss-module__bz4J6W__card_content{flex-direction:column;flex-grow:1;gap:4px;padding:12px;display:flex}.product-card-module-scss-module__bz4J6W__product_name{color:#111827;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:600;line-height:1.45;overflow:hidden}.product-card-module-scss-module__bz4J6W__rating_row{align-items:center;gap:4px;margin-top:2px;display:flex}.product-card-module-scss-module__bz4J6W__rating_row svg{flex-shrink:0}.product-card-module-scss-module__bz4J6W__rating_row span{color:#374151;font-size:12px;font-weight:600}.product-card-module-scss-module__bz4J6W__pricing{flex-direction:column;justify-content:center;align-items:flex-start;gap:0;margin-top:4px;display:flex}.product-card-module-scss-module__bz4J6W__sale_price{color:var(--color-primary-base,#8fc31f);letter-spacing:-.02em;font-size:18px;font-weight:700}.product-card-module-scss-module__bz4J6W__original_price{color:#6b7280;opacity:.7;font-size:12px;text-decoration:line-through}.product-card-module-scss-module__bz4J6W__discount_percent{color:#fff;background:#e20478;border-radius:999px;margin-left:8px;padding:2px 6px;font-size:12px;font-weight:700}.product-card-module-scss-module__bz4J6W__rating_text{color:#6b7280;font-size:11px;font-weight:400}.product-card-module-scss-module__bz4J6W__sold_text{color:#9ca3af;margin-left:6px;font-size:11px}.product-card-module-scss-module__bz4J6W__promotion_text_row{color:var(--color-secondary-base,#e20478);text-transform:uppercase;letter-spacing:.02em;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-top:4px;font-size:10px;font-weight:700;display:-webkit-box;overflow:hidden}
.charity-module-scss-module__YMPBxW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.charity-module-scss-module__YMPBxW__form_container{padding:.5em}}.charity-module-scss-module__YMPBxW__form_container .charity-module-scss-module__YMPBxW__flex2col{justify-content:space-between;align-items:center;display:flex}.charity-module-scss-module__YMPBxW__form_container .charity-module-scss-module__YMPBxW__flex2col>div:first-child{flex:0 auto}.charity-module-scss-module__YMPBxW__form_container .charity-module-scss-module__YMPBxW__flex2col>div:last-child{flex:1 0 auto}.charity-module-scss-module__YMPBxW__form_container .charity-module-scss-module__YMPBxW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.charity-module-scss-module__YMPBxW__form_container .charity-module-scss-module__YMPBxW__actions_container.charity-module-scss-module__YMPBxW__no_border{border:none;margin-top:0;padding:0}.charity-module-scss-module__YMPBxW__grid2col,.charity-module-scss-module__YMPBxW__grid3col{grid-template-columns:1fr 1fr;display:grid}.charity-module-scss-module__YMPBxW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.charity-module-scss-module__YMPBxW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.charity-module-scss-module__YMPBxW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.charity-module-scss-module__YMPBxW__error_label{color:#ef4444;text-align:center}@keyframes charity-module-scss-module__YMPBxW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.charity-module-scss-module__YMPBxW__charity_checkout_card{border:1px solid hover;border-radius:5px;align-items:center;gap:10px;height:90px;margin:15px 10px;padding:10px;display:flex}@media only screen and (min-width:900px){.charity-module-scss-module__YMPBxW__charity_checkout_card{width:800px}}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_card_content{flex-direction:column;flex:1;justify-content:space-between;height:100%;display:flex}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_card_content .charity-module-scss-module__YMPBxW__charity_title{font-size:14px}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_card_content .charity-module-scss-module__YMPBxW__charity_donate_to{color:#6b7280;text-wrap:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_card_content .charity-module-scss-module__YMPBxW__charity_counter{width:80px}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_price{flex-direction:column;justify-content:space-between;align-items:flex-end;height:100%;display:flex}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_price .charity-module-scss-module__YMPBxW__price{color:hover;font-size:14px}.charity-module-scss-module__YMPBxW__charity_checkout_card .charity-module-scss-module__YMPBxW__charity_price small{cursor:pointer;color:var(--color-secondary-base,#e20478);text-align:right}.charity-module-scss-module__YMPBxW__select_charity_container{z-index:200;background-color:#fff;width:100%;height:100dvh;padding-top:0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:20px 0 100px -10px gray}@media only screen and (min-width:1025px){.charity-module-scss-module__YMPBxW__select_charity_container,.charity-module-scss-module__YMPBxW__select_charity_container>header{width:500px;left:auto;right:0}}.charity-module-scss-module__YMPBxW__select_charity_container.charity-module-scss-module__YMPBxW__hide{box-shadow:none;transform:translate(100%)}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__donate_to_title{margin:10px 0;padding:0 14px;font-size:18px}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity_list{flex-direction:column;gap:5px;height:calc(100dvh - 140px);display:flex;overflow:auto}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity{cursor:pointer;border-radius:12px;align-items:center;gap:15px;width:calc(100% - 20px);margin:4px 10px;padding:12px 16px;transition:all .2s;display:flex}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity:hover{background-color:#f3f4f6}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity.charity-module-scss-module__YMPBxW__active{background:linear-gradient(135deg,var(--color-primary-base,#8fc31f)0%,#00796b 100%)}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity.charity-module-scss-module__YMPBxW__active .charity-module-scss-module__YMPBxW__title{font-weight:600;color:#fff!important}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity .charity-module-scss-module__YMPBxW__logo{box-sizing:content-box;object-fit:contain;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a}.charity-module-scss-module__YMPBxW__select_charity_container .charity-module-scss-module__YMPBxW__charity .charity-module-scss-module__YMPBxW__title{color:#111827;font-size:16px;font-weight:500}.charity-module-scss-module__YMPBxW__simple_header{z-index:1;align-items:center;gap:16px;padding:16px 20px;display:flex;position:relative}.charity-module-scss-module__YMPBxW__simple_header .charity-module-scss-module__YMPBxW__back_btn{cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.charity-module-scss-module__YMPBxW__simple_header .charity-module-scss-module__YMPBxW__back_btn svg{color:#111827;font-size:16px}.charity-module-scss-module__YMPBxW__simple_header .charity-module-scss-module__YMPBxW__back_btn:hover{background:var(--color-primary-surface,#f4fce3)}.charity-module-scss-module__YMPBxW__simple_header .charity-module-scss-module__YMPBxW__back_btn:hover svg{color:var(--color-primary-base,#8fc31f)}.charity-module-scss-module__YMPBxW__simple_header .charity-module-scss-module__YMPBxW__page_title{color:#111827;margin:0;font-size:24px;font-weight:700}
.product-video-module-scss-module___VPeQq__video_container{background-color:#000;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.product-video-module-scss-module___VPeQq__custom_mute_btn{top:13px!important;left:auto!important;right:12px!important}.product-video-module-scss-module___VPeQq__video_element{object-fit:contain;width:100%;height:100%}.product-video-module-scss-module___VPeQq__overlay{cursor:pointer;z-index:5;background:linear-gradient(#0000001a 0%,#0000 20% 80%,#0000001a 100%);position:absolute;inset:0}
