.restaurant-menu{display:block;min-height:60vh}.restaurant-menu__inner{position:relative}.restaurant-menu__header{max-width:76rem;margin:0 auto 3rem;text-align:center}.restaurant-menu__service-details{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.8rem 1.8rem;margin-bottom:1.8rem;padding:1rem 1.8rem;border-radius:999px;color:#fff;background:#004528}.restaurant-menu__service-details strong{color:#eed450}.restaurant-menu__delivery-notice{max-width:72rem;margin:0 auto 2rem;padding:1.2rem 1.6rem;border:.1rem solid rgba(0,69,40,.2);border-radius:.8rem;color:#004528;background:#f7f2cf}.restaurant-menu__eyebrow{margin:0 0 .6rem;color:rgba(var(--color-foreground),.72);font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.restaurant-menu__heading{margin:0}.restaurant-menu__intro{margin-top:1rem}.restaurant-menu__categories{position:sticky;top:0;z-index:4;display:flex;gap:.8rem;margin:0 calc(-1 * var(--page-width-margin, 1.5rem));padding:1.2rem var(--page-width-margin, 1.5rem);overflow-x:auto;background:rgb(var(--color-background));border-block:.1rem solid rgba(var(--color-foreground),.12);scrollbar-width:none}.restaurant-menu__categories::-webkit-scrollbar{display:none}.restaurant-menu__category-link{flex:0 0 auto;padding:.9rem 1.5rem;border:.1rem solid rgba(var(--color-foreground),.28);border-radius:999px;color:rgb(var(--color-foreground));font-weight:700;line-height:1;text-decoration:none}.restaurant-menu__category-link:hover,.restaurant-menu__category-link:focus-visible{color:rgb(var(--color-button-text));background:rgb(var(--color-button))}.restaurant-menu__collection{padding-top:4rem;scroll-margin-top:8rem}.restaurant-menu__collection-heading{margin-bottom:1rem}.restaurant-menu__collection-heading h2{margin:0}.restaurant-menu__list{border-top:.1rem solid rgba(var(--color-foreground),.14)}.restaurant-menu-card{border-bottom:.1rem solid rgba(var(--color-foreground),.14)}.restaurant-menu-card__button{display:grid;grid-template-columns:9.6rem minmax(0,1fr) auto;gap:1.6rem;align-items:center;width:100%;min-height:12rem;padding:1.4rem 0;border:0;color:rgb(var(--color-foreground));background:transparent;font:inherit;text-align:left;cursor:pointer}.restaurant-menu-card__button:hover .restaurant-menu-card__title{text-decoration:underline;text-underline-offset:.3rem}.restaurant-menu-card__button:disabled{cursor:not-allowed;opacity:.58}.restaurant-menu-card__media{display:block;width:9.6rem;height:9.6rem;overflow:hidden;border-radius:1rem;background:rgba(var(--color-foreground),.05)}.restaurant-menu-card__image{width:100%;height:100%;object-fit:cover}.restaurant-menu-card__details{display:grid;gap:.45rem}.restaurant-menu-card__title{font-size:1.8rem;font-weight:700}.restaurant-menu-card__description{max-width:64rem;color:rgba(var(--color-foreground),.68);line-height:1.45}.restaurant-menu-card__price{font-weight:700}.restaurant-menu-card__action{display:inline-flex;gap:.6rem;align-items:center;justify-content:center;min-width:4.4rem;min-height:4.4rem;padding:.8rem 1.4rem;border-radius:999px;color:rgb(var(--color-button-text));background:rgb(var(--color-button));font-weight:700}.restaurant-menu-card__action>span:first-child{font-size:2rem;line-height:1}.restaurant-menu-modal{width:min(92vw,86rem);max-height:90vh;padding:0;overflow:hidden;border:0;border-radius:1.4rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));box-shadow:0 2rem 6rem #0000004d}.restaurant-menu-modal::backdrop{background:#00000094}.restaurant-menu-modal__panel{position:relative;max-height:90vh;overflow-y:auto}.restaurant-menu-modal__close{position:absolute;top:1rem;right:1rem;z-index:2;width:4.4rem;height:4.4rem;border:0;border-radius:50%;background:rgb(var(--color-background));box-shadow:0 .2rem 1rem #0000002e;font-size:2.8rem;line-height:1;cursor:pointer}.restaurant-menu-modal__layout{display:grid;grid-template-columns:minmax(25rem,.9fr) minmax(30rem,1.1fr)}.restaurant-menu-modal__media{min-height:34rem;background:rgba(var(--color-foreground),.05)}.restaurant-menu-modal__media img{width:100%;height:100%;object-fit:cover}.restaurant-menu-modal__body{padding:4rem}.restaurant-menu-modal__body h2{margin:0 4rem .8rem 0}.restaurant-menu-modal__description{color:rgba(var(--color-foreground),.72)}.restaurant-menu-modal__price{margin:1rem 0 2rem;font-size:2rem;font-weight:700}.restaurant-menu-field{display:grid;gap:.6rem;margin:0 0 1.6rem;font-weight:700}.restaurant-menu-field select,.restaurant-menu-field textarea,.restaurant-menu-field input{width:100%;min-height:4.8rem;padding:1rem 1.2rem;border:.1rem solid rgba(var(--color-foreground),.35);border-radius:.6rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));font:inherit}.restaurant-menu-field--quantity{max-width:10rem}.restaurant-menu-modal__add{margin-top:.8rem}.restaurant-menu-modal__message{min-height:2.2rem;margin-bottom:0;color:#b3261e}.restaurant-menu__view-cart{position:fixed;right:2rem;bottom:2rem;z-index:3;box-shadow:0 .8rem 2.4rem #0003}@media screen and (max-width:749px){.restaurant-menu__categories{margin-inline:-1.5rem;padding-inline:1.5rem}.restaurant-menu__collection{padding-top:3rem}.restaurant-menu-card__button{grid-template-columns:7.2rem minmax(0,1fr) 4.4rem;gap:1rem;min-height:10rem}.restaurant-menu-card__media{width:7.2rem;height:7.2rem}.restaurant-menu-card__description,.restaurant-menu-card__action-text{display:none}.restaurant-menu-card__action{min-width:4.4rem;padding:.6rem}.restaurant-menu-modal{width:100%;max-width:none;max-height:92vh;margin:auto 0 0;border-radius:1.8rem 1.8rem 0 0}.restaurant-menu-modal__panel{max-height:92vh}.restaurant-menu-modal__layout{display:block}.restaurant-menu-modal__media{height:22rem;min-height:0}.restaurant-menu-modal__body{padding:2.4rem 2rem 3rem}.restaurant-menu__view-cart{right:1.5rem;bottom:1.5rem}}@media(prefers-reduced-motion:reduce){.restaurant-menu *{scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/restaurant-order-menu.css.map */
