@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}
.stories-module-scss-module__iPC7TW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.stories-module-scss-module__iPC7TW__form_container{padding:.5em}}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col{justify-content:space-between;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:first-child{flex:0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:last-child{flex:1 0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container.stories-module-scss-module__iPC7TW__no_border{border:none;margin-top:0;padding:0}.stories-module-scss-module__iPC7TW__grid2col,.stories-module-scss-module__iPC7TW__grid3col{grid-template-columns:1fr 1fr;display:grid}.stories-module-scss-module__iPC7TW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.stories-module-scss-module__iPC7TW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.stories-module-scss-module__iPC7TW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__error_label{color:#ef4444;text-align:center}@keyframes stories-module-scss-module__iPC7TW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stories-module-scss-module__iPC7TW__video_story_container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;width:100%;height:100dvh;position:fixed;inset:0;overflow-y:auto}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_story_container{margin:0;padding:0}}.stories-module-scss-module__iPC7TW__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;background:#000;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #ffffff1a,0 0 50px #ffffff0d,0 0 0 1px #ffffff08}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_story_item{background:#000;max-width:415px;margin:0 auto}}.stories-module-scss-module__iPC7TW__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;background:#000;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_shimmer{background:#000;max-width:415px;margin:0 auto}}.stories-module-scss-module__iPC7TW__video_shimmer .stories-module-scss-module__iPC7TW__spinner{flex:1;display:none}.stories-module-scss-module__iPC7TW__video_shimmer span{border-radius:5px;width:100%;height:100dvh}@media (prefers-reduced-motion){.stories-module-scss-module__iPC7TW__video_shimmer>span{display:none}.stories-module-scss-module__iPC7TW__video_shimmer .stories-module-scss-module__iPC7TW__spinner{display:initial}}.stories-module-scss-module__iPC7TW__video_story_footer{color:#fff;grid-template-columns:1fr;align-content:end;width:100%;padding:10px;display:grid;position:absolute;bottom:10px}
.notification-bell-module-scss-module__OszGGW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.notification-bell-module-scss-module__OszGGW__form_container{padding:.5em}}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__flex2col{justify-content:space-between;align-items:center;display:flex}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__flex2col>div:first-child{flex:0 auto}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__flex2col>div:last-child{flex:1 0 auto}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.notification-bell-module-scss-module__OszGGW__form_container .notification-bell-module-scss-module__OszGGW__actions_container.notification-bell-module-scss-module__OszGGW__no_border{border:none;margin-top:0;padding:0}.notification-bell-module-scss-module__OszGGW__grid2col,.notification-bell-module-scss-module__OszGGW__grid3col{grid-template-columns:1fr 1fr;display:grid}.notification-bell-module-scss-module__OszGGW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.notification-bell-module-scss-module__OszGGW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.notification-bell-module-scss-module__OszGGW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.notification-bell-module-scss-module__OszGGW__error_label{color:#ef4444;text-align:center}@keyframes notification-bell-module-scss-module__OszGGW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notification-bell-module-scss-module__OszGGW__notification_icon{position:relative}.notification-bell-module-scss-module__OszGGW__notification_icon svg{filter:invert();font-size:20px}.notification-bell-module-scss-module__OszGGW__notification_icon>img{filter:invert()}.notification-bell-module-scss-module__OszGGW__notification_icon>small{color:#fff;background-color:#db3022;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;padding:3px;font-size:8px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.notification-bell-module-scss-module__OszGGW__notification_icon>small.notification-bell-module-scss-module__OszGGW__white{color:#000;background:#fff}
.product-stories-module-scss-module__ig0tsG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.product-stories-module-scss-module__ig0tsG__form_container{padding:.5em}}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__flex2col{justify-content:space-between;align-items:center;display:flex}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__flex2col>div:first-child{flex:0 auto}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__flex2col>div:last-child{flex:1 0 auto}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__actions_container.product-stories-module-scss-module__ig0tsG__no_border{border:none;margin-top:0;padding:0}.product-stories-module-scss-module__ig0tsG__grid2col,.product-stories-module-scss-module__ig0tsG__grid3col{grid-template-columns:1fr 1fr;display:grid}.product-stories-module-scss-module__ig0tsG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.product-stories-module-scss-module__ig0tsG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.product-stories-module-scss-module__ig0tsG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.product-stories-module-scss-module__ig0tsG__error_label{color:#ef4444;text-align:center}@keyframes product-stories-module-scss-module__ig0tsG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-stories-module-scss-module__ig0tsG__video_story_container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;width:100%;height:100dvh;position:fixed;inset:0;overflow-y:auto}@media screen and (min-width:768px){.product-stories-module-scss-module__ig0tsG__video_story_container{margin:0;padding:0}}.product-stories-module-scss-module__ig0tsG__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;background:#000;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #ffffff1a,0 0 50px #ffffff0d,0 0 0 1px #ffffff08}@media screen and (min-width:768px){.product-stories-module-scss-module__ig0tsG__video_story_item{background:#000;max-width:415px;margin:0 auto}}.product-stories-module-scss-module__ig0tsG__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;background:#000;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}@media screen and (min-width:768px){.product-stories-module-scss-module__ig0tsG__video_shimmer{background:#000;max-width:415px;margin:0 auto}}.product-stories-module-scss-module__ig0tsG__video_shimmer .product-stories-module-scss-module__ig0tsG__spinner{flex:1;display:none}.product-stories-module-scss-module__ig0tsG__video_shimmer span{border-radius:5px;width:100%;height:100dvh}@media (prefers-reduced-motion){.product-stories-module-scss-module__ig0tsG__video_shimmer>span{display:none}.product-stories-module-scss-module__ig0tsG__video_shimmer .product-stories-module-scss-module__ig0tsG__spinner{display:initial}}.product-stories-module-scss-module__ig0tsG__video_story_footer{color:#fff;grid-template-columns:1fr;align-content:end;width:100%;padding:10px;display:grid;position:absolute;bottom:10px}.product-stories-module-scss-module__ig0tsG__product_card{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#14141466;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:transform .2s,background .2s;display:flex}.product-stories-module-scss-module__ig0tsG__product_card:active{background:#14141480;transform:scale(.98)}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_image_container{flex-shrink:0}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_image_container .product-stories-module-scss-module__ig0tsG__product_image{object-fit:cover;border-radius:6px;width:60px;height:60px}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__product_name{color:#fff;text-overflow:ellipsis;white-space:nowrap;width:200px;margin:0;font-size:13px;font-weight:600;overflow:hidden}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container .product-stories-module-scss-module__ig0tsG__original_price{color:#fff9;font-size:11px;text-decoration:line-through}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container .product-stories-module-scss-module__ig0tsG__discounted_price{font-size:15px;font-weight:700}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container .product-stories-module-scss-module__ig0tsG__regular_price{color:#fff;font-size:15px;font-weight:700}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info{color:#fffc;align-items:center;gap:5px;font-size:11px;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__store_logo{object-fit:cover;border-radius:50%;width:14px;height:14px}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__store_name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;margin:0;overflow:hidden}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__rating_star{color:#ffc107;margin-left:2px;font-size:12px}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__rating_value{color:#fff;font-size:11px;font-weight:600}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__chevron_container{color:#fffc;flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__chevron_container svg{width:20px;height:20px}.product-stories-module-scss-module__ig0tsG__like_comments_container{flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:10px;display:flex;position:absolute;bottom:100px;right: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}}
.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}
.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}
.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}
: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}}
.rating-module-scss-module__6RpmLG__star{cursor:pointer;margin-right:3px}.rating-module-scss-module__6RpmLG__star>svg{color:#dcdcdc}.rating-module-scss-module__6RpmLG__star.rating-module-scss-module__6RpmLG__filled>svg{color:#fdcc0d}
.modal-module-scss-module__wFyw3W__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__form_container{padding:.5em}}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col{justify-content:space-between;align-items:center;display:flex}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col>div:first-child{flex:0 auto}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col>div:last-child{flex:1 0 auto}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__actions_container.modal-module-scss-module__wFyw3W__no_border{border:none;margin-top:0;padding:0}.modal-module-scss-module__wFyw3W__grid2col,.modal-module-scss-module__wFyw3W__grid3col{grid-template-columns:1fr 1fr;display:grid}.modal-module-scss-module__wFyw3W__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.modal-module-scss-module__wFyw3W__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.modal-module-scss-module__wFyw3W__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.modal-module-scss-module__wFyw3W__error_label{color:#ef4444;text-align:center}@keyframes modal-module-scss-module__wFyw3W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-module-scss-module__wFyw3W__modal_wrapper{z-index:300;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000059;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out modal-module-scss-module__wFyw3W__fadeIn;display:flex;position:fixed;top:0;left:0}.modal-module-scss-module__wFyw3W__modal_wrapper>.modal-module-scss-module__wFyw3W__modal_positioner{align-items:center;height:calc(100vh - 30px);display:flex;position:absolute;top:0}@media only screen and (max-width:1280px){.modal-module-scss-module__wFyw3W__modal_wrapper>.modal-module-scss-module__wFyw3W__modal_positioner{height:100vh}}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full{align-items:stretch}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container{flex:1;margin:1.5em}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{flex:1 0 auto;max-height:calc(100vh - 4em);padding:0 .2em}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{max-height:calc(100vh - 5.5em)}}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_positioner{justify-content:center;width:100%;display:flex}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_container{width:90%;margin-top:1em}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_container{width:auto;margin-top:1em}}.modal-module-scss-module__wFyw3W__modal_container{background-color:var(--color-bg-page,#f4f7f0);border-radius:12px;flex-direction:column;width:450px;min-width:0;max-width:90vw;margin:4em 1em 1em;display:flex;overflow:hidden;box-shadow:0 3px 15px #000000bf}@media screen and (min-width:999px){.modal-module-scss-module__wFyw3W__modal_container{max-width:450px}}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header{color:var(--color-primary-base,#8fc31f);direction:ltr;justify-content:center;align-items:center;padding:1em 60px 1em 1em;font-size:1.2em;display:flex;position:relative}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header.modal-module-scss-module__wFyw3W__wide_title{padding-right:1em}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header.modal-module-scss-module__wFyw3W__center_title{text-align:center;padding-left:60px;padding-right:60px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header>.modal-module-scss-module__wFyw3W__close{cursor:pointer;width:20px;position:absolute;right:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{scrollbar-width:thin;scrollbar-color:#0003 #0000;max-height:calc(90dvh - 80px);overflow:hidden auto}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar{width:6px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar-track{background:0 0}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar-thumb{background-color:#0003;border:#0000;border-radius:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__footer{justify-content:center;align-items:center;height:20px;margin:.5em 0;padding:.5em 0;display:flex}@keyframes modal-module-scss-module__wFyw3W__fadeIn{0%{opacity:0;transform:scale(1.03)}50%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.modal-module-scss-module__wFyw3W__popup_modal_container{color:#111827;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;padding:15px;font-size:14px;display:flex}.modal-module-scss-module__wFyw3W__popup_modal_container>p{text-align:center;font-weight:600px;color:#000}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container{align-items:center;gap:20px;width:100%;margin-top:20px;display:flex}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container>span{flex:1}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container input{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;height:48px!important;padding:0 16px!important}
.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}
.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}
.order-point-details-module-scss-module__XoCHFq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.order-point-details-module-scss-module__XoCHFq__form_container{padding:.5em}}.order-point-details-module-scss-module__XoCHFq__form_container .order-point-details-module-scss-module__XoCHFq__flex2col{justify-content:space-between;align-items:center;display:flex}.order-point-details-module-scss-module__XoCHFq__form_container .order-point-details-module-scss-module__XoCHFq__flex2col>div:first-child{flex:0 auto}.order-point-details-module-scss-module__XoCHFq__form_container .order-point-details-module-scss-module__XoCHFq__flex2col>div:last-child{flex:1 0 auto}.order-point-details-module-scss-module__XoCHFq__form_container .order-point-details-module-scss-module__XoCHFq__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}.order-point-details-module-scss-module__XoCHFq__form_container .order-point-details-module-scss-module__XoCHFq__actions_container.order-point-details-module-scss-module__XoCHFq__no_border{border:none;margin-top:0;padding:0}.order-point-details-module-scss-module__XoCHFq__grid2col,.order-point-details-module-scss-module__XoCHFq__grid3col{grid-template-columns:1fr 1fr;display:grid}.order-point-details-module-scss-module__XoCHFq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.order-point-details-module-scss-module__XoCHFq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.order-point-details-module-scss-module__XoCHFq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.order-point-details-module-scss-module__XoCHFq__error_label{color:#ef4444;text-align:center}@keyframes order-point-details-module-scss-module__XoCHFq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-point-details-module-scss-module__XoCHFq__collection_modal_container{flex-direction:column;gap:10px;margin-bottom:10px;padding:15px;display:flex;position:relative}@media screen and (max-height:650px){.order-point-details-module-scss-module__XoCHFq__collection_modal_container{margin-bottom:50px}}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__available_time_row{justify-content:space-between;margin:5px;display:flex}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__available_time_row.order-point-details-module-scss-module__XoCHFq__active_day{color:hover;font-weight:500}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__available_time_row .order-point-details-module-scss-module__XoCHFq__active_day_container{align-items:center;gap:4px;display:flex}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__available_time_row .order-point-details-module-scss-module__XoCHFq__active_day_container .order-point-details-module-scss-module__XoCHFq__today_day{text-wrap:nowrap;width:80px}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__available_time_row span{font-size:14px}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__order_branch{border-bottom:1px solid #dcdcdc;padding-bottom:20px}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_modal_title{color:#111827;margin-top:12px;font-size:16px;font-weight:500}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_modal_txt{color:hover;font-size:16px;font-weight:400}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_note{text-align:center;margin-top:15px;font-size:14px}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__branch_container{grid-template-columns:1fr 50px;display:grid}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__branch_container .order-point-details-module-scss-module__XoCHFq__branch_detail{align-items:center;gap:15px;display:flex}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__branch_container .order-point-details-module-scss-module__XoCHFq__branch_detail .order-point-details-module-scss-module__XoCHFq__branch_logo{object-fit:contain;border-radius:50%;width:40px;height:40px}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_spot{justify-content:space-between;align-items:center;display:flex}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_spot a{text-decoration:none}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_spot .order-point-details-module-scss-module__XoCHFq__collection_address{color:hover;cursor:pointer;flex:.7;font-size:14px;font-weight:500}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_spot .order-point-details-module-scss-module__XoCHFq__collection_icon{cursor:pointer;flex:.3;justify-content:center;align-items:center;display:flex}.order-point-details-module-scss-module__XoCHFq__collection_modal_container .order-point-details-module-scss-module__XoCHFq__collection_spot .order-point-details-module-scss-module__XoCHFq__collection_icon .order-point-details-module-scss-module__XoCHFq__app_icon_container img{filter:hue-rotate(85deg)brightness(1.2)}
.bill-summary-module-scss-module__HHbn5a__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.bill-summary-module-scss-module__HHbn5a__form_container{padding:.5em}}.bill-summary-module-scss-module__HHbn5a__form_container .bill-summary-module-scss-module__HHbn5a__flex2col{justify-content:space-between;align-items:center;display:flex}.bill-summary-module-scss-module__HHbn5a__form_container .bill-summary-module-scss-module__HHbn5a__flex2col>div:first-child{flex:0 auto}.bill-summary-module-scss-module__HHbn5a__form_container .bill-summary-module-scss-module__HHbn5a__flex2col>div:last-child{flex:1 0 auto}.bill-summary-module-scss-module__HHbn5a__form_container .bill-summary-module-scss-module__HHbn5a__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}.bill-summary-module-scss-module__HHbn5a__form_container .bill-summary-module-scss-module__HHbn5a__actions_container.bill-summary-module-scss-module__HHbn5a__no_border{border:none;margin-top:0;padding:0}.bill-summary-module-scss-module__HHbn5a__grid2col,.bill-summary-module-scss-module__HHbn5a__grid3col{grid-template-columns:1fr 1fr;display:grid}.bill-summary-module-scss-module__HHbn5a__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.bill-summary-module-scss-module__HHbn5a__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.bill-summary-module-scss-module__HHbn5a__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.bill-summary-module-scss-module__HHbn5a__error_label{color:#ef4444;text-align:center}@keyframes bill-summary-module-scss-module__HHbn5a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bill-summary-module-scss-module__HHbn5a__backdrop{z-index:1000;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.bill-summary-module-scss-module__HHbn5a__backdrop.bill-summary-module-scss-module__HHbn5a__active{opacity:1;pointer-events:auto}.bill-summary-module-scss-module__HHbn5a__sheet_container{z-index:1001;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-radius:20px 20px 0 0;max-width:600px;margin:0 auto;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #0000001a}.bill-summary-module-scss-module__HHbn5a__sheet_container.bill-summary-module-scss-module__HHbn5a__active{transform:translateY(0)}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__header{cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__header h3{color:#111827;font-size:18px;font-weight:700}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__header svg{color:#6b7280}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__content{flex-direction:column;gap:12px;padding:24px;display:flex}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__content .bill-summary-module-scss-module__HHbn5a__row{color:#4b5563;justify-content:space-between;font-size:15px;display:flex}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__content .bill-summary-module-scss-module__HHbn5a__row.bill-summary-module-scss-module__HHbn5a__cashback_row{color:#0c0c0c;font-size:14px}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__content .bill-summary-module-scss-module__HHbn5a__negative_val{gap:4px;font-weight:600;display:flex;color:#10b981!important}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__content .bill-summary-module-scss-module__HHbn5a__divider{background:#e5e7eb;height:1px;margin:8px 0}.bill-summary-module-scss-module__HHbn5a__sheet_container .bill-summary-module-scss-module__HHbn5a__content .bill-summary-module-scss-module__HHbn5a__total_row{color:#111827;justify-content:space-between;margin-top:4px;font-size:18px;font-weight:700;display:flex}
.about-module-scss-module__q1QGBG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.about-module-scss-module__q1QGBG__form_container{padding:.5em}}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__flex2col{justify-content:space-between;align-items:center;display:flex}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__flex2col>div:first-child{flex:0 auto}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__flex2col>div:last-child{flex:1 0 auto}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.about-module-scss-module__q1QGBG__form_container .about-module-scss-module__q1QGBG__actions_container.about-module-scss-module__q1QGBG__no_border{border:none;margin-top:0;padding:0}.about-module-scss-module__q1QGBG__grid2col,.about-module-scss-module__q1QGBG__grid3col{grid-template-columns:1fr 1fr;display:grid}.about-module-scss-module__q1QGBG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.about-module-scss-module__q1QGBG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.about-module-scss-module__q1QGBG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.about-module-scss-module__q1QGBG__error_label{color:#ef4444;text-align:center}@keyframes about-module-scss-module__q1QGBG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-module-scss-module__q1QGBG__container{color:#111827;padding:20px}.about-module-scss-module__q1QGBG__container h2{margin-top:30px;margin-bottom:15px;font-size:17px}.about-module-scss-module__q1QGBG__container p{margin-bottom:15px;font-size:14px}.about-module-scss-module__q1QGBG__container ul{margin-bottom:15px;padding-left:20px}.about-module-scss-module__q1QGBG__container li{margin-bottom:5px}.about-module-scss-module__q1QGBG__container .about-module-scss-module__q1QGBG__clause{margin-left:20px}.about-module-scss-module__q1QGBG__container .about-module-scss-module__q1QGBG__sub_clause{margin-left:40px}
.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}
.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}
.review-card-module-scss-module__H01f_a__review_card{justify-content:center;align-items:center;gap:5px;margin:10px 0;display:flex}.review-card-module-scss-module__H01f_a__review_card .review-card-module-scss-module__H01f_a__review_shot_details{flex-direction:column;align-items:center;gap:2px;display:flex}.review-card-module-scss-module__H01f_a__review_card .review-card-module-scss-module__H01f_a__review_summary_container{flex-flow:column;flex:1;justify-content:space-evenly;gap:5px;margin-left:2em;display:flex}.review-card-module-scss-module__H01f_a__review_card .review-card-module-scss-module__H01f_a__review_summary_container>span{grid-template-columns:15px 1fr;align-items:center;display:grid}.review-card-module-scss-module__H01f_a__review_card .review-card-module-scss-module__H01f_a__review_summary_container>span>label{font-size:11px}
