:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes LiciousValueComponent_staticPopup__VS4DC{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes LiciousValueComponent_flicker__LxsOE{0%{opacity:1}to{opacity:.2}}.LiciousValueComponent_componentContainerParent__nkkLG{background-color:#fdf3f6;padding:40px;display:flex;justify-content:center}.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31{max-width:1080px}.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31 .LiciousValueComponent_gridContainer__bP2w6{display:grid;justify-content:center;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31 .LiciousValueComponent_gridContainer__bP2w6 .LiciousValueComponent_sectionContainer__svvg0 .LiciousValueComponent_content__4ziCr,.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31 .LiciousValueComponent_gridContainer__bP2w6 .LiciousValueComponent_sectionContainer__svvg0 .LiciousValueComponent_heading__JOEfK{font-size:14px;line-height:25px;color:#111}.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31 .LiciousValueComponent_gridContainer__bP2w6 .LiciousValueComponent_sectionContainer__svvg0 .LiciousValueComponent_heading__JOEfK{font-family:Satoshi-Variable;font-weight:700}.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31 .LiciousValueComponent_gridContainer__bP2w6 .LiciousValueComponent_sectionContainer__svvg0 .LiciousValueComponent_content__4ziCr{font-family:Satoshi-Variable;font-weight:400}.LiciousValueComponent_componentContainerParent__nkkLG .LiciousValueComponent_componentContainer__KyA31 .LiciousValueComponent_gridContainer__bP2w6 .LiciousValueComponent_sectionContainer__svvg0 .LiciousValueComponent_topSmallBorder__6c1wu{height:4px;width:40px;background-color:#d11243;border-radius:2px}@keyframes popularChoices_staticPopup__O9W2i{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes popularChoices_flicker__KbiMv{0%{opacity:1}to{opacity:.2}}.popularChoices_popularChoicesContainerParent__W2Trh{display:flex;justify-content:center}@media screen and (min-width:900px){.popularChoices_popularChoicesContainerParent__W2Trh{padding:40px}}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT{width:100%;padding-top:32px;padding-bottom:32px;font-family:Satoshi-Variable;font-weight:700;font-size:14px}@media screen and (max-width:900px){.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT{padding-left:20px;padding-right:20px}}@media screen and (min-width:800px){.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT{max-width:1080px;margin:0 auto}}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT .popularChoices_singleSectionContainer__BTSLm{line-height:22px}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT .popularChoices_singleSectionContainer__BTSLm .popularChoices_categoryName__h7Yl1{margin:16px 0 8px}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT .popularChoices_singleSectionContainer__BTSLm .popularChoices_categoryName__h7Yl1 a{font-weight:700;font-size:14px}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT .popularChoices_singleSectionContainer__BTSLm a{font-weight:500;font-size:12px;display:inline-block;position:relative;color:#000}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT .popularChoices_singleSectionContainer__BTSLm a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#000;transform-origin:bottom right;transition:transform .25s ease-out}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularChoicesContainer__zb7WT .popularChoices_singleSectionContainer__BTSLm a:hover:after{transform:scaleX(1);transform-origin:bottom left}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_popularSearchesHeading__kWZ0o{font-size:14px!important;font-weight:700!important;color:#0d0d0e!important}.popularChoices_popularChoicesContainerParent__W2Trh .popularChoices_satoshiFont__f0Or0{font-family:Satoshi-Variable;color:#464646;font-size:12px;line-height:180%}@keyframes CitiesWeServe_staticPopup__0_Adx{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CitiesWeServe_flicker__GUoIO{0%{opacity:1}to{opacity:.2}}.CitiesWeServe_citiesSectionContainerParent__DI8Vo{background:#faf7f2;width:100%}@media screen and (min-width:900px){.CitiesWeServe_citiesSectionContainerParent__DI8Vo{padding:40px}}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH{display:flex;justify-content:center;flex-direction:column;max-width:1080px;margin:0 auto}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH .CitiesWeServe_sectionHeading__8_wZb{font-family:Satoshi-Variable;font-weight:700;font-size:14px;line-height:19px;color:#111;text-align:left;padding-bottom:20px}@media screen and (max-width:900px){.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH .CitiesWeServe_sectionHeading__8_wZb{font-size:14px;text-align:start}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH{padding-left:20px;padding-right:20px}}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH .CitiesWeServe_citiesContainer__j6Y5M{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:12px}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH .CitiesWeServe_citiesContainer__j6Y5M .CitiesWeServe_individualCities__C4TVe{font-family:Satoshi-Variable;font-weight:500;font-size:14px;background-color:#fff;border:1px solid #eee;border-radius:24px;padding:10px 24px;display:flex;align-items:center;justify-self:center;justify-content:center}@media screen and (max-width:900px){.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH .CitiesWeServe_citiesContainer__j6Y5M .CitiesWeServe_individualCities__C4TVe{padding:6px 12px;justify-self:start}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH .CitiesWeServe_citiesContainer__j6Y5M{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-column-gap:30px;grid-row-gap:10px}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_citiesSectionContainer__v8oZH{padding:20px}}.CitiesWeServe_citiesSectionContainerParent__DI8Vo .CitiesWeServe_satoshiFont__qJRxZ{font-family:Satoshi-Variable}@keyframes Footer_staticPopup__AKz9n{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Footer_flicker___Uwan{0%{opacity:1}to{opacity:.2}}.Footer_footerContainer__kCrdC{font-family:Satoshi-Variable;font-weight:500;font-size:14px;width:100%}.Footer_footerContainer__kCrdC a{color:#111}.Footer_footerContainer__kCrdC .Footer_middleContent__wifmx{display:flex;justify-content:center;align-items:center;padding-top:30px;gap:20px;background:#fff;max-width:1080px;margin:0 auto}.Footer_footerContainer__kCrdC .Footer_middleContent__wifmx .Footer_logoSection__bKtCI img{height:30px}.Footer_footerContainer__kCrdC .Footer_middleContent__wifmx .Footer_line__Cig1y{position:relative;width:100%;height:1px;border-top:1px solid #eaeaea;right:0;top:-5px}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_middleContent__wifmx{justify-content:space-around;align-items:center;padding:32px 20px;gap:10px}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ{background:#fff;display:flex;justify-content:center}@media screen and (min-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ{padding:10px}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi{background:#fff;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;gap:20px}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi{padding-left:20px;padding-right:20px}}@media screen and (min-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi{width:1080px}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_sectionHeading___CSW3{font-family:Satoshi-Variable;font-weight:700;font-size:14px;line-height:19px;color:#111}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_sectionHeading___CSW3{font-size:14px}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM .Footer_sharingAppsContainer__DoJeq .Footer_imageContainer__SMp1E{display:flex;gap:16px;margin-top:10px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM .Footer_sharingAppsContainer__DoJeq .Footer_imageContainer__SMp1E img{height:50px}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM .Footer_sharingAppsContainer__DoJeq .Footer_imageContainer__SMp1E img{max-width:150px;width:100%}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM .Footer_socialMediaContainer__wsmS0{margin-top:40px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM .Footer_socialMediaContainer__wsmS0 .Footer_socialMediaItemContainer__x0LaQ{display:flex;gap:16px;margin-top:10px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM .Footer_socialMediaContainer__wsmS0 .Footer_socialMediaItemContainer__x0LaQ img{height:36px}@media screen and (max-width:600px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_socialMediaSectionContainer__wGyAM{padding-top:10px;grid-column-start:1;grid-column-end:2;grid-row-start:3;grid-row-end:4}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_usefulLinksContainer__uyVQL{width:100%}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_usefulLinksContainer__uyVQL .Footer_linksOuterContainer__txeOn{display:flex;justify-content:flex-start;padding-top:10px;gap:40px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_usefulLinksContainer__uyVQL .Footer_linksOuterContainer__txeOn li{display:block;font-size:14px}@media screen and (max-width:600px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_usefulLinksContainer__uyVQL{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0{display:flex;flex-direction:column;gap:60px;width:100%}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_contactUsContainer__AHD9X{height:150px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_contactUsContainer__AHD9X p{font-size:14px}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_contactUsContainer__AHD9X p{font-size:12px}}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_cardsContainer__bPahp{font-size:14px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_cardsContainer__bPahp img{height:35px;margin-bottom:20px}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_cardsContainer__bPahp img{height:24px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_cardsContainer__bPahp{font-size:12px}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0 .Footer_addressContent__EZNUx{display:none}.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0{gap:0}}@media screen and (max-width:600px){.Footer_footerContainer__kCrdC .Footer_mainLinksContainerParent__B1gOJ .Footer_mainLinksContainer__TmoMi .Footer_contactContinerSection__3Y_P0{flex-direction:row;gap:20px;order:2;padding-top:10px;grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:3}}.Footer_footerContainer__kCrdC .Footer_rightsContainer__pg1OM{background:#464646;color:#fff;padding:40px 180px 70px;text-align:center;font-size:12px;font-weight:500;font-family:Satoshi-Variable}.Footer_footerContainer__kCrdC .Footer_rightsContainer__pg1OM .Footer_firstLine__XAiBz{margin-bottom:30px}@media screen and (max-width:900px){.Footer_footerContainer__kCrdC .Footer_rightsContainer__pg1OM{padding-left:20px;padding-right:20px}}.Footer_footerContainer__kCrdC .Footer_satoshiFont__y9WdU{font-family:Satoshi-Variable}.MaterializeToast_materialize_toast__RmOk6{visibility:hidden;background-color:#333;color:#fff;font-weight:700;text-align:center;border-radius:2px;padding:12px;position:fixed;z-index:1000;font-size:17px;top:50px;width:200px;right:15%}.MaterializeToast_materialize_toast__RmOk6.MaterializeToast_show__m_XY4{visibility:visible;animation:MaterializeToast_toast-fadein__9JOa6 .5s,MaterializeToast_toast-fadeout__lKEjM .5s 2.5s}.MaterializeToast_materialize_toast__RmOk6.MaterializeToast_with_tooltip__fG5D2:before{content:"";position:absolute;border:10px solid transparent;border-bottom-color:#333;top:-20px;right:16px}.MaterializeToast_search__2ABkO{right:40%;width:400px}@keyframes MaterializeToast_toast-fadein__9JOa6{0%{top:100px;opacity:0}to{top:50px;opacity:1}}@keyframes MaterializeToast_toast-fadeout__lKEjM{0%{top:50px;opacity:1}to{top:100px;opacity:0}}@keyframes RealSearchBar_staticPopup__zETy_{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes RealSearchBar_flicker__TZIjO{0%{opacity:1}to{opacity:.2}}.RealSearchBar_searchbar_container__XRZp_{position:relative;width:320px;display:flex;justify-content:space-between;align-items:center}.RealSearchBar_searchbar_container__XRZp_ .RealSearchBar_search_icon__h3pX3{position:absolute;right:8px;top:4px}.RealSearchBar_searchbar_container__XRZp_ .RealSearchBar_clear_btn__OP2XJ{display:inline;font-size:12px;font-weight:700;color:#cbcbcb;cursor:pointer;position:absolute;right:10px}.RealSearchBar_searchbar_container__XRZp_ .RealSearchBar_searchbar__FdUse{height:32px;border:1px solid #e7e7e7;border-radius:6px;background:#f8f8f8;width:100%;font-family:Lato Regular,sans-serif;color:rgba(0,0,0,.6);padding:6px 12px;position:relative}.RealSearchBar_searchbar_container__XRZp_ .RealSearchBar_searchbar__FdUse:focus{caret-color:var(--theme-color);border:1px solid #969799;border-radius:6px}.RealSearchBar_searchbar_container__XRZp_ .RealSearchBar_searchbar__FdUse::-moz-placeholder{position:absolute;top:5px;font-size:1rem;color:rgba(0,0,0,.302);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.RealSearchBar_searchbar_container__XRZp_ .RealSearchBar_searchbar__FdUse::placeholder{position:absolute;top:5px;font-size:1rem;color:rgba(0,0,0,.302);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes CategoryMenu_staticPopup__Rc4QR{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CategoryMenu_flicker__Hc6AJ{0%{opacity:1}to{opacity:.2}}.CategoryMenu_dropdown_menu__5bk3J{box-shadow:0 2px 12px rgba(0,0,0,.25);position:absolute;padding:20px;border-radius:8px;background-color:#fff;display:grid;grid-template-columns:repeat(2,50%);width:38.4vw;height:39vw;top:53px;left:-11vw;color:#4b4f54;z-index:1}.CategoryMenu_dropdown_menu__5bk3J:before{content:"";position:absolute;border:10px solid transparent;border-bottom-color:#fff;top:-20px;left:11vw}.CategoryMenu_dropdown_menu__5bk3J ::-webkit-scrollbar{display:none}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_category_list__czV2_{display:inline-grid;overflow:scroll;grid-template-rows:repeat(auto-fit,55px)}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_category_list__czV2_ a{color:#4b4f54}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_category_list__czV2_ li.CategoryMenu_lev_zero__tbdi7{display:inline-flex;align-items:center;border-bottom:1px solid #f4f5ff;font-family:Lato Regular,sans-serif;width:100%;cursor:pointer}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_category_list__czV2_ li.CategoryMenu_lev_zero__tbdi7 .CategoryMenu_category_img__kvFQS{margin:12px 16px 8px 12px}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_category_list__czV2_ li.CategoryMenu_lev_zero__tbdi7.CategoryMenu_hovered_state_lev_zero__pgj4X{background-color:#f1f1f1;color:#313131;font-family:Lato Bold,sans-serif}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_lev_one_list__RAT1S{display:inline-grid;background-color:#f1f1f1;padding:10px 16px;grid-template-rows:repeat(auto-fit,56px);overflow:scroll;font-family:Lato Regular,sans-serif}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_lev_one_list__RAT1S a{color:#4b4f54}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_lev_one_list__RAT1S li.CategoryMenu_lev_one__fnvLy{display:inline-flex;align-items:center;border-bottom:1px solid #e6e6e6;padding:16px 24px;width:100%;cursor:pointer}.CategoryMenu_dropdown_menu__5bk3J ul.CategoryMenu_lev_one_list__RAT1S li.CategoryMenu_lev_one__fnvLy:hover{background-color:#fff;color:#000;font-family:Lato Bold,sans-serif}@keyframes CategoryDropdown_staticPopup__4bNrK{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CategoryDropdown_flicker__iWTcn{0%{opacity:1}to{opacity:.2}}.CategoryDropdown_category_container__1nKOp{position:relative;height:20px}.CategoryDropdown_category_container__1nKOp .CategoryDropdown_categories_button__Z1XVX{display:inline-flex;align-items:center;gap:10px;cursor:pointer;color:#000}.CategoryDropdown_category_container__1nKOp .CategoryDropdown_categories_button__Z1XVX .CategoryDropdown_label_selected__bQMIU{color:var(--theme-color)}.CategoryDropdown_category_container__1nKOp .CategoryDropdown_categories_button__Z1XVX .CategoryDropdown_namingGap__xqMih{font-weight:500;font-size:14px;line-height:19px}@media(max-width:768px){.CategoryDropdown_category_container__1nKOp{display:none}}.CategoryDropdown_satoshiFont__PfLLL{font-family:Satoshi-Variable!important;font-weight:500;font-size:14px;line-height:100%;color:#0d0d0e}@keyframes Checkout_staticPopup__PeLTK{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Checkout_flicker__HqS_s{0%{opacity:1}to{opacity:.2}}.Checkout_checkout_button__23Cqq,.Checkout_non_empty_cart__Y_uoU{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;cursor:pointer;height:20px}.Checkout_checkout_button__23Cqq .Checkout_cart_details__UhOxw,.Checkout_checkout_button__23Cqq .Checkout_columnStyle__1BjLB,.Checkout_checkout_button__23Cqq .Checkout_rowStyle__XV7RB,.Checkout_non_empty_cart__Y_uoU .Checkout_cart_details__UhOxw,.Checkout_non_empty_cart__Y_uoU .Checkout_columnStyle__1BjLB,.Checkout_non_empty_cart__Y_uoU .Checkout_rowStyle__XV7RB{height:35px;min-width:50px}.Checkout_checkout_button__23Cqq .Checkout_cart_details__UhOxw .Checkout_cart_value__4r1NY,.Checkout_checkout_button__23Cqq .Checkout_columnStyle__1BjLB .Checkout_cart_value__4r1NY,.Checkout_checkout_button__23Cqq .Checkout_rowStyle__XV7RB .Checkout_cart_value__4r1NY,.Checkout_non_empty_cart__Y_uoU .Checkout_cart_details__UhOxw .Checkout_cart_value__4r1NY,.Checkout_non_empty_cart__Y_uoU .Checkout_columnStyle__1BjLB .Checkout_cart_value__4r1NY,.Checkout_non_empty_cart__Y_uoU .Checkout_rowStyle__XV7RB .Checkout_cart_value__4r1NY{color:var(--theme-color);width:-moz-max-content;width:max-content}.Checkout_checkout_button__23Cqq .Checkout_columnStyle__1BjLB,.Checkout_non_empty_cart__Y_uoU .Checkout_columnStyle__1BjLB{display:flex;flex-direction:column;height:100%}.Checkout_checkout_button__23Cqq .Checkout_rowStyle__XV7RB,.Checkout_non_empty_cart__Y_uoU .Checkout_rowStyle__XV7RB{display:flex;flex-direction:row;height:100%}.Checkout_non_empty_cart__Y_uoU{border:1px solid var(--theme-color);border-radius:8px;padding:9px 12px;height:50px;transform:translateY(0)}@media(max-width:768px){.Checkout_checkout_button__23Cqq,.Checkout_non_empty_cart__Y_uoU{display:none}}.Checkout_satoshiFont__O2Cex{font-family:Satoshi-Variable;font-weight:500;font-size:14px;line-height:100%;color:#0d0d0e;transform:translateY(2px)}@keyframes ProfileMenu_staticPopup__Y6U1e{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ProfileMenu_flicker__wIA6q{0%{opacity:1}to{opacity:.2}}.ProfileMenu_profile_menu__Kv9fk{font-family:Lato Regular,sans-serif;border-radius:8px;position:absolute;top:30px;right:0;z-index:1;background:#fff;box-shadow:0 1px 14px 0 rgba(0,0,0,.2)}.ProfileMenu_profile_menu__Kv9fk ul{width:220px}.ProfileMenu_profile_menu__Kv9fk ul li{width:100%;padding:10px 16px;border-bottom:.5px solid #e2e2e2;cursor:pointer}.ProfileMenu_profile_menu__Kv9fk ul li:last-of-type{border-bottom:none}.ProfileMenu_profile_menu__Kv9fk ul li:hover{background-color:#efefef}.ProfileMenu_profile_menu__Kv9fk ul li a{display:block;text-decoration:none;color:#000}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_join_now_banner__FEHrP{padding:11px 7px;height:50px;display:inline-flex;justify-content:space-between;align-items:center;width:100%;border-top-right-radius:8px;border-top-left-radius:8px;height:unset;background-color:#ffdc93}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_join_now_banner__FEHrP img{height:18.6px;width:55px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_join_now_banner__FEHrP span{font-weight:700;font-size:10px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_join_now_banner__FEHrP button{border-radius:2px;background-color:var(--theme-color);border:none;color:#fff;font-size:10px;font-weight:700;padding:4px 8px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_in_progress_banner__oyRSC{padding:11px 7px;height:50px;display:inline-flex;justify-content:space-between;align-items:center;width:100%;border-top-right-radius:8px;border-top-left-radius:8px;background-color:#ebebeb}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_in_progress_banner__oyRSC img{height:18.6px;width:55px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_in_progress_banner__oyRSC span{font-weight:700;font-size:10px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_in_progress_banner__oyRSC .ProfileMenu_in_progress_text__12i8g{display:inline-flex;flex-direction:column;color:#313131}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_in_progress_banner__oyRSC .ProfileMenu_in_progress_text__12i8g .ProfileMenu_view_details__Bpx0S{color:var(--theme-color);margin-top:3px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_confirmed_banner__1THA7{padding:11px 7px;height:50px;display:inline-flex;justify-content:space-between;align-items:center;width:100%;border-top-right-radius:8px;border-top-left-radius:8px;background-color:#ebebeb}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_confirmed_banner__1THA7 img{height:18.6px;width:55px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_confirmed_banner__1THA7 span{font-weight:700;font-size:10px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_confirmed_banner__1THA7 .ProfileMenu_confirmed_text__RwKpC{color:#6d6e71}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_expired_banner__TaiVx{height:50px;display:inline-flex;justify-content:space-between;align-items:center;width:100%;border-top-right-radius:8px;border-top-left-radius:8px;padding:10px 16px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_expired_banner__TaiVx img{height:18.6px;width:55px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_expired_banner__TaiVx span{font-weight:700;font-size:10px}.ProfileMenu_profile_menu__Kv9fk .ProfileMenu_expired_banner__TaiVx .ProfileMenu_renew_btn__meNs0{color:var(--theme-color)}.LoyaltyPlan_plan__5rbYz{border-radius:10px;margin:5px 0 15px;box-shadow:0 1px 10px 0 rgba(0,0,0,.11);background-color:#fff;padding:13px 10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Lato Regular,sans-serif;transition:.2s ease-in-out}.LoyaltyPlan_plan__5rbYz:hover{transform:scale(1.05)}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06{width:-moz-fit-content;width:fit-content;display:flex;align-items:center}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06 .LoyaltyPlan_checkmark__7jv_t,.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06 .LoyaltyPlan_checkmark_selected__8fK6F{height:17px;width:17px;background-color:#fff;border:1px solid #9b9b9b;border-radius:50%}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06 .LoyaltyPlan_checkmark_selected__8fK6F{background-color:var(--theme-color);border:none;position:relative}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06 .LoyaltyPlan_checkmark_selected__8fK6F:after{display:block;content:"";position:absolute;left:6px;top:2px;width:4.5px;height:10.5px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06 .LoyaltyPlan_plan_name__y0KKC{margin-left:10px;font-size:14px;color:#000;font-weight:500}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_left_container__4Vt06 .LoyaltyPlan_recommended__daxb_{padding:0 5px;border-radius:11px;background-color:#ffdc93;margin-left:10px;color:#313131;font-size:9px;font-weight:600}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_right_container__gsy9v{width:-moz-fit-content;width:fit-content;display:flex;align-items:center}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_right_container__gsy9v .LoyaltyPlan_actual_price__nz_K9{opacity:.4;font-size:12px;font-weight:700;color:#171717;text-decoration:line-through;margin-right:15px}.LoyaltyPlan_plan__5rbYz .LoyaltyPlan_right_container__gsy9v .LoyaltyPlan_discounted_price__9NW46{font-size:14px;font-weight:600;color:var(--theme-color)}.LoyaltyPlan_plan__5rbYz:last-of-type{margin-bottom:9px}.LoyaltyPlan_plan_selected__qwkwg{border:1px solid var(--theme-color);cursor:default}.LoyaltyPlansContainer_plans_section__CKRNI{display:flex;align-items:center;flex-direction:column;background-color:hsla(0,0%,61%,.15);padding:16px;margin-top:10px;border-color:rgba(0,0,0,.25);border-style:solid none;border-width:1px}.LoyaltyPlansContainer_plans_section__CKRNI .LoyaltyPlansContainer_change_plan_text__Uh1uX{opacity:.6;width:100%;font-size:14px;color:#313131;font-weight:600;margin-bottom:10px;margin-top:-6px}.LoyaltyPlansContainer_plans_section__CKRNI .LoyaltyPlansContainer_plans_container__yfwR0{width:100%}.LoyaltyPlansContainer_plans_section__CKRNI.LoyaltyPlansContainer_plans_section_web__3KnYN .LoyaltyPlansContainer_change_plan_text__Uh1uX{padding-left:17.5%}.LoyaltyPlansContainer_plans_section__CKRNI.LoyaltyPlansContainer_plans_section_web__3KnYN .LoyaltyPlansContainer_plans_container__yfwR0{width:65%}@keyframes PlansModal_show__sIVCg{0%{transform:translateY(900)}to{transform:translateY(0)}}.PlansModal_plans_popup__qzVv8,.PlansModal_plans_popup_desktop__uU9qd{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:100;transform:translateY(100vh);transition:all .45s ease-in;animation:PlansModal_show__sIVCg .3s ease-in forwards}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh{z-index:300;display:block;position:fixed;width:100%;bottom:0;left:0;background:#fff url(/image/meatopia_background.png);background-size:150%}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW{width:46%;bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW .PlansModal_btn_container__wLrOK,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW .PlansModal_btn_container__wLrOK{display:flex;justify-content:center}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW .PlansModal_btn_container__wLrOK .PlansModal_buy_button__hU8e5,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW .PlansModal_btn_container__wLrOK .PlansModal_buy_button__hU8e5{width:65%;margin-bottom:45px}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW .PlansModal_top_section__SMVQQ .PlansModal_meatopia_logo__YumNL,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh.PlansModal_plans_wrapper_web__hjApW .PlansModal_top_section__SMVQQ .PlansModal_meatopia_logo__YumNL{margin-top:30px}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_top_section__SMVQQ,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_top_section__SMVQQ{text-align:center;padding:30px 10px 10px;position:relative}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_top_section__SMVQQ .PlansModal_meatopia_logo__YumNL,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_top_section__SMVQQ .PlansModal_meatopia_logo__YumNL{width:40%;height:36px;-o-object-fit:contain;object-fit:contain}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_top_section__SMVQQ .PlansModal_close_modal__DkYLo,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_top_section__SMVQQ .PlansModal_close_modal__DkYLo{position:absolute;top:20px;right:20px;width:15px;height:15px;cursor:pointer}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_tnc___JKZ3,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_tnc___JKZ3{font-size:12px;text-align:center;color:#707070;margin:20px 0 30px;font-weight:500}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_tnc___JKZ3 span,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_tnc___JKZ3 span{color:var(--theme-color);text-decoration:underline;cursor:pointer}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_btn_container__wLrOK,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_btn_container__wLrOK{width:100%;padding:0 16px;margin-bottom:10px}.PlansModal_plans_popup__qzVv8 .PlansModal_plans_wrapper__ZsZjh .PlansModal_btn_container__wLrOK .PlansModal_buy_button__hU8e5,.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_btn_container__wLrOK .PlansModal_buy_button__hU8e5{width:100%;padding:12px 0;background:var(--theme-color);border:1px solid var(--theme-color);font-size:16px;font-family:Lato Bold,sans-serif;border-radius:5px;color:#fff;cursor:pointer}.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh{position:inherit}.PlansModal_plans_popup_desktop__uU9qd .PlansModal_plans_wrapper__ZsZjh .PlansModal_btn_container__wLrOK{padding:0 10px 16px;margin-bottom:0}@keyframes Loader_staticPopup__CBPk1{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Loader_flicker__lojHS{0%{opacity:1}to{opacity:.2}}.Loader_loaderContainer__hdMDs{position:relative;width:100%}@keyframes Loader_loader__aTh_8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Loader_loader__aTh_8{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.75);z-index:1010;display:block;width:100vw;height:100vh}.Loader_loader__aTh_8 span{width:50px;height:50px;position:absolute;left:50%;margin-left:-25px;top:50%;margin-top:-25px;padding:14px}.Loader_loader__aTh_8 span:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;border-radius:50%;border:2px solid var(--theme-color);border-left:2px solid transparent;animation:Loader_loader__aTh_8 2s linear infinite}.Loader_loaderOff__hpW3G{display:none}.Loader_OffChildren__u_ZpA{overflow:hidden}.Loader_showChildren__FRyzs{overflow:visible}@keyframes ProfileDropdown_staticPopup__lLk4g{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ProfileDropdown_flicker__78B2V{0%{opacity:1}to{opacity:.2}}.ProfileDropdown_profile_container__OREkL{position:relative;height:20px}.ProfileDropdown_profile_container__OREkL .ProfileDropdown_profile_button__MACP9{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.ProfileDropdown_profile_container__OREkL .ProfileDropdown_profile_button__MACP9 .ProfileDropdown_user_label_selected__OmFsr{color:var(--theme-color)}.ProfileDropdown_profile_container__OREkL .ProfileDropdown_profile_button__MACP9 .ProfileDropdown_namingGap__TfrO9{font-weight:500;font-size:14px;line-height:19px}@media(max-width:768px){.ProfileDropdown_profile_container__OREkL{display:none}}.ProfileDropdown_satoshiFont__c_Rlm{font-family:Satoshi-Variable!important;font-weight:500;font-size:14px;line-height:100%;color:#0d0d0e}@keyframes SearchBar_staticPopup__muGyx{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes SearchBar_flicker__IBNJ0{0%{opacity:1}to{opacity:.2}}.SearchBar_searchbar_container__sUwa6{position:relative;width:320px;display:flex;justify-content:space-between;align-items:center}.SearchBar_searchbar_container__sUwa6:after{content:url(/image/search_venus_icon.svg);position:absolute;right:12px;top:1px;height:20px;width:20px;z-index:1}.SearchBar_searchbar_container__sUwa6 input.SearchBar_searchbar__hIrjp{height:32px;border:1px solid #e7e7e7;border-radius:6px;background:#f8f8f8;width:100%;font-family:Lato Regular,sans-serif;color:rgba(0,0,0,.6);padding:6px 12px;position:relative;cursor:pointer}.SearchBar_searchbar_container__sUwa6 input.SearchBar_searchbar__hIrjp:hover{border:1px solid #969799}.SearchBar_searchbar_container__sUwa6 .SearchBar_search_label__NUlT4{position:absolute;left:12px;top:3px;color:rgba(0,0,0,.302);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.SearchBar_searchbar_container__sUwa6{display:none}}@media(min-width:768px)and (max-width:975px){.SearchBar_searchbar_container__sUwa6{width:18%}.SearchBar_searchbar_container__sUwa6:before{left:0;right:0;margin:auto}.SearchBar_searchbar_container__sUwa6 .SearchBar_search_label__NUlT4{display:none}}@keyframes Modal_staticPopup__2bGlu{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Modal_flicker__0ScMY{0%{opacity:1}to{opacity:.2}}@keyframes Modal_location_show__XewLK{0%{transform:translateY(900)}to{transform:translateY(0)}}.Modal_wrapperContainer__40_0X{position:fixed;right:0;bottom:0;height:100%;z-index:700;width:35%;max-width:430px;transform:translateX(100vh);transition:all .45s ease-in;animation:Modal_location_show__XewLK .25s ease-in forwards}.Modal_wrapperContainer__40_0X .Modal_styledModal__B48Eo{z-index:100;background:#fff;position:relative;margin:auto;height:100%}.Modal_wrapperContainer__40_0X .Modal_styledModal__B48Eo .Modal_headerContainer__csODf{border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:.3rem}.Modal_wrapperContainer__40_0X .Modal_styledModal__B48Eo .Modal_headerContainer__csODf .Modal_headerTextContent__c36on{color:#fff;align-self:center;color:#d3d3d3}.Modal_wrapperContainer__40_0X .Modal_styledModal__B48Eo .Modal_headerContainer__csODf .Modal_closeButton__23foJ{position:absolute;left:-40px;cursor:pointer}.Modal_wrapperContainer__40_0X .Modal_styledModal__B48Eo .Modal_headerContainer__csODf .Modal_closeButton__23foJ img{width:25px;height:25px}.Modal_wrapperContainer__40_0X .Modal_styledModal__B48Eo .Modal_bodyContent__G_yKc{overflow-x:hidden;overflow-y:auto;height:100%}.Modal_wrapperContainerClose__4txe9{transform:translateX(100%);transition:all .25s cubic-bezier(.62,.35,.05,.25);box-shadow:-5px 0 74px rgba(0,0,0,.8)}.Modal_backDropDiv__EwtKC{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);z-index:500}.Modal_bottomSheetContainer__ArzWe{position:fixed;z-index:1002;bottom:0;width:100%;display:flex;flex-direction:column}.Modal_bottomSheetClose__Mblww{width:42px;height:42px;margin:auto auto 20px;padding:10px;border-radius:50%;background-color:rgba(13,13,14,.8);cursor:pointer}.Modal_bottomsheet_backdrop__Cy2xm,.Modal_location_popup_backdrop__BrdjJ{display:block;height:100vh;width:100vw;background-color:rgba(0,0,0,.639);z-index:1001;position:fixed;top:0}.Modal_bottomsheet_content__RzCnu{width:100%;min-height:145px;border-top-left-radius:12px;border-top-right-radius:12px;background:#fff;padding:36px 16px 24px}.Modal_hanging_list_container__Zxv_M{position:fixed;top:48px;width:20rem;background:#fff;padding:0 1rem 1rem;border-radius:8px;box-shadow:0 0 8px 2px rgba(0,0,0,.078);z-index:1}.Modal_youtube_video__5Bhfr{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;width:100%;height:100%;z-index:301;background:rgba(0,0,0,.5);top:0;left:0}.Modal_youtube_video__5Bhfr .Modal_video_wrapper__4dbPB{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%}@media screen and (min-width:800px){.Modal_youtube_video__5Bhfr .Modal_video_wrapper__4dbPB{width:60%}}.Modal_youtube_video__5Bhfr .Modal_video_wrapper__4dbPB .Modal_cross_mark__QxGmL{margin:20px;text-align:center}.Modal_youtube_video__5Bhfr .Modal_video_wrapper__4dbPB .Modal_cross_mark__QxGmL .Modal_cross_img__ppAzq{width:31px;height:31px;-o-object-fit:contain;object-fit:contain;cursor:pointer}@media screen and (min-width:767px){.Modal_location_popup_backdrop__BrdjJ{top:80px}}.Modal_close_dialog__nDueS,.Modal_close_dialog_small__vekzW{margin-bottom:1rem;cursor:pointer}.Modal_dialog_wrapper__SekQQ{display:flex;flex-direction:column;align-items:center;justify-content:space-between;top:50%;transform:translateY(-50%);position:absolute;left:0;right:0}.Modal_dialog_container__BU5t6,.Modal_dialog_container_small__xfWDs{cursor:auto;width:500px;border-radius:8px;max-height:650px;overflow:auto}.Modal_dialog_container__BU5t6::-webkit-scrollbar,.Modal_dialog_container_small__xfWDs::-webkit-scrollbar{display:none}.Modal_dialog_container_small__xfWDs{width:420px;max-width:80%;max-height:250px}@media screen and (max-width:800px){.Modal_dialog_container_small__xfWDs{max-width:90%}}.Modal_dialog_title_mobile__rvbQt{text-align:left;z-index:1;width:100%;padding:1rem;position:fixed;top:0;left:0;display:flex;justify-content:space-between;background:#e7e7e7}.Modal_dialog_title_mobile__rvbQt img{border-radius:50%}.Modal_mobile_dialog_container__vQug3{position:fixed;height:100vh;width:100vw;overflow:auto;z-index:1;top:0}.Modal_lg_modal_container__6PpmM{max-height:700px;background-color:#fff;width:1150px;margin-top:16px;box-shadow:0 2px 8px 0 rgba(0,0,0,.24);overflow:hidden;position:absolute;top:20px;left:50%;transform:translateX(-50%);z-index:100;overflow:scroll;border-radius:8px}@keyframes LocationPopup_staticPopup__Do_Xu{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes LocationPopup_flicker__MU6Ik{0%{opacity:1}to{opacity:.2}}@media screen and (min-width:768px){.LocationPopup_popup_container__iTcy0{padding:1.25rem;background:#fff;max-width:1080px;max-height:380px;overflow:auto;width:75%;display:none;position:absolute;left:50%;transform:translateX(-50%);border-radius:.5rem;box-shadow:0 -1px 15px 0 rgba(0,0,0,.3);display:flex;flex-direction:column}.LocationPopup_popup_container__iTcy0 li{list-style:none}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC{padding:.75rem .75rem .5rem 1rem;width:100%;box-shadow:0 2px 6px 0 rgba(0,0,0,.078)}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD{display:inline-flex;flex-direction:row;justify-content:space-between;width:100%}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o{display:inherit;align-items:center;width:50%}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o .LocationPopup_search_icon__PGAua{padding:3px;margin-right:8px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o .LocationPopup_location_icon__tWn_W{padding:0 2px;margin-right:8px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o.LocationPopup_use_my_loc__CXiJm{padding:2px 4px;cursor:pointer;width:auto}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o.LocationPopup_use_my_loc__CXiJm:hover{background:rgba(255,0,0,.078);border-radius:4px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5{position:relative;display:flex;align-items:center;justify-content:space-between}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5 input{border:none;width:93%;margin-left:2rem;font-family:Lato Regular;font-size:16px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5:before{content:url(/image/search_venus_icon.svg);position:absolute;left:0;top:-7px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5 button{border:none;padding:0;background:transparent;cursor:pointer}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob{max-height:288px;overflow:auto}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob::-webkit-scrollbar{display:none}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo{padding:1rem 10px;border-bottom:1px solid #e7e7e7;display:flex;flex-direction:column;cursor:pointer}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo img{margin:.1rem .75rem 0 0}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo:hover{background-color:#e1dede;color:#6d6e71}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo .LocationPopup_top_part__N1bVB{margin-bottom:4px;display:flex}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo .LocationPopup_top_part__N1bVB .LocationPopup_address_line__NDtdv{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_saved_address_heading__HnQgK{display:inline-block;margin:32px 0 0 10px;font-style:normal;font-weight:500;font-size:12px;line-height:140%;text-transform:uppercase;color:#808387}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_saved_addresses__EyE_e{margin-top:0}.LocationPopup_popup_container__iTcy0 .LocationPopup_error_message__XBju3{color:#fff;background-color:#e41d36;padding:10px 0;line-height:1.3;font-size:12px;font-family:Lato Regular,sans-serif;text-align:center;position:fixed;left:0;bottom:0;width:100%}}@media screen and (max-width:768px){.LocationPopup_popup_container__iTcy0{background:#fff;overflow:auto;display:flex;width:100%;height:100%;flex-direction:column;position:absolute;box-shadow:0 -1px 15px 0 rgba(0,0,0,.3)}.LocationPopup_popup_container__iTcy0 li{list-style:none}.LocationPopup_popup_container__iTcy0 .LocationPopup_title_container__Ay4to{height:60px;display:flex;align-items:center;z-index:110;width:100%;box-shadow:0 3px 6px rgba(0,0,0,.05);background-color:#fff;position:fixed;top:0}.LocationPopup_popup_container__iTcy0 .LocationPopup_title_container__Ay4to img{margin-left:21px}.LocationPopup_popup_container__iTcy0 .LocationPopup_title_container__Ay4to .LocationPopup_page_title__j6RdR{margin-left:15px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC{width:100%;padding-top:80px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD{width:100%}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o{display:flex;flex-direction:row;align-items:center;padding:16px;gap:16px;background:#fff;border:1px solid #eee;box-shadow:0 2px 6px rgba(0,0,0,.08);border-radius:12px;margin:0 20px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o .LocationPopup_search_icon__PGAua{padding:3px;margin-right:8px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_portion__8PU_o .LocationPopup_location_icon__tWn_W{padding:0 2px;margin-right:8px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_placeholder__YTUXD .LocationPopup_use_my_loc__CXiJm{display:flex;align-items:center;gap:10px;margin:28px 20px 0;padding-bottom:10px;border-bottom:1px solid #e7e7e7}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5{position:relative;display:flex;flex-direction:row;align-items:center;padding:16px;gap:16px;background:#fff;border:1px solid #eee;box-shadow:0 2px 6px rgba(0,0,0,.08);border-radius:12px;margin:0 20px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5 input{border:none;width:93%;margin-left:2rem;font-family:Lato Regular;font-size:16px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5:before{content:url(/image/search_venus_icon.svg);position:absolute;left:15px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_search_bar_container__J5UeC .LocationPopup_search_bar__gDyf5 button{border:none;padding:0;background:transparent;cursor:pointer}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob{overflow:auto;margin:0 10px}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob::-webkit-scrollbar{display:none}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo{padding:1rem 10px;border-bottom:1px solid #e7e7e7;display:flex;flex-direction:column;cursor:pointer}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo img{margin:.1rem .75rem 0 0}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo:hover{background-color:#e1dede;color:#6d6e71}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo .LocationPopup_top_part__N1bVB{margin-bottom:4px;display:flex}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_address_item__XOTIo .LocationPopup_top_part__N1bVB .LocationPopup_address_line__NDtdv{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_saved_address_heading__HnQgK{display:inline-block;margin:32px 0 0 10px;font-style:normal;font-weight:500;font-size:12px;line-height:140%;text-transform:uppercase;color:#808387}.LocationPopup_popup_container__iTcy0 .LocationPopup_popup_wrapper__3z_2J .LocationPopup_address_list__xB5ob .LocationPopup_saved_addresses__EyE_e{margin-top:0}.LocationPopup_popup_container__iTcy0 .LocationPopup_error_message__XBju3{color:#fff;background-color:#e41d36;padding:10px 16px;line-height:1.3;font-size:12px;font-family:Lato Regular,sans-serif;text-align:center;position:fixed;left:0;bottom:0;width:100%}}@keyframes LocationHeader_staticPopup__FvqOC{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes LocationHeader_flicker__p9X13{0%{opacity:1}to{opacity:.2}}.LocationHeader_location_container__lf1Vk{display:flex;max-width:200px;cursor:pointer;position:relative}.LocationHeader_location_container__lf1Vk.LocationHeader_normal_cursor__8B9iw{cursor:default}.LocationHeader_location_container__lf1Vk .LocationHeader_location_pin__41xzc{margin:4px 6px 0 0}.LocationHeader_location_container__lf1Vk .LocationHeader_align_right__IsRCU{max-width:180px}.LocationHeader_location_container__lf1Vk .LocationHeader_align_right__IsRCU .LocationHeader_top_part__4foxs{position:relative;display:inline-flex;align-items:center}.LocationHeader_location_container__lf1Vk .LocationHeader_align_right__IsRCU .LocationHeader_top_part__4foxs .LocationHeader_city_name__N3tHg{margin-right:8px}.LocationHeader_location_container__lf1Vk .LocationHeader_align_right__IsRCU .LocationHeader_locality__2Ub9J{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LocationHeader_location_container__lf1Vk .LocationHeader_align_right__IsRCU .LocationHeader_locality__2Ub9J.LocationHeader_detecting__nGqHX{font-style:italic}@media screen and (max-width:800px){.LocationHeader_location_container__lf1Vk{margin:20px 20px 20px 6px}}.LocationHeader_location_container__lf1Vk .LocationHeader_toast_container__sKKky{position:absolute;top:50px;left:20px;background:#fff;display:flex;flex-direction:column;white-space:nowrap;padding:10px;border-radius:8px;box-shadow:-4px 0 6px 3px rgba(0,0,0,.1)}.LocationHeader_location_container__lf1Vk .LocationHeader_toast_container__sKKky:before{width:15px;aspect-ratio:1;background-color:#fff;content:"";position:absolute;inset:-10px 0 0 10px;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%)}.LocationHeader_location_container__lf1Vk .LocationHeader_toast_container__sKKky .LocationHeader_title__nA4jV{color:#0d0d0e;font-size:1rem;font-weight:700;font-family:Satoshi-Variable}.LocationHeader_location_container__lf1Vk .LocationHeader_toast_container__sKKky .LocationHeader_description__tK3e6{font-size:.8rem;color:#464646;white-space:nowrap;font-family:Satoshi-Variable}.LocationHeader_popup__EcY7a{display:flex;flex-direction:column;background:#fff;box-shadow:0 0 35px rgba(0,0,0,.35);padding:20px}.LocationHeader_popup__EcY7a .LocationHeader_heading__lTNNl{font-size:18px;font-weight:700;line-height:22px;color:#0d0d0e;margin-bottom:8px}.LocationHeader_popup__EcY7a .LocationHeader_message__L6WyI{font-size:15px;color:#6d6e71;margin-bottom:33px}.LocationHeader_popup__EcY7a .LocationHeader_cta_row__nlG0r{display:flex;justify-content:flex-end}.LocationHeader_popup__EcY7a .LocationHeader_cta_row__nlG0r .LocationHeader_cancel__bgcOX,.LocationHeader_popup__EcY7a .LocationHeader_cta_row__nlG0r .LocationHeader_confirm__odUER{min-width:120px;height:35px;font-size:14px;line-height:1.2;border-radius:4px;border:1px solid;margin-right:5px;transition:all .15s ease-in;background:#fff;cursor:pointer}.LocationHeader_popup__EcY7a .LocationHeader_cta_row__nlG0r .LocationHeader_cancel__bgcOX:hover,.LocationHeader_popup__EcY7a .LocationHeader_cta_row__nlG0r .LocationHeader_confirm__odUER:hover{box-shadow:inset 3px -3px 15px rgba(0,0,0,.2)}.LocationHeader_popup__EcY7a .LocationHeader_cta_row__nlG0r .LocationHeader_confirm__odUER{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}.LocationHeader_title5__azKGr{font-size:14px;font-weight:700;line-height:22px;color:#131312}.LocationHeader_text2__YT9Xi{font-size:12px;font-weight:500;line-height:140%;color:#464646;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}@keyframes EmptyCartContainer_staticPopup__Ja1Vl{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes EmptyCartContainer_flicker___BFBN{0%{opacity:1}to{opacity:.2}}.EmptyCartContainer_empty_cart__7LlgJ{height:100%;width:100%;overflow:hidden;text-align:center;top:0;left:0;background:#f8f8f8;margin-top:47px}.EmptyCartContainer_empty_cart__7LlgJ .EmptyCartContainer_empty_cart_image__Oddj1{margin:0 auto}@media screen and (max-width:800px){.EmptyCartContainer_empty_cart__7LlgJ .EmptyCartContainer_empty_cart_image__Oddj1{margin:45% auto 0}}.EmptyCartContainer_empty_cart__7LlgJ .EmptyCartContainer_empty_cart_image__Oddj1 img{width:80%;-o-object-fit:contain;object-fit:contain}.EmptyCartContainer_empty_cart__7LlgJ.EmptyCartContainer_empty_cart_desktop__gUffw{position:relative;z-index:auto;width:auto;display:flex;height:800px;flex-direction:column;justify-content:center;text-align:center;background:#fff;margin:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);align-items:center}.EmptyCartContainer_empty_cart__7LlgJ.EmptyCartContainer_empty_cart_desktop__gUffw .EmptyCartContainer_empty_cart_status__NkMaa{margin-top:2rem}.EmptyCartContainer_empty_cart__7LlgJ.EmptyCartContainer_empty_cart_desktop__gUffw .EmptyCartContainer_empty_cart_status__NkMaa button.EmptyCartContainer_continue_shopping_btn__cUoEh{box-shadow:0 0 15px rgba(0,0,0,.2);padding:12px 25px}@media screen and (max-width:800px){.EmptyCartContainer_empty_cart__7LlgJ.EmptyCartContainer_empty_cart_desktop__gUffw{height:500px}}.EmptyCartContainer_empty_cart__7LlgJ .EmptyCartContainer_empty_cart_status__NkMaa{overflow:hidden;display:block}.EmptyCartContainer_empty_cart__7LlgJ .EmptyCartContainer_empty_cart_status__NkMaa .EmptyCartContainer_empty_cart_message__6QSlt{color:#6d6e71;font-size:15px}.EmptyCartContainer_empty_cart__7LlgJ .EmptyCartContainer_empty_cart_status__NkMaa button.EmptyCartContainer_continue_shopping_btn__cUoEh{background-color:var(--theme-color);color:#fff;width:95%;font-size:16px;font-family:Lato Regular;font-weight:700;border:none;border-radius:3px;padding:10px 0;margin:10px auto}.Header_page_header__24DxN{position:fixed;top:0;background-color:#4a4a4a;width:100%;padding:10px 15px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;z-index:2}.Header_page_header__24DxN .Header_header_text__dmXQO{width:100%;text-align:center;font-size:18px;color:#fff;font-weight:600}.Header_page_header__24DxN .Header_back_arrow__GFfNv{float:left;width:7px;height:11px;margin-left:3px}@keyframes OrderMessages_staticPopup__gFUS0{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes OrderMessages_flicker__SKDvi{0%{opacity:1}to{opacity:.2}}.OrderMessages_warning_message__5_EL3{background-color:#fef9f5;color:#de6a0b;border:1px solid #de6a0b;border-radius:4px}.OrderMessages_success_message__drWcW,.OrderMessages_warning_message__5_EL3{display:block;text-align:center;font-size:14px;font-weight:600;padding:8px 0;margin:5px}.OrderMessages_success_message__drWcW{background-color:#fff;color:#417505;border:1px solid #417505;border-radius:4px}.OrderMessages_success_block_message__dWafu{display:block;background-color:#417505;color:#fff;text-align:center;margin-top:-10px;font-size:14px;font-weight:600;padding:8px 0;position:relative;width:calc(100% + 20px);left:-10px}@media screen and (max-width:800px){.OrderMessages_success_block_message__dWafu{margin-top:-18px}}@keyframes LoyaltyOrderItem_staticPopup__0Wov7{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes LoyaltyOrderItem_flicker__xA5Jv{0%{opacity:1}to{opacity:.2}}.LoyaltyOrderItem_cart_loyalty_container__m2RNG{padding:5px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);margin:5px;background-color:#ffdc93;background-image:url(/image/rebranding/png/meatopia_non_member_background.png);background-repeat:round}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_banner_cross_container__Bxi7_ img.LoyaltyOrderItem_licious_img__gXvNg{text-align:left;height:40px;margin:5px 5px 5px 10px;padding:5px 0}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_banner_cross_container__Bxi7_ img.LoyaltyOrderItem_cross_mark__fgBRB{float:right;margin:10px;width:11px;height:11px;cursor:pointer}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_cart_loyalty_info_container__2OjaT{margin-top:-11px;margin-left:10px}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_cart_loyalty_info_container__2OjaT .LoyaltyOrderItem_plan_name__KLPNa{font-size:14px;font-weight:700;line-height:17px;text-align:left;color:#323232;opacity:.6;margin-right:5px}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_cart_loyalty_info_container__2OjaT .LoyaltyOrderItem_cost_final__6BMhe{font-size:14px;font-weight:700;line-height:17px;text-align:left;color:var(--theme-color);margin-right:5px}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_cart_loyalty_info_container__2OjaT .LoyaltyOrderItem_cost_discount__EcGxa{font-size:12px;line-height:15px;text-align:left;color:#9b9b9b;text-decoration:line-through;margin-right:5px}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_cart_loyalty_info_container__2OjaT .LoyaltyOrderItem_right_content__0faeZ{font-size:10px;line-height:12px;text-align:left;color:var(--theme-color);text-decoration:underline;float:right;padding:5px;margin-right:5px;font-weight:600;cursor:pointer}.LoyaltyOrderItem_cart_loyalty_container__m2RNG .LoyaltyOrderItem_cart_loyalty_info_container__2OjaT .LoyaltyOrderItem_right_content__0faeZ img.LoyaltyOrderItem_dropdown__4Gd0S{width:11px;height:8px;padding:1px;margin-left:5px}@keyframes CartOrderItem_staticPopup__BF4tG{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CartOrderItem_flicker__cDRzv{0%{opacity:1}to{opacity:.2}}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF{display:block;margin:0 5px;padding:15px 10px;border-bottom:1px solid #f2f2f2;background:#fff}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_detail__FKjA0 .CartOrderItem_serial_no__0RPOJ{display:inline-block;padding:0 5px;background-color:#f2f2f2;color:#6d6e71;font-size:12px;vertical-align:middle}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_detail__FKjA0 .CartOrderItem_product_name__uB2yP{display:inline-block;font-size:13px;font-weight:700;color:#000;margin-left:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%;vertical-align:middle}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_detail__FKjA0 .CartOrderItem_icon_remove__jnp9q{float:right;color:#dadada;width:11px;margin-right:6px;display:block;text-align:center;cursor:pointer}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_detail__FKjA0 .CartOrderItem_icon_remove__jnp9q img{width:100%}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS{margin-top:10px}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_price__p3tPh{font-size:13px;display:inline-block;margin-left:15px}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_price__p3tPh .CartOrderItem_item_quantity__AdVX7{color:#6d6e71;border-radius:3px;padding:3px 9px;border:1px solid #6d6e71;margin-left:12px}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_price__p3tPh .CartOrderItem_item_discounted_price__H3aLe{color:var(--theme-color);margin-left:6px;vertical-align:middle;font-weight:700}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_price__p3tPh .CartOrderItem_item_base_price__WjYUY{text-decoration:line-through;color:#6d6e71;vertical-align:middle;margin-left:12px;font-weight:700}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H{float:right}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H .CartOrderItem_icon_minus__C5_09{background-color:#f7f6f6;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;width:23px;height:23px;top:0;left:0;float:left;position:relative;cursor:pointer}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H .CartOrderItem_icon_minus__C5_09:after{width:10px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:11px;left:6px;content:"";background-color:var(--theme-color)}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H .CartOrderItem_number_of_item__4Imuq{padding:4px 9px;color:#4a4a4a;font-size:14px;font-weight:600;vertical-align:text-bottom}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H .CartOrderItem_icon_plus__kRKGP{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;width:23px;height:23px;position:relative;top:0;left:0;background-color:#f7f6f6;float:right;cursor:pointer}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H .CartOrderItem_icon_plus__kRKGP:before{background-color:var(--theme-color);width:2px;height:12px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:6px;left:11px;content:""}.CartOrderItem_productContianer__NuWxj .CartOrderItem_product__NJMHF .CartOrderItem_item_quantity_info__2xOMS .CartOrderItem_item_count__HoF1H .CartOrderItem_icon_plus__kRKGP:after{background-color:var(--theme-color);width:12px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:11px;left:6px;content:""}.CartOrderItem_productContianer__NuWxj .CartOrderItem_loader-line__jelNU{height:3px;position:relative;overflow:hidden;width:100%;background-color:#ddd;border-radius:20px}.CartOrderItem_productContianer__NuWxj .CartOrderItem_loader-line__jelNU:before{content:"";position:absolute;left:-50%;height:3px;background-color:var(--theme-color);animation:CartOrderItem_lineAnim___gT5U 1s linear infinite;border-radius:20px}@keyframes CartOrderItem_lineAnim___gT5U{0%{left:0;width:0}50%{left:0;width:50%}to{left:0;width:100%}}.CrossSellCard_card_container__XzDAP{width:40%;margin-left:10px;display:inline-block}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_image__mnc2L{width:100%;line-height:1;position:relative}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_image__mnc2L .CrossSellCard_offer_discount__yc0iU{position:absolute;padding:4px 5px;top:0;border:1px solid var(--theme-color);background-color:#fff;color:#de1e36;right:0;font-size:10px;font-weight:600;z-index:20}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_desc__VQn8j{overflow:hidden;margin-top:5px}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_desc__VQn8j .CrossSellCard_item_name__e7B46{float:left;width:80%;font-size:12px;text-align:left;text-overflow:ellipsis;height:25px;overflow:hidden;-webkit-line-clamp:none;white-space:normal;line-height:1;vertical-align:middle}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_desc__VQn8j .CrossSellCard_item_name__e7B46 span{vertical-align:middle;display:table-cell}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_desc__VQn8j .CrossSellCard_add_item__6mNQP{width:20px;height:20px;position:relative;top:0;left:0;background-color:#f7f6f6;border:1px solid var(--theme-color);float:right;vertical-align:middle;cursor:pointer}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_desc__VQn8j .CrossSellCard_add_item__6mNQP:before{background-color:var(--theme-color);width:2px;height:10px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:4px;left:8px;content:""}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_desc__VQn8j .CrossSellCard_add_item__6mNQP:after{background-color:var(--theme-color);width:10px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:8px;left:4px;content:""}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq{display:flex;margin-top:5px}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq .CrossSellCard_item_amount__xX_YT{text-align:left;line-height:1}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq .CrossSellCard_item_amount__xX_YT .CrossSellCard_base_price__J_BzO{text-decoration:line-through;color:#cbcbcb;font-size:11px;vertical-align:middle}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq .CrossSellCard_item_amount__xX_YT .CrossSellCard_discounted_price___YTnn{display:inline-block;color:var(--theme-color);font-size:11px;margin-left:6px;vertical-align:middle}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq .CrossSellCard_quantity__eCCQW{line-height:1;position:relative}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq .CrossSellCard_quantity__eCCQW:before{content:"";display:block;position:absolute;height:15px;width:2px;top:4px;margin-left:5px;background-color:#cbcbcb}.CrossSellCard_card_container__XzDAP .CrossSellCard_item_details__Usihq .CrossSellCard_quantity__eCCQW .CrossSellCard_item_quantity___xZC_{font-size:12px;margin-left:12px;vertical-align:middle}.CrossSellPanel_new_offers_line__DNgfh{position:relative;margin:15px 0;z-index:1;text-align:center}.CrossSellPanel_new_offers_line__DNgfh .CrossSellPanel_line_desc__eHT3a{padding:10px;background:#f2f5f6;font-size:13px;font-weight:700;z-index:2}.CrossSellPanel_new_offers_line__DNgfh:after{border:.5px solid var(--theme-color);position:absolute;width:94%;top:15px;left:3%;z-index:-1;content:""}.CrossSellPanel_cross_sell_list__ppNHY{position:relative;width:100%;white-space:nowrap;overflow-y:hidden}.CrossSellPanel_cross_sell_list__ppNHY::-webkit-scrollbar{display:none}@keyframes CartBill_staticPopup__MoqUQ{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CartBill_flicker__cTRQ5{0%{opacity:1}to{opacity:.2}}.CartBill_bill_details__A7u0r{padding:10px 16px 16px;margin:13px 0 150px;border:1px dashed #9b9b9b;background:#fff}.CartBill_bill_details__A7u0r .CartBill_bill_heading__dFji9{font-family:Lato Regular;font-size:14px;font-weight:700;line-height:17px;text-align:left}.CartBill_bill_details__A7u0r .CartBill_bill_items__7ZeNH{display:flex;justify-content:space-between;font-family:Lato Regular;font-size:12px;line-height:15px;text-align:left;color:#6d6e71;padding-top:8px}.CartBill_bill_details__A7u0r .CartBill_bill_items__7ZeNH .CartBill_delivery_message__XtZbG{color:#417505}.CartBill_bill_details__A7u0r .CartBill_bill_total__TceJi{display:flex;justify-content:space-between;font-family:Lato Regular;padding-top:8px;border-top:1px solid rgba(0,0,0,.16);margin-top:7px}.CartBill_bill_details__A7u0r .CartBill_bill_total__TceJi .CartBill_key__UBoIX{font-weight:700px;font-family:Lato Regular;font-size:14px;font-weight:700;line-height:17px;text-align:left;color:#000}.CartBill_bill_details__A7u0r .CartBill_bill_total__TceJi .CartBill_value__PHq2t{font-family:Lato Regular;font-size:14px;font-weight:700;line-height:17px;text-align:right;color:var(--theme-color)}.CartBill_bill_details__A7u0r .CartBill_details_text__9z5fp{font-family:Lato Regular;font-size:10px;line-height:12px;text-align:left;color:#6d6e71}@keyframes PaymentFooter_staticPopup__Fj1PN{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes PaymentFooter_flicker__jOg_n{0%{opacity:1}to{opacity:.2}}.PaymentFooter_reorder_bottom_bar__8vO7Q{border-radius:5px;background:#fff}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT{display:flex;width:100%;z-index:30;border-radius:3px;box-shadow:0 -4px 16px 0 rgba(0,0,0,.2)}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_reorder_amount__pjpDA{width:50%;font-size:16px;font-weight:700;text-align:center;display:inline-block;vertical-align:middle;line-height:16px;color:#000;padding:10px}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_reorder_amount__pjpDA span{font-weight:400}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_reorder_amount__pjpDA img{margin:0 0 -1px 5px;width:14px;height:13.1px;cursor:pointer}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_reorder_amount__pjpDA .PaymentFooter_meatopia_subscript__fGE2k{font-weight:500;color:#d25d09;font-size:10px;margin-top:2px;display:flex;justify-content:center}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe{width:50%;padding:10px;background-color:var(--theme-color);color:#fff;border:none;border-radius:3px;cursor:pointer}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z:disabled,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe:disabled{background-color:#cfcfcf;pointer-events:none}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5{width:100%;display:inline-block;margin-left:20px;vertical-align:middle}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5.PaymentFooter_update_cart_btn__ZZ2yX,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5.PaymentFooter_update_cart_btn__ZZ2yX{margin:0}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5.PaymentFooter_update_cart_btn__ZZ2yX .PaymentFooter_reorder_section_one__OH9so,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5.PaymentFooter_update_cart_btn__ZZ2yX .PaymentFooter_reorder_section_one__OH9so{text-align:center}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_one__OH9so,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_one__OH9so{text-align:left;font-weight:700;font-size:15px;line-height:19px}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_one__OH9so span,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_one__OH9so span{color:#fff}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_one__OH9so img,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_one__OH9so img{width:6px;margin-left:30%}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_two__bv246,.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_proceed_payment_button__d8gCe .PaymentFooter_reorder_proceed_payment___U2X5 .PaymentFooter_reorder_section_two__bv246{font-size:10px;line-height:12px;text-align:left;color:#fff}.PaymentFooter_reorder_bottom_bar__8vO7Q .PaymentFooter_reorder_slot_summary_wrapper__k3RiT .PaymentFooter_disabled_btn__Wz14Z{background-color:#cfcfcf}@keyframes Address_staticPopup__h3w_S{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Address_flicker__1m90A{0%{opacity:1}to{opacity:.2}}.Address_addr_container__c1b9E,.Address_addr_container_chooseaddress__kbaoF,.Address_addr_container_noaddress__15udz{padding:10px 6px;background:#fff;box-shadow:0 -4px 16px 0 rgba(0,0,0,.2);border-top-left-radius:16px;border-top-right-radius:16px}@media screen and (min-width:800px){.Address_addr_container__c1b9E,.Address_addr_container_chooseaddress__kbaoF,.Address_addr_container_noaddress__15udz{padding:10px 16px;margin-right:0}}.Address_addr_container__c1b9E .Address_addr_content__eELz7,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7{width:95%;display:inline-block;margin-left:10px;vertical-align:middle}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_header__mZPTK,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_header__mZPTK,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_header__mZPTK{overflow:hidden;display:flex;justify-content:space-between}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC{display:flex}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_image__NvbEi,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_image__NvbEi,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_image__NvbEi{padding-right:8px;display:flex;justify-content:center;align-items:center}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_image__NvbEi img,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_image__NvbEi img,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_image__NvbEi img{width:16px;height:16px}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_name__B_W86,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_name__B_W86,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_label__vbxQC .Address_label_name__B_W86{font-style:normal;font-weight:700;font-size:16px;color:#0d0d0e}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_change_text__WqU8J,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_change_text__WqU8J,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_header__mZPTK .Address_address_change_text__WqU8J{display:flex;font-style:normal;font-weight:700;font-size:14px;color:var(--theme-color);cursor:pointer}.Address_addr_container__c1b9E .Address_addr_content__eELz7 .Address_addr_text__4UPqr,.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_text__4UPqr,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_text__4UPqr{text-overflow:ellipsis;white-space:nowrap;color:#6d6e71;font-size:14px;overflow:hidden}.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7{margin-left:0;width:100%;display:flex;align-items:center;justify-content:space-between}.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_address_change_text__WqU8J,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_address_change_text__WqU8J{float:right;font-size:11px;margin-top:5px;margin-right:10px;font-weight:600;color:var(--theme-color);cursor:pointer}.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_addr_title__aTKQM,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_addr_title__aTKQM{padding-left:5px;font-size:17px;font-weight:700}.Address_addr_container_chooseaddress__kbaoF .Address_addr_content__eELz7 .Address_add_address_btn__Z1tdM,.Address_addr_container_noaddress__15udz .Address_addr_content__eELz7 .Address_add_address_btn__Z1tdM{width:49%;font-size:16px;font-weight:700;font-family:Lato Regular,sans-serif;padding:10px 20px;background-color:var(--theme-color);color:#fff;border:none;border-radius:3px;vertical-align:middle;display:inline-block;cursor:pointer}.Address_addr_container_chooseaddress__kbaoF{display:flex}.Address_addr_container_chooseaddress__kbaoF span img{width:24px;margin-right:10px}.CartFooter_bottom_wrapper__KPk87{position:fixed;bottom:0;padding:10px 0;z-index:20;margin:0 auto;left:0;right:0}@keyframes ProfileTab_staticPopup__Jrf9f{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ProfileTab_flicker__sTNsa{0%{opacity:1}to{opacity:.2}}.ProfileTab_profile_tab__gRigS{padding:16px;background-color:#fff;display:flex;border-bottom:.5px solid rgba(0,0,0,.2)}.ProfileTab_profile_tab__gRigS .ProfileTab_tab_image__6xDU9{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;margin-right:15px}.ProfileTab_profile_tab__gRigS .ProfileTab_details__NnV00{display:flex;flex-direction:column}.ProfileTab_profile_tab__gRigS .ProfileTab_details__NnV00 .ProfileTab_title_text__SNGiE{font-size:13px;font-weight:500;line-height:1.38;color:#000;margin-bottom:1px;text-transform:uppercase}.ProfileTab_profile_tab__gRigS .ProfileTab_details__NnV00 .ProfileTab_desc_text__OzKpy{font-size:11px;font-weight:500;line-height:1.36;color:rgba(0,0,0,.4)}.ProfileTab_profile_tab__gRigS .ProfileTab_right_arrow__2UBbN{width:6px;height:10px;margin:auto 0 auto auto;-o-object-fit:contain;object-fit:contain}@keyframes LoyaltyBanner_staticPopup__cv18s{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes LoyaltyBanner_flicker__nbraL{0%{opacity:1}to{opacity:.2}}.LoyaltyBanner_non_member_banner__oCUyX{margin:25px 16px 16px;border-radius:10px;background-image:url(/image/meatopia_non_member_background.png);background-size:50%;background-color:#ffdc93;box-shadow:0 1px 4px 0 rgba(0,0,0,.2)}.LoyaltyBanner_non_member_banner__oCUyX .LoyaltyBanner_top_content__qpIuc{padding:8px 12px;display:flex;justify-content:space-between;align-items:center}.LoyaltyBanner_non_member_banner__oCUyX .LoyaltyBanner_top_content__qpIuc .LoyaltyBanner_logo__xhSuu{width:73.1px;height:20px;-o-object-fit:contain;object-fit:contain}.LoyaltyBanner_non_member_banner__oCUyX .LoyaltyBanner_top_content__qpIuc .LoyaltyBanner_join_now_btn__req4z{width:85px;height:26px;padding:5px 11.5px 6px;border-radius:5px;background-color:var(--theme-color);font-size:12px;font-weight:700;line-height:1.25;text-align:center;color:#fff;cursor:pointer}.LoyaltyBanner_non_member_banner__oCUyX hr{margin:0;border:1px solid rgba(0,0,0,.25)}.LoyaltyBanner_non_member_banner__oCUyX .LoyaltyBanner_bottom_content__7XeuD{padding:6px 12px;font-size:12px;line-height:1.25;color:#323232}.LoyaltyBanner_expired_banner__aE59E{margin:25px 16px 16px;border-radius:5px;background-color:#fff;display:flex;flex-direction:row;align-items:center;padding:12px;box-shadow:0 1px 4px 0 rgba(0,0,0,.2);text-align:left}.LoyaltyBanner_expired_banner__aE59E.LoyaltyBanner_no_margin__YUfKp{margin:16px 0 0}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_meatopia_logo__ep79G{width:69.1px;height:19px;-o-object-fit:contain;object-fit:contain}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_separator__BtLUD{width:1px;height:30px;margin:0 10px;background-color:#9b9b9b}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP{display:flex;justify-content:space-between;width:100%;align-items:center}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_expired_info__tZZsw{display:flex;flex-direction:column}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_expired_info__tZZsw .LoyaltyBanner_title_text__mhggG{font-size:13px;line-height:1.23;color:#323232}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_expired_info__tZZsw .LoyaltyBanner_total_savings_text__R5z0T{margin-top:5px;font-size:11px;font-weight:700;line-height:1.36;color:gray;text-transform:uppercase}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_expired_info__tZZsw .LoyaltyBanner_view_details_btn__vLqWG{margin-top:5px;font-weight:700;font-size:12px;line-height:14px;color:var(--theme-color);opacity:.8;cursor:pointer}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_renew_btn__05TN0{cursor:pointer}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_renew_btn__05TN0 span{font-size:12px;font-weight:700;line-height:1.25;color:var(--theme-color)}.LoyaltyBanner_expired_banner__aE59E .LoyaltyBanner_expired_details__E_GpP .LoyaltyBanner_renew_btn__05TN0 img{width:6px;height:10px;-o-object-fit:contain;object-fit:contain;margin-left:5px}.LoyaltyBanner_cart_loyalty_banner__SJ6aK{margin-top:10px;cursor:pointer}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_ll_cart_msg__wF9z_{font-size:14px;font-weight:500;margin-bottom:5px}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_loyalty_non_member_banner__G4Wts{width:100%;border-radius:5px;box-shadow:0 4px 10px 0 hsla(0,0%,72%,.5);border:1px solid #9b9b9b;background-color:#ffdc93;background-image:url(/image/rebranding/png/meatopia_non_member_background.png);background-repeat:round}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_loyalty_non_member_banner__G4Wts .LoyaltyBanner_loyalty_non_member_banner_top__gT2E_{background-size:cover;display:flex;align-items:center;padding:15px 5px;border-radius:5px}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_loyalty_non_member_banner__G4Wts .LoyaltyBanner_loyalty_non_member_banner_top__gT2E_ img.LoyaltyBanner_loyalty_banner_licious_non_member_logo__Msx1G{width:25%;margin-left:5px}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_loyalty_non_member_banner__G4Wts .LoyaltyBanner_loyalty_non_member_banner_top__gT2E_ .LoyaltyBanner_loyalty_non_member_banner_redirection_text__XEAGO{display:flex;margin-left:auto;cursor:pointer}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_loyalty_non_member_banner__G4Wts .LoyaltyBanner_loyalty_non_member_banner_top__gT2E_ .LoyaltyBanner_loyalty_non_member_banner_redirection_text__XEAGO span{font-weight:700;font-size:14px;line-height:15px;text-align:right;color:var(--theme-color)}.LoyaltyBanner_cart_loyalty_banner__SJ6aK .LoyaltyBanner_loyalty_non_member_banner__G4Wts .LoyaltyBanner_loyalty_non_member_banner_top__gT2E_ .LoyaltyBanner_loyalty_non_member_banner_redirection_text__XEAGO img{margin:5px 5px 0;width:10px;height:6px;transform:rotate(-90deg)}.LoyaltyBanner_zero_margin__k5YHM{margin:0}@keyframes MessageToast_staticPopup__hDwZ8{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes MessageToast_flicker__Rw2zc{0%{opacity:1}to{opacity:.2}}.MessageToast_add_message__BFXm9{position:fixed;bottom:0;font-size:12px;color:#fff;padding:10px 15px;background:#de6a0b;z-index:360;width:100%;left:0;display:none;height:45px;bottom:59px;font-family:Lato Regular,sans-serif}.MessageToast_add_message__BFXm9.MessageToast_static__z8b6N{display:inline-block;position:static;padding:4px 25px;margin-left:0;margin-top:31px;width:700px;text-align:center}.MessageToast_add_message__BFXm9.MessageToast_static__z8b6N.MessageToast_hide__iZLq0{display:none}.MessageToast_add_message__BFXm9 img{display:inline-block;vertical-align:text-bottom;margin-right:15px;width:19px}.MessageToast_add_message__BFXm9 span{float:right;color:#9b9b9b;border:1px solid #857a7a;border-radius:50%;background:#fff;width:22px;height:22px;font-size:20px;text-align:center;line-height:.9;font-weight:700;display:none}@keyframes UnavailableItem_staticPopup__DPIAT{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes UnavailableItem_flicker__qCfOh{0%{opacity:1}to{opacity:.2}}.UnavailableItem_unavailable_item__PVCmL{border:1px solid var(--theme-color);background-color:rgba(228,29,54,.05)}.UnavailableItem_unavailable_item__PVCmL .UnavailableItem_item_header___JwiS{color:var(--theme-color);font-size:14px;padding:5px 15px 0}.UnavailableItem_unavailable_item__PVCmL .UnavailableItem_items_list__ktczD{width:100%}.UnavailableItem_unavailable_item__PVCmL .UnavailableItem_items_list__ktczD .UnavailableItem_description___lKod{padding:10px 15px;height:70px}.UnavailableItem_unavailable_item__PVCmL .UnavailableItem_items_list__ktczD .UnavailableItem_description___lKod .UnavailableItem_name__rwks9{font-size:13px;float:left;color:#000}.UnavailableItem_unavailable_item__PVCmL .UnavailableItem_items_list__ktczD .UnavailableItem_description___lKod .UnavailableItem_quantity__Rnvwd{font-size:13px;float:right;color:#6d6e71}@keyframes MeatopiaActivationPopup_staticPopup__sKpMf{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes MeatopiaActivationPopup_flicker__SxNO0{0%{opacity:1}to{opacity:.2}}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_popup_close__n3Wfg{cursor:pointer;display:flex;margin:0 auto 12px}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-color:#fff;border-radius:8px 8px 0 0}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_logo__wz7uj{display:flex;align-items:center;padding:0 5px 5px 0}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_logo__wz7uj .MeatopiaActivationPopup_meatopia_member_logo__GwPj_{height:33px}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_main__c3PA1{display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0 0 0 2px}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_main__c3PA1 .MeatopiaActivationPopup_meatopia_text_top__cyrPh{font-weight:700;font-size:18px;line-height:150%;color:rgba(0,0,0,.8);margin:8px 0}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_main__c3PA1 .MeatopiaActivationPopup_meatopia_text_bottom__JbMZO{font-size:13px;line-height:18px;color:rgba(0,0,0,.8)}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_click__JUzSj{padding:10px;margin-top:18px;text-align:center;font:700 18px/22px Lato Regular;letter-spacing:0;color:#fff;background:var(--theme-color) 0 0 no-repeat padding-box;border-radius:5px;width:100%}.MeatopiaActivationPopup_meatopia_banner__CfHQv .MeatopiaActivationPopup_meatopia_container_wrapper__jtYCy .MeatopiaActivationPopup_meatopia_click__JUzSj .MeatopiaActivationPopup_meatopia_proceed__oxPB4{font-weight:700;font-size:18px;line-height:22px}@keyframes ComboModal_staticPopup__kE5Te{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ComboModal_flicker__8cphT{0%{opacity:1}to{opacity:.2}}.ComboModal_modal_wrapper__shEil{display:none;position:fixed;width:100%;bottom:0;left:0;z-index:1002}.ComboModal_modal_wrapper__shEil .ComboModal_buttonContainer__QuLEd{background:none;color:inherit;border:none;padding:0 7px;font:inherit;cursor:pointer;outline:inherit;margin-left:calc(50% - 29px)}.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ{height:100%;position:relative;margin:5px;background:#fff;border-radius:3px;padding-bottom:2px}.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ .ComboModal_modal_header__1iB_X{position:relative;font:700 18px/22px Lato Regular;letter-spacing:0;color:#000;opacity:1;font-size:18px;padding:16px 10px 8px}.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ .ComboModal_modal_text__2UvJS{text-align:left;letter-spacing:0;color:#6d6e71;opacity:1;padding:0 10px;font-size:14px}.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ .ComboModal_btn_row__HNkns{display:flex;margin:10px 10px 4px}.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ .ComboModal_btn_row__HNkns .ComboModal_btn_no__un3Rw,.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ .ComboModal_btn_row__HNkns .ComboModal_btn_yes___AJVj{flex:.5;padding:10px;margin:10px 10px 10px 0;text-align:center;font:700 18px/22px Lato Regular;letter-spacing:0;color:gray;background:transparent;border-radius:5px;border:1px solid gray;opacity:1}.ComboModal_modal_wrapper__shEil .ComboModal_modal_container__w3ITZ .ComboModal_btn_row__HNkns .ComboModal_btn_yes___AJVj{color:#fff;background:var(--theme-color);border:none;margin:10px 0 10px 10px}@keyframes ShinyMessageComponent_staticPopup__lDKrA{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ShinyMessageComponent_flicker__euoZO{0%{opacity:1}to{opacity:.2}}@keyframes ShinyMessageComponent_ShineAnimation__L4NWp{0%{background-repeat:no-repeat;background-image:linear-gradient(290deg,hsla(0,0%,100%,0) 54%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 55%,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 0);background-position:-250px -250px;background-size:600px 600px}to{background-repeat:no-repeat;background-position:250px 250px}}.ShinyMessageComponent_shiny_component__RSzdU{display:flex;position:fixed;top:55px;width:100%;background:#417505;color:#fff;text-align:center;font-size:14px;font-weight:600;padding:8px 5px;animation-name:ShinyMessageComponent_ShineAnimation__L4NWp;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.1,-.6,.2,0)}@keyframes AlertPopup_staticPopup__RAydH{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes AlertPopup_flicker__53Fll{0%{opacity:1}to{opacity:.2}}.AlertPopup_staticPopup__RAydH{transform:translateY(200vh);transition:transform .5s;-webkit-transition:transform .5s;font-family:Lato Regular;width:100%;height:100%}.AlertPopup_staticPopup__RAydH .AlertPopup_staticPopupWrapper__Q1zU2 .AlertPopup_staticPopupContent__b_Z0_{font-size:18px;line-height:22px;background-color:#fff;padding:30px 33px}.AlertPopup_staticPopup__RAydH .AlertPopup_staticPopupWrapper__Q1zU2 .AlertPopup_staticPopupContent__b_Z0_ .AlertPopup_title__uLw_V{padding-bottom:8px;color:#000;font-size:24px;line-height:29px;font-weight:700}.AlertPopup_staticPopup__RAydH .AlertPopup_staticPopupWrapper__Q1zU2 .AlertPopup_staticPopupContent__b_Z0_ .AlertPopup_desc__xVqZG{color:#6d6e71;font-size:14px}.AlertPopup_staticPopup__RAydH .AlertPopup_staticPopupWrapper__Q1zU2 .AlertPopup_staticPopupContent__b_Z0_ .AlertPopup_closeButton__f_MDe{background-color:var(--theme-color);border-radius:5px;text-align:center;padding:10px 0;color:#fff;font-weight:700;cursor:pointer;margin:20px 0 0}.AlertPopup_staticPopup__RAydH.AlertPopup_staticPopup_show__FfZMR{transform:translateY(0)}@keyframes CartContainer_staticPopup__jgjeZ{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CartContainer_flicker__DauqG{0%{opacity:1}to{opacity:.2}}.CartContainer_modal_overlay__DYNK2{display:none;height:100vh;width:100%;background-color:rgba(0,0,0,.5);z-index:1001;position:absolute;top:0}.CartContainer_cart_header_website__WvK0s{padding:12px 17px 27px 12px;background:#fff}.CartContainer_cart_header_website__WvK0s .CartContainer_cart_header_text__ryBYx{font-size:20px;font-weight:700;display:inline-block}.CartContainer_container__l3Jic{margin-top:55px;width:100%}.CartContainer_container__l3Jic.CartContainer_container_website__85TSn{margin-top:0}.CartContainer_container__l3Jic .CartContainer_cart_details__WwfcT{padding:10px}@media screen and (max-width:800px){.CartContainer_container__l3Jic .CartContainer_cart_details__WwfcT{margin-top:10px;padding:0}}.CartContainer_container__l3Jic .CartContainer_combo_toast__BtNSV{position:relative;z-index:25;transition:all .45s ease-in;box-shadow:0 0 20px rgba(0,0,0,.4);text-align:center;border:1px solid #d25d09;width:100%;margin:5px 0;color:#d25d09;background:#fffdf9;padding:4px;font-size:14px;top:0}.CartContainer_container__l3Jic .CartContainer_order_list__fK47O{box-shadow:0 0 4px rgba(0,0,0,.2)}@media screen and (max-width:800px){.CartContainer_container__l3Jic{padding:10px}}.StoreLocator_store_locator__aEXev{display:flex;flex-direction:row;align-items:center;gap:8px}.StoreLocator_store_locator_text__k7mun{font-size:14px;line-height:18.9px;font-weight:500;margin:0;padding:0;color:#0d0d0e;text-decoration:none}.StoreLocator_store_locator_text__k7mun.StoreLocator_active__dN0vu{font-weight:500;color:#d11243}@media(max-width:768px){.StoreLocator_store_locator__aEXev{display:none}}.StoreLocator_satoshiFont___cCZe{font-family:Satoshi-Variable}@keyframes PageHeader_staticPopup__trXXs{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes PageHeader_flicker__RPvol{0%{opacity:1}to{opacity:.2}}.PageHeader_top_navigation_section__VOhF6{width:100%;border-bottom:1px solid #eee;box-shadow:0 3px 6px 0 rgba(0,0,0,.1);position:sticky;top:0;z-index:1}.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5{display:flex;align-items:center;padding:14px 0;background:#fff;position:relative;height:80px;gap:20px;max-width:1080px;width:100%;margin:0 auto}.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5 .PageHeader_licious_logo__HnP0R{cursor:pointer}.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5 .PageHeader_thirdSection__uzsxo{display:grid;grid-template-columns:max-content max-content max-content max-content;align-items:center;gap:20px}.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5 .PageHeader_help_btn__5VtYM{width:100px;height:30px;border-radius:4px;border:1px solid #6d6e71;font-size:12px;color:#6d6e71;background-color:#fff;cursor:pointer}@media screen and (max-width:900px){.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5{padding-left:20px;padding-right:20px}}@media screen and (max-width:800px){.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5{height:50px}.PageHeader_top_navigation_section__VOhF6 .PageHeader_header_container__H5AU5.PageHeader_increased_height__YL10j{height:70px!important}}.PageHeader_top_navigation_section__VOhF6 .PageHeader_location_container__FkCVy{display:flex;margin-left:2%;margin-right:3%;cursor:pointer}.PageHeader_top_navigation_section__VOhF6 .PageHeader_dropLocation__f0OA_{width:28px;height:26px;margin-top:2px;margin-left:10px;-o-object-fit:contain;object-fit:contain}.PageHeader_top_navigation_section__VOhF6 .PageHeader_location__U2eCy{color:#4a4a4a;display:flex;flex-direction:column;text-align:left;margin-left:5px;position:relative}.PageHeader_top_navigation_section__VOhF6 .PageHeader_addressCity__LWdvh{font-size:10px;font-weight:400;text-transform:uppercase;max-width:20ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageHeader_top_navigation_section__VOhF6 .PageHeader_addressArea__OL2UV{font-size:12px;font-weight:700;max-width:18ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PageHeader_top_navigation_section__VOhF6 .PageHeader_addressArea__OL2UV .PageHeader_loc_detect__dh8GU{font-size:13px;font-weight:400;font-stretch:normal;font-style:italic;line-height:1.38;letter-spacing:normal;text-align:left;color:rgba(49,49,49,.4);position:relative;top:10%}.PageHeader_top_navigation_section__VOhF6 .PageHeader_addressArea__OL2UV .PageHeader_loc_detect__dh8GU .PageHeader_inline_loader__NpA1F{width:15%;vertical-align:middle;position:relative;bottom:2px;left:0;margin-left:3%}.PageHeader_top_navigation_section__VOhF6 .PageHeader_addressArea__OL2UV .PageHeader_loc_detect__dh8GU .PageHeader_inline_loader__NpA1F img{width:100%}.PageHeader_top_navigation_section__VOhF6 .PageHeader_dropdownArrow__GxYE0{width:13.2px;position:absolute;height:9px;right:-20px;bottom:5px}@media(max-width:769px){.PageHeader_licious_logo__HnP0R,.PageHeader_top_navigation_section__VOhF6[data-page=listingpage],.PageHeader_top_navigation_section__VOhF6[data-page=productpage]{display:none}.PageHeader_top_navigation_section__VOhF6>.PageHeader_header_container__H5AU5{padding:10px;cursor:pointer}}.PageHeader_satoshiFont__LZR_C{font-family:Satoshi-Variable}@keyframes BottomNav_staticPopup__Gpcm_{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes BottomNav_flicker__3y_DP{0%{opacity:1}to{opacity:.2}}.BottomNav_bottombar_container__n9orX{height:68px;position:fixed;bottom:0;background-color:#fff;display:flex;padding:0 24px;justify-content:space-between;align-items:center;width:100%;box-shadow:0 -2px 8px rgba(0,0,0,.08);z-index:10}.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy{display:inline-flex;width:100%;justify-content:space-between}.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy li.BottomNav_nav_item__v69iG{padding:4px}.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy li.BottomNav_nav_item__v69iG img.BottomNav_nav_icon__24cH7{height:22px;width:22px}.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy li.BottomNav_nav_item__v69iG .BottomNav_bottom_items__7ApFw{display:flex;flex-direction:column;align-items:center}.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy li.BottomNav_nav_item__v69iG .BottomNav_bottom_items__7ApFw .BottomNav_title__UIj_c,.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy li.BottomNav_nav_item__v69iG .BottomNav_bottom_items__7ApFw .BottomNav_title_active__nFVZZ{text-align:center;color:#313131;margin-top:4px}.BottomNav_bottombar_container__n9orX ul.BottomNav_nav_list__9VDHy li.BottomNav_nav_item__v69iG .BottomNav_bottom_items__7ApFw .BottomNav_title_active__nFVZZ{color:var(--theme-color)}@media(min-width:769px){.BottomNav_bottombar_container__n9orX{display:none}}.styles_draggableWrapper___4HSe{position:relative;width:100%;display:flex}.styles_draggableWrapper___4HSe .styles_draggable__xSbij{width:100%;height:100%;height:-moz-fit-content;height:fit-content;position:absolute;z-index:2;top:0;left:0}.styles_draggableWrapper___4HSe .styles_closeCTAContainer__kPBRK{width:80px;height:100%;background:#f1c3c3;border-radius:12px;display:flex;position:absolute;top:0;right:0;z-index:1;transition:right .5s}.styles_draggableWrapper___4HSe .styles_closeCTAContainer__kPBRK img{width:24px;aspect-ratio:1;margin-left:auto;margin-right:20px}.styles_bottom_text__Wc8hE{color:#a0a0a0;font-size:12px;font-weight:500;line-height:140%;display:flex}.styles_bottom_text__Wc8hE .styles_prefix__Y_4yk{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_bottom_text__Wc8hE .styles_suffix__6oP7V{flex-shrink:0;margin-left:-2px}.RatingNudge_nudge_container__XSKnv{--borderRadius:12px;bottom:68px;width:100%;box-sizing:border-box;box-shadow:0 -2px 8px rgba(0,0,0,.15);border-radius:var(--borderRadius);border:1px solid #e7e7e7;box-shadow:4px 2px 11px 0 rgba(0,0,0,.15);overflow:hidden}.RatingNudge_nudge_container__XSKnv *{font-family:Satoshi-Variable!important}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm{padding:12px 16px;display:flex;align-items:center;justify-content:space-around;background:#fff}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc{display:flex;width:100%;align-items:center}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc img{width:53px;aspect-ratio:1;flex-shrink:0;border-radius:8px;margin-right:10px}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc img.RatingNudge_img_small__dp_Qr{width:42px}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_text__jw4ov{width:60%;display:flex;flex-direction:column;gap:1px}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_text__jw4ov .RatingNudge_title__YwDDO{font-size:14px;font-weight:700;color:#4d4d4f}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_text__jw4ov .RatingNudge_description__CR6T_{color:#4d4d4f;font-size:12px;font-weight:500;line-height:140%}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_right_container__YGU5X{display:flex;margin-left:auto;gap:16px}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_right_container__YGU5X .RatingNudge_rate_order_btn__Hz1oZ{all:unset;color:#d11243;font-size:14px;font-weight:700;cursor:pointer}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_right_container__YGU5X .RatingNudge_close_rating__PZqpo{all:unset;width:24px;height:24px;aspect-ratio:1;border-radius:50%;box-shadow:0 2px 8px 0 rgba(0,0,0,.15);cursor:pointer}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_image_text_box__d7hWc .RatingNudge_right_container__YGU5X .RatingNudge_close_rating__PZqpo img{width:100%;-o-object-fit:contain;object-fit:contain}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_rate__kHvU7{border:none;background-color:inherit;color:#d11243;font-weight:700;font-size:14px;line-height:19px;margin-right:35px}.RatingNudge_nudge_container__XSKnv .RatingNudge_bottom_container__Xxlk0{padding:6px 16px 12px;display:flex;justify-content:space-between;align-items:center;background:#f8f8f8}.RatingNudge_nudge_container__XSKnv .RatingNudge_bottom_container__Xxlk0 span{color:#464646;font-size:14px;font-weight:500}.RatingNudge_nudge_container__XSKnv .RatingNudge_bottom_container__Xxlk0 .RatingNudge_contactUsContainer__ysQFt{all:unset;display:flex;align-items:center;cursor:pointer}.RatingNudge_nudge_container__XSKnv .RatingNudge_bottom_container__Xxlk0 .RatingNudge_contactUsContainer__ysQFt span{color:#d11243;font-size:12px;font-weight:700;line-height:140%}.RatingNudge_nudge_container__XSKnv .RatingNudge_bottom_container__Xxlk0 .RatingNudge_contactUsContainer__ysQFt img{width:10px;height:10px;margin-left:4px}@media screen and (min-width:800px){.RatingNudge_nudge_container__XSKnv.RatingNudge_nudge_container_web__ACoiA .RatingNudge_upper_container__fdDYm{max-width:800px;margin:auto;padding:12px 0}.RatingNudge_nudge_container__XSKnv.RatingNudge_nudge_container_web__ACoiA .RatingNudge_bottom_container__Xxlk0{padding:6px 7% 12px 8%}.RatingNudge_nudge_container__XSKnv{bottom:0}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm{justify-content:center}.RatingNudge_nudge_container__XSKnv .RatingNudge_upper_container__fdDYm .RatingNudge_rate__kHvU7{cursor:pointer;margin-left:25%}.RatingNudge_nudge_container__XSKnv .RatingNudge_cancel__Kozjf{right:25%}}.styles_description_container__6v5_v{display:flex;flex-direction:column;flex:1;gap:4px;width:60%}.styles_label__KCz_L{margin:0;color:#4d4d4f;font-size:14px;font-weight:700}.styles_sub_label__pkhlk{display:inline-block;color:#4d4d4f!important}.styles_delivery_label__BaYhq,.styles_sub_label__pkhlk{margin:0;font-size:12px;font-weight:500;line-height:140%}.styles_delivery_label__BaYhq{color:#464646}.styles_link_btn__l9PLU{font-weight:700;font-size:14px;line-height:19px;color:#d11243;background-color:#fff;border:none}.styles_link_btn__l9PLU:hover{color:#630019;cursor:pointer}.styles_contained_btn__UeHqE{font-weight:700;font-size:14px;line-height:19px;color:#fff;border-radius:6px;background-color:#d11243;border:1px solid #d11243;padding:4px 12px}.styles_timer_container__Gt8Cu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:52px;width:52px;background:#fdf3f6;border-radius:6px}.styles_timer_container__Gt8Cu .styles_value__FGBZ7{margin:0;font-size:14px;font-weight:700;color:#d11243;letter-spacing:.5px}.styles_timer_container__Gt8Cu .styles_label__KCz_L{margin:0;font-weight:500;font-size:12px;color:#d11243}.styles_mask_class__C7f1M{mask-type:alpha}.styles_percent_circle__ChBWI{transform:rotate(-90deg);transform-origin:center;transform-box:fill-box}.styles_timer_value__qPD_B{font-size:20px;font-weight:700;fill:#0d0d0e}.styles_timer_label__4oBcm{font-size:11px;font-weight:500;fill:#808387}.styles_container__uyxCv{background-color:#fff;border:1px solid #e7e7e7;box-shadow:0 -2px 8px rgba(0,0,0,.15);min-height:81px;border-radius:12px;overflow:hidden}.styles_container__uyxCv *{font-family:Satoshi-Variable}.styles_content__Qhe3j{padding:12px 16px;align-items:flex-start;max-width:800px;width:100%;margin:auto;display:flex;gap:12px}.styles_deliveryAlertMessage__FmaHa{background:rgba(247,200,85,.5);padding:6px 12px;color:#4d4d4f;font-size:14px;font-weight:500}.styles_nudge_img__c4mjj{height:60px;width:60px}@media(max-width:800px){.styles_container__uyxCv{bottom:65px}}@media(min-width:800px){.styles_container__uyxCv{bottom:0}}@keyframes TopNav_staticPopup__pvHrI{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes TopNav_flicker__YZG2T{0%{opacity:1}to{opacity:.2}}.TopNav_top_nav_mobile__DO7bW{width:100%;min-height:54px;padding:18px 16px;background:#fff;top:0;left:0;position:sticky;z-index:10;display:flex;flex-direction:column}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa{display:flex;position:relative;align-items:center}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa a{font-weight:700;font-size:20px;line-height:23px;color:#000}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa a img.TopNav_left_arrow__isgzp{margin-right:16px}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa img.TopNav_dropdown_arrow__RngX6{margin-left:4px;transform:rotate(0deg) translate(-8px,-3px)}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa img.TopNav_dropdown_arrow__RngX6.TopNav_flip__Xtv2G{transform:rotate(180deg) translate(6px,3px)}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa img.TopNav_search_icon__DNsF2{position:absolute;right:0}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa .TopNav_help_btn__41Eua{position:absolute;right:0;color:#675c5c;font-size:13px}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa .TopNav_top_nav_heading__SdXr8{margin-right:.75rem;display:inline-flex}.TopNav_top_nav_mobile__DO7bW .TopNav_nav_container__GdjJa .TopNav_top_nav_heading__SdXr8 .TopNav_extra_text__KbdnB{margin-left:.5rem}.TopNav_top_nav_mobile__DO7bW .TopNav_dropdown_container__lD46f{height:100vh;width:100vw;background:rgba(0,0,0,.639);position:fixed;left:0;top:54px;z-index:1}.TopNav_top_nav_mobile__DO7bW .TopNav_dropdown_container__lD46f .TopNav_dropdown_list__b5Bx_{padding:12px 24px 24px;width:100%;display:flex;flex-direction:column;overflow:auto;max-height:80vh;background-color:#fff}.TopNav_top_nav_mobile__DO7bW .TopNav_dropdown_container__lD46f .TopNav_dropdown_list__b5Bx_::-webkit-scrollbar{display:none}.TopNav_top_nav_mobile__DO7bW .TopNav_dropdown_container__lD46f .TopNav_dropdown_list__b5Bx_ .TopNav_dropdown_item__4B_6D{padding:12px 8px;border-bottom:1px solid #f4f5ff;width:100%;list-style:none;display:inline-flex;align-items:center}.TopNav_top_nav_mobile__DO7bW .TopNav_dropdown_container__lD46f .TopNav_dropdown_list__b5Bx_ .TopNav_dropdown_item__4B_6D .TopNav_dropdown_item_img__aq9Jb{margin-right:20px}.TopNav_top_nav_mobile__DO7bW .TopNav_dropdown_container__lD46f .TopNav_dropdown_list__b5Bx_ .TopNav_dropdown_item__4B_6D .TopNav_dropdown_item_name__fKg20{color:#313131}@media(min-width:770px){.TopNav_top_nav_mobile__DO7bW{display:none}}@keyframes SearchBar_staticPopup__kzfG_{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes SearchBar_flicker__DhRdJ{0%{opacity:1}to{opacity:.2}}.SearchBar_search_header__NnNES{background-color:#323232;padding:7px;z-index:203;display:block;position:fixed;top:0;left:0;width:100%}.SearchBar_search_header__NnNES .SearchBar_left_div__x1zfa{display:inline-block;line-height:1;vertical-align:middle;width:8%;margin-right:3px}.SearchBar_search_header__NnNES .SearchBar_left_div__x1zfa .SearchBar_back_arrow__gtE5R{margin-left:5px}.SearchBar_search_header__NnNES .SearchBar_right_div__TI1Sm{display:inline-block;width:90%;border-radius:3px;background-color:#fff;padding:5px}.SearchBar_search_header__NnNES .SearchBar_right_div__TI1Sm input{font-family:Lato Regular,sans-serif;font-size:14px;padding:5px 5px 0}.SearchBar_search_header__NnNES .SearchBar_right_div__TI1Sm input:focus{outline:none}.SearchBar_search_header__NnNES .SearchBar_right_div__TI1Sm .SearchBar_search_type___AbVO{border:none;width:90%}.SearchBar_search_header__NnNES .SearchBar_right_div__TI1Sm .SearchBar_search_icon_class__Dh5UR{float:right;margin-right:7px;margin-top:5px}.SearchBar_search_bar_venus__Xa6ZS{border:1px solid #d8d8d8;border-radius:4px;padding:18px 10px 14.5px;background:#f8f8f8;width:100%;font-weight:500;font-size:16px;line-height:19px;margin-top:64px}.SearchBar_search_bar_venus__Xa6ZS::-moz-placeholder{font-family:Lato Regular;font-size:16px;line-height:19px;color:#a2a2a2}.SearchBar_search_bar_venus__Xa6ZS::placeholder{font-family:Lato Regular;font-size:16px;line-height:19px;color:#a2a2a2}.PopUp_cart_alert_pop_up_container__Cefdy{z-index:300;overflow:scroll}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp{background:rgba(0,0,0,.5);z-index:300;transform:translateY(800px);transition:transform .5s;-webkit-transition:transform .5s}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X{background:#fff;padding:10px;display:block;position:fixed;width:35%}@media screen and (max-width:800px){.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X{bottom:0;width:100%}}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X *{font-family:Satoshi-Variable!important}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_top_div__6GsqF{padding:5px;text-align:center;margin-left:10px}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_top_div__6GsqF .PopUp_pop_up_header__A48Nm{font-size:20px;font-weight:700;line-height:24px;text-align:left}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_top_div__6GsqF .PopUp_pop_up_cross_mark__PiBqZ{float:right;position:relative;bottom:20px}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_top_div__6GsqF .PopUp_pop_up_cross_mark__PiBqZ img{width:11px}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_mid_div__aSUHM{padding:5px;text-align:center;margin-left:10px}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_mid_div__aSUHM .PopUp_pop_up_desc__3s_X3{font-size:14px;line-height:20px;font-weight:400;text-align:left;color:#6d6e71}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_bottom_div__GmjpE{padding:5px;text-align:center}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_bottom_div__GmjpE .PopUp_repeat_confirm_btn__968ea{width:45%;margin:10px 5px;float:right;position:relative;bottom:7px}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_bottom_div__GmjpE .PopUp_repeat_confirm_btn__968ea .PopUp_repeat_button__OYB3c{border-radius:5px;background-color:#d11243;border:1px solid #d11243;padding:10px 20px;font-size:14px;font-weight:600;line-height:17px;text-align:center;color:#fff;width:100%;cursor:pointer}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_bottom_div__GmjpE .PopUp_existing_cart_btn__nKLRg{width:45%;margin:10px 5px;float:left;position:relative;bottom:7px}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp .PopUp_pop_container__wks_X .PopUp_bottom_div__GmjpE .PopUp_existing_cart_btn__nKLRg button{border-radius:5px;color:#d11243;border:1px solid #e7e7e7;padding:10px 20px;font-size:14px;font-weight:600;line-height:17px;text-align:center;background-color:#fff;width:100%;cursor:pointer}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp.PopUp_show__OMZzA{transform:translateY(0)}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp.PopUp_lock_screen__TyVln{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:405;display:flex!important;align-items:center;justify-content:center}.PopUp_cart_alert_pop_up_container__Cefdy .PopUp_cart_alert_pop_up__Xg9Wp.PopUp_lock_screen_order__dC5H4{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:175}.desktopView_title_1__SVH4c{font-family:Lato Bold;font-size:28px;color:#0d0d0e;line-height:128%}.desktopView_title_2__isspp{font-family:Lato Bold;font-size:20px;color:#0d0d0e;line-height:128%}.desktopView_title_3__j2Y_y{font-family:Lato Bold;font-size:18px;color:#0d0d0e;line-height:18.9px}.desktopView_title_4__iwGjd{font-family:Lato Bold;font-size:16px;color:#0d0d0e;line-height:22.4px}.desktopView_title_5__5eFf_{font-family:Lato Regular;font-size:16px;color:#0d0d0e}.desktopView_title_6__OgEdW{font-family:Lato Bold;font-size:14px;color:#0d0d0e;line-height:18.9px}.desktopView_title_7__pwKp0{font-family:Lato Regular;font-size:14px;color:#0d0d0e;line-height:18.9px}.desktopView_title_8__zWSUa{font-family:Lato Bold;font-size:14px;color:#0d0d0e;line-height:19px}.desktopView_title_9__pJjcy{font-family:Lato Regular;font-size:14px;color:#0d0d0e;font-weight:500;line-height:19px}.desktopView_text_1__tFxav{font-family:Lato Regular;font-size:14px;color:#4d4d4f;line-height:140%}.desktopView_text_2__FT_GN{font-family:Lato Regular;font-size:12px;color:#4d4d4f;font-weight:500;line-height:16.8px}.desktopView_strike_text__dMf1L{text-decoration:line-through}.desktopView_green_text__E9SuD{color:#26955d}.desktopView_red_text__O_jj7{color:#d11243}.desktopView_white_text___lMM0{color:#fff}.desktopView_black_text__tlCsy{color:#0d0d0e}.desktopView_grey_text__9HfZT{color:#808387}.desktopView_orange_text__6ND6f{color:#d47015}@keyframes desktopView_staticPopup__sE361{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes desktopView_flicker__lHdO4{0%{opacity:1}to{opacity:.2}}.desktopView_theme_color__W1FNk{color:#d11243}.desktopView_outer_container__Mq60e{min-height:100vh}.desktopView_userNameSection__4JajX{padding-top:48px;display:flex;justify-content:space-between;margin-bottom:42px}@media screen and (max-width:900px){.desktopView_userNameSection__4JajX{padding-left:20px;padding-right:20px}}.desktopView_userNameSection__4JajX .desktopView_userName__NLKtr{font-family:Lato Bold;line-height:128%;font-size:28px}.desktopView_userNameSection__4JajX .desktopView_subSection__dcwkw{display:inline-flex;gap:24px}.desktopView_userNameSection__4JajX .desktopView_subSection__dcwkw .desktopView_personalDetails__zFSEN{font-family:Lato Regular;font-size:14px;color:#4d4d4f}.desktopView_userNameSection__4JajX .desktopView_subSection__dcwkw .desktopView_editProfile__sld91{font-family:Lato Bold;font-size:14px;color:#0d0d0e;color:#d11243;cursor:pointer}.desktopView_metopia_banner_placeholder__igbUH{margin:42px 0;display:block}@media screen and (max-width:900px){.desktopView_metopia_banner_placeholder__igbUH{padding-left:20px;padding-right:20px}}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v{cursor:pointer;width:100%;border-radius:10px;background-image:url(/image/rebranding/png/loyalty_banner_background.png);background-color:#ffdc93;margin:0 auto 2%;font-family:Lato Regular;background-size:50%;box-shadow:0 1px 4px 0 rgba(0,0,0,.2)}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v .desktopView_banner_top__fmXCE{display:flex;justify-content:space-between;font-size:16px;font-weight:500;color:#000;padding:14px 12px}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v .desktopView_banner_top__fmXCE .desktopView_banner_image__1gzh5{width:116.9px;height:32px;-o-object-fit:contain;object-fit:contain}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v .desktopView_banner_top__fmXCE button{background-color:var(--theme-color);color:#fff;border-radius:5px;height:35px;width:14%;font-size:12px;cursor:pointer;border:none}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v hr{border:.5px solid rgba(0,0,0,.2);padding:0;margin:0}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v .desktopView_banner_bottom__CGrEh{text-align:left;font-size:12px;color:#313131;padding:4px 16px}.desktopView_metopia_banner_placeholder__igbUH .desktopView_metopia_banner__3ze2v .desktopView_banner_bottom__CGrEh b{font-weight:900}.desktopView_tabContainer__4_pmX{display:flex;flex-direction:column}.desktopView_row__kkN53{margin-left:auto;margin-right:auto}.desktopView_padding_container__zk2tn{padding-top:38px;background-color:#f5f5f5}@media screen and (max-width:900px){.desktopView_padding_container__zk2tn .desktopView_container__wakPK{padding-left:20px;padding-right:20px}}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53{width:100%;padding-bottom:60px;display:flex}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53 .desktopView_col__3H8N2{text-align:left;height:50px;width:25%}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53 .desktopView_col__3H8N2 .desktopView_nav_bar__0ltXR .desktopView_tab__CAjxy{line-height:20px;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;border-bottom:1px solid #d6d4d4;padding:14px 20px}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53 .desktopView_col__3H8N2 .desktopView_nav_bar__0ltXR .desktopView_active__gw6kI{background-color:#fff}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53 .desktopView_col__3H8N2 .desktopView_nav_bar__0ltXR .desktopView_active__gw6kI a{font-family:Lato Bold;font-size:14px;color:#0d0d0e}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53 .desktopView_col__3H8N2 .desktopView_nav_bar__0ltXR .desktopView_notactive__yNjnv a{font-family:Lato Regular;font-size:14px;color:#4d4d4f;font-weight:500;color:#464646}.desktopView_padding_container__zk2tn .desktopView_container__wakPK .desktopView_row__kkN53 .desktopView_view_container__TRdVK{height:100%;min-height:700px;background-color:#fff;width:75%}.desktopView_stickBottomContainer__yHS5y{width:100%;position:sticky;bottom:0;box-shadow:0 4px 10px 0 rgba(0,0,0,.16)}.OrderTile_title_1__Ssb0T{font-size:28px}.OrderTile_title_1__Ssb0T,.OrderTile_title_2__VgSNX{font-family:Lato Bold;color:#0d0d0e;line-height:128%}.OrderTile_title_2__VgSNX{font-size:20px}.OrderTile_title_3__0vyNL{font-family:Lato Bold;font-size:18px;color:#0d0d0e;line-height:18.9px}.OrderTile_title_4__paSn4{font-family:Lato Bold;font-size:16px;color:#0d0d0e;line-height:22.4px}.OrderTile_title_5__L9PMa{font-family:Lato Regular;font-size:16px;color:#0d0d0e}.OrderTile_title_6__6vW_A{font-family:Lato Bold;font-size:14px;color:#0d0d0e;line-height:18.9px}.OrderTile_title_7__Z_MyH{font-family:Lato Regular;font-size:14px;color:#0d0d0e;line-height:18.9px}.OrderTile_title_8__IJRcp{font-family:Lato Bold;font-size:14px;color:#0d0d0e;line-height:19px}.OrderTile_title_9__kK46z{font-family:Lato Regular;font-size:14px;color:#0d0d0e;font-weight:500;line-height:19px}.OrderTile_text_1__I15Yl{font-family:Lato Regular;font-size:14px;color:#4d4d4f;line-height:140%}.OrderTile_text_2__zIuhM{font-family:Lato Regular;font-size:12px;color:#4d4d4f;font-weight:500;line-height:16.8px}.OrderTile_strike_text__vK97i{text-decoration:line-through}.OrderTile_green_text__QgZrF{color:#26955d}.OrderTile_red_text__uFTfg{color:#d11243}.OrderTile_white_text__z2z1D{color:#fff}.OrderTile_black_text__KijRB{color:#0d0d0e}.OrderTile_grey_text__Apj5M{color:#808387}.OrderTile_orange_text__HFuD_{color:#d47015}@keyframes OrderTile_staticPopup__RtMfs{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes OrderTile_flicker__CPt7h{0%{opacity:1}to{opacity:.2}}.OrderTile_rows__p7JbH{display:flex;flex-direction:row;justify-content:space-between}.OrderTile_rows__p7JbH .OrderTile_shipment_text__xdxDZ{font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#0d0d0e}.OrderTile_rows__p7JbH .OrderTile_shipment_text__xdxDZ .OrderTile_shipment_details__fdDf2{cursor:pointer}.OrderTile_rows__p7JbH .OrderTile_shipment_text__xdxDZ .OrderTile_shipment_details__fdDf2 .OrderTile_chevron__t1Y2a{width:11px;aspect-ratio:1;transform:rotate(-90deg);margin-left:8px}.OrderTile_rows__p7JbH .OrderTile_time_text__f8K2c{font-size:12px;font-weight:500;font-family:Lato Regular,sans-serif;line-height:15px;text-align:right;color:#6d6e71;padding-top:2px}.OrderTile_rows__p7JbH .OrderTile_store_order__3sxvD{font-size:10px;line-height:12px;text-transform:uppercase;color:#5c5c5c;border-radius:2px;padding:5px}.OrderTile_rows__p7JbH .OrderTile_store_icon__16SsL{height:10px;width:12.35px;margin-right:4px}.OrderTile_rows__p7JbH .OrderTile_order_id_text__sRq4y{font-size:12px;font-style:normal;font-weight:500;line-height:140%;padding-top:5px;color:#4d4d4f}.OrderTile_rows__p7JbH .OrderTile_eboTag__kSggl{display:flex;align-items:center;margin-top:4px}.OrderTile_rows__p7JbH .OrderTile_eboTag__kSggl .OrderTile_eboIcon__WzYNW{width:13px;-o-object-fit:contain;object-fit:contain;margin-right:8px}.OrderTile_rows__p7JbH .OrderTile_eboTag__kSggl .OrderTile_eboTitle__JyJXU{font-size:12px;font-weight:500;line-height:140%;color:#4d4d4f}.OrderTile_rows__p7JbH .OrderTile_rightContainer__Ot9Wx{display:flex;flex-direction:column}.OrderTile_rows__p7JbH .OrderTile_rightContainer__Ot9Wx .OrderTile_status_text__JLJN4{display:flex;align-items:center;height:-moz-fit-content;height:fit-content;gap:4px}.OrderTile_rows__p7JbH .OrderTile_rightContainer__Ot9Wx .OrderTile_status_text__JLJN4 span{font-size:12px;font-style:normal;font-weight:500;line-height:140%;color:#464646}.OrderTile_rows__p7JbH .OrderTile_rightContainer__Ot9Wx .OrderTile_totalPrice__mYaKY{font-size:14px;font-weight:700;text-align:right;margin-top:4px}.OrderTile_delivery_details_container__c8PHA{padding:12px 0 0;display:flex;justify-content:space-between;flex-direction:column}.OrderTile_delivery_details_container__c8PHA .OrderTile_scooter_img__yrRVK img{width:22px;-o-object-fit:contain;object-fit:contain;vertical-align:middle;margin-right:8px}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA .OrderTile_scooter_img__yrRVK{margin:0}}.OrderTile_delivery_details_container__c8PHA .OrderTile_delivery_text__4t1ts{color:#4d4d4f;font-size:12px;font-weight:500;line-height:140%}.OrderTile_delivery_details_container__c8PHA .OrderTile_status_container__Np1R6{margin-bottom:12px}.OrderTile_delivery_details_container__c8PHA .OrderTile_OOS_text__yH9Pi{flex:1;font-size:14px;font-weight:500;line-height:17px;text-align:left;color:var(--theme-color);padding-top:10px;margin-left:10px}.OrderTile_delivery_details_container__c8PHA .OrderTile_operations_container__QJXBd{display:flex;gap:10px}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA .OrderTile_operations_container__QJXBd{width:100%}}.OrderTile_delivery_details_container__c8PHA .OrderTile_help_sec__GkZvt{display:flex;gap:8px;margin-top:24px}.OrderTile_delivery_details_container__c8PHA .OrderTile_help_sec__GkZvt .OrderTile_help_info_text__Crpxg{font-size:14px;font-weight:500;color:#0d0d0e}.OrderTile_delivery_details_container__c8PHA .OrderTile_help_sec__GkZvt .OrderTile_navigate_to_help__Q3_rP{all:unset;font-size:14px;font-weight:700;cursor:pointer;color:#d11243}.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx .OrderTile_rating_wrapper__d7zgb{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:100%}.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx .OrderTile_rating_wrapper__d7zgb .OrderTile_rating_text__TImq5{font-size:12px;font-weight:500;line-height:1.25;color:#6d6e71}.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx .OrderTile_rating_wrapper__d7zgb .OrderTile_rated_stars__7o7MY{display:flex;justify-content:space-between}.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx .OrderTile_rating_wrapper__d7zgb .OrderTile_rated_stars__7o7MY .OrderTile_star_img__GBtz0{width:16px;height:16px}.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx .OrderTile_rate_btn__0ziaD{border-radius:6px;border:1px solid #e7e7e7;padding:7px 16px;line-height:12px;text-align:center;background:#fff;color:var(--theme-color);width:152px;cursor:pointer;font-size:14px;font-weight:700}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx .OrderTile_rate_btn__0ziaD{width:100%;padding:13px 16px}.OrderTile_delivery_details_container__c8PHA .OrderTile_rate_btn_container__GTaJx{width:50%}}.OrderTile_delivery_details_container__c8PHA .OrderTile_repeat_btn_container__8kCae,.OrderTile_delivery_details_container__c8PHA .OrderTile_track_btn_container__dATbx{width:50%;border-radius:5px;background-color:var(--theme-color);border:1px solid var(--theme-color);padding:7px 16px;line-height:12px;text-align:center;color:#fff;width:152px;font-size:14px;font-weight:700;cursor:pointer}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA .OrderTile_repeat_btn_container__8kCae,.OrderTile_delivery_details_container__c8PHA .OrderTile_track_btn_container__dATbx{width:50%;padding:13px 16px}}.OrderTile_delivery_details_container__c8PHA .OrderTile_repeat_btn_container_disabled__KHq_d{width:152px}.OrderTile_delivery_details_container__c8PHA .OrderTile_repeat_btn_container_disabled__KHq_d .OrderTile_repeat_button__aB3tM{border-radius:6px;background-color:#aeaeae;border:1px solid #aeaeae;padding:7px 16px;font-size:10px;line-height:12px;text-align:center;color:#fff;pointer-events:none}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA .OrderTile_repeat_btn_container_disabled__KHq_d{width:120px}}.OrderTile_delivery_details_container__c8PHA .OrderTile_notify_btn__0Uri7{text-align:center;color:#6d6e71;padding:3px 16px;border:1px solid #6d6e71;border-radius:5px;background-color:#fff;width:152px;line-height:12px}.OrderTile_delivery_details_container__c8PHA .OrderTile_notify_btn__0Uri7 span{font-size:10px;font-weight:700;line-height:22px;text-align:center;color:#4a4a4a;vertical-align:middle}.OrderTile_delivery_details_container__c8PHA .OrderTile_notify_btn__0Uri7 span .OrderTile_image__xNYjK{display:inline-block;width:12px;margin-right:5px;vertical-align:middle}.OrderTile_delivery_details_container__c8PHA .OrderTile_notify_btn__0Uri7 span .OrderTile_image_notified__zrvWH{display:inline-block;vertical-align:middle;width:12px;margin:4px}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA .OrderTile_notify_btn__0Uri7{width:50%;padding:8px 16px}}.OrderTile_delivery_details_container__c8PHA .OrderTile_reorder_notify_btn_container__MvHJ8 .OrderTile_repeat_disable_btn__1VU4G{margin:5px;text-align:center;color:#fff;padding:5px 10px;border:1px solid #aeaeae;border-radius:5px;float:right;background-color:#aeaeae;position:relative;bottom:13px;pointer-events:none}.OrderTile_delivery_details_container__c8PHA .OrderTile_reorder_notify_btn_container__MvHJ8 .OrderTile_repeat_disable_btn__1VU4G span{font-size:10px;font-weight:700;line-height:22px;text-align:center;color:#fff;vertical-align:middle}.OrderTile_delivery_details_container__c8PHA .OrderTile_reorder_notify_btn_container__MvHJ8 .OrderTile_reorder_notify_border_red__RhNCC{border:1px solid var(--theme-color)!important;pointer-events:none}.OrderTile_delivery_details_container__c8PHA .OrderTile_reorder_notify_btn_container__MvHJ8 .OrderTile_reorder_notify_border_red__RhNCC span{color:var(--theme-color)!important}@media screen and (max-width:800px){.OrderTile_delivery_details_container__c8PHA{align-items:start;flex-direction:column}}@keyframes OrderTile_staticPopup__1oTwR{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes OrderTile_flicker__sjrAr{0%{opacity:1}to{opacity:.2}}.OrderTile_order_bar_container__l44uJ{background-color:#fff;margin-top:16px}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz{display:block}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz:first-of-type .OrderTile_productCartContainer___3468{padding-top:0}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz:last-of-type .OrderTile_productCartContainer___3468{border-bottom:none;padding-bottom:0}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468{border-bottom:thin solid #d8d8d8;padding:12px 0;display:flex;align-items:flex-start;gap:16px;flex-direction:column}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_unavail_msg__Z1s7z{font-size:12px;font-weight:500;line-height:15px;text-align:left;color:#e01930;position:relative}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_unavail_msg_orange__tgzm0{font-size:12px;font-weight:500;line-height:15px;text-align:left;color:#d47015;position:relative}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5{display:flex;gap:12px;width:100%}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productCardImage__10rgb img{width:52px;aspect-ratio:1;border-radius:8px;display:block}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7{width:100%;display:flex;flex-direction:column;justify-content:space-between}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productName__TaeSg{font-size:12px;font-weight:700;line-height:140%;color:#0d0d0e}@media screen and (max-width:800px){.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productName__TaeSg{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:170px}}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6{display:flex;align-items:center;justify-content:space-between}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_lineSpan__eyl4Y{font-size:10px;border-left:1.5px solid #4d4d4f;margin:0 8px}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_weightSpan__h2vS_{font-size:12px;font-style:normal;font-weight:500;line-height:140%;color:#808387}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_actualPrice__4PX8U{font-family:Lato Regular;font-size:13px;font-weight:900;line-height:16px;text-align:left;color:#373737}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_container__kxxfb{border-radius:6px;display:inline-flex;align-items:center;justify-content:space-around;background-color:#fff;height:28px;box-shadow:0 0 2px rgba(0,0,0,.3)}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_plain_qty__xmrZB{width:20%;font-size:12px;font-weight:500;line-height:15px;text-align:right;color:#6d6e71;font-family:Lato Regular,sans-serif}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_minus__GcoYo,.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_minus_disabled__6qAX4{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;width:23px;height:23px;top:0;left:0;float:left;position:relative;cursor:pointer}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_minus__GcoYo:after,.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_minus_disabled__6qAX4:after{width:10px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:11px;left:6px;content:"";background-color:var(--theme-color)}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_minus_disabled__6qAX4{cursor:not-allowed}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_minus_disabled__6qAX4:after{background-color:#cfcfcf}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_item_number__8Wt_K{padding:4px 10px;overflow:hidden;font-size:12px;line-height:27px;color:#4a4a4a;font-family:Lato Regular,sans-serif}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus__sK4MN,.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus_disabled__9Nb_L{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;width:23px;height:23px;position:relative;top:0;left:0;float:right;cursor:pointer}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus__sK4MN:before,.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus_disabled__9Nb_L:before{background-color:var(--theme-color);width:2px;height:12px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:6px;left:11px;content:""}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus__sK4MN:after,.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus_disabled__9Nb_L:after{background-color:var(--theme-color);width:12px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:11px;left:6px;content:""}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus_disabled__9Nb_L{cursor:not-allowed}.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus_disabled__9Nb_L:after,.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6 .OrderTile_item_count__zB4Er .OrderTile_icon_plus_disabled__9Nb_L:before{background-color:#cfcfcf}@media screen and (max-width:800px){.OrderTile_order_bar_container__l44uJ .OrderTile_newShipProductsWrapper__oRdhz .OrderTile_productCartContainer___3468 .OrderTile_productDescriptionContainer__GEGD5 .OrderTile_productNameAndDescContainer__bzhx7 .OrderTile_productDescContainer__qTIp6{margin-top:12px}}.OrderTile_order_bar_container__l44uJ .OrderTile_error_product__uM_6I{background-color:rgba(228,29,54,.04);border:1px solid #e01930;border-top-left-radius:5px;border-top-right-radius:5px;padding:0 5px}.OrderTile_add_message__6oUSH{position:fixed;bottom:0;font-size:12px;color:#fff;padding:10px 15px;background:#de6a0b;z-index:360;width:100%;left:0;display:none;height:45px;bottom:59px}.OrderTile_add_message__6oUSH.OrderTile_static__MaL8w{display:inline-block;position:static;padding:4px 25px;margin-left:0;margin-top:31px;width:700px;text-align:center}.OrderTile_add_message__6oUSH.OrderTile_static__MaL8w.OrderTile_hide__cLMSO{display:none}.OrderHistory_title_1__m__6c{font-family:Lato Bold;font-size:28px;color:#0d0d0e;line-height:128%}.OrderHistory_title_2__gqTkz{font-family:Lato Bold;font-size:20px;color:#0d0d0e;line-height:128%}.OrderHistory_title_3___f2Wq{font-family:Lato Bold;font-size:18px;color:#0d0d0e;line-height:18.9px}.OrderHistory_title_4__yi0Xz{font-family:Lato Bold;font-size:16px;color:#0d0d0e;line-height:22.4px}.OrderHistory_title_5__aRQWZ{font-family:Lato Regular;font-size:16px;color:#0d0d0e}.OrderHistory_title_6__T2zQT{font-family:Lato Bold;font-size:14px;color:#0d0d0e;line-height:18.9px}.OrderHistory_title_7__au8j4{font-family:Lato Regular;font-size:14px;color:#0d0d0e;line-height:18.9px}.OrderHistory_title_8__bl9pO{font-family:Lato Bold;font-size:14px;color:#0d0d0e;line-height:19px}.OrderHistory_title_9__MRyd_{font-family:Lato Regular;font-size:14px;color:#0d0d0e;font-weight:500;line-height:19px}.OrderHistory_text_1__zKAB2{font-family:Lato Regular;font-size:14px;color:#4d4d4f;line-height:140%}.OrderHistory_text_2__9rO0u{font-family:Lato Regular;font-size:12px;color:#4d4d4f;font-weight:500;line-height:16.8px}.OrderHistory_strike_text__dczcH{text-decoration:line-through}.OrderHistory_green_text__HXWku{color:#26955d}.OrderHistory_red_text__MP7Vs{color:#d11243}.OrderHistory_white_text__CVucr{color:#fff}.OrderHistory_black_text__qQUTf{color:#0d0d0e}.OrderHistory_grey_text__DiP0Q{color:#808387}.OrderHistory_orange_text__IFgUh{color:#d47015}@keyframes OrderHistory_staticPopup__P7eVD{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes OrderHistory_flicker__ZsvMw{0%{opacity:1}to{opacity:.2}}.OrderHistory_infiniteScrollContainer__R4uxp{height:600px;overflow-y:scroll}.OrderHistory_infiniteScrollContainer__R4uxp *{font-family:Satoshi-Variable!important}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_in_progress_heading__T83DA{font-size:20px;font-weight:700;line-height:128%}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_line_separator__SFYgB{width:100%;background:#e7e7e7;border-radius:2px;height:1px;margin-top:11px}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_separator__aShW0{width:100%;height:8px;background-color:#f5f5fa;margin:16px 0}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_itemContainer__oboJj .OrderHistory_headerContainer__GQfBn{margin-top:16px;border-radius:12px;border:1px solid #eee;padding:16px 12px}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_itemContainer__oboJj .OrderHistory_headerContainer__GQfBn .OrderHistory_viewDetailsContainer__WDHeY{border-radius:5px;background-color:#fff;font-family:Lato Regular;font-size:12px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:var(--theme-color);padding:10px 5px;font-weight:600;text-transform:uppercase;cursor:pointer}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_itemContainer__oboJj .OrderHistory_headerContainer__GQfBn .OrderHistory_refund_info__srBa2{margin-top:16px;border-radius:6px;border:1px solid #b3e5cc;background:#d6f5e6;padding:6px 10px;display:flex;align-items:center;gap:8px}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_itemContainer__oboJj .OrderHistory_headerContainer__GQfBn .OrderHistory_refund_info__srBa2 img{width:14px;aspect-ratio:1}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_itemContainer__oboJj .OrderHistory_headerContainer__GQfBn .OrderHistory_refund_info__srBa2 .OrderHistory_refund_info_text__1I9Eo{font-size:12px;font-weight:500;letter-spacing:.12px;color:#0d0d0e}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_pastOrderContainer__65cyX{padding:16px}@media screen and (max-width:800px){.OrderHistory_infiniteScrollContainer__R4uxp{height:100%}}.OrderHistory_infiniteScrollContainer__R4uxp .OrderHistory_bottomLoader__R7uPM{display:flex;justify-content:center;margin-bottom:16px}.OrderHistory_noDataContent__xax_t{display:flex;justify-content:center;align-items:center}.OrderHistory_search_item_holder__PRqXV{margin-bottom:15px}.OrderHistory_search_item_holder__PRqXV ul{width:100%;overflow:auto;text-align:center;margin-top:48px;padding-left:8px}.OrderHistory_whole_side_reorder__AJ4Mo{z-index:10;font-family:Barlow;font-size:18px;font-weight:600;text-align:center;color:#fff;height:48px;box-shadow:0 3px 12px 0 rgba(0,0,0,.16);background-color:#4a4a4a;padding-top:12px;line-height:22px;position:fixed;top:0;width:100%}.OrderHistory_whole_side_reorder__AJ4Mo .OrderHistory_whole_side_image__5XNTJ{position:absolute;top:12px;left:16px}.OrderHistory_whole_side_reorder__AJ4Mo .OrderHistory_whole_side_image__5XNTJ .OrderHistory_placeholder__gvyNW{width:6px;height:10px}.OrderHistory_whole_side_reorder__AJ4Mo .OrderHistory_whole_side_title__F7k_u{font-family:Lato Regular,sans-serif;font-weight:400;padding:0;margin:0}.OrderHistory_sticky_container__J5Mk9{position:sticky;top:0;z-index:2}.OrderHistory_pop_whole_container__80fsO{padding:20px 40px}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS{margin-bottom:8px;background-color:#fff}@media screen and (max-width:800px){.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS{background-color:#f8f8f8}}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_order_again__S9AGG{font-family:Lato Regular;font-size:20px;font-weight:900;line-height:24px;text-align:left}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_info_panel__unCN6{display:flex;justify-content:space-between;padding-top:4px}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_info_panel__unCN6 .OrderHistory_info_badge__H76V_,.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_info_panel__unCN6 .OrderHistory_info_msg__vRHhA{font-size:14px;font-weight:500;line-height:17px;color:#6d6e71;font-family:Lato Regular,sans-serif;max-width:70%}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_info_panel__unCN6 .OrderHistory_info_badge__H76V_{font-size:12px;font-weight:700;line-height:15px;text-align:right}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_order-again-caption__nPoYv{display:flex;justify-content:space-between;padding:0 10px 10px}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_order-again-caption__nPoYv>p{flex:.9;font-family:Lato Regular;font-size:12px;font-weight:500;line-height:17px;text-align:left;color:#6d6e71}.OrderHistory_pop_whole_container__80fsO .OrderHistory_past_order_heading__gX_uS .OrderHistory_order-again-caption__nPoYv>p:nth-child(2){flex:.3;font-family:Lato Regular;font-size:12px;font-weight:700;line-height:15px;text-align:right;color:#707070}.OrderHistory_pop_whole_container__80fsO .OrderHistory_in_progress_body_container__7ZR0V .OrderHistory_reorder_each_container__AH7GK,.OrderHistory_pop_whole_container__80fsO .OrderHistory_reorder_body_container__s7VpS .OrderHistory_reorder_each_container__AH7GK{background-color:#fff;margin-bottom:8px}.OrderHistory_pop_whole_container__80fsO .OrderHistory_in_progress_body_container__7ZR0V .OrderHistory_reorder_each_container__AH7GK .OrderHistory_order_details_container__FwmlH,.OrderHistory_pop_whole_container__80fsO .OrderHistory_reorder_body_container__s7VpS .OrderHistory_reorder_each_container__AH7GK .OrderHistory_order_details_container__FwmlH{display:flex;flex-direction:column;margin:5px}.OrderHistory_pop_whole_container__80fsO .OrderHistory_in_progress_body_container__7ZR0V .OrderHistory_reorder_each_container__AH7GK .OrderHistory_link_container__XKH6E,.OrderHistory_pop_whole_container__80fsO .OrderHistory_reorder_body_container__s7VpS .OrderHistory_reorder_each_container__AH7GK .OrderHistory_link_container__XKH6E{text-decoration:none}.OrderHistory_pop_whole_container__80fsO .OrderHistory_in_progress_body_container__7ZR0V .OrderHistory_reorder_each_container_additional__eL1CG,.OrderHistory_pop_whole_container__80fsO .OrderHistory_reorder_body_container__s7VpS .OrderHistory_reorder_each_container_additional__eL1CG{background-color:#fff}@media screen and (max-width:800px){.OrderHistory_pop_whole_container__80fsO .OrderHistory_in_progress_body_container__7ZR0V .OrderHistory_reorder_each_container_additional__eL1CG,.OrderHistory_pop_whole_container__80fsO .OrderHistory_reorder_body_container__s7VpS .OrderHistory_reorder_each_container_additional__eL1CG{background-color:#f8f8f8}}.OrderHistory_pop_whole_container__80fsO .OrderHistory_reorder_body_container_additional__ifYRF{background-color:#fff}@media screen and (max-width:800px){.OrderHistory_pop_whole_container__80fsO{padding:0}}.OrderHistory_view_details__lkmPj{border-radius:5px;background-color:#fff;font-family:Lato Regular;font-size:12px;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:var(--theme-color);padding:5px;margin:0 5px;font-weight:600}.styles_shipment_page_section__ZjMii{width:100%;max-width:1080px;margin:auto;padding:16px 12px;background:#fff;border:1px solid #eee;border-radius:12px}.styles_shipment_page_section__ZjMii .styles_content__BxrM3{width:100%;max-width:800px;margin:auto}.styles_shipment_page_section__ZjMii .styles_title__f2_Aw{margin:0;font-weight:500;font-size:14px;line-height:19px;color:#0d0d0e}.styles_shipment_page_section__ZjMii .styles_sub_title__SZurn{margin:0;font-weight:500;font-size:12px;line-height:17px;color:#4d4d4f}.styles_shipment_page_section__ZjMii .styles_cta__mzfmk{margin:0;font-weight:700;font-size:14px;line-height:19px;color:#d11243;background:none;border:none}.styles_shipment_page_section__ZjMii .styles_cta__mzfmk:hover{color:#8a0022;cursor:pointer}.styles_shipment_page_section__ZjMii .styles_cta__mzfmk:disabled{color:#adb5bd;cursor:not-allowed}.styles_shipment_page_section__ZjMii .styles_message_container__ZsZOP{padding:6px;border-radius:6px;text-align:center;font-weight:500;font-size:12px;margin:0}.styles_shipment_page_section__ZjMii .styles_message_container__ZsZOP.styles_warning__xFFCu{background-color:#faf7f2;color:#8c352e}.styles_shipment_page_section__ZjMii .styles_message_container__ZsZOP.styles_disabled__YnLzC{background-color:#f8f8f8;color:#959799}.styles_shipment_page_section__ZjMii .styles_message_container__ZsZOP.styles_success__2_GH5{background-color:#d3f9d8;color:#2b8a3e}.styles_base_title__XVz0Z,.styles_faq_container__OezRz .styles_title__ihzg0,.styles_top_nav_container__eip0m .styles_title__ihzg0{margin:0;font-family:SatoshiBold;font-size:20px;color:#0d0d0e;line-height:26px}.styles_modify_shipment_container__YKM4j{display:flex;flex-direction:column;gap:12px}.styles_contact_us_container__5pj2i,.styles_modify_shipment_container__YKM4j .styles_title_row__T5IIQ{display:flex;justify-content:space-between;align-items:center}.styles_contact_us_container__5pj2i{gap:30px}.styles_contact_us_container__5pj2i .styles_content__eck4m{display:flex;flex-direction:column;gap:4px}.styles_faq_container__OezRz .styles_faq_section__vehdb{margin-top:10px;padding:0!important;width:100%!important}.styles_top_nav_container__eip0m{border-radius:0!important;box-shadow:0 3px 6px rgba(0,0,0,.05)}.styles_top_nav_container__eip0m .styles_top_nav_content__ERUKW{max-width:100%!important;display:flex;justify-content:flex-start;align-items:center;gap:14px}.styles_top_nav_container__eip0m .styles_back_link__TVFIW{cursor:pointer}.styles_modal_container__RPacB{padding:0!important;background-color:#fff}@media(min-width:800px){.styles_modal_container__RPacB{position:relative}.styles_text_container__C_n0U .styles_title__ihzg0{font-family:SatoshiMedium;font-size:14px;color:#0d0d0e;line-height:18px}.styles_text_container__C_n0U .styles_sub_title__BLmLN{font-size:14px;font-family:SatoshiRegular;color:#464646}}@keyframes SearchProductTile_staticPopup__Zwde8{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes SearchProductTile_flicker__X90G6{0%{opacity:1}to{opacity:.2}}.SearchProductTile_search_li__I25Vl{list-style-type:none;width:100%;padding:12px 0;border-bottom:1px solid #d8d8d8;cursor:pointer}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h{display:flex;width:100%;text-align:left}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_image_holder__Uj3nM{border-radius:8px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_image_holder__Uj3nM .SearchProductTile_deal_images__N3chA{border-radius:5px}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_image_holder__Uj3nM .SearchProductTile_deal_images__N3chA{width:75px;height:75px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u{margin-left:8px;white-space:normal;display:flex;flex-direction:column;width:100%;height:100%}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u{height:auto;justify-content:space-between}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_item_description__JmV69{font-size:3.4vw;line-height:4.1vw;color:#6e6f71;font-family:Lato Regular,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:normal;min-height:28px;margin-right:16px}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_item_description__JmV69{font-size:14px;line-height:21px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID{width:100%;display:flex;align-items:center;margin-top:5px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd{display:flex;color:#4a4a4a}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_combo__rUGTF{text-align:left;letter-spacing:0;color:#6e6f71;font-size:3.15vw;font-weight:700;text-transform:uppercase;opacity:1}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_combo__rUGTF{font-size:14px;line-height:21px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_combo__rUGTF:after{content:"";border:1px solid #d8d8d8;height:1px;left:5px;margin:0 5px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_pieces__2WcGn{font-family:Lato Regular,sans-serif;font-size:3.15vw;color:#6e6f71}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_pieces__2WcGn{font-size:14px;line-height:21px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_pieces__2WcGn:after{content:"";border:1px solid #d8d8d8;height:1px;left:5px;margin:0 5px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_item_status__7Cxcy{font-family:Lato Regular;font-size:8px;color:#aeaeae;margin-left:4px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_real_price__f5gS_{color:#323232;font-family:Lato Regular,sans-serif;font-size:3.15vw;font-weight:700}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_real_price__f5gS_{font-size:14px;line-height:21px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_deduct_price__bAmCX{margin-left:5px;font-family:Lato Regular;font-weight:700;color:#b5b5b5;font-size:3.15vw;text-decoration:line-through}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_item_quantity__fCadd .SearchProductTile_deduct_price__bAmCX{font-size:14px;line-height:21px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_icon_container__eh_5x{flex-grow:1;text-align:right;margin-right:3px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_icon_container__eh_5x .SearchProductTile_icon__SMr2e{width:24px;height:24px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv{margin-left:8px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_addtocart_btn__rB6oT{color:var(--theme-color);text-align:center;padding:12px 14px 10px;border:1px solid var(--theme-color);border-radius:5px;float:right;font-size:2vw;font-weight:700;line-height:10px;position:relative;bottom:4px}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_addtocart_btn__rB6oT{font-size:8px;cursor:pointer}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_addtocart_btn_disabled__LKGYA{color:#6e6f71;border:1px solid #6e6f71;text-align:center;padding:12px 14px 10px;border-radius:5px;float:right;font-size:2vw;font-weight:700;line-height:10px;position:relative;bottom:4px}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_addtocart_btn_disabled__LKGYA{font-size:8px}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn__ALP5W{color:#6e6f71;text-align:center;padding:10px 12px;border:1px solid #6e6f71;border-radius:5px;float:right;background-color:#fff;font-size:2vw;font-weight:700;line-height:10px}@media screen and (min-width:768px){.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn__ALP5W{font-size:8px;cursor:pointer}}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn__ALP5W span{color:#4a4a4a;vertical-align:middle}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn__ALP5W .SearchProductTile_image__VZoKV{display:inline-block;vertical-align:middle;position:relative;bottom:1px;margin-right:5px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn__ALP5W .SearchProductTile_image_notified__G63EI{display:inline-block;vertical-align:middle;margin:3px;position:relative;bottom:1px}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn_notified__hpbVo{border:1px solid var(--theme-color)}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_notify_btn_notified__hpbVo span{color:var(--theme-color)}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH{display:flex}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH .SearchProductTile_icon_minus__xHPkm{background-color:#f7f6f6;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;width:23px;height:23px;top:0;left:0;float:left;position:relative;cursor:pointer}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH .SearchProductTile_icon_minus__xHPkm:after{width:10px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:11px;left:6px;content:"";background-color:var(--theme-color)}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH .SearchProductTile_icon_plus__xg8Tr{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;width:23px;height:23px;position:relative;top:0;left:0;background-color:#f7f6f6;float:right;cursor:pointer}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH .SearchProductTile_icon_plus__xg8Tr:before{background-color:var(--theme-color);width:2px;height:12px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:6px;left:11px;content:""}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH .SearchProductTile_icon_plus__xg8Tr:after{background-color:var(--theme-color);width:12px;height:2px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;top:11px;left:6px;content:""}.SearchProductTile_search_li__I25Vl .SearchProductTile_item__UnP1h .SearchProductTile_item_detail__4rx8u .SearchProductTile_bottom_details__kWPID .SearchProductTile_notify_btn_container__UsQzv .SearchProductTile_product_count__A4SvH .SearchProductTile_total_count__lLLXZ{padding:4px 10px;overflow:hidden;font-size:12px;color:#4a4a4a}.SearchProductTile_search_li__I25Vl .SearchProductTile_stock_details__dBV7a{margin-top:10px;font-size:10px;line-height:2em;border:1px solid #d8d8d8}.SearchProductTile_search_li__I25Vl .SearchProductTile_stock_details__dBV7a .SearchProductTile_stock_content__sxTX3{width:100%;text-align:center;font-family:Lato Regular,sans-serif}.SearchProductTile_search_li__I25Vl .SearchProductTile_stock_details__dBV7a .SearchProductTile_stock_content__sxTX3 .SearchProductTile_stock_text_red__BWSjw{color:#e41d36!important}.SearchProductTile_search_li__I25Vl .SearchProductTile_stock_details__dBV7a .SearchProductTile_stock_content__sxTX3 .SearchProductTile_stock_notified__BPgBB{color:#427605!important}.SearchProductTile_no_bottom_border__Kupei{border-bottom:0}.SearchProductTile_price_section__TGv8j .SearchProductTile_base_price__hWa_x{margin:0 .5rem 0 .25rem}@keyframes Categories_staticPopup__OzH2B{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Categories_flicker__b_yts{0%{opacity:1}to{opacity:.2}}.Categories_search_explore__BEBTA{font-family:Lato Regular,sans-serif;height:100%;margin-top:.5rem}.Categories_search_explore__BEBTA .Categories_explore_by__v62yr{font-family:Lato Regular,sans-serif;font-size:18px;font-weight:700;line-height:22px;color:#000;padding-left:15px}.Categories_search_explore__BEBTA .Categories_explore_by_subheading__Vr1Kw{font-family:Lato Regular,sans-serif;font-size:14px;line-height:17px;color:#959799;margin-top:4px;padding-left:15px}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1.25rem 2rem;margin-top:24px;overflow:hidden;list-style:none}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL.Categories_extra_margin__BTgPD{margin-bottom:60px}@media screen and (max-width:500px){.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL{grid-template-columns:repeat(4,1fr);grid-gap:16px 11px}}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li{width:auto;height:100%;overflow:hidden;position:relative;text-align:center}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a{text-decoration:none;color:#4a4a4a;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;width:145px;gap:12px;align-items:center}@media screen and (max-width:800px){.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a{width:100%;gap:8px}}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a .Categories_category_picture__F1W7b{width:145px;height:120px;display:grid;place-content:center}@media screen and (max-width:500px){.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a .Categories_category_picture__F1W7b{height:unset;width:unset}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a .Categories_category_picture__F1W7b .Categories_category_display__S60Pm{width:72px;height:72px}}.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a .Categories_category_title__nFf2H{width:-moz-fit-content;width:fit-content;color:#5c5c5c}@media screen and (max-width:800px){.Categories_search_explore__BEBTA .Categories_category_grid__cvTqL li a .Categories_category_title__nFf2H{line-height:17px}}.Categories_search_result_explore__eo_2I{overflow:scroll;font-family:Lato Regular,sans-serif;background-color:#fff;margin:20px 0 15px}.Categories_search_result_explore__eo_2I .Categories_explore_by__v62yr{font-family:Lato Regular,sans-serif;font-size:18px;font-weight:700;line-height:22px;color:#000;padding-left:15px}.Categories_search_result_explore__eo_2I .Categories_explore_by_subheading__Vr1Kw{font-family:Lato Regular,sans-serif;font-size:14px;line-height:17px;color:#959799;margin-top:4px;padding-left:15px}.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1.25rem 2rem;margin-top:18px;overflow:hidden;margin-bottom:60px;list-style:none}@media screen and (max-width:500px){.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL{grid-template-columns:repeat(4,1fr);grid-gap:16px 11px}}.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL li{width:auto;height:-moz-fit-content;height:fit-content;overflow:hidden;position:relative;text-align:center}.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL li a{text-decoration:none;color:#4a4a4a}.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL li a .Categories_category_picture__F1W7b{max-height:80%}.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL li a .Categories_category_picture__F1W7b .Categories_category_display__S60Pm{border-radius:20px;height:120px;width:145px}@media screen and (max-width:500px){.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL li a .Categories_category_picture__F1W7b .Categories_category_display__S60Pm{border-radius:0;width:72px;height:72px}}.Categories_search_result_explore__eo_2I .Categories_category_grid__cvTqL li a .Categories_category_title__nFf2H{width:-moz-fit-content;width:fit-content;color:#5c5c5c}.Categories_shimmer_text__e1W1c,.Categories_shimmer_text_small__bHJ4x{width:100%;border-radius:4px;height:1.5rem;margin-top:.5rem;background:linear-gradient(90deg,#eee 1.58%,#f8f8f8)}.Categories_shimmer_text_small__bHJ4x{width:50%;height:1rem}.Categories_shimmer_container__waNbZ{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1.25rem 2.6rem;margin-top:18px;overflow:hidden;margin-bottom:60px}.Categories_shimmer_container__waNbZ.Categories_shimmer_container_mob__8i7sf{grid-template-columns:repeat(4,1fr);grid-gap:1rem .625rem}.Categories_shimmer_container__waNbZ li{list-style:none}.Categories_shimmer_container__waNbZ li .Categories_cat_element__mkiOf{display:flex;flex-direction:column;align-items:center}.Categories_shimmer_container__waNbZ li .Categories_cat_element__mkiOf .Categories_shimmer_text__e1W1c{height:1rem}.Categories_shimmer_container__waNbZ li .Categories_cat_element__mkiOf .Categories_cat_img_element__so5p2{border-radius:20px;height:120px;width:140px;background:linear-gradient(90deg,#eee 1.58%,#f8f8f8)}.Categories_shimmer_container__waNbZ li .Categories_cat_element__mkiOf .Categories_cat_img_element__so5p2.Categories_cat_img_element_mob__mGTH8{height:72px;width:72px;background:linear-gradient(90deg,#eee 1.58%,#f8f8f8)}@keyframes NotifyForm_staticPopup__958w0{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes NotifyForm_flicker__ln1vK{0%{opacity:1}to{opacity:.2}}.NotifyForm_notify_form_container__VfAAl{border-radius:10px;background-color:#fff;display:block;position:fixed;width:95%;bottom:20px;left:10px;font-family:Lato Regular,sans-serif}.NotifyForm_notify_form_container__VfAAl.NotifyForm_notify_form_container_mob__6wdCy{position:static;width:100%}.NotifyForm_notify_form_container__VfAAl .NotifyForm_header_wrapper__u54Ak{overflow:hidden;position:relative}.NotifyForm_notify_form_container__VfAAl .NotifyForm_header_wrapper__u54Ak .NotifyForm_header_content__lkqVr{text-align:center;font-size:20px;font-weight:700;color:#000;padding-bottom:0}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE{margin:5px;padding-bottom:5px;padding-top:10px;border-top:1px solid #000}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU{font-weight:400;margin:0;padding:0}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0{margin:0;position:relative}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0 input{border-bottom:1px solid #b5b5b5;font-size:15px;margin-top:26px;width:65%;font-family:Lato Regular,sans-serif}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0 input:focus{outline:none}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0 label{color:#9b9b9b;font-size:13px;font-weight:400;position:absolute;pointer-events:none;left:0;top:16px;transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0 input:focus~label,.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0 input:valid~label{top:10px;font-size:11px;color:#9b9b9b}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_input_wrap__9aRY0 .NotifyForm_change_mobile__NFc8w{color:var(--theme-color);font-size:12px;position:absolute;top:25px;right:10px;display:block;font-family:Lato Bold,sans-serif}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_proceed_notify__h7Zo7{background-color:#b5b5b5;color:#fff;padding:10px 0;width:100%;border:1px solid #b5b5b5;margin:10px 0;font-weight:600;font-size:15px;border-radius:3px;font-family:Lato Regular,sans-serif}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_proceed_notify__h7Zo7.NotifyForm_disable__Tp2MS{background-color:#b5b5b5;border:1px solid #b5b5b5}.NotifyForm_notify_form_container__VfAAl .NotifyForm_notify_form__rjQIE .NotifyForm_form_content__K2QgU .NotifyForm_proceed_notify__h7Zo7.NotifyForm_enable__MAVNt{background-color:var(--theme-color);color:#fff;border:1px solid var(--theme-color)}@keyframes SearchPageContainer_staticPopup__u3Y7y{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes SearchPageContainer_flicker__tML4_{0%{opacity:1}to{opacity:.2}}.SearchPageContainer_search_item_holder__rzy7r{font-family:Lato Regular,sans-serif;display:block;height:100%;background:#fff;max-width:1080px;margin:0 auto}@media screen and (max-width:900px){.SearchPageContainer_search_item_holder__rzy7r{padding-left:20px;padding-right:20px}}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_search_list_container__rv0wu{display:block;background:#fff;margin-top:50px;padding-bottom:50px;height:100%;overflow:scroll;max-height:95%}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_search_list_container__rv0wu .SearchPageContainer_search_list__uJ8zO{margin:1rem 0 0}@media screen and (min-width:768px){.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_search_list_container__rv0wu .SearchPageContainer_search_list__uJ8zO{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem 1.25rem;margin:1rem}}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_search_list_container__rv0wu.SearchPageContainer_search_list_container_mobile__mjL1b{margin-top:-16px}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_search_list_container__rv0wu .SearchPageContainer_desktop_search_results_heading__zp9st{margin-left:1rem}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_search_list_container__rv0wu .SearchPageContainer_desktop_search_results_heading__zp9st h1{font-size:1.5rem;font-weight:700;margin-bottom:4px}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT{display:flex;flex-direction:column;background:#fff;margin-top:1rem;min-height:100vh}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT .SearchPageContainer_desktop_search_results_heading__zp9st{margin-left:1rem}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT .SearchPageContainer_desktop_search_results_heading__zp9st h1{font-size:1.5rem;font-weight:700;margin-bottom:4px}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT .SearchPageContainer_no_result_image__3TV8O{margin:0 auto;padding-top:12px;height:150px;aspect-ratio:256/129}@media screen and (min-width:768px){.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT .SearchPageContainer_no_result_image__3TV8O{height:200px}}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT .SearchPageContainer_no_result_title__v1mhT{font-size:20px;font-weight:800;line-height:24px;text-align:center;color:#6e6f71;margin-top:20px}.SearchPageContainer_search_item_holder__rzy7r .SearchPageContainer_category_container__WU9jT .SearchPageContainer_no_result_subtitle__vyViH{font-size:12px;line-height:18px;text-align:center;color:#6e6f71;margin-top:4px}.SearchPageContainer_loaderSection__hEOnZ{width:100%;height:72px;display:flex;justify-content:center;align-items:center}@keyframes CheckoutFooter_staticPopup__K_2jU{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CheckoutFooter_flicker__LPVIo{0%{opacity:1}to{opacity:.2}}.CheckoutFooter_footer_container__mOpAE{background-color:#0d0d0e;border-radius:8px;overflow:hidden}.CheckoutFooter_footer_container__mOpAE.CheckoutFooter_extra_padding__lQEfm{bottom:72px}.CheckoutFooter_footer_container__mOpAE.CheckoutFooter_extra_padding_act_ord_widget__WkSxr{bottom:157px}.CheckoutFooter_footer_container__mOpAE.CheckoutFooter_extra_padding_rev_rat_widget__zmGGt{bottom:197px}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz{padding:0 0 14px;color:#fff}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_offer_block__A5C9W{font-family:Satoshi-Variable;font-weight:500;font-size:12px;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;text-align:center;background-color:#26955d;width:100%;padding:4px 8px}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_offer_block__A5C9W .CheckoutFooter_offer_message__V2UL9{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;-webkit-line-clamp:1;line-clamp:1}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_offer_block__A5C9W.CheckoutFooter_yellow_banner__mFISk{background:#f7c855;color:#464646}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_checkout_container__OskIj{padding:4px 18px;display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_cart_content__GyqM5{padding:14px 18px 0}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_cart_content__GyqM5 .CheckoutFooter_cart_left__bK79y .CheckoutFooter_cart_value__WamW9{margin-left:1px}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_cart_content__GyqM5 .CheckoutFooter_cart_right__XPXzp{float:right}.CheckoutFooter_footer_container__mOpAE .CheckoutFooter_checkout_footer_block__p7gFz .CheckoutFooter_cart_content__GyqM5 .CheckoutFooter_cart_right__XPXzp .CheckoutFooter_cart_arrow_image__4o4WK{vertical-align:middle;margin-left:10px}@media(min-width:767px){.CheckoutFooter_footer_container__mOpAE{display:none}}@keyframes FormWrapper_staticPopup__e9OYU{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes FormWrapper_flicker__VNmmc{0%{opacity:1}to{opacity:.2}}@keyframes FormWrapper_location_show__oziuk{0%{transform:translateY(900)}to{transform:translateY(0)}}.FormWrapper_form_wrapper__S2Xv7{display:none}.FormWrapper_form_wrapper__S2Xv7 .FormWrapper_lock_screen_web__ZgySv{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);top:0;left:0;z-index:290}.FormWrapper_form_wrapper__S2Xv7 .FormWrapper_popup_close__Wma4p{position:fixed;top:25px;right:450px;z-index:500;cursor:pointer}.FormWrapper_popup_container__7DlnC{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0;z-index:300;font-family:Lato Regular,sans-serif;transform:translateY(100vh);transition:all .45s ease-in;animation:FormWrapper_location_show__oziuk .3s ease-in forwards}.FormWrapper_popup_container__7DlnC.FormWrapper_white_bg__cQTsu{background:#fff}.FormWrapper_popup_container__7DlnC.FormWrapper_popup_container_website__jL7zQ{background:#fff;width:35%;max-width:430px;height:100%;overflow-y:scroll;right:0;left:auto;transform:translateX(100%);transition:all .25s cubic-bezier(.62,.35,.05,.25);box-shadow:-5px 0 74px rgba(0,0,0,.8)}.FormWrapper_popup_container__7DlnC .FormWrapper_popup_cancel__mZCrs{position:fixed;display:block;top:11px;right:12px;z-index:1}.FormWrapper_popup_container__7DlnC .FormWrapper_popup_cancel__mZCrs img{width:16px}.FormWrapper_popup_container__7DlnC input[type=email],.FormWrapper_popup_container__7DlnC input[type=number],.FormWrapper_popup_container__7DlnC input[type=password],.FormWrapper_popup_container__7DlnC input[type=tel],.FormWrapper_popup_container__7DlnC input[type=text]{display:inline-block;vertical-align:middle;width:100%;border-radius:0;border:none;border-bottom:1px solid #6e6f71;padding:3px 5px;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.FormWrapper_popup_container_mweb_wrapper__fsV5Z{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.4);inset:0;z-index:400;display:flex;flex-direction:column;justify-content:flex-end}.FormWrapper_popup_container_mweb_wrapper__fsV5Z .FormWrapper_popup_container_mweb__Shes7{display:flex;flex-direction:column;align-items:center;gap:20px;transition:all .45s ease-in;animation:FormWrapper_popupContainer__kwtrZ .3s ease-in forwards;position:relative}.FormWrapper_popup_container_mweb_wrapper__fsV5Z .FormWrapper_popup_container_mweb__Shes7 .FormWrapper_popup_content__Ah4v8{border-radius:24px 24px 0 0;overflow:hidden;background-color:#fff;width:100%;box-shadow:0 -2px 4px 0 rgba(0,0,0,.05)}.FormWrapper_popup_container_mweb_wrapper__fsV5Z .FormWrapper_popup_container_mweb__Shes7 .FormWrapper_hide_login_form___4Epg{opacity:0;height:0}.FormWrapper_popup_container_mweb_wrapper__fsV5Z .FormWrapper_popup_container_mweb__Shes7 .FormWrapper_close_btn__qCEv9{width:40px;height:40px;background-color:#808387;display:flex;align-items:center;justify-content:center;border-radius:21px}.FormWrapper_mweb_form_loader__RnaFG{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.4);inset:0;z-index:401;display:flex;flex-direction:column;justify-content:flex-end}.FormWrapper_container__NSqnh{display:flex;flex-direction:column;gap:36px;padding:24px 16px 71px;position:relative}.FormWrapper_otpHeader__CRPnL{display:flex;flex-direction:column;gap:4px}.FormWrapper_otpHeader__CRPnL .FormWrapper_otpHeading__B5R__{font-weight:700}.FormWrapper_otpHeader__CRPnL .FormWrapper_otpPhone__bD13J{display:flex;gap:4px;align-items:flex-end;color:var(--Brand-colors-Smokey-Grey-Dark,#464646);font-family:Satoshi;font-size:var(--values-typography-size-sub-headings-subheading-3,16px);font-style:normal;font-weight:500;line-height:var(--values-typography-Line-Height-sub-headings-subheading-3,24px)}.FormWrapper_otpHeader__CRPnL .FormWrapper_otpPhone__bD13J>h3{font-weight:500}.FormWrapper_otpContainer__pa7H0{display:flex;flex-direction:column;gap:16px}.FormWrapper_otpInputContainer__VhGWk{display:flex;align-items:center;gap:10px}.FormWrapper_otpInputContainer__VhGWk .FormWrapper_otpInput__ZGomj{border-radius:12px;border:1px solid #c0c1c3;background:#fff}.FormWrapper_otpInputContainer__VhGWk .FormWrapper_otpInputSuccess__vf_iU,.FormWrapper_otpInputContainer__VhGWk .FormWrapper_otpInput__ZGomj{display:flex;width:45px;height:54px;padding:16px;justify-content:space-between;align-items:center;color:#0d0d0e;font-size:16px;font-style:normal;font-weight:500;line-height:140%}.FormWrapper_otpInputContainer__VhGWk .FormWrapper_otpInputSuccess__vf_iU{border-radius:12px;border:1px solid #26955d;background:#f6fdf7}.FormWrapper_otpInputContainer__VhGWk .FormWrapper_otpInputFailed__WXN_j{display:flex;width:45px;height:54px;padding:16px;justify-content:space-between;align-items:center;border-radius:12px;border:1px solid #d11243;background:#fdf3f6;color:#0d0d0e;font-size:16px;font-style:normal;font-weight:500;line-height:140%}@keyframes FormWrapper_spin__jO_AJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FormWrapper_loaderContainer__xg5JP{display:flex;justify-content:center;align-items:center;margin-left:10px}.FormWrapper_loaderContainer__xg5JP .FormWrapper_loader__k_xzQ{animation-name:FormWrapper_spin__jO_AJ;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.FormWrapper_timer__0E2l2{display:flex;flex-direction:column;gap:10px;margin:10px 0;font-size:16px;color:#c0c1c3;font-family:Satoshi;font-size:12px;font-style:normal;font-weight:700;line-height:19.2px}.FormWrapper_timer__0E2l2 .FormWrapper_invisible__YMrVs{color:transparent}.FormWrapper_timer__0E2l2 .FormWrapper_error__aRM1n{color:#ce0000}.FormWrapper_timer__0E2l2 .FormWrapper_success__7qbdP{display:flex;align-items:center;gap:4px;color:#26955d}.FormWrapper_resendButton__IIkax{background-color:#007bff}.FormWrapper_editButton__yN7dO,.FormWrapper_resendButton__IIkax{margin:10px 0;padding:10px;font-size:16px;color:#fff;border:none;border-radius:5px;cursor:pointer}.FormWrapper_editButton__yN7dO{background-color:#6c757d}.FormWrapper_resendOTP__lX_hw{color:#d11243;font-size:12px;font-weight:700;line-height:19.2px}.FormWrapper_successToast___Fm7u{border-radius:24px;border:.5px solid #26955d}.FormWrapper_failureToast__w6oDV,.FormWrapper_successToast___Fm7u{display:flex;text-align:center;position:absolute;bottom:16px;left:50%;transform:translateX(-50%);padding:8px 16px;background:#fffeec;box-shadow:0 4px 4px 0 rgba(0,0,0,.05);font-size:12px;font-style:normal;font-weight:500;line-height:19.2px}.FormWrapper_failureToast__w6oDV{min-width:70%;text-wrap:balance;border-radius:24px;border:.5px solid #ffaa01}.Login_terms__lkRvX{font-size:12px;text-align:center;margin-bottom:7px}@keyframes Login_error_msg__oHY4b{0%{transform:translateY(-60px)}to{transform:translateY(10px)}}@keyframes Login_rm_error_msg__zf8Eb{0%{transform:translateY(10px)}to{transform:translateY(-60px)}}@keyframes Login_loader-btn__XcflS{0%{width:0}to{width:100%}}.Login_show___L_xD{display:block!important}.Login_hide__d9rBp{display:none!important}.Login_login_error_msg__dMH27{position:fixed;font-size:14px;padding:8px 0;text-align:center;margin:0 7px;color:#d0021b;border:1px solid #d0021b;width:96%;width:96% auto;background-color:#fff6f7;transform:translateY(-50px);transition:all .45s ease-in;z-index:1;display:none}.Login_login_error_msg__dMH27.Login_show___L_xD{animation:Login_error_msg__oHY4b .1s ease-in forwards}.Login_login_error_msg__dMH27.Login_hide__d9rBp{animation:Login_rm_error_msg__zf8Eb .1s ease-out forwards}.Login_login_wrapper__AoTE6{width:100%;height:100%;position:fixed}.Login_login_wrapper__AoTE6 .Login_login_img__uRtvW{width:100%;-o-object-fit:contain;object-fit:contain}.Login_otp_sent__Kqb3I{position:absolute;color:#417505;font-size:14px;padding:10px 3px;text-align:center;width:100%;z-index:1;top:-50px;background-color:#f9fffa;border:1px solid #417505;display:none}.Login_otp_sent__Kqb3I.Login_show___L_xD{display:block}.Login_whole_wrapper__4f3TF{border-radius:3px;background-color:#fbfbfb;bottom:0;position:fixed;width:97%;margin:0 5px;display:block;font-family:Lato Regular}.Login_whole_wrapper__4f3TF .Login_signin_wrapper__Xw_Gn{padding:8px 12px;overflow:hidden;position:relative}.Login_whole_wrapper__4f3TF .Login_signin_wrapper__Xw_Gn .Login_sign_text__3hgCg{font-family:Lato Bold;font-size:20px;font-weight:700;color:#000;padding-bottom:0}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee{margin:5px;border-radius:3px;background-color:#fff;box-shadow:0 2px 15px 0 rgba(0,0,0,.3);padding-bottom:1px;padding-top:5px}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_loginwith_otp__WMXzV,.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_loginwith_password__xZn1w,.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_loginwith_password__xZn1w .Login_existing_user__HZxJD,.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_loginwith_password__xZn1w .Login_new_user__rD4nn{display:none}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp{margin:0 10px;position:relative}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp .Login_input__1lecQ{margin-top:22px;width:100%;border:0;border-bottom:1px solid #cbcbcb}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp .Login_input__1lecQ .Login_input_disable__mhKiK{background:#fff!important;color:#000!important}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp .Login_input_disable__mhKiK{pointer-events:none}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp input:focus{outline:none}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp label{color:#9c9c9c;font-size:13px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:24px;transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp input:focus~label,.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp input:valid~label{top:10px;font-size:11px;color:#9c9c9c}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp .Login_resend__hSraP{color:var(--theme-color);font-size:12px;position:absolute;top:25px;right:10px;cursor:pointer}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp .Login_edit_mobile__jLrUM.Login_show___L_xD{display:block;cursor:pointer}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_login_type__W7nIL{display:block!important}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_login_type__W7nIL .Login_active__HKHhk{z-index:2000;padding:10px 0;width:95%;border:1px solid #cbcbcb;margin:11px 8px;font-weight:600;font-size:15px;border-radius:3px;background-color:var(--theme-color);color:#fff;cursor:pointer;font-family:Lato Regular}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_proceed_login__oGbKG{z-index:2000;background-color:#cbcbcb;color:#fff;padding:10px 0;width:95%;border:1px solid #cbcbcb;margin:11px 8px;font-weight:600;font-size:15px;border-radius:3px;font-family:Lato Regular}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_proceed_login__oGbKG.Login_disable__WyLHD{background-color:#cbcbcb;border:1px solid #cbcbcb}.Login_whole_wrapper__4f3TF .Login_login_form__9f0Ee .Login_attr___q73_ .Login_proceed_login__oGbKG.Login_enable__h4MiG{background-color:var(--theme-color);color:#fff;border:1px solid var(--theme-color)}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3{background-color:#fff;min-height:400px}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_signin_wrapper__Xw_Gn{margin-bottom:-18px}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_signin_wrapper__Xw_Gn .Login_sign_text__3hgCg{font-size:20px;font-weight:700}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee{box-shadow:none}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp{margin-top:16px}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp .Login_input__1lecQ{margin:0;padding-left:5px;line-height:2.6;font-size:17px}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp label{font-size:16px;left:3px;top:11px}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp input:focus~label,.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_text_wrap__jTlHp input:valid~label{top:-10px;font-size:14px;outline:0;color:#9c9c9c}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_login_type__W7nIL .Login_active__HKHhk{margin-top:16px;font-weight:600;border-radius:3px;height:45px;border:none;font-size:18px;position:relative}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_login_type__W7nIL .Login_active__HKHhk.Login_btn_loading__lY1CA:before{content:"";position:absolute;width:50%;top:0;left:0;height:100%;background-color:rgba(0,0,0,.08);transition:all .15s linear;animation-name:Login_loader-btn__XcflS;animation-duration:5s;animation-iteration-count:1;animation-fill-mode:forwards;z-index:-1}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_proceed_login__oGbKG{margin-top:16px;font-weight:600;color:#fff;border-radius:3px;height:45px;border:none;font-size:18px;background-color:#d4d4d4}.Login_whole_wrapper__4f3TF.Login_whole_wrapper_web__12Yg3 .Login_login_form__9f0Ee .Login_attr___q73_ .Login_terms__lkRvX{font-size:16px;text-align:center;font-family:Lato Bold}.Login_mweb_form__n4BU0{padding:24px 16px;display:flex;flex-direction:column}.Login_mweb_form__n4BU0>p{margin:0}.Login_mweb_form__n4BU0 .Login_title1__WOZIT{display:flex;align-items:center;gap:6px;margin-bottom:16px;color:#464646;font-family:Satoshi-Variable;font-size:12px;font-weight:700;line-height:140%}.Login_mweb_form__n4BU0 .Login_title2__i7NmI{color:#000;font-family:Satoshi-Variable;font-size:20px;font-weight:700;line-height:25.6px}.Login_mweb_form__n4BU0 .Login_number_container__zjcuP{margin-top:32px;padding:10px 16px;border-radius:12px;border:1px solid #eee;background:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.08);display:flex;align-items:center}.Login_mweb_form__n4BU0 .Login_number_container__zjcuP .Login_adornment__HEp2c{display:inherit;align-items:center;color:#000;font-family:Satoshi-Variable;font-size:12px;font-weight:700;line-height:140%;border-right:1px solid rgba(0,0,0,.15);padding-right:8px;margin-right:8px;height:34px}.Login_mweb_form__n4BU0 .Login_number_container__zjcuP .Login_input__1lecQ{caret-color:#d11243;color:var(--Black,#0d0d0e);font-size:16px;font-family:Satoshi-Variable;font-weight:500;outline:none;border:none;flex-grow:1}.Login_mweb_form__n4BU0 .Login_number_container__zjcuP .Login_input__1lecQ::-moz-placeholder{color:#a0a0a0;font-size:16px;font-weight:500}.Login_mweb_form__n4BU0 .Login_number_container__zjcuP .Login_input__1lecQ::placeholder{color:#a0a0a0;font-size:16px;font-weight:500}.Login_mweb_form__n4BU0 .Login_number_container__zjcuP .Login_clear_btn__iTww5{margin-left:8px;width:12px;height:12px;display:flex;align-items:center;justify-content:center;border-radius:29px;background:rgba(0,0,0,.6)}.Login_mweb_form__n4BU0 .Login_btn_container__GRPnt{margin-top:42px;display:flex;flex-direction:column;align-items:center;gap:10px}.Login_mweb_form__n4BU0 .Login_btn_container__GRPnt .Login_submit_btn__4eGTj{border-radius:12px;background:#d11243;color:#fff;text-align:right;font-family:Satoshi-Variable;font-size:16px;font-style:normal;font-weight:700;line-height:140%;width:100%;padding:16px 32px;border:none;text-align:center}.Login_mweb_form__n4BU0 .Login_btn_container__GRPnt .Login_submit_btn__4eGTj:disabled{background-color:#c0c1c3}.Login_mweb_form__n4BU0 .Login_btn_container__GRPnt .Login_truecaller_btn__4iL2e{border:none;background:transparent;color:#d11243;font-size:12px;font-weight:600}.Login_mweb_form__n4BU0 .Login_subtitle__gNYxn{margin-top:8px;color:#4d4d4f;text-align:left;font-family:Satoshi-Variable;font-size:10px;font-style:normal;font-weight:500;line-height:12px}.Login_mweb_form__n4BU0 .Login_subtitle__gNYxn>span{font-weight:700}.Login_successToast__FCUp6{border-radius:24px;border:.5px solid #26955d}.Login_failureToast__blarW,.Login_successToast__FCUp6{display:flex;text-align:center;position:absolute;bottom:16px;left:50%;transform:translateX(-50%);padding:8px 16px;background:#fffeec;box-shadow:0 4px 4px 0 rgba(0,0,0,.05);font-size:12px;font-style:normal;font-weight:500;line-height:19.2px}.Login_failureToast__blarW{min-width:70%;text-wrap:balance;border-radius:24px;border:.5px solid #ffaa01}.Login_loader_container__DlesM{border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -2px 4px 0 rgba(0,0,0,.05);display:flex;width:100%;padding:32px 79px 24px 80px;flex-direction:column;justify-content:flex-end;align-items:center}.Login_loader_container__DlesM .Login_title__bS4_1{color:#000;text-align:center;font-family:Satoshi-Variable;font-size:18px;font-weight:700;line-height:24px;margin:0 0 32px}.Login_loader_container__DlesM .Login_tag_line__vfuTI{color:#808387;font-size:10px;line-height:14px;display:flex;align-items:center;gap:2px;margin:0}.Login_loader_container__DlesM .Login_tag_line__vfuTI,.Login_sub_title__QE703{text-align:center;font-family:Satoshi-Variable;font-style:normal;font-weight:500}.Login_sub_title__QE703{color:#000;font-size:14px;line-height:21px;margin:0 0 24px}.Login_loader__BAKUQ{margin-bottom:32px;width:52px;height:52px;animation:Login_spinner__VmbqG .7s linear infinite}@keyframes Login_spinner__VmbqG{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes AlertToast_staticPopup__3jNdt{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes AlertToast_flicker__K1WBb{0%{opacity:1}to{opacity:.2}}.AlertToast_alert_toast__Yqy5v{padding:10px 12px 8px;border-radius:4px;display:flex;margin:8px 8px 0}.AlertToast_alert_toast__Yqy5v span{font-size:13px;line-height:1.38;color:#417505}.AlertToast_alert_toast__Yqy5v img{width:16px;height:16px;margin:0 8px 2px 0;-o-object-fit:contain;object-fit:contain}.AlertToast_success__N9xSf{border:1px solid #417505;background-color:#f9fff9}.AlertToast_success__N9xSf span{color:#417505}.AlertToast_error__GniVX{border:1px solid var(--theme-color);background-color:rgba(216,0,41,.05)}.AlertToast_error__GniVX span{color:var(--theme-color)}@keyframes PaddedContainer_staticPopup__6QkLZ{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes PaddedContainer_flicker__A8kKT{0%{opacity:1}to{opacity:.2}}.PaddedContainer_padded_container__wbXWD{margin:0 auto;max-width:1080px;width:100%}.PaddedContainer_padded_container__wbXWD.PaddedContainer_excludeMaxWidth__Xacp_{max-width:none}.PaddedContainer_padded_container__wbXWD[data-source=msite]{width:100%;margin-top:55px}@keyframes CommonHeader_staticPopup__dHKoj{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CommonHeader_flicker__ZyCn9{0%{opacity:1}to{opacity:.2}}.CommonHeader_header__gRemn{z-index:5;text-align:center;box-shadow:0 3px 12px 0 rgba(0,0,0,.16);background-color:#4a4a4a;position:sticky;padding:14px 16px 13px;top:0;width:100%;display:flex;align-items:center;justify-content:space-between;min-height:46px}.CommonHeader_header__gRemn .CommonHeader_back_arrow___BBqN{width:6px;height:10px;-o-object-fit:contain;object-fit:contain;z-index:1}.CommonHeader_header__gRemn .CommonHeader_title__shmVR{line-height:22px;font-weight:600;position:absolute;left:0;right:0;line-height:1;margin:0 auto;color:#fff;font-size:17px}.CommonHeader_header__gRemn .CommonHeader_corner_text__oQWa_{font-size:13px;font-weight:700;line-height:1.38;color:#fff;opacity:.4;text-transform:uppercase}.CommonHeader_header__gRemn .CommonHeader_corner_cross__jRF7l{width:12px;height:12px;position:absolute;right:16px}.CommonHeader_header__gRemn .CommonHeader_red_dot_active__kDGsQ{width:8px;height:8px;border-radius:50%;background-color:var(--theme-color);position:absolute;right:12px;top:16px}.CommonHeader_header__gRemn.CommonHeader_header_web__ZJ8T3{padding:20px 40px}.CommonHeader_header__gRemn.CommonHeader_header_web__ZJ8T3 .CommonHeader_back_arrow___BBqN{display:none}.CommonHeader_header__gRemn.CommonHeader_header_web__ZJ8T3 .CommonHeader_title__shmVR{font-size:20px;position:unset;margin:0}.CommonHeader_header__gRemn.CommonHeader_header_web__ZJ8T3 .CommonHeader_corner_text__oQWa_{margin-left:auto;cursor:pointer;text-decoration:underline;text-transform:capitalize}.CommonHeader_color_inverted__3QQi0{background-color:#fff}.CommonHeader_color_inverted__3QQi0 .CommonHeader_title__shmVR{color:#000}.CommonHeader_color_inverted__3QQi0 .CommonHeader_corner_text__oQWa_{color:#000;opacity:.4}@keyframes UserInfoTab_staticPopup__7daD6{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes UserInfoTab_flicker__GvDV3{0%{opacity:1}to{opacity:.2}}.UserInfoTab_single_info__jzfo7{display:flex;flex-direction:column;margin-bottom:16px}.UserInfoTab_single_info__jzfo7 .UserInfoTab_user_attribute__yXmvE{font-size:11px;font-weight:500;line-height:1.36;color:#b5b5b5}.UserInfoTab_single_info__jzfo7 .UserInfoTab_user_value__a2uW2{margin-top:2px;font-size:15px;line-height:1.33;color:#323232}@keyframes EditProfile_staticPopup__KH1Du{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes EditProfile_flicker__Qu0NT{0%{opacity:1}to{opacity:.2}}.EditProfile_profile_details_view__AQMQn{display:flex;flex-direction:column;min-height:100%}.EditProfile_profile_details_view__AQMQn .EditProfile_image_holder__xQ_9b{margin:24px auto 0;display:flex;flex-direction:column;align-items:center;position:relative}.EditProfile_profile_details_view__AQMQn .EditProfile_image_holder__xQ_9b .EditProfile_profile_picture__SeksG{border-radius:50%;width:90px;height:90px;margin:0 auto;border:2px solid #fff}.EditProfile_profile_details_view__AQMQn .EditProfile_image_holder__xQ_9b .EditProfile_profile_picture_border__B7g_B{padding:3px;background-image:linear-gradient(141deg,#fa8f9c 15%,#d30f26 86%)}.EditProfile_profile_details_view__AQMQn .EditProfile_image_holder__xQ_9b .EditProfile_meatopia_badge_img__9XJ4i{width:68.5px;height:16.3px;-o-object-fit:contain;object-fit:contain;position:absolute;bottom:0}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_incomplete__UvT5H{display:flex;align-items:center;margin:24px 16px 0;border-radius:4px;border:1px solid #de6a0b;background-color:rgba(212,112,21,.1);padding:8px 12px}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_incomplete__UvT5H img{width:16px;height:13.6px;margin-right:8px;-o-object-fit:contain;object-fit:contain}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_incomplete__UvT5H span{font-size:13px;line-height:1.38;color:#000}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_incomplete__UvT5H .EditProfile_complete_now__d3681{font-size:11px;text-transform:uppercase;font-weight:700;line-height:1.36;color:#de6a0b;margin-left:auto;cursor:pointer}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE{margin-top:24px;background-color:#fff;padding:0 16px}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8{display:flex;flex-direction:column}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_header__doiqw{padding:17px 0;display:flex;justify-content:space-between;margin-bottom:-1px;border-bottom:.5px solid rgba(0,0,0,.2)}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_header__doiqw span{font-size:16px;font-weight:700;line-height:1.31;color:#464646}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_header__doiqw img{width:20px;-o-object-fit:contain;object-fit:contain;transform:rotate(90deg);transition:.4s}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_header__doiqw img.EditProfile_rotate__ABOBX{transform:rotate(270deg)}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_sec__E_Rfo{padding:20px 0 4px}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_sec__E_Rfo .EditProfile_single_info__yBoTo{display:flex;flex-direction:column;margin-bottom:16px}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_sec__E_Rfo .EditProfile_single_info__yBoTo .EditProfile_user_attribute__Yb9Lk{text-transform:uppercase;font-size:11px;font-weight:500;line-height:1.36;color:#b5b5b5}.EditProfile_profile_details_view__AQMQn .EditProfile_profile_info_view__TzhKE .EditProfile_info_view__23Te8 .EditProfile_info_sec__E_Rfo .EditProfile_single_info__yBoTo .EditProfile_user_value__pnIDg{margin-top:2px;font-size:15px;line-height:1.33;color:#323232}@keyframes CustomInput_staticPopup__4cuI_{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CustomInput_flicker__hVeRO{0%{opacity:1}to{opacity:.2}}.CustomInput_custom_input__r57z6{position:relative;margin-top:24px}.CustomInput_custom_input__r57z6 .CustomInput_textbox__hxWPO{width:100%;border-radius:5px;border:1px solid #b5b5b5;background-color:#fff!important;box-sizing:border-box!important;font-size:15px!important;line-height:1.2;color:#000!important;padding:12px 12px 11px!important;outline:none;box-shadow:none!important;margin-bottom:0;transition:.3s}.CustomInput_custom_input__r57z6 .CustomInput_textbox__hxWPO:focus{outline:none;border:1px solid #6e6f71}.CustomInput_custom_input__r57z6 .CustomInput_textbox__hxWPO:focus~.CustomInput_custom_label__1RKso{top:-8px;left:10px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6 .CustomInput_textbox_disabled__DHCfm{background-color:#b5b5b5;color:#323232!important}.CustomInput_custom_input__r57z6 .CustomInput_err_msg__JGxqC{display:none;margin-top:4px;font-size:12px;font-weight:500;line-height:1.36}.CustomInput_custom_input__r57z6 .CustomInput_custom_label__1RKso{color:#9b9b9b;font-size:15px;position:absolute;pointer-events:none;left:15px;top:9px;transition:all .3s ease}.CustomInput_custom_input__r57z6 .CustomInput_textbox__hxWPO:not(:-moz-placeholder-shown)+.CustomInput_custom_label__1RKso{top:-8px;left:10px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6 .CustomInput_textbox__hxWPO:not(:placeholder-shown)+.CustomInput_custom_label__1RKso{top:-8px;left:10px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO{border:none;border-bottom:1px solid #e2e2e2;padding:8px 0!important;border-radius:0}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO:focus{border-bottom-color:var(--theme-color)}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO:focus~.CustomInput_custom_label__1RKso{top:-12px;left:-3px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO::-moz-placeholder{font-size:14px}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO::placeholder{font-size:14px}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_custom_label__1RKso{font-size:14px;left:0}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO:not(:-moz-placeholder-shown)+.CustomInput_custom_label__1RKso{top:-12px;left:-3px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6.CustomInput_custom_input_payment__VsN0d .CustomInput_textbox__hxWPO:not(:placeholder-shown)+.CustomInput_custom_label__1RKso{top:-12px;left:-3px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6.CustomInput_without_border__sgCjP{max-width:100%}.CustomInput_custom_input__r57z6.CustomInput_without_border__sgCjP .CustomInput_textbox__hxWPO{border:none;border-bottom:1px solid #b5b5b5;border-radius:0;padding:12px 0!important}.CustomInput_custom_input__r57z6.CustomInput_without_border__sgCjP .CustomInput_textbox__hxWPO:focus~.CustomInput_custom_label__1RKso{top:-12px;left:-3px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6.CustomInput_without_border__sgCjP .CustomInput_custom_label__1RKso{left:0}.CustomInput_custom_input__r57z6.CustomInput_without_border__sgCjP .CustomInput_textbox__hxWPO:not(:-moz-placeholder-shown)+.CustomInput_custom_label__1RKso{top:-12px;left:-3px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_custom_input__r57z6.CustomInput_without_border__sgCjP .CustomInput_textbox__hxWPO:not(:placeholder-shown)+.CustomInput_custom_label__1RKso{top:-12px;left:-3px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_alert_disabled__x_Bq3 .CustomInput_textbox__hxWPO{opacity:.6;color:#323232!important;background-color:#f8f8f8!important}.CustomInput_alert_disabled__x_Bq3 .CustomInput_custom_label__1RKso{top:-8px;left:10px;background-color:#fff;font-size:12px;color:rgba(0,0,0,.5);padding:0 3px}.CustomInput_alert_warning__Oq1sP .CustomInput_err_msg__JGxqC{display:block;color:#de6a0b;font-weight:700}.CustomInput_alert_error__WZwD3.CustomInput_without_border__sgCjP .CustomInput_textbox__hxWPO,.CustomInput_alert_error__WZwD3.CustomInput_without_border__sgCjP .CustomInput_textbox__hxWPO:focus{border:none;border-bottom:1px solid var(--theme-color)}.CustomInput_alert_error__WZwD3 .CustomInput_textbox__hxWPO{border:1px solid var(--theme-color);background-color:rgba(228,29,54,.04)!important}.CustomInput_alert_error__WZwD3 .CustomInput_textbox__hxWPO:focus{outline:none;border:1px solid var(--theme-color)}.CustomInput_alert_error__WZwD3 .CustomInput_err_msg__JGxqC{display:block;color:var(--theme-color)}.CustomInput_cross_button__GpMcO{position:absolute;top:10px;right:0;background:transparent;border:none}@keyframes CustomRadioBtn_staticPopup__6YQt_{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes CustomRadioBtn_flicker__CY2yp{0%{opacity:1}to{opacity:.2}}.CustomRadioBtn_custom_radio_btn__T8LpO{display:inline-flex;align-items:center;margin-bottom:8px}.CustomRadioBtn_custom_radio_btn__T8LpO .CustomRadioBtn_radio_custom__GAdiU,.CustomRadioBtn_custom_radio_btn__T8LpO .CustomRadioBtn_radio_custom_label__ON_ZA{margin-left:8px;font-size:14px;line-height:19px;text-align:left;color:#6e6f71;cursor:pointer}.CustomRadioBtn_custom_radio_btn__T8LpO input[type=radio]{accent-color:#d11243}@keyframes ProgressBar_staticPopup__WzMNX{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ProgressBar_flicker__Ur0pI{0%{opacity:1}to{opacity:.2}}.ProgressBar_progress_bar__x_2_8{height:3px;margin-top:12px;border-radius:3.5px;background-color:#d8d8d8}.ProgressBar_progress_bar__x_2_8 .ProgressBar_filled__sfNdX{max-width:100%;height:100%;border-radius:3.5px;background-color:var(--theme-color)}@keyframes ProgressBarContainer_staticPopup__UWGLD{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ProgressBarContainer_flicker__KrSbK{0%{opacity:1}to{opacity:.2}}.ProgressBarContainer_progress_indicator___m0S0{padding:12px 13px;border-radius:4px;box-shadow:0 1px 4px 0 rgba(0,0,0,.16);border:.5px solid rgba(0,0,0,.2);background-color:#fff;display:flex;flex-direction:column;margin:16px 16px 0}.ProgressBarContainer_progress_indicator___m0S0 .ProgressBarContainer_text_section__mdOMQ{display:flex;justify-content:space-between}.ProgressBarContainer_progress_indicator___m0S0 .ProgressBarContainer_text_section__mdOMQ .ProgressBarContainer_progress_title__kQkla{font-size:14px;color:#323232}.ProgressBarContainer_progress_indicator___m0S0 .ProgressBarContainer_text_section__mdOMQ .ProgressBarContainer_percentage_text__7SDUj{font-size:12px;color:var(--theme-color)}@keyframes UpdateProfile_staticPopup__aIK3l{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes UpdateProfile_flicker__vibRo{0%{opacity:1}to{opacity:.2}}.UpdateProfile_update_profile_sec__MYyUC{display:flex;flex-direction:column;min-height:95vh}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_update_image_sec___4GMG{position:relative;margin:24px auto;width:-moz-fit-content;width:fit-content;cursor:pointer}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_update_image_sec___4GMG .UpdateProfile_profile_icon__alKrA{width:90px;height:90px;border-radius:50%;border:2px solid #fff}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_update_image_sec___4GMG .UpdateProfile_profile_icon_border___B5iB{padding:3px;background-image:linear-gradient(141deg,#fa8f9c 15%,#d30f26 86%)}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_update_image_sec___4GMG .UpdateProfile_upload_image__NsKQ6{position:absolute;width:32px;height:32px;top:0;right:-10px}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_update_image_sec___4GMG .UpdateProfile_upload_image__NsKQ6 img{-o-object-fit:contain;object-fit:contain}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_update_image_sec___4GMG .UpdateProfile_meatopia_badge_img___CvEg{width:68.5px;height:16.3px;-o-object-fit:contain;object-fit:contain;position:absolute;bottom:5px;left:0;right:0;margin:0 auto}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_profile_info_fields__byo6X{padding:16px 20px 24px;background-color:#fff}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_profile_info_fields__byo6X .UpdateProfile_mandatory_text__1MEEw{font-size:13px;line-height:1.38;text-align:left;color:gray}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_profile_info_fields__byo6X .UpdateProfile_name_container__BvHuc{display:flex;justify-content:space-between}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_profile_info_fields__byo6X .UpdateProfile_name_container__BvHuc .UpdateProfile_first_name_container__XDZYQ{margin-right:8px;width:100%}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_profile_info_fields__byo6X .UpdateProfile_name_container__BvHuc .UpdateProfile_last_name_container__yl40h{margin-left:8px;width:100%}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_radio_btn_fields__BUQyX{border-top:.5px solid rgba(0,0,0,.2);display:flex;background-color:#fff;align-items:center;justify-content:space-between;padding:16px 20px}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_radio_btn_fields__BUQyX span{font-size:14px;line-height:1.38;text-align:left;color:#323232}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_radio_btn_fields__BUQyX .UpdateProfile_radio_btns_wrapper__g_sF1{display:flex;align-items:center;gap:16px}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_radio_btn_fields__BUQyX.UpdateProfile_with_margin_bottom__R4yUr{margin-bottom:80px}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_up_footer__zVrwn{width:100%;padding:12px 20px;box-shadow:0 -1px 4px 0 rgba(0,0,0,.16);background-color:#fff;position:fixed;z-index:2;bottom:0;margin-top:auto}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_up_footer__zVrwn .UpdateProfile_update_profile_btn__XAx_E{height:48px;width:100%;border:none;border-radius:5px;background-color:var(--theme-color);color:#fff;font-weight:700;cursor:pointer}.UpdateProfile_update_profile_sec__MYyUC .UpdateProfile_up_footer__zVrwn .UpdateProfile_update_profile_btn__XAx_E:disabled{opacity:.4}.UpdateProfile_add_message__AHhVs{position:fixed;font-size:12px;color:#fff;padding:15px;background:#de6a0b;z-index:360;width:100%;left:0;bottom:0;font-family:Lato Regular,sans-serif}.UpdateProfile_add_message__AHhVs.UpdateProfile_static__uDbTw{display:inline-block;position:static;padding:4px 25px;margin-left:0;margin-top:31px;width:700px;text-align:center}.UpdateProfile_add_message__AHhVs.UpdateProfile_static__uDbTw.UpdateProfile_hide__5GHBd{display:none}.UpdateProfile_add_message__AHhVs img{display:inline-block;vertical-align:text-bottom;margin-right:15px;width:19px}.UpdateProfile_add_message__AHhVs span{float:right;color:#9b9b9b;border:1px solid #9b9b9b;border-radius:50%;background:#fff;width:22px;height:22px;font-size:20px;text-align:center;line-height:.9;font-weight:700;display:none}@keyframes ReferralWidget_staticPopup__RH0_b{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ReferralWidget_flicker__n1Oe2{0%{opacity:1}to{opacity:.2}}.ReferralWidget_referral_banner_click_container__Cs16a{display:flex;justify-content:center}.ReferralWidget_referral_banner_click_container__Cs16a .ReferralWidget_referrContainer__unsOP{width:80%;display:flex;flex-direction:row;border-radius:6px;background-color:#f1a94b;align-items:center;margin:20px 0;cursor:pointer}.ReferralWidget_referral_banner_click_container__Cs16a .ReferralWidget_referrContainer__unsOP .ReferralWidget_referImage__nT3cY{width:55px;height:56px;border-radius:50%;margin:10px 25px}.ReferralWidget_referral_banner_click_container__Cs16a .ReferralWidget_referrContainer__unsOP .ReferralWidget_referImage__nT3cY img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ReferralWidget_referral_banner_click_container__Cs16a .ReferralWidget_referrContainer__unsOP .ReferralWidget_referText__cJqVE{margin:5px;font-size:24px;font-weight:700;line-height:1.21;text-align:left;color:#fff}.ReferralWidget_referral_banner_click_container__Cs16a .ReferralWidget_referrContainer__unsOP .ReferralWidget_referArrow__Ea95u{width:10.4px;height:20.7px;margin:5px 20px 5px auto}.ReferralWidget_referral_banner_click_container__Cs16a .ReferralWidget_referrContainer__unsOP .ReferralWidget_referArrow__Ea95u img{width:100%;height:100%;align-items:center}.ReferralWidget_referral_widget__ibQ6h{display:flex;flex-direction:row;justify-content:space-between;border-radius:6px;background-color:#f1a94b;align-items:center;margin:20px 5%;padding:8px 20px;width:90%}.ReferralWidget_referral_widget__ibQ6h .ReferralWidget_referral_image__AlWcD{width:36px;height:36px}.ReferralWidget_referral_widget__ibQ6h .ReferralWidget_referral_arrow__M_KId{width:8px;height:13px}.ReferralWidget_referral_widget__ibQ6h .ReferralWidget_refer_copy__USjMP{color:#fff;font-size:14px;font-weight:700;line-height:17px}.ReferralWidget_refer_widget__6Q2IT{background:rgba(255,133,0,.078);border-radius:8px;display:flex;flex-direction:row;padding:16px 12px;margin:28px 0}.ReferralWidget_refer_widget__6Q2IT img{margin-right:12px}.ReferralWidget_refer_widget__6Q2IT .ReferralWidget_refer_contents__HFBTg{display:flex;flex-direction:column;color:var(--theme-color)}.ReferralWidget_refer_widget__6Q2IT .ReferralWidget_refer_contents__HFBTg .ReferralWidget_title__oE5yX{font-size:14px;line-height:16.8px;color:#000;font-weight:700}.ReferralWidget_refer_widget__6Q2IT .ReferralWidget_refer_contents__HFBTg .ReferralWidget_description__AxHsZ{font-weight:700;font-size:12px;line-height:14px;color:var(--theme-color)}.ReferralWidget_refer_widget__6Q2IT.ReferralWidget_refer_widget_disabled__JeUcP{background:#f8f8f8}.ReferralWidget_refer_widget__6Q2IT.ReferralWidget_refer_widget_disabled__JeUcP .ReferralWidget_description__AxHsZ,.ReferralWidget_refer_widget__6Q2IT.ReferralWidget_refer_widget_disabled__JeUcP .ReferralWidget_title__oE5yX{color:#808387}.ReferralWidget_refer_widget__6Q2IT.ReferralWidget_refer_widget_disabled__JeUcP .ReferralWidget_description__AxHsZ{font-weight:500;margin-top:4px}.InfinitiWidget_inifiniti_container__a2o7x{background:#0d0d0e;border-radius:16px;height:60px;background:radial-gradient(424.7% 253.1% at -13.28% -12.14%,#81384e 0,#371224 62.25%,#220e19 100%)}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ{display:flex;justify-content:space-between;position:relative;height:100%;width:100%}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ{display:flex;align-items:center;background-image:url(https://d2407na1z3fc0t.cloudfront.net/Banner/inifiniti-patterns.png);background-repeat:no-repeat}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ{background-image:url(https://d2407na1z3fc0t.cloudfront.net/Banner/infiniti-patterns.png);background-size:contain}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_image__5MgxC{display:flex;align-items:center;margin-left:12px;margin-right:13px}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_image__5MgxC{margin-left:29px;margin-right:28px}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_text_container__sQ0I3{margin-top:10px;margin-bottom:10px}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_text_container__sQ0I3 .InfinitiWidget_text_top__fmR9x{font-family:SatoshiBold;font-size:14px}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_text_container__sQ0I3 .InfinitiWidget_text_top__fmR9x{font-size:16px}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_text_container__sQ0I3 .InfinitiWidget_text_bottom__A7fxu{font-family:SatoshiBold;font-size:14px}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_text_container__sQ0I3 .InfinitiWidget_text_bottom__A7fxu{font-size:16px;margin-top:4px}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_logo_text_container__EbIWZ .InfinitiWidget_text_container__sQ0I3{margin-top:16px;margin-bottom:16px}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP{justify-content:center}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_state__dVy3P{position:absolute;right:0;padding:0 11px 1px 10px;border-radius:0 12px 0 6px;font-family:SatoshiBold;font-size:12px}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_state__dVy3P.InfinitiWidget_active__TTvEs{background:#26955d;color:#fff}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_state__dVy3P.InfinitiWidget_expiring__jOv23{background:#ffaa01;color:#0d0d0e}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_state__dVy3P.InfinitiWidget_expired__b3J_4{background:#c0c1c3;color:#0d0d0e}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_state__dVy3P{position:static;border-radius:6px;padding:1px 16px;font-size:14px;margin-right:28px;text-align:center}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_renew__I6GEW{margin-top:33px;margin-right:12px;display:flex;align-items:center;cursor:pointer}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_renew__I6GEW span{background:linear-gradient(90deg,#c98232,#e7af64 47.92%,#fbf5c3);-webkit-background-clip:text;background-clip:text;color:transparent;font-family:SatoshiBold;font-size:12px;margin-right:4px}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_renew__I6GEW span{font-size:14px}}.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_renew__I6GEW .InfinitiWidget_right_arrow__MSLwv{margin-left:4px}@media screen and (min-width:800px){.InfinitiWidget_inifiniti_container__a2o7x .InfinitiWidget_infinit_mobileContainer__xWIjZ .InfinitiWidget_state_renew_container___J2bP .InfinitiWidget_renew__I6GEW{margin-right:36px;margin-top:6px}.InfinitiWidget_inifiniti_container__a2o7x{width:576px;height:80px}}.styles_container__OohSl{position:relative;height:100%;min-height:50px}.styles_loader_img__u8xf_{width:22px;height:22px;margin-top:-11px;margin-left:-11px}.styles_loader__D0hth,.styles_loader_img__u8xf_{position:absolute;box-sizing:border-box;left:50%;top:50%}.styles_loader__D0hth{width:50px;height:50px;margin-top:-25px;margin-left:-25px;font-size:10px;text-indent:-12345px;border:2px solid var(--theme-color);border-left:2px solid transparent;border-radius:50%!important;animation:styles_spinner__dkwxQ .7s linear infinite;z-index:10050}@keyframes styles_spinner__dkwxQ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NPSCaptureModal_NPSFeedbackQuestions__jZmru,.NPSCaptureModal_NPSModalContainer__t70Ty .NPSCaptureModal_loader__sJvsr,.NPSCaptureModal_NPSScoreCapture__TDlyz,.NPSCaptureModal_borderRadius__U_Idr,.NPSCaptureModal_npsSuccessScreen__eD5co{border-radius:24px 24px 0 0}@media screen and (min-width:800px){.NPSCaptureModal_NPSFeedbackQuestions__jZmru,.NPSCaptureModal_NPSModalContainer__t70Ty .NPSCaptureModal_loader__sJvsr,.NPSCaptureModal_NPSScoreCapture__TDlyz,.NPSCaptureModal_borderRadius__U_Idr,.NPSCaptureModal_npsSuccessScreen__eD5co{border-radius:24px}}.NPSCaptureModal_NPSModalContainer__t70Ty{position:relative}.NPSCaptureModal_NPSModalContainer__t70Ty *{font-family:Satoshi-Variable!important}.NPSCaptureModal_NPSModalContainer__t70Ty .NPSCaptureModal_loader__sJvsr{position:absolute;left:0;width:100%;height:100%;z-index:4;background-color:hsla(0,0%,100%,.6)}.NPSCaptureModal_zeroPadding__PY531{padding:0!important;background:none}.NPSCaptureModal_NPSScoreCapture__TDlyz{display:flex;flex-direction:column;position:relative;overflow:hidden}.NPSCaptureModal_NPSScoreCapture__TDlyz .NPSCaptureModal_title__xh7jH{color:#0d0d0e;text-align:center;font-size:16px;font-weight:700;line-height:140%;position:absolute;top:16px;left:16px;right:16px;z-index:3}.NPSCaptureModal_NPSScoreCapture__TDlyz .NPSCaptureModal_npsIllustrationContainer__ndTON{width:100%;position:relative}.NPSCaptureModal_NPSScoreCapture__TDlyz .NPSCaptureModal_npsIllustrationContainer__ndTON .NPSCaptureModal_npsIllustration__nelgA{width:100%;height:100%;z-index:1}.NPSCaptureModal_fixedBottomContainer__moHT_{position:absolute;width:100%;bottom:0}.NPSCaptureModal_npsRangeContainer__beyY1{padding:0 60px}.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsRange__VIl2B{width:calc(100% + 14px);margin-left:-10px;border-radius:4px;background-color:#d11243;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:2;cursor:pointer}.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsRange__VIl2B::-webkit-slider-runnable-track{border:none;border-radius:6px;background-color:#d11243;height:12px}.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsRange__VIl2B::-webkit-slider-thumb{width:28px;height:28px;-webkit-appearance:none;appearance:none;background:url(https://cdn.licious.in/Banner/NPSRangeThumb.gif) no-repeat 50%;background-size:cover;cursor:pointer;margin-top:-8px;box-shadow:0 2px 8px 0 rgba(102,0,26,.24);border-radius:50%}.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsRange__VIl2B::-moz-range-thumb{width:28px;height:28px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(https://cdn.licious.in/Banner/NPSRangeThumb.gif) no-repeat 50%;background-size:cover;cursor:pointer;margin-top:-8px;box-shadow:0 2px 8px 0 rgba(102,0,26,.24);border-radius:50%}.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsScores__9CBOh{display:flex;justify-content:space-between;margin-top:4px;cursor:pointer}.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsScores__9CBOh span{font-size:14px;font-weight:500}@media screen and (min-width:768px){.NPSCaptureModal_npsRangeContainer__beyY1 .NPSCaptureModal_npsScores__9CBOh span{display:flex;align-items:center;justify-content:center;width:16px}}.NPSCaptureModal_NPSFeedbackQuestions__jZmru{background:linear-gradient(180deg,#f2fdff,#fff 33.08%);padding:16px;display:flex;flex-direction:column}@media screen and (min-width:768px){.NPSCaptureModal_NPSFeedbackQuestions__jZmru{padding:20px 16px}}.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_mainTitle__wvZI5{width:70%;margin:4px auto 0;color:#000;text-align:center;font-size:18px;font-weight:700;line-height:105%}.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_feedbackEntities__QB0Ef{display:flex;flex-direction:column;justify-content:center;margin:24px 0;gap:24px}.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_feedbackEntities__QB0Ef .NPSCaptureModal_feedbackEntitiesRow__V_xyJ{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:42px}@media screen and (max-width:360px){.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_feedbackEntities__QB0Ef .NPSCaptureModal_feedbackEntitiesRow__V_xyJ{gap:6px}}.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_feedbackEntities__QB0Ef .NPSCaptureModal_feedbackEntitiesRow__V_xyJ.NPSCaptureModal_gridLayout__GgCKK{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-content:center;padding:0 60px}.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_commentBox__HBqJ5{all:unset;margin-bottom:16px;border:none;border-bottom:1px solid #4d4d4f;padding:12px 0;font-size:14px;font-weight:400;line-height:140%;resize:none;color:#4d4d4f}.NPSCaptureModal_NPSFeedbackQuestions__jZmru .NPSCaptureModal_commentBox__HBqJ5::-webkit-scrollbar{display:none}.NPSCaptureModal_ctaSection__LjIBF{display:flex;gap:16px;background:#fff}.NPSCaptureModal_ctaSection__LjIBF.NPSCaptureModal_ctaSectionWithPadding__tSw5W{padding:16px}.NPSCaptureModal_ctaSection__LjIBF .NPSCaptureModal_submitCTA__CnUTo{width:50%;outline:none;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:700;line-height:140%;flex-grow:1;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.NPSCaptureModal_ctaSection__LjIBF .NPSCaptureModal_submitCTA__CnUTo.NPSCaptureModal_primary__MwkBT{background:#d11243;color:#fff}.NPSCaptureModal_ctaSection__LjIBF .NPSCaptureModal_submitCTA__CnUTo.NPSCaptureModal_secondary__QhJ8S{border:1px solid #e7e7e7;background:#fff;color:#d11243}.NPSCaptureModal_ctaSection__LjIBF .NPSCaptureModal_submitCTA__CnUTo:disabled{color:#a0a0a0;background:#e7e7e7}.NPSCaptureModal_feedbackEntity__hkRtj{max-width:105px;display:flex;flex-direction:column;gap:3px;align-items:center;cursor:pointer}.NPSCaptureModal_feedbackEntity__hkRtj.NPSCaptureModal_selected__JGiNf .NPSCaptureModal_feedbackEntityImage__thQhh{border:2px solid #d11243}.NPSCaptureModal_feedbackEntity__hkRtj .NPSCaptureModal_feedbackEntityImage__thQhh{width:57px;height:57px;border-radius:50%}.NPSCaptureModal_feedbackEntity__hkRtj .NPSCaptureModal_feedbackEntityTitle__fucWb{color:#4d4d4f;text-align:center;font-size:12px;font-weight:700;line-height:140%}.NPSCaptureModal_npsSuccessScreen__eD5co{padding:16px;background:linear-gradient(180deg,#f2fdff,#fff 33.08%)}.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_npsSuccessScreenDetails__7nvkh{display:flex;flex-direction:column;padding:64px 32px 90px;gap:16px}.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_npsSuccessScreenDetails__7nvkh .NPSCaptureModal_npsSuccessImage__je1Oq{-o-object-fit:contain;object-fit:contain}.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_npsSuccessScreenDetails__7nvkh .NPSCaptureModal_npsSuccessMessage__uDte8{color:#000;text-align:center;font-size:16px;font-weight:700;line-height:140%}.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_bottomGif__h13jU{width:100%;height:55px;position:relative;border-radius:12px;overflow:hidden}@media screen and (min-width:768px){.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_bottomGif__h13jU{height:76px}}.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_bottomGif__h13jU .NPSCaptureModal_hiddenCTA__y39ip{width:100%;position:absolute;top:0;left:0;z-index:1}.NPSCaptureModal_npsSuccessScreen__eD5co .NPSCaptureModal_bottomGif__h13jU .NPSCaptureModal_lottieIllustration__lkXQG{position:relative;z-index:2}.NPSCaptureModal_npsIngressCard__rM3gN{display:flex;justify-content:center;align-items:center;border-radius:12px;background:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.08);overflow:hidden;height:62px}.NPSCaptureModal_npsIngressCard__rM3gN *{font-family:Satoshi-Variable!important}.NPSCaptureModal_npsIngressCard__rM3gN .NPSCaptureModal_npsIngressCardImageContainer__Ug79J{width:78px;aspect-ratio:1;border-radius:50%;margin-right:8px;background-color:#d11243;padding:10px;margin-left:-11px}.NPSCaptureModal_npsIngressCard__rM3gN .NPSCaptureModal_npsIngressCardImageContainer__Ug79J .NPSCaptureModal_npsIngressCardImage__eZRKU{width:100%;height:100%;margin-top:4px;margin-left:4px}.NPSCaptureModal_npsIngressCard__rM3gN .NPSCaptureModal_npsIngressCardText__1q3g1{color:#4d4d4f;font-size:14px;font-weight:700;margin-right:16px}.NPSCaptureModal_npsIngressCard__rM3gN .NPSCaptureModal_npsIngressCardCTA__QMEB3{all:unset;color:#d11243;font-size:14px;font-weight:700;margin-left:auto;margin-right:16px;cursor:pointer}@media screen and (max-width:767px){.NPSCaptureModal_withBackdropGradient__oKS7u{position:fixed;bottom:0;width:100%;left:0;padding:16px;background:linear-gradient(0deg,rgba(9,45,61,.26) 20%,hsla(0,0%,100%,0) 80%);z-index:5;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}}.StoreLocatorIngress_store_locator_ingress_container__34tf2{display:flex;width:100vw}.StoreLocatorIngress_store_locator_ingress__ha3yb{display:flex;width:100%;position:relative;outline:none;cursor:pointer;background-color:#fff0e6;border:1px solid #ffd8bd;border-radius:12px;margin:32px 16px 20px;padding:17.5px 8px;-moz-column-gap:12px;column-gap:12px;overflow:hidden;box-sizing:border-box;box-shadow:0 5px 14px 0 rgba(0,0,0,.149)}.StoreLocatorIngress_store_locator_ingress_text__26qvk{display:flex;flex-direction:column;align-items:flex-start;row-gap:2px}.StoreLocatorIngress_store_locator_ingress_text_title___mJ6c{font-family:Satoshi-Variable;color:#464646;margin:0;padding:0;font-weight:700;font-size:16px;line-height:22px}.StoreLocatorIngress_store_locator_ingress_text_subtitle__FlctZ{font-family:Satoshi-Variable;color:#464646;margin:0;padding:0;font-weight:400;font-size:12px;line-height:16.8px}.StoreLocatorIngress_store_locator_ingress_arrow__Oob66{position:absolute;display:flex;justify-content:center;align-items:center;width:75px;height:75.8px;background-color:#ffe6d6;box-shadow:0 0 4px 0 #ffede1;top:1px;right:-30px;border-radius:50%}.StoreLocatorIngress_store_locator_ingress_arrow_image__ySDkc{position:relative;right:20px}@keyframes ViewProfile_staticPopup__gOjGW{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes ViewProfile_flicker__S7eQ2{0%{opacity:1}to{opacity:.2}}.ViewProfile_profile_info_container__d78A6{font-family:Lato Regular,sans-serif;height:100%;overflow:scroll;margin-bottom:60px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps{padding:20px;position:relative;background-color:#fff}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_display_name__IBsOX{font-size:20px;font-weight:700;line-height:24px;color:#313131;margin-bottom:12px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_contact_details__2NA92{font-size:12px;font-weight:400;line-height:14px;color:#464646}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_complete_now_cta__E_Zwo .ViewProfile_complete_btn__04pVM,.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_edit_btn__zoz92{font-size:12px;font-weight:700;line-height:14px;color:var(--theme-color);position:absolute;bottom:16px;right:24px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_complete_now_cta__E_Zwo{display:inline-flex;background-color:rgba(85,110,242,.051);align-items:center;padding:6px 8px;border-radius:4px;position:relative;width:100%}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_complete_now_cta__E_Zwo .ViewProfile_complete_btn__04pVM{bottom:6px;right:8px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_complete_now_cta__E_Zwo img{margin-right:9px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_personal_info__YEYps .ViewProfile_login_btn__ZbWHG{color:#fff;background:var(--theme-color);font-family:Lato Regular,sans-serif;font-size:14px;font-weight:700;line-height:21px;width:100%;padding:12px;border:none;border-radius:4px;margin-top:12px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_meatopia_widget_area__grLQR{display:grid;place-items:center;background:#fff;padding:4px 20px 28px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_infiniti_container__CDPOv{padding-left:20px;padding-right:12px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_npsCardContainer___Yks8{margin:16px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX{padding:24px 20px;background:#fff;margin-top:12px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI{display:flex;align-items:center;position:relative;padding:20px 0;border-bottom:1px solid #f4f5ff;color:#313131;font-size:14px;text-decoration:none}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI article{display:flex;align-items:center}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI:last-of-type{border:none;padding-bottom:0}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI:first-of-type{padding-top:0}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI img.ViewProfile_menu_item_icon__rlSlD{margin-right:16px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI img.ViewProfile_right_arrow__MGH8s{position:absolute;right:4px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI .ViewProfile_menu_item_info_container__Kh3ch{display:flex;flex-direction:column}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_menu_item__nKPwI .ViewProfile_menu_item_info_container__Kh3ch .ViewProfile_menu_item_info__8cpnL{font-size:12px;font-weight:500;line-height:18px;color:#464646}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_licious_zone_area__WzJ91{margin-top:16px}.ViewProfile_profile_info_container__d78A6 .ViewProfile_menu_container__R2NPX .ViewProfile_licious_zone_area__WzJ91 h3{font-size:18px;font-weight:700;line-height:22px;margin-bottom:20px}.ReferralCode_referral_code_box__mfnHV{width:58%;max-width:250px;height:64px;border:2px dashed #707070;background-color:#ececec;text-align:center;margin:0 auto}.ReferralCode_referral_code_box__mfnHV .ReferralCode_referral_code_text__MEfpF{font-family:Avenir;font-size:20px;font-weight:900;color:rgba(0,0,0,.7);margin-top:-15px}.ReferralCode_referral_code_box__mfnHV img{width:17.4px;height:19px;margin-left:84%;margin-top:3%}@media screen and (min-width:800px){.ReferralCode_referral_code_box__mfnHV{width:32%;height:64px;margin:0 auto 10px}.ReferralCode_referral_code_box__mfnHV img{margin-top:5px;margin-left:89%;cursor:pointer}.ReferralCode_referral_code_box__mfnHV .ReferralCode_referral_code_text__MEfpF{text-align:center;margin-top:-16px}}.Referral_hero_image_container__v2i6Q{display:grid;place-items:center;margin-top:5rem;margin-bottom:1rem}.Referral_disabled_refer_friend_container___pQMG{width:100%;padding:20px 40px}.Referral_disabled_refer_friend_container___pQMG .Referral_heading__Jxpk7{font-family:SatoshiBold;font-size:20px;height:40px;border-bottom:1px solid #eee}.Referral_disabled_refer_friend_container___pQMG .Referral_refer_friend_body__ui1rq{width:100%;margin-top:42px;display:flex}.Referral_disabled_refer_friend_container___pQMG .Referral_refer_friend_body__ui1rq .Referral_text_container__9gJ9g{margin-left:24px}.Referral_disabled_refer_friend_container___pQMG .Referral_refer_friend_body__ui1rq .Referral_text_container__9gJ9g .Referral_title__WuhsJ{font-family:SatoshiBold;font-size:18px}.Referral_disabled_refer_friend_container___pQMG .Referral_refer_friend_body__ui1rq .Referral_text_container__9gJ9g .Referral_description__PreGU{font-family:SatoshiMedium;font-size:14px;margin-top:13px}.Referral_disabled_refer_friend_container___pQMG .Referral_refer_friend_body__ui1rq .Referral_text_container__9gJ9g .Referral_cta__0Lynh{font-family:SatoshiBold;font-size:14px;color:#d11243;margin-top:32px;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center}.Referral_disabled_refer_friend_container___pQMG .Referral_refer_friend_body__ui1rq .Referral_text_container__9gJ9g .Referral_cta__0Lynh img{width:16px;height:16px}.Referral_inner_content__Be_x_{display:flex;flex-direction:column;align-items:center}.Referral_bold_content__IqBJf{font-size:20px;font-weight:700;padding:10px;text-align:center}.Referral_generic_content__3YpQt{font-size:16px;text-align:center;color:#708090;padding-bottom:30px;width:70%}a.Referral_know_more__MN5Ba{font-size:16px;color:var(--theme-color);font-weight:700;cursor:pointer;text-decoration:none;margin:20px 0 30px}.Referral_button_array__wnWUr{display:flex;flex-direction:row;justify-content:space-evenly;width:100%}.Referral_button_array__wnWUr button{display:inherit;align-items:center;justify-content:center;border:1px solid #979797;background-color:#fff;border-radius:6px;padding:0 20px;height:48px;font-size:16px;line-height:19px;width:40%;color:#708090}.Referral_desktop_share_button__bSmZD{display:none}@media screen and (min-width:800px){.Referral_header__J6vpx{display:none}.Referral_hero_image_container__v2i6Q{margin-top:0}.Referral_hero_image_container__v2i6Q img{width:350px;height:230px;margin:20px auto}.Referral_bold_content__IqBJf{font-size:25px;font-weight:700;color:#000;margin:0 auto 30px}a.Referral_know_more__MN5Ba{font-size:18px;font-weight:700}.Referral_button_array__wnWUr{display:none}.Referral_desktop_share_button__bSmZD{display:block;text-align:center}.Referral_desktop_share_button__bSmZD .Referral_refer_content__ykbfp{font-size:16px;color:#6d6e71;text-align:center}.Referral_desktop_share_button__bSmZD button{width:45px;height:45px;border:none;background:transparent;cursor:pointer}.Referral_desktop_share_button__bSmZD button img{width:40px;height:40px;align-items:center}}.AddEditAddressForm_addressContainer__BUmkk{padding:0 2%}.AddEditAddressForm_addAddressFormContainer__VnxAC{width:100%;padding:5px}.AddEditAddressForm_sliderContainer__MBcA6{width:100%;text-align:center}.AddEditAddressForm_addressInputBox__2cq1E{width:100%;background-color:#f7f6f6;border:inherit;border-bottom:1px solid gray;outline:none;padding:5px 0}.AddEditAddressForm_inputBoxContainer__KHTaF{margin-top:20px}.AddEditAddressForm_labelNameInput__ZrSXd .AddEditAddressForm_labelNameInputHeading__Nb1D3{padding:8px 4px}.AddEditAddressForm_labelNameInput__ZrSXd .AddEditAddressForm_labelNameButtons__94v5t{display:flex;margin-top:4px;gap:10px}.AddEditAddressForm_labelNameInput__ZrSXd .AddEditAddressForm_labelNameButtons__94v5t button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 12px;background:#fff;border:1px solid #b5b5b5;border-radius:38px}.AddEditAddressForm_labelNameInput__ZrSXd .AddEditAddressForm_labelNameButtons__94v5t .AddEditAddressForm_labelImg__v_iQ_{margin-right:4px;margin-bottom:2px}.AddEditAddressForm_saveButton__6QPDa{background-color:var(--theme-color)!important;width:100%;border-radius:3px;font-size:16px;border:none;color:#fff;font-weight:600;margin-top:20px;cursor:pointer;padding:16px;border-radius:12px}.AddEditAddressForm_disbaledbutton__zmFEH,.AddEditAddressForm_saveButton__6QPDa:disabled,.AddEditAddressForm_saveButton__6QPDa[disabled]{background:#c0c1c3;width:100%;border-radius:12px;padding:16px;font-size:16px;border:none;color:#fff;font-weight:600;margin-top:20px}.AddEditAddressForm_addressError__Jn087{width:90%;border:1px solid var(--theme-color);top:50px;position:fixed;z-index:10;background:#fff;text-align:center;font-size:13px;color:var(--theme-color);padding:8px;margin-left:2%;border-radius:3px;display:block;animation:AddEditAddressForm_top_down__YRaVj .3s}@keyframes AddEditAddressForm_top_down__YRaVj{0%{top:0}to{top:50px}}.AddEditAddressForm_backButton__4RDUO{cursor:pointer}.AddEditAddressForm_addressLabelError__s_3dv{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2px 10px;background:#4d4d4f;color:#fff;transform:translateY(-40px)}.AddressAutoComplete_AddressAutoComplete__pbTGX{height:75vh;padding:2% 3%;animation-name:AddressAutoComplete_example__o7jda;animation-duration:.25s;animation-timing-function:ease-in;position:relative;z-index:11;background-color:#fff}@media screen and (max-width:800px){.AddressAutoComplete_AddressAutoComplete__pbTGX{position:absolute;width:100%;height:80vh;padding:0;top:0;animation-duration:.1s}}@keyframes AddressAutoComplete_example__o7jda{0%{height:70vh}to{height:0}}.AddressAutoComplete_headerSection___augl{display:flex;align-items:center;justify-content:space-between}.AddressAutoComplete_headerSection___augl button{color:#fff;background-color:var(--theme-color);border:1px solid var(--theme-color);padding:8px;border-radius:5px;font-weight:600}.AddressAutoComplete_searchHead__eRnwi{font-size:16px;color:#000}@media screen and (max-width:800px){.AddressAutoComplete_searchHead__eRnwi{padding:5px 20px}}.AddressAutoComplete_addressBox__idkgO{position:relative;width:100%;padding:10px 0}@media screen and (max-width:800px){.AddressAutoComplete_addressBox__idkgO{padding:5px 20px}}.AddressAutoComplete_locationConfirmationInput__MUZy1{border:none;background-color:#f8f8f8;font-size:16px;padding:10px 30px;white-space:nowrap;overflow:hidden;width:100%}.AddressAutoComplete_searchIcon___liZR{position:absolute;top:20px;left:10px;width:15px}@media screen and (max-width:800px){.AddressAutoComplete_searchIcon___liZR{left:30px}}.AddressAutoComplete_recentAddressSuggestionContainer__zIRSn{margin:0}@media screen and (max-width:800px){.AddressAutoComplete_recentAddressSuggestionContainer__zIRSn{padding:5px 20px}}.AddressAutoComplete_useMyLocationWrap__YM6eW{position:relative;width:100%;padding:15px 0;border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}.AddressAutoComplete_useMyLocationImg__oPxJD{width:16px;vertical-align:middle}.AddressAutoComplete_recentSearchResult__Dr6al{font-size:12px;color:#4a4a4a}.AddressAutoComplete_searchResult__5pP5R{font-size:16px;color:#000}.AddressAutoComplete_recentData__3XrNZ{position:relative;width:100%;padding:5px 0}.AddressAutoComplete_recentSearchItem__3hCYW{position:relative;padding:5px 0;font-size:14px;color:#6d6e71;border-bottom:1px solid #f8f8f8}.AddressAutoComplete_searchString__zvtnt{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AddressConfirmationModal_confirmAddressContainerCheckout__GNzz_,.AddressConfirmationModal_confirmAddressContainer__qIdmI{width:100%;padding:5px}.AddressConfirmationModal_confirmAddressContainerCheckout__GNzz_{position:absolute;bottom:0;background:#fff;width:90%;max-width:1080px;transform:translateX(-10px)}.AddressConfirmationModal_addressBox__x3R3M{position:relative;width:100%;padding:10px 0}.AddressConfirmationModal_locationConfirmationInput__tOq5x{border:none;background-color:#f8f8f8;font-size:16px;padding:10px 30px;white-space:nowrap;overflow:hidden;width:100%}.AddressConfirmationModal_searchIcon__kIpLm{position:absolute;top:20px;left:10px;width:15px}.AddressConfirmationModal_confirmSaveAddressButton__3l8pG{border-radius:3px;font-size:16px;padding:12px 0;width:100%;margin-top:10px;color:#fff;background-color:var(--theme-color)!important;border:none;font-weight:700;cursor:pointer}@keyframes AddressGoogleMap_staticPopup__1h4rD{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes AddressGoogleMap_flicker__6iaiV{0%{opacity:1}to{opacity:.2}}.AddressGoogleMap_mapContainerCheckout__52Ety,.AddressGoogleMap_mapContainer__cW4CQ{width:70%}@media screen and (max-width:800px){.AddressGoogleMap_mapContainerCheckout__52Ety,.AddressGoogleMap_mapContainer__cW4CQ{width:100%}}.AddressGoogleMap_mapContainerCheckout__52Ety{width:97%}.AddressGoogleMap_marker_container__D83qV{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-top:-80px}.AddressGoogleMap_marker_container__D83qV .AddressGoogleMap_marker_content__kl5oC{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:#0d0d0e;padding:6px 12px;border-radius:12px}.AddressGoogleMap_marker_container__D83qV .AddressGoogleMap_marker_content__kl5oC .AddressGoogleMap_marker_title__K29NH{font-family:Satoshi-Variable;font-weight:500;font-size:14px;color:#fff;white-space:nowrap}.AddressGoogleMap_marker_container__D83qV .AddressGoogleMap_marker_content__kl5oC .AddressGoogleMap_marker_description__Gw3RL{font-family:Satoshi-Variable;font-weight:400;font-size:12px;color:#fff;white-space:nowrap}.AddressGoogleMap_marker_container__D83qV .AddressGoogleMap_marker_content__kl5oC.AddressGoogleMap_disabled__HArJF{background:#808387}.AddressGoogleMap_marker_container__D83qV .AddressGoogleMap_marker_content__kl5oC.AddressGoogleMap_disabled__HArJF:after{border-top:10px solid #808387}.AddressGoogleMap_marker_container__D83qV .AddressGoogleMap_marker_content__kl5oC:after{content:"";position:absolute;bottom:25px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #0d0d0e}.AddressGoogleMap_markerPin__Ggptz{position:absolute;left:50%;top:50%;margin-top:-38px;margin-left:-13px;z-index:3;height:38px;width:26px}.AddressGoogleMap_mapHolder__N_278{height:75vh;position:relative}.AddressCard_addressCardWebContainer__LIQpu{display:flex;margin:20px 0}.AddressCard_addressCardContainer__8svgR{background-color:#fff;width:100%;padding:0 10px;border-radius:5px;cursor:pointer}.AddressCard_addressSection__aa_As{margin-top:5px;display:flex;gap:12px}@media screen and (min-width:800px){.AddressCard_addressSection__aa_As{border-bottom:1px solid #cbcbcb}}.AddressCard_selectButtonActive__u0tYR{border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px var(--theme-color);background:var(--theme-color)}.AddressCard_selectButtonActive__u0tYR,.AddressCard_selectButton__ZL8Kw{min-width:16px;width:16px;height:16px;display:inline-block;vertical-align:top;cursor:pointer;margin-top:5px}.AddressCard_selectButton__ZL8Kw{border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #cbcbcb;background:#fff}.AddressCard_selectAddress__tPGDn{display:inline-block;font-size:14px;border-radius:3px;width:100%}@media screen and (min-width:800px){.AddressCard_selectAddress__tPGDn{margin-bottom:12px}}.AddressCard_flatNo__fZChR{font-size:17px;font-weight:600;margin-bottom:10px;line-height:20px}.AddressCard_addressPart__vO_t0{color:#6d6e71;font-size:13px;line-height:1.4}.AddressCard_addressControlButtonsContainer__iOyQZ{display:flex;padding-top:5px;overflow:hidden;justify-content:flex-end}.AddressCard_editButton__p_l5W{color:#cbcbcb!important}.AddressCard_editButtonActive__XbfFV,.AddressCard_editButton__p_l5W{background-color:transparent;margin-left:28px;border:none;font-weight:600}.AddressCard_editButtonActive__XbfFV{color:var(--theme-color)!important;cursor:pointer}.AddressCard_deleteButton__nLajR{color:#cbcbcb!important}.AddressCard_deleteButtonActive__zM8WA,.AddressCard_deleteButton__nLajR{margin-right:28px;border:none;background-color:transparent;font-weight:600}.AddressCard_deleteButtonActive__zM8WA{color:var(--theme-color)!important;cursor:pointer}@media screen and (min-width:800px){.AddressCard_selectButtonActive__u0tYR,.AddressCard_selectButton__ZL8Kw{margin:10px 15px 0}.AddressCard_addressCardContainer__8svgR{padding:0;box-shadow:none;margin:0}}.AddressCard_addressLabel__kGOAb{display:flex;flex:.5;align-items:center}.AddressCard_addressLabel__kGOAb .AddressCard_addressLabelIcon__fdQi1{height:14px;margin-right:8px}@media screen and (min-width:800px){.AddressCard_addressLabel__kGOAb .AddressCard_addressLabelIcon__fdQi1{margin-right:12px}}.AddressCard_addressLabel__kGOAb .AddressCard_addressLabelText__LZSzs{font-style:normal;font-weight:700;font-size:16px;line-height:140%;color:#0d0d0e}.AddressCard_addressLabelAndControls__5AGcK{display:flex;justify-content:space-between;margin-bottom:8px}@media screen and (min-width:800px){.AddressCard_addressLabelAndControls__5AGcK .AddressCard_selectButtonActive__u0tYR,.AddressCard_addressLabelAndControls__5AGcK .AddressCard_selectButton__ZL8Kw{margin:15px 15px 0}.AddressCard_addressLabelAndControls__5AGcK .AddressCard_addressCardContainer__8svgR{padding:15px;box-shadow:none;margin:0}}.AddressCard_addressLabelAndControls__5AGcK .AddressCard_addressControlButtonsContainer__iOyQZ{padding-top:0}.AddressCard_hr___6v2s{border:1px solid #eee;margin-top:16px}@keyframes Address_staticPopup__3nyhj{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes Address_flicker__jgpzF{0%{opacity:1}to{opacity:.2}}.Address_addressParentContainer__69cTv{height:60vh;max-height:70vh;overflow-y:hidden}@media screen and (max-width:800px){.Address_addressParentContainer__69cTv{height:80vh}}.Address_addressParentContainerForAddEditModal__5nc8E{max-height:94vh;overflow:hidden;position:relative}.Address_addressModal__CvP8i{width:100%;height:100%;position:fixed;overflow:hidden;top:0;left:0;z-index:1000;background-color:rgba(0,0,0,.5);display:block}.Address_addressModalBody__JMw8z{background-color:#fff;border-radius:10px;width:90%;max-width:1080px;margin:5% auto auto;text-align:left;padding:10px}.Address_addressModalBody__JMw8z .Address_topBar__beDyI{padding:4px 12px 0 0;display:flex;justify-content:space-between;border-bottom:1px solid #e7e7e7}.Address_addressModalBody__JMw8z .Address_topBar__beDyI .Address_heading__ZxS1w{font-style:normal;font-weight:700;font-size:20px}.Address_addressCardHolder__rW5Rs{margin:0 40px;height:600px;overflow-y:scroll}@media screen and (max-width:800px){.Address_addressCardHolder__rW5Rs{margin:10px 10px 60px}}.Address_addEditAddressModalCheckout__h62yu,.Address_addEditAddressModal__gBjyX{height:75vh;background-color:#fff;width:40%}@media screen and (max-width:800px){.Address_addEditAddressModalCheckout__h62yu,.Address_addEditAddressModal__gBjyX{height:100vh;width:100%}}@media screen and (min-width:800px){.Address_addEditAddressModalCheckout__h62yu,.Address_addEditAddressModal__gBjyX{overflow-y:scroll}}.Address_addEditAddressModalCheckout__h62yu{width:30%;min-width:360px}.Address_autoCompleteOpenCheckout__F11HN,.Address_autoCompleteOpen__ApV2c{height:70vh;background-color:#fff;width:40%}@media screen and (max-width:800px){.Address_autoCompleteOpenCheckout__F11HN,.Address_autoCompleteOpen__ApV2c{height:100vh;width:100%}}.Address_autoCompleteOpenCheckout__F11HN{width:30%;min-width:360px}.Address_addressConfirmationModal__yDPss{position:absolute;bottom:0;width:100vw;background-color:#fff}.Address_addEditAddressModalActiveCheckout__DBLIz,.Address_addEditAddressModalActive___j1yb{width:40%;background-color:#fff}@media screen and (max-width:800px){.Address_addEditAddressModalActiveCheckout__DBLIz,.Address_addEditAddressModalActive___j1yb{position:absolute;top:45px;width:100vw;height:100vh;overflow-y:scroll;transition:top .3s;padding-bottom:40px}}@media screen and (min-width:800px){.Address_addEditAddressModalActiveCheckout__DBLIz,.Address_addEditAddressModalActive___j1yb{overflow-y:auto}}.Address_addAddressSection__Pkit3{height:75vh;display:flex}@media screen and (max-width:800px){.Address_addAddressSection__Pkit3{display:block;height:100%}}.Address_addAddressButtonContainer__dPdj4{margin-top:15px;width:100%}@media screen and (max-width:800px){.Address_addAddressButtonContainer__dPdj4{padding:5px 15px}}.Address_addAddressButton__LM0wB{display:flex;flex:1;flex-direction:row;justify-content:center;align-items:center;color:var(--theme-color);padding:16px;background:#fff;border:1px solid var(--theme-color);border-radius:12px;text-align:center;cursor:pointer;font-style:normal;font-weight:700;font-size:16px;line-height:140%}@media screen and (max-width:800px){.Address_addAddressButton__LM0wB{padding:15px}}.Address_addAddressFormContainer__mKG9o{width:100%;padding:5px}.Address_sliderContainer__4HzqG{width:100%;text-align:center;margin-top:50px}.Address_addressInputBox__7Y9TC{width:100%;background-color:#f7f6f6;border:inherit;border-bottom:1px solid gray;outline:none;padding:5px 0}.Address_inputBoxContainer__KwKke{margin-top:20px}.Address_saveButton__E3j3U{background-color:var(--theme-color)!important;width:100%;border-radius:3px;padding:12px 0;font-size:16px;border:none;color:#fff;font-weight:600;margin-top:20px}.Address_bottomButtonContainer__nPo05{padding:12px 8px;text-align:center;width:100%;position:fixed;bottom:0;box-shadow:0 -1px 4px 0 rgba(0,0,0,.16);background-color:#fff}.Address_selectButton__NSML_{width:95%;background-color:var(--theme-color);padding:12px 0;text-align:center;font-size:16px;color:#fff;border-radius:5px;border:none;font-weight:700}.Address_noAddressShow__t19ku{text-align:center;margin-top:60px;color:#cbcbcb;height:30vh}.Address_noAddressShow__t19ku .Address_noAddressShowImg__mZv2u{margin-right:4px;margin-bottom:2px}.Address_noAddressLabel__Ulyr8{font-style:normal;font-weight:400;font-size:14px;line-height:140%;text-align:center;color:#0d0d0e}.Address_head__ua9ne{font-size:20px;font-weight:600}.Address_addressError__L1AO3{border:1px solid var(--theme-color);position:relative;width:100%;z-index:10;background:#fff;text-align:center;font-size:13px;color:var(--theme-color);padding:8px;border-radius:3px;display:block;top:10px}@media screen and (max-width:800px){.Address_addressError__L1AO3{top:50px;width:96%;position:fixed;margin-left:2%}}.Address_proccedToShipment__9xFJI{display:flex;flex:1;flex-direction:row;justify-content:center;align-items:center;border-radius:12px;font-size:18px;background:var(--theme-color);color:#fff;padding:12px 25px;text-align:center;border:none;cursor:pointer;font-style:normal;font-weight:700;font-size:16px;line-height:140%}@media screen and (max-width:800px){.Address_proccedToShipment__9xFJI{padding:16px;margin-bottom:16px}}.Address_proccedToShipment__9xFJI:disabled,.Address_proccedToShipment__9xFJI[disabled]{background:#cbcbcb;color:#fff}.Address_savedAddressListCount__6xXLZ{font-size:15px;font-weight:400;color:#6d6e71}.Address_headingSection__dlRmg{margin-right:20px;padding:20px 0;margin-left:85px;border-bottom:1px solid #efefef;font-style:normal;font-weight:700;font-size:20px;line-height:128%;color:#0d0d0e}@media screen and (max-width:800px){.Address_headingSection__dlRmg{padding:18px 16px 16px;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.05);margin:0}}.Address_addEditAddressModalActiveCheckout__DBLIz{width:30%;min-width:360px}.Address_buttonContainer__DgJfu{display:flex;padding:20px 40px;gap:10px}@media screen and (max-width:800px){.Address_buttonContainer__DgJfu{flex-direction:column;padding:12px 20px;text-align:center;width:100%;position:fixed;bottom:0;box-shadow:0 -1px 4px 0 rgba(0,0,0,.16);background-color:#fff;cursor:pointer}.Address_buttonContainer__DgJfu .Address_proccedToShipment__9xFJI{background-color:var(--theme-color);padding:12px 0;text-align:center;color:#fff;border-radius:12px;border:none;margin:0;font-style:normal;font-weight:700;font-size:16px;line-height:140%}}.Address_popup__hA0Hp{display:flex;flex-direction:column;background:#fff;box-shadow:0 0 35px rgba(0,0,0,.35);padding:20px}.Address_popup__hA0Hp .Address_heading__ZxS1w{font-size:18px;font-weight:700;line-height:22px;color:#0d0d0e;margin-bottom:8px}.Address_popup__hA0Hp .Address_message__JkKbf{font-size:15px;color:#6d6e71;margin-bottom:33px}.Address_popup__hA0Hp .Address_cta_row__H70Ed{display:flex;justify-content:flex-end}.Address_popup__hA0Hp .Address_cta_row__H70Ed .Address_cancel__X6nGl,.Address_popup__hA0Hp .Address_cta_row__H70Ed .Address_confirm__TaeDt{min-width:135px;height:35px;font-size:14px;line-height:1.2;border-radius:4px;border:1px solid;margin-right:5px;transition:all .15s ease-in;background:#fff;cursor:pointer}.Address_popup__hA0Hp .Address_cta_row__H70Ed .Address_cancel__X6nGl:hover,.Address_popup__hA0Hp .Address_cta_row__H70Ed .Address_confirm__TaeDt:hover{box-shadow:inset 3px -3px 15px rgba(0,0,0,.2)}.Address_popup__hA0Hp .Address_cta_row__H70Ed .Address_confirm__TaeDt{background:var(--theme-color);color:#fff;border-color:var(--theme-color)}@keyframes LiciousWallet_staticPopup__8aoX9{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes LiciousWallet_flicker__dyivo{0%{opacity:1}to{opacity:.2}}.LiciousWallet_walletContainer__3ot5D{padding:30px;height:100%}.LiciousWallet_walletContainer__3ot5D .LiciousWallet_page_header__busKf{position:fixed;top:0;left:0;background-color:#4a4a4a;width:100%;height:49px;padding:12px 18px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;z-index:100}.LiciousWallet_walletContainer__3ot5D .LiciousWallet_page_header__busKf img{float:left;width:7px;height:11px;margin-left:3px}.LiciousWallet_walletContainer__3ot5D .LiciousWallet_page_header__busKf span{font-family:SatoshiBold;width:100%;text-align:center;font-size:14px;color:#fff;font-weight:600}.LiciousWallet_tabContainer__cvYZX ul{display:flex;align-items:center;gap:20px}.LiciousWallet_tabContainer__cvYZX ul li{cursor:pointer;font-family:Lato Regular!important;font-weight:700!important}.LiciousWallet_tabContainer__cvYZX ul .LiciousWallet_activeTab__g4Keb{color:#585858;border-bottom:2px solid #e41d36}.LiciousWallet_tabContainer__cvYZX ul .LiciousWallet_notActiveTab__cyebK{border-bottom:2px solid transparent;color:#9c9c9c}.LiciousWallet_licousCashLink__PXFl3{text-decoration:underline;color:var(--theme-color);margin-top:30px;display:block}@media screen and (max-width:800px){.LiciousWallet_licousCashLink__PXFl3{font-size:14px}}.LiciousWallet_loadMoneyContainer__urr61 .LiciousWallet_amountFieldContainer__qydv_{width:30%}@media screen and (max-width:800px){.LiciousWallet_loadMoneyContainer__urr61 .LiciousWallet_amountFieldContainer__qydv_{width:100%}}.LiciousWallet_radioContainer__aLByO{margin:20px 0}.LiciousWallet_uploadMoney__BXFuF{color:#fff;background:var(--theme-color);border:none;text-decoration:none;border-radius:3px;vertical-align:middle;text-align:center;letter-spacing:.5px;transition:.2s ease-out;cursor:pointer;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;-webkit-tap-highlight-color:rgba(0,0,0,0);font-weight:800}.LiciousWallet_cardFieldsContainer__PdT_H{display:flex;padding:10px 20px;align-items:top;gap:20px}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4{width:40%}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_debitCardContainer__TlNI5,.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_netBankingContainer__5iLBZ{display:flex;align-items:center;gap:10px;border-bottom:1px solid #d6d4d4;padding:10px;cursor:pointer}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_debitCardContainer__TlNI5 img,.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_netBankingContainer__5iLBZ img{height:40px;width:40px}@media screen and (max-width:800px){.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_debitCardContainer__TlNI5 img,.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_netBankingContainer__5iLBZ img{height:30px;width:30px}}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_debitCardContainer__TlNI5 label,.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_netBankingContainer__5iLBZ label{cursor:pointer}@media screen and (max-width:800px){.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_debitCardContainer__TlNI5 label,.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_netBankingContainer__5iLBZ label{font-size:small}}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_active__uw4FF{background-color:hsla(0,0%,76%,.43)}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4 .LiciousWallet_unActive__K6LGG{background-color:#fff}@media screen and (max-width:800px){.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_leftSections__f7zN4{display:flex;width:100%}}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_cardDetailsContainer__VYz4p{display:flex;flex-direction:column;gap:10px}.LiciousWallet_cardFieldsContainer__PdT_H .LiciousWallet_cardDetailsContainer__VYz4p div{margin-top:0}@media screen and (max-width:800px){.LiciousWallet_cardFieldsContainer__PdT_H{padding:0;flex-direction:column}}.LiciousWallet_buttonContainer__FWWHH{margin-top:10px!important}.LiciousWallet_buttonContainer__FWWHH .LiciousWallet_submitButton__4oo6g{width:110px;margin-right:20px;border:none;height:30px;background:var(--theme-color);color:#fff;border-radius:3px;font-weight:700;cursor:pointer}.LiciousWallet_buttonContainer__FWWHH .LiciousWallet_cancelButton__X5ESf{width:110px;border:1px solid #d6d4d4;height:30px;color:gray;border-radius:3px;font-weight:700;cursor:pointer}.LiciousWallet_selectField__cx5XC{background-color:hsla(0,0%,100%,.9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:3rem}.LiciousWallet_netbankingSubmitButton__5VVnv{width:110px;border:none;height:30px;background:var(--theme-color);margin-top:30px;color:#fff;border-radius:3px;cursor:pointer}.LiciousWallet_cashPointContainer__WHPro{margin-top:20px}@media screen and (max-width:800px){.LiciousWallet_cashPointContainer__WHPro{justify-content:space-between;display:flex;flex-direction:column;align-items:center;width:100%}}.LiciousWallet_balanceContainer__SXWIO{display:flex;align-items:center;gap:10px;margin-top:10px}@media screen and (max-width:800px){.LiciousWallet_balanceContainer__SXWIO{justify-content:space-around;width:100%}}.LiciousWallet_liciousCashContainer__fkiAZ{width:180px;height:76px;border:1px solid #d6d4d4;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}@media screen and (max-width:800px){.LiciousWallet_liciousCashContainer__fkiAZ{width:120px;height:50px}}.LiciousWallet_seprator__PZz2q{width:1px;height:80px;background:#d6d4d4;position:relative;top:-15px}@media screen and (max-width:800px){.LiciousWallet_seprator__PZz2q{height:50px}}.LiciousWallet_outerBoxContainer__Henbv{display:flex;flex-direction:column;align-items:center}.LiciousWallet_cashBoxtext__KCtEQ{color:gray;display:block;text-align:center;width:100%;font-weight:700}.LiciousWallet_cashText__yUDkn{color:var(--theme-color);font-size:x-large;font-weight:600}.LiciousWallet_transactionItem__LbUnZ{display:flex;padding:15px 0;border-bottom:1px solid #c5c5c5;gap:20%;align-items:center}.LiciousWallet_transactionItem__LbUnZ .LiciousWallet_date__axby8{min-width:200px}.LiciousWallet_date__axby8 h4{color:#7f7f7f;font-weight:700}.LiciousWallet_date__axby8 span{color:#7f7f7f;font-size:14px}.LiciousWallet_debit__OTmDE .LiciousWallet_transaction__d3YIS{font-size:16px;line-height:1;font-weight:700;color:#7f7f7f;display:flex;margin-top:4px}.LiciousWallet_debit__OTmDE .LiciousWallet_transaction__d3YIS .LiciousWallet_entity__Ey1Rz{margin-right:16px}.LiciousWallet_debit__OTmDE .LiciousWallet_transaction__d3YIS span{font-size:14px}.LiciousWallet_debit__OTmDE .LiciousWallet_transaction__d3YIS.LiciousWallet_debited__eiJlO span{color:var(--theme-color)}.LiciousWallet_debit__OTmDE .LiciousWallet_transaction__d3YIS.LiciousWallet_credited__Zn_Z_ span{color:#00c853}.LiciousWallet_transactionContainer__fsJqr{margin:-30px;height:calc(100vh - 49px);position:relative;display:flex;flex-direction:column}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_page_header__busKf{position:fixed;top:0;background-color:#4a4a4a;width:100%;height:49px;padding:11px 15px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;z-index:100}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_page_header__busKf img{float:left;width:7px;height:11px;margin-left:3px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_page_header__busKf span{width:100%;text-align:center;font-size:14px;color:#fff;font-weight:600}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p{width:100%;height:51px;display:flex;justify-content:space-around;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .5s cubic-bezier(.4,0,.2,1)}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p.LiciousWallet_show__rvtGS{top:51px;position:fixed}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p.LiciousWallet_hide__ABcVg{top:0}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p .LiciousWallet_tabs__Abymx{display:flex;flex-direction:column;align-items:center;font-family:SatoshiMedium;cursor:pointer;min-width:96px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p .LiciousWallet_tabs__Abymx span{font-size:14px;margin-top:16px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p .LiciousWallet_tabs__Abymx .LiciousWallet_active__uw4FF{width:96px;height:3px;margin-top:12px;background-color:#d11243;border-radius:3px 3px 0 0}@media screen and (min-width:800px){.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_header__Kpz_p{top:0;margin-left:30px;position:sticky}}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_cards_container__jMmM2{padding:16px}@media screen and (min-width:800px){.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_cards_container__jMmM2{padding:0;margin-left:30px;margin-top:0}}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_transaction_cards_container__jMmM2.LiciousWallet_put_extra_margin__ULQiT{margin-top:50px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_view_more__y2f6z{width:100%;padding:12px 16px 20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_view_more__y2f6z img{margin-top:14px;width:20px;height:20px;cursor:pointer}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_view_more__y2f6z span{font-family:SatoshiMedium;font-size:16px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_limit_reach_box__ijz9P{width:100%;height:67px;display:flex;align-items:center;justify-content:center;font-family:SatoshiMedium;padding:24px 0;margin-bottom:16px;font-size:14px}@media screen and (min-width:800px){.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_limit_reach_box__ijz9P{margin-left:30px}}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_bottom_customer_care_call__Urfj1{padding:8px 20px;width:100%;background:#4d4d4f;text-align:center;margin-top:auto;margin-bottom:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_bottom_customer_care_call__Urfj1 span{font-family:SatoshiMedium;font-size:12px;color:#fff}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_bottom_customer_care_call__Urfj1 button{border:none;background-color:#4d4d4f;margin-left:10px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_bottom_customer_care_call__Urfj1 button img{width:16px;height:16px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_no_history__uvtv_{width:100%;height:102px;padding:24px 0;display:flex;flex-direction:column;align-items:center}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_no_history__uvtv_ .LiciousWallet_main_text__q4xME{font-family:SatoshiBold;font-size:14px;margin-bottom:19px}.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_no_history__uvtv_ .LiciousWallet_sub_text__pVyW0{font-family:SatoshiMedium;font-size:12px}@media screen and (min-width:800px){.LiciousWallet_transactionContainer__fsJqr .LiciousWallet_no_history__uvtv_{margin-left:30px}.LiciousWallet_transactionContainer__fsJqr{margin-top:20px;margin-left:-30px;max-height:700px;overflow-y:scroll}}.LiciousWallet_wallet_upload_status_container__Gd6Rs{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:175;border-radius:4px}.LiciousWallet_wallet_upload_status_container__Gd6Rs .LiciousWallet_wallet_status_wrapper__XbsvE{padding:15px;background:#fff;position:absolute;top:110px;width:85%;text-align:center;left:7%;border-radius:3px}.LiciousWallet_wallet_upload_status_container__Gd6Rs .LiciousWallet_wallet_status_wrapper__XbsvE .LiciousWallet_wallet_upload_status_title___wQ7M{color:var(--theme-color)}.LiciousWallet_wallet_upload_status_container__Gd6Rs .LiciousWallet_wallet_status_wrapper__XbsvE .LiciousWallet_wallet_upload_status_desc__6bx0U{padding:15px;color:#727077;font-size:14px;line-height:1.5}.LiciousWallet_wallet_upload_status_container__Gd6Rs .LiciousWallet_wallet_status_wrapper__XbsvE .LiciousWallet_continue_shopping__qE7K2{padding:6px 8px;background-color:var(--theme-color);color:#fff;outline:none;border:none;margin:o auto;border-radius:4px}.LiciousWallet_transaction_box_container__8Hj0U{width:100%;border:1px solid #eee;border-radius:12px;padding:12px;display:flex;justify-content:space-between;margin-top:16px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_type_box__3soui{width:50%}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_type_box__3soui .LiciousWallet_transaction_type_date__GNf9t{display:flex;flex-direction:column;min-height:37px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_type_box__3soui .LiciousWallet_transaction_type_date__GNf9t .LiciousWallet_transaction_type__mARLc{font-family:SatoshiBold;font-size:14px;color:#464646}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_type_box__3soui .LiciousWallet_transaction_type_date__GNf9t .LiciousWallet_transaction_date__voWqc{font-family:SatoshiMedium;font-size:12px;color:#808387;margin-top:1px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_type_box__3soui .LiciousWallet_transaction_id_text__mSJ3P{margin-top:12px;display:flex;flex-direction:column;font-family:SatoshiMedium;text-align:left;min-height:34px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_type_box__3soui .LiciousWallet_transaction_id_text__mSJ3P .LiciousWallet_transaction_font__FbnLq{font-size:12px;color:#c0c1c3}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh{display:flex;flex-direction:column;width:50%}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_value_lc_lcp__tWkpN{display:flex;flex-direction:column;min-height:37px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_value_lc_lcp__tWkpN .LiciousWallet_value__0erMe{font-family:SatoshiBold;font-size:16px;text-align:right}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_value_lc_lcp__tWkpN .LiciousWallet_value__0erMe.LiciousWallet_credit_text__0_1k6{color:#26955d}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_value_lc_lcp__tWkpN .LiciousWallet_value__0erMe.LiciousWallet_debit_text__YpFTe{color:#464646}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_value_lc_lcp__tWkpN .LiciousWallet_value__0erMe.LiciousWallet_expired_text__fFCnF{color:#c0c1c3}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_value_lc_lcp__tWkpN .LiciousWallet_lc_lcp__QzO_C{font-family:SatoshiMedium;font-size:12px;color:#808387;text-align:right;margin-top:-1px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_expiry__pTBpZ{margin-top:12px;display:flex;flex-direction:column;font-family:SatoshiMedium;min-height:34px}.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_expiry__pTBpZ .LiciousWallet_expiry_date_fonts__uT3lY,.LiciousWallet_transaction_box_container__8Hj0U .LiciousWallet_transaction_value_status_box__CXIqh .LiciousWallet_transaction_expiry__pTBpZ .LiciousWallet_expiry_font__wTp8w{font-size:12px;color:#c0c1c3;text-align:right}.LiciousWallet_bottom_cta__IiUS7{width:100%;position:fixed;bottom:45px;padding-left:20px;padding-right:20px;margin-top:auto;font-family:SatoshiMedium}.LiciousWallet_bottom_cta__IiUS7 .LiciousWallet_add_money_button__hwpyi{width:100%;height:46px;font-weight:500;font-size:16px;background-color:#d11243;color:#fff;border-radius:6px;border:transparent}.LiciousWallet_bottom_cta__IiUS7 .LiciousWallet_transaction_history__nyk_P{width:100%;height:46px;font-weight:500;font-size:16px;color:#d11243;border:1px solid #d11243;background-color:#fff;margin-top:15px;border-radius:6px}@keyframes User_staticPopup__nzZfz{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes User_flicker__IkVfi{0%{opacity:1}to{opacity:.2}}@keyframes User_spin__X59rZ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.User_loader__6iQGS{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.75);z-index:1000;display:none}.User_loader__6iQGS span{width:50px;height:50px;position:absolute;left:50%;margin-left:-25px;top:50%;margin-top:-25px;background:url(https://d2407na1z3fc0t.cloudfront.net/Banner/licious_smile.png) no-repeat 50%}.User_loader__6iQGS span:after{position:absolute;content:"";width:100%;height:100%;border-radius:50%;border:2px solid red;border-left-color:transparent;animation:User_spin__X59rZ 2s linear infinite;-webkit-animation:User_spin__X59rZ 2s linear infinite}.User_sticky_container__rfjaw{background-color:inherit;position:fixed;width:100%;z-index:10;top:50px}@media screen and (min-width:800px){.User_sticky_container__rfjaw{top:100px;width:30%;left:50%;transform:translateX(-50%)}}.User_profile_page__7TA71{font-family:Lato Regular,sans-serif;min-height:90vh;background:#f9faff;display:none}@media screen and (max-width:800px){.User_profile_page__7TA71{display:block}}.User_meatopia_background__wfgEm{background-image:url(/image/meatopia_background.png);background-size:120%}.User_desktop_container__VJsWo{display:block}@media screen and (max-width:800px){.User_desktop_container__VJsWo{display:none}}.User_desktop_profile__gxNuB{display:none}.TC_wrapper__i1W4k{font-family:Lato Regular,sans-serif;font-weight:400;padding:0;margin:0}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0{margin:15px;font-family:Lato Regular}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 .TC_term_header__H7eT8{font-size:13px;text-decoration:underline;color:#4a4a4a;font-weight:600}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 li{color:#4a4a4a;margin:5px 0;font-size:13px;font-family:Lato Regular;line-height:1.5;width:100%}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 .TC_small__faG9q{font-size:9px}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 .TC_offers_header__w9qOM{margin:5px 0;font-weight:900}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 .TC_head_margin__hp29Q{margin-top:5px}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 .TC_loc_pop_cont__tVJ7h.TC_show__T33kA{display:none!important}.TC_wrapper__i1W4k .TC_termcondition_wrapper__sqZu0 .TC_intendation_margin__Iq57V{margin-left:10px}.privacy_wrapper__kGSyo{font-family:Lato Regular,sans-serif;font-weight:400;padding:0;margin:0}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG{margin:15px;font-family:Lato Regular}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_term_header__Shdlx{font-size:18px;color:#4a4a4a;font-weight:600;margin-top:0}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG li{color:#4a4a4a;font-size:13px;font-family:Lato Regular;line-height:1.5;width:100%;margin:5px 0 5px 5px}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG li ol{margin-left:20px}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG small{font-size:9px}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_sub_header__WjkrR{margin:15px 0 5px;font-weight:600;font-size:14px}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_subheader_margin__eLyGj{margin-top:15px}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_loc_pop_cont__RJOUK.privacy_show__m0UBa{display:none!important}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_question_headers__XwqaT{margin:10px 0 5px;font-weight:600;font-size:14px;font-style:italic;color:#4a4a4a}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_numbered_list__E7reZ{margin-left:15px;padding-right:10px}.privacy_wrapper__kGSyo .privacy_termcondition_wrapper__lC_ZG .privacy_content__AIWXs{color:#4a4a4a;font-size:13px;font-family:Lato Regular;line-height:1.5;width:100%;margin:5px 0 5px 5px}.ReferralTnC_hero_image_container__PXRp8{display:grid;place-items:center;margin-top:20px}.ReferralTnC_inner_content__evE0M{display:flex;flex-direction:column;align-items:center}h1.ReferralTnC_heading__d9Mjo{font-size:20px;margin-bottom:20px}ul.ReferralTnC_list__JJJer{margin-left:30px;font-family:Arial;font-size:12px;list-style-type:disc;color:#222;margin-bottom:20px}ul.ReferralTnC_list__JJJer li{display:list-item;margin-bottom:5px}.styles_bottomFixedContainer__EFtE8{position:fixed;width:100%;display:flex;flex-direction:column;gap:12px;background-color:inherit;padding:12px;z-index:12;bottom:0;background:none}@media screen and (min-width:767px){.styles_bottomFixedContainer__EFtE8{max-width:76%;left:50%;transform:translateX(-50%);padding:0;bottom:12px!important}}@media screen and (max-width:767px){.styles_bottomFixedContainer__EFtE8.styles_withBackdropGradient__BMbsC{background:linear-gradient(0deg,rgba(9,45,61,.26) 19.57%,rgba(9,45,61,.26) 58.95%,hsla(0,0%,100%,0));-webkit-backdrop-filter:blur(.3px);backdrop-filter:blur(.3px)}}.navigationContainer_navigationContainer__aUShW{z-index:100;position:sticky;top:0;display:block;width:100%;background-color:#fff}@keyframes styles_staticPopup__X9o7v{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes styles_flicker__UqASh{0%{opacity:1}to{opacity:.2}}.styles_error_state_container__QGuJp{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:calc(100vh - 80px)}.styles_page_action_container__E23mp{width:100%;display:flex;justify-content:center;gap:20px}.styles_primary_btn__QWqxk{background-color:var(--theme-color);color:#fff;border:1px solid var(--theme-color);border-radius:3px}.styles_primary_btn__QWqxk,.styles_secondary_btn__zMYNJ{padding:10px;font-size:11px;font-family:Lato Regular;font-weight:600;cursor:pointer}.styles_secondary_btn__zMYNJ{background-color:#fff;color:var(--theme-color);border:1px solid #e7e7e7;border-radius:3px}@font-face{font-family:Satoshi-Variable;src:url(/_next/static/media/SatoshiVariable-Bold.d9396795.woff2) format("woff2"),url(/_next/static/media/SatoshiVariable-Bold.5fada1b1.woff) format("woff"),url(/_next/static/media/Satoshi-Variable.867bce6e.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}@font-face{font-family:Lato Black;src:url(/_next/static/media/Lato-Black.e6c0f280.woff2) format("woff2"),url(/_next/static/media/Lato-Black.97c5ea28.woff) format("woff"),url(/_next/static/media/Lato-Black.98118e9d.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Lato Bold;src:url(/_next/static/media/Lato-Bold.4044014b.woff2) format("woff2"),url(/_next/static/media/Lato-Bold.5a610718.woff) format("woff"),url(/_next/static/media/Lato-Bold.2c00c297.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lato Regular;src:url(/_next/static/media/Lato-Regular.674fc474.woff2) format("woff2"),url(/_next/static/media/Lato-Regular.d726fe80.woff) format("woff"),url(/_next/static/media/Lato-Regular.4291f48c.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato Light;src:url(/_next/static/media/Lato-Light.e3f7dd46.woff2) format("woff2"),url(/_next/static/media/Lato-Light.da70ad4c.woff) format("woff"),url(/_next/static/media/Lato-Light.bec6f0ae.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}.title_1{font-size:28px}.title_1,.title_2{font-family:Lato Bold;color:#0d0d0e;line-height:128%}.title_2{font-size:20px}.title_3{font-size:18px;line-height:18.9px}.title_3,.title_4{font-family:Lato Bold;color:#0d0d0e}.title_4{font-size:16px;line-height:22.4px}.title_5{font-family:Lato Regular;font-size:16px;color:#0d0d0e}.title_6{font-family:Lato Bold}.title_6,.title_7{font-size:14px;color:#0d0d0e;line-height:18.9px}.title_7{font-family:Lato Regular}.title_8{font-family:Lato Bold}.title_8,.title_9{font-size:14px;color:#0d0d0e;line-height:19px}.title_9{font-family:Lato Regular;font-weight:500}.text_1{font-size:14px;line-height:140%}.text_1,.text_2{font-family:Lato Regular;color:#4d4d4f}.text_2{font-size:12px;font-weight:500;line-height:16.8px}.strike_text{text-decoration:line-through}.green_text{color:#26955d}.red_text{color:#d11243}.white_text{color:#fff}.black_text{color:#0d0d0e}.grey_text{color:#808387}.orange_text{color:#d47015}@keyframes staticPopup{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes flicker{0%{opacity:1}to{opacity:.2}}.flex-row{display:flex}@media screen and (max-width:800px){.pageSlider-exit{z-index:1}.pageSlider-enter{z-index:10}.pageSlider-enter.left{transform:translate3d(100%,0,0)}.pageSlider-enter.right,.pageSlider-exit.left{transform:translate3d(-100%,0,0)}.pageSlider-exit.right{transform:translate3d(100%,0,0)}.pageSlider-enter.pageSlider-enter-active{transform:translateZ(0);transition:all .3s ease-in-out}.page-enter{opacity:0;transform:scale(1.1)}.page-enter-active{transition:opacity .3s,transform .3s}.page-enter-active,.page-exit{opacity:1;transform:scale(1)}.page-exit-active{opacity:0;transform:scale(.9);transition:opacity .3s,transform .3s}}@font-face{font-family:SatoshiBold;src:url(/_next/static/media/SatoshiVariable-Bold.d9396795.woff2) format("woff2"),url(/_next/static/media/SatoshiVariable-Bold.5fada1b1.woff) format("woff");font-weight:700;font-display:swap}@font-face{font-family:SatoshiRegular;src:url(/_next/static/media/Satoshi-Regular.b1dca2a5.woff2) format("woff2"),url(/_next/static/media/Satoshi-Regular.bb2accee.woff) format("woff");font-weight:400;font-display:swap}@font-face{font-family:SatoshiMedium;src:url(/_next/static/media/Satoshi-Medium.22539d17.woff2) format("woff2"),url(/_next/static/media/Satoshi-Medium.f3941e68.woff) format("woff");font-weight:500;font-display:swap}@font-face{font-family:Pimlico Bold;src:url(/_next/static/media/FSPimlicoBold.bdc2f053.woff2) format("woff2"),url(/_next/static/media/FSPimlicoBold.d49b4f0f.ttf) format("ttf");font-weight:700;font-display:swap}body{margin:0}*,:after,:before{box-sizing:border-box;outline:none;-webkit-font-smoothing:antialiased;text-shadow:1px 1px 1px rgba(0,0,0,.004)}ul{list-style:none;margin:0;padding:0}ul li{display:inline-block}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}input[type=email],input[type=password],input[type=tel],input[type=text]{border:none;outline:none}.grecaptcha-badge{display:none}li.slick-active{background-color:var(--theme-color)!important;cursor:default!important}*{font-family:Lato Regular}ol{margin:0;padding:0 0 0 16px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.grecaptcha-badge{visibility:hidden}@keyframes DownloadMobileAppStickyBanner_staticPopup__p_bzN{0%{transform:translateY(900)}to{transform:translateY(0)}}@keyframes DownloadMobileAppStickyBanner_flicker__Mh_Ju{0%{opacity:1}to{opacity:.2}}.DownloadMobileAppStickyBanner_banner_container__IjpHK{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:2px solid #eee;box-shadow:0 3px 6px rgba(0,0,0,.05);left:0;width:100%;height:80px;top:0;background-color:#fff;z-index:101}.DownloadMobileAppStickyBanner_banner_container__IjpHK .DownloadMobileAppStickyBanner_banner_content__YROV9{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.DownloadMobileAppStickyBanner_banner_container__IjpHK .DownloadMobileAppStickyBanner_banner_content__YROV9 .DownloadMobileAppStickyBanner_logo__am36j{-o-object-fit:contain;object-fit:contain;width:4rem;height:2.5rem}.DownloadMobileAppStickyBanner_banner_container__IjpHK .DownloadMobileAppStickyBanner_banner_content__YROV9 .DownloadMobileAppStickyBanner_heading__lPHbP{display:flex;flex-direction:column}.DownloadMobileAppStickyBanner_banner_container__IjpHK .DownloadMobileAppStickyBanner_banner_content__YROV9 .DownloadMobileAppStickyBanner_heading__lPHbP .DownloadMobileAppStickyBanner_title__c5vHT{color:#0d0d0e;font-size:1rem;font-weight:700;font-family:Satoshi-Variable}.DownloadMobileAppStickyBanner_banner_container__IjpHK .DownloadMobileAppStickyBanner_banner_content__YROV9 .DownloadMobileAppStickyBanner_heading__lPHbP .DownloadMobileAppStickyBanner_description__WsNh9{font-size:.8rem;color:#464646;white-space:nowrap;font-family:Satoshi-Variable}.DownloadMobileAppStickyBanner_banner_container__IjpHK .DownloadMobileAppStickyBanner_btn__hDqC1{padding:10px;background:#d11243;border:none;border-radius:8px;font-weight:700;color:#fff;white-space:nowrap;font-size:1rem;cursor:pointer;font-family:Satoshi-Variable}.SlidePageTransistion_msite_wrapper__3z2nl{position:relative;height:calc(100vh - 80px);height:calc(100dvh - 80px);overflow:auto}