@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}
.store-app-header-module-scss-module__cFwS6q__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.store-app-header-module-scss-module__cFwS6q__form_container{padding:.5em}}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__flex2col{justify-content:space-between;align-items:center;display:flex}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__flex2col>div:first-child{flex:0 auto}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__flex2col>div:last-child{flex:1 0 auto}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__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}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__actions_container.store-app-header-module-scss-module__cFwS6q__no_border{border:none;margin-top:0;padding:0}.store-app-header-module-scss-module__cFwS6q__grid2col,.store-app-header-module-scss-module__cFwS6q__grid3col{grid-template-columns:1fr 1fr;display:grid}.store-app-header-module-scss-module__cFwS6q__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.store-app-header-module-scss-module__cFwS6q__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.store-app-header-module-scss-module__cFwS6q__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.store-app-header-module-scss-module__cFwS6q__error_label{color:#ef4444;text-align:center}@keyframes store-app-header-module-scss-module__cFwS6q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper{z-index:11;background-color:var(--color-primary-base,#8fc31f);flex-direction:column;width:100%;height:120px;display:flex;position:fixed;top:0;left:0;right:0}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__global_search_container{width:80%;margin:0 auto}@media screen and (min-width:1025px){.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__global_search_container{width:600px}}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar{justify-content:flex-end;align-items:center;width:100%;margin-top:10px;padding:5px 10px;display:flex;position:relative}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__back_button{position:absolute;left:10px}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container{align-items:center;gap:clamp(12px,1.5vw,30px);padding:5px;display:flex}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container>*{cursor:pointer}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container svg{color:#fff}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container img{filter:none}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon{position:relative}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon .store-app-header-module-scss-module__cFwS6q__menu_bars{font-size:27px}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon .store-app-header-module-scss-module__cFwS6q__count_icon{color:#000;background-color:#fff;border-radius:30px;justify-content:center;align-items:center;min-width:16px;height:14px;padding:8px 4px;font-size:10px;display:flex;position:absolute;top:-5px;left:30%}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon svg{color:#fff}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon img{filter:none}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__logo_container{cursor:pointer;cursor:pointer;align-items:center;gap:5px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__logo_container>img{object-fit:contain;width:50px;height:auto}@media screen and (max-width:380px){.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__logo_container>img{width:100px}}.store-app-header-module-scss-module__cFwS6q__guest_header_container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;min-height:60px;margin:0 auto;display:flex;position:fixed;top:50px;left:0;right:0}@media screen and (max-width:1700px){.store-app-header-module-scss-module__cFwS6q__guest_header_container{left:20px;right:20px}}.store-app-header-module-scss-module__cFwS6q__guest_header_container>h2{color:hover;text-align:center;flex:1;font-size:20px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__back_icon{color:#fff;font-size:25px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__planckly_icon{width:50px;height:50px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__telemart_icon{width:150px;height:50px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__zong{width:85px;height:85px;margin-bottom:30px}
.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}
.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}
.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}
: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}}
.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}
.video-module-scss-module__GWIvgW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.video-module-scss-module__GWIvgW__form_container{padding:.5em}}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__flex2col{justify-content:space-between;align-items:center;display:flex}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__flex2col>div:first-child{flex:0 auto}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__flex2col>div:last-child{flex:1 0 auto}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__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}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__actions_container.video-module-scss-module__GWIvgW__no_border{border:none;margin-top:0;padding:0}.video-module-scss-module__GWIvgW__grid2col,.video-module-scss-module__GWIvgW__grid3col{grid-template-columns:1fr 1fr;display:grid}.video-module-scss-module__GWIvgW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.video-module-scss-module__GWIvgW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.video-module-scss-module__GWIvgW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.video-module-scss-module__GWIvgW__error_label{color:#ef4444;text-align:center}@keyframes video-module-scss-module__GWIvgW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-module-scss-module__GWIvgW__video{object-fit:cover;width:100%;height:100%}.video-module-scss-module__GWIvgW__progress_container{cursor:pointer;background:#fff3;height:4px;position:absolute;bottom:0;left:0;right:0}.video-module-scss-module__GWIvgW__progress_bar{background:#fff;width:0%;height:100%;transition:width 50ms linear;position:relative}.video-module-scss-module__GWIvgW__progress_bar:after{content:"";opacity:.3;background:#fff;border-radius:2px;position:absolute;inset:0}.video-module-scss-module__GWIvgW__buffering{color:#fff;font-size:20px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-module-scss-module__GWIvgW__mute_button{z-index:100;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0401018f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:13px;left:70px;box-shadow:0 4px 12px #00000040}.video-module-scss-module__GWIvgW__mute_button:hover{transform:scale(1.1);box-shadow:0 6px 16px #00000059}.video-module-scss-module__GWIvgW__mute_button:active{transform:scale(.95)}.video-module-scss-module__GWIvgW__mute_button svg{filter:drop-shadow(0 2px 4px #0000004d);font-size:14px}.video-module-scss-module__GWIvgW__play_pause_indicator{color:#fff;pointer-events:none;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:50px;animation:2s video-module-scss-module__GWIvgW__fadeInOut;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes video-module-scss-module__GWIvgW__fadeInOut{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}20%{opacity:1;transform:translate(-50%,-50%)scale(1)}80%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.8)}}
.voucher-module-scss-module__zZa6uq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.voucher-module-scss-module__zZa6uq__form_container{padding:.5em}}.voucher-module-scss-module__zZa6uq__form_container .voucher-module-scss-module__zZa6uq__flex2col{justify-content:space-between;align-items:center;display:flex}.voucher-module-scss-module__zZa6uq__form_container .voucher-module-scss-module__zZa6uq__flex2col>div:first-child{flex:0 auto}.voucher-module-scss-module__zZa6uq__form_container .voucher-module-scss-module__zZa6uq__flex2col>div:last-child{flex:1 0 auto}.voucher-module-scss-module__zZa6uq__form_container .voucher-module-scss-module__zZa6uq__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}.voucher-module-scss-module__zZa6uq__form_container .voucher-module-scss-module__zZa6uq__actions_container.voucher-module-scss-module__zZa6uq__no_border{border:none;margin-top:0;padding:0}.voucher-module-scss-module__zZa6uq__grid2col,.voucher-module-scss-module__zZa6uq__grid3col{grid-template-columns:1fr 1fr;display:grid}.voucher-module-scss-module__zZa6uq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.voucher-module-scss-module__zZa6uq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.voucher-module-scss-module__zZa6uq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.voucher-module-scss-module__zZa6uq__error_label{color:#ef4444;text-align:center}@keyframes voucher-module-scss-module__zZa6uq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voucher-module-scss-module__zZa6uq__voucher_checkout_card{border:1px solid hover;border-radius:5px;align-items:center;gap:10px;width:100%;height:90px;padding:10px;display:flex}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_delete_icon svg{color:#ef4444;font-size:14px}.voucher-module-scss-module__zZa6uq__voucher_checkout_card.voucher-module-scss-module__zZa6uq__list_style{border:none;height:80px}.voucher-module-scss-module__zZa6uq__voucher_checkout_card.voucher-module-scss-module__zZa6uq__is_expire{color:#6b7280}.voucher-module-scss-module__zZa6uq__voucher_checkout_card.voucher-module-scss-module__zZa6uq__is_active{color:#fff;background-color:hover}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_card_content{flex-direction:column;flex:1;justify-content:space-between;min-width:0;height:100%;display:flex}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_card_content.voucher-module-scss-module__zZa6uq__is_expire{color:#6b7280}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_card_content .voucher-module-scss-module__zZa6uq__voucher_title{font-size:15px}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_card_content .voucher-module-scss-module__zZa6uq__voucher_detail_txt{color:#6b7280;text-wrap:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_card_content .voucher-module-scss-module__zZa6uq__voucher_detail_txt.voucher-module-scss-module__zZa6uq__content_is_active{color:#fff}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_price{flex-direction:column;justify-content:space-between;align-items:flex-end;height:100%;display:flex}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_price .voucher-module-scss-module__zZa6uq__price{color:hover;font-size:14px}.voucher-module-scss-module__zZa6uq__voucher_checkout_card .voucher-module-scss-module__zZa6uq__voucher_price small{color:var(--color-secondary-base,#e20478)}.voucher-module-scss-module__zZa6uq__select_voucher_container{z-index:11;background-color:var(--color-bg-page,#f4f7f0);width:100%;height:100dvh;padding-top:80px;transition:all .3s;position:fixed;top:0;left:0;box-shadow:20px 0 100px -10px gray}@media only screen and (min-width:1025px){.voucher-module-scss-module__zZa6uq__select_voucher_container,.voucher-module-scss-module__zZa6uq__select_voucher_container>header{width:500px;left:auto;right:0}}.voucher-module-scss-module__zZa6uq__select_voucher_container.voucher-module-scss-module__zZa6uq__hide{box-shadow:none;transform:translate(100%)}.voucher-module-scss-module__zZa6uq__voucher_list_container{height:calc(100dvh - 80px);padding-bottom:70px;overflow-y:auto}.voucher-module-scss-module__zZa6uq__voucher_list_container .voucher-module-scss-module__zZa6uq__voucher_status_title{margin:15px 0;padding:0 14px;font-size:18px}.voucher-module-scss-module__zZa6uq__voucher_list_container .voucher-module-scss-module__zZa6uq__voucher_list{flex-direction:column;gap:5px;width:100%;display:flex}.voucher-module-scss-module__zZa6uq__branch_info_container{margin-top:20px}.voucher-module-scss-module__zZa6uq__add_voucher_button_container{position:absolute;bottom:15px;left:15px;right:15px}.voucher-module-scss-module__zZa6uq__popup_modal_container{color:#111827;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:100%;margin:0 auto;padding:20px;font-size:15px;display:flex}.voucher-module-scss-module__zZa6uq__popup_modal_container>p{text-align:center;color:#000;font-size:16px;font-weight:600}.voucher-module-scss-module__zZa6uq__popup_modal_container .voucher-module-scss-module__zZa6uq__button_container{justify-content:center;align-items:center;gap:20px;width:100%;margin-top:16px;display:flex}.voucher-module-scss-module__zZa6uq__popup_modal_container .voucher-module-scss-module__zZa6uq__button_container>div{flex:1}
.branch-info-header-module-scss-module__9-VbGG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.branch-info-header-module-scss-module__9-VbGG__form_container{padding:.5em}}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__flex2col{justify-content:space-between;align-items:center;display:flex}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__flex2col>div:first-child{flex:0 auto}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__flex2col>div:last-child{flex:1 0 auto}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__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}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__actions_container.branch-info-header-module-scss-module__9-VbGG__no_border{border:none;margin-top:0;padding:0}.branch-info-header-module-scss-module__9-VbGG__grid2col,.branch-info-header-module-scss-module__9-VbGG__grid3col{grid-template-columns:1fr 1fr;display:grid}.branch-info-header-module-scss-module__9-VbGG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.branch-info-header-module-scss-module__9-VbGG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.branch-info-header-module-scss-module__9-VbGG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.branch-info-header-module-scss-module__9-VbGG__error_label{color:#ef4444;text-align:center}@keyframes branch-info-header-module-scss-module__9-VbGG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div.branch-info-header-module-scss-module__9-VbGG__info_header_wrapper{flex-flow:column;justify-content:center;align-items:stretch;height:350px;padding-bottom:0;display:flex;position:relative}@media screen and (max-width:998px){div.branch-info-header-module-scss-module__9-VbGG__info_header_wrapper{height:200px}}@media screen and (max-width:576px){div.branch-info-header-module-scss-module__9-VbGG__info_header_wrapper{height:140px}}.branch-info-header-module-scss-module__9-VbGG__banner_container{z-index:1;border-radius:5px;position:absolute;inset:0;overflow:hidden}.branch-info-header-module-scss-module__9-VbGG__banner_container .branch-info-header-module-scss-module__9-VbGG__branch_banner{object-fit:fill;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;display:block}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info{justify-content:flex-end;align-items:center;gap:10px;font-size:10px;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info .branch-info-header-module-scss-module__9-VbGG__app_icon_container{cursor:pointer}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info .branch-info-header-module-scss-module__9-VbGG__app_icon_container img{filter:none}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info .branch-info-header-module-scss-module__9-VbGG__info_box{background-color:var(--color-bg-page,#f4f7f0);cursor:pointer;border:.3px solid #555;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;box-shadow:3px 5px 36px -10px #555}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container{z-index:2;background:#fff9;align-items:center;gap:15px;width:100%;height:120px;margin:0 auto;padding:0 10px;display:flex;position:absolute;bottom:-8px}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container.branch-info-header-module-scss-module__9-VbGG__is_promotion{margin-bottom:20px}@media screen and (max-width:998px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container{gap:10px;height:60px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_logo{cursor:pointer;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:content-box;object-fit:contain;border:2px solid #fff;border-radius:10px;width:80px;height:80px}@media screen and (max-width:998px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_logo{width:40px;height:40px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content{flex:1;grid-template-columns:1fr 250px;justify-content:space-between;align-items:center;gap:5px;height:80px;display:grid}@media screen and (max-width:998px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content{grid-template-columns:1fr 180px;height:45px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__rating_and_icons{justify-content:center;align-items:center;gap:10px;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_title{cursor:pointer;color:#3f54a6;letter-spacing:2px;text-wrap:nowrap;text-overflow:ellipsis;text-shadow:-1px -1px #fff,1px -1px #010101,-1px 1px #fff,1px 1px #fff;-webkit-text-stroke:3px #fff;-webkit-text-fill-color:#3f54a6;paint-order:stroke fill;flex:1;font-size:15px;font-weight:600;overflow:hidden}@media only screen and (min-width:800px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_title{font-size:22px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc{justify-content:space-between;align-items:center;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail{flex:1}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail .branch-info-header-module-scss-module__9-VbGG__rating_container{justify-content:flex-end;align-items:center;gap:6px;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail .branch-info-header-module-scss-module__9-VbGG__rating_container .branch-info-header-module-scss-module__9-VbGG__ave_rating{color:#fff;text-shadow:-1px -1px #3f54a6,1px -1px #3f54a6,-1px 1px #3f54a6,1px 1px #3f54a6;-webkit-text-stroke:1px #3f54a6;-webkit-text-fill-color:#fff;paint-order:stroke fill;font-size:11px}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail .branch-info-header-module-scss-module__9-VbGG__view_map{color:var(--color-primary-base,#8fc31f);cursor:pointer;font-weight:500}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail p{font-size:12px}@media only screen and (min-width:900px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail p{font-size:14px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__cart_container{flex-direction:column;justify-content:center;align-self:flex-start;align-items:center;gap:7px;height:100%;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__cart_container .branch-info-header-module-scss-module__9-VbGG__app_icon_container{cursor:pointer}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__cart_container .branch-info-header-module-scss-module__9-VbGG__app_icon_container img{filter:none}.branch-info-header-module-scss-module__9-VbGG__promotion_label_container{z-index:2;margin-top:5px;position:absolute;bottom:0;left:0}
.delivery-options-module-scss-module__rtwinG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.delivery-options-module-scss-module__rtwinG__form_container{padding:.5em}}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__flex2col{justify-content:space-between;align-items:center;display:flex}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__flex2col>div:first-child{flex:0 auto}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__flex2col>div:last-child{flex:1 0 auto}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__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}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__actions_container.delivery-options-module-scss-module__rtwinG__no_border{border:none;margin-top:0;padding:0}.delivery-options-module-scss-module__rtwinG__grid2col,.delivery-options-module-scss-module__rtwinG__grid3col{grid-template-columns:1fr 1fr;display:grid}.delivery-options-module-scss-module__rtwinG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.delivery-options-module-scss-module__rtwinG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.delivery-options-module-scss-module__rtwinG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.delivery-options-module-scss-module__rtwinG__error_label{color:#ef4444;text-align:center}@keyframes delivery-options-module-scss-module__rtwinG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.delivery-options-module-scss-module__rtwinG__container{z-index:200;background-color:#fff;width:100%;height:100dvh;padding-top:0;transition:all .3s;position:fixed;top:0;left:0}@media only screen and (min-width:900px){.delivery-options-module-scss-module__rtwinG__container{width:500px;left:auto;right:0;box-shadow:20px 0 100px -10px gray}.delivery-options-module-scss-module__rtwinG__container>header{width:500px;left:auto;right:0}}.delivery-options-module-scss-module__rtwinG__container.delivery-options-module-scss-module__rtwinG__hide{box-shadow:none;transform:translate(100%)}.delivery-options-module-scss-module__rtwinG__container .delivery-options-module-scss-module__rtwinG__list_container{flex-flow:column;gap:10px;padding:20px;display:flex}.delivery-options-module-scss-module__rtwinG__simple_header{z-index:1;align-items:center;gap:16px;padding:16px 20px;display:flex;position:relative}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__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}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn svg{color:#111827;font-size:16px}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn:hover{background:var(--color-primary-surface,#f4fce3)}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn:hover svg{color:var(--color-primary-base,#8fc31f)}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__page_title{color:#111827;margin:0;font-size:24px;font-weight:700}
.third-party-store-variation-module-scss-module__u6PBJa__variation_wrapper{margin-top:16px;padding:0 24px}.third-party-store-variation-module-scss-module__u6PBJa__variation_grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:0;display:grid}.third-party-store-variation-module-scss-module__u6PBJa__variation_item{flex-direction:column;display:flex}.third-party-store-variation-module-scss-module__u6PBJa__variation_label{color:#374151;text-transform:lowercase;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.third-party-store-variation-module-scss-module__u6PBJa__variation_select{color:#333;cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"),linear-gradient(#e5e7eb,#e5e7eb);background-position:right 12px center,right 40px center;background-repeat:no-repeat,no-repeat;background-size:16px,1px 24px;border:1px solid #3b82f6;border-radius:12px;outline:none;width:100%;height:48px;padding:0 40px 0 12px;font-size:15px;font-weight:500;transition:border-color .2s,box-shadow .2s}.third-party-store-variation-module-scss-module__u6PBJa__variation_select:focus{border-color:#2684ff;box-shadow:0 0 0 1px #2684ff}.third-party-store-variation-module-scss-module__u6PBJa__variation_meta{color:#6b7280;margin-top:8px;font-size:12px}
.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))}}
