body:has(.ek-order-now) { background: #f2f4f5; }
body:has(.ek-order-now) .site-content { width: 100%; max-width: none; margin: 0; padding: 0; }
body:has(.ek-order-now) .site-header { color: white; background: #101112; border-bottom: 0; box-shadow: 0 1px 0 rgb(255 255 255 / 10%); }
body:has(.ek-order-now) .header-icon-button { color: white; }
body:has(.ek-order-now) .header-icon-button:hover, body:has(.ek-order-now) .header-icon-button:focus-visible { background: rgb(255 255 255 / 10%); }
body:has(.ek-order-now) .site-header__brand { color: white; }
.header-cart-link { position: relative; }
.header-cart-link__count { position: absolute; top: 0.05rem; right: 0.02rem; display: grid; min-width: 1.2rem; height: 1.2rem; place-items: center; padding-inline: 0.2rem; color: white; font-size: 0.7rem; font-weight: 900; line-height: 1; background: var(--ek-color-red); border: 2px solid #101112; border-radius: 999px; }
.ek-order-now { min-height: 100svh; overflow: hidden; color: #171717; background: #f2f4f5; }
.ek-order-now__hero { position: relative; isolation: isolate; min-height: clamp(16.5rem, 62vw, 22rem); padding: 1rem max(1rem, env(safe-area-inset-right)) 3.25rem max(1rem, env(safe-area-inset-left)); overflow: hidden; color: white; background: radial-gradient(circle at 85% 80%, rgb(180 64 34 / 45%), transparent 34%), radial-gradient(circle at 55% 110%, #5d2117 0, transparent 52%), linear-gradient(135deg, #090909, #1b1410 58%, #3a1713); }
.ek-order-now__hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(90deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 43%) 48%, rgb(0 0 0 / 10%) 100%); }
.ek-order-now__location { position: relative; z-index: 3; display: inline-flex; min-height: 3.3rem; align-items: center; gap: 0.55rem; padding: 0.55rem 0.8rem; color: white; font-weight: 800; background: rgb(25 26 28 / 88%); border: 1px solid rgb(255 255 255 / 28%); border-radius: 0.85rem; box-shadow: inset 0 0 0 1px rgb(0 0 0 / 28%); }
.ek-order-now__location svg { width: 1.45rem; height: 1.45rem; fill: none; stroke: var(--ek-color-yellow); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.ek-order-now__hero-copy { position: relative; z-index: 1; max-width: 19rem; margin-top: clamp(2rem, 9vw, 3.25rem); }
.ek-order-now__hero h1 { margin: 0; font: 900 clamp(2.45rem, 11vw, 4rem) / 0.9 var(--ek-font-display); letter-spacing: -0.055em; text-transform: uppercase; }
.ek-order-now__hero h1 strong { color: var(--ek-color-yellow); font: inherit; }
.ek-order-now__hero p { margin: 0.45rem 0 0; font-size: clamp(1.08rem, 4.8vw, 1.35rem); font-weight: 800; }
.ek-order-now__hero-media { position: absolute; z-index: 0; right: -1rem; bottom: -2.5rem; width: min(54vw, 20rem); height: min(47vw, 17rem); border: 1px solid rgb(255 211 74 / 25%); border-radius: 50% 50% 0 0; background: radial-gradient(circle at 45% 35%, rgb(255 211 74 / 20%), transparent 42%), linear-gradient(140deg, rgb(255 255 255 / 12%), transparent 62%); opacity: 0.65; }
.ek-order-now__menu-surface { position: relative; z-index: 2; min-height: 7rem; margin-top: -1.5rem; padding: 1rem 0 2rem; background: #f2f4f5; border-radius: 1.5rem 1.5rem 0 0; }
.ek-order-now__categories { display: flex; gap: 0.45rem; width: 100%; overflow-x: auto; overscroll-behavior-x: contain; padding: 0.2rem 0.8rem 0.7rem; scrollbar-width: none; }
.ek-order-now__categories::-webkit-scrollbar { display: none; }
.ek-order-now__category { flex: 0 0 auto; display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: center; padding: 0.55rem 0.9rem; color: #202020; font-size: 0.93rem; font-weight: 850; line-height: 1; white-space: nowrap; text-decoration: none; background: #e7ebee; border: 1px solid #d6dce0; border-radius: 999px; }
.ek-order-now__category.is-active { color: white; background: var(--ek-color-red); border-color: var(--ek-color-red); box-shadow: 0 0.35rem 0.75rem rgb(146 28 37 / 22%); }
.ek-order-now__category:hover, .ek-order-now__category:focus-visible { background: #d8dee2; }
.ek-order-now__category.is-active:hover, .ek-order-now__category.is-active:focus-visible { background: #991e2a; }
.ek-order-now__category:focus-visible { outline: 3px solid var(--ek-color-focus); outline-offset: 2px; }
.ek-order-now__products { display: grid; gap: 0.8rem; padding: 0 1rem 2rem; }
.ek-order-now__product { display: grid; grid-template-columns: 7.25rem minmax(0, 1fr); min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dbe0e3; border-radius: 0.9rem; box-shadow: 0 0.3rem 0.9rem rgb(34 42 48 / 8%); }
.ek-order-now__product[hidden] { display: none; }
.ek-order-now__product-image { min-height: 7.25rem; background: #e9edef; }
.ek-order-now__product-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ek-order-now__product-copy { min-width: 0; padding: 0.8rem 0.85rem; }
.ek-order-now__product h2 { margin: 0; color: #1b1c1d; font-size: 1.05rem; line-height: 1.15; }
.ek-order-now__product-price { margin: 0.4rem 0 0; color: #a62a2d; font-size: 1.15rem; font-weight: 900; }
.ek-order-now__product-price ins { text-decoration: none; }
.ek-order-now__product-description { margin-top: 0.35rem; color: #596067; font-size: 0.86rem; line-height: 1.35; }
.ek-order-now__product-description p { margin: 0; }
.ek-order-now__product { position: relative; }
.ek-order-now__product-link { color: inherit; text-decoration: none; }
.ek-order-now__product-link::after { position: absolute; inset: 0; content: ''; }
.ek-order-now__product:focus-within { outline: 3px solid var(--ek-color-red); outline-offset: 2px; }
.ek-order-now__product-link:focus-visible { outline: none; }
.ek-order-now__product:hover { border-color: #a62a2d; }
.ek-order-now__product-image { background-image: var(--ek-product-background, none); background-position: center; background-size: cover; }
html.ek-order-sheet-open { overflow: hidden; }
.ek-order-sheet-open body { position: fixed; top: var(--ek-order-scroll-y); width: 100%; overflow: hidden; }
.ek-order-now__sheet { box-sizing: border-box; inset: 4.25rem 0 0; width: min(100%, 36rem); max-width: 100%; max-height: calc(100dvh - 4.25rem); margin: auto auto 0; padding: 3.75rem 1.25rem max(1.25rem, env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; color: #1b1c1d; background: #fff; border: 0; border-radius: 1.5rem 1.5rem 0 0; box-shadow: 0 -0.5rem 3rem rgb(0 0 0 / 20%); }
.ek-order-now__sheet::backdrop { background: linear-gradient(to bottom, transparent 0 4.25rem, rgb(0 0 0 / 65%) 4.25rem); }
.ek-order-now__sheet[open] { animation: ek-product-sheet-in 160ms ease-out both; }
.ek-order-now__sheet-close { position: absolute; z-index: 5; top: 0.6rem; right: 0.75rem; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; color: #fff; background: var(--ek-color-red); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0.2rem 0.65rem rgb(0 0 0 / 24%); font: 2rem/1 sans-serif; cursor: pointer; transition: background-color 120ms ease, box-shadow 120ms ease, transform 120ms ease; }
.ek-order-now__sheet-close:hover { background: #8f1823; box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 32%); transform: scale(1.04); }
.ek-order-now__sheet .ek-order-now__sheet-close:focus-visible { outline: 3px solid var(--ek-color-focus); outline-offset: 2px; box-shadow: 0 0 0 2px #fff, 0 0.3rem 0.8rem rgb(0 0 0 / 32%); }
.ek-order-now__sheet h2 { margin: 1rem 0 0; font-size: clamp(1.65rem, 6vw, 2.1rem); line-height: 1.1; overflow-wrap: anywhere; }
.ek-order-now__sheet-image { min-height: 0; height: min(55vw, 16rem); overflow: hidden; border-radius: 0.85rem; }
.ek-order-now__sheet-image img { width: 100%; height: 100%; object-fit: contain; }
.ek-order-now__sheet-description { margin-block: 1rem; line-height: 1.5; color: #596067; }
.ek-order-now__controls-skeleton { display: grid; gap: 0.7rem; margin-top: 1.25rem; }
.ek-order-now__controls-skeleton span { display: block; height: 3.25rem; background: linear-gradient(90deg, #edf0f1 15%, #f8f9f9 45%, #edf0f1 75%); background-size: 220% 100%; border-radius: 0.65rem; animation: ek-order-skeleton 1.15s linear infinite; }
.ek-order-now__controls-skeleton span:first-child { width: 44%; height: 1rem; margin-bottom: 0.15rem; }
.ek-order-now__customize-heading { margin: 1.5rem 0 0.15rem; font-size: 1.15rem; line-height: 1.2; }
.ek-order-now__sheet .wapf-wrapper { margin-top: 1.25rem; }
.ek-order-now__sheet .wapf-field-container { margin: 1.5rem 0 0; padding-top: 1.4rem; border-top: 1px solid #e2e5e7; }
.ek-order-now__sheet .wapf-field-container:first-child { margin-top: 0; }
.ek-order-now__sheet .wapf-field-label { margin-bottom: 0.7rem; color: #1b1c1d; font-size: 1.05rem; font-weight: 900; line-height: 1.2; }
.ek-order-now__sheet .wapf-field-label label { display: inline-flex; align-items: baseline; gap: 0.3rem; }
.ek-order-now__sheet .wapf-field-label .required { color: var(--ek-color-red); font-size: 1rem; font-weight: 900; text-decoration: none; }
.ek-order-now__sheet .wapf-checkboxes { display: grid; gap: 0.5rem; }
.ek-order-now__sheet .wapf-checkable { margin: 0; }
.ek-order-now__sheet .wapf-input-label { position: relative; display: grid; grid-template-columns: 1.35rem minmax(0, 1fr); gap: 0.75rem; min-height: 3.2rem; align-items: center; padding: 0.65rem 0.75rem; color: #25272a; background: #fff; border: 1px solid #d7dde0; border-radius: 0.7rem; cursor: pointer; transition: border-color 120ms ease, background-color 120ms ease, box-shadow 120ms ease; }
.ek-order-now__sheet .wapf-input-label::before { display: grid; width: 1.25rem; height: 1.25rem; box-sizing: border-box; place-items: center; color: #fff; content: ''; background: #fff; border: 2px solid #8f989f; border-radius: 0.32rem; font-size: 0.9rem; font-weight: 900; line-height: 1; }
.ek-order-now__sheet .wapf-input-label:has(.wapf-input:checked) { background: #fff6f6; border-color: var(--ek-color-red); box-shadow: 0 0 0 1px rgb(166 42 45 / 12%); }
.ek-order-now__sheet .wapf-input-label:has(.wapf-input:checked)::before { content: '✓'; background: var(--ek-color-red); border-color: var(--ek-color-red); }
.ek-order-now__sheet .wapf-input-label:focus-within { outline: 3px solid var(--ek-color-focus); outline-offset: 2px; }
.ek-order-now__sheet .wapf-input { font: inherit; }
.ek-order-now__sheet input.wapf-input[type='checkbox'] { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.ek-order-now__sheet .wapf-label-text { display: flex; min-width: 0; align-items: baseline; justify-content: space-between; gap: 0.65rem; font-size: 0.97rem; font-weight: 750; line-height: 1.25; }
.ek-order-now__sheet .wapf-pricing-hint { flex: 0 0 auto; color: #6b7379; font-size: 0.9rem; font-weight: 750; white-space: nowrap; }
.ek-order-now__sheet .wapf-field-select .wapf-field-input { position: relative; }
.ek-order-now__sheet select.wapf-input { width: 100%; min-height: 3.25rem; padding: 0.7rem 2.7rem 0.7rem 0.85rem; color: #25272a; font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.2; background: #fff; border: 1px solid #b8c0c5; border-radius: 0.7rem; appearance: auto; }
.ek-order-now__sheet select.wapf-input:focus-visible { outline: 3px solid var(--ek-color-focus); outline-offset: 2px; border-color: var(--ek-color-red); }
.ek-order-now__sheet .wapf-product-totals { display: grid; gap: 0.35rem; margin-top: 1.25rem; padding: 0.85rem; color: #34383c; background: #f3f5f6; border-radius: 0.7rem; font-size: 0.94rem; }
.ek-order-now__sheet .wapf-product-totals .wapf-grand-total { color: #1b1c1d; font-size: 1.1rem; font-weight: 900; }
.ek-order-now__sheet .wapf-product-totals .woocommerce-Price-amount { white-space: nowrap; }
.ek-order-now__sheet .wapf-wrapper + .cart, .ek-order-now__sheet .wapf-wrapper ~ .single_add_to_cart_button { margin-top: 1.4rem; }
.ek-order-now__sheet .cart { margin-top: 1.25rem; }
.ek-order-now__sheet .variations { width: 100%; border: 0; }
.ek-order-now__sheet .variations tr, .ek-order-now__sheet .variations th, .ek-order-now__sheet .variations td { display: block; padding: 0; border: 0; text-align: left; }
.ek-order-now__sheet .variations label { display: block; margin: 0.9rem 0 0.4rem; font-weight: 800; }
.ek-order-now__sheet select, .ek-order-now__sheet .qty { box-sizing: border-box; max-width: 100%; min-height: 3rem; padding: 0.65rem; color: #1b1c1d; background: #fff; border: 1px solid #b5bdc3; border-radius: 0.5rem; font: inherit; font-size: 1rem; }
.ek-order-now__sheet select { width: 100%; }
.ek-order-now__sheet .qty { width: 5.5rem; margin-bottom: 0.8rem; }
.ek-order-now__sheet .reset_variations { display: inline-flex; align-items: center; min-height: 2.75rem; color: #a62a2d; }
.ek-order-now__sheet .single_variation { margin-bottom: 1rem; }
.ek-order-now__sheet .woocommerce-variation-price { font-size: 1.25rem; font-weight: 900; }
.ek-order-now__sheet .single_add_to_cart_button { display: block; width: 100%; min-height: 3.25rem; padding: 0.85rem 1rem; color: #fff; background: var(--ek-color-red); border: 0; border-radius: 0.65rem; font: inherit; font-weight: 850; cursor: pointer; }
.ek-order-now__sheet .single_add_to_cart_button:disabled { opacity: 0.5; cursor: not-allowed; }
.ek-order-now__sheet .single_add_to_cart_button.is-busy { position: relative; color: transparent; pointer-events: none; }
.ek-order-now__sheet .single_add_to_cart_button.is-busy::after { position: absolute; inset: 0; width: 1.1rem; height: 1.1rem; margin: auto; content: ''; border: 2px solid rgb(255 255 255 / 45%); border-top-color: #fff; border-radius: 50%; animation: ek-order-spinner 700ms linear infinite; }
.ek-order-now__sheet :is(button, select, input, a):focus-visible { outline: 3px solid #a62a2d; outline-offset: 3px; }
.ek-order-now__sheet-status { margin: 1rem 0 0; line-height: 1.4; font-weight: 700; }
.ek-order-now__sheet-status:empty { margin: 0; }
.ek-order-now__success { display: grid; min-height: min(52dvh, 28rem); align-content: center; justify-items: center; padding: 1.5rem 0; text-align: center; animation: ek-order-success-in 180ms ease-out both; }
.ek-order-now__success svg { width: 4.25rem; height: 4.25rem; margin-bottom: 1.15rem; fill: #a62a2d; }
.ek-order-now__success svg circle { fill: #f8e7e7; stroke: #a62a2d; stroke-width: 2; }
.ek-order-now__success svg path { fill: none; stroke: #a62a2d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.5; }
.ek-order-now__success h2 { margin: 0; color: #1b1c1d; font-size: clamp(1.7rem, 7vw, 2.25rem); text-transform: uppercase; }
.ek-order-now__success p { max-width: 18rem; margin: 0.6rem 0 1.5rem; color: #596067; font-weight: 700; line-height: 1.45; }
.ek-order-now__success button { min-height: 2.9rem; padding: 0.7rem 1rem; color: #a62a2d; font: inherit; font-weight: 850; background: #f8e7e7; border: 0; border-radius: 0.55rem; cursor: pointer; }
.ek-order-now__checkout-bar { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(7.35rem, 8.25rem); gap: 0.65rem; align-items: center; min-height: 4rem; padding: 0.55rem max(0.8rem, env(safe-area-inset-right)) max(0.55rem, env(safe-area-inset-bottom)) max(0.8rem, env(safe-area-inset-left)); color: #fff; background: #101112; border-top: 1px solid rgb(255 255 255 / 14%); box-shadow: 0 -0.4rem 1.4rem rgb(0 0 0 / 25%); transition: opacity 150ms ease, transform 150ms ease; }
.ek-order-now__checkout-bar[hidden] { display: none; }
.ek-order-now__checkout-cart { display: flex; min-width: 0; align-items: center; gap: 0.65rem; color: inherit; text-decoration: none; }
.ek-order-now__checkout-cart svg { flex: 0 0 auto; width: 1.65rem; height: 1.65rem; fill: none; stroke: var(--ek-color-yellow); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.ek-order-now__checkout-summary { display: grid; min-width: 0; gap: 0.22rem; }
.ek-order-now__checkout-summary strong { font-size: 0.96rem; line-height: 1.1; }
.ek-order-now__checkout-summary small { display: flex; min-width: 0; align-items: center; gap: 0.32rem; color: rgb(255 255 255 / 76%); font-size: 0.8rem; font-weight: 650; line-height: 1.2; white-space: nowrap; }
.ek-order-now__checkout-summary small > span { flex: 0 1 auto; overflow: hidden; text-overflow: ellipsis; }
.ek-order-now__checkout-summary small b { flex: 0 0 auto; color: var(--ek-color-yellow); font-size: 0.9em; }
.ek-order-now__checkout-subtotal { flex: 0 0 auto !important; overflow: visible !important; }
.ek-order-now__checkout-subtotal .woocommerce-Price-amount, .ek-order-now__checkout-subtotal .woocommerce-Price-amount bdi { display: inline-block; white-space: nowrap; }
.ek-order-now__checkout-action { display: inline-flex; min-height: 3.05rem; align-items: center; justify-content: center; padding: 0.6rem 0.8rem; color: #fff; font-size: 0.95rem; font-weight: 900; text-align: center; text-decoration: none; white-space: nowrap; background: var(--ek-color-red); border-radius: 0.65rem; }
body:has(.ek-order-now__checkout-bar:not([hidden])) .ek-order-now__products { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
.ek-order-sheet-open .ek-order-now__checkout-bar { pointer-events: none; opacity: 0; transform: translateY(100%); }
@keyframes ek-product-sheet-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ek-order-skeleton { to { background-position: -220% 0; } }
@keyframes ek-order-spinner { to { transform: rotate(360deg); } }
@keyframes ek-order-success-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 48rem) { .ek-order-now__sheet { margin: auto; border-radius: 1.5rem; padding-inline: 1.75rem; } .ek-order-now__checkout-bar { max-width: 42rem; margin-inline: auto; border-inline: 1px solid rgb(255 255 255 / 14%); border-radius: 0.85rem 0.85rem 0 0; } }
@media (max-width: 22rem) { .ek-order-now__checkout-bar { grid-template-columns: minmax(0, 1fr) 7rem; gap: 0.45rem; padding-inline: 0.65rem; } .ek-order-now__checkout-cart { gap: 0.45rem; } .ek-order-now__checkout-cart svg { width: 1.45rem; height: 1.45rem; } .ek-order-now__checkout-summary strong { font-size: 0.9rem; } .ek-order-now__checkout-summary small { gap: 0.22rem; font-size: 0.74rem; } .ek-order-now__checkout-action { min-height: 2.9rem; font-size: 0.88rem; } }
@media (prefers-reduced-motion: reduce) { .ek-order-now__sheet[open], .ek-order-now__success { animation: none; } .ek-order-now__controls-skeleton span, .ek-order-now__sheet .single_add_to_cart_button.is-busy::after { animation: none; } .ek-order-now__checkout-bar { transition: none; } }
@media (min-width: 30rem) { .ek-order-now__product { grid-template-columns: 8rem minmax(0, 1fr); } .ek-order-now__product-image { min-height: 8rem; } }
@media (min-width: 48rem) { .ek-order-now__hero { min-height: 22rem; padding-inline: max(2rem, calc((100% - var(--ek-content-width)) / 2)); } .ek-order-now__hero-copy { max-width: 31rem; } .ek-order-now__menu-surface { margin-top: -2rem; border-radius: 2rem 2rem 0 0; } .ek-order-now__categories { max-width: var(--ek-content-width); padding-inline: 0; margin-inline: auto; } }
