@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@600;700;800&family=Inter:wght@400;500;600&display=swap";
.seller-chat-module-scss-module__s5NFcq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.seller-chat-module-scss-module__s5NFcq__form_container{padding:.5em}}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col{justify-content:space-between;align-items:center;display:flex}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col>div:first-child{flex:0 auto}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col>div:last-child{flex:1 0 auto}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__actions_container.seller-chat-module-scss-module__s5NFcq__no_border{border:none;margin-top:0;padding:0}.seller-chat-module-scss-module__s5NFcq__grid2col,.seller-chat-module-scss-module__s5NFcq__grid3col{grid-template-columns:1fr 1fr;display:grid}.seller-chat-module-scss-module__s5NFcq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.seller-chat-module-scss-module__s5NFcq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.seller-chat-module-scss-module__s5NFcq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.seller-chat-module-scss-module__s5NFcq__error_label{color:#ef4444;text-align:center}@keyframes seller-chat-module-scss-module__s5NFcq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seller-chat-module-scss-module__s5NFcq__media_wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);filter:drop-shadow(0 -4px 6px #0000000d);opacity:0;pointer-events:none;z-index:10;background:#fffffff2 padding-box padding-box;border:1px solid #e5e7eb;border-radius:20px 20px 0 0;width:90%;height:30vh;padding:1em;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:100%;left:5%;overflow:auto;transform:translateY(20px)}.seller-chat-module-scss-module__s5NFcq__media_wrapper.seller-chat-module-scss-module__s5NFcq__shown{opacity:1;pointer-events:initial;transform:translateY(0)}.seller-chat-module-scss-module__s5NFcq__media_wrapper::-webkit-scrollbar{display:none}@media (min-height:800px){.seller-chat-module-scss-module__s5NFcq__media_wrapper{height:300px}}.seller-chat-module-scss-module__s5NFcq__seller_chat_wrapper{background:#f3f5f7;flex-direction:column;height:100vh;display:flex;position:relative}.seller-chat-module-scss-module__s5NFcq__chat_header{z-index:20;background:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;box-shadow:0 1px 2px #0000000d}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__header_left{flex:1;align-items:center;gap:12px;min-width:0;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__back_btn{color:#374151;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__back_btn:hover{background:#f3f4f6}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__title_section{flex-direction:column;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__merchant_name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__ticket_info{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:12px;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__status_badge{text-transform:uppercase;letter-spacing:.5px;color:#059669;background:#ecfdf5;border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.seller-chat-module-scss-module__s5NFcq__messages_area{background:#f3f5f7;flex-direction:column;flex:1;gap:8px;padding:20px 16px;display:flex;overflow-y:auto}.seller-chat-module-scss-module__s5NFcq__messages_area::-webkit-scrollbar{width:6px}.seller-chat-module-scss-module__s5NFcq__messages_area::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}@keyframes seller-chat-module-scss-module__s5NFcq__slideUpFade{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.seller-chat-module-scss-module__s5NFcq__message_bubble{word-break:break-word;transform-origin:bottom;border-radius:18px;max-width:80%;padding:10px 14px;font-size:15px;font-weight:400;line-height:1.4;animation:.3s cubic-bezier(.2,.8,.2,1) forwards seller-chat-module-scss-module__s5NFcq__slideUpFade;position:relative;box-shadow:0 1px 2px #0000000d}.seller-chat-module-scss-module__s5NFcq__message_bubble .seller-chat-module-scss-module__s5NFcq__timestamp{opacity:.7;text-align:right;margin-top:4px;font-size:10px;font-weight:400;display:block}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__user{background-color:var(--color-primary-base,#8fc31f);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__user .seller-chat-module-scss-module__s5NFcq__timestamp{color:#fffc}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__merchant{color:#111827;background-color:#fff;border:1px solid #0000;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 3px #00000014}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__merchant .seller-chat-module-scss-module__s5NFcq__timestamp{color:#9ca3af}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__audio_msg{min-width:220px}.seller-chat-module-scss-module__s5NFcq__message_bubble .seller-chat-module-scss-module__s5NFcq__attachment_img{cursor:pointer;border-radius:12px;max-width:100%;margin-top:4px}.seller-chat-module-scss-module__s5NFcq__store_logo{object-fit:cover;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50%;width:36px;height:36px}.seller-chat-module-scss-module__s5NFcq__input_area{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:8px;display:flex;position:relative;bottom:0}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__attach_btn{color:#6b7280;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__attach_btn:hover{color:#111827;background:#f3f4f6}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__input_wrapper{background:#f3f4f6;border-radius:20px;flex-direction:row;flex:1;align-items:flex-end;min-height:44px;padding:8px 12px;display:flex}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__input_wrapper.seller-chat-module-scss-module__s5NFcq__recording{background:#fef2f2;border:1px solid #fecaca}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__text_input{color:#111827;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:100px;margin:0;padding:0;font-size:15px;line-height:1.4}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__text_input::placeholder{color:#9ca3af}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn{color:#fff;background:var(--color-primary-base,#8fc31f);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn:hover:not(.seller-chat-module-scss-module__s5NFcq__disabled){opacity:.9;transform:scale(1.05)}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn.seller-chat-module-scss-module__s5NFcq__disabled{color:#9ca3af;cursor:default;box-shadow:none;background:#e5e7eb}
.attachments-input-module-scss-module__KuqN9G__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.attachments-input-module-scss-module__KuqN9G__form_container{padding:.5em}}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col{justify-content:space-between;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col>div:first-child{flex:0 auto}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col>div:last-child{flex:1 0 auto}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__actions_container.attachments-input-module-scss-module__KuqN9G__no_border{border:none;margin-top:0;padding:0}.attachments-input-module-scss-module__KuqN9G__grid2col,.attachments-input-module-scss-module__KuqN9G__grid3col{grid-template-columns:1fr 1fr;display:grid}.attachments-input-module-scss-module__KuqN9G__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.attachments-input-module-scss-module__KuqN9G__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.attachments-input-module-scss-module__KuqN9G__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__error_label{color:#ef4444;text-align:center}@keyframes attachments-input-module-scss-module__KuqN9G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.attachments-input-module-scss-module__KuqN9G__file_attach_container{flex-flow:column;align-items:stretch;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container.attachments-input-module-scss-module__KuqN9G__reverse{flex-flow:column-reverse}.attachments-input-module-scss-module__KuqN9G__file_attach_container label{color:#111827;padding:0 .5em}.attachments-input-module-scss-module__KuqN9G__file_attach_container input{display:none}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__btn_header{align-items:center;padding:.5em;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__btn_header>span{margin-right:.5em}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header{cursor:pointer;background:#c8dafd80;border:2px dashed #385ba1;border-radius:8px;justify-content:center;align-items:center;height:40px;margin:1em;padding:0 1em;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header.attachments-input-module-scss-module__KuqN9G__tall{height:120px}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header span{text-align:center;color:#132d62;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header svg{height:24px;display:none}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container{flex-direction:column;align-items:stretch;max-height:40vh;display:flex;overflow:auto}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container.attachments-input-module-scss-module__KuqN9G__horizontal{max-height:auto;flex-direction:row}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container.attachments-input-module-scss-module__KuqN9G__grid_layout{flex-flow:wrap;justify-content:center;gap:.5em}@media only screen and (max-width:720px){.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container{max-height:auto}}
.tooltip-module-scss-module__NLufXa__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.tooltip-module-scss-module__NLufXa__form_container{padding:.5em}}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col{justify-content:space-between;align-items:center;display:flex}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col>div:first-child{flex:0 auto}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col>div:last-child{flex:1 0 auto}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__actions_container.tooltip-module-scss-module__NLufXa__no_border{border:none;margin-top:0;padding:0}.tooltip-module-scss-module__NLufXa__grid2col,.tooltip-module-scss-module__NLufXa__grid3col{grid-template-columns:1fr 1fr;display:grid}.tooltip-module-scss-module__NLufXa__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.tooltip-module-scss-module__NLufXa__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.tooltip-module-scss-module__NLufXa__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.tooltip-module-scss-module__NLufXa__error_label{color:#ef4444;text-align:center}@keyframes tooltip-module-scss-module__NLufXa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip-module-scss-module__NLufXa__tooltip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);word-wrap:break-word;background-color:#ffffff4d;border:1px solid #111827;border-radius:1em;max-width:250px;padding:.5em}.tooltip-module-scss-module__NLufXa__tooltip.tooltip-module-scss-module__NLufXa__danger{color:#fff;background-color:#801d1da8}.tooltip-module-scss-module__NLufXa__tooltip.tooltip-module-scss-module__NLufXa__warn{color:#362201;background-color:#d39f2776}
.stories-module-scss-module__iPC7TW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.stories-module-scss-module__iPC7TW__form_container{padding:.5em}}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col{justify-content:space-between;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:first-child{flex:0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:last-child{flex:1 0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container.stories-module-scss-module__iPC7TW__no_border{border:none;margin-top:0;padding:0}.stories-module-scss-module__iPC7TW__grid2col,.stories-module-scss-module__iPC7TW__grid3col{grid-template-columns:1fr 1fr;display:grid}.stories-module-scss-module__iPC7TW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.stories-module-scss-module__iPC7TW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.stories-module-scss-module__iPC7TW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__error_label{color:#ef4444;text-align:center}@keyframes stories-module-scss-module__iPC7TW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stories-module-scss-module__iPC7TW__video_story_container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;height:100dvh;overflow-y:scroll}.stories-module-scss-module__iPC7TW__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;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}.stories-module-scss-module__iPC7TW__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}.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}
.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;height:100dvh;overflow-y:scroll}.product-stories-module-scss-module__ig0tsG__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;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}.product-stories-module-scss-module__ig0tsG__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}.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{cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px;transition:transform .2s;display:flex}.product-stories-module-scss-module__ig0tsG__product_card:active{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:#000;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:#999;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:#000;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:#666;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:#000;font-size:11px;font-weight:600}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__chevron_container{color:#666;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}
.product-module-scss-module__HTV4Rq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.product-module-scss-module__HTV4Rq__form_container{padding:.5em}}.product-module-scss-module__HTV4Rq__form_container .product-module-scss-module__HTV4Rq__flex2col{justify-content:space-between;align-items:center;display:flex}.product-module-scss-module__HTV4Rq__form_container .product-module-scss-module__HTV4Rq__flex2col>div:first-child{flex:0 auto}.product-module-scss-module__HTV4Rq__form_container .product-module-scss-module__HTV4Rq__flex2col>div:last-child{flex:1 0 auto}.product-module-scss-module__HTV4Rq__form_container .product-module-scss-module__HTV4Rq__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-module-scss-module__HTV4Rq__form_container .product-module-scss-module__HTV4Rq__actions_container.product-module-scss-module__HTV4Rq__no_border{border:none;margin-top:0;padding:0}.product-module-scss-module__HTV4Rq__grid2col,.product-module-scss-module__HTV4Rq__grid3col{grid-template-columns:1fr 1fr;display:grid}.product-module-scss-module__HTV4Rq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.product-module-scss-module__HTV4Rq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.product-module-scss-module__HTV4Rq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.product-module-scss-module__HTV4Rq__error_label{color:#ef4444;text-align:center}@keyframes product-module-scss-module__HTV4Rq__spin{to{transform:rotate(360deg)}}.product-module-scss-module__HTV4Rq__page_container{background:linear-gradient(180deg,var(--color-bg-page,#f4f7f0)0%,var(--color-bg-surface,#fff)50%,100%);min-height:100vh;padding-top:240px;position:relative}.product-module-scss-module__HTV4Rq__page_container:before{content:"";opacity:.02;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.product-module-scss-module__HTV4Rq__page_title_row{justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.product-module-scss-module__HTV4Rq__page_title{color:var(--color-secondary-base,#e20478);letter-spacing:-.03em;text-align:center;font-size:26px;font-weight:700}.product-module-scss-module__HTV4Rq__filter_button{background:var(--color-primary-surface,#f4fce3);border:1.5px solid var(--color-primary-base,#8fc31f);color:var(--color-primary-base,#8fc31f);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s ease-out;display:flex}.product-module-scss-module__HTV4Rq__filter_button svg{width:16px;height:16px}.product-module-scss-module__HTV4Rq__filter_button:active{background:var(--color-primary-base,#8fc31f);color:#fff;transform:scale(.95)}.product-module-scss-module__HTV4Rq__filter_bar{background:#fff;border-bottom:1px solid #f0f0f0;margin-top:16px;padding:12px 16px}.product-module-scss-module__HTV4Rq__filter_bar_header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.product-module-scss-module__HTV4Rq__primary_actions_row{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;background:#fffffff2;border-bottom:1px solid #fcfcfc;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px 8px;display:flex;position:sticky;top:0}.product-module-scss-module__HTV4Rq__secondary_filters_row{scrollbar-width:none;-ms-overflow-style:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:49;background:#fffffff2;border-bottom:1px solid #f0f0f0;align-items:center;gap:8px;padding:0 16px 12px;display:flex;position:sticky;top:60px;overflow-x:auto}.product-module-scss-module__HTV4Rq__secondary_filters_row::-webkit-scrollbar{display:none}.product-module-scss-module__HTV4Rq__secondary_filters_wrapper{position:relative}.product-module-scss-module__HTV4Rq__secondary_filters_wrapper:after{content:"";pointer-events:none;z-index:50;background:linear-gradient(90deg,#0000,#fffffff2);width:40px;position:absolute;top:0;bottom:0;right:0}.product-module-scss-module__HTV4Rq__filter_chips_row{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;scrollbar-width:none;-ms-overflow-style:none;background:#fffffff2;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;margin-bottom:0;padding:12px 0 12px 16px;display:flex;position:sticky;top:0;overflow-x:auto}.product-module-scss-module__HTV4Rq__filter_chips_row::-webkit-scrollbar{display:none}.product-module-scss-module__HTV4Rq__filter_chips_wrapper{position:relative}.product-module-scss-module__HTV4Rq__filter_chips_wrapper:after{content:"";pointer-events:none;z-index:51;background:linear-gradient(90deg,#0000,#fffffff2);width:40px;position:absolute;top:0;bottom:0;right:0}.product-module-scss-module__HTV4Rq__offers_toggle{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:100px;align-items:center;gap:4px;height:34px;padding:0 12px;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #00000008}.product-module-scss-module__HTV4Rq__offers_toggle svg{width:14px;height:14px;color:var(--color-primary-base,#8fc31f);transition:color .3s}.product-module-scss-module__HTV4Rq__offers_toggle:hover{border-color:var(--color-primary-base,#8fc31f);background:#fafafa}.product-module-scss-module__HTV4Rq__offers_toggle:active{transform:scale(.96)}.product-module-scss-module__HTV4Rq__offers_toggle.product-module-scss-module__HTV4Rq__active{background:var(--color-primary-base,#8fc31f);border-color:var(--color-primary-base,#8fc31f);color:#fff;box-shadow:0 4px 10px rgba(var(--color-primary-base,#8fc31f),.3)}.product-module-scss-module__HTV4Rq__offers_toggle.product-module-scss-module__HTV4Rq__active svg{color:#fff}.product-module-scss-module__HTV4Rq__filter_icon_btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000008}.product-module-scss-module__HTV4Rq__filter_icon_btn svg{color:#333;stroke-width:2px}.product-module-scss-module__HTV4Rq__filter_icon_btn:after{content:"";background:var(--color-secondary-base,#e20478);opacity:0;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.product-module-scss-module__HTV4Rq__filter_icon_btn:hover{border-color:#bebebe;transform:translateY(-1px);box-shadow:0 4px 8px #0000000d}.product-module-scss-module__HTV4Rq__filter_icon_btn:active{transform:translateY(0)}.product-module-scss-module__HTV4Rq__sort_dropdown_wrapper{z-index:1001;height:40px;position:relative}.product-module-scss-module__HTV4Rq__sort_btn{color:#444;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:100px;align-items:center;gap:4px;height:34px;padding:0 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.product-module-scss-module__HTV4Rq__sort_btn svg{color:#888;width:14px;height:14px}.product-module-scss-module__HTV4Rq__sort_btn:hover{background:#f5f5f5}.product-module-scss-module__HTV4Rq__sort_btn.product-module-scss-module__HTV4Rq__active{color:var(--color-primary-base,#8fc31f);background:rgba(var(--color-primary-base,#8fc31f),.08)}.product-module-scss-module__HTV4Rq__sort_btn.product-module-scss-module__HTV4Rq__active svg{color:var(--color-primary-base,#8fc31f)}.product-module-scss-module__HTV4Rq__sort_dropdown{background:#fff;border-radius:12px;min-width:180px;max-height:240px;animation:.2s product-module-scss-module__HTV4Rq__fadeIn;overflow:hidden auto;box-shadow:0 8px 32px #0003}.product-module-scss-module__HTV4Rq__sort_dropdown::-webkit-scrollbar{width:4px}.product-module-scss-module__HTV4Rq__sort_dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.product-module-scss-module__HTV4Rq__sort_dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.product-module-scss-module__HTV4Rq__sort_dropdown::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.product-module-scss-module__HTV4Rq__sort_option{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;transition:background .15s;display:flex}.product-module-scss-module__HTV4Rq__sort_option:hover{background:#f5f5f5}.product-module-scss-module__HTV4Rq__sort_option.product-module-scss-module__HTV4Rq__selected{color:var(--color-primary-base,#8fc31f);background:var(--color-primary-surface,#f4fce3);font-weight:600}.product-module-scss-module__HTV4Rq__sort_option svg{flex-shrink:0}@keyframes product-module-scss-module__HTV4Rq__fadeIn{to{opacity:1}}.product-module-scss-module__HTV4Rq__filter_chips_scroll{scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:8px;padding:2px 0;display:flex;overflow-x:auto}.product-module-scss-module__HTV4Rq__filter_chips_scroll::-webkit-scrollbar{display:none}.product-module-scss-module__HTV4Rq__filter_chip{-webkit-backdrop-filter:blur(8px);color:#444;cursor:pointer;white-space:nowrap;background:#ffffffe6;border:1px solid #00000014;border-radius:100px;align-items:center;gap:4px;height:34px;padding:0 12px;font-size:12px;font-weight:500;transition:all .2s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 2px 8px -2px #0000000f}.product-module-scss-module__HTV4Rq__filter_chip svg{color:#6b7280;width:14px;height:14px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.product-module-scss-module__HTV4Rq__filter_chip:hover{border-color:var(--color-primary-base,#8fc31f);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px -2px #8fc31f26}.product-module-scss-module__HTV4Rq__filter_chip.product-module-scss-module__HTV4Rq__active{background:linear-gradient(135deg,var(--color-primary-base,#8fc31f)0%,#7dae19 100%);color:#fff;border-color:#0000;box-shadow:0 4px 16px -2px #8fc31f66,inset 0 1px #fff3}.product-module-scss-module__HTV4Rq__filter_chip.product-module-scss-module__HTV4Rq__active svg{color:#fff;transform:rotate(180deg)}.product-module-scss-module__HTV4Rq__filter_chip:active{transform:scale(.95)}.product-module-scss-module__HTV4Rq__applied_filters_row{flex-wrap:wrap;align-items:center;gap:8px;padding-top:8px;display:flex}.product-module-scss-module__HTV4Rq__applied_pill{background:var(--color-primary-surface,#f4fce3);color:var(--color-primary-base,#8fc31f);border-radius:16px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.product-module-scss-module__HTV4Rq__applied_pill svg{cursor:pointer;color:var(--color-primary-base,#8fc31f);transition:all .15s ease-out}.product-module-scss-module__HTV4Rq__applied_pill svg:hover{color:var(--color-secondary-base,#e20478);transform:scale(1.2)}.product-module-scss-module__HTV4Rq__clear_all_btn{color:var(--color-secondary-base,#e20478);cursor:pointer;background:0 0;border:none;padding:6px 8px;font-size:12px;font-weight:600;transition:opacity .2s ease-out}.product-module-scss-module__HTV4Rq__clear_all_btn:hover{opacity:.8}.product-module-scss-module__HTV4Rq__clear_all_btn:active{transform:scale(.95)}.product-module-scss-module__HTV4Rq__content{padding:0 16px 100px}.product-module-scss-module__HTV4Rq__grid{z-index:1;grid-template-columns:repeat(2,1fr);align-items:start;gap:10px;display:grid;position:relative}.product-module-scss-module__HTV4Rq__product_card{cursor:pointer;opacity:0;touch-action:manipulation;-webkit-tap-highlight-color:#0000;background:#fff;border:1px solid #e8e8e8;border-radius:20px;flex-direction:column;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,border-color .3s;animation:.6s cubic-bezier(.16,1,.3,1) forwards product-module-scss-module__HTV4Rq__cardPresent;display:flex;position:relative;overflow:hidden;transform:translateY(24px)scale(.98);box-shadow:0 4px 12px #0000000d}.product-module-scss-module__HTV4Rq__product_card:active{border-color:var(--color-primary-base,#8fc31f);background-color:#fafafa;transform:scale(.98)}.product-module-scss-module__HTV4Rq__product_card:hover{z-index:10;border-color:var(--color-primary-base,#8fc31f);transform:translateY(-8px);box-shadow:0 16px 32px #0000001f}.product-module-scss-module__HTV4Rq__product_card:hover .product-module-scss-module__HTV4Rq__product_name{color:var(--color-primary-base,#8fc31f)}.product-module-scss-module__HTV4Rq__product_card:first-child{animation-delay:50ms}.product-module-scss-module__HTV4Rq__product_card:nth-child(2){animation-delay:.1s}.product-module-scss-module__HTV4Rq__product_card:nth-child(3){animation-delay:.15s}.product-module-scss-module__HTV4Rq__product_card:nth-child(4){animation-delay:.2s}.product-module-scss-module__HTV4Rq__product_card:nth-child(5){animation-delay:.25s}.product-module-scss-module__HTV4Rq__product_card:nth-child(6){animation-delay:.3s}.product-module-scss-module__HTV4Rq__product_card:nth-child(7){animation-delay:.35s}.product-module-scss-module__HTV4Rq__product_card:nth-child(8){animation-delay:.4s}.product-module-scss-module__HTV4Rq__product_card:nth-child(9){animation-delay:.45s}.product-module-scss-module__HTV4Rq__product_card:nth-child(10){animation-delay:.5s}.product-module-scss-module__HTV4Rq__product_card:nth-child(11){animation-delay:.55s}.product-module-scss-module__HTV4Rq__product_card:nth-child(12){animation-delay:.6s}.product-module-scss-module__HTV4Rq__product_card:nth-child(13){animation-delay:.65s}.product-module-scss-module__HTV4Rq__product_card:nth-child(14){animation-delay:.7s}.product-module-scss-module__HTV4Rq__product_card:nth-child(15){animation-delay:.75s}.product-module-scss-module__HTV4Rq__product_card:nth-child(16){animation-delay:.8s}.product-module-scss-module__HTV4Rq__product_card:nth-child(17){animation-delay:.85s}.product-module-scss-module__HTV4Rq__product_card:nth-child(18){animation-delay:.9s}.product-module-scss-module__HTV4Rq__product_card:nth-child(19){animation-delay:.95s}.product-module-scss-module__HTV4Rq__product_card:nth-child(20){animation-delay:1s}@keyframes product-module-scss-module__HTV4Rq__cardPresent{0%{opacity:0;transform:translateY(24px)scale(.98)}60%{opacity:1}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes product-module-scss-module__HTV4Rq__cardFadeIn{to{opacity:1;transform:translateY(0)}}.product-module-scss-module__HTV4Rq__card_image{aspect-ratio:1;background:#f8f9fa;border-radius:24px 24px 0 0;justify-content:center;align-items:center;width:100%;margin:0;display:flex;position:relative;overflow:hidden}.product-module-scss-module__HTV4Rq__card_image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-module-scss-module__HTV4Rq__card_image img[src*=default_shop_logo]{filter:hue-rotate(var(--hue-for-img,0deg))}.product-module-scss-module__HTV4Rq__product_card:hover .product-module-scss-module__HTV4Rq__card_image img{transform:scale(1.05)}.product-module-scss-module__HTV4Rq__card_content{background:0 0;flex-direction:column;gap:10px;padding:16px 14px;display:flex}.product-module-scss-module__HTV4Rq__discount_badge{background:linear-gradient(135deg,var(--color-secondary-base,#e20478)0%,#c00365 100%);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;align-self:flex-start;padding:5px 12px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px -2px #e2047866}.product-module-scss-module__HTV4Rq__product_name{color:#111827;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:600;line-height:1.45;overflow:hidden}.product-module-scss-module__HTV4Rq__rating_row{align-items:center;gap:4px;margin-top:2px;display:flex}.product-module-scss-module__HTV4Rq__rating_row svg{flex-shrink:0}.product-module-scss-module__HTV4Rq__rating_row span{color:#374151;font-size:12px;font-weight:600}.product-module-scss-module__HTV4Rq__pricing{align-items:baseline;gap:6px;margin-top:4px;display:flex}.product-module-scss-module__HTV4Rq__sale_price{color:var(--color-primary-base,#8fc31f);letter-spacing:-.02em;font-size:18px;font-weight:700}.product-module-scss-module__HTV4Rq__original_price{color:#6b7280;opacity:.7;font-size:12px;text-decoration:line-through}.product-module-scss-module__HTV4Rq__discount_percent{color:#fff;background:#e20478;border-radius:999px;margin-left:8px;padding:2px 6px;font-size:12px;font-weight:700}.product-module-scss-module__HTV4Rq__rating_text{color:#6b7280;font-size:11px;font-weight:400}.product-module-scss-module__HTV4Rq__sold_text{color:#9ca3af;margin-left:6px;font-size:11px}.product-module-scss-module__HTV4Rq__rating_badge,.product-module-scss-module__HTV4Rq__product_header{display:none}.product-module-scss-module__HTV4Rq__shimmer_card{aspect-ratio:1/1.6;background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:24px;animation:1.5s infinite product-module-scss-module__HTV4Rq__shimmer}@keyframes product-module-scss-module__HTV4Rq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector .product-module-scss-module__HTV4Rq__star_btn.product-module-scss-module__HTV4Rq__active{color:#fbbf24;filter:drop-shadow(0 0 2px #fbbf2480);transform:scale(1.1)}.product-module-scss-module__HTV4Rq__review_form textarea:focus{border-color:var(--color-primary-base);background:#fff;outline:none;box-shadow:0 0 0 4px #0596691a}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__submit_btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;margin-bottom:8px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 4px 6px #0000001a}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__report_btn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.product-module-scss-module__HTV4Rq__review_item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;padding:12px}.product-module-scss-module__HTV4Rq__review_item .product-module-scss-module__HTV4Rq__review_header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.product-module-scss-module__HTV4Rq__review_item .product-module-scss-module__HTV4Rq__review_header .product-module-scss-module__HTV4Rq__reviewer_avatar{object-fit:cover;background:#e5e7eb;border-radius:50%;width:32px;height:32px}.product-module-scss-module__HTV4Rq__review_item .product-module-scss-module__HTV4Rq__review_header .product-module-scss-module__HTV4Rq__reviewer_name{color:#111827;font-size:13px;font-weight:600}.product-module-scss-module__HTV4Rq__review_item .product-module-scss-module__HTV4Rq__review_header .product-module-scss-module__HTV4Rq__stars{color:#f59e0b;font-size:11px}.product-module-scss-module__HTV4Rq__review_item p{color:#4b5563;margin:0;font-size:13px;line-height:1.4}.product-module-scss-module__HTV4Rq__empty_state{text-align:center;color:#6b7280;padding:80px 20px}.product-module-scss-module__HTV4Rq__empty_state svg{color:#d1d5db;margin-bottom:16px}.product-module-scss-module__HTV4Rq__empty_state h3{color:#111827;margin-bottom:8px;font-size:18px;font-weight:700}.product-module-scss-module__HTV4Rq__empty_state p{color:#6b7280;font-size:14px;line-height:1.5}.product-module-scss-module__HTV4Rq__detail_overlay{z-index:100000;opacity:0;background:#11182766;animation:.3s forwards product-module-scss-module__HTV4Rq__fadeIn;position:fixed;inset:0}.product-module-scss-module__HTV4Rq__detail_sheet{z-index:100001;background:var(--color-bg-surface,#fff);border-radius:20px 20px 0 0;flex-direction:column;height:85dvh;animation:.25s ease-out forwards product-module-scss-module__HTV4Rq__sheetSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(100%);box-shadow:0 -8px 30px #00000026}@keyframes product-module-scss-module__HTV4Rq__sheetSlideUp{to{transform:translateY(0)}}.product-module-scss-module__HTV4Rq__sheet_close_btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s ease-out;display:flex;position:absolute;top:16px;right:16px}.product-module-scss-module__HTV4Rq__sheet_close_btn svg{color:#fff;width:18px;height:18px}.product-module-scss-module__HTV4Rq__sheet_close_btn:active{transform:scale(.9)}.product-module-scss-module__HTV4Rq__sheet_carousel{background:#f3f4f6;flex-shrink:0;width:100%;height:42%;position:relative;overflow:hidden}.product-module-scss-module__HTV4Rq__sheet_carousel .product-module-scss-module__HTV4Rq__new_arrival{background:hover;color:#fff;z-index:20;white-space:nowrap;border-radius:0 6px 6px 0;padding:6px 16px;font-size:14px;font-weight:600;position:absolute;top:20px;left:0;box-shadow:0 4px 10px #00000026}.product-module-scss-module__HTV4Rq__sheet_carousel .product-module-scss-module__HTV4Rq__hot_item{z-index:20;width:70px;height:70px;padding:12px;position:absolute;top:0;right:0}.product-module-scss-module__HTV4Rq__sheet_carousel .product-module-scss-module__HTV4Rq__hot_item .product-module-scss-module__HTV4Rq__app_icon_container{width:100%;height:100%;display:block;position:relative}.product-module-scss-module__HTV4Rq__carousel_slides{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;width:100%;height:100%;display:flex;overflow-x:auto}.product-module-scss-module__HTV4Rq__carousel_slides::-webkit-scrollbar{display:none}.product-module-scss-module__HTV4Rq__carousel_slide{scroll-snap-align:center;flex-shrink:0;justify-content:center;align-items:center;min-width:100%;height:100%;display:flex}.product-module-scss-module__HTV4Rq__carousel_slide img{object-fit:cover;width:100%;height:100%}.product-module-scss-module__HTV4Rq__carousel_slide img[src*=default_shop_logo]{filter:hue-rotate(var(--hue-for-img,0deg))}.product-module-scss-module__HTV4Rq__carousel_dots{z-index:5;gap:6px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.product-module-scss-module__HTV4Rq__carousel_dot{cursor:pointer;background:#e2047866;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s ease-out}.product-module-scss-module__HTV4Rq__carousel_dot.product-module-scss-module__HTV4Rq__active{background:#e20478;border-radius:4px;width:20px}.product-module-scss-module__HTV4Rq__carousel_nav{cursor:pointer;z-index:5;opacity:.8;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s ease-out;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-module-scss-module__HTV4Rq__carousel_nav svg{color:#111827;width:16px;height:16px}.product-module-scss-module__HTV4Rq__carousel_nav:hover{opacity:1}.product-module-scss-module__HTV4Rq__carousel_nav:active{transform:translateY(-50%)scale(.9)}.product-module-scss-module__HTV4Rq__carousel_nav.product-module-scss-module__HTV4Rq__prev{left:12px}.product-module-scss-module__HTV4Rq__carousel_nav.product-module-scss-module__HTV4Rq__next{right:12px}.product-module-scss-module__HTV4Rq__sheet_content_wrapper{flex-direction:column;flex:1;display:flex;overflow:hidden}.product-module-scss-module__HTV4Rq__sheet_header{border-bottom:1px solid #f3f4f6;padding:16px 20px 12px}.product-module-scss-module__HTV4Rq__sheet_title{color:#111827;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:16px;font-weight:700;display:-webkit-box;overflow:hidden}.product-module-scss-module__HTV4Rq__sheet_meta_row{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.product-module-scss-module__HTV4Rq__sheet_price{color:var(--color-primary-base,#8fc31f);letter-spacing:-.02em;font-size:20px;font-weight:700;line-height:1}.product-module-scss-module__HTV4Rq__sheet_original_price{color:#6b7280;opacity:.7;font-size:14px;font-weight:500;line-height:1.2;text-decoration:line-through}.product-module-scss-module__HTV4Rq__stock_badge{background:var(--color-primary-surface,#f4fce3);color:#10b981;border:1px solid #10b98133;border-radius:12px;align-items:center;gap:4px;margin-bottom:2px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.product-module-scss-module__HTV4Rq__stock_badge svg{width:10px;height:10px}.product-module-scss-module__HTV4Rq__out_of_stock_badge{color:#dc2626;background:#fee2e2;border-color:#dc262633}.product-module-scss-module__HTV4Rq__sheet_content{flex:1;padding:12px 20px;overflow-y:auto}.product-module-scss-module__HTV4Rq__sold_by_section{border-bottom:1px solid #f0f0f0;margin-bottom:16px;padding-bottom:12px}.product-module-scss-module__HTV4Rq__sold_by_label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.product-module-scss-module__HTV4Rq__sold_by_info{align-items:center;gap:10px;display:flex}.product-module-scss-module__HTV4Rq__seller_logo{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;height:100%}.product-module-scss-module__HTV4Rq__seller_name{color:#111827;font-size:14px;font-weight:600}.product-module-scss-module__HTV4Rq__order_types_section{margin-bottom:12px}.product-module-scss-module__HTV4Rq__section_label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.product-module-scss-module__HTV4Rq__order_types_row{gap:8px;display:flex}.product-module-scss-module__HTV4Rq__order_type_badge{background:#f3f4f6;border:1.5px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 6px;transition:all .2s ease-out;display:flex}.product-module-scss-module__HTV4Rq__order_type_badge svg{color:#9ca3af;flex-shrink:0;width:14px;height:14px}.product-module-scss-module__HTV4Rq__order_type_badge span{color:#9ca3af;white-space:nowrap;font-size:10px;font-weight:600}.product-module-scss-module__HTV4Rq__order_type_badge.product-module-scss-module__HTV4Rq__available{background:#eef2ff;border-color:#6366f1}.product-module-scss-module__HTV4Rq__order_type_badge.product-module-scss-module__HTV4Rq__available svg{color:#6366f1}.product-module-scss-module__HTV4Rq__order_type_badge.product-module-scss-module__HTV4Rq__available span{color:#4f46e5}.product-module-scss-module__HTV4Rq__order_type_badge.product-module-scss-module__HTV4Rq__unavailable{opacity:.6}.product-module-scss-module__HTV4Rq__order_type_badge.product-module-scss-module__HTV4Rq__unavailable svg{color:#9ca3af}.product-module-scss-module__HTV4Rq__order_type_badge.product-module-scss-module__HTV4Rq__unavailable span{color:#4b5563}.product-module-scss-module__HTV4Rq__tags_section{margin-bottom:12px}.product-module-scss-module__HTV4Rq__tags_container{flex-wrap:wrap;gap:6px;display:flex}.product-module-scss-module__HTV4Rq__tag_pill{color:#6b7280;cursor:pointer;background:#f3f4f6;border-radius:16px;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:500;transition:all .2s ease-out;display:inline-flex}.product-module-scss-module__HTV4Rq__tag_pill svg{width:10px;height:10px}.product-module-scss-module__HTV4Rq__tag_pill:hover{color:#111827;background:#e5e7eb}.product-module-scss-module__HTV4Rq__tag_pill:active{transform:scale(.95)}.product-module-scss-module__HTV4Rq__sheet_footer{padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:var(--color-bg-surface,#fff);border-top:1px solid #f3f4f6;gap:10px;display:flex}.product-module-scss-module__HTV4Rq__view_details_btn{cursor:pointer;background:0 0;border:2px solid #e5e7eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s ease-out;display:flex}.product-module-scss-module__HTV4Rq__view_details_btn svg{color:#6b7280;width:22px;height:22px;transition:color .2s ease-out}.product-module-scss-module__HTV4Rq__view_details_btn:hover{border-color:#111827}.product-module-scss-module__HTV4Rq__view_details_btn:hover svg{color:#111827}.product-module-scss-module__HTV4Rq__view_details_btn:active{background:#f3f4f6;transform:scale(.95)}.product-module-scss-module__HTV4Rq__add_to_cart_btn{background:var(--color-primary-base,#8fc31f);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;height:50px;font-size:14px;font-weight:600;transition:all .2s ease-out;display:flex;position:relative;overflow:hidden}.product-module-scss-module__HTV4Rq__add_to_cart_btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);animation:2s infinite product-module-scss-module__HTV4Rq__shimmerPulse;position:absolute;inset:0;transform:translate(-100%)}.product-module-scss-module__HTV4Rq__add_to_cart_btn:active{transform:scale(.97)}.product-module-scss-module__HTV4Rq__add_to_cart_btn:disabled{opacity:.7;cursor:not-allowed}.product-module-scss-module__HTV4Rq__add_to_cart_btn.product-module-scss-module__HTV4Rq__loading{pointer-events:none;color:#0000;width:50px;padding:0}.product-module-scss-module__HTV4Rq__add_to_cart_btn.product-module-scss-module__HTV4Rq__loading:before{display:none}.product-module-scss-module__HTV4Rq__add_to_cart_btn.product-module-scss-module__HTV4Rq__loading .product-module-scss-module__HTV4Rq__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite product-module-scss-module__HTV4Rq__spin;display:block}.product-module-scss-module__HTV4Rq__add_to_cart_btn.product-module-scss-module__HTV4Rq__success{background:var(--color-secondary-base,#e20478);transition:background .3s,width .3s}.product-module-scss-module__HTV4Rq__add_to_cart_btn.product-module-scss-module__HTV4Rq__success:before{display:none}.product-module-scss-module__HTV4Rq__add_to_cart_btn.product-module-scss-module__HTV4Rq__success svg{animation:.4s cubic-bezier(.34,1.56,.64,1) product-module-scss-module__HTV4Rq__checkPop}.product-module-scss-module__HTV4Rq__add_to_cart_btn .product-module-scss-module__HTV4Rq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite product-module-scss-module__HTV4Rq__spin;display:none}@keyframes product-module-scss-module__HTV4Rq__shimmerPulse{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}@keyframes product-module-scss-module__HTV4Rq__cartBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes product-module-scss-module__HTV4Rq__checkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.product-module-scss-module__HTV4Rq__sheet_handle{background:#d1d5db;border-radius:3px;width:40px;height:5px;margin:12px auto 0}.product-module-scss-module__HTV4Rq__tabs_sticky,.product-module-scss-module__HTV4Rq__tabs,.product-module-scss-module__HTV4Rq__tab,.product-module-scss-module__HTV4Rq__search_header,.product-module-scss-module__HTV4Rq__back_btn,.product-module-scss-module__HTV4Rq__search_input_wrapper,.product-module-scss-module__HTV4Rq__detail_hero,.product-module-scss-module__HTV4Rq__detail_content,.product-module-scss-module__HTV4Rq__detail_header,.product-module-scss-module__HTV4Rq__detail_title,.product-module-scss-module__HTV4Rq__detail_price,.product-module-scss-module__HTV4Rq__detail_original_price,.product-module-scss-module__HTV4Rq__detail_rating,.product-module-scss-module__HTV4Rq__specs_row,.product-module-scss-module__HTV4Rq__spec_item,.product-module-scss-module__HTV4Rq__detail_description,.product-module-scss-module__HTV4Rq__sticky_footer,.product-module-scss-module__HTV4Rq__detail_back_btn{display:none!important}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector .product-module-scss-module__HTV4Rq__star_btn[data-active=true]{color:#fbbf24;filter:drop-shadow(0 0 2px #fbbf2480);transform:scale(1.1)}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector .product-module-scss-module__HTV4Rq__star_btn:hover{color:#fcd34d;transform:scale(1.2)translateY(-2px)}.product-module-scss-module__HTV4Rq__review_form{background:#fff;border:1px solid #f3f4f6;border-radius:16px;margin-bottom:24px;padding:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.product-module-scss-module__HTV4Rq__review_form h5{color:#374151;text-align:center;margin:0 0 16px;font-size:15px;font-weight:600}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector{justify-content:center;gap:4px;margin-bottom:16px;display:flex}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector .product-module-scss-module__HTV4Rq__star_btn{color:#e5e7eb;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;transition:all .2s cubic-bezier(.4,0,.2,1)}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector .product-module-scss-module__HTV4Rq__star_btn.product-module-scss-module__HTV4Rq__active{color:#e5e7eb}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__star_selector .product-module-scss-module__HTV4Rq__star_btn:hover{transform:scale(1.2)translateY(-2px)}.product-module-scss-module__HTV4Rq__review_form textarea{color:#1f2937;resize:vertical;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;min-height:80px;margin-bottom:12px;padding:12px;font-size:13px;transition:all .2s}.product-module-scss-module__HTV4Rq__review_form textarea::placeholder{color:#9ca3af}.product-module-scss-module__HTV4Rq__review_form textarea:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__submit_btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#111827;border:none;border-radius:10px;width:100%;margin-bottom:12px;padding:12px;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 44px 6px #0000001a}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__submit_btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 8px #00000026}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__submit_btn:active{transform:translateY(0)}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__submit_btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__report_btn{color:#ef4444;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:8px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.product-module-scss-module__HTV4Rq__review_form .product-module-scss-module__HTV4Rq__report_btn:hover{background:#fee2e2;border-color:#fecaca}.product-module-scss-module__HTV4Rq__promotion_text_row{color:var(--color-secondary-base,#e20478);text-transform:uppercase;letter-spacing:.02em;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:3px;font-size:10px;font-weight:700;display:-webkit-box;overflow:hidden}
.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:500px;min-width:0;max-width:90vw;margin:4em 1em 1em;display:flex;overflow:hidden;box-shadow:0 3px 15px #000000bf}.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__close{cursor:pointer;width:20px;position:absolute;right:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{max-height:70dvh;overflow:auto}.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}
.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:8px;width:300px;margin-bottom:10px;padding:5px;font-size:14px;display:flex}.voucher-module-scss-module__zZa6uq__popup_modal_container>p{text-align:center;font-weight:600px;color:#000}.voucher-module-scss-module__zZa6uq__popup_modal_container .voucher-module-scss-module__zZa6uq__button_container{align-items:center;gap:20px;width:100%;margin-top:20px;display:flex}.voucher-module-scss-module__zZa6uq__popup_modal_container .voucher-module-scss-module__zZa6uq__button_container>div{flex:1}
.branch-info-header-module-scss-module__9-VbGG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.branch-info-header-module-scss-module__9-VbGG__form_container{padding:.5em}}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__flex2col{justify-content:space-between;align-items:center;display:flex}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__flex2col>div:first-child{flex:0 auto}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__flex2col>div:last-child{flex:1 0 auto}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.branch-info-header-module-scss-module__9-VbGG__form_container .branch-info-header-module-scss-module__9-VbGG__actions_container.branch-info-header-module-scss-module__9-VbGG__no_border{border:none;margin-top:0;padding:0}.branch-info-header-module-scss-module__9-VbGG__grid2col,.branch-info-header-module-scss-module__9-VbGG__grid3col{grid-template-columns:1fr 1fr;display:grid}.branch-info-header-module-scss-module__9-VbGG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.branch-info-header-module-scss-module__9-VbGG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.branch-info-header-module-scss-module__9-VbGG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.branch-info-header-module-scss-module__9-VbGG__error_label{color:#ef4444;text-align:center}@keyframes branch-info-header-module-scss-module__9-VbGG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div.branch-info-header-module-scss-module__9-VbGG__info_header_wrapper{flex-flow:column;justify-content:center;align-items:stretch;height:350px;padding-bottom:0;display:flex;position:relative}@media screen and (max-width:998px){div.branch-info-header-module-scss-module__9-VbGG__info_header_wrapper{height:200px}}@media screen and (max-width:576px){div.branch-info-header-module-scss-module__9-VbGG__info_header_wrapper{height:140px}}.branch-info-header-module-scss-module__9-VbGG__banner_container{z-index:1;border-radius:5px;position:absolute;inset:0;overflow:hidden}.branch-info-header-module-scss-module__9-VbGG__banner_container .branch-info-header-module-scss-module__9-VbGG__branch_banner{object-fit:fill;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;display:block}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info{justify-content:flex-end;align-items:center;gap:10px;font-size:10px;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info .branch-info-header-module-scss-module__9-VbGG__app_icon_container{cursor:pointer}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info .branch-info-header-module-scss-module__9-VbGG__app_icon_container img{filter:none}.branch-info-header-module-scss-module__9-VbGG__branch_additional_info .branch-info-header-module-scss-module__9-VbGG__info_box{background-color:var(--color-bg-page,#f4f7f0);cursor:pointer;border:.3px solid #555;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;box-shadow:3px 5px 36px -10px #555}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container{z-index:2;background:#fff9;align-items:center;gap:15px;width:100%;height:120px;margin:0 auto;padding:0 10px;display:flex;position:absolute;bottom:-8px}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container.branch-info-header-module-scss-module__9-VbGG__is_promotion{margin-bottom:20px}@media screen and (max-width:998px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container{gap:10px;height:60px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_logo{cursor:pointer;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-sizing:content-box;object-fit:contain;border:2px solid #fff;border-radius:10px;width:80px;height:80px}@media screen and (max-width:998px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_logo{width:40px;height:40px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content{flex:1;grid-template-columns:1fr 250px;justify-content:space-between;align-items:center;gap:5px;height:80px;display:grid}@media screen and (max-width:998px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content{grid-template-columns:1fr 180px;height:45px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__rating_and_icons{justify-content:center;align-items:center;gap:10px;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_title{cursor:pointer;color:#3f54a6;letter-spacing:2px;text-wrap:nowrap;text-overflow:ellipsis;text-shadow:-1px -1px #fff,1px -1px #010101,-1px 1px #fff,1px 1px #fff;-webkit-text-stroke:3px #fff;-webkit-text-fill-color:#3f54a6;paint-order:stroke fill;flex:1;font-size:15px;font-weight:600;overflow:hidden}@media only screen and (min-width:800px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_title{font-size:22px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc{justify-content:space-between;align-items:center;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail{flex:1}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail .branch-info-header-module-scss-module__9-VbGG__rating_container{justify-content:flex-end;align-items:center;gap:6px;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail .branch-info-header-module-scss-module__9-VbGG__rating_container .branch-info-header-module-scss-module__9-VbGG__ave_rating{color:#fff;text-shadow:-1px -1px #3f54a6,1px -1px #3f54a6,-1px 1px #3f54a6,1px 1px #3f54a6;-webkit-text-stroke:1px #3f54a6;-webkit-text-fill-color:#fff;paint-order:stroke fill;font-size:11px}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail .branch-info-header-module-scss-module__9-VbGG__view_map{color:var(--color-primary-base,#8fc31f);cursor:pointer;font-weight:500}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail p{font-size:12px}@media only screen and (min-width:900px){.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__branch_card_content .branch-info-header-module-scss-module__9-VbGG__branch_card_desc .branch-info-header-module-scss-module__9-VbGG__branch_card_detail p{font-size:14px}}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__cart_container{flex-direction:column;justify-content:center;align-self:flex-start;align-items:center;gap:7px;height:100%;display:flex}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__cart_container .branch-info-header-module-scss-module__9-VbGG__app_icon_container{cursor:pointer}.branch-info-header-module-scss-module__9-VbGG__branch_info_head_container .branch-info-header-module-scss-module__9-VbGG__cart_container .branch-info-header-module-scss-module__9-VbGG__app_icon_container img{filter:none}.branch-info-header-module-scss-module__9-VbGG__promotion_label_container{z-index:2;margin-top:5px;position:absolute;bottom:0;left:0}
.delivery-options-module-scss-module__rtwinG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.delivery-options-module-scss-module__rtwinG__form_container{padding:.5em}}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__flex2col{justify-content:space-between;align-items:center;display:flex}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__flex2col>div:first-child{flex:0 auto}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__flex2col>div:last-child{flex:1 0 auto}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.delivery-options-module-scss-module__rtwinG__form_container .delivery-options-module-scss-module__rtwinG__actions_container.delivery-options-module-scss-module__rtwinG__no_border{border:none;margin-top:0;padding:0}.delivery-options-module-scss-module__rtwinG__grid2col,.delivery-options-module-scss-module__rtwinG__grid3col{grid-template-columns:1fr 1fr;display:grid}.delivery-options-module-scss-module__rtwinG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.delivery-options-module-scss-module__rtwinG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.delivery-options-module-scss-module__rtwinG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.delivery-options-module-scss-module__rtwinG__error_label{color:#ef4444;text-align:center}@keyframes delivery-options-module-scss-module__rtwinG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.delivery-options-module-scss-module__rtwinG__container{z-index:200;background-color:#fff;width:100%;height:100dvh;padding-top:0;transition:all .3s;position:fixed;top:0;left:0}@media only screen and (min-width:900px){.delivery-options-module-scss-module__rtwinG__container{width:500px;left:auto;right:0;box-shadow:20px 0 100px -10px gray}.delivery-options-module-scss-module__rtwinG__container>header{width:500px;left:auto;right:0}}.delivery-options-module-scss-module__rtwinG__container.delivery-options-module-scss-module__rtwinG__hide{box-shadow:none;transform:translate(100%)}.delivery-options-module-scss-module__rtwinG__container .delivery-options-module-scss-module__rtwinG__list_container{flex-flow:column;gap:10px;padding:20px;display:flex}.delivery-options-module-scss-module__rtwinG__simple_header{z-index:1;align-items:center;gap:16px;padding:16px 20px;display:flex;position:relative}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn{cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn svg{color:#111827;font-size:16px}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn:hover{background:var(--color-primary-surface,#f4fce3)}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__back_btn:hover svg{color:var(--color-primary-base,#8fc31f)}.delivery-options-module-scss-module__rtwinG__simple_header .delivery-options-module-scss-module__rtwinG__page_title{color:#111827;margin:0;font-size:24px;font-weight:700}
.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper{width:100%;min-height:calc(100vh - 80px);margin-top:80px;padding:7px 15px}.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper.branch-search-product-module-scss-module__JPUFGG__with_new_mobile_header{margin-top:125px}.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper .branch-search-product-module-scss-module__JPUFGG__product_listing_container{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-items:center;gap:10px;padding:0 10px 20px;display:grid}.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper .branch-search-product-module-scss-module__JPUFGG__product_listing_container.branch-search-product-module-scss-module__JPUFGG__is_large{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));justify-items:center;gap:20px}@media screen and (max-width:500px){.branch-search-product-module-scss-module__JPUFGG__product_listing_wrapper .branch-search-product-module-scss-module__JPUFGG__product_listing_container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
.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)}
.order-detail-card-module-scss-module__0kGOsW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.order-detail-card-module-scss-module__0kGOsW__form_container{padding:.5em}}.order-detail-card-module-scss-module__0kGOsW__form_container .order-detail-card-module-scss-module__0kGOsW__flex2col{justify-content:space-between;align-items:center;display:flex}.order-detail-card-module-scss-module__0kGOsW__form_container .order-detail-card-module-scss-module__0kGOsW__flex2col>div:first-child{flex:0 auto}.order-detail-card-module-scss-module__0kGOsW__form_container .order-detail-card-module-scss-module__0kGOsW__flex2col>div:last-child{flex:1 0 auto}.order-detail-card-module-scss-module__0kGOsW__form_container .order-detail-card-module-scss-module__0kGOsW__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-detail-card-module-scss-module__0kGOsW__form_container .order-detail-card-module-scss-module__0kGOsW__actions_container.order-detail-card-module-scss-module__0kGOsW__no_border{border:none;margin-top:0;padding:0}.order-detail-card-module-scss-module__0kGOsW__grid2col,.order-detail-card-module-scss-module__0kGOsW__grid3col{grid-template-columns:1fr 1fr;display:grid}.order-detail-card-module-scss-module__0kGOsW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.order-detail-card-module-scss-module__0kGOsW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.order-detail-card-module-scss-module__0kGOsW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.order-detail-card-module-scss-module__0kGOsW__error_label{color:#ef4444;text-align:center}@keyframes order-detail-card-module-scss-module__0kGOsW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-detail-card-module-scss-module__0kGOsW__order_detail_card{cursor:pointer;border:2px solid var(--color-primary-base,#8fc31f);background:#fff;border-radius:16px;flex-direction:column;gap:12px;margin:12px;padding:16px 20px;transition:all .2s;display:flex;position:relative}.order-detail-card-module-scss-module__0kGOsW__order_detail_card:hover{box-shadow:0 4px 16px rgba(var(--color-primary-base,#8fc31f),.12);background:#fafffe}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address{border:2px dashed var(--color-primary-base,#8fc31f);background:linear-gradient(135deg,#f8fffe 0%,#f0faf8 100%)}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__card_content{flex:1;align-items:center;gap:14px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__icon_col{background:var(--color-primary-base,#8fc31f);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__location_icon{color:#fff;font-size:18px}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__text_col{flex-direction:column;flex:1;gap:4px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__prompt_text{color:#111827;font-size:16px;font-weight:700}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__action_text{color:#6b7280;font-size:13px}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__needs_address .order-detail-card-module-scss-module__0kGOsW__arrow_icon{color:var(--color-primary-base,#8fc31f);font-size:16px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__card_header{align-items:center;gap:12px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__icon_col{background:rgba(var(--color-primary-base,#8fc31f),.1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__location_icon{color:var(--color-primary-base,#8fc31f);font-size:16px}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__header_text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__change_btn{color:var(--color-secondary-base,#e20478);background:rgba(var(--color-secondary-base,#e20478),.1);border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__change_btn:hover{background:var(--color-secondary-base,#e20478);color:#fff}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__card_body{flex-direction:column;gap:6px;padding-left:52px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__tag{border:1px solid var(--color-primary-base,#8fc31f);width:fit-content;color:var(--color-primary-base,#8fc31f);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__address{color:#6b7280;margin:0;font-size:13px;line-height:1.4}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__phone{color:#6b7280;font-size:13px}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__fee_badge{background:var(--color-secondary-base,#e20478);color:#fff;white-space:nowrap;border-radius:12px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:600}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__error_banner{color:#dc2626;background:#fff5f5;border-radius:8px;align-items:center;gap:8px;margin-top:4px;padding:10px 14px;font-size:13px;display:flex}.order-detail-card-module-scss-module__0kGOsW__order_detail_card .order-detail-card-module-scss-module__0kGOsW__error_banner svg{flex-shrink:0}.order-detail-card-module-scss-module__0kGOsW__order_detail_card.order-detail-card-module-scss-module__0kGOsW__error{background:#fffbfb;border-color:#fca5a5}
.mobile-home-header-module-scss-module__61TG0q__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.mobile-home-header-module-scss-module__61TG0q__form_container{padding:.5em}}.mobile-home-header-module-scss-module__61TG0q__form_container .mobile-home-header-module-scss-module__61TG0q__flex2col{justify-content:space-between;align-items:center;display:flex}.mobile-home-header-module-scss-module__61TG0q__form_container .mobile-home-header-module-scss-module__61TG0q__flex2col>div:first-child{flex:0 auto}.mobile-home-header-module-scss-module__61TG0q__form_container .mobile-home-header-module-scss-module__61TG0q__flex2col>div:last-child{flex:1 0 auto}.mobile-home-header-module-scss-module__61TG0q__form_container .mobile-home-header-module-scss-module__61TG0q__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}.mobile-home-header-module-scss-module__61TG0q__form_container .mobile-home-header-module-scss-module__61TG0q__actions_container.mobile-home-header-module-scss-module__61TG0q__no_border{border:none;margin-top:0;padding:0}.mobile-home-header-module-scss-module__61TG0q__grid2col,.mobile-home-header-module-scss-module__61TG0q__grid3col{grid-template-columns:1fr 1fr;display:grid}.mobile-home-header-module-scss-module__61TG0q__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.mobile-home-header-module-scss-module__61TG0q__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.mobile-home-header-module-scss-module__61TG0q__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.mobile-home-header-module-scss-module__61TG0q__error_label{color:#ef4444;text-align:center}@keyframes mobile-home-header-module-scss-module__61TG0q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-home-header-module-scss-module__61TG0q__header_wrapper{z-index:100;flex-direction:column;gap:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0;padding:8px 15px!important;padding-top:max(8px,env(safe-area-inset-top))!important;background:#fff!important;border-bottom:none!important;box-shadow:0 6px 16px #0000001a!important}.mobile-home-header-module-scss-module__61TG0q__top_row{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__logo_text{color:#00b050;letter-spacing:-.5px;flex-shrink:0;font-size:20px;font-weight:800}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__search_container{flex:1;min-width:0}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__search_container>div>div>div{overflow:hidden;background:#fff!important;border:1.5px solid #d1d5db!important;border-radius:100px!important;height:40px!important}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__search_container input{color:#111827!important;background:0 0!important;border:none!important;border-radius:100px!important;padding-left:16px!important;font-size:14px!important}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__search_container input::placeholder{color:#111827!important}:is(.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__search_container span:has(svg),.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__search_container svg){display:none!important}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container{flex-shrink:0;align-items:center;gap:12px;display:flex}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__chat_icon_wrapper{cursor:pointer;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__chat_icon_wrapper:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__chat_icon_wrapper:active{background:#d1d5db;transform:scale(.95)translateY(0)}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__chat_icon_wrapper .mobile-home-header-module-scss-module__61TG0q__chat_badge{color:#fff;background-color:#ef4444;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 4px #0000001a}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__cart_icon_wrapper{background-color:var(--color-secondary-base,#e20478);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;animation:2s ease-in-out infinite mobile-home-header-module-scss-module__61TG0q__subtlePulse;display:flex;position:relative}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__cart_icon_wrapper:active{transform:scale(.95)}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__cart_icon_wrapper.mobile-home-header-module-scss-module__61TG0q__pop{animation:.4s ease-out mobile-home-header-module-scss-module__61TG0q__popBounce}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__cart_icon_wrapper .mobile-home-header-module-scss-module__61TG0q__badge{color:#fff;background-color:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}@keyframes mobile-home-header-module-scss-module__61TG0q__subtlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes mobile-home-header-module-scss-module__61TG0q__popBounce{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}.mobile-home-header-module-scss-module__61TG0q__top_row .mobile-home-header-module-scss-module__61TG0q__icons_container .mobile-home-header-module-scss-module__61TG0q__menu_icon_wrapper{cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-home-header-module-scss-module__61TG0q__location_bar_wrapper{z-index:50;background:0 0;align-items:center;gap:8px;margin-top:8px;padding:0;display:flex;position:relative}.mobile-home-header-module-scss-module__61TG0q__location_pill{color:#fff;cursor:pointer;background:#009688;border-radius:100px;align-items:center;padding:6px 14px;font-size:13px;font-weight:600;display:flex;box-shadow:0 4px 6px -1px #0000001a}.mobile-home-header-module-scss-module__61TG0q__location_pill .mobile-home-header-module-scss-module__61TG0q__location_content{align-items:center;gap:6px;display:flex}.mobile-home-header-module-scss-module__61TG0q__location_pill .mobile-home-header-module-scss-module__61TG0q__location_content span{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.mobile-home-header-module-scss-module__61TG0q__change_link{color:#6200ea;cursor:pointer;font-size:13px;font-weight:600;text-decoration:none}
.story-header-module-scss-module__qEGi7W__story_header_container{z-index:2;grid-template-columns:50px 1fr 50px;align-items:center;gap:8px;width:100%;height:60px;padding:0 8px;display:grid;position:fixed;top:0;left:0}.story-header-module-scss-module__qEGi7W__story_header_container .story-header-module-scss-module__qEGi7W__app_icon_container{color:#fff;filter:drop-shadow(1px 1px 5px #2a2a2ac4);justify-content:center;align-items:center;height:100%;display:flex;position:relative}.story-header-module-scss-module__qEGi7W__story_header_container .story-header-module-scss-module__qEGi7W__cart_icon_wrapper{background-color:var(--color-secondary-base);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;animation:2s ease-in-out infinite story-header-module-scss-module__qEGi7W__subtlePulse;display:flex;position:relative}.story-header-module-scss-module__qEGi7W__story_header_container .story-header-module-scss-module__qEGi7W__cart_icon_wrapper:active{transform:scale(.95)}.story-header-module-scss-module__qEGi7W__story_header_container .story-header-module-scss-module__qEGi7W__cart_icon_wrapper.story-header-module-scss-module__qEGi7W__pop{animation:.4s ease-out story-header-module-scss-module__qEGi7W__popBounce}.story-header-module-scss-module__qEGi7W__story_header_container .story-header-module-scss-module__qEGi7W__cart_icon_wrapper .story-header-module-scss-module__qEGi7W__badge{color:#fff;background-color:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}@keyframes story-header-module-scss-module__qEGi7W__subtlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes story-header-module-scss-module__qEGi7W__popBounce{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}.story-header-module-scss-module__qEGi7W__story_header_container .story-header-module-scss-module__qEGi7W__count_icon{color:#fff;background-color:#dc143c;border-radius:30px;justify-content:center;align-items:center;min-width:16px;height:14px;padding:8px 4px;font-size:12px;display:flex;position:absolute;top:2px;left:50%;transform:translate(-50%)}.story-header-module-scss-module__qEGi7W__auto_search_container{z-index:10;width:100%}.story-header-module-scss-module__qEGi7W__auto_search_container>div>div>div{border-radius:10px;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background-color:#ffffffe6!important;border:1.5px solid #ffffff80!important;height:44px!important}.story-header-module-scss-module__qEGi7W__auto_search_container>div>div>div input{color:#000!important;font-size:14px!important}.story-header-module-scss-module__qEGi7W__auto_search_container>div>div>div input::placeholder{font-weight:500;color:#6b7280!important}
