@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@600;700;800&family=Inter:wght@400;500;600&display=swap";
.seller-chat-module-scss-module__s5NFcq__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.seller-chat-module-scss-module__s5NFcq__form_container{padding:.5em}}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col{justify-content:space-between;align-items:center;display:flex}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col>div:first-child{flex:0 auto}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__flex2col>div:last-child{flex:1 0 auto}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.seller-chat-module-scss-module__s5NFcq__form_container .seller-chat-module-scss-module__s5NFcq__actions_container.seller-chat-module-scss-module__s5NFcq__no_border{border:none;margin-top:0;padding:0}.seller-chat-module-scss-module__s5NFcq__grid2col,.seller-chat-module-scss-module__s5NFcq__grid3col{grid-template-columns:1fr 1fr;display:grid}.seller-chat-module-scss-module__s5NFcq__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.seller-chat-module-scss-module__s5NFcq__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.seller-chat-module-scss-module__s5NFcq__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.seller-chat-module-scss-module__s5NFcq__error_label{color:#ef4444;text-align:center}@keyframes seller-chat-module-scss-module__s5NFcq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seller-chat-module-scss-module__s5NFcq__media_wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);filter:drop-shadow(0 -4px 6px #0000000d);opacity:0;pointer-events:none;z-index:10;background:#fffffff2 padding-box padding-box;border:1px solid #e5e7eb;border-radius:20px 20px 0 0;width:90%;height:30vh;padding:1em;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:100%;left:5%;overflow:auto;transform:translateY(20px)}.seller-chat-module-scss-module__s5NFcq__media_wrapper.seller-chat-module-scss-module__s5NFcq__shown{opacity:1;pointer-events:initial;transform:translateY(0)}.seller-chat-module-scss-module__s5NFcq__media_wrapper::-webkit-scrollbar{display:none}@media (min-height:800px){.seller-chat-module-scss-module__s5NFcq__media_wrapper{height:300px}}.seller-chat-module-scss-module__s5NFcq__seller_chat_wrapper{background:#f3f5f7;flex-direction:column;height:100vh;display:flex;position:relative}.seller-chat-module-scss-module__s5NFcq__chat_header{z-index:20;background:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;box-shadow:0 1px 2px #0000000d}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__header_left{flex:1;align-items:center;gap:12px;min-width:0;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__back_btn{color:#374151;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__back_btn:hover{background:#f3f4f6}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__title_section{flex-direction:column;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__merchant_name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__ticket_info{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;font-size:12px;display:flex;overflow:hidden}.seller-chat-module-scss-module__s5NFcq__chat_header .seller-chat-module-scss-module__s5NFcq__status_badge{text-transform:uppercase;letter-spacing:.5px;color:#059669;background:#ecfdf5;border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.seller-chat-module-scss-module__s5NFcq__messages_area{background:#f3f5f7;flex-direction:column;flex:1;gap:8px;padding:20px 16px;display:flex;overflow-y:auto}.seller-chat-module-scss-module__s5NFcq__messages_area::-webkit-scrollbar{width:6px}.seller-chat-module-scss-module__s5NFcq__messages_area::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}@keyframes seller-chat-module-scss-module__s5NFcq__slideUpFade{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.seller-chat-module-scss-module__s5NFcq__message_bubble{word-break:break-word;transform-origin:bottom;border-radius:18px;max-width:80%;padding:10px 14px;font-size:15px;font-weight:400;line-height:1.4;animation:.3s cubic-bezier(.2,.8,.2,1) forwards seller-chat-module-scss-module__s5NFcq__slideUpFade;position:relative;box-shadow:0 1px 2px #0000000d}.seller-chat-module-scss-module__s5NFcq__message_bubble .seller-chat-module-scss-module__s5NFcq__timestamp{opacity:.7;text-align:right;margin-top:4px;font-size:10px;font-weight:400;display:block}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__user{background-color:var(--color-primary-base,#8fc31f);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__user .seller-chat-module-scss-module__s5NFcq__timestamp{color:#fffc}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__merchant{color:#111827;background-color:#fff;border:1px solid #0000;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 3px #00000014}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__merchant .seller-chat-module-scss-module__s5NFcq__timestamp{color:#9ca3af}.seller-chat-module-scss-module__s5NFcq__message_bubble.seller-chat-module-scss-module__s5NFcq__audio_msg{min-width:220px}.seller-chat-module-scss-module__s5NFcq__message_bubble .seller-chat-module-scss-module__s5NFcq__attachment_img{cursor:pointer;border-radius:12px;max-width:100%;margin-top:4px}.seller-chat-module-scss-module__s5NFcq__store_logo{object-fit:cover;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50%;width:36px;height:36px}.seller-chat-module-scss-module__s5NFcq__input_area{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:8px;display:flex;position:relative;bottom:0}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__attach_btn{color:#6b7280;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__attach_btn:hover{color:#111827;background:#f3f4f6}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__input_wrapper{background:#f3f4f6;border-radius:20px;flex-direction:row;flex:1;align-items:flex-end;min-height:44px;padding:8px 12px;display:flex}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__input_wrapper.seller-chat-module-scss-module__s5NFcq__recording{background:#fef2f2;border:1px solid #fecaca}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__text_input{color:#111827;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:100px;margin:0;padding:0;font-size:15px;line-height:1.4}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__text_input::placeholder{color:#9ca3af}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn{color:#fff;background:var(--color-primary-base,#8fc31f);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn:hover:not(.seller-chat-module-scss-module__s5NFcq__disabled){opacity:.9;transform:scale(1.05)}.seller-chat-module-scss-module__s5NFcq__input_area .seller-chat-module-scss-module__s5NFcq__send_btn.seller-chat-module-scss-module__s5NFcq__disabled{color:#9ca3af;cursor:default;box-shadow:none;background:#e5e7eb}
.attachments-input-module-scss-module__KuqN9G__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.attachments-input-module-scss-module__KuqN9G__form_container{padding:.5em}}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col{justify-content:space-between;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col>div:first-child{flex:0 auto}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__flex2col>div:last-child{flex:1 0 auto}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.attachments-input-module-scss-module__KuqN9G__form_container .attachments-input-module-scss-module__KuqN9G__actions_container.attachments-input-module-scss-module__KuqN9G__no_border{border:none;margin-top:0;padding:0}.attachments-input-module-scss-module__KuqN9G__grid2col,.attachments-input-module-scss-module__KuqN9G__grid3col{grid-template-columns:1fr 1fr;display:grid}.attachments-input-module-scss-module__KuqN9G__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.attachments-input-module-scss-module__KuqN9G__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.attachments-input-module-scss-module__KuqN9G__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__error_label{color:#ef4444;text-align:center}@keyframes attachments-input-module-scss-module__KuqN9G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.attachments-input-module-scss-module__KuqN9G__file_attach_container{flex-flow:column;align-items:stretch;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container.attachments-input-module-scss-module__KuqN9G__reverse{flex-flow:column-reverse}.attachments-input-module-scss-module__KuqN9G__file_attach_container label{color:#111827;padding:0 .5em}.attachments-input-module-scss-module__KuqN9G__file_attach_container input{display:none}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__btn_header{align-items:center;padding:.5em;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__btn_header>span{margin-right:.5em}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header{cursor:pointer;background:#c8dafd80;border:2px dashed #385ba1;border-radius:8px;justify-content:center;align-items:center;height:40px;margin:1em;padding:0 1em;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header.attachments-input-module-scss-module__KuqN9G__tall{height:120px}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header span{text-align:center;color:#132d62;align-items:center;display:flex}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachment_header svg{height:24px;display:none}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container{flex-direction:column;align-items:stretch;max-height:40vh;display:flex;overflow:auto}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container.attachments-input-module-scss-module__KuqN9G__horizontal{max-height:auto;flex-direction:row}.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container.attachments-input-module-scss-module__KuqN9G__grid_layout{flex-flow:wrap;justify-content:center;gap:.5em}@media only screen and (max-width:720px){.attachments-input-module-scss-module__KuqN9G__file_attach_container .attachments-input-module-scss-module__KuqN9G__attachments_container{max-height:auto}}
.tooltip-module-scss-module__NLufXa__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.tooltip-module-scss-module__NLufXa__form_container{padding:.5em}}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col{justify-content:space-between;align-items:center;display:flex}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col>div:first-child{flex:0 auto}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__flex2col>div:last-child{flex:1 0 auto}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.tooltip-module-scss-module__NLufXa__form_container .tooltip-module-scss-module__NLufXa__actions_container.tooltip-module-scss-module__NLufXa__no_border{border:none;margin-top:0;padding:0}.tooltip-module-scss-module__NLufXa__grid2col,.tooltip-module-scss-module__NLufXa__grid3col{grid-template-columns:1fr 1fr;display:grid}.tooltip-module-scss-module__NLufXa__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.tooltip-module-scss-module__NLufXa__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.tooltip-module-scss-module__NLufXa__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.tooltip-module-scss-module__NLufXa__error_label{color:#ef4444;text-align:center}@keyframes tooltip-module-scss-module__NLufXa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip-module-scss-module__NLufXa__tooltip{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);word-wrap:break-word;background-color:#ffffff4d;border:1px solid #111827;border-radius:1em;max-width:250px;padding:.5em}.tooltip-module-scss-module__NLufXa__tooltip.tooltip-module-scss-module__NLufXa__danger{color:#fff;background-color:#801d1da8}.tooltip-module-scss-module__NLufXa__tooltip.tooltip-module-scss-module__NLufXa__warn{color:#362201;background-color:#d39f2776}
.stories-module-scss-module__iPC7TW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.stories-module-scss-module__iPC7TW__form_container{padding:.5em}}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col{justify-content:space-between;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:first-child{flex:0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__flex2col>div:last-child{flex:1 0 auto}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.stories-module-scss-module__iPC7TW__form_container .stories-module-scss-module__iPC7TW__actions_container.stories-module-scss-module__iPC7TW__no_border{border:none;margin-top:0;padding:0}.stories-module-scss-module__iPC7TW__grid2col,.stories-module-scss-module__iPC7TW__grid3col{grid-template-columns:1fr 1fr;display:grid}.stories-module-scss-module__iPC7TW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.stories-module-scss-module__iPC7TW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.stories-module-scss-module__iPC7TW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.stories-module-scss-module__iPC7TW__error_label{color:#ef4444;text-align:center}@keyframes stories-module-scss-module__iPC7TW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stories-module-scss-module__iPC7TW__video_story_container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;width:100%;height:100dvh;position:fixed;inset:0;overflow-y:auto}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_story_container{margin:0;padding:0}}.stories-module-scss-module__iPC7TW__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;background:#000;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #ffffff1a,0 0 50px #ffffff0d,0 0 0 1px #ffffff08}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_story_item{background:#000;max-width:415px;margin:0 auto}}.stories-module-scss-module__iPC7TW__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;background:#000;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}@media screen and (min-width:768px){.stories-module-scss-module__iPC7TW__video_shimmer{background:#000;max-width:415px;margin:0 auto}}.stories-module-scss-module__iPC7TW__video_shimmer .stories-module-scss-module__iPC7TW__spinner{flex:1;display:none}.stories-module-scss-module__iPC7TW__video_shimmer span{border-radius:5px;width:100%;height:100dvh}@media (prefers-reduced-motion){.stories-module-scss-module__iPC7TW__video_shimmer>span{display:none}.stories-module-scss-module__iPC7TW__video_shimmer .stories-module-scss-module__iPC7TW__spinner{display:initial}}.stories-module-scss-module__iPC7TW__video_story_footer{color:#fff;grid-template-columns:1fr;align-content:end;width:100%;padding:10px;display:grid;position:absolute;bottom:10px}
.product-stories-module-scss-module__ig0tsG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.product-stories-module-scss-module__ig0tsG__form_container{padding:.5em}}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__flex2col{justify-content:space-between;align-items:center;display:flex}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__flex2col>div:first-child{flex:0 auto}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__flex2col>div:last-child{flex:1 0 auto}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.product-stories-module-scss-module__ig0tsG__form_container .product-stories-module-scss-module__ig0tsG__actions_container.product-stories-module-scss-module__ig0tsG__no_border{border:none;margin-top:0;padding:0}.product-stories-module-scss-module__ig0tsG__grid2col,.product-stories-module-scss-module__ig0tsG__grid3col{grid-template-columns:1fr 1fr;display:grid}.product-stories-module-scss-module__ig0tsG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.product-stories-module-scss-module__ig0tsG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.product-stories-module-scss-module__ig0tsG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.product-stories-module-scss-module__ig0tsG__error_label{color:#ef4444;text-align:center}@keyframes product-stories-module-scss-module__ig0tsG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-stories-module-scss-module__ig0tsG__video_story_container{scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;background:#000;width:100%;height:100dvh;position:fixed;inset:0;overflow-y:auto}@media screen and (min-width:768px){.product-stories-module-scss-module__ig0tsG__video_story_container{margin:0;padding:0}}.product-stories-module-scss-module__ig0tsG__video_story_item{scroll-snap-align:start;scroll-snap-stop:always;z-index:1;background:#000;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #ffffff1a,0 0 50px #ffffff0d,0 0 0 1px #ffffff08}@media screen and (min-width:768px){.product-stories-module-scss-module__ig0tsG__video_story_item{background:#000;max-width:415px;margin:0 auto}}.product-stories-module-scss-module__ig0tsG__video_shimmer{scroll-snap-align:start;scroll-snap-stop:always;z-index:0;background:#000;justify-content:center;align-items:center;width:100%;max-width:415px;height:100dvh;margin:0 auto;display:flex;position:relative}@media screen and (min-width:768px){.product-stories-module-scss-module__ig0tsG__video_shimmer{background:#000;max-width:415px;margin:0 auto}}.product-stories-module-scss-module__ig0tsG__video_shimmer .product-stories-module-scss-module__ig0tsG__spinner{flex:1;display:none}.product-stories-module-scss-module__ig0tsG__video_shimmer span{border-radius:5px;width:100%;height:100dvh}@media (prefers-reduced-motion){.product-stories-module-scss-module__ig0tsG__video_shimmer>span{display:none}.product-stories-module-scss-module__ig0tsG__video_shimmer .product-stories-module-scss-module__ig0tsG__spinner{display:initial}}.product-stories-module-scss-module__ig0tsG__video_story_footer{color:#fff;grid-template-columns:1fr;align-content:end;width:100%;padding:10px;display:grid;position:absolute;bottom:10px}.product-stories-module-scss-module__ig0tsG__product_card{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#14141466;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:transform .2s,background .2s;display:flex}.product-stories-module-scss-module__ig0tsG__product_card:active{background:#14141480;transform:scale(.98)}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_image_container{flex-shrink:0}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_image_container .product-stories-module-scss-module__ig0tsG__product_image{object-fit:cover;border-radius:6px;width:60px;height:60px}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__product_name{color:#fff;text-overflow:ellipsis;white-space:nowrap;width:200px;margin:0;font-size:13px;font-weight:600;overflow:hidden}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container .product-stories-module-scss-module__ig0tsG__original_price{color:#fff9;font-size:11px;text-decoration:line-through}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container .product-stories-module-scss-module__ig0tsG__discounted_price{font-size:15px;font-weight:700}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__price_container .product-stories-module-scss-module__ig0tsG__regular_price{color:#fff;font-size:15px;font-weight:700}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info{color:#fffc;align-items:center;gap:5px;font-size:11px;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__store_logo{object-fit:cover;border-radius:50%;width:14px;height:14px}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__store_name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;margin:0;overflow:hidden}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__rating_star{color:#ffc107;margin-left:2px;font-size:12px}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__product_details .product-stories-module-scss-module__ig0tsG__store_info .product-stories-module-scss-module__ig0tsG__rating_value{color:#fff;font-size:11px;font-weight:600}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__chevron_container{color:#fffc;flex-shrink:0;justify-content:center;align-items:center;display:flex}.product-stories-module-scss-module__ig0tsG__product_card .product-stories-module-scss-module__ig0tsG__chevron_container svg{width:20px;height:20px}.product-stories-module-scss-module__ig0tsG__like_comments_container{flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:10px;display:flex;position:absolute;bottom:100px;right:0}
.store-app-header-module-scss-module__cFwS6q__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.store-app-header-module-scss-module__cFwS6q__form_container{padding:.5em}}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__flex2col{justify-content:space-between;align-items:center;display:flex}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__flex2col>div:first-child{flex:0 auto}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__flex2col>div:last-child{flex:1 0 auto}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.store-app-header-module-scss-module__cFwS6q__form_container .store-app-header-module-scss-module__cFwS6q__actions_container.store-app-header-module-scss-module__cFwS6q__no_border{border:none;margin-top:0;padding:0}.store-app-header-module-scss-module__cFwS6q__grid2col,.store-app-header-module-scss-module__cFwS6q__grid3col{grid-template-columns:1fr 1fr;display:grid}.store-app-header-module-scss-module__cFwS6q__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.store-app-header-module-scss-module__cFwS6q__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.store-app-header-module-scss-module__cFwS6q__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.store-app-header-module-scss-module__cFwS6q__error_label{color:#ef4444;text-align:center}@keyframes store-app-header-module-scss-module__cFwS6q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper{z-index:11;background-color:var(--color-primary-base,#8fc31f);flex-direction:column;width:100%;height:120px;display:flex;position:fixed;top:0;left:0;right:0}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__global_search_container{width:80%;margin:0 auto}@media screen and (min-width:1025px){.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__global_search_container{width:600px}}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar{justify-content:flex-end;align-items:center;width:100%;margin-top:10px;padding:5px 10px;display:flex;position:relative}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__back_button{position:absolute;left:10px}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container{align-items:center;gap:clamp(12px,1.5vw,30px);padding:5px;display:flex}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container>*{cursor:pointer}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container svg{color:#fff}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container img{filter:none}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon{position:relative}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon .store-app-header-module-scss-module__cFwS6q__menu_bars{font-size:27px}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon .store-app-header-module-scss-module__cFwS6q__count_icon{color:#000;background-color:#fff;border-radius:30px;justify-content:center;align-items:center;min-width:16px;height:14px;padding:8px 4px;font-size:10px;display:flex;position:absolute;top:-5px;left:30%}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon svg{color:#fff}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__header_icons_container .store-app-header-module-scss-module__cFwS6q__sidebar_icon img{filter:none}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__logo_container{cursor:pointer;cursor:pointer;align-items:center;gap:5px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__logo_container>img{object-fit:contain;width:50px;height:auto}@media screen and (max-width:380px){.store-app-header-module-scss-module__cFwS6q__guest_header_wrapper .store-app-header-module-scss-module__cFwS6q__guest_header_topbar .store-app-header-module-scss-module__cFwS6q__logo_container>img{width:100px}}.store-app-header-module-scss-module__cFwS6q__guest_header_container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;min-height:60px;margin:0 auto;display:flex;position:fixed;top:50px;left:0;right:0}@media screen and (max-width:1700px){.store-app-header-module-scss-module__cFwS6q__guest_header_container{left:20px;right:20px}}.store-app-header-module-scss-module__cFwS6q__guest_header_container>h2{color:hover;text-align:center;flex:1;font-size:20px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__back_icon{color:#fff;font-size:25px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__planckly_icon{width:50px;height:50px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__telemart_icon{width:150px;height:50px}.store-app-header-module-scss-module__cFwS6q__guest_header_container .store-app-header-module-scss-module__cFwS6q__zong{width:85px;height:85px;margin-bottom:30px}
.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%);width:100%;min-height:100dvh;padding-top:240px;position:relative;overflow-x:hidden}.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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__page_container{height:auto;padding-top:250px;overflow-y:visible}}.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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__filter_bar{background:0 0;border-bottom:none;margin-top:0}}.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;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;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;overflow-x:auto}.product-module-scss-module__HTV4Rq__primary_actions_row::-webkit-scrollbar{display:none}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__primary_actions_row{background:var(--color-primary-base,#8fc31f);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid #ffffff1a;padding:6px 16px}}.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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__secondary_filters_row{background:var(--color-primary-base,#8fc31f);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;padding:0 16px 8px}}.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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__secondary_filters_wrapper:after{display:none}}.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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__filter_chips_row{background:var(--color-primary-base,#8fc31f);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;padding:6px 0 6px 16px}}.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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__filter_chips_wrapper:after{display:none}}.product-module-scss-module__HTV4Rq__offers_toggle{color:#333;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:100px;flex-shrink:0;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}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__offers_toggle{color:#fff;background:#ffffff26;border:1px solid #fff3}.product-module-scss-module__HTV4Rq__offers_toggle svg{color:#fff}.product-module-scss-module__HTV4Rq__offers_toggle:hover{background:#ffffff40;border-color:#fff6}.product-module-scss-module__HTV4Rq__offers_toggle.product-module-scss-module__HTV4Rq__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}.product-module-scss-module__HTV4Rq__offers_toggle.product-module-scss-module__HTV4Rq__active svg{color:var(--color-primary-base,#8fc31f)}}.product-module-scss-module__HTV4Rq__filter_icon_btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;flex-shrink:0;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)}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__filter_icon_btn{color:#fff;background:#ffffff26;border-color:#fff3}.product-module-scss-module__HTV4Rq__filter_icon_btn svg{color:#fff}.product-module-scss-module__HTV4Rq__filter_icon_btn:hover{color:#fff;background:#ffffff40}}.product-module-scss-module__HTV4Rq__sort_dropdown_wrapper{z-index:1001;flex-shrink:0;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)}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__sort_btn{color:#fff;background:#ffffff26;border-color:#fff3}.product-module-scss-module__HTV4Rq__sort_btn svg{color:#fff}.product-module-scss-module__HTV4Rq__sort_btn:hover{background:#ffffff40;border-color:#fff6}.product-module-scss-module__HTV4Rq__sort_btn.product-module-scss-module__HTV4Rq__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}.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)}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__filter_chip{color:#fff;background:#ffffff26;border-color:#fff3}.product-module-scss-module__HTV4Rq__filter_chip svg{color:#fff}.product-module-scss-module__HTV4Rq__filter_chip:hover{background:#ffffff40;border-color:#fff6}.product-module-scss-module__HTV4Rq__filter_chip.product-module-scss-module__HTV4Rq__active{color:var(--color-primary-base,#8fc31f);background:#fff;border-color:#fff}.product-module-scss-module__HTV4Rq__filter_chip.product-module-scss-module__HTV4Rq__active svg{color:var(--color-primary-base,#8fc31f);transform:rotate(180deg)}}.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:#ef4444;cursor:pointer;white-space:nowrap;background:#fef2f2;border:1.5px solid #fecaca;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.product-module-scss-module__HTV4Rq__clear_all_btn:hover{background:#fee2e2;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 4px 12px #ef444426}.product-module-scss-module__HTV4Rq__clear_all_btn:active{transform:scale(.95)}@media screen and (min-width:999px){.product-module-scss-module__HTV4Rq__clear_all_btn{background:#fff;border-color:#ef44444d}.product-module-scss-module__HTV4Rq__clear_all_btn:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}}.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}@media screen and (min-width:576px){.product-module-scss-module__HTV4Rq__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}}.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}@media screen and (min-width:576px){.product-module-scss-module__HTV4Rq__detail_sheet{max-width:600px;margin:0 auto}}@keyframes product-module-scss-module__HTV4Rq__sheetSlideUp{to{transform:none}}.product-module-scss-module__HTV4Rq__sheet_loader_overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;opacity:0;pointer-events:none;visibility:hidden;background:#fff9;border-radius:20px 20px 0 0;justify-content:center;align-items:center;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:flex;position:absolute;inset:0}.product-module-scss-module__HTV4Rq__sheet_loader_overlay.product-module-scss-module__HTV4Rq__active{opacity:1;pointer-events:auto;visibility:visible}.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__zoomable_image{cursor:pointer}@media screen and (min-width:1025px){.product-module-scss-module__HTV4Rq__zoomable_image{cursor:zoom-in}}.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__desktop_add_to_cart_wrapper{justify-content:flex-start;width:100%;margin:32px 0;display:none}@media screen and (min-width:1024px){.product-module-scss-module__HTV4Rq__desktop_add_to_cart_wrapper{display:flex}}.product-module-scss-module__HTV4Rq__desktop_add_to_cart_wrapper .product-module-scss-module__HTV4Rq__add_to_cart_btn{border-radius:100px;width:100%;height:50px;font-size:15px;box-shadow:0 4px 12px #8fc31f33}.product-module-scss-module__HTV4Rq__desktop_add_to_cart_wrapper .product-module-scss-module__HTV4Rq__add_to_cart_btn:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 16px #8fc31f4d}.product-module-scss-module__HTV4Rq__desktop_add_to_cart_wrapper .product-module-scss-module__HTV4Rq__add_to_cart_btn:active{transform:translateY(0)}.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__variation_override{border-bottom:1px solid #f0f0f0;margin-bottom:16px;padding-bottom:12px}.product-module-scss-module__HTV4Rq__variation_override label{color:#9ca3af!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:8px!important;font-size:11px!important;font-weight:600!important;display:block!important}.product-module-scss-module__HTV4Rq__variation_override .dropdown_container>div{position:relative!important}:is(.product-module-scss-module__HTV4Rq__variation_override .dropdown_container>div>div[style*=fixed],.product-module-scss-module__HTV4Rq__variation_override .dropdown_container>div>div[style*=absolute]){z-index:10000!important;border-radius:8px!important;width:100%!important;position:absolute!important;top:calc(100% + 4px)!important;bottom:auto!important;left:0!important;transform:none!important;box-shadow:0 4px 12px #0000001a!important}.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}@media screen and (min-width:1025px){.product-module-scss-module__HTV4Rq__sheet_footer.product-module-scss-module__HTV4Rq__mobile_sticky_footer{display:none!important}}.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}@media screen and (min-width:1025px){.product-module-scss-module__HTV4Rq__desktop_layout_row{align-items:flex-start;gap:40px;max-width:1400px;margin:0 auto;padding:40px;display:flex}.product-module-scss-module__HTV4Rq__left_column{flex:1;max-width:600px;position:sticky;top:100px}}.product-module-scss-module__HTV4Rq__right_column{padding:0 24px}@media screen and (min-width:1025px){.product-module-scss-module__HTV4Rq__right_column{background:#fff;border-radius:24px;flex:1.2;padding:40px;box-shadow:0 4px 20px #0000000a}}.product-module-scss-module__HTV4Rq__info_details_container{padding:0 24px}@media screen and (min-width:1025px){.product-module-scss-module__HTV4Rq__info_details_container{padding:0}}.product-module-scss-module__HTV4Rq__mobile_spacer{height:120px;display:block}@media screen and (min-width:1025px){.product-module-scss-module__HTV4Rq__mobile_spacer{display:none}.product-module-scss-module__HTV4Rq__desktop_full_width{width:100%;max-width:1400px;margin:0 auto;padding:0 40px 10px}}.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}.product-module-scss-module__HTV4Rq__preview_overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000000;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out product-module-scss-module__HTV4Rq__fadeIn;display:flex;position:fixed;inset:0}.product-module-scss-module__HTV4Rq__preview_container{justify-content:center;align-items:center;width:90vw;height:90vh;display:flex;position:relative}.product-module-scss-module__HTV4Rq__preview_close_btn{z-index:1000001;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff26;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:24px;right:24px;box-shadow:0 8px 32px #0000004d}.product-module-scss-module__HTV4Rq__preview_close_btn:hover{background:#ffffff40;border-color:#fffc;transform:scale(1.1)rotate(90deg)}.product-module-scss-module__HTV4Rq__preview_close_btn:active{transform:scale(.9)}
.modal-module-scss-module__wFyw3W__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__form_container{padding:.5em}}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col{justify-content:space-between;align-items:center;display:flex}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col>div:first-child{flex:0 auto}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__flex2col>div:last-child{flex:1 0 auto}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.modal-module-scss-module__wFyw3W__form_container .modal-module-scss-module__wFyw3W__actions_container.modal-module-scss-module__wFyw3W__no_border{border:none;margin-top:0;padding:0}.modal-module-scss-module__wFyw3W__grid2col,.modal-module-scss-module__wFyw3W__grid3col{grid-template-columns:1fr 1fr;display:grid}.modal-module-scss-module__wFyw3W__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.modal-module-scss-module__wFyw3W__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.modal-module-scss-module__wFyw3W__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.modal-module-scss-module__wFyw3W__error_label{color:#ef4444;text-align:center}@keyframes modal-module-scss-module__wFyw3W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-module-scss-module__wFyw3W__modal_wrapper{z-index:300;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000059;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out modal-module-scss-module__wFyw3W__fadeIn;display:flex;position:fixed;top:0;left:0}.modal-module-scss-module__wFyw3W__modal_wrapper>.modal-module-scss-module__wFyw3W__modal_positioner{align-items:center;height:calc(100vh - 30px);display:flex;position:absolute;top:0}@media only screen and (max-width:1280px){.modal-module-scss-module__wFyw3W__modal_wrapper>.modal-module-scss-module__wFyw3W__modal_positioner{height:100vh}}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full{align-items:stretch}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container{flex:1;margin:1.5em}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{flex:1 0 auto;max-height:calc(100vh - 4em);padding:0 .2em}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__full .modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{max-height:calc(100vh - 5.5em)}}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_positioner{justify-content:center;width:100%;display:flex}.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_container{width:90%;margin-top:1em}@media only screen and (max-width:480px){.modal-module-scss-module__wFyw3W__modal_wrapper.modal-module-scss-module__wFyw3W__wide .modal-module-scss-module__wFyw3W__modal_container{width:auto;margin-top:1em}}.modal-module-scss-module__wFyw3W__modal_container{background-color:var(--color-bg-page,#f4f7f0);border-radius:12px;flex-direction:column;width:450px;min-width:0;max-width:90vw;margin:4em 1em 1em;display:flex;overflow:hidden;box-shadow:0 3px 15px #000000bf}@media screen and (min-width:999px){.modal-module-scss-module__wFyw3W__modal_container{max-width:450px}}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header{color:var(--color-primary-base,#8fc31f);direction:ltr;justify-content:center;align-items:center;padding:1em 60px 1em 1em;font-size:1.2em;display:flex;position:relative}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header.modal-module-scss-module__wFyw3W__wide_title{padding-right:1em}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header.modal-module-scss-module__wFyw3W__center_title{text-align:center;padding-left:60px;padding-right:60px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__header>.modal-module-scss-module__wFyw3W__close{cursor:pointer;width:20px;position:absolute;right:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body{scrollbar-width:thin;scrollbar-color:#0003 #0000;max-height:calc(90dvh - 80px);overflow:hidden auto}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar{width:6px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar-track{background:0 0}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__body::-webkit-scrollbar-thumb{background-color:#0003;border:#0000;border-radius:20px}.modal-module-scss-module__wFyw3W__modal_container .modal-module-scss-module__wFyw3W__footer{justify-content:center;align-items:center;height:20px;margin:.5em 0;padding:.5em 0;display:flex}@keyframes modal-module-scss-module__wFyw3W__fadeIn{0%{opacity:0;transform:scale(1.03)}50%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.modal-module-scss-module__wFyw3W__popup_modal_container{color:#111827;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;padding:15px;font-size:14px;display:flex}.modal-module-scss-module__wFyw3W__popup_modal_container>p{text-align:center;font-weight:600px;color:#000}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container{align-items:center;gap:20px;width:100%;margin-top:20px;display:flex}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container>span{flex:1}.modal-module-scss-module__wFyw3W__popup_modal_container .modal-module-scss-module__wFyw3W__button_container input{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;height:48px!important;padding:0 16px!important}
.add-voucher-module-scss-module__uU5P0q__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.add-voucher-module-scss-module__uU5P0q__form_container{padding:.5em}}.add-voucher-module-scss-module__uU5P0q__form_container .add-voucher-module-scss-module__uU5P0q__flex2col{justify-content:space-between;align-items:center;display:flex}.add-voucher-module-scss-module__uU5P0q__form_container .add-voucher-module-scss-module__uU5P0q__flex2col>div:first-child{flex:0 auto}.add-voucher-module-scss-module__uU5P0q__form_container .add-voucher-module-scss-module__uU5P0q__flex2col>div:last-child{flex:1 0 auto}.add-voucher-module-scss-module__uU5P0q__form_container .add-voucher-module-scss-module__uU5P0q__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}.add-voucher-module-scss-module__uU5P0q__form_container .add-voucher-module-scss-module__uU5P0q__actions_container.add-voucher-module-scss-module__uU5P0q__no_border{border:none;margin-top:0;padding:0}.add-voucher-module-scss-module__uU5P0q__grid2col,.add-voucher-module-scss-module__uU5P0q__grid3col{grid-template-columns:1fr 1fr;display:grid}.add-voucher-module-scss-module__uU5P0q__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.add-voucher-module-scss-module__uU5P0q__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.add-voucher-module-scss-module__uU5P0q__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.add-voucher-module-scss-module__uU5P0q__error_label{color:#ef4444;text-align:center}@keyframes add-voucher-module-scss-module__uU5P0q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.add-voucher-module-scss-module__uU5P0q__add_voucher_container{cursor:pointer;border-top:1px solid #cfcecebd;border-bottom:1px solid #cfcecebd;margin:4px 10px;padding:10px 5px}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher{color:#000;text-align:center;justify-content:space-between;align-items:center;gap:5px;font-size:12px;font-weight:500;transition:all .3s;display:flex}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher>p{align-items:center;gap:5px;display:flex}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher>span{color:#6b7280;align-items:center;gap:5px;display:flex}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher>span>svg{font-size:12px}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher img{filter:hue-rotate(85deg)brightness(1.2)}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher .add-voucher-module-scss-module__uU5P0q__name{color:hover;text-overflow:ellipsis;overflow:hidden}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__add_voucher .add-voucher-module-scss-module__uU5P0q__remove_txt{color:#ef4444;margin-right:10px}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__voucher_get{padding:5px 10px}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__voucher_get span{text-align:right;color:#6b7280;width:100%;margin-top:5px;font-size:14px;display:block}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__voucher_get span:last-child{color:#000}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__voucher_get span:last-child>small{color:hover;font-size:14px;font-weight:700}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__total_items_amount{flex-direction:column;align-items:flex-end;gap:6px;margin-top:15px;display:flex}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__total_items_amount>h4{font-size:13px;font-weight:500}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__total_items_amount>h4 .add-voucher-module-scss-module__uU5P0q__amount{color:hover}.add-voucher-module-scss-module__uU5P0q__add_voucher_container .add-voucher-module-scss-module__uU5P0q__total_items_amount .add-voucher-module-scss-module__uU5P0q__saved_amount{color:#6b7280}
.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}
.drawer-module-scss-module__7qF_YG__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.drawer-module-scss-module__7qF_YG__form_container{padding:.5em}}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__flex2col{justify-content:space-between;align-items:center;display:flex}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__flex2col>div:first-child{flex:0 auto}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__flex2col>div:last-child{flex:1 0 auto}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.drawer-module-scss-module__7qF_YG__form_container .drawer-module-scss-module__7qF_YG__actions_container.drawer-module-scss-module__7qF_YG__no_border{border:none;margin-top:0;padding:0}.drawer-module-scss-module__7qF_YG__grid2col,.drawer-module-scss-module__7qF_YG__grid3col{grid-template-columns:1fr 1fr;display:grid}.drawer-module-scss-module__7qF_YG__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.drawer-module-scss-module__7qF_YG__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.drawer-module-scss-module__7qF_YG__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.drawer-module-scss-module__7qF_YG__error_label{color:#ef4444;text-align:center}@keyframes drawer-module-scss-module__7qF_YG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drawer-module-scss-module__7qF_YG__drawer_container{z-index:11;background-color:var(--color-bg-page,#f4f7f0);width:100%;height:100dvh;padding-top:70px;transition:all .3s;position:fixed;top:0;left:0}.drawer-module-scss-module__7qF_YG__drawer_container.drawer-module-scss-module__7qF_YG__hide{box-shadow:none;transform:translate(100%)}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body{height:calc(100dvh - 70px);padding:20px;overflow:auto}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body.drawer-module-scss-module__7qF_YG__seamless{max-height:initial;padding:0;overflow:visible}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body>*{min-height:fit-content;margin:0;padding:0}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body.drawer-module-scss-module__7qF_YG__no_scroll{overflow:hidden}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body.drawer-module-scss-module__7qF_YG__no_scroll *{min-height:auto}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body header{display:none}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body_with_header{height:100dvh;padding:20px;overflow:auto}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body_with_header>*{min-height:fit-content;margin:0;padding:0}.drawer-module-scss-module__7qF_YG__drawer_container .drawer-module-scss-module__7qF_YG__body_with_header header{padding-left:10px;display:flex;position:absolute}@media only screen and (min-width:900px){.drawer-module-scss-module__7qF_YG__drawer_container{width:500px;left:auto;right:0;box-shadow:20px 0 100px -10px gray}.drawer-module-scss-module__7qF_YG__drawer_container>header{width:500px;left:auto;right:0}}
.rating-module-scss-module__6RpmLG__star{cursor:pointer;margin-right:3px}.rating-module-scss-module__6RpmLG__star>svg{color:#dcdcdc}.rating-module-scss-module__6RpmLG__star.rating-module-scss-module__6RpmLG__filled>svg{color:#fdcc0d}
.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}
.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;align-items:center;gap:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0;background:var(--color-primary-base,#8fc31f)!important;border-bottom:none!important;box-shadow:0 6px 16px #0000001a!important}@media screen and (max-width:998px){.mobile-home-header-module-scss-module__61TG0q__header_wrapper{background:#fff!important}}.mobile-home-header-module-scss-module__61TG0q__header_content{flex-direction:column;width:100%;max-width:1200px;display:flex;padding:10px 15px!important;padding-top:max(10px,env(safe-area-inset-top))!important}@media (min-width:1200px){.mobile-home-header-module-scss-module__61TG0q__header_content{padding-left:20px!important;padding-right:20px!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}@media screen and (min-width:999px){.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{background:0 0!important}.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 svg{stroke:#fff!important}}.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,.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__icon_wrapper{cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}@media screen and (min-width:999px){.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 svg,.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__icon_wrapper svg{stroke:#fff!important}}.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}.mobile-home-header-module-scss-module__61TG0q__search_input{border-radius:100px!important}.mobile-home-header-module-scss-module__61TG0q__bottom_content_wrapper{width:100%;margin-top:8px}@media screen and (min-width:999px){.mobile-home-header-module-scss-module__61TG0q__bottom_content_wrapper{margin-top:0}}
.product-video-module-scss-module___VPeQq__video_container{background-color:#000;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.product-video-module-scss-module___VPeQq__custom_mute_btn{top:13px!important;left:auto!important;right:12px!important}.product-video-module-scss-module___VPeQq__video_element{object-fit:contain;width:100%;height:100%}.product-video-module-scss-module___VPeQq__overlay{cursor:pointer;z-index:5;background:linear-gradient(#0000001a 0%,#0000 20% 80%,#0000001a 100%);position:absolute;inset:0}
.video-module-scss-module__GWIvgW__form_container{flex-direction:column;padding:2em 2em 1em;display:flex}@media only screen and (max-width:480px){.video-module-scss-module__GWIvgW__form_container{padding:.5em}}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__flex2col{justify-content:space-between;align-items:center;display:flex}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__flex2col>div:first-child{flex:0 auto}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__flex2col>div:last-child{flex:1 0 auto}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__actions_container{border-top:1px solid #dcdcdc;justify-content:flex-end;align-self:stretch;align-items:center;margin-top:.5em;padding:1em 0;display:flex}.video-module-scss-module__GWIvgW__form_container .video-module-scss-module__GWIvgW__actions_container.video-module-scss-module__GWIvgW__no_border{border:none;margin-top:0;padding:0}.video-module-scss-module__GWIvgW__grid2col,.video-module-scss-module__GWIvgW__grid3col{grid-template-columns:1fr 1fr;display:grid}.video-module-scss-module__GWIvgW__page_with_header{flex-flow:column;height:100%;padding-top:70px;display:flex}@media screen and (min-width:500px){.video-module-scss-module__GWIvgW__page_with_header{height:auto;min-height:calc(100vh - 150px)}}.video-module-scss-module__GWIvgW__app_icon_container{cursor:pointer;justify-content:center;align-items:center;display:flex}.video-module-scss-module__GWIvgW__error_label{color:#ef4444;text-align:center}@keyframes video-module-scss-module__GWIvgW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-module-scss-module__GWIvgW__video{object-fit:cover;width:100%;height:100%}.video-module-scss-module__GWIvgW__progress_container{cursor:pointer;background:#fff3;height:4px;position:absolute;bottom:0;left:0;right:0}.video-module-scss-module__GWIvgW__progress_bar{background:#fff;width:0%;height:100%;transition:width 50ms linear;position:relative}.video-module-scss-module__GWIvgW__progress_bar:after{content:"";opacity:.3;background:#fff;border-radius:2px;position:absolute;inset:0}.video-module-scss-module__GWIvgW__buffering{color:#fff;font-size:20px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-module-scss-module__GWIvgW__mute_button{z-index:100;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0401018f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:13px;left:70px;box-shadow:0 4px 12px #00000040}.video-module-scss-module__GWIvgW__mute_button:hover{transform:scale(1.1);box-shadow:0 6px 16px #00000059}.video-module-scss-module__GWIvgW__mute_button:active{transform:scale(.95)}.video-module-scss-module__GWIvgW__mute_button svg{filter:drop-shadow(0 2px 4px #0000004d);font-size:14px}.video-module-scss-module__GWIvgW__play_pause_indicator{color:#fff;pointer-events:none;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:50px;animation:2s video-module-scss-module__GWIvgW__fadeInOut;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes video-module-scss-module__GWIvgW__fadeInOut{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}20%{opacity:1;transform:translate(-50%,-50%)scale(1)}80%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.8)}}
