.FoodItem_FoodItem__containerVertical__OFtqd{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;cursor:pointer;z-index:0;padding:.375rem;height:100%;border-radius:var(--radius-regular);transition:all .2s ease-in-out}.FoodItem_FoodItem__containerVertical__OFtqd span{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.FoodItem_FoodItem__containerVertical__OFtqd span h4{font-size:var(--text-regular);font-weight:var(--font-regular);padding-right:.375rem;text-align:right;opacity:.8}.FoodItem_FoodItem__containerVertical__OFtqd span h3{font-size:var(--text-big);font-weight:var(--font-bold);padding:.25rem .375rem;text-align:left}.FoodItem_FoodItem__containerVertical__OFtqd img{width:100%;height:var(--food-item-height);height:11.25vmax;flex-shrink:0;object-fit:cover;object-position:50% 49%;border-radius:var(--radius-small)}@media screen and (max-width:1024px){.FoodItem_FoodItem__containerVertical__OFtqd{padding:.25rem}}.FoodItem_FoodItem__containerOff__Wsrqf{background-color:var(--white-color);outline:solid 2px var(--white-color);outline-offset:-1px}.FoodItem_FoodItem__containerOn__fbTlO{background-color:var(--highlight-primary-color);outline:solid 2px var(--primary-color);outline-offset:0}.FoodItem_FoodItem__purchasebutton__IThYJ{position:absolute;display:flex;align-items:center;justify-content:center;gap:.5rem;bottom:.625rem;left:.625rem;border-radius:var(--radius-small);padding:0 .375rem;background-color:var(--white-color)}.FoodItem_FoodItem__purchasebutton__IThYJ h1{font-size:var(--text-regular);font-weight:var(--font-bold)}.FoodItem_FoodItem__purchasebutton__IThYJ p{font-size:var(--text-regular);color:var(--text-75-color)}.FoodItem_FoodItem__purchasebuttonVertical__5eK08{position:absolute;display:flex;align-items:center;justify-content:center;gap:.75rem;top:.25rem;right:.25rem;border-radius:var(--radius-small);padding:0 .375rem;background-color:var(--white-color);box-shadow:0 1px 4px rgba(0,0,0,.071);border:1px solid var(--bg-color)}.FoodItem_FoodItem__purchasebuttonVertical__5eK08 h1{font-size:var(--text-regular);font-weight:var(--font-bold)}.FoodItem_FoodItem__purchasebuttonVertical__5eK08 p{font-size:var(--text-regular);color:var(--text-75-color)}.FoodItem_FoodItem__options__RMOk4{position:absolute;text-align:center;cursor:pointer;width:170px;left:0;margin:20px -130px;z-index:3;background-color:var(--white-color);border-radius:var(--radius-small);box-shadow:0 2px 5px rgba(0,0,5,.333);animation:FoodItem_popIn__AB9xj .15s ease-out forwards;transform-origin:top}.FoodItem_FoodItem__options__RMOk4 li{display:flex;align-items:center;gap:.5rem;margin:0 .25rem;padding:.5rem 1rem;border-bottom:1px solid var(--bg-color)}.FoodItem_FoodItem__options__RMOk4 li h1{font-weight:var(--font-bold);font-size:calc(var(--text-huge) + 4px);min-width:28px}.FoodItem_FoodItem__options__RMOk4 li p{font-size:var(--text-big)}.FoodItem_FoodItem__options__RMOk4 li:active{background-color:rgba(34,51,51,.063)}.FoodItem_FoodItem__options__RMOk4 :last-child{border-bottom:unset}.FoodItem_FoodItem__options__RMOk4 :last-child p{display:none}@keyframes FoodItem_popIn__AB9xj{0%{transform:scaleY(.1)}to{transform:scaleY(1)}}.FoodItem_FoodItem__delete__Ys17o{position:absolute;top:-.5rem;left:-.5rem;width:28px;height:28px;line-height:0;border-radius:1000px;color:var(--primary-color);background-color:var(--light-button-color);cursor:pointer}.FoodItem_FoodItem__delete__Ys17o svg{width:28px;height:28px}.FoodItem_FoodItem__numpad__m4biz{display:flex;flex-direction:column;justify-content:center;position:fixed;bottom:0;left:var(--side-left-width);right:var(--side-right-width);height:80%;background:#f3f4f6;z-index:4;animation:FoodItem_slideup__PjNQd .3s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes FoodItem_slideup__PjNQd{0%{height:80%}to{height:100%}}@media screen and (min-width:1024px){.FoodItem_FoodItem__numpad__m4biz{margin-right:-.75rem}}.CartItem_CartItem__container__f_qrL{display:flex;position:relative;justify-content:space-between;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease-in-out}.CartItem_CartItem__container__f_qrL>span{font-size:var(--text-small);font-weight:var(--font-bold);border:1px solid var(--primary-button-color);color:var(--primary-button-color);padding:0 .5rem 1px;border-radius:var(--radius-small);line-height:1.4}.CartItem_CartItem__amount__7ai3k{font-size:var(--text-regular);font-weight:var(--font-bold);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CartItem_CartItem__amount__7ai3k span{line-height:0;margin:-1rem;padding:1rem;opacity:.5}.CartItem_CartItem__editorContainer__I8WxJ{position:fixed;right:calc(var(--side-right-width) + .5rem);width:21.5rem;display:flex;align-items:center;justify-content:space-around;background-color:var(--white-color);border-radius:var(--radius-regular);cursor:pointer;animation:CartItem_popIn__nKt2y .15s ease-out forwards;transform-origin:right}@keyframes CartItem_popIn__nKt2y{0%{transform:translateX(32px) scaleX(.9)}to{transform:translateX(0) scaleX(1)}}.CartItem_CartItem__editorContainer__I8WxJ:before{content:"";position:absolute;top:calc(50% - .5rem);right:-.5rem;width:1rem;height:1rem;background-color:var(--white-color);transform:rotate(45deg)}.CartItem_CartItem__editorDelete__46xgH{font-weight:var(--font-bold);color:var(--white-color);background-color:var(--primary-button-color);padding:.125rem .5rem;border-radius:var(--radius-regular)}.CartItem_CartItem__pricing__Bvb4J{margin-bottom:.25rem}.CartItem_CartItem__pricing__Bvb4J p{display:flex;align-items:center;gap:.5rem}.CartItem_CartItem__originalTotal__Dzk91{font-size:var(--text-small);opacity:.5;text-decoration:line-through}.CartItem_CartItem__discountedTotal__ZQ7cS{font-weight:var(--font-bold);font-size:var(--text-regular)}.CartItem_CartItem__editorTuner__ZKT6b{display:flex;justify-content:space-between;align-items:center;gap:.5rem;min-width:9rem;font-size:var(--text-big);font-weight:var(--font-bold)}.CartItem_CartItem__editorTuner__ZKT6b figure{padding:1rem;margin:-1rem;line-height:0;transition:transform .1s ease-in-out}.CartItem_CartItem__editorTuner__ZKT6b figure svg{width:28px;height:28px;color:var(--primary-button-color)}.CartItem_CartItem__editorTuner__ZKT6b figure:active{transform:scale(.9)}.Numpad_Numpad__container__qMEE0{width:100%}.Numpad_Numpad__input__xgiZy{display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;letter-spacing:normal;background-color:#e5e7eb;height:var(--numpad-input-height);margin:1.5rem auto;width:calc(100% - 4rem);border-radius:var(--radius-small)}.Numpad_Numpad__input__xgiZy>h1{font-weight:var(--font-bold);font-size:calc(var(--text-huge) + var(--text-huge))}.Numpad_Numpad__input__xgiZy>p{font-size:var(--text-huge);opacity:.5}.Numpad_Numpad__inputError__befAe{display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;letter-spacing:normal;background-color:var(--warning-color);height:var(--numpad-input-height);margin:1.5rem auto;width:calc(100% - 4rem);border-radius:var(--radius-small)}.Numpad_Numpad__inputError__befAe>p{font-weight:var(--font-bold);font-size:var(--text-huge);color:var(--white-color);animation:Numpad_popInIcon__tRmNe .15s cubic-bezier(.175,.885,.32,1.275) forwards;transform:scale(.5)}@keyframes Numpad_popInIcon__tRmNe{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:1024px){.Numpad_Numpad__inputError__befAe>p{font-size:var(--text-big)}}.Numpad_Numpad__sumprice__qK43q{display:flex;justify-content:space-between;align-items:center;max-width:var(--numpad-max-width);min-height:2.25rem;margin:1rem auto auto;padding:.25rem;font-size:var(--text-normal);border-radius:500px}.Numpad_Numpad__sumpricetag__o2ejq{position:relative;padding:.25rem .75rem;color:var(--white-color);background-color:var(--secondary-color);border-radius:500px}.Numpad_Numpad__foodItem__lQRCG{display:flex;align-items:center;gap:.75rem;margin:auto;overflow:hidden;max-width:var(--numpad-max-width);border-radius:var(--radius-regular);background-color:var(--white-color);outline:solid 2px var(--white-color);outline-offset:-1px}.Numpad_Numpad__foodItem__lQRCG span{overflow:hidden;padding-left:.25rem;padding-bottom:.25rem}.Numpad_Numpad__foodItem__lQRCG span h1{font-size:var(--text-normal);font-weight:var(--font-bold)}.Numpad_Numpad__foodItem__lQRCG img{width:var(--numpad-food-item-height);height:var(--numpad-food-item-height);object-fit:cover;flex-shrink:0}.Numpad_Numpad__buttons__ZNrZ3{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;direction:ltr;gap:.75rem;margin:auto;max-width:var(--numpad-max-width)}.Numpad_Numpad__buttons__ZNrZ3 li{display:flex;width:100%;gap:.75rem}.Numpad_Numpad__buttons__ZNrZ3 li button{font-weight:var(--font-bold);font-size:var(--text-huge);font-family:inherit;max-width:none;width:inherit;min-height:var(--numpad-key-height);background-color:var(--white-color);border-radius:var(--radius-regular);border:none;cursor:pointer;transition:background-color .15s}.Numpad_Numpad__buttons__ZNrZ3 li button:active{background-color:#e5e7eb}.Numpad_Numpad__buttons__ZNrZ3 :nth-child(4) :first-child{background-color:var(--primary-button-color);color:var(--white-color)}.Numpad_Numpad__buttons__ZNrZ3>:last-child :first-child{margin-top:.75rem;font-size:var(--text-big)}.NumpadPhone_NumpadPhone__container__IRoZF{position:relative;width:100%;margin:auto 0;border-radius:2rem;background-color:#f2f2f2}.NumpadPhone_NumpadPhone__bell__63OHV{position:absolute;top:-6rem;left:-7rem;width:16rem;height:16rem}.NumpadPhone_NumpadPhone__input__90I4Y{display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;letter-spacing:normal;background-color:var(--white-color);height:var(--numpad-input-height);border-bottom:1px solid rgba(0,68,51,.071);border-top:1px solid rgba(0,68,51,.071)}.NumpadPhone_NumpadPhone__input__90I4Y>h1{font-weight:var(--font-bold);font-size:calc(var(--text-huge) + var(--text-huge))}.NumpadPhone_NumpadPhone__input__90I4Y>p{font-size:var(--text-huge);opacity:.5}.NumpadPhone_NumpadPhone__inputError__yAnBL{display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;letter-spacing:normal;background-color:var(--warning-color);height:var(--numpad-input-height);border-bottom:2px solid var(---highlight-warning-color);border-top:2px solid var(--highlight-warning-color)}.NumpadPhone_NumpadPhone__inputError__yAnBL>h2{font-weight:var(--font-bold);font-size:var(--text-huge);color:var(--white-color)}.NumpadPhone_NumpadPhone__sumprice__RIuxQ{display:flex;justify-content:space-between;align-items:center;max-width:var(--numpad-max-width);min-height:2.25rem;margin:1rem auto auto;padding:.25rem;font-size:var(--text-normal);border-radius:500px}.NumpadPhone_NumpadPhone__sumpricetag__ST06_{position:relative;padding:.25rem .75rem;color:var(--white-color);background-color:var(--secondary-color);border-radius:500px}.NumpadPhone_NumpadPhone__offer__MEVQw{position:relative;display:flex;justify-content:center;align-items:center;background:linear-gradient(-45deg,#fbbf24,#fde047);box-shadow:inset 0 -4px 24px -8px rgba(0,0,0,.12);border-radius:2rem 2rem 0 0;overflow:hidden;text-align:center;padding:1.75rem 0;width:100%;z-index:0}.NumpadPhone_NumpadPhone__offer__MEVQw h1{position:relative;font-weight:var(--font-black);font-size:var(--text-big);z-index:5;color:#8a721a}.NumpadPhone_NumpadPhone__popInAnimation__fpza0{animation:NumpadPhone_popInIcon__4vNLJ .15s cubic-bezier(.175,.885,.32,1.275) forwards;transform:scale(.5)}@keyframes NumpadPhone_popInIcon__4vNLJ{0%{transform:scale(.5)}to{transform:scale(1)}}.NumpadPhone_NumpadPhone__attentionCircle__Z6LYb{content:"";position:absolute;width:130px;height:130px;right:-1rem;border-radius:50% 0 0 50%;background:#fde68a;display:flex;justify-content:center;align-items:center}.NumpadPhone_NumpadPhone__attentionCircle__Z6LYb svg{width:60px;height:60px;color:#ef4444}.NumpadPhone_NumpadPhone__attentionCircle__Z6LYb:before{content:"";position:absolute;left:calc(50% - 75px);top:calc(50% - 75px);width:150px;height:150px;border-radius:50%;background:hsla(0,0%,100%,.7);transform:scale(0);animation:NumpadPhone_pulsate__MtWUG 1.5s infinite;z-index:-1}@keyframes NumpadPhone_pulsate__MtWUG{0%{transform:scale(0);opacity:.8}50%{transform:scale(7);opacity:.3}to{transform:scale(9);opacity:0}}.NumpadPhone_NumpadPhone__buttons__Dt_04{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;direction:ltr;gap:.75rem;margin:auto;padding:2.5rem 0;max-width:var(--numpad-max-width);background-color:#f2f2f2}.NumpadPhone_NumpadPhone__buttons__Dt_04 li{display:flex;width:100%;gap:.75rem}.NumpadPhone_NumpadPhone__buttons__Dt_04 li button{font-weight:var(--font-bold);font-size:var(--text-huge);font-family:inherit;max-width:none;width:inherit;min-height:var(--numpad-key-height);background-color:var(--white-color);border-radius:var(--radius-big);border:none;border-bottom:2px solid var(--text-25-color);cursor:pointer;transition:background-color .15s}.NumpadPhone_NumpadPhone__buttons__Dt_04 li button:active{background-color:rgba(0,68,51,.063)}.NumpadPhone_NumpadPhone__buttons__Dt_04 :nth-child(4) :first-child{background-color:var(--primary-button-color);color:var(--white-color)}.ErrorMessage_ErrorMessage__container__6aY_L{overflow:hidden;position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer;color:#fff;display:flex;justify-content:center;align-items:center;z-index:100}.ErrorMessage_ErrorMessage__items__vAoaj{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:#ff1e56;border-radius:var(--radius-big);padding:3.5rem 2.5rem;transform:scale(0);transition:transform .25s cubic-bezier(.175,.885,.32,1.275)}.ErrorMessage_ErrorMessage__items__vAoaj>svg{width:80px;height:80px}.ErrorMessage_ErrorMessage__items__vAoaj>span{text-align:center}.ErrorMessage_ErrorMessage__items__vAoaj>span>h1{font-size:var(--text-huge);margin-bottom:.5rem}.ErrorMessage_ErrorMessage__items__vAoaj>span>p{margin-top:1rem;opacity:.75}.ErrorMessage_ErrorMessage__items__vAoaj>section{background-color:rgba(0,0,0,.188);color:var(--white-color);padding:.5rem 1rem;width:-moz-fit-content;width:fit-content;border-radius:var(--radius-small);font-size:var(--text-small)}.ErrorMessage_ErrorMessage__items__vAoaj>section>p{font-size:var(--text-normal)}.ErrorMessage_ErrorMessage__itemsOn__9aOwA{transform:scale(1)}.ErrorMessage_ErrorMessage__itemsOff__08SCX{transform:scale(0)}.NoNetwork_NoNetwork__container__RW2fB{position:relative;overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem;gap:2.5rem;cursor:pointer}.NoNetwork_NoNetwork__container__RW2fB>svg{position:absolute;width:55rem;height:55rem;top:-2%;right:40%;opacity:.09;z-index:-1}.NoNetwork_NoNetwork__container__RW2fB>h1{font-size:calc(var(--text-huge) + var(--text-regular));max-width:36rem}.NoNetwork_NoNetwork__container__RW2fB>section{background-color:var(--primary-color);color:var(--white-color);padding:.75rem 1.5rem;width:-moz-fit-content;width:fit-content;margin-top:.25rem;text-align:center;border-radius:var(--radius-regular);transition:transform .1s ease-in-out}.NoNetwork_NoNetwork__container__RW2fB>section>p{font-size:var(--text-huge);font-weight:var(--font-bold)}.NoNetwork_NoNetwork__container__RW2fB>section:active{transform:scale(.9)}.UpdateCounter_UpdateCounter__container__9rIOo{position:fixed;inset:0;z-index:9999;background:linear-gradient(135deg,#1f2937,#111827);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;text-align:center;gap:2rem}.UpdateCounter_UpdateCounter__container__9rIOo>svg{position:absolute;width:30rem;height:30rem;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.05;z-index:-1;animation:UpdateCounter_rotateSlow__xjzKs 20s linear infinite}.UpdateCounter_UpdateCounter__container__9rIOo>h1{font-size:2.5rem;font-weight:700;max-width:40rem;line-height:1.4;animation:UpdateCounter_fadeIn__wpdF4 .6s ease forwards}.UpdateCounter_UpdateCounter__container__9rIOo>p{font-size:1.75rem;font-weight:500;opacity:.9;animation:UpdateCounter_fadeIn__wpdF4 .8s ease forwards}.UpdateCounter_UpdateCounter__container__9rIOo>section{background:var(--primary-color,#10b981);color:#fff;font-size:1.25rem;font-weight:600;padding:.75rem 2rem;border-radius:9999px;cursor:pointer;margin-top:1.5rem;transition:all .2s ease}.UpdateCounter_UpdateCounter__container__9rIOo>section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.3)}.UpdateCounter_UpdateCounter__container__9rIOo>section:active{transform:scale(.95)}@keyframes UpdateCounter_fadeIn__wpdF4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes UpdateCounter_rotateSlow__xjzKs{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.Receipt_Receipt__container____mRC{display:flex;justify-content:stretch;align-items:stretch;padding:1.75rem;gap:1.75rem;height:100%}.Receipt_Receipt__container____mRC>span{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;overflow:hidden;height:100%}.Receipt_Receipt__container____mRC>section{flex:2 1;display:flex;flex-direction:column;align-items:stretch;height:100%}.Receipt_Receipt__containerHeader__P_ddX{width:100%;padding:.125rem;color:var(--white-color)}.Receipt_Receipt__contentParent__WNiLl{width:100%}.Receipt_Receipt__contentParent__WNiLl section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.75rem;opacity:0;animation:Receipt_fadein__ZTiWH .35s .15s forwards}@keyframes Receipt_fadein__ZTiWH{0%{opacity:0}to{opacity:1}}.Receipt_Receipt__responseContent__kcdV1 svg{width:88px;height:88px;animation:Receipt_popInIcon__qHc_t .25s cubic-bezier(.175,.885,.32,1.275) .3s forwards;transform:scale(0)}@keyframes Receipt_popInIcon__qHc_t{0%{transform:scale(0)}to{transform:scale(1)}}.Receipt_Receipt__invoiceIDParent__G0ehT{display:flex;justify-content:center;margin-top:1rem}.Receipt_Receipt__invoiceID__LBreH{text-align:center;animation:Receipt_popInIcon__qHc_t .25s cubic-bezier(.175,.885,.32,1.275) .4s forwards;transform:scale(0)}.Receipt_Receipt__invoiceID__LBreH p{margin-bottom:.5rem;font-weight:var(--font-bold)}.Receipt_Receipt__invoiceID__LBreH h1{font-size:var(--text-big);padding:.25rem 1.5rem .125rem;border-radius:5000px}.Receipt_Receipt__containerArrow__Ce2j0{position:relative;width:100%;margin-top:1rem}.Receipt_Receipt__containerArrow__Ce2j0>h1{font-size:var(--text-huge);margin-top:.5rem}.Receipt_Receipt__containerArrow__Ce2j0:before{content:"";position:absolute;top:calc(-100% + 22px);height:6px;background-color:var(--primary-color);animation:Receipt_growRight__vLKxa 1.25s infinite forwards}@keyframes Receipt_growRight__vLKxa{0%{right:100%;left:0}60%{left:0}70%{right:20%;left:80%}to{right:-20%;left:120%}}.Receipt_Receipt__containerArrow__Ce2j0 svg{position:absolute;margin-left:-1.75rem;top:calc(-100% + 3px);left:0;width:44px;height:44px;color:var(--primary-color);z-index:-1;animation:Receipt_swipeRight__AoPnY 1.25s infinite forwards}@keyframes Receipt_swipeRight__AoPnY{0%{left:0}70%{left:80%}to{left:120%}}.Receipt_Receipt__ButtonContainer__q9S1h{display:flex;flex-direction:column;gap:.75rem;width:100%;padding:0 1.25rem 1.25rem}.Receipt_Receipt__CancelButton__2_c_B{width:100%;padding:.5rem;text-align:center;border-radius:var(--radius-small);border:1px solid var(--text-75-color);transition:transform .1s ease-in-out;cursor:pointer}.Receipt_Receipt__CancelButton__2_c_B p{font-size:var(--text-big);font-weight:var(--font-bold)}.Receipt_Receipt__CancelButton__2_c_B:active{transform:scale(.9)}.Receipt_Receipt__POS__w3NWN{width:140px;height:auto;animation:Receipt_floating__j73z4 .3s cubic-bezier(.165,.84,.44,1) infinite alternate}@keyframes Receipt_floating__j73z4{0%{transform:translateY(0)}to{transform:translateY(-15px)}}.Receipt_Receipt__chart__inIYO li{display:flex;align-items:center;border-bottom:1px solid var(--bg-color);border-left:1px solid var(--bg-color);border-right:1px solid var(--bg-color);background-color:var(--white-color);padding:.75rem;font-size:var(--text-regular)}.Receipt_Receipt__chart__inIYO li>p{flex:2 1}.Receipt_Receipt__chart__inIYO li>p:first-of-type{flex:5 1}.Receipt_Receipt__chart__inIYO li>p:nth-of-type(2){flex:2 1;text-align:center}.Receipt_Receipt__chart__inIYO li>p:nth-of-type(3){flex:4 1;text-align:left}.Receipt_Receipt__chart__inIYO li>p:nth-of-type(4){flex:5 1;text-align:left}.Receipt_Receipt__chart__inIYO li:first-of-type{padding:.25rem .625rem;background-color:var(--bg-color)!important;color:var(--text-75-color)}.Receipt_Receipt__chart__inIYO li:last-of-type{font-size:var(--text-huge);font-weight:var(--font-black);border-top:1px solid var(--bg-color);margin-top:3px}.Receipt_Receipt__chart__inIYO li:last-of-type>p{flex:1 1}.Receipt_Receipt__chart__inIYO li:last-of-type>p:first-of-type{flex:10 1}.Receipt_Receipt__chart__inIYO li:last-of-type>p:nth-of-type(2){flex:1 1;text-align:center}.Receipt_Receipt__chart__inIYO li:last-of-type>p:nth-of-type(3){flex:1 1;text-align:left}.Receipt_Receipt__chart__inIYO li:last-of-type>p:nth-of-type(4){flex:10 1;text-align:left}.Receipt_Receipt__totalPrice__fTRaT{display:flex;align-items:center}.Receipt_Receipt__unitPriceStack__QPLWz{display:flex;flex-direction:column;align-items:flex-end;line-height:1.3}.Receipt_Receipt__unitPriceOriginal__c1Nyt{font-size:var(--text-xsmall);font-weight:var(--font-regular);opacity:.5;text-decoration:line-through}.Receipt_Receipt__unitPriceDiscounted__IvNPU{font-weight:var(--font-bold)}.Receipt_Receipt__totalRow__KefDt{display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:.75rem!important;border-top:1px solid var(--bg-color);margin-top:3px;font-size:var(--text-huge)!important;font-weight:var(--font-black)!important}.Receipt_Receipt__totalInner__0qbLc{display:flex;justify-content:space-between;align-items:stretch;gap:.5rem}.Receipt_Receipt__totalLabels__tFH1S,.Receipt_Receipt__totalValues__m_XYj{display:flex;flex-direction:column;gap:.25rem}.Receipt_Receipt__totalValues__m_XYj{align-items:flex-end}.Receipt_Receipt__discountLabel___sM4z,.Receipt_Receipt__discountValue__H4Zua{font-size:var(--text-regular);font-weight:var(--font-regular);opacity:.6}.Receipt_Receipt__totalValue__drZaP{font-size:var(--text-huge);font-weight:var(--font-black)}.Receipt_Receipt__phoneSuccess__AKZ_W{position:relative;margin-bottom:.75rem;padding:.75rem 1rem;text-align:center;background:linear-gradient(-45deg,#fbbf24,#fde047);color:#8a721a;opacity:0;transform:translateY(-30px);animation:Receipt_fadeInBounce__qmF0f .25s ease-out forwards}.Receipt_Receipt__phoneSuccess__AKZ_W h1{font-weight:var(--font-black);font-size:var(--text-normal)}@keyframes Receipt_fadeInBounce__qmF0f{0%{opacity:0;transform:translateY(-30px)}60%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Receipt_popIn__uWYLE{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}to{transform:scale(1)}}.Receipt_Receipt__RetryContainer__f7R_S{position:relative}.Receipt_Receipt__RetryContainer__f7R_S h1{flex-grow:1;text-align:center;font-weight:800}.Receipt_Receipt__RetryButton__XoHk6{width:100%;padding:.5rem 0;background-color:var(--secondary-color);color:var(--white-color);text-align:center;border-radius:var(--radius-regular);border-bottom:3px solid rgba(0,0,0,.125);border-top:3px solid hsla(0,0%,100%,.188);transition:transform .15s ease-in-out;cursor:pointer}.Receipt_Receipt__RetryButton__XoHk6 h1{font-size:var(--text-huge)}.Receipt_Receipt__RetryButton__XoHk6:active{transform:scale(.9)}.Receipt_Receipt__CancelRetryButton__3ddgC{width:100%;padding:.375rem;text-align:center;margin-top:.75rem;margin-bottom:.5rem;border-radius:var(--radius-small);border:1px solid var(--text-75-color);transition:transform .15s ease-in-out;cursor:pointer}.Receipt_Receipt__CancelRetryButton__3ddgC p{color:var(--black-color);font-size:var(--text-medium);font-weight:var(--font-bold)}.Receipt_Receipt__CancelRetryButton__3ddgC:active{transform:scale(.9)}.Loading_loading__container__zhK3C{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:auto}.Loading_loading__container__zhK3C svg{width:72px;height:72px;animation:Loading_loadrotation__qfKPF .5s linear infinite}@keyframes Loading_loadrotation__qfKPF{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.Timer_Timer__container__f6Dod{width:100%}.Timer_Timer__container__f6Dod p{text-align:center;font-size:var(--text-big);font-weight:var(--font-bold)}.Missles_Missles__parent__qKK_f{overflow:hidden;direction:ltr;position:absolute;top:0;left:2rem;width:100%;height:100vh;opacity:.65;z-index:-1}.Missles_Missles__parent__qKK_f span{position:absolute;top:50%;left:50%;width:4px;height:4px;background:orange;border-radius:50%;box-shadow:0 0 0 4px hsla(0,0%,100%,.1),0 0 0 8px hsla(0,0%,100%,.1),0 0 20px hsla(0,0%,100%,.1);animation:Missles_animate__D6rB9 3s linear infinite}.Missles_Missles__parent__qKK_f span:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:300px;height:1px;background:linear-gradient(90deg,orange,transparent)}@keyframes Missles_animate__D6rB9{0%{transform:rotate(315deg) translateX(0);opacity:1}70%{opacity:1}to{transform:rotate(315deg) translateX(-1200px);opacity:0}}.Missles_Missles__parent__qKK_f span:first-child{top:0;right:0;left:auto;animation-delay:0s;animation-duration:1s}.Missles_Missles__parent__qKK_f span:nth-child(2){top:0;right:80px;left:auto;animation-delay:.2s;animation-duration:3s}.Missles_Missles__parent__qKK_f span:nth-child(3){top:80;right:0;left:auto;animation-delay:.4s;animation-duration:2s}.Missles_Missles__parent__qKK_f span:nth-child(4){top:0;right:180px;left:auto;animation-delay:.6s;animation-duration:1.5s}.Missles_Missles__parent__qKK_f span:nth-child(5){top:0;right:400px;left:auto;animation-delay:.8s;animation-duration:2.5s}.Missles_Missles__parent__qKK_f span:nth-child(6){top:0;right:600px;left:auto;animation-delay:1s;animation-duration:3s}.Missles_Missles__parent__qKK_f span:nth-child(7){top:300px;right:0;left:auto;animation-delay:1.2s;animation-duration:1.75s}.Missles_Missles__parent__qKK_f span:nth-child(8){top:0;right:700px;left:auto;animation-delay:1.4s;animation-duration:1.25s}.Missles_Missles__parent__qKK_f span:nth-child(9){right:1000px;animation-delay:.75s;animation-duration:2.25s;top:0;right:450px;left:auto;animation-delay:2.75s;animation-duration:2.75s}.MenuScreen_Menuscreen__YoKZV{position:relative}.MenuScreen_Menuscreen__CartContainer__BpcvM{position:relative;border-radius:calc(var(--radius-big) + var(--radius-small));height:100vh;overflow-y:auto;padding:.5rem .875rem;transition:all .25s ease-in-out}.MenuScreen_Menuscreen__CartContainer__BpcvM>ul{display:flex;flex-direction:column;gap:.5rem}.MenuScreen_Menuscreen__CartContainerON__hdDPO{background-color:var(--white-color);border:1px solid var(--bg-color);color:var(--black-color);margin:.625rem;height:calc(100vh - 1.375rem)}.MenuScreen_Menuscreen__CartContainerOFF__Tfm32{color:var(--white-color);background-color:var(--secondary-shadow-color);text-align:center;margin:1.25rem 1.25rem 1.25rem .75rem;height:calc(100vh - 2.5rem)}.MenuScreen_Menuscreen__BuyButtonContainer__OHKRc{position:relative}.MenuScreen_Menuscreen__BuyButtonContainer__OHKRc h1{flex-grow:1;text-align:center;font-weight:800}.MenuScreen_Menuscreen__TotalContainer__hXp_P{text-align:center}.MenuScreen_Menuscreen__TotalOriginal__Ds1me{font-size:var(--text-small);opacity:.5;text-decoration:line-through}.MenuScreen_Menuscreen__TotalDiscounted__4G85y{font-weight:800;font-size:var(--text-huge)}.MenuScreen_Menuscreen__BuyButton__yt3rL{width:100%;padding:.5rem 0;background-color:var(--secondary-color);color:var(--white-color);text-align:center;border-radius:var(--radius-regular);border-bottom:3px solid rgba(0,0,0,.125);border-top:3px solid hsla(0,0%,100%,.188);transition:transform .15s ease-in-out;cursor:pointer}.MenuScreen_Menuscreen__BuyButton__yt3rL h1{font-size:var(--text-huge)}.MenuScreen_Menuscreen__BuyButton__yt3rL:active{transform:scale(.9)}.MenuScreen_Menuscreen__CancelButton__6Y_zg{width:100%;padding:.375rem;text-align:center;margin-top:.75rem;margin-bottom:.5rem;border-radius:var(--radius-small);border:1px solid var(--primary-button-color);transition:transform .15s ease-in-out;cursor:pointer}.MenuScreen_Menuscreen__CancelButton__6Y_zg p{color:var(--primary-button-color);font-size:var(--text-medium);font-weight:var(--font-bold)}.MenuScreen_Menuscreen__CancelButton__6Y_zg:active{transform:scale(.9)}.MenuScreen_Menuscreen__Branding__dCu9m{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:absolute;top:0;right:calc(50% + var(--category-max-width)/1.25);width:26rem;height:90vh;gap:2rem}.MenuScreen_Menuscreen__Branding__dCu9m>img{background-color:var(--white-color);padding:1rem;border-radius:calc(var(--radius-big) + var(--radius-big));width:120px;height:120px}.MenuScreen_Menuscreen__Branding__dCu9m>h1{font-size:calc(var(--text-huge) + var(--text-xsmall));font-weight:var(--font-black);color:var(--white-color);line-height:130%}.MenuScreen_Menuscreen__BannerLeft__b2afo{position:absolute;top:5rem;bottom:-.25rem;left:-.25rem;right:75%;z-index:0;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;justify-content:end;align-items:end}.MenuScreen_Menuscreen__BannerLeftImgCorner__wJzwf{width:100%;object-fit:contain}.MenuScreen_Menuscreen__BannerRight__TymYL{position:absolute;top:3rem;bottom:-2px;right:1.5rem;left:calc(50% + 12.5rem);z-index:0;transition:all .25s cubic-bezier(.165,.84,.44,1)}.MenuScreen_Menuscreen__BannerRight__TymYL>img{width:100%;height:100%;object-fit:contain}.MenuScreen_Menuscreen__BannerRightBg__PKZwF{position:absolute;top:4rem;bottom:-2px;right:0;left:80%;display:flex;align-items:center;justify-content:start;z-index:-1}.MenuScreen_Menuscreen__BannerRightBg__PKZwF>img{width:100%;object-fit:cover;opacity:.25}.MenuScreen_Menuscreen__BannerHide__3V7db{top:auto;bottom:-200%}.MenuScreen_Menuscreen__SidebarLeft__k6Fnd{position:fixed;left:0;top:0;padding:.75rem 0;display:flex;flex-direction:column;width:100%;min-height:100vh;max-width:var(--side-left-width);background-size:256px;z-index:10;transition:max-width .35s cubic-bezier(.165,.84,.44,1)}.MenuScreen_Menuscreen__SidebarLeft__k6Fnd>ul{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.625rem;height:calc(100vh - 5rem);width:100%;margin:auto;cursor:pointer;max-width:var(--category-max-width);z-index:1}.MenuScreen_Menuscreen__SidebarLeft__k6Fnd>ul li{position:relative;flex:1 1;display:flex;justify-content:center;align-items:center;border-radius:var(--radius-big);animation:MenuScreen_blink__UBO6b infinite;margin:0 .5rem;max-height:var(--category-item-max-height)}@keyframes MenuScreen_blink__UBO6b{0%{background-color:var(--highlight-primary-color)}33%{background-color:var(--highlight-primary-color)}66%{background-color:var(--highlight-primary-color-more)}to{background-color:var(--highlight-primary-color)}}.MenuScreen_Menuscreen__SidebarLeft__k6Fnd>ul li:before{content:"";position:absolute;height:calc(100% - 6px);width:100%;top:0;background-color:var(--highlight-primary-color);border-radius:var(--radius-big);z-index:-2;border-bottom:3px solid rgba(0,0,0,.125);border-top:3px solid hsla(0,0%,100%,.188);transition:background-color .2s ease-out}.MenuScreen_Menuscreen__SidebarLeft__k6Fnd>ul li:after{content:"";position:absolute;height:100%;top:0;right:-.5rem;background-color:var(--light-button-color);z-index:-1;transition:width .2s ease-out}.MenuScreen_Menuscreen__categoryActive__jtE7L{justify-content:center!important;color:var(--black-color)}.MenuScreen_Menuscreen__categoryActive__jtE7L h1{font-size:var(--text-huge)}.MenuScreen_Menuscreen__categoryActive__jtE7L:after{width:calc(100% + 1.25rem)}.MenuScreen_Menuscreen__categoryDeactive__gMLfA{color:var(--black-color)}.MenuScreen_Menuscreen__categoryDeactive__gMLfA:after{width:0}.MenuScreen_Menuscreen__categoryDeactive__gMLfA:hover:before{background-color:var(--white-color)}.MenuScreen_Menuscreen__label__EC4xj{position:relative;z-index:2;margin-bottom:.5rem}.MenuScreen_Menuscreen__label__EC4xj>p{margin:auto;width:-moz-fit-content;width:fit-content;font-weight:var(--font-bold);font-size:var(--text-normal);background-color:var(--primary-color);color:var(--white-color);padding:.25rem 1.5rem;border-radius:500px;box-shadow:inset 0 0 0 2px var(--white-color)}.MenuScreen_Menuscreen__label__EC4xj:before{content:"";position:absolute;left:0;top:47%;width:100%;height:2px;background-color:var(--white-color);z-index:-1}.MenuScreen_Menuscreen__fooditems__kj1gK{overflow-y:auto;overflow-x:hidden;direction:ltr;max-height:100vh;width:calc(100% - var(--side-left-width) - var(--side-right-width));min-height:100vh;margin-left:var(--side-left-width);margin-right:var(--side-right-width);padding:1.5rem .25rem 1.5rem 1rem;background-color:var(--light-button-color);z-index:1}.MenuScreen_Menuscreen__fooditems__kj1gK>ul{position:relative;direction:rtl;display:grid;grid-column-gap:.75rem;column-gap:.75rem;grid-row-gap:.75rem;row-gap:.75rem;max-width:1200px;margin:auto;opacity:0;animation:MenuScreen_fadein__FhFMj .35s .15s forwards}@keyframes MenuScreen_fadein__FhFMj{0%{opacity:0}to{opacity:1}}.MenuScreen_Menuscreen__fooditemsSingleItem__9Jq4m{grid-template-columns:repeat(1,minmax(120px,1fr))}@media screen and (min-width:800px){.MenuScreen_Menuscreen__fooditemsSingleItem__9Jq4m{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media screen and (min-width:1024px){.MenuScreen_Menuscreen__fooditemsSingleItem__9Jq4m{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media screen and (min-width:1700px){.MenuScreen_Menuscreen__fooditemsSingleItem__9Jq4m{grid-template-columns:repeat(4,minmax(120px,1fr))}}.MenuScreen_Menuscreen__fooditemsMultiItem__XxmAb{grid-template-columns:repeat(3,1fr)}.MenuScreen_Menuscreen__Buypanel__66qXC{position:absolute;top:-1.5rem;bottom:-1.75rem;left:-50vh;right:-50vh;min-height:100vh;z-index:2;opacity:0;animation:MenuScreen_fadein__FhFMj .2s forwards}.MenuScreen_Menuscreen__Buypanel__66qXC>section{width:100%;height:100%;background-color:var(--black-color);opacity:.75}.MenuScreen_Menuscreen__Buypanel___wKoI8{position:absolute;top:-1.75rem;bottom:-1.75rem;left:0;right:0;min-height:100vh;opacity:0;animation:MenuScreen_fadein__FhFMj .2s forwards}.MenuScreen_Menuscreen__Buypanel___wKoI8>section{width:100%;height:100%;background-color:var(--black-color);opacity:.75}.MenuScreen_Menuscreen__SidebarRight__a_7qV{display:var(--side-right-display);position:fixed;right:0;top:0;width:100%;min-height:100vh;max-width:var(--side-right-width);background-color:var(--light-button-color);z-index:9}.MenuScreen_Menuscreen__SidebarRight__a_7qV>span{display:flex;align-items:center;padding-right:1rem;padding-top:.75rem}.MenuScreen_Menuscreen__SidebarRight__a_7qV>span>svg{width:32px;height:32px;padding:.125rem;background-color:var(--white-color);border-radius:var(--radius-small);color:var(--secondary-color)}.MenuScreen_Menuscreen__SidebarRight__a_7qV>span>h1{margin-right:1.25rem;color:var(--white-color)}.MenuScreen_Menuscreen__orderPanelContainer__HLZ5V{position:fixed;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;z-index:100}.MenuScreen_Menuscreen__orderPanelContainer__HLZ5V>span{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:0}.MenuScreen_Menuscreen__orderPanelContainer__HLZ5V>section{background-color:var(--white-color);width:var(--receipt-width);height:var(--receipt-height);border-radius:var(--radius-regular);z-index:1;animation:MenuScreen_popIn__0hrpf .2s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes MenuScreen_popIn__0hrpf{0%{transform:scale(.8)}to{transform:scale(1)}}.MenuScreen_MenuScreen__close__gLOtY{position:absolute;top:-.25rem;left:-.25rem;width:22px;height:22px;line-height:0;border-radius:1000px;color:var(--text-50-color);background-color:#fff;cursor:pointer}.MenuScreen_MenuScreen__close__gLOtY svg{width:22px;height:22px}.MenuScreen_Menuscreen__Cancelpanel__FcBwg{content:"";position:fixed;right:0;top:0;width:100%;min-height:100vh;max-width:var(--side-right-width)}.Login_login_body__Q1eEq{overflow-x:hidden;direction:rtl;position:relative;height:100dvh;font-size:1rem;font-weight:400!important;background:#f10048;display:flex;justify-content:center;align-items:center}.Login_login_container__3qx_N{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);width:95%;max-width:400px;padding:30px;margin:0 20px 10vh}.Login_login_h1__jCLVX{text-align:center;color:#333;margin-bottom:25px;font-weight:600;font-size:24px;color:#4a4a4a}.Login_form_group__p7Bvr{margin-bottom:18px}.Login_login_label__J_Rgj{display:block;margin-bottom:8px}.Login_login_input__rb2F_[type=password],.Login_login_input__rb2F_[type=text]{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:all .3s ease}.Login_login_input__rb2F_:focus{outline:none;border-color:#f10048;box-shadow:0 0 0 3px rgba(234,102,137,.2)}.Login_login_button__g7Iqk{font-family:inherit;background:#f10048;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;width:100%;transition:all .3s ease;margin-top:10px}.Login_login_button__g7Iqk:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.071)}.Login_login_button__g7Iqk:disabled{opacity:.5}