.page-module__oU-wbG__main{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem 1rem;display:flex}.page-module__oU-wbG__signInDescription{font-size:var(--text-size-small);color:var(--text-color-primary);text-align:center;padding-top:1rem;font-weight:300}.page-module__oU-wbG__NoAccountText{font-size:var(--text-size-medium);color:var(--text-color-primary);padding:1rem 0}.page-module__oU-wbG__createAccount{font-size:var(--text-size-medium);color:var(--primary-color)}.page-module__oU-wbG__homeLink{display:none}@media (max-width:1024px){.page-module__oU-wbG__homeLink{font-size:var(--text-size-xxx-large);color:var(--primary-color);cursor:pointer;background-color:#0000;font-weight:700;display:flex}}.page-module__oU-wbG__noVerificationScenarioContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;margin:1rem 0;display:flex}.page-module__oU-wbG__otpNotVerifiedText{text-align:center;font-size:var(--text-size-large)}
.common-form-module__dDFr5G__form{width:100%;max-width:600px;box-shadow:0 8px 24px var(--box-shadow-color);border-radius:2rem;margin:0 auto;padding-top:2rem}.common-form-module__dDFr5G__form_item{flex-direction:column;display:flex}.common-form-module__dDFr5G__form_label{font-size:var(--text-size-small);color:var(--text-color-primary);opacity:1;margin-bottom:.5rem;display:block}@media (max-width:768px){.common-form-module__dDFr5G__form_label{font-size:.875rem}}.common-form-module__dDFr5G__input{border:var(--border-thickness-small)solid var(--border-color);width:100%;color:var(--text-color-primary);border-radius:var(--border-radius-small);font-size:var(--text-size-medium);background-color:#0000;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-weight:500;transition:border-color .3s}.common-form-module__dDFr5G__input::placeholder{color:var(--text-color-muted);font-weight:300}.common-form-module__dDFr5G__textarea{border:var(--border-thickness-small)solid var(--border-color);width:100%;height:150px;color:var(--text-color-primary);border-radius:var(--border-radius-small);font-size:var(--text-size-medium);resize:none;background-color:#0000;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-weight:500;transition:border-color .3s}.common-form-module__dDFr5G__textarea::placeholder{color:var(--text-color-muted);font-weight:300}.common-form-module__dDFr5G__input:focus{box-shadow:0 0 0 3px var(--primary-color);outline:none}.common-form-module__dDFr5G__input:focus,.common-form-module__dDFr5G__textarea:focus,.common-form-module__dDFr5G__select:focus{border-color:var(--primary-color);outline:none}.common-form-module__dDFr5G__select{appearance:none;border:var(--border-thickness-small)solid var(--border-color);width:100%;color:var(--text-color-primary);border-radius:var(--border-radius-small);font-size:var(--text-size-small);cursor:pointer;background-color:#0000;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-weight:500;transition:border-color .3s}.common-form-module__dDFr5G__select option{background-color:var(--background-color);color:var(--text-color-primary);border-radius:var(--border-radius-small);font-size:var(--text-size-small);width:fit-content;padding:1rem;font-family:inherit;font-weight:500}.common-form-module__dDFr5G__button{background-color:var(--primary-color);width:100%;color:var(--background-color);border-radius:var(--border-radius-small);cursor:pointer;border:none;margin:1rem 0;padding:1rem 0;font-size:1rem;font-weight:500;transition:background-color .25s}.common-form-module__dDFr5G__errorText{color:red;margin:.5rem 0;font-size:.8rem}.common-form-module__dDFr5G__errorInput{border-color:red}.common-form-module__dDFr5G__button:disabled{background-color:var(--border-color);opacity:1;cursor:not-allowed}.common-form-module__dDFr5G__passwordWrapper{position:relative}.common-form-module__dDFr5G__togglePassword{cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:calc(100% - 1.5rem);display:flex;position:absolute;top:0;right:1rem}.common-form-module__dDFr5G__togglePasswordIcon{width:20px;height:20px;fill:var(--primary-color)}
.dialog-module__ubtMHa__backdrop{z-index:9999;opacity:0;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.25s forwards dialog-module__ubtMHa__fadeIn;display:flex;position:fixed;top:0;left:0}.dialog-module__ubtMHa__dialog{background-color:var(--surface-color);border-radius:var(--border-radius-medium);border:var(--border-thickness-medium)solid var(--border-color);scrollbar-width:none;-ms-overflow-style:none;width:90%;max-height:90vh;padding:2rem;overflow:auto;box-shadow:0 8px 20px #0003}@media (max-width:1024px){.dialog-module__ubtMHa__dialog{max-height:90vh}}.dialog-module__ubtMHa__dialog::-webkit-scrollbar{display:none}.dialog-module__ubtMHa__headerAndCloseIconDiv{justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.dialog-module__ubtMHa__closeIcon{cursor:pointer;width:2rem;height:2rem;transition:transform .2s}.dialog-module__ubtMHa__closeIcon:hover{transform:scale(1.1)}.dialog-module__ubtMHa__header{color:var(--text-color-primary);width:100%;font-size:1.25rem;font-weight:600}.dialog-module__ubtMHa__description{color:var(--text-color-muted);margin-bottom:1.25rem}.dialog-module__ubtMHa__children{flex-direction:column;gap:1rem;display:flex}@keyframes dialog-module__ubtMHa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialog-module__ubtMHa__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes dialog-module__ubtMHa__slideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes dialog-module__ubtMHa__slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}.dialog-module__ubtMHa__fadeIn{animation:.25s forwards dialog-module__ubtMHa__fadeIn}.dialog-module__ubtMHa__fadeOut{animation:.25s forwards dialog-module__ubtMHa__fadeOut}.dialog-module__ubtMHa__slideIn{animation:.25s forwards dialog-module__ubtMHa__slideIn}.dialog-module__ubtMHa__slideOut{animation:.25s forwards dialog-module__ubtMHa__slideOut}
.button-module__TrjXvq__button{width:100%;min-width:fit-content;height:fit-content;font-size:var(--text-size-small);border-radius:var(--border-radius-large);border:var(--border-thickness-small)solid var(--border-color-strong);color:var(--text-color-primary);font-family:var(--font-sansation);z-index:1;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-color:#0000;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1.5rem;list-style:none;display:inline-flex;overflow:hidden}@media (max-width:1024px){.button-module__TrjXvq__button{font-size:var(--text-size-small)}}.button-module__TrjXvq__extraSmall{font-size:var(--text-size-extra-small);padding:.2rem .5rem}.button-module__TrjXvq__small{font-size:var(--text-size-small);padding:.5rem 1rem}.button-module__TrjXvq__medium{font-size:var(--text-size-medium);padding:.6rem 1.2rem}.button-module__TrjXvq__large{font-size:var(--text-size-medium);padding:.8rem 1.7rem}.button-module__TrjXvq__filled{background-color:var(--primary-color);color:var(--background-color);border:none}.button-module__TrjXvq__filled.button-module__TrjXvq__primary{background-color:var(--primary-color)}.button-module__TrjXvq__filled.button-module__TrjXvq__success{background-color:var(--success-color)}.button-module__TrjXvq__filled.button-module__TrjXvq__error{background-color:var(--error-color)}.button-module__TrjXvq__filled.button-module__TrjXvq__warning{background-color:var(--warning-color)}.button-module__TrjXvq__filled.button-module__TrjXvq__info{background-color:var(--info-color)}.button-module__TrjXvq__button.button-module__TrjXvq__filled:disabled{background-color:var(--background-color);color:var(--text-color-muted);opacity:1;cursor:not-allowed}.button-module__TrjXvq__button:disabled{opacity:1;cursor:not-allowed;color:var(--text-color-primary);border:var(--border-thickness-small)solid var(--border-color-strong)}.button-module__TrjXvq__button:active .button-module__TrjXvq__icon{transition:transform .2s;transform:scale(.8)rotate(-10deg)}.button-module__TrjXvq__icon{color:var(--primary-color);transform-origin:50%;align-items:center;animation:1.4s ease-in-out infinite button-module__TrjXvq__pulse;display:flex}@keyframes button-module__TrjXvq__pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}
.confirm-modal-module__I6mHBW__modalContainer{transform-origin:50%;opacity:0;flex-direction:column;gap:1.5rem;animation:.25s forwards confirm-modal-module__I6mHBW__fadeScaleIn;display:flex;transform:scale(.95)}@keyframes confirm-modal-module__I6mHBW__fadeScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.confirm-modal-module__I6mHBW__message{color:var(--text-color);text-align:center;font-size:.95rem;line-height:1.5}.confirm-modal-module__I6mHBW__buttonGroup{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.confirm-modal-module__I6mHBW__animateIn{animation:.25s forwards confirm-modal-module__I6mHBW__fadeScaleIn}
.line-animation-module__abzjqW__wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.line-animation-module__abzjqW__lineLoader{background-color:var(--background-color);border-radius:2px;width:100%;height:2px;position:relative;overflow:hidden}.line-animation-module__abzjqW__line{background-color:var(--primary-color);border-radius:2px;width:30%;height:100%;animation:2s ease-in-out infinite line-animation-module__abzjqW__slide;position:absolute;top:0;left:0}@keyframes line-animation-module__abzjqW__slide{0%{width:30%;left:0%}50%{width:30%;left:70%}to{width:30%;left:0%}}
.error-module__6eUntG__main{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100vh;display:flex;position:relative}.error-module__6eUntG__errorTitle{font-size:var(--text-size-large);color:var(--error-color);font-weight:700}.error-module__6eUntG__errorDescription{font-size:var(--text-size-small);color:var(--text-color-muted);font-weight:300}
.image-uploader-module__IKX-xG__main{background-color:var(--surface-color);border-radius:var(--border-radius-medium);flex-direction:column;gap:1rem;width:100%;padding:1rem;display:flex;position:relative}.image-uploader-module__IKX-xG__dragContainer{cursor:pointer;border-radius:var(--border-radius-small);border:var(--border-thickness-small)solid var(--border-color);background-color:var(--background-color);flex-direction:column;justify-content:center;align-items:center;width:100%;height:150px;display:flex}.image-uploader-module__IKX-xG__dragActive{border:var(--border-thickness-small)solid var(--primary-color);background-color:var(--background-color-alt)}.image-uploader-module__IKX-xG__dragBoxTitle{font-size:var(--text-size-small);color:var(--text-color-primary);background-color:#0000}.image-uploader-module__IKX-xG__previewGrid{grid-template-columns:repeat(2,1fr);gap:8px;width:100%;padding:8px;display:grid}.image-uploader-module__IKX-xG__singlePreview{grid-template-columns:1fr}.image-uploader-module__IKX-xG__previewItem{border-radius:var(--border-radius-small);width:100%;height:60px;position:relative;overflow:hidden}.image-uploader-module__IKX-xG__previewImage{object-fit:cover;width:100%;height:100%}.image-uploader-module__IKX-xG__removeBtn{color:#fff;cursor:pointer;background-color:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:4px;left:4px}.image-uploader-module__IKX-xG__btnContainer{z-index:100;background-color:#0000;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:1rem;position:absolute;top:0;right:0}.image-uploader-module__IKX-xG__previewItemAdd{border:1px dashed var(--border-color);border-radius:var(--border-radius-small);cursor:pointer;justify-content:center;align-items:center;height:60px;display:flex}
.scaleOnClick-module__URkK0G__main{cursor:pointer;transform-origin:50%;width:fit-content;height:fit-content}
.toast-module__PaCeOG__toast{color:var(--background-color);font-size:var(--text-size-medium);animation:.3s toast-module__PaCeOG__slideIn,.3s forwards toast-module__PaCeOG__fadeOut;animation-delay:0s,var(--toast-duration,3s);z-index:10000;border-radius:8px;flex-direction:row;gap:1rem;padding:.5rem 1rem;font-weight:500;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}.toast-module__PaCeOG__success{background-color:var(--success-color)}.toast-module__PaCeOG__error{background-color:var(--error-color)}.toast-module__PaCeOG__warning{background-color:var(--warning-color)}.toast-module__PaCeOG__info{background-color:var(--info-color)}@keyframes toast-module__PaCeOG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-module__PaCeOG__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.toast-module__PaCeOG__spinner{width:20px;height:20px;animation:2s linear infinite toast-module__PaCeOG__rotate}.toast-module__PaCeOG__path{stroke:var(--background-color);stroke-linecap:round;stroke-dasharray:150 200;stroke-dashoffset:-10px;animation:1.5s ease-in-out infinite toast-module__PaCeOG__dash}@keyframes toast-module__PaCeOG__rotate{to{transform:rotate(360deg)}}@keyframes toast-module__PaCeOG__dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 200;stroke-dashoffset:-35px}to{stroke-dasharray:90 200;stroke-dashoffset:-124px}}
.item-tile-module__kcwccW__main{background-color:var(--surface-color);border-radius:var(--border-radius-medium);border:var(--border-thickness-small)solid var(--border-color-strong);cursor:pointer;gap:1rem;width:100%;height:150px;padding:1rem;transition:transform .1s,box-shadow .1s;display:flex;position:relative}.item-tile-module__kcwccW__skeleton{pointer-events:none}.item-tile-module__kcwccW__itemImage{object-fit:cover;border-radius:var(--border-radius-small);border:var(--border-thickness-small)solid var(--border-color);flex-shrink:0;width:110px;height:110px}.item-tile-module__kcwccW__itemContent{flex-direction:column;gap:.5rem;width:100%;display:flex}.item-tile-module__kcwccW__itemTitle{font-size:var(--text-size-large);color:var(--text-color-primary);white-space:nowrap;text-overflow:ellipsis;width:100%}@media (max-width:1024px){.item-tile-module__kcwccW__itemTitle{font-size:var(--text-size-medium)}}.item-tile-module__kcwccW__itemSalePrice{font-size:var(--text-size-large);font-weight:700}@media (max-width:1024px){.item-tile-module__kcwccW__itemSalePrice{font-size:var(--text-size-medium)}}.item-tile-module__kcwccW__itemPrice{font-size:var(--text-size-medium);text-decoration:line-through}.item-tile-module__kcwccW__itemDescription{font-size:var(--text-size-medium);color:var(--text-color-muted)}.item-tile-module__kcwccW__skeletonImage,.item-tile-module__kcwccW__skeletonTitle,.item-tile-module__kcwccW__skeletonSalePrice,.item-tile-module__kcwccW__skeletonPrice,.item-tile-module__kcwccW__skeletonDescription{background:var(--skeleton-gradient);background-size:400% 100%;border-radius:8px;animation:1.4s infinite item-tile-module__kcwccW__shimmer}.item-tile-module__kcwccW__skeletonImage{flex-shrink:0;width:110px;height:110px}.item-tile-module__kcwccW__skeletonTitle{width:60%;height:16px}.item-tile-module__kcwccW__skeletonSalePrice{width:40%;height:16px}.item-tile-module__kcwccW__skeletonPrice{width:30%;height:12px}.item-tile-module__kcwccW__skeletonDescription{width:80%;height:12px}@keyframes item-tile-module__kcwccW__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.notificationSettings-module__ZTiCHq__main{flex-direction:column;gap:2rem;width:100%;height:100%;padding:1rem;display:flex;position:relative}
.nothing-module__KcBfWG__main{border-radius:var(--border-radius-small);background-color:var(--surface-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;padding:4rem;display:flex}.nothing-module__KcBfWG__noBackground{background-color:#0000}.nothing-module__KcBfWG__icon{opacity:.1;width:5rem;height:5rem}@media (max-width:1024px){.nothing-module__KcBfWG__icon{width:3rem;height:3rem}}.nothing-module__KcBfWG__title{font-size:var(--text-size-large);color:var(--text-color-muted);text-align:center;font-weight:700}@media (max-width:1024px){.nothing-module__KcBfWG__title{font-size:var(--text-size-small)}}.nothing-module__KcBfWG__description{font-size:var(--text-size-medium);color:var(--text-color-muted);text-align:center;font-weight:400}@media (max-width:1024px){.nothing-module__KcBfWG__description{font-size:var(--text-size-extra-small)}}
.products-module__HXqvbG__main{background-color:var(--surface-color);flex-direction:column;align-items:center;gap:1rem;min-height:100vh;padding:1rem 2rem;display:flex}@media (max-width:1024px){.products-module__HXqvbG__main{padding:1rem}}.products-module__HXqvbG__buttonRow{flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;display:flex}.products-module__HXqvbG__allFiltersWrapper{z-index:100;background:rgb(var(--background-color-rgb)/1);border-radius:var(--border-radius-large);flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;width:100%;padding:0 .5rem;display:flex;position:sticky;top:90px}.products-module__HXqvbG__allFiltersWrapper.products-module__HXqvbG__stickyActive{background:rgb(var(--background-color-rgb)/.9);-webkit-backdrop-filter:blur(14px)saturate(180%);border:var(--border-thickness-small)solid var(--border-color);box-shadow:0 8px 32px #00000014,inset 0 1px #ffffff4d}@media (max-width:1024px){.products-module__HXqvbG__allFiltersWrapper{flex-direction:row;justify-content:center;gap:.5rem;padding:1rem;top:80px}}.products-module__HXqvbG__searchBarAndCategoryListWrapper{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}@media (max-width:1024px){.products-module__HXqvbG__searchBarAndCategoryListWrapper{flex-direction:column;gap:.2rem;width:100%}}.products-module__HXqvbG__moreCategoriesTextWrapper{width:fit-content;padding:1rem}@media (max-width:1024px){.products-module__HXqvbG__moreCategoriesTextWrapper{padding:.5rem}}.products-module__HXqvbG__moreCategoriesText{font-weight:700;font-size:var(--text-size-medium);color:var(--primary-color);cursor:pointer;white-space:nowrap;width:100%;filter:var(--drop-shadow);display:inline}@media (max-width:1024px){.products-module__HXqvbG__moreCategoriesText{font-size:var(--text-size-small);padding:.5rem}}.products-module__HXqvbG__filterList{background:0 0;flex-direction:row;justify-content:start;align-items:center;gap:1rem;width:100%;height:fit-content;list-style:none;display:flex;position:relative}.products-module__HXqvbG__filterListGrid{grid-template-columns:repeat(auto-fill,minmax(100px,auto));justify-content:center;gap:1rem;width:100%;display:grid}@media (max-width:1024px){.products-module__HXqvbG__filterList{justify-content:space-between;gap:1rem}}.products-module__HXqvbG__filterListItem{white-space:nowrap;text-overflow:ellipsis;width:fit-content;height:fit-content;color:var(--text-color-muted);font-size:var(--text-size-medium);border-radius:var(--border-radius-large);cursor:pointer;z-index:1;background:0 0;flex-direction:row;justify-content:center;align-items:center;padding:.5rem 2rem;font-weight:200;transition:all .3s;display:flex;overflow:hidden}@media (max-width:1024px){.products-module__HXqvbG__filterListItem{color:var(--text-color-muted);font-weight:400;font-size:var(--text-size-extra-small);padding:.5rem 1rem}}.products-module__HXqvbG__filterListItemActive{color:var(--surface-color);cursor:pointer;z-index:1;background:0 0;border:none}.products-module__HXqvbG__optionHighlight{background-color:var(--primary-color);pointer-events:none;border-radius:999px;transition:transform .35s cubic-bezier(.4,0,.2,1),width .25s,height .25s;position:absolute;bottom:0;left:0}.products-module__HXqvbG__optionHighlight.products-module__HXqvbG__disabled{background-color:var(--disabled-color);cursor:not-allowed}
.restaurant-tile-module__r7UuKG__main{background-color:var(--surface-color);border-radius:var(--border-radius-small);border:var(--border-thickness-small)solid var(--border-color-strong);cursor:pointer;flex-direction:column;gap:1rem;width:100%;padding:0 0 1rem;transition:transform .1s,box-shadow .1s;display:flex;position:relative}.restaurant-tile-module__r7UuKG__skeleton{pointer-events:none}.restaurant-tile-module__r7UuKG__main:hover .restaurant-tile-module__r7UuKG__restaurantCoverImage{transform:scale(1.1)}.restaurant-tile-module__r7UuKG__restaurantCoverImageContainer{border-radius:var(--border-radius-small)var(--border-radius-small)0 0;width:100%;height:160px;position:relative;overflow:hidden}.restaurant-tile-module__r7UuKG__restaurantCoverImage{object-fit:cover;border:var(--border-thickness-small)solid var(--border-color);width:100%;height:100%;transition:transform .2s}.restaurant-tile-module__r7UuKG__restaurantIcon{object-fit:cover;border-radius:var(--border-radius-small);border:var(--border-thickness-small)solid var(--border-color);width:60px;height:60px;box-shadow:var(--box-shadow-soft);background-color:var(--surface-color);z-index:2;position:absolute;bottom:1rem;right:1rem}.restaurant-tile-module__r7UuKG__restaurantContent{flex-direction:column;gap:.5rem;padding:0 .5rem;display:flex}.restaurant-tile-module__r7UuKG__restaurantTitle{font-size:var(--text-size-small);color:var(--text-color-primary)}.restaurant-tile-module__r7UuKG__restaurantPriceRange{font-size:var(--text-size-small);font-weight:700}.restaurant-tile-module__r7UuKG__skeletonCover,.restaurant-tile-module__r7UuKG__skeletonIcon,.restaurant-tile-module__r7UuKG__skeletonTitle,.restaurant-tile-module__r7UuKG__skeletonPrice{background:var(--skeleton-gradient);background-size:400% 100%;border-radius:8px;animation:1.4s infinite restaurant-tile-module__r7UuKG__shimmer}.restaurant-tile-module__r7UuKG__skeletonCover{width:100%;height:160px}.restaurant-tile-module__r7UuKG__skeletonIcon{width:60px;height:60px;position:absolute;bottom:1rem;right:1rem}.restaurant-tile-module__r7UuKG__skeletonTitle{width:70%;height:14px}.restaurant-tile-module__r7UuKG__skeletonPrice{width:50%;height:14px}@keyframes restaurant-tile-module__r7UuKG__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.addProduct-module__q8xz6G__main{background-color:none;flex-direction:column;justify-content:center;align-items:center;display:flex}
.liquidSelectorGrid-module__JQsksq__main{flex-direction:row;justify-content:space-between;width:100%;height:100%;display:flex}.liquidSelectorGrid-module__JQsksq__list{background:0 0;grid-template-columns:repeat(auto-fill,minmax(150px,3fr));grid-auto-rows:auto;place-content:start;gap:1rem;width:100%;height:100%;margin:0;padding:0;list-style:none;display:grid;position:relative;overflow:hidden}@media (max-width:1024px){.liquidSelectorGrid-module__JQsksq__list{grid-template-columns:repeat(auto-fill,minmax(100px,2fr));gap:.5rem}}.liquidSelectorGrid-module__JQsksq__listItem{white-space:nowrap;text-overflow:ellipsis;width:fit-content;max-width:150px;height:fit-content;color:var(--text-color-muted);font-size:var(--text-size-medium);border-radius:var(--border-radius-large);cursor:pointer;z-index:1;background:0 0;justify-content:center;align-items:center;padding:.5rem 2rem;font-weight:500;transition:all .3s;display:flex;overflow:hidden}@media (max-width:1024px){.liquidSelectorGrid-module__JQsksq__listItem{color:var(--text-color-muted);font-weight:400;font-size:var(--text-size-small);max-width:120px;padding:.5rem 1rem}}.liquidSelectorGrid-module__JQsksq__listItemActive{color:var(--surface-color);cursor:pointer;z-index:1;background:0 0;border:none}.liquidSelectorGrid-module__JQsksq__optionHighlight{background-color:var(--primary-color);pointer-events:none;border-radius:999px;transition:transform .35s cubic-bezier(.4,0,.2,1),width .25s,height .25s;position:absolute;top:0;left:0}.liquidSelectorGrid-module__JQsksq__optionHighlight.liquidSelectorGrid-module__JQsksq__disabled{background-color:var(--disabled-color);cursor:not-allowed}.liquidSelectorGrid-module__JQsksq__list::-webkit-scrollbar{display:none}
.productsSection-module__cQr9RG__main{height:100%}.productsSection-module__cQr9RG__foodItemHeadingWrapper{border-radius:var(--border-radius-small);flex-direction:row;align-items:center;gap:1rem;width:100%;margin-bottom:1rem;display:flex}.productsSection-module__cQr9RG__foodItemHeadingAndIcon{flex-direction:row;align-items:center;gap:1rem;width:100%;display:flex}.productsSection-module__cQr9RG__foodItemHeading{font-size:var(--text-size-large);font-weight:700}@media (max-width:1024px){.productsSection-module__cQr9RG__foodItemHeading{font-weight:600;font-size:var(--text-size-large)}}.productsSection-module__cQr9RG__foodItemList{-webkit-overflow-scrolling:touch;flex-direction:row;justify-content:start;align-items:center;gap:2rem;width:100%;margin-bottom:1rem;padding:1rem 0;display:flex;overflow:auto hidden}.productsSection-module__cQr9RG__foodItemList.productsSection-module__cQr9RG__empty{flex-direction:column;justify-content:center;align-items:center;height:150px;display:flex}.productsSection-module__cQr9RG__foodItemList>*{flex:0 0 320px}@media (max-width:1024px){.productsSection-module__cQr9RG__foodItemList{gap:1.5rem}.productsSection-module__cQr9RG__foodItemList>*{flex:0 0 280px}}.productsSection-module__cQr9RG__foodItemList.productsSection-module__cQr9RG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;display:grid;overflow:visible}@media (max-width:1024px){.productsSection-module__cQr9RG__foodItemList.productsSection-module__cQr9RG__grid{flex-direction:row;justify-content:start;align-items:center;gap:2rem;width:100%;display:flex;overflow:auto hidden}}.productsSection-module__cQr9RG__itemDetailsContainer{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsContainer{flex-direction:column;gap:1rem;display:flex}}.productsSection-module__cQr9RG__itemDetailsDialogImage{object-fit:cover;border-radius:var(--border-radius-medium);width:100%;height:300px}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogImage{width:100%;height:150px}}.productsSection-module__cQr9RG__itemDetailsDialogInfo{flex-direction:column;justify-content:space-between;gap:1rem;height:100%;display:flex}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogInfo{gap:.5rem}}.productsSection-module__cQr9RG__itemDetailsDialogInfoTop{flex-direction:column;gap:1rem;width:100%;display:flex}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogInfoTop{gap:.5rem}}.productsSection-module__cQr9RG__buttonWrapper{flex-direction:column;width:100%;display:flex}@media (max-width:1024px){.productsSection-module__cQr9RG__buttonWrapper{padding-top:1rem}}.productsSection-module__cQr9RG__itemDetailsDialogTitle{font-size:var(--text-size-x-large);color:var(--text-color-primary);font-weight:700}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogTitle{font-size:var(--text-size-large)}}.productsSection-module__cQr9RG__itemDetailsDialogDescription{font-size:var(--text-size-large);color:var(--text-color-muted);font-weight:400}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogDescription{font-size:var(--text-size-medium)}}.productsSection-module__cQr9RG__itemDetailsDialogSalePrice{font-size:var(--text-size-xx-large);color:var(--primary-color);font-weight:700}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogSalePrice{font-size:var(--text-size-x-large)}}.productsSection-module__cQr9RG__itemDetailsDialogPrice{font-size:var(--text-size-x-large);color:var(--text-color-muted);font-weight:700;text-decoration:line-through}@media (max-width:1024px){.productsSection-module__cQr9RG__itemDetailsDialogPrice{font-size:var(--text-size-large)}}
.home-module__b6aKCq__main{background-color:var(--surface-color);height:100%;padding:0}@media (max-width:1024px){.home-module__b6aKCq__main{padding:4rem 0 0}}.home-module__b6aKCq__enter{animation:1s ease-out both home-module__b6aKCq__fadeIn}@keyframes home-module__b6aKCq__fadeIn{0%{opacity:0}to{opacity:1}}.home-module__b6aKCq__squiggle{width:100%;height:100px;fill:var(--hero-background-color);display:block}.home-module__b6aKCq__squiggleNoBg{width:100%;height:100px;fill:var(--surface-color);display:block}@media (max-width:1024px){.home-module__b6aKCq__squiggle,.home-module__b6aKCq__squiggleNoBg{height:40px;margin-top:-1px;margin-bottom:-1px}}.home-module__b6aKCq__menuItems{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;gap:1rem;display:grid}
.productsSummary-module__ImmHZq__main{flex-direction:column;gap:1rem;width:100%;display:flex}.productsSummary-module__ImmHZq__headingSection{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}@media (max-width:1024px){.productsSummary-module__ImmHZq__headingSection{margin-top:1rem}}.productsSummary-module__ImmHZq__headingSectionLeft{flex-direction:column;justify-content:flex-start;gap:.5rem;display:flex}.productsSummary-module__ImmHZq__headingSectionRight{flex-direction:column;display:flex}.productsSummary-module__ImmHZq__headingTitle{font-size:var(--text-size-x-large);font-weight:700}@media (max-width:1024px){.productsSummary-module__ImmHZq__headingTitle{font-size:var(--text-size-large)}}.productsSummary-module__ImmHZq__headingDescription{font-size:var(--text-size-large);color:var(--text-color-muted)}@media (max-width:1024px){.productsSummary-module__ImmHZq__headingDescription{font-size:var(--text-size-medium)}}.productsSummary-module__ImmHZq__summaryWrapper{flex-direction:row;justify-content:stretch;align-items:stretch;gap:1rem;width:100%;height:fit-content;margin-bottom:1rem;display:flex}@media (max-width:1024px){.productsSummary-module__ImmHZq__summaryWrapper{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}}.productsSummary-module__ImmHZq__summary{border-radius:var(--border-radius-small);border:var(--border-thickness-small)solid var(--primary-color);background-color:var(--surface-color);flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:1rem;display:flex}.productsSummary-module__ImmHZq__summaryDetails{flex-direction:column;gap:.5rem;width:100%;display:flex}.productsSummary-module__ImmHZq__summaryTitle{color:var(--text-color-muted);font-size:var(--text-size-medium);font-weight:500}.productsSummary-module__ImmHZq__summaryValue{font-weight:700;font-size:var(--text-size-x-large)}@media (max-width:1024px){.productsSummary-module__ImmHZq__menuDetailsRowValue{font-size:var(--text-size-medium)}}.productsSummary-module__ImmHZq__summarySubText{color:var(--text-color-muted);display:none}@media (max-width:1024px){.productsSummary-module__ImmHZq__summarySubText{display:none}}.productsSummary-module__ImmHZq__summaryIconWrapper{width:fit-content;height:fit-content;padding:.2rem}.productsSummary-module__ImmHZq__summaryIcon{width:1.6rem;height:1.6rem;color:var(--primary-color)}.productsSummary-module__ImmHZq__buttonRow{flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;display:flex}
.locationDialog-module__jwWyXa__main{flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.locationDialog-module__jwWyXa__text{white-space:nowrap;display:inline-block}.locationDialog-module__jwWyXa__locationInput{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);width:100%;height:50px;font-size:var(--text-size-medium);background-color:var(--surface-color);color:var(--text-color-muted);outline:none;flex:1;padding:1rem;font-weight:300;transition:border .1s}.locationDialog-module__jwWyXa__locationInput:focus{border-color:var(--primary-color);color:var(--text-color-primary)}.locationDialog-module__jwWyXa__locationList{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);background-color:var(--surface-color);width:100%;max-height:250px;margin-top:.4rem;padding:.5rem 0;list-style:none;overflow-y:auto}@media (max-width:1024px){.locationDialog-module__jwWyXa__locationList{max-height:200px;padding:.2rem 0}}.locationDialog-module__jwWyXa__locationListItem{cursor:pointer;padding:1rem}.locationDialog-module__jwWyXa__locationListItem:hover{background-color:var(--background-color)}
.hero-module__Y1vUOG__heroWrapper{justify-content:center;width:100%;display:flex}.hero-module__Y1vUOG__heroBg{background-color:var(--hero-background-color);z-index:0;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-module__Y1vUOG__heroBg:before{content:"";opacity:.1;z-index:-1;background-image:url(/images/foodPattern.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__Y1vUOG__hero{background-color:#0000;flex-direction:row;justify-content:space-evenly;align-items:flex-end;width:100%;max-width:1150px;height:350px;margin:1rem 0 4rem;padding:0 8rem;display:flex}@media (max-width:1024px){.hero-module__Y1vUOG__hero{flex-direction:column;align-items:center;height:fit-content;margin:1rem 0;padding:0}.hero-module__Y1vUOG__heroLeft{order:2;gap:2rem}.hero-module__Y1vUOG__heroRight{order:1}}.hero-module__Y1vUOG__heroLeft{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;height:fit-content;display:flex}@media (max-width:1024px){.hero-module__Y1vUOG__heroLeft{gap:.5rem}}.hero-module__Y1vUOG__heroTitleWrapper{flex-direction:column;justify-content:center;align-items:flex-start;gap:.2rem;width:100%;height:100%;display:flex}@media (max-width:1024px){.hero-module__Y1vUOG__heroTitleWrapper{flex-direction:row;gap:.5rem;height:fit-content}}.hero-module__Y1vUOG__heroTitle{color:var(--primary-color);font-size:4rem;font-weight:700}@media (max-width:1024px){.hero-module__Y1vUOG__heroTitle{font-size:2.25rem}}.hero-module__Y1vUOG__heroTitleAlt{color:var(--text-color-primary)}.hero-module__Y1vUOG__heroSubtextWrapper{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex}@media (max-width:1024px){.hero-module__Y1vUOG__heroSubtextWrapper{align-items:center}}.hero-module__Y1vUOG__heroSubtext{color:var(--text-color-primary);text-align:flex-start;font-size:1.3rem;font-weight:500}@media (max-width:1024px){.hero-module__Y1vUOG__heroSubtext{text-align:center;padding:.5rem 1rem;font-size:1rem}}.hero-module__Y1vUOG__buttonWrapper{color:var(--hero-background-color);flex-direction:column;justify-content:center;align-items:center;margin-top:.5rem;display:flex}@media (max-width:1024px){.hero-module__Y1vUOG__buttonWrapper{width:100%}}.hero-module__Y1vUOG__buttonWrapper button{animation:2s infinite hero-module__Y1vUOG__pulse}@keyframes hero-module__Y1vUOG__pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.hero-module__Y1vUOG__heroRight{flex-direction:column;justify-content:center;align-items:center;height:fit-content;display:flex}.hero-module__Y1vUOG__heroAnimation{width:400px;height:310px;filter:var(--shadow);flex-direction:column;justify-content:center;align-items:center;margin-left:5rem;display:flex}@media (min-width:481px) and (max-width:1024px){.hero-module__Y1vUOG__heroAnimation{width:300px;height:250px;margin-left:0}}@media (max-width:480px){.hero-module__Y1vUOG__heroAnimation{width:170px;height:170px;margin-left:0}}.hero-module__Y1vUOG__squiggle{width:100%;height:100px;fill:var(--hero-background-color);display:block}.hero-module__Y1vUOG__squiggleNoBg{width:100%;height:100px;fill:var(--surface-color);display:block}@media (max-width:1024px){.hero-module__Y1vUOG__squiggle,.hero-module__Y1vUOG__squiggleNoBg{height:40px;margin-top:-1px;margin-bottom:-1px}}
.merchantCategories-module__Lyy-nG__main{flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:1rem;width:100%;display:flex}@media (max-width:1024px){.merchantCategories-module__Lyy-nG__main{justify-content:space-between}}
.checkoutTopBar-module__BEzHWq__main{background-color:var(--background-color);z-index:1000;border-bottom:var(--border-thickness-small)solid var(--border-color);background-color:var(--surface-color);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:.5rem 4rem 1rem;display:flex;position:fixed}@media (max-width:1024px){.checkoutTopBar-module__BEzHWq__main{flex-direction:column;justify-content:center;align-items:center;padding:.5rem 3rem 1.5rem;display:flex}}.checkoutTopBar-module__BEzHWq__title{font-size:var(--text-size-medium);color:var(--text-color-muted);flex-direction:column;justify-content:center;align-items:flex-start;padding:.5rem 0;display:flex}@media (max-width:1024px){.checkoutTopBar-module__BEzHWq__title{font-size:var(--text-size-small);align-items:center}}.checkoutTopBar-module__BEzHWq__activity{flex-direction:row;justify-content:center;align-items:center;width:100%;height:50px;display:flex}
.blinking-circles-module__Vv-qJW__container{justify-content:center;align-items:center;gap:1rem;width:100%;height:100vh;display:flex}.blinking-circles-module__Vv-qJW__circle{background-color:var(--primary-color);opacity:.3;border-radius:50%;width:1.1rem;height:1.1rem;animation:1.5s ease-in-out infinite blinking-circles-module__Vv-qJW__blinkPulse}.blinking-circles-module__Vv-qJW__circle:first-child{animation-delay:0s}.blinking-circles-module__Vv-qJW__circle:nth-child(2){animation-delay:.3s}.blinking-circles-module__Vv-qJW__circle:nth-child(3){animation-delay:.6s}@keyframes blinking-circles-module__Vv-qJW__blinkPulse{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}
.riderAndCity-module__X5sLHG__riderAndCityContainer{flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:fit-content;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.riderAndCity-module__X5sLHG__riderAndCityContainer{flex-direction:column;padding:0}}.riderAndCity-module__X5sLHG__riderAndCityTitleWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:1024px){.riderAndCity-module__X5sLHG__riderAndCityTitleWrapper{align-items:center;width:100%;padding-top:2rem}}.riderAndCity-module__X5sLHG__riderAndCityTitle{color:var(--primary-color);text-align:center;font-size:4rem;font-weight:700}@media (min-width:481px) and (max-width:1024px){.riderAndCity-module__X5sLHG__riderAndCityTitle{font-size:2.2rem}}@media (max-width:480px){.riderAndCity-module__X5sLHG__riderAndCityTitle{font-size:1.6rem}}.riderAndCity-module__X5sLHG__riderAnimation{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:400px;padding:1rem;display:flex;position:absolute}@media (max-width:768px){.riderAndCity-module__X5sLHG__riderAnimation{width:250px}}.riderAndCity-module__X5sLHG__cityMovingAnimation{z-index:0;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}.riderAndCity-module__X5sLHG__squiggle{width:100%;height:100px;fill:var(--hero-background-color);display:block}.riderAndCity-module__X5sLHG__squiggleNoBg{width:100%;height:100px;fill:var(--surface-color);display:block}@media (max-width:1024px){.riderAndCity-module__X5sLHG__squiggle,.riderAndCity-module__X5sLHG__squiggleNoBg{height:40px;margin-top:-1px;margin-bottom:-1px}}
.progress-tracker-module__vipf2a__trackerContainer{align-items:center;width:100%;height:fit-content;padding:1rem 0;position:relative}.progress-tracker-module__vipf2a__progressLine{background:var(--background-color);z-index:0;justify-content:center;align-items:center;width:100%;height:.5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.progress-tracker-module__vipf2a__filledLine{background:var(--primary-color);z-index:0;height:.05rem;transition:width .4s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.progress-tracker-module__vipf2a__dotWrapper{z-index:1;flex-direction:column;align-items:center;display:flex;position:absolute}.progress-tracker-module__vipf2a__dot{background:var(--border-color);border:2px solid var(--surface-color);width:10px;height:10px;box-shadow:0 0 0 2px var(--border-color);border-radius:50%;transition:background .3s;position:absolute;top:0;left:0;transform:translateY(-50%)}.progress-tracker-module__vipf2a__active{background:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color);animation:none}.progress-tracker-module__vipf2a__dotWrapper:has(.progress-tracker-module__vipf2a__dot.progress-tracker-module__vipf2a__active):not(:has(~.progress-tracker-module__vipf2a__dotWrapper .progress-tracker-module__vipf2a__dot.progress-tracker-module__vipf2a__active)) .progress-tracker-module__vipf2a__dot{animation:1.5s infinite progress-tracker-module__vipf2a__pulse}@keyframes progress-tracker-module__vipf2a__pulse{0%{box-shadow:0 0 0 2px var(--primary-color)}50%{box-shadow:0 0 0 8px #007bff00}to{box-shadow:0 0 0 2px var(--primary-color)}}.progress-tracker-module__vipf2a__label{font-size:var(--text-size-small);color:var(--text-color-muted);text-align:start;white-space:nowrap;margin-top:1rem;position:absolute;left:0;transform:translate(-50%)}.progress-tracker-module__vipf2a__firstDot .progress-tracker-module__vipf2a__label{right:0}
.saved-restaurants-module__q0x0zW__main{flex-direction:column;padding:2rem 1rem 1rem;display:flex}.saved-restaurants-module__q0x0zW__mainTitle{font-size:var(--text-size-x-large);font-weight:700}@media (max-width:1024px){.saved-restaurants-module__q0x0zW__mainTitle{font-size:var(--text-size-large)}}.saved-restaurants-module__q0x0zW__mainDescription{font-size:var(--text-size-medium);color:var(--text-color-muted);padding-top:.5rem;font-weight:300}@media (max-width:1024px){.saved-restaurants-module__q0x0zW__mainDescription{font-size:var(--text-size-small)}}.saved-restaurants-module__q0x0zW__cardContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:fit-content;padding-top:2rem;display:flex}.saved-restaurants-module__q0x0zW__card{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);background-color:var(--surface-color);flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%;height:fit-content;padding:1rem;transition:filter .2s;display:flex}.saved-restaurants-module__q0x0zW__card:hover{filter:var(--shadow-soft)}.saved-restaurants-module__q0x0zW__card:hover .saved-restaurants-module__q0x0zW__cardRightIcon{transform:scale(1.2)}.saved-restaurants-module__q0x0zW__cardTop{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.saved-restaurants-module__q0x0zW__cardIcon{object-fit:contain;border-radius:100%;width:50px;height:50px}.saved-restaurants-module__q0x0zW__cardTitle{font-size:var(--text-size-medium)}
.topRestaurants-module__SzayQa__topRestaurantsWrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.topRestaurants-module__SzayQa__topRestaurantsWrapper{width:100%;padding:0;overflow:hidden}}.topRestaurants-module__SzayQa__topRestaurantsBg{background-color:var(--hero-background-color);z-index:0;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.topRestaurants-module__SzayQa__topRestaurantsBg:before{content:"";opacity:.1;z-index:-1;background-image:url(/images/abstractShape.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.topRestaurants-module__SzayQa__topRestaurantsHeading{text-align:center;width:100%;color:var(--secondary-color);padding:2rem 0;font-size:3rem;font-weight:700}@media (max-width:1024px){.topRestaurants-module__SzayQa__topRestaurantsHeading{text-align:center;padding-bottom:0;font-size:2rem}}.topRestaurants-module__SzayQa__topRestaurants{background-color:#0000;grid-template-columns:repeat(4,1fr);justify-content:center;place-items:center;gap:3rem 1rem;width:100%;padding:2rem 8rem 3rem;display:grid}@media (max-width:1024px){.topRestaurants-module__SzayQa__topRestaurants{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-direction:row;justify-content:flex-start;gap:2rem;width:100%;padding:4rem 2rem;display:flex;overflow:auto hidden}.topRestaurants-module__SzayQa__topRestaurants::-webkit-scrollbar{display:none}}.topRestaurants-module__SzayQa__morphCard{background:var(--surface-color);width:140px;height:140px;box-shadow:var(--box-shadow-soft);background:linear-gradient(135deg,#ff9800,#ff5722);border-radius:60% 40% 55% 45%/55% 60% 40% 45%;padding:.5rem;transition:border-radius .8s,transform .3s;overflow:hidden}@media (max-width:1024px){.topRestaurants-module__SzayQa__morphCard{flex:none;width:120px;height:120px}}.topRestaurants-module__SzayQa__morphCard img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.topRestaurants-module__SzayQa__morphCard:hover{border-radius:50% 60% 45% 55%/60% 45% 55% 40%;transform:scale(1.1)}@keyframes topRestaurants-module__SzayQa__morph{0%{border-radius:60% 40% 55% 45%/55% 60% 40% 45%}50%{border-radius:50% 60% 45% 55%/60% 45% 55% 40%}to{border-radius:60% 40% 55% 45%/55% 60% 40% 45%}}.topRestaurants-module__SzayQa__squiggle{width:100%;height:100px;fill:var(--hero-background-color);display:block}.topRestaurants-module__SzayQa__squiggleNoBg{width:100%;height:100px;fill:var(--surface-color);display:block}@media (max-width:1024px){.topRestaurants-module__SzayQa__squiggle,.topRestaurants-module__SzayQa__squiggleNoBg{height:40px;margin-top:-1px;margin-bottom:-1px}}
.footer-module__Ey2XQW__main{background-color:var(--background-color);z-index:1;width:clamp(0px,100%,1920px);margin:0 auto;display:flex;position:relative}.footer-module__Ey2XQW__mainBackground{background-color:var(--hero-background-color);z-index:0;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.footer-module__Ey2XQW__mainBackground:before{content:"";opacity:.05;z-index:-1;background-image:url(/images/foodPattern.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.footer-module__Ey2XQW__footerContentList{flex-direction:row;justify-content:space-around;align-items:stretch;width:100%;height:fit-content;padding:8rem 0 5rem;display:flex}@media (max-width:1024px){.footer-module__Ey2XQW__footerContentList{flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 0 3.5rem}}.footer-module__Ey2XQW__textLogo{color:var(--primary-color);text-align:center;background-color:#0000;flex-direction:column;align-items:center;font-size:2.8rem;font-weight:700;display:flex}.footer-module__Ey2XQW__textLogoWrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}@media (max-width:1024px){.footer-module__Ey2XQW__textLogoWrapper{width:100%;padding:1rem 2rem}}.footer-module__Ey2XQW__contentWrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}@media (max-width:1024px){.footer-module__Ey2XQW__contentWrapper{width:100%;padding:0 2rem}}.footer-module__Ey2XQW__contentHeading{padding-bottom:1rem;font-size:1rem;font-weight:700}.footer-module__Ey2XQW__content{flex-direction:column;gap:1rem;display:flex}.footer-module__Ey2XQW__contentItem{color:var(--text-color-muted);cursor:pointer;font-size:1.1rem;font-weight:400;text-decoration:none}.footer-module__Ey2XQW__contentItem:hover{text-decoration:underline}.footer-module__Ey2XQW__footerBottom{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 8rem 6rem;display:flex}@media (max-width:1024px){.footer-module__Ey2XQW__footerBottom{flex-direction:column;gap:2rem;padding:0 2rem 4rem}}.footer-module__Ey2XQW__copyrightText{color:var(--text-color-muted)}.footer-module__Ey2XQW__socialIconList{flex-direction:row;justify-content:center;align-items:center;gap:2rem;display:flex}.footer-module__Ey2XQW__socialIcon{width:1.5rem;height:1.5rem}.footer-module__Ey2XQW__socialIcon:hover{cursor:pointer}.footer-module__Ey2XQW__squiggleNoBg{width:100%;height:100px;fill:var(--surface-color);display:block}@media (max-width:1024px){.footer-module__Ey2XQW__squiggleNoBg{height:40px;margin-top:-1px;margin-bottom:-1px}}
.address-book-module__t7GkcG__main{flex-direction:column;padding:2rem 1rem 1rem;display:flex}.address-book-module__t7GkcG__mainTitle{font-size:var(--text-size-x-large);font-weight:700}@media (max-width:1024px){.address-book-module__t7GkcG__mainTitle{font-size:var(--text-size-large)}}.address-book-module__t7GkcG__mainDescription{font-size:var(--text-size-medium);color:var(--text-color-muted);padding-top:.5rem;font-weight:300}@media (max-width:1024px){.address-book-module__t7GkcG__mainDescription{font-size:var(--text-size-small)}}.address-book-module__t7GkcG__addNewWrapper{flex-direction:column;justify-content:center;align-items:flex-end;width:100%;height:fit-content;padding-top:1rem;display:flex}.address-book-module__t7GkcG__cardContainer{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-content:center;align-items:start;gap:1rem;width:100%;height:fit-content;padding-top:2rem;display:grid}@media (max-width:1024px){.address-book-module__t7GkcG__cardContainer{flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding-top:1rem}}.address-book-module__t7GkcG__card{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);background-color:var(--surface-color);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;min-width:350px;max-width:500px;height:fit-content;transition:filter .2s;display:flex}.address-book-module__t7GkcG__cardDefault{border:var(--border-thickness-small)solid var(--primary-color)}@media (max-width:1024px){.address-book-module__t7GkcG__card{min-width:250px}}.address-book-module__t7GkcG__card:hover{filter:var(--shadow-soft)}.address-book-module__t7GkcG__card:hover .address-book-module__t7GkcG__cardRightIcon{transform:scale(1.2)}.address-book-module__t7GkcG__cardContent{background-color:var(--background-color);border-radius:var(--border-radius-small)var(--border-radius-small)0rem 0rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.address-book-module__t7GkcG__contentItem{flex-direction:row;gap:1rem;width:100%;display:flex}.address-book-module__t7GkcG__contentItemIcon{color:var(--primary-color);width:10px;height:10px}.address-book-module__t7GkcG__contentItemText{color:var(--text-color-muted);font-size:var(--text-size-medium)}@media (max-width:1024px){.address-book-module__t7GkcG__contentItemText{font-size:var(--text-size-small)}}.address-book-module__t7GkcG__cardBottom{border-top:var(--border-thickness-small)solid var(--border-color-strong);flex-direction:row;justify-content:space-between;width:100%;height:fit-content;padding:1rem;display:flex}.address-book-module__t7GkcG__setAsDefaultText{font-size:var(--text-size-medium);color:var(--primary-color);cursor:pointer;font-weight:500}.address-book-module__t7GkcG__disabled{color:var(--text-color-muted);cursor:not-allowed}.address-book-module__t7GkcG__cardBottomRight{flex-direction:row;gap:2rem;width:fit-content;display:flex}.address-book-module__t7GkcG__bottomRightItem{width:fit-content;color:var(--primary-color);cursor:pointer;flex-direction:row;gap:.3rem;font-weight:500;display:flex}@media (max-width:1024px){.address-book-module__t7GkcG__bottomRightItemIcon{font-size:var(--text-size-large)}.address-book-module__t7GkcG__bottomRightItemText{display:none}}
.servicesList-module__A1TkAq__servicesListWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:4rem 2rem 2rem;display:flex}@media (max-width:1024px){.servicesList-module__A1TkAq__servicesListWrapper{padding:2rem}}.servicesList-module__A1TkAq__servicesTop{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 0 3rem;display:flex}.servicesList-module__A1TkAq__servicesTopTitle{text-align:center;color:var(--primary-color);font-size:3.2rem;font-weight:600}@media (max-width:768px){.servicesList-module__A1TkAq__servicesTopTitle{font-size:2.2rem}}.servicesList-module__A1TkAq__servicesTopDescription{text-align:center;padding:1.5rem 0;font-size:1.4rem;font-weight:300;line-height:1.8rem}@media (max-width:1024px){.servicesList-module__A1TkAq__servicesTopDescription{padding:.5rem;font-size:1.2rem}}.servicesList-module__A1TkAq__servicesList{-webkit-user-select:none;user-select:none;grid-template-columns:repeat(3,1fr);justify-content:center;gap:2rem;width:100%;padding:0 5rem;display:grid}.servicesList-module__A1TkAq__servicesList::-webkit-scrollbar{display:none}.servicesList-module__A1TkAq__servicesList{scrollbar-width:none}@media (max-width:1024px){.servicesList-module__A1TkAq__servicesList{scroll-snap-type:x mandatory;-webkit-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;justify-content:flex-start;gap:1rem;width:100%;padding:0;display:flex;overflow:auto hidden}}.servicesList-module__A1TkAq__dotWrapper{justify-content:center;gap:.4rem;margin-top:1rem;display:none}@media (max-width:1024px){.servicesList-module__A1TkAq__dotWrapper{display:flex}}.servicesList-module__A1TkAq__dot{background-color:var(--border-color-strong);opacity:.4;border-radius:50%;width:8px;height:8px;transition:opacity .3s,transform .3s}.servicesList-module__A1TkAq__activeDot{opacity:1;background-color:var(--primary-color);transform:scale(1.2)}.servicesList-module__A1TkAq__services{scroll-snap-align:center;border-radius:var(--border-radius-x-large);background-color:var(--surface-color);flex-direction:column;flex:none;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 0;display:flex}@media (max-width:1024px){.servicesList-module__A1TkAq__services{width:100%;padding:2rem 0}}.servicesList-module__A1TkAq__servicesAnimation{z-index:1;border-radius:100%;flex-direction:column;justify-content:center;align-items:center;width:160px;height:160px;display:flex}.servicesList-module__A1TkAq__servicesTextWrapper{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:250px;display:flex}@media (max-width:1024px){.servicesList-module__A1TkAq__servicesTextWrapper{width:100%;padding:0 2rem}}.servicesList-module__A1TkAq__servicesTitle{font-size:1.8rem;font-weight:700}@media (max-width:768px){.servicesList-module__A1TkAq__servicesTitle{font-size:1.5rem}}.servicesList-module__A1TkAq__servicesDescription{color:var(--text-color-muted);text-align:center;font-weight:400;line-height:1.5}@media (max-width:768px){.servicesList-module__A1TkAq__servicesDescription{font-size:.8rem}}
.lineAnimationWithFade-module__YufdVG__wrapper{width:100%}.lineAnimationWithFade-module__YufdVG__lineLoader{background-color:var(--background-color);border-radius:2px;width:100%;height:5px;position:relative;overflow:hidden}@media (max-width:1024px){.lineAnimationWithFade-module__YufdVG__lineLoader{height:4px}}.lineAnimationWithFade-module__YufdVG__line{background:linear-gradient(90deg,#0000,var(--primary-color),var(--primary-color),#0000);border-radius:2px;width:40%;height:100%;animation:1.6s linear infinite lineAnimationWithFade-module__YufdVG__flow;position:absolute;top:0}.lineAnimationWithFade-module__YufdVG__line:nth-child(2){animation-delay:1.1s}@keyframes lineAnimationWithFade-module__YufdVG__flow{0%{opacity:0;transform:translate(-100%)}12%{opacity:1}85%{opacity:1}90%{opacity:1;transform:translate(190%)}95%{opacity:.6;transform:translate(200%)}to{opacity:0;transform:translate(210%)}}@media (max-width:1024px){.lineAnimationWithFade-module__YufdVG__line{border-radius:0;animation:.5s linear infinite lineAnimationWithFade-module__YufdVG__flow}.lineAnimationWithFade-module__YufdVG__line:nth-child(2){display:none}}

.growWithUs-module__-B9NVG__growWithUsWrapper{flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex}@media (max-width:1024px){.growWithUs-module__-B9NVG__growWithUsWrapper{gap:1rem;width:100%;padding:0 1rem}}.growWithUs-module__-B9NVG__growWithUsHeading{text-align:center;width:100%;color:var(--primary-color);font-size:3rem;font-weight:700}@media (max-width:768px){.growWithUs-module__-B9NVG__growWithUsHeading{text-align:center;padding-bottom:2rem;font-size:2rem}}.growWithUs-module__-B9NVG__growWithUsList{flex-direction:row;justify-content:center;align-items:stretch;gap:2rem;width:100%;padding:0 2rem;display:flex}@media (max-width:1024px){.growWithUs-module__-B9NVG__growWithUsList{flex-direction:column;padding:0}}.growWithUs-module__-B9NVG__growWithUsCard{border:var(--border-thickness-small)solid var(--primary-color);border-radius:var(--border-radius-medium);flex-direction:column;justify-content:space-between;align-items:center;width:400px;padding:1rem;display:flex}@media (max-width:1024px){.growWithUs-module__-B9NVG__growWithUsCard{width:100%}}.growWithUs-module__-B9NVG__growWithUsCardTop{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:.5rem 0;display:flex}.growWithUs-module__-B9NVG__growWithUsCardTopHeading{color:var(--text-color-primary);font-size:1.8rem;font-weight:700}.growWithUs-module__-B9NVG__growWithUsTopIcon{width:2rem;height:2rem;fill:var(--primary-color)}.growWithUs-module__-B9NVG__growWithUsCardContent{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding-bottom:2rem;display:flex}@media (max-width:1024px){.growWithUs-module__-B9NVG__growWithUsCardContent{gap:0;padding-bottom:0}}.growWithUs-module__-B9NVG__growWithUsCardDescription{text-align:start;width:100%;padding:.5rem 0 1rem;font-size:1rem;font-weight:400}.growWithUs-module__-B9NVG__growWithUsAnimationWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;height:160px;padding:5rem 3rem;display:flex}@media (max-width:1024px){.growWithUs-module__-B9NVG__growWithUsAnimationWrapper{width:280px;height:280px}}.growWithUs-module__-B9NVG__growWithUsCardFooter{width:100%;padding-top:2rem;display:flex}
.cookieBanner-module__7pkSfa__main{background:var(--surface-color);border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-medium);max-width:1920px;box-shadow:var(--box-shadow);z-index:9999;margin:0 auto;padding:1rem;animation:.4s ease-out cookieBanner-module__7pkSfa__slideUpFade;position:fixed;bottom:2rem;left:2rem;right:2rem}@media (max-width:1024px){.cookieBanner-module__7pkSfa__main{bottom:1rem;left:1rem;right:1rem}}@keyframes cookieBanner-module__7pkSfa__slideUpFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cookieBanner-module__7pkSfa__text{font-size:var(--text-size-large);margin-bottom:1rem;font-weight:300;line-height:1.5}@media (max-width:1024px){.cookieBanner-module__7pkSfa__text{font-size:var(--text-size-small)}}.cookieBanner-module__7pkSfa__actions{justify-content:flex-end;gap:1rem;display:flex}
.address-tile-module__0HcnIa__card{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);background-color:var(--surface-color);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;min-width:250px;max-width:600px;height:fit-content;transition:filter .2s;display:flex}.address-tile-module__0HcnIa__cardDefault{border:var(--border-thickness-small)solid var(--primary-color)}@media (max-width:1024px){.address-tile-module__0HcnIa__card{min-width:250px}}.address-tile-module__0HcnIa__card:hover{filter:var(--shadow-soft)}.address-tile-module__0HcnIa__card:hover .address-tile-module__0HcnIa__cardRightIcon{transform:scale(1.2)}.address-tile-module__0HcnIa__cardContent{background-color:var(--background-color);border-radius:var(--border-radius-small)var(--border-radius-small)0rem 0rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.address-tile-module__0HcnIa__contentItem{flex-direction:row;gap:1rem;width:100%;display:flex}.address-tile-module__0HcnIa__contentItemIcon{color:var(--primary-color);width:10px;height:10px}.address-tile-module__0HcnIa__contentItemText{color:var(--text-color-muted);font-size:var(--text-size-medium)}@media (max-width:1024px){.address-tile-module__0HcnIa__contentItemText{font-size:var(--text-size-small)}}.address-tile-module__0HcnIa__cardBottom{border-top:var(--border-thickness-small)solid var(--border-color-strong);flex-direction:row;justify-content:space-between;width:100%;height:fit-content;padding:1rem;display:flex}.address-tile-module__0HcnIa__setAsDefaultText{font-size:var(--text-size-medium);color:var(--primary-color);cursor:pointer;font-weight:500}.address-tile-module__0HcnIa__disabled{color:var(--text-color-muted);cursor:not-allowed}.address-tile-module__0HcnIa__cardBottomRight{flex-direction:row;gap:2rem;width:fit-content;display:flex}.address-tile-module__0HcnIa__bottomRightItem{width:fit-content;color:var(--primary-color);cursor:pointer;flex-direction:row;gap:.3rem;font-weight:500;display:flex}@media (max-width:1024px){.address-tile-module__0HcnIa__bottomRightItemIcon{font-size:var(--text-size-large)}.address-tile-module__0HcnIa__bottomRightItemText{display:none}}
.faq-module__tw6N5q__faqWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;margin:1px auto;display:flex}@media (max-width:1024px){.faq-module__tw6N5q__faqWrapper{width:100%;padding:0 1rem}}.faq-module__tw6N5q__faqTop{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.faq-module__tw6N5q__faqTopHeading{color:var(--primary-color);font-size:3rem;font-weight:700}@media (max-width:1024px){.faq-module__tw6N5q__faqTopHeading{font-size:1.6rem}}.faq-module__tw6N5q__faqTopDescription{color:var(--text-color-muted);text-align:center;font-size:1.2rem;font-weight:300}@media (max-width:1024px){.faq-module__tw6N5q__faqTopDescription{font-size:1rem}}.faq-module__tw6N5q__faqList{border:var(--border-thickness-small)solid var(--border-color);border-radius:var(--border-radius-medium);flex-direction:column;justify-content:start;align-items:center;width:100%;height:auto;max-height:400px;padding:1rem 2rem;display:flex;overflow:hidden auto}@media (max-width:1024px){.faq-module__tw6N5q__faqList{padding:0 .5rem}}.faq-module__tw6N5q__faqItem{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);background-color:var(--surface-color);width:100%;margin:1rem 0;padding:0 1rem}@media (max-width:1024px){.faq-module__tw6N5q__faqItem{margin:.5rem 0}}.faq-module__tw6N5q__question{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;display:flex}.faq-module__tw6N5q__questionTextAndIconWrapper{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}.faq-module__tw6N5q__questionIcon{width:1.2rem;height:1.2rem}.faq-module__tw6N5q__questionIconFilled{fill:var(--primary-color)}.faq-module__tw6N5q__questionText{text-align:left;color:var(--text-color-primary);font-size:1.2rem;font-weight:700}@media (max-width:1024px){.faq-module__tw6N5q__questionText{font-size:1rem}}.faq-module__tw6N5q__chevron{color:var(--primary-color);transform-origin:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.faq-module__tw6N5q__answer{overflow:hidden}.faq-module__tw6N5q__answer p{color:var(--text-color-muted);padding-bottom:2rem;line-height:1.6}.faq-module__tw6N5q__filterList{background:0 0;flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;margin:2rem 0;list-style:none;display:flex;position:relative}@media (max-width:1024px){.faq-module__tw6N5q__filterList{justify-content:space-evenly;gap:0}}.faq-module__tw6N5q__filterListItem{white-space:nowrap;text-overflow:ellipsis;height:fit-content;color:var(--text-color-muted);font-size:var(--text-size-small);border-radius:var(--border-radius-large);border:var(--border-thickness-small)solid var(--border-color-strong);cursor:pointer;z-index:1;background:0 0;flex-direction:column;justify-content:center;align-items:center;padding:.7rem 2rem;transition:all .3s;display:flex;overflow:hidden}@media (max-width:1024px){.faq-module__tw6N5q__filterListItem{color:var(--text-color-muted);padding:.5rem 1rem;font-size:.875rem;font-weight:400}}.faq-module__tw6N5q__filterListItemActive{white-space:nowrap;text-overflow:ellipsis;height:fit-content;font-size:var(--text-size-small);color:var(--background-color);cursor:pointer;z-index:1;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:.7rem 2rem;display:flex;overflow:hidden}@media (max-width:1024px){.faq-module__tw6N5q__filterListItemActive{padding:.5rem 1rem;font-size:.875rem}}.faq-module__tw6N5q__optionHighlight{background-color:var(--primary-color);border-radius:var(--border-radius-large);z-index:0;box-shadow:var(--box-shadow-soft);transition:all .2s ease-out;position:absolute;top:0;bottom:0}
.customizeCookieModal-module__ssR4qa__overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.customizeCookieModal-module__ssR4qa__modal{background:var(--surface-color);border-radius:var(--border-radius-small);width:100%;max-width:800px;padding:1.1rem;animation:.2s ease-out customizeCookieModal-module__ssR4qa__fadeIn}@media (max-width:1024px){.customizeCookieModal-module__ssR4qa__modal{margin:0 1rem}}@keyframes customizeCookieModal-module__ssR4qa__fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.customizeCookieModal-module__ssR4qa__option{gap:10px;margin:1rem 0;display:flex}.customizeCookieModal-module__ssR4qa__option input[type=checkbox]{cursor:pointer;width:18px;height:18px}.customizeCookieModal-module__ssR4qa__option input[type=checkbox]:disabled{cursor:not-allowed}.customizeCookieModal-module__ssR4qa__actions{justify-content:flex-end;gap:8px;margin-top:1rem;display:flex}
.orders-module__XQDOoW__main{flex-direction:column;gap:1rem;padding:2rem 1rem 1rem;display:flex}.orders-module__XQDOoW__mainContent{flex-direction:column;gap:1rem;display:flex}.orders-module__XQDOoW__mainTitle{font-size:var(--text-size-x-large);font-weight:700}@media (max-width:1024px){.orders-module__XQDOoW__mainTitle{font-size:var(--text-size-large)}}.orders-module__XQDOoW__mainDescription{font-size:var(--text-size-medium);color:var(--text-color-muted);padding-top:.5rem;font-weight:300}@media (max-width:1024px){.orders-module__XQDOoW__mainDescription{font-size:var(--text-size-small)}}.orders-module__XQDOoW__sortButtons{flex-direction:row;gap:1rem;display:flex}@media (max-width:1024px){.orders-module__XQDOoW__sortButtons{gap:.5rem}}.orders-module__XQDOoW__orderContainer{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;gap:1rem;width:100%;height:fit-content;padding-top:1rem;display:grid}.orders-module__XQDOoW__card{border:var(--border-thickness-medium)solid var(--border-color);border-radius:var(--border-radius-small);background-color:var(--surface-color);flex-direction:row;justify-content:center;align-items:center;min-width:280px;max-width:600px;height:fit-content;padding:.5rem;transition:filter .2s;display:flex}.orders-module__XQDOoW__cardLeft{border-radius:var(--border-radius-extra-small)0rem 0rem var(--border-radius-extra-small);flex-direction:column;justify-content:center;align-items:center;width:150px;display:flex}@media (max-width:1024px){.orders-module__XQDOoW__cardLeft{width:100px}}.orders-module__XQDOoW__cardImage{object-fit:contain;height:80px}.orders-module__XQDOoW__cardItem{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.orders-module__XQDOoW__cardRight{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:fit-content;padding:.5rem;display:flex}.orders-module__XQDOoW__cardTitle{font-size:var(--text-size-small);font-weight:600}@media (max-width:1024px){.orders-module__XQDOoW__cardTitle{font-weight:500}}.orders-module__XQDOoW__cardValue{font-size:var(--text-size-small);color:var(--text-color-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-weight:400;overflow:hidden}@media (max-width:1024px){.orders-module__XQDOoW__cardValue{max-width:100px}}.orders-module__XQDOoW__orderDetailsContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.orders-module__XQDOoW__deliveryAndPaymentRow{flex-direction:row;justify-content:space-between;align-items:stretch;gap:1rem;width:100%;display:flex}@media (max-width:1024px){.orders-module__XQDOoW__deliveryAndPaymentRow{flex-direction:column}}.orders-module__XQDOoW__order{border:var(--border-thickness-small)solid var(--border-color-strong);border-radius:var(--border-radius-small);flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.orders-module__XQDOoW__orderTop{background-color:var(--surface-color);border-radius:var(--border-radius-small)var(--border-radius-small)0rem 0rem;border-bottom:var(--border-thickness-medium)solid var(--border-color);flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.orders-module__XQDOoW__orderTopLeft{font-size:var(--text-size-medium);width:100%;height:100%;padding:1rem;font-weight:600}.orders-module__XQDOoW__orderTopRight{font-size:var(--text-size-medium);width:fit-content;font-weight:600}.orders-module__XQDOoW__orderContent{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.orders-module__XQDOoW__orderContentRow{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.orders-module__XQDOoW__contentTitle{font-size:var(--text-size-medium);white-space:nowrap;text-overflow:ellipsis;width:fit-content;font-weight:600;display:block}.orders-module__XQDOoW__contentValue{font-size:var(--text-size-medium);text-align:end;font-weight:400}.orders-module__XQDOoW__orderDetailsItemsList{border-radius:var(--border-radius-extra-small);border:var(--border-thickness-medium)solid var(--border-color);flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%;padding:1rem;display:flex}.orders-module__XQDOoW__orderListTitle{flex-direction:column;justify-content:flex-start;width:100%;padding-bottom:.1rem;font-weight:600;display:flex}.orders-module__XQDOoW__orderDetailsItem{color:var(--text-color-muted);font-size:var(--text-size-small)}.orders-module__XQDOoW__orderListTotalTitle{color:var(--text-color-primary)}.orders-module__XQDOoW__orderListTotalValue{color:var(--primary-color)}
.whoWeAre-module__Ia2hAG__main{flex-direction:column;justify-content:center;align-items:center;padding:2rem 4rem;display:flex}@media (max-width:1024px){.whoWeAre-module__Ia2hAG__main{width:100%;padding:2rem 1rem}}.whoWeAre-module__Ia2hAG__mainBackground{width:100%;filter:var(--shadow-small);background-color:var(--hero-background-color);border-radius:var(--border-radius-large);border:var(--border-thickness-small)solid var(--border-color);z-index:0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.whoWeAre-module__Ia2hAG__mainBackground:before{content:"";opacity:.05;z-index:-1;border-radius:var(--border-radius-large);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.whoWeAre-module__Ia2hAG__content{flex-direction:column;gap:1.8rem;width:100%;padding:2rem;display:flex}@media (max-width:1024px){.whoWeAre-module__Ia2hAG__content{padding:2rem 1rem}}.whoWeAre-module__Ia2hAG__contentHeading{color:var(--primary-color);text-align:center;width:100%;font-size:2.5rem;font-weight:700}@media (max-width:1024px){.whoWeAre-module__Ia2hAG__contentHeading{font-size:1.5rem}}.whoWeAre-module__Ia2hAG__contentDescription{text-align:justify;font-size:1.8rem;font-weight:300;line-height:2.5rem}@media (max-width:1024px){.whoWeAre-module__Ia2hAG__contentDescription{text-align:center;font-size:1.25rem;line-height:1.5rem}}
.order-content-module__i3kx8W__main{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}@media (max-width:1024px){.order-content-module__i3kx8W__main>:nth-child(2){display:none}}.order-content-module__i3kx8W__orderContent{flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;max-height:180px;padding:0;display:flex;overflow:auto}.order-content-module__i3kx8W__orderInfoSegment{flex-direction:column;gap:1rem;width:100%;height:100%;display:flex}@media (max-width:1024px){.order-content-module__i3kx8W__orderInfoSegment>:not(:nth-child(2)){display:none}}.order-content-module__i3kx8W__orderSummaryAndButtonSegment{flex-direction:column;gap:1rem;width:100%;height:100%;display:flex}.order-content-module__i3kx8W__yourFoodTray{font-size:var(--text-size-x-large);text-align:center;color:var(--text-color-muted);padding-bottom:1rem;font-weight:700}.order-content-module__i3kx8W__trayIconWrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.order-content-module__i3kx8W__yourOrderIcon{width:100px;height:100px;fill:var(--border-color)}.order-content-module__i3kx8W__yourorderDescription{font-size:var(--text-size-medium);text-align:center;color:var(--text-color-muted)}.order-content-module__i3kx8W__cartItemList{flex-direction:column;gap:.5rem;width:100%;display:flex}.order-content-module__i3kx8W__editOrderWrapper{width:100%;color:var(--primary-color);flex-direction:row;justify-content:center;align-items:center;padding-bottom:1rem;display:flex}@media (max-width:1024px){.order-content-module__i3kx8W__editOrderWrapper{justify-content:space-between;padding-bottom:0}}.order-content-module__i3kx8W__editOrder{cursor:pointer;font-size:var(--text-size-large);flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-weight:700;display:flex}.order-content-module__i3kx8W__trayValuePreview{display:none}@media (max-width:1024px){.order-content-module__i3kx8W__trayValuePreview{width:fit-content;height:100%;font-size:var(--text-size-large);flex-direction:row;justify-content:space-between;align-items:center;gap:.3rem;font-weight:700;display:flex}}.order-content-module__i3kx8W__summaryContainer{border-radius:var(--border-radius-small);border:var(--border-thickness-small)solid var(--primary-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.order-content-module__i3kx8W__summaryItem{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.order-content-module__i3kx8W__summaryItem:nth-of-type(2){border-bottom:var(--border-thickness-small)solid var(--border-color);padding-bottom:.5rem}.order-content-module__i3kx8W__summaryPriceTitle,.order-content-module__i3kx8W__summaryPriceValue{font-size:var(--text-size-small)}.order-content-module__i3kx8W__summaryDiscountTitle,.order-content-module__i3kx8W__summaryDiscountValue{font-size:var(--text-size-medium);color:var(--info-color)}.order-content-module__i3kx8W__summaryFinalPriceTitle,.order-content-module__i3kx8W__summaryFinalPriceValue{font-size:var(--text-size-large);color:var(--primary-color);font-weight:700}
.infoModal-module__dSv_dW__modalContainer{transform-origin:50%;opacity:0;flex-direction:column;gap:1.5rem;animation:.25s forwards infoModal-module__dSv_dW__fadeScaleIn;display:flex;transform:scale(.95)}@keyframes infoModal-module__dSv_dW__fadeScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.infoModal-module__dSv_dW__message{font-size:var(--text-size-large);color:var(--text-color);text-align:center;line-height:1.5}.infoModal-module__dSv_dW__buttonGroup{justify-content:center;width:100%;display:flex}.infoModal-module__dSv_dW__infoIconWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:1rem 0;display:flex}.infoModal-module__dSv_dW__infoIcon{width:80px;height:80px}.infoModal-module__dSv_dW__error{fill:var(--error-color)}.infoModal-module__dSv_dW__success{fill:var(--success-color)}
.radio-card-group-module__bx2PLW__container{flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(180px,150px));justify-content:flex-start;gap:1rem;width:100%;padding:1rem 0;display:grid}@media (max-width:1024px){.radio-card-group-module__bx2PLW__container{padding:.5rem 0}}.radio-card-group-module__bx2PLW__card{cursor:pointer;border:var(--border-thickness-medium)solid var(--border-color);border-radius:var(--border-radius-extra-small);background-color:var(--surface-color);font-size:var(--text-size-small);text-align:center;justify-content:center;align-items:center;gap:1rem;min-width:90px;max-width:180px;padding:1rem;transition:border .1s ease-out;display:flex}.radio-card-group-module__bx2PLW__iconWrapper{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.radio-card-group-module__bx2PLW__iconImage{object-fit:contain}.radio-card-group-module__bx2PLW__card:hover{border:var(--border-thickness-medium)solid var(--primary-color)}.radio-card-group-module__bx2PLW__selected{border:var(--border-thickness-medium)solid var(--primary-color);background-color:var(--surface-color)}.radio-card-group-module__bx2PLW__radioInput{display:none}.radio-card-group-module__bx2PLW__labelText{pointer-events:none}
.page-module__XgVDFG__main{background-color:var(--surface-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100vh;display:flex}.page-module__XgVDFG__successDiv{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.page-module__XgVDFG__paymentSuccessIcon{width:5rem;height:5rem;color:var(--primary-color)}.page-module__XgVDFG__paymentSuccessTitle{font-size:var(--text-size-x-large);color:var(--text-color-primary);font-weight:700}.page-module__XgVDFG__paymentSuccessDescription{font-size:var(--text-size-medium);color:var(--text-color-muted);padding-bottom:1rem}.page-module__XgVDFG__paymentDetailsContainer{border:var(--border-thickness-small)solid var(--border-color);border-radius:var(--border-radius-small);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:400px;max-width:100%;height:fit-content;padding:1rem;display:flex}.page-module__XgVDFG__paymentDetailsItem{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.page-module__XgVDFG__paymentDetailsTitle{font-size:var(--text-size-small);color:var(--text-color-muted)}.page-module__XgVDFG__paymentDetailsValue{font-size:var(--text-size-small);color:var(--text-color-primary);font-weight:700}.page-module__XgVDFG__navigationButtonWrapper{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;padding-top:1rem;display:flex}
