@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.navbar{padding:20px 0;display:flex;justify-content:space-between;align-items:center}.navbar .logo{width:150px}.navbar-menu{display:flex;list-style:none;gap:20px;color:#49557e;font-size:18px}.navbar-right{display:flex;align-items:center;gap:40px}.navbar button{background:transparent;font-size:16px;color:#49557e;border:1px solid rgb(0,0,0);padding:10px 30px;border-radius:50px;cursor:pointer;transition:.3s}.navbar button:hover{background-color:#00000017}.navbar .active{padding-bottom:2px;border-bottom:2px solid rgb(0,0,0)}.navbar li{cursor:pointer}.navbar-search-icon{position:relative}.navbar-search-icon .cart-count-badge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background-color:#fc0000;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.navbar-profile{position:relative}.nav-profile-dropdown{position:absolute;display:none;right:0;z-index:1}.navbar-profile:hover .nav-profile-dropdown{display:flex;flex:column;gap:10px;background-color:#fff2ef;padding:12px 25px;border-radius:4px;border:1px solid black;outline:2px solid white;list-style:none}.nav-profile-dropdown li{display:flex;align-items:center;gap:10px;cursor:pointer}.nav-profile-dropdown img{width:20px}.nav-profile-dropdown li:hover{color:tomato}@media (max-width:1050px){.navbar .logo{width:140px}.navbar-menu{gap:20px;font-size:17px}.navbar-right{gap:30px}.navbar-right img{width:22px}.navbar-right button{padding:8px 35px}}@media (max-width:900px){.navbar .logo{width:140px}.navbar-menu{gap:15px;font-size:16px}.navbar-right{gap:20px}.navbar-right img{width:20px}.navbar-right button{padding:7px 20px;font-size:15px}}@media (max-width:750px){.navbar-menu{display:none}}.sticky-cart{position:fixed;top:16px;right:max(12px,calc((100vw - min(100vw,1280px))/2 + 12px));z-index:1200;display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:10px 14px 10px 12px;border-radius:999px;background:#fff;border:1px solid #e5e0d8;box-shadow:0 10px 28px #0000001f;color:#111;text-decoration:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(.96);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.sticky-cart.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.sticky-cart img{width:22px;height:22px;display:block}.sticky-cart-label{font-size:14px;font-weight:600;line-height:1}.sticky-cart-badge{position:absolute;top:-4px;left:26px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#fc0000;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center}.sticky-cart:focus-visible{outline:2px solid tomato;outline-offset:3px}@media (max-width: 750px){.sticky-cart{top:12px;right:12px;padding:10px 12px}.sticky-cart-label{display:none}}@media (prefers-reduced-motion: reduce){.sticky-cart{transition:none}}.header{width:100%;height:auto;aspect-ratio:1600 / 967;margin:30px auto;position:relative;border-radius:2rem;overflow:hidden;background:#1a1a1a url(/assets/header_img-B1hkSgkY.jpg) center center / cover no-repeat}.header-contents{position:absolute;z-index:1;display:flex;flex-direction:column;align-items:start;gap:1.5vw;max-width:50%;bottom:10%;left:6vw;animation:fadeIn .55s ease-out}.header-contents h1{font-weight:500;color:#fff;font-size:max(4vw,1rem);text-shadow:2px 2px 5px black}.header-contents p{color:#fff;font-size:1vw}.header-contents button{border:none;color:#000;font-weight:500;padding:1vw 2.3vw;background-color:#fff;font-size:max(1vw,13px);border-radius:50px;cursor:pointer}@media (max-width:1050px){.header-contents{max-width:45%}}@media (max-width:750px){.header{aspect-ratio:auto;height:42vw;min-height:220px}.header-contents{max-width:65%}.header-contents p{display:none}.header-contents button{padding:2vw 4vw}}.explore-menu{display:flex;flex-direction:column;gap:20px}.explore-menu h1{color:#000;font-weight:500}.explore-menu-text{max-width:60%;columns:#808080}.explore-menu-list{display:flex;justify-content:space-between;align-items:center;gap:30px;text-align:center;margin:20px 0;overflow-x:scroll}.explore-menu-list::-webkit-scrollbar{display:none}.explore-menu-list{-ms-overflow-style:none}.explore-menu-list{scrollbar-width:none}.explore-menu-list-item img{width:7.5vw;min-width:80px;cursor:pointer;border-radius:50%;transition:.2s}.explore-menu-list-item p{margin-top:10px;color:#747474;font-size:max(1.4vw,16px);cursor:pointer}.explore-menu hr{margin:10px 0;height:2px;background-color:#e2e2e2;border:none}.explore-menu-list-item .active{border:4px solid black;padding:2px}@media (max-width: 1050px){.explore-menu-text{max-width:100%;font-size:14px}}.food-display{margin-top:10px}.food-display h2{font-size:max(2vw,24px);font-weight:600}.food-display-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:30px;gap:30px;row-gap:50px}.food-item{width:100%;margin:auto;border-radius:15px;box-shadow:0 0 10px #161616;transition:.3s;position:relative;overflow:hidden;content-visibility:auto;contain-intrinsic-size:320px}.food-item.is-unavailable{box-shadow:0 0 10px #16161659}.food-item-image{width:100%;border-radius:15px 15px 0 0;display:block}.food-item-info{padding:20px}.food-item-name-rating{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.food-item-name-rating p{font-size:20px;font-weight:500}.food-item-name-rating img{width:65px}.food-item-desc{color:#676767;font-size:12px}.food-item-price{color:#000;font-size:22px;font-weight:500px;margin:10px 0}.food-item-img-container{position:relative}.food-item-unavailable-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0a0a0a7a;border-radius:15px 15px 0 0;pointer-events:none}.food-item-unavailable-overlay span{padding:8px 14px;border-radius:999px;background:#0000008c;color:#fff;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.food-item.is-unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#08080847;pointer-events:none;border-radius:15px;z-index:1}.food-item.is-unavailable .food-item-info{position:relative;z-index:2}.food-item-unavailable-note{margin:0;color:#7a271a;font-size:13px;font-weight:700}.food-item-img-container .add{width:35px;position:absolute;bottom:15px;right:15px;cursor:pointer;border-radius:50%}.food-item-counter{position:absolute;bottom:15px;right:15px;display:flex;align-items:center;gap:10px;padding:6px;border-radius:50px;background-color:#fff}.food-item-counter img{width:30px}.app-download{margin:80px auto 0;max-width:640px;padding:0 16px;text-align:center}.app-download-copy{display:flex;flex-direction:column;align-items:center;gap:10px}.app-download-headline{margin:0;max-width:28ch;color:#111;font-size:clamp(1.15rem,2.4vw,1.65rem);font-weight:700;line-height:1.35;letter-spacing:-.02em;text-wrap:balance}.app-download-subline{margin:0;max-width:34ch;color:#666;font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:500;line-height:1.45;text-wrap:balance}.app-download-platforms{display:flex;justify-content:center;align-items:center;gap:clamp(12px,3vw,24px);margin-top:28px}.app-download-platforms img,.app-download-icon{display:block;width:clamp(96px,22vw,148px);height:auto;max-width:148px;transition:transform .3s ease;cursor:pointer}.app-download-platforms img:hover,.app-download-icon:hover{transform:scale(1.05)}.trustpilot-widget{margin-top:18px}@media (max-width: 480px){.app-download{margin-top:56px;padding:0 20px}.app-download-headline{max-width:22ch}.app-download-subline{max-width:26ch}.app-download-platforms{margin-top:22px}}.footer{color:#d9d9d9;background-color:#323232;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 8vw;padding-top:80px;margin-top:100px}.footer-content{width:100%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px}.footer-content-left,.footer-content-right,.footer-content-center{display:flex;flex-direction:column;align-items:start;gap:20px}.footer-content-left li,.footer-content-right li,.footer-content-center li{list-style:none;margin-bottom:10px;cursor:pointer}.footer-link-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.footer-link-button:hover,.footer-link-button:focus-visible{text-decoration:underline}.footer a{color:inherit;text-decoration:none}.footer a:hover,.footer a:focus-visible{text-decoration:underline}.footer-content-left h2,.footer-content-right h2{color:#fff}.footer-social-icon{width:28px;height:28px;margin-right:12px;color:#fff}.footer-social-icons a:hover,.footer-social-icons a:focus-visible{text-decoration:none}.footer-logo{width:16rem;height:12rem;border-radius:50%;object-fit:cover;background-color:#fff;padding:14px}.footer hr{width:100%;height:2px;margin:20px 0;background-color:gray;border:none}.footer-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:20px;z-index:2147483647}.footer-modal{background:#1f1f1f;color:#fff;width:min(380px,100%);border-radius:16px;padding:24px;position:relative;box-shadow:0 20px 40px #0006;max-height:calc(100vh - 80px);overflow-y:auto}.footer-modal-body{display:flex;flex-direction:column;gap:20px}.footer-modal-header{display:flex;flex-direction:column;gap:8px}.footer-modal-subtitle{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#d9d9d9;font-size:.95rem}.footer-modal-badge{background:#ffffff1f;border-radius:999px;padding:4px 10px;font-size:.75rem;letter-spacing:.02em}.footer-modal-sections{display:flex;flex-direction:column;gap:16px}.footer-modal-section{display:flex;flex-direction:column;gap:12px}.footer-modal-section-header{display:flex;gap:12px;align-items:flex-start}.footer-modal-icons{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffff14}.footer-payment-icon{width:22px;height:22px}.footer-modal-section-title{margin:0 0 6px;font-size:1rem;color:#fff}.footer-modal-section-text{margin:0;color:#cfcfcf;line-height:1.5;font-size:.92rem}.footer-modal-extra{display:flex;align-items:center;gap:10px;padding-left:44px}.payment-card-icons{display:flex;gap:8px;align-items:center;color:#fff}.payment-card-icon{width:20px;height:20px}.footer-modal-divider{height:1px;background:#ffffff14}.footer-modal-trust{font-size:.82rem;color:#bfbfbf;display:flex;flex-direction:column;gap:6px;line-height:1.5}.footer-modal-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;background:#25d366;color:#0b0b0b;font-weight:600;text-decoration:none;font-size:.9rem}.footer-modal-cta:hover,.footer-modal-cta:focus-visible{text-decoration:none;filter:brightness(1.05)}.footer-modal-about{gap:16px}.footer-modal-about-content{display:flex;flex-direction:column;gap:12px;color:#d9d9d9;line-height:1.6;font-size:.92rem}.footer-modal-about-trust{font-size:.8rem;color:#bfbfbf;line-height:1.4}.footer-about-section{display:grid;grid-template-columns:32px 1fr;gap:12px;position:relative;padding-bottom:12px}.footer-about-section:last-child{padding-bottom:0}.footer-about-icon-wrap{width:32px;height:32px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center}.footer-about-icon{width:22px;height:22px;color:#fff}.footer-about-text{display:flex;flex-direction:column;gap:6px}.footer-about-title{margin:0;font-size:.98rem;color:#fff}.footer-about-copy{margin:0;color:#cfcfcf;font-size:.9rem;line-height:1.5}.footer-modal-about-divider{height:1px;background:#ffffff14}.footer-modal-catering{gap:16px}.footer-form{display:flex;flex-direction:column;gap:14px}.footer-form-group{display:flex;flex-direction:column;gap:6px}.footer-form-label{font-size:.9rem;color:#fff}.footer-form-input,.footer-form-textarea{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#fff;padding:10px 12px;font-size:.9rem;font-family:inherit}.footer-form-input:focus,.footer-form-textarea:focus{outline:2px solid rgba(255,255,255,.2);border-color:#ffffff4d}.footer-form-textarea{resize:vertical}.footer-form-radio-group{display:flex;gap:12px;flex-wrap:wrap}.footer-form-radio{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#d9d9d9}.footer-form-error{color:#ffb4b4;font-size:.8rem}.footer-form-error-block{background:#ffffff0f;padding:10px 12px;border-radius:10px}.footer-form-success{background:#25d3661a;color:#baf5d0;padding:10px 12px;border-radius:10px;font-size:.9rem}.footer-form-actions{display:flex;flex-direction:column;gap:10px}.footer-form-submit{border:none;border-radius:999px;padding:12px 16px;background:#fff;color:#111;font-weight:600;cursor:pointer}.footer-form-submit:disabled{opacity:.6;cursor:not-allowed}.footer-form-whatsapp{justify-content:center}.footer-form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.footer-modal-returns{gap:16px}.footer-modal-returns-subtitle{margin:0;color:#d9d9d9;font-size:.92rem;line-height:1.5}.footer-modal-returns-content{display:flex;flex-direction:column;gap:12px}.footer-return-section{display:grid;grid-template-columns:32px 1fr;gap:12px;padding-bottom:12px}.footer-return-section:last-child{padding-bottom:0}.footer-return-icon-wrap{width:32px;height:32px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center}.footer-return-icon{width:22px;height:22px;color:#fff}.footer-return-text{display:flex;flex-direction:column;gap:6px}.footer-return-title{margin:0;font-size:.98rem;color:#fff}.footer-return-copy{margin:0;color:#cfcfcf;font-size:.9rem;line-height:1.5}.footer-modal-returns-divider{height:1px;background:#ffffff14}.footer-modal-returns-contact{font-size:.85rem;color:#bfbfbf}.footer-modal-returns-actions{display:flex;flex-direction:column;gap:10px}.footer-modal-returns-email{background:#fff;color:#111}.footer .footer-modal-returns-email{color:#111}.footer-modal-returns-whatsapp{background:#ffffff1a;color:#fff}.footer-modal-community{gap:14px}.footer-modal-community-subtitle{margin:0;color:#d9d9d9;font-size:.92rem;line-height:1.5}.footer-modal-community-intro{margin:0;color:#cfcfcf;font-size:.9rem;line-height:1.6}.footer-modal-community-content{display:flex;flex-direction:column;gap:12px}.footer-community-section{display:grid;grid-template-columns:32px 1fr;gap:12px;padding-bottom:12px}.footer-community-section:last-child{padding-bottom:0}.footer-community-icon-wrap{width:32px;height:32px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center}.footer-community-icon{width:22px;height:22px;color:#fff}.footer-community-text{display:flex;flex-direction:column;gap:6px}.footer-community-title{margin:0;font-size:.98rem;color:#fff}.footer-community-copy{margin:0;color:#cfcfcf;font-size:.9rem;line-height:1.5}.footer-modal-community-divider{height:1px;background:#ffffff14}.footer-modal-community-rule{font-size:.85rem;color:#bfbfbf;line-height:1.4}.footer-modal-community-cta{background:#08c;color:#fff}.footer .footer-modal-community-cta{color:#fff}.footer-modal-delivery{gap:16px}.footer-modal-delivery-content{display:flex;flex-direction:column;gap:12px;color:#d9d9d9;line-height:1.6;font-size:.92rem}.footer-modal-delivery-divider{height:1px;background:#ffffff14}.footer-modal-delivery-cta{margin-top:4px}.footer-delivery-section{display:grid;grid-template-columns:32px 1fr;gap:12px;position:relative;padding-bottom:12px}.footer-delivery-section:last-child{padding-bottom:0}.footer-delivery-icon-wrap{width:32px;height:32px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center}.footer-delivery-icon{width:22px;height:22px;color:#fff}.footer-delivery-text{display:flex;flex-direction:column;gap:6px}.footer-delivery-title{margin:0;font-size:.98rem;color:#fff}.footer-delivery-copy{margin:0;color:#cfcfcf;font-size:.9rem;line-height:1.5}.footer-modal-title{margin:0 0 12px;font-size:1.2rem}.footer-modal-content{margin:0;line-height:1.6;color:#d9d9d9}.footer-modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;color:#fff;font-size:1.5rem;cursor:pointer}@media (max-width: 750px){.footer-content{display:flex;flex-direction:column;gap:35px}.footer-copyright{text-align:center}}.login-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;width:100%;height:100%;min-height:100vh;min-height:100dvh;background-color:#080808b8;display:flex;align-items:stretch;justify-content:stretch;padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.login-popup-container{width:100%;min-height:100%;min-height:100dvh;margin:0;color:#555;background-color:#fff;display:flex;flex-direction:column;justify-content:center;gap:22px;padding:28px 24px calc(28px + env(safe-area-inset-bottom,0px));border-radius:0;font-size:14px;animation:fadeIn .35s;box-sizing:border-box}.login-popup-title{display:flex;justify-content:space-between;align-items:center;color:#111}.login-popup-title h2{margin:0;font-size:1.6rem}.login-popup-title img{width:18px;cursor:pointer}.login-popup-inputs{display:flex;flex-direction:column;gap:16px}.login-popup-inputs input{outline:none;border:1px solid #c9c9c9;padding:14px 12px;border-radius:8px;font:inherit;width:100%;box-sizing:border-box}.login-popup-container button{border:none;padding:14px 12px;border-radius:999px;color:#fff;background-color:#111;font-size:15px;font-weight:600;cursor:pointer}.login-popup-condition{display:flex;align-items:start;gap:8px;margin-top:-8px}.login-popup-condition input{margin-top:5px}.login-popup p{margin:0;line-height:1.5}.login-popup p span{text-decoration:underline;font-weight:600;cursor:pointer;color:#111}@media (min-width: 769px){.login-popup{align-items:center;justify-content:center;padding:24px;background-color:#080808b8}.login-popup-container{width:min(420px,100%);min-height:auto;max-height:calc(100dvh - 48px);overflow-y:auto;border-radius:18px;padding:28px 30px;box-shadow:0 24px 60px #00000059}}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit;scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}.app{width:80%;margin:auto}body [data-romw-token],body [id^=romw],body [id*=romw],body [class^=romw],body [class*=romw],body iframe[src*=reviewsonmywebsite],body iframe[src*=romw]{z-index:1000!important}body.aj-modal-open [data-romw-token],body.aj-modal-open [id^=romw],body.aj-modal-open [id*=romw],body.aj-modal-open [class^=romw],body.aj-modal-open [class*=romw],body.aj-modal-open iframe[src*=reviewsonmywebsite],body.aj-modal-open iframe[src*=romw]{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
