body.restaurant-v6-modal-lock{overflow:hidden!important}.restaurant-v6-modal[hidden],.restaurant-v6-modal [hidden]{display:none!important}.restaurant-v6-modal{position:fixed;inset:0;z-index:var(--restaurant-z-dialog,9000);display:grid;place-items:end center;padding:var(--restaurant-v8-drawer-padding,18px);font-family:var(--restaurant-v8-font-family,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);pointer-events:none}.restaurant-v6-modal.is-open,.restaurant-v6-modal.is-closing{pointer-events:auto}.restaurant-v6-modal *{box-sizing:border-box}.restaurant-v6-modal input,.restaurant-v6-modal select,.restaurant-v6-modal textarea{font-size:16px!important}.restaurant-v6-modal__backdrop{position:absolute;inset:0;background:rgb(14 12 10 / .58);backdrop-filter:blur(10px);opacity:0;transition:opacity .28s ease}.restaurant-v6-modal.is-open .restaurant-v6-modal__backdrop{opacity:1}.restaurant-v6-modal__dialog{position:relative;z-index:2;width:min(940px, calc(100vw - 28px));max-height:min(92dvh, 920px);display:flex;flex-direction:column;overflow:hidden;outline:none;border-radius:var(--restaurant-v8-radius-drawer,34px);border:1px solid rgb(255 255 255 / .72);background:#fff8ef;color:#171412;box-shadow:var(--restaurant-v8-shadow-elevation,0 42px 140px rgb(0 0 0 / .34));opacity:0;transform:translateY(34px) scale(.985);transition:opacity .3s ease,transform .34s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.restaurant-v6-modal.is-open .restaurant-v6-modal__dialog{opacity:1;transform:translateY(0) scale(1)}.restaurant-v6-modal__scroll{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.restaurant-v6-modal__content{display:none}.restaurant-v6-modal.is-loaded .restaurant-v6-modal__content{display:block}.restaurant-v6-modal__close{position:absolute;top:14px;right:14px;z-index:30;width:var(--restaurant-v8-icon-button-size,46px);height:var(--restaurant-v8-icon-button-size,46px);min-width:var(--restaurant-v8-icon-button-size,46px);min-height:var(--restaurant-v8-icon-button-size,46px);padding:0;margin:0;border:0;border-radius:var(--restaurant-v8-radius-button,999px);cursor:pointer;background:rgb(23 20 18 / .94);color:#fff;display:flex;align-items:center;justify-content:center;line-height:0;text-align:center;box-shadow:0 14px 38px rgb(0 0 0 / .20)}.restaurant-v6-modal__close svg{width:var(--restaurant-v8-icon-size,18px);height:var(--restaurant-v8-icon-size,18px);display:block;flex:0 0 auto}.restaurant-v6-modal__close path{fill:none;stroke:currentColor;stroke-width:2.75;stroke-linecap:round}.restaurant-v6-modal__close:hover,.restaurant-v6-modal__close:focus-visible{background:#000}.restaurant-v6-modal__mini{position:absolute;top:12px;left:12px;right:68px;z-index:24;min-height:50px;display:flex;align-items:center;gap:10px;padding:8px 12px 8px 8px;border-radius:var(--restaurant-v8-radius-pill,999px);background:rgb(255 255 255 / .94);border:1px solid rgb(23 20 18 / .10);box-shadow:0 18px 60px rgb(0 0 0 / .12);backdrop-filter:blur(10px);animation:restaurantV6MiniIn .16s ease both}.restaurant-v6-modal__mini-media{width:38px;height:38px;border-radius:999px;overflow:hidden;flex:0 0 auto;background:linear-gradient(135deg,#2a120d,#7a2b20)}.restaurant-v6-modal__mini-media:empty{display:none}.restaurant-v6-modal__mini-media img{width:100%;height:100%;object-fit:cover;display:block}.restaurant-v6-modal__mini-text{min-width:0;display:grid;gap:1px}.restaurant-v6-modal__mini-text strong,.restaurant-v6-modal__mini-text span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restaurant-v6-modal__mini-text strong{font-size:14px;font-weight:700;letter-spacing:-.03em}.restaurant-v6-modal__mini-text span{font-size:12px;color:rgb(23 20 18 / .64);font-weight:600}@keyframes restaurantV6MiniIn{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.restaurant-v6-modal__loader{padding:18px;display:grid;gap:20px}.restaurant-v6-skeleton{display:block;border-radius:28px;background:linear-gradient(90deg,rgb(23 20 18 / .06),rgb(23 20 18 / .12),rgb(23 20 18 / .06));background-size:220% 100%;animation:restaurantV6Shimmer 1.2s infinite linear}.restaurant-v6-skeleton--media{min-height:420px}.restaurant-v6-skeleton-stack{display:grid;gap:13px;padding-inline:clamp(4px, 3vw, 22px)}.restaurant-v6-skeleton--badge{width:118px;height:32px;border-radius:999px}.restaurant-v6-skeleton--title{width:min(620px, 88%);height:clamp(44px, 6vw, 68px)}.restaurant-v6-skeleton--price{width:146px;height:34px;border-radius:16px}.restaurant-v6-skeleton--text{width:min(680px, 100%);height:22px;border-radius:12px}.restaurant-v6-skeleton--text.is-short{width:min(440px, 72%)}.restaurant-v6-skeleton--actions{min-height:76px;border-radius:24px}@keyframes restaurantV6Shimmer{to{background-position:-220% 0}}.restaurant-v6-modal.is-loaded .restaurant-v6-modal__loader{display:none}.restaurant-v6-product{display:grid;gap:0;padding-bottom:18px}.restaurant-v6-product__media{padding:18px 18px 0}.restaurant-v6-product__image-main{appearance:none;width:100%;aspect-ratio:16 / 9;min-height:330px;max-height:min(58dvh, 560px);padding:0;margin:0;overflow:hidden;border:0;border-radius:30px;cursor:zoom-in;background:#2b1510;box-shadow:0 18px 70px rgb(55 36 22 / .16)}.restaurant-v6-product__image-main img{width:100%;height:100%;display:block;object-fit:cover}.restaurant-v6-product__thumbs{margin-top:10px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.restaurant-v6-product__thumbs::-webkit-scrollbar{display:none}.restaurant-v6-product__thumbs button{width:58px;height:58px;flex:0 0 auto;padding:0;overflow:hidden;border:2px solid #fff0;border-radius:18px;background:rgb(23 20 18 / .08);cursor:pointer}.restaurant-v6-product__thumbs button.is-active{border-color:#171412}.restaurant-v6-product__thumbs img{width:100%;height:100%;object-fit:cover;display:block}.restaurant-v6-product__details{min-width:0;padding:clamp(22px, 4vw, 40px);padding-bottom:8px}.restaurant-v6-product.no-image .restaurant-v6-product__details{padding-top:clamp(34px, 5vw, 58px)}.restaurant-v6-product__badges{display:flex;flex-wrap:wrap;gap:8px;padding-right:54px}.restaurant-v6-product__badges span{min-height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:rgb(217 45 32 / .10);color:#d92d20;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.restaurant-v6-product__badges .is-muted{background:rgb(23 20 18 / .08);color:rgb(23 20 18 / .58)}.restaurant-v6-product h2{margin:16px 0 0;font-size:var(--restaurant-v8-font-size-product-modal-title,clamp(28px, 3.8vw, 46px));font-weight:var(--restaurant-v8-font-weight-product-modal-title,700);line-height:.96;letter-spacing:var(--restaurant-v8-letter-spacing-heading,-.065em)}.restaurant-v6-product__price{margin-top:14px;color:#d92d20;font-size:25px;font-weight:700;letter-spacing:-.04em}.restaurant-v6-product__price .amount{color:inherit;font-weight:inherit}.restaurant-v6-product__summary{max-width:68ch;margin-top:16px;color:rgb(23 20 18 / .68);font-size:var(--restaurant-v8-font-size-product-modal-description,var(--restaurant-v8-font-size-body,17px));line-height:var(--restaurant-v8-line-height-body,1.55)}.restaurant-v6-product__summary p{margin:0 0 10px}.restaurant-v6-product__form-card{margin-top:24px;overflow:hidden;border:1px solid rgb(23 20 18 / .12);border-radius:var(--restaurant-v8-radius-card,28px);background:rgb(255 255 255 / .82);box-shadow:0 20px 70px rgb(55 36 22 / .08)}.restaurant-v6-product__form-head{padding:18px 18px 14px;display:grid;gap:3px;border-bottom:1px solid rgb(23 20 18 / .10)}.restaurant-v6-product__form-head strong{font-size:18px;font-weight:700;letter-spacing:-.03em}.restaurant-v6-product__form-head span{color:rgb(23 20 18 / .58);font-size:14px}.restaurant-v6-product__form-card form.cart{position:relative;display:grid;gap:16px;margin:0;padding:18px}.restaurant-v6-product__purchase-only{margin:0;padding:0}.restaurant-v6-product__purchase-only form.cart{margin:0}.restaurant-v6-product__unavailable-note{margin-top:20px;padding:16px;border-radius:22px;background:rgb(23 20 18 / .06);color:rgb(23 20 18 / .72);font-weight:600}.restaurant-v6-product__form-card table.variations,.restaurant-v6-product__form-card table.variations tbody,.restaurant-v6-product__form-card table.variations tr,.restaurant-v6-product__form-card table.variations th,.restaurant-v6-product__form-card table.variations td{display:block;width:100%;padding:0;margin:0;border:0}.restaurant-v6-product__form-card table.variations{display:grid;gap:12px}.restaurant-v6-product__form-card table.variations tr{display:grid;gap:8px}.restaurant-v6-product__form-card table.variations label{font-weight:700;letter-spacing:-.02em}.restaurant-v6-product__form-card table.variations select,.restaurant-v6-product__form-card input[type="text"],.restaurant-v6-product__form-card input[type="date"],.restaurant-v6-product__form-card input[type="email"],.restaurant-v6-product__form-card input[type="number"],.restaurant-v6-product__form-card textarea{width:100%;min-height:48px;border-radius:16px;border:1px solid rgb(23 20 18 / .14);background:#fff;color:#171412;padding:0 14px;outline:none}.restaurant-v6-product__form-card textarea{min-height:110px;padding-top:12px}.restaurant-v6-product__form-card table.variations select:focus,.restaurant-v6-product__form-card input:focus,.restaurant-v6-product__form-card textarea:focus{border-color:#171412;box-shadow:0 0 0 4px rgb(23 20 18 / .08)}.restaurant-v6-product__form-card .reset_variations{display:inline-flex;width:max-content;margin-top:8px;color:rgb(23 20 18 / .62);font-size:13px;font-weight:600}.restaurant-v6-product__form-card .woocommerce-variation{display:grid;gap:8px}.restaurant-v6-product__form-card .woocommerce-variation-price{color:#d92d20;font-size:20px;font-weight:700}.restaurant-v6-product__form-card .woocommerce-variation-description,.restaurant-v6-product__form-card .woocommerce-variation-availability{color:rgb(23 20 18 / .66);line-height:1.45}.restaurant-v6-product__form-card .quantity input.qty,.restaurant-v6-product__purchase-only .quantity input.qty{width:70px!important;min-height:48px!important;display:inline-flex!important;border-radius:999px!important;text-align:center!important;font-weight:700!important;color:#171412!important;background:#fff!important;border:1px solid rgb(23 20 18 / .16)!important;opacity:1!important;visibility:visible!important}.restaurant-v6-form-has-sticky>.quantity,.restaurant-v6-form-has-sticky .woocommerce-variation-add-to-cart>.quantity,.restaurant-v6-form-has-sticky>.single_add_to_cart_button,.restaurant-v6-form-has-sticky .woocommerce-variation-add-to-cart>.single_add_to_cart_button{position:absolute!important;width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;padding:0!important;margin:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;clip-path:inset(50%)!important}.restaurant-v6-modal__sticky-host{flex:0 0 auto;z-index:22;padding:var(--restaurant-v8-drawer-padding,12px);border-top:1px solid rgb(23 20 18 / .10);background:rgb(255 255 255 / .96);box-shadow:var(--restaurant-v8-shadow-elevation,0 -18px 60px rgb(55 36 22 / .10));backdrop-filter:blur(14px)}.restaurant-v6-sticky-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--restaurant-v8-grid-gap,14px)}.restaurant-v6-sticky-footer__price{min-width:0;display:grid;gap:3px}.restaurant-v6-sticky-footer__price span{font-size:12px;color:rgb(23 20 18 / .58);font-weight:600}.restaurant-v6-sticky-footer__price strong{color:#d92d20;font-size:20px;line-height:1.05;font-weight:700;letter-spacing:-.04em;white-space:nowrap;overflow:visible;text-overflow:clip;font-variant-numeric:tabular-nums;position:relative;display:inline-flex;align-items:flex-start;min-height:1.16em}.restaurant-v6-sticky-footer__price strong span{color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;white-space:nowrap}.restaurant-v6-sticky-footer__price strong.is-price-spinning{overflow:visible}.restaurant-v6-price-spinner{display:inline-flex;align-items:flex-start;height:1.16em;overflow:visible}.restaurant-v6-price-spinner__amount{display:inline-flex;align-items:flex-start;height:1.16em;overflow:hidden}.restaurant-v6-price-spinner__suffix{display:inline-block;height:1.16em;line-height:1.16;letter-spacing:0;white-space:nowrap}.restaurant-v6-price-spinner__col{width:.58em;height:1.16em;line-height:1.16;text-align:center;transform:translate3d(0,0,0);transition:transform 240ms cubic-bezier(.16,1,.3,1);will-change:transform}.restaurant-v6-price-spinner__col[data-kind="space"]{width:.28em}.restaurant-v6-price-spinner__col[data-kind="separator"]{width:.32em}.restaurant-v6-price-spinner__col[data-kind="currency"]{width:.48em}.restaurant-v6-price-spinner__char{display:block;height:1.16em;line-height:1.16}.restaurant-v6-sticky-footer__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.restaurant-v6-qty-stepper{height:52px;display:inline-grid;grid-template-columns:42px 58px 42px;align-items:center;overflow:hidden;border-radius:var(--restaurant-v8-radius-pill,999px);border:1px solid rgb(23 20 18 / .12);background:#fff}.restaurant-v6-qty-stepper button{width:42px;height:52px;display:grid;place-items:center;border:0;background:#fff0;color:#171412;cursor:pointer;font-size:18px;font-weight:700;line-height:1}.restaurant-v6-qty-stepper button:disabled{opacity:.4;cursor:not-allowed}.restaurant-v6-qty-stepper input{width:58px!important;height:52px!important;min-height:52px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:#171412!important;text-align:center!important;font-size:16px!important;font-weight:700!important;line-height:52px!important;letter-spacing:0!important;opacity:1!important;visibility:visible!important;caret-color:transparent!important;pointer-events:none!important;appearance:textfield!important;-webkit-appearance:none!important;-moz-appearance:textfield}.restaurant-v6-qty-stepper input::-webkit-outer-spin-button,.restaurant-v6-qty-stepper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.restaurant-v6-sticky-add{min-height:var(--restaurant-v8-button-height,52px);display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--restaurant-v8-radius-button,999px);padding:0 var(--restaurant-v8-button-padding-x,24px);cursor:pointer;background:#171412;color:#fff;font-size:var(--restaurant-v8-button-font-size,15px);font-weight:var(--restaurant-v8-button-font-weight,700);letter-spacing:-.02em;white-space:nowrap}.restaurant-v6-sticky-add:disabled{opacity:.52;cursor:not-allowed}.restaurant-v6-modal .aawca-product-addons{margin:0;padding:16px;border-radius:22px;background:rgb(255 248 239 / .82);border:1px solid rgb(23 20 18 / .10)}.restaurant-v6-modal .aawca-product-addons-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.restaurant-v6-modal .aawca-product-addons h3,.restaurant-v6-modal .aawca-product-addons h4{margin:0;letter-spacing:-.03em}.restaurant-v6-modal .aawca-product-addons p{margin:4px 0 0;color:rgb(23 20 18 / .58)}.restaurant-v6-modal .aawca-preview-badge,.restaurant-v6-modal .aawca-preview-notice{display:none}.restaurant-v6-modal .aawca-addon-group{display:grid;gap:12px;margin-top:14px}.restaurant-v6-modal .aawca-addon-field{display:grid;gap:8px}.restaurant-v6-modal .aawca-addon-label{font-weight:700}.restaurant-v6-modal .aawca-choice-list{display:grid;gap:8px}.restaurant-v6-modal .aawca-choice-option{display:flex;align-items:center;gap:10px;min-height:46px;border-radius:16px;padding:10px 12px;background:#fff;border:1px solid rgb(23 20 18 / .10)}.restaurant-v6-modal .aawca-live-price-preview,.restaurant-v6-modal .aawca-addons-summary{border-radius:18px;background:#fff;border:1px solid rgb(23 20 18 / .10);padding:12px}.restaurant-v6-product-error{padding:44px}.restaurant-v6-product-error h2{margin:0;font-size:clamp(32px, 5vw, 54px);letter-spacing:-.06em}.restaurant-v6-product-error p{color:rgb(23 20 18 / .66)}.restaurant-v6-toast{position:fixed;left:50%;top:50%;transform:translate(-50%,calc(-50% + 8px));z-index:80;width:max-content;max-width:min(92vw, var(--restaurant-v8-modal-toast-max-width, 420px));padding:13px 16px;border-radius:999px;background:#171412;color:#fff;font-weight:700;text-align:center;box-shadow:0 18px 55px rgb(0 0 0 / .24);opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.restaurant-v6-toast.is-visible{opacity:1;transform:translate(-50%,-50%)}.restaurant-v6-toast.is-error{background:#d92d20}@media (max-width:782px){.restaurant-v6-modal{align-items:end;padding:0}.restaurant-v6-modal__dialog{width:100%;max-height:94dvh;border-radius:30px 30px 0 0;transform:translateY(100%)}.restaurant-v6-modal.is-open .restaurant-v6-modal__dialog{transform:translateY(0)}.restaurant-v6-modal__loader{padding:12px}.restaurant-v6-skeleton--media{min-height:260px;border-radius:24px}.restaurant-v6-modal__close{top:10px;right:10px;width:44px;height:44px;min-width:44px;min-height:44px}.restaurant-v6-modal__mini{top:10px;left:10px;right:60px}.restaurant-v6-product__media{padding:12px 12px 0}.restaurant-v6-product__image-main{min-height:260px;aspect-ratio:4 / 3;border-radius:24px}.restaurant-v6-product__details{padding:20px 14px 8px}.restaurant-v6-product.no-image .restaurant-v6-product__details{padding-top:28px}.restaurant-v6-product h2{font-size:var(--restaurant-v8-font-size-product-modal-title-mobile,clamp(26px, 7vw, 34px))}.restaurant-v6-product__summary{font-size:var(--restaurant-v8-font-size-product-modal-description-mobile,16px)}.restaurant-v6-sticky-footer{grid-template-columns:minmax(74px,max-content) minmax(0,1fr);gap:8px}.restaurant-v6-sticky-footer__price{gap:1px}.restaurant-v6-sticky-footer__price span{font-size:10px}.restaurant-v6-sticky-footer__price strong{font-size:clamp(16px, 4.4vw, 20px)}.restaurant-v6-sticky-footer__actions{min-width:0;justify-content:flex-end;gap:8px}.restaurant-v6-sticky-add{flex:0 0 auto;min-width:0;min-height:46px;padding:0 14px;font-size:min(var(--restaurant-v8-modal-mobile-button-font-size, 14px), 14px)}.restaurant-v6-qty-stepper{height:46px;grid-template-columns:36px 46px 36px}.restaurant-v6-qty-stepper button{width:36px;height:46px}.restaurant-v6-qty-stepper input{width:46px!important;height:46px!important;min-height:46px!important;line-height:46px!important}}@media (max-width:390px){.restaurant-v6-modal__sticky-host{padding:10px}.restaurant-v6-sticky-footer{grid-template-columns:minmax(74px,max-content) minmax(0,1fr);gap:7px}.restaurant-v6-qty-stepper{height:48px;grid-template-columns:34px 42px 34px}.restaurant-v6-qty-stepper button{width:34px;height:48px}.restaurant-v6-qty-stepper input{width:42px!important;height:48px!important;min-height:48px!important;line-height:48px!important}.restaurant-v6-sticky-add{min-height:48px;padding:0 13px;font-size:13px}}@media (prefers-reduced-motion:reduce){.restaurant-v6-modal *,.restaurant-v6-modal *::before,.restaurant-v6-modal *::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}