:root {
	--ak-gold: #d8a62b;
	--ak-deep: #17110c;
	--ak-cream: #fff9ef;
	--ak-red: #8f241e;
}

.ak-outlet-modal[hidden] {
	display: none;
}

.ak-outlet-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 24px;
}

.ak-outlet-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 10, 6, .84);
	backdrop-filter: blur(11px);
}

.ak-outlet-modal__dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid rgba(216, 166, 43, .55);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0, rgba(216, 166, 43, .2), transparent 38%),
		linear-gradient(145deg, #24150d, #100b08);
	box-shadow: 0 40px 100px rgba(0, 0, 0, .55);
	color: #fff;
}

.ak-outlet-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font: 700 30px/1 Arial, sans-serif;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.ak-outlet-modal__close:hover,
.ak-outlet-modal__close:focus-visible {
	border-color: var(--ak-gold);
	background: var(--ak-red);
	outline: none;
	transform: rotate(90deg);
}

.ak-outlet-modal__dialog h2 {
	margin: 8px 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.5rem);
}

.ak-outlet-modal__dialog > p {
	max-width: 580px;
	color: rgba(255, 255, 255, .72);
}

.ak-outlet-modal__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.ak-outlet-modal__choices button {
	display: grid;
	gap: 6px;
	min-height: 166px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 20px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ak-outlet-modal__choices button:hover,
.ak-outlet-modal__choices button:focus-visible,
.ak-outlet-modal__choices button.is-recommended {
	transform: translateY(-4px);
	border-color: var(--ak-gold);
	background: rgba(216, 166, 43, .14);
	outline: none;
}

.ak-outlet-modal__choices button span {
	color: var(--ak-gold);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .14em;
}

.ak-outlet-modal__choices button strong {
	font-size: 1.35rem;
}

.ak-outlet-modal__choices button small {
	color: rgba(255, 255, 255, .68);
	line-height: 1.5;
}

.ak-outlet-recommend {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.ak-outlet-recommend label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.ak-outlet-recommend > div {
	display: flex;
	gap: 8px;
}

.ak-outlet-recommend input,
.ak-outlet-recommend button {
	min-height: 48px;
	border: 0;
	border-radius: 12px;
}

.ak-outlet-recommend input {
	flex: 1;
	padding: 0 14px;
}

.ak-outlet-recommend button {
	padding: 0 18px;
	background: var(--ak-gold);
	color: #211307;
	font-weight: 800;
	cursor: pointer;
}

.ak-outlet-modal-open {
	overflow: hidden;
}

.ak-outlet-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 190px;
	padding: 8px 11px;
	border: 1px solid #d8a62b;
	border-radius: 14px;
	background: #f2bd3e;
	color: #17120b;
	box-shadow: 0 8px 20px rgba(13, 9, 5, .18);
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ak-outlet-switcher:hover,
.ak-outlet-switcher:focus-visible {
	border-color: #9f241c;
	background: #9f241c;
	color: #fff;
	box-shadow: 0 10px 24px rgba(159, 36, 28, .32);
	transform: translateY(-1px);
}

.ak-outlet-switcher:focus-visible {
	outline: 3px solid rgba(242, 189, 62, .55);
	outline-offset: 3px;
}

.ak-outlet-switcher > span:last-child {
	display: grid;
	min-width: 0;
	text-align: left;
}

.ak-outlet-switcher small {
	font-size: .58rem;
	letter-spacing: .09em;
	text-transform: uppercase;
	opacity: .66;
}

.ak-outlet-switcher strong {
	overflow: hidden;
	font-size: .75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ak-item-instructions {
	display: grid;
	gap: 5px;
	margin-top: 10px;
	font-size: .75rem;
	font-weight: 700;
}

.ak-item-instructions textarea {
	min-height: 62px;
	padding: 9px 11px;
	resize: vertical;
	border: 1px solid rgba(40, 25, 15, .16);
	border-radius: 10px;
	background: rgba(255, 255, 255, .75);
	font: inherit;
}

.ak-menu-card.is-sold-out {
	opacity: .72;
}

.ak-menu-card.is-time-unavailable {
	border-color: rgba(145, 57, 40, .22);
	background: linear-gradient(155deg, #fffefa, #f8f1e8);
}

.ak-menu-card.is-time-unavailable .ak-menu-card__image img {
	filter: grayscale(.42) saturate(.68);
}

.ak-menu-card__labels .ak-availability-label.is-closed {
	border-color: rgba(145, 57, 40, .18);
	background: #fff0e9;
	color: #963b2e;
}

.ak-menu-card__labels .ak-time-unavailable {
	background: #8e3429;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ak-menu-clock {
	display: block;
	margin-top: 7px;
	color: var(--muted);
	font-weight: 700;
}

.ak-add-to-cart--unavailable:disabled {
	background: #766b61;
	color: #fff;
	opacity: 1;
	cursor: not-allowed;
}

[data-ak-time-cart-control][hidden],
[data-ak-time-unavailable][hidden],
[data-ak-time-status][hidden] {
	display: none;
}

.ak-menu-card__status {
	display: inline-flex;
	width: fit-content;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f2d9d6;
	color: var(--ak-red);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ak-order-outlet-summary {
	padding: 14px 16px;
	border: 1px solid rgba(216, 166, 43, .34);
	border-radius: 14px;
	background: rgba(216, 166, 43, .08);
}

.ak-selected-outlet-details {
	display: grid;
	grid-template-columns: minmax(180px, 1.5fr) repeat(4, minmax(110px, 1fr)) auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 20px;
	padding: 16px;
	border: 1px solid rgba(216, 166, 43, .35);
	border-radius: 18px;
	background: linear-gradient(135deg, #fffaf0, #fff);
	box-shadow: 0 10px 30px rgba(46, 25, 9, .06);
}

.ak-selected-outlet-details > div {
	display: grid;
	gap: 3px;
}

.ak-selected-outlet-details small {
	color: #796a5e;
	font-size: .7rem;
}

.ak-selected-outlet-details a {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

.ak-cart-outlet {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 22px;
	padding: 15px 17px;
	border: 1px solid rgba(216, 166, 43, .4);
	border-radius: 16px;
	background: var(--ak-cream);
}

.ak-cart-outlet > div {
	display: grid;
	margin-right: auto;
}

.ak-cart-outlet small {
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.ak-cart-quantity {
	display: inline-grid;
	grid-template-columns: 34px 48px 34px;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(40, 25, 15, .18);
	border-radius: 10px;
}

.ak-cart-quantity button,
.ak-cart-quantity input.qty {
	width: 100% !important;
	height: 38px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff;
	text-align: center;
}

.ak-cart-quantity button {
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 800;
}

.ak-addon-available {
	border-color: rgba(216, 166, 43, .34) !important;
	background: #fff5cf !important;
	color: #76520a !important;
}

.ak-addon-summary {
	display: grid;
	gap: 7px;
	margin-top: 10px;
	padding: 10px 12px;
	border: 1px solid rgba(216, 166, 43, .35);
	border-radius: 11px;
	background: #fff9e9;
	color: #49321e;
	font-size: .75rem;
	line-height: 1.45;
}

.ak-addon-summary[hidden] {
	display: none;
}

.ak-addon-summary button {
	width: fit-content;
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--ak-red);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.ak-addon-modal[hidden] {
	display: none;
}

.ak-addon-modal {
	position: fixed;
	inset: 0;
	z-index: 1000001;
	display: grid;
	place-items: center;
	padding: 22px;
}

.ak-addon-modal__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(15, 9, 5, .82);
	backdrop-filter: blur(10px);
	cursor: default;
}

.ak-addon-modal__dialog {
	position: relative;
	width: min(780px, 100%);
	max-height: calc(100vh - 44px);
	overflow: auto;
	padding: clamp(28px, 5vw, 50px);
	border: 1px solid rgba(216, 166, 43, .55);
	border-radius: 26px;
	background:
		radial-gradient(circle at 100% 0, rgba(216, 166, 43, .2), transparent 40%),
		linear-gradient(145deg, #27170e, #100b08);
	box-shadow: 0 36px 100px rgba(0, 0, 0, .58);
	color: #fff;
}

.ak-addon-modal__dialog h2 {
	margin: 7px 48px 8px 0;
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 3rem);
}

.ak-addon-modal__dialog > p {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .72);
}

.ak-addon-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font: 700 30px/1 Arial, sans-serif;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.ak-addon-modal__close:hover,
.ak-addon-modal__close:focus-visible {
	border-color: var(--ak-gold);
	background: var(--ak-red);
	outline: none;
	transform: rotate(90deg);
}

.ak-addon-modal__groups {
	display: grid;
	gap: 18px;
}

.ak-addon-group {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 18px;
	background: rgba(255, 255, 255, .06);
}

.ak-addon-group legend {
	padding: 0 7px;
	color: #f3bf39;
	font-size: 1rem;
	font-weight: 800;
}

.ak-addon-group > small {
	display: block;
	margin: 0 0 12px;
	color: rgba(255, 255, 255, .64);
}

.ak-addon-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.ak-addon-option {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 10px;
	align-items: center;
	min-height: 54px;
	padding: 11px 13px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
	cursor: pointer;
}

.ak-addon-option:has(input:checked) {
	border-color: var(--ak-gold);
	background: rgba(216, 166, 43, .16);
}

.ak-addon-option input {
	width: 18px;
	height: 18px;
	accent-color: var(--ak-gold);
}

.ak-addon-option strong {
	color: #f3bf39;
	font-size: .78rem;
}

.ak-addon-modal__error {
	margin: 16px 0 0;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff0ec;
	color: #8f241e;
	font-weight: 800;
}

.ak-addon-modal__footer {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 22px;
}

.ak-addon-modal__footer button {
	min-height: 46px;
	padding: 0 18px;
	border-radius: 12px;
	font-weight: 800;
}

.ak-addon-modal__footer .button--outline {
	border: 1px solid rgba(255, 255, 255, .28);
	background: transparent;
	color: #fff;
}

.ak-addon-modal__footer .button--primary {
	border: 1px solid var(--ak-gold);
	background: var(--ak-gold);
	color: #211307;
}

.ak-addon-modal-open {
	overflow: hidden;
}

@media (max-width: 820px) {
	.ak-outlet-modal {
		padding: 12px;
	}

	.ak-outlet-modal__dialog {
		max-height: calc(100vh - 24px);
		padding: 26px 20px;
		border-radius: 20px;
	}

	.ak-outlet-modal__choices {
		grid-template-columns: 1fr;
	}

	.ak-outlet-modal__choices button {
		min-height: 132px;
	}

	.site-header__actions .ak-outlet-switcher {
		display: none;
	}

	.ak-selected-outlet-details {
		grid-template-columns: 1fr 1fr;
	}

	.ak-addon-modal {
		padding: 10px;
	}

	.ak-addon-modal__dialog {
		max-height: calc(100vh - 20px);
		padding: 27px 18px 20px;
		border-radius: 19px;
	}

	.ak-addon-options {
		grid-template-columns: 1fr;
	}

	.ak-addon-modal__footer {
		position: sticky;
		bottom: -20px;
		margin-right: -18px;
		margin-left: -18px;
		padding: 14px 18px 20px;
		background: #140d09;
	}
}
