@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 .dot{position:absolute;min-width:10px;min-height:10px;background-color:#fc0000;border-radius:5px;top:-8px;right:-8px}.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}}.header{height:34vw;margin:30px auto;background:url(/assets/header_img-fnvAdPSK.png) no-repeat;background-size:cover;position:relative;border-radius:2rem}.header-contents{position:absolute;display:flex;flex-direction:column;align-items:start;gap:1.5vw;max-width:50%;bottom:10%;left:6vw;animation:fadeIn 3s}.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-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;animation:fadeIn 1s}.food-item-image{width:100%;border-radius:15px 15px 0 0}.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-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:100px auto auto;font-size:max(3vw,20px);text-align:center;font-weight:500}.app-download-platforms{display:flex;justify-content:center;gap:max(2vw,10px);margin-top:40px}.app-download-platforms img{width:max(30vw,120px);max-width:180px;transition:.5s;cursor:pointer}.app-download-platforms img:hover{transform:scale(1.05)}.cart{margin-top:100px}.cart-items-title{display:grid;grid-template-columns:1fr 1.5fr 1fr 1fr 1fr .5fr;align-items:center;color:gray;font-size:max(1vw,12px)}.cart-items-item{margin:10px 0;color:#000}.cart-items-item img{width:50px}.cart hr{height:2px;background-color:#e2e2e2;border:none}.cart-items-item .cross{cursor:pointer}.cart-bottom{margin-top:80px;display:flex;justify-content:space-between;gap:max(12vw,20px)}.cart-total{flex:1;display:flex;flex-direction:column;gap:20px}.cart-total-details{display:flex;justify-content:space-between;color:#555}.cart-total hr{margin:10px 0}.cart-total button{border:none;color:#fff;background-color:#000;width:max(15vw,200px);padding:12px 0;border-radius:4px;cursor:pointer}.cart-promocode{flex:1}.cart-promocode p{color:#555}.cart-promocode-input{margin-top:10px;display:flex;justify-content:space-between;align-items:center;background-color:#eaeaea;border-radius:4px}.cart-promocode-input input{background:transparent;border:none;outline:none;padding-left:5px}.cart-promocode-input button{width:max(10vw,150px);padding:12px 5px;background-color:#000;color:#fff;border-radius:4px;border-style:none}@media (max-width:750px){.cart-bottom{flex-direction:column-reverse}.cart-promocode{justify-content:start}}.place-order{display:flex;align-items:start;justify-content:space-between;gap:50px;margin-top:100px}.place-order-left{width:100%;max-width:max(30%,50px)}.place-order-left .title{font-size:30px;font-weight:600;margin-bottom:50px}.place-order-left input{margin-bottom:15px;width:100%;padding:10px;border:1px solid #c5c5c5;border-radius:4px;outline-color:#000}.place-order-left .multi-fields{display:flex;gap:10px}.place-order-right{width:100%;max-width:max(40%,500px)}.place-order .cart-total button{margin-top:30px}@media (max-width: 768px){.place-order{flex-direction:column}.place-order-left{width:100%;max-width:max(100%,50px)}}.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:absolute;z-index:1;width:100%;height:100%;background-color:#0000006e;display:grid}.login-popup-container{place-self:center;width:max(23vw,330px);color:gray;background-color:#fff;display:flex;flex-direction:column;gap:25px;padding:25px 30px;border-radius:8px;font-size:14px;animation:fadeIn .5s}.login-popup-title{display:flex;justify-content:space-between;align-items:center;color:#000}.login-popup-title img{width:16px;cursor:pointer}.login-popup-inputs{display:flex;flex-direction:column;gap:20px}.login-popup-inputs input{outline:none;border:1px solid #c9c9c9;padding:10px;border-radius:4px}.login-popup-container button{border:none;padding:10px;border-radius:4px;color:#fff;background-color:#000;font-size:15px;cursor:pointer}.login-popup-condition{display:flex;align-items:start;gap:8px;margin-top:-15px}.login-popup-condition input{margin-top:5px}.login-popup p span{text-decoration:underline;font-weight:500;cursor:pointer}.verify{min-height:60vh;display:grid}.verify .spinner{width:100px;height:100px;place-self:center;border:5px solid #bdbdbd;border-top-color:#000;border-radius:50%;animation:rotate 1s infinite}@keyframes rotate{to{transform:rotate(360deg)}}.my-orders{margin:50px 0}.my-orders .container{display:flex;flex-direction:column;gap:20px;margin-top:30px}.my-orders-order{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 2fr 1fr;align-items:center;gap:30px;font-size:14px;padding:10px 20px;color:#454545;border:1px solid black}.my-orders-order img{width:50px}.my-orders-order p span{color:red}.my-orders-order p b{font-weight:500;color:#454545}.my-orders-order button{border:none;padding:12px 0;border-radius:4px;background-color:#818181;cursor:pointer;color:#f5f5f5}@media (max-width: 900px){.my-orders-order{grid-template-columns:1fr 2fr 1fr;row-gap:5px;font-size:12px}.my-orders-order button{font-size:10px}}*{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 [class^=romw],body [class*=" romw"]{z-index:5000!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
