/*
Theme Name: Hallall Food Modern
Theme URI: https://hallall-food.com/
Description: A modern, conversion-focused child theme for Hallall Food.
Author: Hallall Food
Template: catch-foodmania
Version: 1.0.0
Text Domain: hallall-modern
*/

:root {
	--hf-red: #ef2c25;
	--hf-red-dark: #c91f1a;
	--hf-yellow: #ffc544;
	--hf-ink: #1d1917;
	--hf-muted: #736b66;
	--hf-cream: #f8f6f2;
	--hf-surface: #ffffff;
	--hf-border: #ebe5df;
	--hf-shadow-sm: 0 8px 24px rgba(45, 31, 25, 0.07);
	--hf-shadow-lg: 0 24px 65px rgba(45, 31, 25, 0.13);
	--hf-radius-sm: 14px;
	--hf-radius: 22px;
	--hf-radius-lg: 32px;
}

/* Modern checkout */
body.rpress-checkout {
	background:
		radial-gradient(circle at 12% 18%, rgba(239, 44, 37, 0.055), transparent 28rem),
		var(--hf-cream);
}

body.rpress-checkout .below-site-header,
body.rpress-checkout .singular-content-wrap {
	padding-top: 0 !important;
}

body.rpress-checkout .site-content {
	padding-bottom: 80px;
	padding-top: 42px;
}

body.rpress-checkout .site-main,
body.rpress-checkout .singular-content-wrap,
body.rpress-checkout .entry-container {
	max-width: none;
	width: 100%;
}

body.rpress-checkout .entry-container {
	padding: 0;
}

body.rpress-checkout .entry-header {
	margin: 0 auto 38px;
	max-width: 1120px;
	padding: 0 20px;
	text-align: center;
}

body.rpress-checkout .entry-header::before {
	background: #fff0ed;
	border-radius: 999px;
	color: var(--hf-red);
	content: "POROSI ONLINE";
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.13em;
	margin-bottom: 11px;
	padding: 7px 13px;
}

body.rpress-checkout .entry-title {
	color: var(--hf-ink);
	font-size: clamp(34px, 4.5vw, 52px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 1.04;
	margin: 0;
}

body.rpress-checkout .entry-meta {
	display: none;
}

body.rpress-checkout .entry-content {
	margin: 0;
	max-width: none;
	padding: 0 20px;
}

body.rpress-checkout .hallall-checkout-toolbar {
	align-items: stretch;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 0 auto 24px;
	max-width: 1120px;
	width: 100%;
}

body.rpress-checkout .hallall-checkout-back,
body.rpress-checkout .hallall-checkout-service {
	align-items: center;
	background: #fff;
	border: 1px solid var(--hf-border);
	border-radius: 16px;
	box-shadow: 0 7px 20px rgba(45, 31, 25, 0.055);
	display: inline-flex;
	min-height: 58px;
}

body.rpress-checkout .hallall-checkout-back {
	color: var(--hf-ink);
	font-size: 13px;
	font-weight: 850;
	gap: 9px;
	padding: 11px 17px;
}

body.rpress-checkout .hallall-checkout-back > svg {
	background: #fff1ef;
	border-radius: 50%;
	color: var(--hf-red);
	height: 32px;
	padding: 7px;
	width: 32px;
}

body.rpress-checkout .hallall-checkout-back:hover,
body.rpress-checkout .hallall-checkout-back:focus {
	border-color: #ffcfc9;
	box-shadow: 0 9px 23px rgba(239, 44, 37, 0.1);
	color: var(--hf-red);
	transform: translateY(-1px);
}

body.rpress-checkout .hallall-checkout-service {
	gap: 10px;
	margin-left: auto;
	padding: 10px 15px 10px 11px;
}

body.rpress-checkout .hallall-checkout-service__icon {
	align-items: center;
	background: #fff1ef;
	border-radius: 12px;
	color: var(--hf-red);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

body.rpress-checkout .hallall-checkout-service__icon svg {
	height: 21px;
	width: 21px;
}

body.rpress-checkout .hallall-checkout-service__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.2;
}

body.rpress-checkout .hallall-checkout-service__copy small {
	color: var(--hf-muted);
	font-size: 10px;
	font-weight: 700;
}

body.rpress-checkout .hallall-checkout-service__copy strong {
	color: var(--hf-ink);
	font-size: 13px;
	font-weight: 900;
}

body.rpress-checkout .hallall-checkout-service--missing {
	background: #fff9ed;
	border-color: #f1d49b;
}

body.rpress-checkout #rpress_checkout_wrap {
	margin: 0 auto;
	max-width: 1120px;
	overflow: visible;
	width: 100%;
}

body.rpress-checkout #rpress_checkout_wrap:has(#rpress_checkout_cart_form) {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

body.rpress-checkout #rpress_checkout_form_wrap {
	float: none !important;
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

body.rpress-checkout #rpress_checkout_cart_form {
	float: none !important;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 0;
	position: sticky !important;
	top: 142px;
	width: 100% !important;
}

body.admin-bar.rpress-checkout #rpress_checkout_cart_form {
	top: 174px;
}

body.rpress-checkout #rpress_purchase_form {
	margin: 0;
}

body.rpress-checkout #rpress_purchase_form fieldset,
body.rpress-checkout .rp-checkout-service-option,
body.rpress-checkout #rpress_checkout_cart_wrap {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
	box-shadow: var(--hf-shadow-sm);
}

body.rpress-checkout #rpress_purchase_form fieldset {
	clear: both;
	margin: 0 0 20px;
	min-width: 0;
	padding: 26px;
}

body.rpress-checkout #rpress_purchase_form fieldset legend {
	background: transparent;
	color: var(--hf-ink);
	display: block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

body.rpress-checkout #rpress_checkout_user_info {
	display: grid;
	gap: 20px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.rpress-checkout #rpress_checkout_user_info > p,
body.rpress-checkout #rpress_purchase_form fieldset > p {
	float: none !important;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

body.rpress-checkout #rpress_checkout_user_info > legend,
body.rpress-checkout #rpress_checkout_user_info > #rpress-order-note {
	grid-column: 1 / -1;
}

.hallall-saved-details {
	align-items: center;
	background: #fff7f5;
	border: 1px solid #ffdeda;
	border-radius: 13px;
	color: #615752;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 9px;
	grid-column: 1 / -1;
	margin-top: -8px;
	min-height: 42px;
	padding: 7px 8px 7px 10px;
}

.hallall-saved-details__icon {
	align-items: center;
	background: #fff;
	border: 1px solid #ffd8d3;
	border-radius: 50%;
	color: var(--hf-red);
	display: inline-flex;
	flex: 0 0 26px;
	height: 26px;
	justify-content: center;
}

.hallall-saved-details__icon svg {
	fill: none;
	height: 15px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 15px;
}

.hallall-saved-details__clear {
	background: #fff;
	border: 1px solid #ffd8d3;
	border-radius: 999px;
	color: var(--hf-red);
	cursor: pointer;
	font: inherit;
	margin-left: auto;
	padding: 6px 10px;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.hallall-saved-details__clear:hover,
.hallall-saved-details__clear:focus {
	background: #ffebe8;
	border-color: #ffc4bd;
}

/* Modern checkout-processing overlay */
.blur-content {
	align-items: center;
	animation: hallall-checkout-overlay-in 180ms ease-out both;
	background: rgba(27, 22, 19, 0.54) !important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	display: flex;
	height: 100dvh !important;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	width: 100% !important;
	z-index: 2000010;
}

p.blur-txt {
	animation: hallall-checkout-card-in 300ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
	background:
		radial-gradient(circle at 50% 0, rgba(239, 44, 37, 0.09), transparent 145px),
		#fff;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 27px;
	box-shadow:
		0 34px 85px rgba(20, 14, 11, 0.3),
		0 8px 24px rgba(20, 14, 11, 0.13);
	color: #786e68 !important;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
	margin: 0 !important;
	max-width: 420px;
	padding: 118px 34px 31px;
	position: relative;
	text-align: center;
	width: 100% !important;
}

p.blur-txt::before {
	color: var(--hf-ink);
	content: "Po e përfundojmë porosinë";
	display: block;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.15;
	margin: 0 0 9px;
}

p.blur-txt::after {
	animation: hallall-checkout-progress 1.15s ease-in-out infinite;
	background: linear-gradient(90deg, #ffb3ad, var(--hf-red), #ffb3ad);
	background-size: 200% 100%;
	border-radius: 999px;
	box-shadow: 0 3px 10px rgba(239, 44, 37, 0.18);
	content: "";
	display: block;
	height: 4px;
	margin: 21px auto 0;
	width: 92px;
}

.blur-loader {
	align-items: center;
	background: #fff4f1;
	border: 1px solid #ffd8d2;
	border-radius: 50%;
	box-shadow:
		0 10px 25px rgba(239, 44, 37, 0.16),
		inset 0 0 0 7px #fff;
	display: flex;
	height: 70px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -104px);
	width: 70px;
	z-index: 1;
}

.blur-loader svg {
	background: transparent !important;
	display: block !important;
	height: 62px !important;
	margin: 0 !important;
	width: 62px !important;
}

.blur-loader svg circle {
	stroke: var(--hf-red);
	stroke-width: 6;
}

.blur-loader::after {
	animation: hallall-checkout-pizza 900ms ease-in-out infinite alternate;
	content: "🍕";
	font-size: 22px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

@keyframes hallall-checkout-overlay-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes hallall-checkout-card-in {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.98);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes hallall-checkout-progress {
	0% {
		background-position: 100% 0;
		transform: scaleX(0.72);
	}

	50% {
		transform: scaleX(1);
	}

	100% {
		background-position: -100% 0;
		transform: scaleX(0.72);
	}
}

@keyframes hallall-checkout-pizza {
	from {
		transform: translate(-50%, -54%) rotate(-7deg) scale(0.96);
	}

	to {
		transform: translate(-50%, -46%) rotate(7deg) scale(1.04);
	}
}

@media (max-width: 480px) {
	.blur-content {
		padding: 15px;
	}

	p.blur-txt {
		border-radius: 23px;
		font-size: 12px;
		padding: 111px 23px 26px;
	}

	p.blur-txt::before {
		font-size: 20px;
	}

	.blur-loader {
		transform: translate(-50%, -99px);
	}
}

body.rpress-checkout #rpress_checkout_user_info > .rpress-checkout-fields.hidden {
	display: none !important;
}

body.rpress-checkout #rpress_checkout_form_wrap label {
	color: #38312d;
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 8px;
}

body.rpress-checkout #rpress_checkout_form_wrap .rpress-required-indicator {
	color: var(--hf-red);
}

body.rpress-checkout #rpress_checkout_form_wrap input[type="text"],
body.rpress-checkout #rpress_checkout_form_wrap input[type="tel"],
body.rpress-checkout #rpress_checkout_form_wrap input[type="email"],
body.rpress-checkout #rpress_checkout_form_wrap input[type="password"],
body.rpress-checkout #rpress_checkout_form_wrap select,
body.rpress-checkout #rpress_checkout_form_wrap textarea {
	background: #fbfaf8;
	border: 1px solid #ddd5cf;
	border-radius: 13px;
	box-shadow: none;
	color: var(--hf-ink);
	font-size: 15px;
	margin: 0;
	outline: none;
	padding: 13px 15px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
	width: 100%;
}

body.rpress-checkout #rpress_checkout_form_wrap input[type="text"],
body.rpress-checkout #rpress_checkout_form_wrap input[type="tel"],
body.rpress-checkout #rpress_checkout_form_wrap input[type="email"],
body.rpress-checkout #rpress_checkout_form_wrap input[type="password"],
body.rpress-checkout #rpress_checkout_form_wrap select {
	min-height: 52px;
}

body.rpress-checkout #rpress_checkout_form_wrap textarea {
	min-height: 138px;
	resize: vertical;
}

body.rpress-checkout #rpress_checkout_form_wrap input:focus,
body.rpress-checkout #rpress_checkout_form_wrap select:focus,
body.rpress-checkout #rpress_checkout_form_wrap textarea:focus {
	background: #fff;
	border-color: var(--hf-red);
	box-shadow: 0 0 0 4px rgba(239, 44, 37, 0.1);
}

body.rpress-checkout #rpress_checkout_form_wrap input::placeholder,
body.rpress-checkout #rpress_checkout_form_wrap textarea::placeholder {
	color: #99908a;
	opacity: 1;
}

body.rpress-checkout .rpress-checkout-field-note,
body.rpress-checkout #rpress_checkout_form_wrap .rpress-description {
	color: var(--hf-muted);
	font-size: 12px;
	line-height: 1.45;
	margin-top: 6px;
}

body.rpress-checkout #rpress_payment_mode_select {
	padding-bottom: 24px;
}

body.rpress-checkout #rpress-payment-mode-wrap {
	display: grid;
	gap: 11px;
	margin-top: 5px;
}

body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option {
	align-items: center;
	background: #fff;
	border: 1px solid #e7ded8;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 850;
	gap: 0;
	margin: 0;
	min-height: 58px;
	padding: 12px 58px 12px 16px;
	position: relative;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option::before {
	content: none;
	display: none;
}

body.rpress-checkout #rpress-payment-mode-wrap .hallall-payment-label {
	color: var(--hf-ink);
	flex: 1 1 auto;
	line-height: 1.35;
	min-width: 0;
}

body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option:hover,
body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option-selected,
body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option:has(input:checked) {
	background: #fffafa;
	border-color: rgba(239, 44, 37, 0.3);
	box-shadow: 0 7px 18px rgba(38, 27, 24, 0.06);
	transform: none;
}

body.rpress-checkout #rpress-payment-mode-wrap input[type="radio"] {
	height: 1px;
	margin: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

body.rpress-checkout #rpress-payment-mode-wrap .control__indicator {
	align-items: center;
	background: #fff5f3;
	border: 1px solid #ffd5d0;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-flex;
	height: 26px;
	justify-content: center;
	left: auto !important;
	margin: 0 !important;
	position: absolute !important;
	right: 16px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 26px;
}

body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option-selected .control__indicator,
body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option:has(input:checked) .control__indicator {
	background: var(--hf-red);
	border-color: var(--hf-red);
	box-shadow: 0 4px 10px rgba(239, 44, 37, 0.2);
}

body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option-selected .control__indicator::before,
body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option:has(input:checked) .control__indicator::before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 9px;
	transform: translateY(-1px) rotate(45deg);
	width: 5px;
}

body.rpress-checkout #rpress-payment-mode-wrap .control__indicator::after {
	content: none !important;
	display: none !important;
}

body.rpress-checkout #rpress-payment-mode-wrap label.rpress-gateway-option:has(input:focus-visible) {
	outline: 3px solid rgba(239, 44, 37, 0.16);
	outline-offset: 2px;
}

body.rpress-checkout #rpress_purchase_submit {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	position: relative;
}

body.rpress-checkout #rpress_final_total_wrap {
	align-items: center;
	background: linear-gradient(135deg, #fff8f6, #fff2ef);
	border: 1px solid #ffd9d4;
	border-radius: 17px;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 0 0 16px !important;
	padding: 14px 16px !important;
}

body.rpress-checkout #rpress_final_total_wrap::before {
	align-items: center;
	background: #fff;
	border: 1px solid #ffd9d4;
	border-radius: 11px;
	color: var(--hf-red);
	content: "€";
	display: inline-flex;
	flex: 0 0 38px;
	font-size: 16px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
}

body.rpress-checkout #rpress_final_total_wrap strong {
	color: #594f49;
	flex: 1 1 auto;
	font-size: 14px;
}

body.rpress-checkout #rpress_final_total_wrap .rpress_cart_amount {
	color: var(--hf-red);
	font-size: 19px;
	font-weight: 900;
	white-space: nowrap;
}

body.rpress-checkout #rpress-purchase-button {
	background: linear-gradient(135deg, #ff342e, #eb1f25) !important;
	border: 0 !important;
	border-radius: 17px !important;
	box-shadow:
		0 14px 29px rgba(239, 44, 37, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: 900 !important;
	letter-spacing: 0.035em;
	min-height: 60px;
	padding: 14px 62px 14px 24px !important;
	text-transform: uppercase;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.rpress-checkout #rpress_purchase_submit::after {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	bottom: 14px;
	color: #fff;
	content: "→";
	display: flex;
	font-size: 16px;
	height: 32px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	right: 14px;
	width: 32px;
}

body.rpress-checkout #rpress-purchase-button:hover,
body.rpress-checkout #rpress-purchase-button:focus {
	box-shadow:
		0 17px 34px rgba(201, 31, 26, 0.31),
		inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
	filter: brightness(0.98);
	transform: translateY(-2px);
}

body.rpress-checkout .rp-checkout-service-option {
	display: none !important;
}

.show-service-options .delivery-time-text,
.show-service-options .pickup-time-text,
.show-service-options .rpress-hrs,
.delivery-wrap .delTime {
	display: none !important;
}

.rpress-sidebar-main-wrap .delivery-items-options {
	background: linear-gradient(135deg, #fbfaf8, #f7f4f1) !important;
	border-color: #e8dfd9 !important;
}

.rpress-sidebar-main-wrap .delivery-wrap {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.rpress-sidebar-main-wrap .delivery-opts {
	flex: 1 1 auto;
	min-width: 0;
}

.rpress-sidebar-main-wrap .hallall-service-summary {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 3px;
	line-height: 1.25;
}

.rpress-sidebar-main-wrap .hallall-service-summary .delivery-option-label {
	color: #8a7f78;
	font-size: 11px;
	font-weight: 650;
}

.rpress-sidebar-main-wrap .hallall-service-summary strong {
	color: var(--hf-ink);
	font-size: 14px;
	font-weight: 900;
}

.rpress-sidebar-main-wrap .delivery-change {
	align-items: center;
	background: #fff !important;
	border: 1px solid #eadfd9 !important;
	border-radius: 999px !important;
	color: var(--hf-red) !important;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 850;
	justify-content: center;
	margin-left: auto;
	min-height: 36px;
	padding: 8px 13px !important;
	white-space: nowrap;
}

.rpress-sidebar-main-wrap .delivery-change:hover,
.rpress-sidebar-main-wrap .delivery-change:focus {
	background: #fff3f1 !important;
	border-color: #ffcfc9 !important;
	box-shadow: 0 5px 12px rgba(239, 44, 37, 0.1);
}

body.rpress-checkout .rp-checkout-service-option .rpress-row {
	margin: 0;
}

body.rpress-checkout .rp-checkout-service-option .rpress-delivery-options,
body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab {
	margin: 0;
	width: 100%;
}

body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab {
	background: #f4f1ee;
	border: 0;
	border-radius: 14px;
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	padding: 5px;
}

body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab::before,
body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab::after {
	content: none !important;
	display: none !important;
}

body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab > li {
	float: none;
	margin: 0;
	width: 100%;
}

body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab > li > a {
	align-items: center;
	border: 0 !important;
	border-radius: 11px !important;
	color: #625953;
	display: flex !important;
	float: none !important;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	min-height: 44px;
	padding: 10px 8px;
	text-align: center;
	width: 100% !important;
}

body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab > li.active > a,
body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab > li > a.active,
body.rpress-checkout .rp-checkout-service-option ul#rpressdeliveryTab > li > a[aria-selected="true"] {
	background: #fff !important;
	box-shadow: 0 4px 12px rgba(45, 31, 25, 0.09);
	color: var(--hf-red) !important;
}

body.rpress-checkout .rp-checkout-service-option #rpress-tab-content:empty {
	display: none;
}

body.rpress-checkout .rp-checkout-service-option #rpress-tab-content {
	margin-top: 14px;
	text-align: left;
}

body.rpress-checkout .rp-checkout-service-option .delivery-time-text {
	color: #514843;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

body.rpress-checkout .rp-checkout-service-option .delivery-minimum-order-text {
	background: #fff5f3;
	border: 1px solid rgba(239, 44, 37, 0.28);
	border-left: 3px solid var(--hf-red);
	border-radius: 10px;
	color: #4f4641;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin: 0 0 11px;
	padding: 8px 10px;
}

body.rpress-checkout .rp-checkout-service-option .delivery-minimum-order-text strong {
	color: var(--hf-red-dark);
	white-space: nowrap;
}

body.rpress-checkout .rp-checkout-service-option select.rpress-hrs {
	background-color: #fff;
	border: 1px solid #ddd5cf;
	border-radius: 11px;
	color: #4f4641;
	font-size: 13px;
	height: 44px;
	margin: 0;
	padding: 8px 12px;
	width: 100%;
}

body.rpress-checkout #rpress_checkout_cart_wrap {
	overflow: hidden;
	padding: 0;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	box-shadow: none;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart thead th {
	background: #fff;
	border: 0;
	padding: 22px 20px 13px;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress.item-order {
	border: 0;
	padding: 0;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress.item-order h6 {
	color: var(--hf-ink);
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -0.025em;
	margin: 0;
	padding: 0;
	text-align: left;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart tbody,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart tfoot {
	border-top: 1px solid var(--hf-border);
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart td,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart th {
	background: transparent;
	border: 0;
	color: #3d3531;
	font-size: 13px;
	padding: 12px 20px;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart tbody tr + tr,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart tfoot tr + tr {
	border-top: 1px solid #f0ebe7;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-checkout-item-row,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress-checkout-addon-row {
	align-items: start;
	display: grid;
	gap: 7px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 0;
	width: 100%;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-checkout-item-row > .rpress-checkout-addon-row,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress-checkout-item-row > .special-instruction-wrapper,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress-checkout-item-row > .cart-action-wrap {
	grid-column: 1 / -1;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-checkout-addon-row {
	border-top: 1px solid #eee8e3;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-top: 9px;
	padding: 9px 0 0 18px !important;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress_checkout_cart_item_qty {
	color: var(--hf-red);
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart-item-title {
	color: var(--hf-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: normal;
	width: auto !important;
}

body.rpress-checkout #rpress_checkout_cart_wrap .cart-item-quantity-wrap {
	color: #4c443f;
	display: block;
	float: none !important;
	font-size: 12px;
	font-weight: 750;
	min-width: 58px;
	position: static;
	text-align: right;
	top: auto;
	white-space: nowrap;
	width: auto !important;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress_get_subtotal,
body.rpress-checkout #rpress_checkout_cart_wrap .rpress_cart_fee_label {
	font-weight: 700;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress_cart_subtotal_amount,
body.rpress-checkout #rpress_checkout_cart_wrap .pull-right {
	color: var(--hf-ink);
	font-weight: 900;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress_cart_total {
	background: #fff6f4;
	color: var(--hf-ink);
	font-size: 15px;
	font-weight: 900;
	padding-bottom: 16px;
	padding-top: 16px;
}

body.rpress-checkout #rpress_checkout_cart_wrap .rpress_cart_total .rpress_cart_amount {
	color: var(--hf-red);
	font-size: 17px;
}

body.rpress-checkout #rpress_checkout_cart_wrap .delivery-wrap {
	margin-top: 10px;
}

body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) {
	background:
		radial-gradient(circle at 50% 0, rgba(255, 230, 226, 0.9), transparent 42%),
		linear-gradient(180deg, #fff 0%, #fffaf9 100%);
	border: 1px solid #f1dcd7;
	border-radius: 28px;
	box-shadow: 0 22px 54px rgba(83, 43, 31, 0.1);
	max-width: 620px;
	overflow: hidden;
	padding: 44px 36px 36px;
	position: relative;
	text-align: center;
}

body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) .hallall-checkout-empty {
	align-items: center;
	color: var(--hf-muted);
	display: flex;
	flex-direction: column;
	margin: 0 0 24px;
}

.hallall-checkout-empty__icon {
	align-items: center;
	background: linear-gradient(145deg, #fff 10%, #ffe2de 100%);
	border: 1px solid rgba(242, 47, 43, 0.18);
	border-radius: 22px;
	box-shadow: 0 14px 28px rgba(242, 47, 43, 0.14);
	display: inline-flex;
	height: 78px;
	justify-content: center;
	margin-bottom: 22px;
	position: relative;
	width: 78px;
}

.hallall-checkout-empty__icon::after {
	background: rgba(242, 47, 43, 0.08);
	border-radius: 50%;
	content: "";
	height: 112px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 112px;
	z-index: 0;
}

.hallall-checkout-empty__icon svg {
	fill: none;
	height: 34px;
	position: relative;
	stroke: var(--hf-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 34px;
	z-index: 1;
}

.hallall-checkout-empty__eyebrow {
	color: var(--hf-red);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.hallall-checkout-empty__title {
	color: var(--hf-ink);
	font-family: var(--hf-display);
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.1;
	margin-bottom: 10px;
}

.hallall-checkout-empty__description {
	font-size: 14px;
	line-height: 1.65;
	max-width: 390px;
}

.hallall-checkout-empty__minimum {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #eaded9;
	border-radius: 999px;
	color: #665b57;
	display: inline-flex;
	font-size: 11px;
	font-weight: 750;
	gap: 7px;
	margin-top: 18px;
	padding: 9px 13px;
}

.hallall-checkout-empty__minimum i {
	color: var(--hf-red);
}

body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) > a {
	align-items: center;
	background: linear-gradient(135deg, #ff3833, #ee201d);
	border-radius: 999px;
	box-shadow: 0 13px 28px rgba(242, 47, 43, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	min-height: 50px;
	padding: 12px 25px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) > a::after {
	content: "→";
	font-size: 17px;
	line-height: 1;
}

body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) > a:hover {
	box-shadow: 0 17px 34px rgba(242, 47, 43, 0.3);
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 600px) {
	body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) {
		border-radius: 24px;
		margin-inline: 12px;
		padding: 34px 18px 24px;
		width: auto;
	}

	.hallall-checkout-empty__icon {
		border-radius: 19px;
		height: 66px;
		margin-bottom: 19px;
		width: 66px;
	}

	.hallall-checkout-empty__icon::after {
		height: 94px;
		width: 94px;
	}

	.hallall-checkout-empty__icon svg {
		height: 29px;
		width: 29px;
	}

	.hallall-checkout-empty__description {
		font-size: 13px;
		max-width: 290px;
	}

	.hallall-checkout-empty__minimum {
		white-space: normal;
	}

	body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) > a {
		width: min(100%, 260px);
	}
}

@media (max-width: 900px) {
	body.rpress-checkout .site-content {
		padding-top: 30px;
	}

	body.rpress-checkout .entry-header {
		margin-bottom: 28px;
	}

	body.rpress-checkout #rpress_checkout_wrap:has(#rpress_checkout_cart_form) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.rpress-checkout #rpress_checkout_cart_form,
	body.admin-bar.rpress-checkout #rpress_checkout_cart_form {
		grid-column: 1;
		grid-row: 1;
		position: static !important;
	}

	body.rpress-checkout #rpress_checkout_form_wrap {
		grid-column: 1;
		grid-row: 2;
	}
}

@media (max-width: 600px) {
	body.rpress-checkout .hallall-checkout-toolbar {
		gap: 8px;
		margin-bottom: 17px;
	}

	body.rpress-checkout .hallall-checkout-back,
	body.rpress-checkout .hallall-checkout-service {
		border-radius: 14px;
		flex: 1 1 0;
		min-height: 52px;
	}

	body.rpress-checkout .hallall-checkout-back {
		font-size: 11px;
		padding: 8px 10px;
	}

	body.rpress-checkout .hallall-checkout-back > svg {
		height: 29px;
		padding: 6px;
		width: 29px;
	}

	body.rpress-checkout .hallall-checkout-service {
		gap: 8px;
		justify-content: flex-start;
		padding: 7px 9px;
	}

	body.rpress-checkout .hallall-checkout-service__icon {
		border-radius: 10px;
		height: 32px;
		width: 32px;
	}

	body.rpress-checkout .hallall-checkout-service__icon svg {
		height: 18px;
		width: 18px;
	}

	body.rpress-checkout .hallall-checkout-service__copy small {
		font-size: 9px;
	}

	body.rpress-checkout .hallall-checkout-service__copy strong {
		font-size: 11px;
	}

	body.rpress-checkout .site-content {
		padding-bottom: 48px;
		padding-top: 14px;
	}

	body.rpress-checkout .entry-content,
	body.rpress-checkout .entry-header {
		padding-left: 12px;
		padding-right: 12px;
	}

	body.rpress-checkout .entry-header {
		margin-bottom: 16px;
	}

	body.rpress-checkout .entry-title {
		font-size: 30px;
	}

	body.rpress-checkout #rpress_checkout_wrap:has(#rpress_checkout_cart_form) {
		gap: 12px;
	}

	body.rpress-checkout #rpress_purchase_form fieldset {
		border-radius: 19px;
		padding: 20px 17px;
	}

	body.rpress-checkout #rpress_checkout_user_info {
		grid-template-columns: minmax(0, 1fr);
	}

	body.rpress-checkout #rpress_checkout_user_info > legend,
	body.rpress-checkout #rpress_checkout_user_info > #rpress-order-note {
		grid-column: 1;
	}

	body.rpress-checkout .rp-checkout-service-option,
	body.rpress-checkout #rpress_checkout_cart_wrap {
		border-radius: 19px;
	}

	body.rpress-checkout .rp-checkout-service-option {
		margin-bottom: 12px;
		padding: 10px;
	}

	body.rpress-checkout .rp-checkout-service-option #rpress-tab-content {
		margin-top: 10px;
	}

	body.rpress-checkout #rpress_checkout_cart_wrap.hallall-mobile-order-summary {
		border-radius: 18px;
		box-shadow: 0 8px 22px rgba(45, 31, 25, 0.065);
	}

	body.rpress-checkout .hallall-mobile-order-toggle {
		align-items: center;
		background: #fff;
		border: 0;
		color: var(--hf-ink);
		cursor: pointer;
		display: flex;
		gap: 10px;
		min-height: 68px;
		padding: 11px 13px;
		text-align: left;
		width: 100%;
	}

	body.rpress-checkout .hallall-mobile-order-toggle__icon {
		align-items: center;
		background: #fff0ee;
		border-radius: 11px;
		color: var(--hf-red);
		display: inline-flex;
		flex: 0 0 38px;
		height: 38px;
		justify-content: center;
	}

	body.rpress-checkout .hallall-mobile-order-toggle svg {
		fill: none;
		height: 18px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.9;
		width: 18px;
	}

	body.rpress-checkout .hallall-mobile-order-toggle__copy {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		gap: 2px;
		min-width: 0;
	}

	body.rpress-checkout .hallall-mobile-order-toggle__copy strong {
		font-size: 14px;
		font-weight: 900;
		line-height: 1.2;
	}

	body.rpress-checkout .hallall-mobile-order-toggle__copy small {
		color: #897d76;
		font-size: 10px;
		font-weight: 650;
		line-height: 1.2;
	}

	body.rpress-checkout .hallall-mobile-order-toggle__total {
		color: var(--hf-red);
		flex: 0 0 auto;
		font-size: 14px;
		font-weight: 900;
		white-space: nowrap;
	}

	body.rpress-checkout .hallall-mobile-order-toggle__chevron {
		align-items: center;
		background: #f7f3f0;
		border-radius: 50%;
		color: #756a64;
		display: inline-flex;
		flex: 0 0 28px;
		height: 28px;
		justify-content: center;
		transition: transform 180ms ease;
	}

	body.rpress-checkout #rpress_checkout_cart_wrap.hallall-mobile-order-summary.is-expanded .hallall-mobile-order-toggle__chevron {
		transform: rotate(180deg);
	}

	body.rpress-checkout #rpress_checkout_cart_wrap.hallall-mobile-order-summary .rpress-cart thead {
		display: none;
	}

	body.rpress-checkout #rpress_checkout_cart_wrap.hallall-mobile-order-summary:not(.is-expanded) .rpress-cart tbody,
	body.rpress-checkout #rpress_checkout_cart_wrap.hallall-mobile-order-summary:not(.is-expanded) .rpress-cart tfoot {
		display: none;
	}

	body.rpress-checkout #rpress_checkout_cart_wrap.hallall-mobile-order-summary.is-expanded .rpress-cart {
		border-top: 1px solid var(--hf-border);
	}

	body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart thead th,
	body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart td,
	body.rpress-checkout #rpress_checkout_cart_wrap .rpress-cart th {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.rpress-checkout #rpress_checkout_wrap:not(:has(#rpress_checkout_cart_form)) {
		padding: 28px 20px;
	}
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	background: var(--hf-cream);
	color: var(--hf-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: var(--hf-red);
}

a:hover,
a:focus {
	color: var(--hf-red-dark);
}

img {
	border-radius: 0;
}

.wrapper {
	width: min(100% - 40px, 1320px);
	max-width: 1320px;
}

/* Announcement bar */
.hallall-topbar {
	background: var(--hf-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.hallall-topbar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 40px;
	padding: 7px 20px;
}

.hallall-topbar__benefits {
	align-items: center;
	display: flex;
	gap: 20px;
}

.hallall-topbar__benefits span {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.hallall-topbar__benefits span::before {
	background: var(--hf-yellow);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 197, 68, 0.12);
	content: "";
	height: 6px;
	width: 6px;
}

.hallall-topbar__phone {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 7px;
}

.hallall-topbar__phone:hover,
.hallall-topbar__phone:focus {
	color: var(--hf-yellow);
}

/* Header */
#masthead.site-header {
	background: rgba(255, 255, 255, 0.96);
	border: 0;
	box-shadow: 0 10px 32px rgba(31, 24, 21, 0.07);
	position: sticky;
	top: 0;
	z-index: 999;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.admin-bar #masthead.site-header {
	top: 32px;
}

.site-header-main {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1320px;
	min-height: 92px;
	padding: 12px 20px;
	width: 100%;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0;
	padding: 0;
}

.site-branding .custom-logo-link {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	height: 68px;
	justify-content: center;
	margin: 0;
	width: 82px;
}

.site-branding .custom-logo {
	height: 68px;
	max-height: 68px;
	max-width: 82px;
	object-fit: contain;
	width: auto;
}

.site-identity {
	display: block;
}

.wp-custom-logo .site-header .site-identity {
	display: block !important;
}

.site-title,
.site-title a {
	color: var(--hf-ink);
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.1;
	margin: 0;
	text-transform: none;
}

.site-description {
	color: var(--hf-muted);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0;
	margin: 6px 0 0;
	text-transform: none;
}

.hallall-store-status {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: flex;
	font-size: 10px;
	gap: 5px;
	line-height: 1;
	margin-top: 5px;
	padding: 4px 8px;
	width: fit-content;
}

.hallall-store-status__dot {
	border-radius: 50%;
	flex: 0 0 7px;
	height: 7px;
	width: 7px;
}

.hallall-store-status strong {
	font-size: 10px;
	font-weight: 900;
}

.hallall-store-status small {
	font-size: 9px;
	font-weight: 700;
	opacity: 0.78;
}

.hallall-store-status--open {
	background: #effbf3;
	border-color: #ccebd7;
	color: #167442;
}

.hallall-store-status--open .hallall-store-status__dot {
	background: #20a75c;
	box-shadow: 0 0 0 3px rgba(32, 167, 92, 0.13);
}

.hallall-store-status--closed {
	background: #fff1ef;
	border-color: #ffd4cf;
	color: #c62622;
}

.hallall-store-status--closed .hallall-store-status__dot {
	background: #ef2c25;
	box-shadow: 0 0 0 3px rgba(239, 44, 37, 0.12);
}

.hallall-store-status--closing {
	background: #fff7e6;
	border-color: #f5d58d;
	color: #9a5b00;
}

.hallall-store-status--closing .hallall-store-status__dot {
	animation: hallall-closing-pulse 1.6s ease-in-out infinite;
	background: #f2a20c;
	box-shadow: 0 0 0 3px rgba(242, 162, 12, 0.15);
}

.hallall-closed-notice[hidden] {
	display: none !important;
}

.hallall-closed-notice {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 22px;
	position: fixed;
	z-index: 1000002;
}

.hallall-closed-notice__backdrop {
	background: rgba(25, 21, 19, 0.62);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 220ms ease;
}

.hallall-closed-notice__dialog {
	background:
		radial-gradient(circle at 50% 0, rgba(255, 232, 227, 0.9), transparent 42%),
		#fff;
	border: 1px solid rgba(230, 210, 203, 0.92);
	border-radius: 26px;
	box-shadow: 0 28px 80px rgba(35, 22, 17, 0.3);
	color: var(--hf-ink);
	max-width: 440px;
	opacity: 0;
	outline: 0;
	padding: 38px 34px 30px;
	position: relative;
	text-align: center;
	transform: translateY(18px) scale(0.97);
	transition:
		opacity 220ms ease,
		transform 220ms ease;
	width: 100%;
	z-index: 1;
}

.hallall-closed-notice.is-visible .hallall-closed-notice__backdrop,
.hallall-closed-notice.is-visible .hallall-closed-notice__dialog {
	opacity: 1;
}

.hallall-closed-notice.is-visible .hallall-closed-notice__dialog {
	transform: translateY(0) scale(1);
}

.hallall-closed-notice__close {
	align-items: center;
	background: #f7f3f1;
	border: 0;
	border-radius: 50%;
	color: #5f5550;
	cursor: pointer;
	display: inline-flex;
	font-size: 23px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 2px;
	position: absolute;
	right: 16px;
	top: 16px;
	transition:
		background-color 160ms ease,
		color 160ms ease,
		transform 160ms ease;
	width: 38px;
}

.hallall-closed-notice__close:hover {
	background: #ffe8e4;
	color: var(--hf-red);
	transform: rotate(6deg);
}

.hallall-closed-notice__icon {
	align-items: center;
	background: linear-gradient(145deg, #ff3b32, #e51f27);
	border: 6px solid #fff1ef;
	border-radius: 22px;
	box-shadow: 0 15px 30px rgba(239, 44, 37, 0.2);
	color: #fff;
	display: inline-flex;
	height: 72px;
	justify-content: center;
	margin-bottom: 18px;
	transform: rotate(-4deg);
	width: 72px;
}

.hallall-closed-notice__icon svg {
	fill: none;
	height: 34px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 34px;
}

.hallall-closed-notice__eyebrow {
	color: var(--hf-red);
	display: block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.hallall-closed-notice h2 {
	color: var(--hf-ink);
	font-family: var(--hf-display);
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0;
}

.hallall-closed-notice p {
	color: #716660;
	font-size: 13px;
	line-height: 1.6;
	margin: 13px auto 17px;
	max-width: 330px;
}

.hallall-closed-notice__next-open {
	align-items: center;
	background: #fff4f1;
	border: 1px solid #ffd5cf;
	border-radius: 13px;
	color: #bc2527;
	display: flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	margin: 0 auto;
	min-height: 46px;
	padding: 10px 15px;
}

.hallall-closed-notice__actions {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
}

.hallall-closed-notice__primary,
.hallall-closed-notice__secondary {
	align-items: center;
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	justify-content: center;
	min-height: 46px;
	padding: 11px 17px;
	text-decoration: none;
	transition:
		transform 160ms ease,
		box-shadow 160ms ease;
}

.hallall-closed-notice__primary {
	background: linear-gradient(135deg, #ff332e, #ed1f29);
	border: 0;
	box-shadow: 0 12px 24px rgba(239, 44, 37, 0.2);
	color: #fff;
	cursor: pointer;
}

.hallall-closed-notice__secondary {
	background: #fff;
	border: 1px solid #e8dcd7;
	color: #453c38;
}

.hallall-closed-notice__primary:hover,
.hallall-closed-notice__secondary:hover {
	transform: translateY(-1px);
}

.hallall-closed-notice__primary:hover {
	box-shadow: 0 15px 28px rgba(239, 44, 37, 0.26);
	color: #fff;
}

.hallall-closed-notice__secondary:hover {
	box-shadow: 0 9px 20px rgba(45, 31, 25, 0.09);
	color: var(--hf-red);
}

body.hallall-closed-notice-open {
	overflow: hidden;
}

body.hallall-store-closed .rpress-add-to-cart,
body.hallall-store-closed #rpressModal .submit-fooditem-button,
body.hallall-store-closed .hallall-popular__add,
body.hallall-store-closed .hallall-reorder__button,
body.hallall-store-closed .rpress-checkout-cart,
body.hallall-store-closed #rpress-purchase-button,
.hallall-ordering-disabled {
	box-shadow: none !important;
	cursor: not-allowed !important;
	filter: grayscale(0.35);
	opacity: 0.52 !important;
	transform: none !important;
}

body.hallall-store-closed .rpress-add-to-cart:hover,
body.hallall-store-closed #rpressModal .submit-fooditem-button:hover,
body.hallall-store-closed .hallall-popular__add:hover,
body.hallall-store-closed .hallall-reorder__button:hover,
body.hallall-store-closed .rpress-checkout-cart:hover,
body.hallall-store-closed #rpress-purchase-button:hover {
	box-shadow: none !important;
	transform: none !important;
}

@keyframes hallall-closing-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 3px rgba(242, 162, 12, 0.15);
	}

	50% {
		box-shadow: 0 0 0 6px rgba(242, 162, 12, 0.05);
	}
}

@media (max-width: 520px) {
	.hallall-closed-notice {
		padding: 16px;
	}

	.hallall-closed-notice__dialog {
		border-radius: 23px;
		padding: 34px 20px 22px;
	}

	.hallall-closed-notice__icon {
		border-radius: 19px;
		height: 64px;
		width: 64px;
	}

	.hallall-closed-notice__actions {
		grid-template-columns: 1fr;
	}
}

.site-header .site-title,
.site-header .site-title a,
.site-header .site-description,
.absolute-header .site-header .site-title,
.absolute-header .site-header .site-title a,
.absolute-header .site-header .site-description {
	color: var(--hf-red) !important;
}

.hallall-header-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.hallall-order-link,
.hallall-cart-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	min-height: 48px;
	padding: 11px 20px;
	transition: box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.hallall-order-link {
	background: #fff5f3;
	color: var(--hf-red);
}

.hallall-order-link:hover,
.hallall-order-link:focus {
	background: #ffe9e6;
	color: var(--hf-red-dark);
	transform: translateY(-2px);
}

.hallall-cart-link {
	background: var(--hf-red);
	box-shadow: 0 10px 24px rgba(239, 44, 37, 0.26);
	color: #fff;
}

.hallall-cart-link:hover,
.hallall-cart-link:focus {
	background: var(--hf-red-dark);
	box-shadow: 0 13px 28px rgba(201, 31, 26, 0.3);
	color: #fff;
	transform: translateY(-2px);
}

.hallall-cart-link svg,
.hallall-order-link svg {
	flex: 0 0 auto;
}

#cart-price {
	font-size: 15px;
	font-weight: 900;
	margin: 0;
}

/* Page and hero */
.site-content {
	background: transparent;
	border: 0;
	padding: 0 0 80px;
}

.home .singular-content-wrap,
.home .entry-container,
.home .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
}

.home .entry-header,
.home .entry-footer {
	display: none;
}

.home .entry-content > p:empty {
	display: none;
}

.home .entry-content > p:first-child {
	display: none;
}

.home .n2-section-smartslider {
	display: none !important;
}

.home .entry-content > .has-text-align-center {
	margin: 42px 0 12px;
}

.home .entry-content > .has-text-align-center strong {
	animation: hallall-hero-reveal 520ms cubic-bezier(0.22, 1, 0.36, 1) 20ms backwards;
	background: #fff0ed;
	border-radius: 999px;
	color: var(--hf-red);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding: 8px 14px;
	text-transform: uppercase;
}

.hallall-menu-intro {
	background:
		radial-gradient(circle at 18% 34%, rgba(255, 196, 83, 0.12), transparent 24%),
		radial-gradient(circle at 82% 22%, rgba(239, 44, 37, 0.09), transparent 26%);
	border-radius: 40px;
	isolation: isolate;
	margin: 0 auto 32px;
	max-width: 820px;
	padding: 18px 24px 12px;
	position: relative;
	text-align: center;
}

.hallall-menu-intro::before,
.hallall-menu-intro__food-decor .hallall-food-icon {
	background-color: rgba(255, 255, 255, 0.9);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 54px;
	border: 1px solid rgba(239, 44, 37, 0.12);
	border-radius: 24px;
	box-shadow:
		0 18px 42px rgba(49, 32, 24, 0.11),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	content: "";
	height: 78px;
	pointer-events: none;
	position: absolute;
	width: 78px;
	z-index: 1;
}

.hallall-menu-intro::before {
	animation: hallall-food-float-left 5.4s ease-in-out infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 13c13-8 31-8 40 0L32 55 12 13Z' fill='%23ffd071' stroke='%23ef2c25' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M12 13c12 7 29 8 40 0' fill='none' stroke='%23ef2c25' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='29' cy='28' r='4' fill='%23ef2c25'/%3E%3Ccircle cx='38' cy='39' r='4' fill='%23ef2c25'/%3E%3Cpath d='M22 21c3-2 6-2 8 0' fill='none' stroke='%23fff4cf' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
	left: -110px;
	top: 42px;
}

.hallall-menu-intro > h2,
.hallall-menu-intro > p,
.hallall-menu-intro__features {
	position: relative;
	z-index: 2;
}

.hallall-menu-intro__food-decor {
	height: 188px;
	pointer-events: none;
	position: absolute;
	top: 20px;
	width: 132px;
	z-index: 1;
}

.hallall-menu-intro__food-decor--left {
	height: 200px;
	left: -180px;
	top: 0;
	width: 147px;
}

.hallall-menu-intro__food-decor--right {
	right: -148px;
}

.hallall-menu-intro__food-decor .hallall-food-icon {
	background-size: 43px;
	border-radius: 18px;
	height: 62px;
	width: 62px;
}

.hallall-food-icon--doner {
	animation: hallall-food-float-left 6.1s ease-in-out -1.7s infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 13h28l-6 43H24L18 13Z' fill='%23efc16b' stroke='%238c542b' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M21 20c7 5 15-5 22 0M22 30c7 5 13-5 20 0M23 40c6 4 11-4 17 0' fill='none' stroke='%23ef342e' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M23 24c5-3 8 3 13 0M25 35c4-3 7 3 12 0' fill='none' stroke='%23399b50' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M27 56h10' stroke='%238c542b' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
	left: 0;
	top: 0;
}

.hallall-food-icon--drink {
	animation: hallall-food-float-left 5.6s ease-in-out -3.2s infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='m22 20 3 37h19l3-37H22Z' fill='%23ef342e' stroke='%23bd1f1b' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M20 20h29' stroke='%238c542b' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='m37 20 6-13h8' fill='none' stroke='%233b3b3b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29 31c4-3 8-3 12 0M30 39c3-2 6-2 10 0' fill='none' stroke='%23ffaea8' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
	left: 0;
	top: 104px;
}

.hallall-food-icon--sauce {
	animation: hallall-food-float-left 6.5s ease-in-out -4.5s infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M25 8h14v8H25V8Z' fill='%23efc16b' stroke='%238c542b' stroke-width='3'/%3E%3Cpath d='M22 17h20l5 34c1 5-3 8-8 8H25c-5 0-9-3-8-8l5-34Z' fill='%23fff3df' stroke='%238c542b' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M21 36c7-5 15 5 24 0l2 15c1 5-3 8-8 8H25c-5 0-9-3-8-8l2-14 2-1Z' fill='%23ef342e'/%3E%3Cpath d='M27 8V4h10v4' fill='none' stroke='%238c542b' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
	bottom: 0;
	right: 0;
}

.hallall-food-icon--burger {
	animation: hallall-food-float-right 5.8s ease-in-out -1s infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M13 28c1-11 9-17 19-17s18 6 19 17H13Z' fill='%23f6b84c' stroke='%238c4d24' stroke-width='3'/%3E%3Cpath d='M12 34h40' stroke='%232fa566' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M13 39h38' stroke='%23783c25' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='m15 44 8 5 9-5 9 5 8-5' fill='%23ffd65c' stroke='%23e89d25' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M14 51h36c0 4-3 7-7 7H21c-4 0-7-3-7-7Z' fill='%23e99a32' stroke='%238c4d24' stroke-width='3'/%3E%3Ccircle cx='24' cy='20' r='1.5' fill='%23fff2bd'/%3E%3Ccircle cx='35' cy='17' r='1.5' fill='%23fff2bd'/%3E%3Ccircle cx='43' cy='22' r='1.5' fill='%23fff2bd'/%3E%3C/svg%3E");
	left: 0;
	top: 0;
}

.hallall-food-icon--sandwich {
	animation: hallall-food-float-right 6.4s ease-in-out -2.7s infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 22 32 9l22 13-22 13L10 22Z' fill='%23f4c46c' stroke='%238c542b' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='m12 31 20-9 20 9-20 10-20-10Z' fill='%2359aa58' stroke='%232f7f3f' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='m10 39 22-10 22 10-22 15L10 39Z' fill='%23ffd56a' stroke='%238c542b' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='m18 39 7 3 7-3 7 3 7-3' fill='none' stroke='%23ef5547' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
	right: 0;
	top: 62px;
}

.hallall-food-icon--fries {
	animation: hallall-food-float-right 5.2s ease-in-out -3.8s infinite;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 7h7l2 27h-8L18 7Zm12-2h7l-1 29h-8l2-29Zm12 4h7l-5 27h-8l6-27Z' fill='%23ffd45c' stroke='%23e7a629' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M13 27h38l-5 31H19l-6-31Z' fill='%23ef342e' stroke='%23bd1f1b' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M19 33c8 5 18 5 27 0' fill='none' stroke='%23ff8278' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
	bottom: 0;
	left: 5px;
}

.hallall-menu-intro h2 {
	animation: hallall-hero-reveal 620ms cubic-bezier(0.22, 1, 0.36, 1) 80ms backwards;
	color: var(--hf-ink);
	font-size: clamp(32px, 4.5vw, 54px);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 1.05;
	margin: 0;
}

.hallall-menu-intro > p {
	animation: hallall-hero-reveal 620ms cubic-bezier(0.22, 1, 0.36, 1) 150ms backwards;
	color: var(--hf-muted);
	font-size: 17px;
	margin: 16px auto 22px;
	max-width: 650px;
}

.hallall-menu-intro__features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.hallall-menu-intro__features span {
	animation: hallall-hero-reveal 560ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
	align-items: center;
	background: #fff;
	border: 1px solid var(--hf-border);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(45, 31, 25, 0.04);
	color: #554c47;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 7px;
	padding: 9px 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hallall-menu-intro__features span:nth-child(1) {
	animation-delay: 220ms;
}

.hallall-menu-intro__features span:nth-child(2) {
	animation-delay: 290ms;
}

.hallall-menu-intro__features span:nth-child(3) {
	animation-delay: 360ms;
}

.hallall-menu-intro__features span:hover {
	border-color: rgba(239, 44, 37, 0.22);
	box-shadow: 0 9px 22px rgba(45, 31, 25, 0.08);
	transform: translateY(-2px);
}

.hallall-menu-intro__features svg {
	color: var(--hf-red);
}

@keyframes hallall-hero-reveal {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hallall-food-float-left {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-11deg);
	}
	50% {
		transform: translate3d(7px, -10px, 0) rotate(-5deg);
	}
}

@keyframes hallall-food-float-right {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(9deg);
	}
	50% {
		transform: translate3d(-8px, -12px, 0) rotate(3deg);
	}
}

@media (max-width: 1040px) {
	.hallall-menu-intro::before,
	.hallall-menu-intro__food-decor {
		display: none;
	}
}

/* Popular food shortcuts */
.hallall-popular {
	background:
		radial-gradient(circle at 8% 0%, rgba(239, 44, 37, 0.08), transparent 30%),
		linear-gradient(145deg, #fff 0%, #fffaf8 100%);
	border: 1px solid var(--hf-border);
	border-radius: 30px;
	box-shadow: var(--hf-shadow-sm);
	margin: 8px auto 30px;
	max-width: 1320px;
	padding: 24px;
}

.hallall-popular[hidden] {
	display: none !important;
}

.hallall-popular__header {
	align-items: end;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-bottom: 18px;
	position: relative;
}

.hallall-popular__eyebrow {
	color: var(--hf-red);
	font-size: 11px;
	font-weight: 900;
	grid-column: 1 / -1;
	letter-spacing: 0.13em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.hallall-popular__header h2 {
	color: var(--hf-ink);
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.1;
	margin: 0;
}

.hallall-popular__header p {
	color: var(--hf-muted);
	font-size: 14px;
	margin: 0 0 3px 24px;
}

.hallall-popular__grid {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hallall-popular__card {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(224, 210, 203, 0.9);
	border-radius: 21px;
	display: grid;
	gap: 13px;
	grid-template-columns: 86px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	padding: 10px;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.hallall-popular__card:hover {
	border-color: rgba(239, 44, 37, 0.28);
	box-shadow: 0 14px 30px rgba(63, 35, 24, 0.09);
	transform: translateY(-3px);
}

.hallall-popular__image {
	align-items: center;
	aspect-ratio: 1;
	background: #f8f4f1;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.hallall-popular__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hallall-popular__image--empty {
	color: var(--hf-red);
	font-size: 30px;
}

.hallall-popular__content {
	min-width: 0;
}

.hallall-popular__badge {
	background: #fff1ef;
	border-radius: 999px;
	color: var(--hf-red);
	display: inline-flex;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-bottom: 7px;
	padding: 6px 8px;
	text-transform: uppercase;
}

.hallall-popular__content h3 {
	color: var(--hf-ink);
	display: -webkit-box;
	font-size: 15px;
	font-weight: 900;
	-webkit-line-clamp: 2;
	line-height: 1.2;
	margin: 0 0 10px;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.hallall-popular__footer {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	min-width: 0;
}

.hallall-popular__price {
	color: var(--hf-red);
	font-size: 13px;
	font-weight: 900;
	min-width: 0;
	white-space: nowrap;
}

.hallall-popular__add {
	align-items: center;
	background: var(--hf-red);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(239, 44, 37, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	gap: 5px;
	justify-content: center;
	min-height: 36px;
	padding: 5px 11px 5px 6px;
	transition:
		background 160ms ease,
		transform 160ms ease;
}

.hallall-popular__add > span {
	align-items: center;
	background: rgba(255, 255, 255, 0.17);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: inline-flex;
	font-size: 18px;
	height: 25px;
	justify-content: center;
	line-height: 1;
	width: 25px;
}

.hallall-popular__add:hover,
.hallall-popular__add:focus-visible {
	background: #d9211b;
	transform: translateY(-1px);
}

.hallall-popular__add.is-pressed {
	transform: scale(0.94);
}

@media (max-width: 1100px) {
	.hallall-popular {
		margin-inline: 20px;
	}

	.hallall-popular__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.hallall-popular {
		border-radius: 24px;
		margin: 4px 14px 22px;
		overflow: hidden;
		padding: 18px 14px 16px;
	}

	.hallall-popular__header {
		display: block;
		margin-bottom: 14px;
	}

	.hallall-popular__header h2 {
		font-size: 25px;
	}

	.hallall-popular__header p {
		font-size: 13px;
		margin: 6px 0 0;
	}

	.hallall-popular__grid {
		display: flex;
		gap: 11px;
		margin-inline: -14px;
		overflow-x: auto;
		padding: 2px 14px 10px;
		scroll-padding-inline: 14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: pan-x pan-y;
	}

	.hallall-popular__grid.is-auto-moving {
		scroll-snap-type: none;
	}

	.hallall-popular__grid::-webkit-scrollbar {
		display: none;
	}

	.hallall-popular__card {
		flex: 0 0 min(285px, 82vw);
		gap: 10px;
		grid-template-columns: 78px minmax(0, 1fr);
		scroll-snap-align: start;
	}

	.hallall-popular__price {
		font-size: 12px;
		letter-spacing: -0.02em;
	}

	.hallall-popular__add {
		flex: 0 0 auto;
		font-size: 10px;
		gap: 4px;
		min-height: 34px;
		padding: 4px 8px 4px 4px;
	}

	.hallall-popular__add > span {
		font-size: 17px;
		height: 24px;
		width: 24px;
	}
}

/* Last successful order shortcut */
.hallall-reorder {
	align-items: center;
	background:
		radial-gradient(circle at 0 0, rgba(239, 44, 37, 0.11), transparent 34%),
		linear-gradient(135deg, #fff 0%, #fffaf8 100%);
	border: 1px solid var(--hf-border);
	border-radius: 27px;
	box-shadow: var(--hf-shadow-sm);
	display: grid;
	gap: 18px;
	grid-template-columns: 62px minmax(0, 1fr) minmax(210px, auto);
	margin: 8px auto 22px;
	max-width: 1320px;
	padding: 20px 54px 20px 20px;
	position: relative;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.hallall-reorder.is-confirming {
	border-color: rgba(239, 44, 37, 0.35);
	box-shadow: 0 18px 42px rgba(95, 49, 35, 0.1);
}

.hallall-reorder.has-error {
	border-color: rgba(199, 38, 32, 0.38);
}

.hallall-reorder__icon {
	align-items: center;
	background: linear-gradient(145deg, #ff3933, var(--hf-red));
	border: 5px solid #fff;
	border-radius: 20px;
	box-shadow: 0 11px 24px rgba(239, 44, 37, 0.22);
	color: #fff;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.hallall-reorder__icon svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 28px;
}

.hallall-reorder__copy {
	min-width: 0;
}

.hallall-reorder__eyebrow {
	color: var(--hf-red);
	display: block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.hallall-reorder__copy h2 {
	color: var(--hf-ink);
	font-size: clamp(22px, 2vw, 29px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0;
}

.hallall-reorder__copy > p {
	color: var(--hf-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 5px 0 10px;
}

.hallall-reorder__items {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.hallall-reorder__items > span {
	background: #fff;
	border: 1px solid #eaded9;
	border-radius: 999px;
	color: #5d504b;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 260px;
	overflow: hidden;
	padding: 6px 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hallall-reorder__details {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--hf-red);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 11px;
	font-weight: 900;
	gap: 6px;
	margin-top: 9px;
	padding: 2px 0;
}

.hallall-reorder__details svg {
	fill: none;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 16px;
}

.hallall-reorder__details:hover,
.hallall-reorder__details:focus-visible {
	color: #c91f1a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hallall-reorder__action {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

.hallall-reorder__action small {
	color: var(--hf-muted);
	font-size: 10px;
	font-weight: 700;
}

.hallall-reorder__action > strong {
	color: var(--hf-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
	margin: 2px 0 9px;
}

.hallall-reorder__button {
	align-items: center;
	background: var(--hf-red);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(239, 44, 37, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 43px;
	min-width: 176px;
	padding: 10px 18px;
	transition:
		background 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.hallall-reorder__button:hover,
.hallall-reorder__button:focus-visible {
	background: #d9211b;
	box-shadow: 0 13px 27px rgba(239, 44, 37, 0.28);
	transform: translateY(-1px);
}

.hallall-reorder__button:disabled {
	cursor: wait;
	opacity: 0.84;
}

.hallall-reorder__button svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 19px;
}

.hallall-reorder__button.is-loading svg {
	animation: hallall-reorder-spin 780ms linear infinite;
}

.hallall-reorder__status {
	background: #fff3f1;
	border: 1px solid #f7d0cb;
	border-radius: 12px;
	color: #8d3c34;
	font-size: 11px;
	font-weight: 700;
	grid-column: 2 / -1;
	line-height: 1.4;
	margin: -7px 0 0;
	padding: 8px 10px;
}

.hallall-reorder__status[hidden] {
	display: none;
}

.hallall-reorder__dismiss {
	align-items: center;
	background: #f8f4f1;
	border: 0;
	border-radius: 50%;
	color: #756964;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 21px;
	height: 31px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 13px;
	transition:
		background 160ms ease,
		color 160ms ease,
		transform 160ms ease;
	width: 31px;
}

.hallall-reorder__dismiss:hover,
.hallall-reorder__dismiss:focus-visible {
	background: #fff0ee;
	color: var(--hf-red);
	transform: rotate(7deg);
}

body.hallall-reorder-modal-open {
	overflow: hidden;
}

.hallall-reorder-modal {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(30, 24, 22, 0.68);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 20px;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 100000;
}

.hallall-reorder-modal[hidden] {
	display: none;
}

.hallall-reorder-modal.is-open {
	opacity: 1;
}

.hallall-reorder-modal__panel {
	background: #fffdfc;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(20, 12, 9, 0.32);
	display: flex;
	flex-direction: column;
	max-height: min(760px, calc(100vh - 40px));
	overflow: hidden;
	transform: translateY(16px) scale(0.98);
	transition: transform 200ms ease;
	width: min(620px, 100%);
}

.hallall-reorder-modal.is-open .hallall-reorder-modal__panel {
	transform: translateY(0) scale(1);
}

.hallall-reorder-modal__header {
	align-items: center;
	background:
		radial-gradient(circle at 0 0, rgba(239, 44, 37, 0.11), transparent 42%),
		#fff;
	border-bottom: 1px solid #eee3de;
	display: grid;
	gap: 11px;
	grid-template-columns: 43px minmax(0, 1fr) 38px;
	padding: 17px 18px;
}

.hallall-reorder-modal__header-icon {
	align-items: center;
	background: #fff0ee;
	border: 1px solid #f5d0ca;
	border-radius: 14px;
	color: var(--hf-red);
	display: inline-flex;
	height: 43px;
	justify-content: center;
	width: 43px;
}

.hallall-reorder-modal__header-icon svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 22px;
}

.hallall-reorder-modal__heading {
	display: block;
	min-width: 0;
}

.hallall-reorder-modal__heading small {
	color: var(--hf-red);
	display: block;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.11em;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.hallall-reorder-modal__heading strong {
	color: var(--hf-ink);
	display: block;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

.hallall-reorder-modal__close {
	align-items: center;
	background: #f6f2ef;
	border: 0;
	border-radius: 50%;
	color: #625853;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 24px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 36px;
}

.hallall-reorder-modal__close:hover,
.hallall-reorder-modal__close:focus-visible {
	background: #ffecea;
	color: var(--hf-red);
}

.hallall-reorder-modal__body {
	display: grid;
	gap: 10px;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 15px 17px;
	transition: opacity 160ms ease;
}

.hallall-reorder-modal__body.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.hallall-reorder-modal__load-error {
	background: #fff0ee;
	border: 1px solid #f5c6c0;
	border-radius: 12px;
	color: #a52b24;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
	padding: 9px 10px;
}

.hallall-reorder-modal__item {
	animation: hallall-reorder-item-in 260ms both;
	animation-delay: calc(var(--hallall-item-index, 0) * 45ms);
	background: #fff;
	border: 1px solid #eaded9;
	border-radius: 18px;
	padding: 13px;
}

.hallall-reorder-modal__item-top {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: 35px minmax(0, 1fr);
}

.hallall-reorder-modal__quantity {
	align-items: center;
	background: var(--hf-red);
	border-radius: 11px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	width: 35px;
}

.hallall-reorder-modal__item-copy {
	min-width: 0;
}

.hallall-reorder-modal__item-copy h3 {
	color: var(--hf-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
}

.hallall-reorder-modal__variation {
	color: #766963;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	margin: 4px 0 0;
}

.hallall-reorder-modal__addons {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 10px 0 0 45px;
	padding: 0;
}

.hallall-reorder-modal__addons li {
	background: #fff3f1;
	border: 1px solid #f7d7d2;
	border-radius: 999px;
	color: #923d36;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	padding: 5px 8px;
}

.hallall-reorder-modal__addons li.is-empty {
	background: #f7f4f2;
	border-color: #ebe3df;
	color: #8a7f79;
}

.hallall-reorder-modal__note {
	background: #faf7f5;
	border-radius: 10px;
	color: #6f625c;
	font-size: 10px;
	line-height: 1.45;
	margin: 9px 0 0 45px;
	padding: 7px 9px;
}

.hallall-reorder-modal__footer {
	background: #fff;
	border-top: 1px solid #eee3de;
	padding: 14px 17px 17px;
}

.hallall-reorder-modal__summary {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 12px;
}

.hallall-reorder-modal__summary > span {
	background: #faf7f5;
	border: 1px solid #ede4df;
	border-radius: 13px;
	display: block;
	padding: 9px 11px;
}

.hallall-reorder-modal__summary small {
	color: #84766f;
	display: block;
	font-size: 9px;
	font-weight: 700;
	margin-bottom: 2px;
}

.hallall-reorder-modal__summary strong {
	color: var(--hf-ink);
	display: block;
	font-size: 13px;
	font-weight: 900;
}

.hallall-reorder-modal__total {
	color: var(--hf-red) !important;
}

.hallall-reorder-modal__action {
	align-items: center;
	background: var(--hf-red);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(239, 44, 37, 0.22);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	width: 100%;
}

.hallall-reorder-modal__action:hover,
.hallall-reorder-modal__action:focus-visible {
	background: #d9211b;
}

.hallall-reorder-modal__action svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 19px;
}

@keyframes hallall-reorder-spin {
	to {
		transform: rotate(-360deg);
	}
}

@keyframes hallall-reorder-item-in {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
}

@media (max-width: 1100px) {
	.hallall-reorder {
		margin-inline: 20px;
	}
}

@media (max-width: 760px) {
	.hallall-reorder {
		border-radius: 23px;
		gap: 12px;
		grid-template-columns: 50px minmax(0, 1fr);
		margin: 4px 14px 18px;
		padding: 17px 14px 15px;
	}

	.hallall-reorder__icon {
		border-radius: 16px;
		height: 48px;
		width: 48px;
	}

	.hallall-reorder__icon svg {
		height: 24px;
		width: 24px;
	}

	.hallall-reorder__copy {
		padding-right: 26px;
	}

	.hallall-reorder__copy h2 {
		font-size: 23px;
	}

	.hallall-reorder__copy > p {
		font-size: 12px;
		margin-bottom: 9px;
	}

	.hallall-reorder__items {
		flex-wrap: nowrap;
		grid-column: 1 / -1;
		margin-right: -14px;
		overflow-x: auto;
		padding: 1px 14px 5px 0;
		scrollbar-width: none;
	}

	.hallall-reorder__items::-webkit-scrollbar {
		display: none;
	}

	.hallall-reorder__items > span {
		flex: 0 0 auto;
		max-width: 235px;
	}

	.hallall-reorder__action {
		align-items: center;
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: 1fr auto;
	}

	.hallall-reorder__action small {
		align-self: end;
	}

	.hallall-reorder__action > strong {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	.hallall-reorder__button {
		grid-column: 1 / -1;
		margin-top: 9px;
		width: 100%;
	}

	.hallall-reorder__status {
		grid-column: 1 / -1;
		margin: 0;
	}

	.hallall-reorder__dismiss {
		right: 10px;
		top: 10px;
	}

	.hallall-reorder__details {
		font-size: 10px;
		margin-top: 8px;
	}

	.hallall-reorder-modal {
		align-items: flex-end;
		padding: 0;
	}

	.hallall-reorder-modal__panel {
		border-bottom: 0;
		border-radius: 25px 25px 0 0;
		max-height: min(88svh, 760px);
		padding-bottom: env(safe-area-inset-bottom);
		transform: translateY(100%);
		width: 100%;
	}

	.hallall-reorder-modal.is-open .hallall-reorder-modal__panel {
		transform: translateY(0);
	}

	.hallall-reorder-modal__header {
		gap: 9px;
		grid-template-columns: 40px minmax(0, 1fr) 36px;
		padding: 20px 14px 13px;
		position: relative;
	}

	.hallall-reorder-modal__header::before {
		background: #d9cfca;
		border-radius: 999px;
		content: "";
		height: 4px;
		left: 50%;
		position: absolute;
		top: 7px;
		transform: translateX(-50%);
		width: 42px;
	}

	.hallall-reorder-modal__header-icon {
		border-radius: 13px;
		height: 40px;
		width: 40px;
	}

	.hallall-reorder-modal__heading strong {
		font-size: 19px;
	}

	.hallall-reorder-modal__body {
		padding: 12px;
	}

	.hallall-reorder-modal__item {
		border-radius: 16px;
		padding: 12px;
	}

	.hallall-reorder-modal__addons,
	.hallall-reorder-modal__note {
		margin-left: 0;
	}

	.hallall-reorder-modal__footer {
		padding: 12px 13px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hallall-reorder,
	.hallall-reorder__button,
	.hallall-reorder__dismiss,
	.hallall-reorder-modal,
	.hallall-reorder-modal__panel {
		transition: none;
	}

	.hallall-reorder__button.is-loading svg {
		animation-duration: 1.4s;
	}

	.hallall-reorder-modal__item {
		animation: none;
	}
}

/* Ordering menu layout */
.restropress {
	margin: 0 auto;
	max-width: 1320px;
	padding-top: 8px;
}

.restropress .rpress-section {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 228px minmax(0, 1fr) 360px;
	margin: 0 !important;
}

.restropress .cat-lists,
.restropress .rpress_fooditems_list,
.restropress .rpress-sidebar-cart {
	float: none !important;
	padding: 0 !important;
	width: auto !important;
}

.restropress .cat-lists,
.restropress .rpress-sidebar-main-wrap {
	position: sticky;
	top: 118px;
}

.rpress-filter-wrapper,
.rpress-sidebar-main-wrap {
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
	box-shadow: var(--hf-shadow-sm);
	overflow: hidden;
}

.rpress-filter-wrapper::before {
	color: var(--hf-ink);
	content: "Kategoritë";
	display: block;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -0.02em;
	padding: 20px 20px 8px;
}

.rpress-categories-menu {
	padding: 5px 10px 14px;
}

.rpress-category-lists {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 !important;
}

.rpress-category-item {
	margin: 0 !important;
}

.rpress-category-item a.rpress-category-link {
	align-items: center;
	background: transparent;
	border: 0 !important;
	border-radius: 12px !important;
	color: #5c534e !important;
	display: flex;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	justify-content: space-between;
	letter-spacing: 0.02em;
	line-height: 1.35;
	min-height: 44px;
	padding: 10px 12px !important;
	text-transform: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.rpress-category-item a.rpress-category-link::after {
	color: #b7aea9;
	content: "→";
	font-size: 16px;
}

.rpress-category-item a.rpress-category-link:hover,
.rpress-category-item a.rpress-category-link:focus {
	background: #fff3f1 !important;
	color: var(--hf-red) !important;
	transform: translateX(2px);
}

.rpress-category-item a.rpress-category-link.active {
	background: var(--hf-red) !important;
	box-shadow: 0 8px 18px rgba(239, 44, 37, 0.2);
	color: #fff !important;
	padding: 10px 12px !important;
}

.rpress-category-item a.rpress-category-link.active::after {
	color: #fff;
}

@media (min-width: 761px) {
	.rpress-filter-wrapper {
		background: linear-gradient(155deg, #fff 0%, #fffdfc 100%);
		border-color: #eadfd8;
		border-radius: 24px;
		box-shadow: 0 16px 38px rgba(45, 31, 25, 0.085);
	}

	.rpress-filter-wrapper::before {
		font-size: 19px;
		letter-spacing: -0.03em;
		padding: 21px 18px 11px;
	}

	.rpress-categories-menu {
		padding: 4px 10px 13px;
	}

	.rpress-category-lists {
		gap: 7px;
	}

	.rpress-category-item {
		border: 0 !important;
		padding: 0 !important;
	}

	.rpress-category-item a.rpress-category-link {
		background: #faf8f6;
		border: 1px solid transparent !important;
		border-radius: 14px !important;
		letter-spacing: 0.01em;
		min-height: 50px;
		padding: 9px 10px 9px 13px !important;
		transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
	}

	.rpress-category-item a.rpress-category-link:not(.active) {
		background: #faf8f6 !important;
		box-shadow: none;
		color: #5c534e !important;
		opacity: 1;
	}

	.rpress-category-item a.rpress-category-link::after {
		align-items: center;
		background: #fff;
		border: 1px solid #eee5df;
		border-radius: 50%;
		color: #b7aea9;
		content: "\2192";
		display: inline-flex;
		flex: 0 0 28px;
		font-size: 14px;
		height: 28px;
		justify-content: center;
		margin-left: 8px;
		transition: transform 160ms ease !important;
		width: 28px;
	}

	.rpress-category-item a.rpress-category-link:not(.active)::after {
		background: #fff;
		border-color: #eee5df;
		color: #b7aea9;
		opacity: 1;
	}

	.rpress-category-item a.rpress-category-link:hover,
	.rpress-category-item a.rpress-category-link:focus {
		background: #fff !important;
		border-color: #f4ccc8 !important;
		box-shadow: 0 8px 20px rgba(45, 31, 25, 0.08);
		transform: translateX(3px);
	}

	.rpress-category-item a.rpress-category-link:hover::after,
	.rpress-category-item a.rpress-category-link:focus::after {
		background: #fff0ef;
		border-color: #ffd8d4;
		color: var(--hf-red);
		transform: translateX(2px);
	}

	.rpress-category-item a.rpress-category-link.active {
		background: linear-gradient(135deg, #f5312b, #e8201a) !important;
		border-color: transparent !important;
		box-shadow: 0 10px 24px rgba(239, 44, 37, 0.25);
		transform: none;
	}

	.rpress-category-item a.rpress-category-link.active::after {
		align-items: center;
		background: rgba(255, 255, 255, 0.18);
		border-color: rgba(255, 255, 255, 0.18);
		color: #fff;
		content: "\2192" !important;
		display: inline-flex !important;
		float: none;
		flex: 0 0 28px;
		height: 28px;
		justify-content: center;
		width: 28px !important;
	}
}

/* Keep the refreshed service modal above the earlier mobile compatibility rules. */
@media (max-width: 760px) {
	html body #rpressModal.show-service-options .modal__overlay,
	html body #rpressModal.rpress-delivery-options .modal__overlay {
		align-items: center !important;
		padding: 20px !important;
	}

	html body #rpressModal.show-service-options .modal__container,
	html body #rpressModal.rpress-delivery-options .modal__container {
		border-radius: 28px !important;
		max-height: calc(100dvh - 40px) !important;
		width: min(100%, 540px) !important;
	}

	html body #rpressModal.show-service-options .modal__container::before,
	html body #rpressModal.rpress-delivery-options .modal__container::before {
		content: none !important;
	}

	html body #rpressModal.show-service-options .modal-header,
	html body #rpressModal.rpress-delivery-options .modal-header {
		min-height: 78px;
		padding: 21px 68px 19px 24px !important;
	}

	html body #rpressModal.show-service-options .modal-title,
	html body #rpressModal.rpress-delivery-options .modal-title {
		font-size: 21px !important;
	}

	html body #rpressModal.show-service-options .modal__close,
	html body #rpressModal.rpress-delivery-options .modal__close {
		height: 38px;
		right: 18px;
		top: 20px;
		width: 38px;
	}

	html body #rpressModal.show-service-options .modal-body,
	html body #rpressModal.rpress-delivery-options .modal-body {
		max-height: calc(100dvh - 118px) !important;
		padding: 22px 24px 25px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab {
		border-radius: 18px !important;
		gap: 6px !important;
		margin-bottom: 23px !important;
		padding: 6px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
		border-radius: 13px !important;
		font-size: 14px !important;
		gap: 8px;
		min-height: 54px !important;
		padding: 8px 10px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li.active > a,
	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a.active,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li.active > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a.active {
		background: #fff !important;
		border-color: #f0e7e2 !important;
		box-shadow:
			0 7px 18px rgba(38, 26, 21, 0.09),
			inset 0 -2px 0 rgba(239, 44, 37, 0.8) !important;
		color: var(--hf-red-dark) !important;
	}

	#rpressModal.show-service-options .delivery-time-text,
	#rpressModal.show-service-options .pickup-time-text,
	#rpressModal.rpress-delivery-options .delivery-time-text,
	#rpressModal.rpress-delivery-options .pickup-time-text {
		align-items: center;
		display: flex;
		font-size: 14px !important;
		margin-bottom: 11px !important;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text {
		border-left: 1px solid #ffd5cf !important;
		border-radius: 15px !important;
		display: grid !important;
		gap: 10px;
		grid-template-columns: 34px minmax(0, 1fr) auto;
		margin-bottom: 13px !important;
		padding: 10px 12px !important;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text span,
	#rpressModal.show-service-options .delivery-minimum-order-text strong,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text span,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text strong {
		display: block !important;
		margin: 0 !important;
	}

	#rpressModal.show-service-options .rpress-time-wrap select.rpress-hrs,
	#rpressModal.rpress-delivery-options .rpress-time-wrap select.rpress-hrs {
		border-radius: 14px !important;
		min-height: 52px !important;
		padding: 11px 44px 11px 15px !important;
	}

	html body #rpressModal.show-service-options a.rpress-delivery-opt-update,
	html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update {
		border-radius: 16px !important;
		margin-top: 18px !important;
		min-height: 56px !important;
	}
}

@media (max-width: 600px) {
	html body #rpressModal.show-service-options .modal__overlay,
	html body #rpressModal.rpress-delivery-options .modal__overlay {
		align-items: flex-end !important;
		padding: 10px 10px max(10px, env(safe-area-inset-bottom)) !important;
	}

	html body #rpressModal.show-service-options .modal__container,
	html body #rpressModal.rpress-delivery-options .modal__container {
		border-radius: 26px !important;
		max-height: calc(100dvh - 20px) !important;
		width: 100% !important;
	}

	html body #rpressModal.show-service-options .modal-header,
	html body #rpressModal.rpress-delivery-options .modal-header {
		min-height: 72px;
		padding: 19px 64px 17px 20px !important;
	}

	html body #rpressModal.show-service-options .modal-title,
	html body #rpressModal.rpress-delivery-options .modal-title {
		font-size: 19px !important;
	}

	html body #rpressModal.show-service-options .modal__close,
	html body #rpressModal.rpress-delivery-options .modal__close {
		height: 36px;
		right: 16px;
		top: 17px;
		width: 36px;
	}

	html body #rpressModal.show-service-options .modal-body,
	html body #rpressModal.rpress-delivery-options .modal-body {
		max-height: calc(100dvh - 92px) !important;
		padding: 18px 18px calc(20px + env(safe-area-inset-bottom)) !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
		font-size: 12px !important;
		gap: 6px;
		min-height: 50px !important;
		padding: 7px 8px !important;
	}
}

/* Refined product purchase action */
html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button {
	align-items: center !important;
	background: linear-gradient(135deg, #ff3b34 0%, #ed2228 60%, #d91b21 100%) !important;
	border: 1px solid rgba(190, 22, 25, 0.12) !important;
	border-radius: 15px !important;
	box-shadow:
		0 11px 24px rgba(239, 44, 37, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
	box-sizing: border-box;
	display: inline-flex !important;
	gap: 10px !important;
	justify-content: flex-start !important;
	min-height: 52px !important;
	min-width: 168px !important;
	overflow: hidden;
	padding: 6px 15px 6px 7px !important;
	transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms ease !important;
	width: auto !important;
}

html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button::before {
	align-items: center;
	background: rgba(255, 255, 255, 0.17);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 11px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
	color: #fff;
	content: "+" !important;
	display: inline-flex !important;
	flex: 0 0 38px !important;
	font-size: 23px;
	font-weight: 450;
	height: 38px !important;
	justify-content: center;
	line-height: 1;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 38px !important;
}

html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button .rpress-add-to-cart-label {
	color: #fff !important;
	display: block !important;
	flex: 1 1 auto;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: -0.005em;
	line-height: 1.2;
	text-align: center !important;
	white-space: nowrap;
	width: auto !important;
}

html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button:hover,
html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button:focus {
	box-shadow:
		0 15px 29px rgba(201, 31, 26, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
	filter: saturate(1.04);
	transform: translateY(-2px);
}

html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button:hover::before,
html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button:focus::before {
	background: rgba(255, 255, 255, 0.24);
	transform: rotate(90deg);
}

html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button.rp-loading {
	min-height: 52px !important;
	min-width: 168px !important;
}

@media (max-width: 600px) {
	html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button {
		border-radius: 14px !important;
		gap: 7px !important;
		min-height: 46px !important;
		min-width: 148px !important;
		padding: 5px 11px 5px 6px !important;
	}

	html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button::before {
		border-radius: 10px;
		flex-basis: 34px !important;
		font-size: 20px;
		height: 34px !important;
		width: 34px !important;
	}

	html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button .rpress-add-to-cart-label {
		font-size: 11px !important;
	}

	html body .card.rpress_fooditem .rpress_fooditem_buy_button a.rpress-add-to-cart.responsive-button.rp-loading {
		min-height: 46px !important;
		min-width: 148px !important;
	}
}

/* Modern service and delivery-time modal */
html body #rpressModal.show-service-options .modal__overlay,
html body #rpressModal.rpress-delivery-options .modal__overlay {
	align-items: center !important;
	background: rgba(25, 20, 18, 0.62) !important;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	justify-content: center !important;
	padding: 24px !important;
}

html body #rpressModal.show-service-options .modal__container,
html body #rpressModal.rpress-delivery-options .modal__container {
	background:
		linear-gradient(180deg, #fff 0%, #fff 72%, #fffcfb 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.9) !important;
	border-radius: 28px !important;
	box-shadow:
		0 32px 90px rgba(24, 16, 13, 0.3),
		0 4px 18px rgba(24, 16, 13, 0.12) !important;
	margin: 0 !important;
	max-height: calc(100dvh - 48px) !important;
	overflow: hidden !important;
	position: relative;
	top: auto !important;
	width: min(92vw, 540px) !important;
}

html body #rpressModal.show-service-options .modal__container::before,
html body #rpressModal.rpress-delivery-options .modal__container::before {
	content: none !important;
}

html body #rpressModal.show-service-options .modal-header,
html body #rpressModal.rpress-delivery-options .modal-header {
	align-items: center;
	background: rgba(255, 255, 255, 0.96) !important;
	border-bottom: 1px solid #f0e9e4 !important;
	display: flex;
	min-height: 82px;
	padding: 22px 72px 20px 28px !important;
}

html body #rpressModal.show-service-options .modal-title,
html body #rpressModal.rpress-delivery-options .modal-title {
	color: var(--hf-ink) !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	letter-spacing: -0.04em;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0 !important;
}

html body #rpressModal.show-service-options .modal__close,
html body #rpressModal.rpress-delivery-options .modal__close {
	align-items: center;
	background: #f6f2ef !important;
	border: 1px solid #eee6e1 !important;
	border-radius: 50% !important;
	color: #554b46 !important;
	display: flex;
	height: 40px;
	justify-content: center;
	opacity: 1 !important;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 40px;
	z-index: 4;
}

html body #rpressModal.show-service-options .modal__close:hover,
html body #rpressModal.show-service-options .modal__close:focus,
html body #rpressModal.rpress-delivery-options .modal__close:hover,
html body #rpressModal.rpress-delivery-options .modal__close:focus {
	background: #ffebe8 !important;
	color: var(--hf-red) !important;
	transform: rotate(5deg);
}

html body #rpressModal.show-service-options .modal__close::before,
html body #rpressModal.rpress-delivery-options .modal__close::before {
	font-size: 19px !important;
	font-weight: 500 !important;
	left: auto !important;
	line-height: 1 !important;
	position: static !important;
	top: auto !important;
}

html body #rpressModal.show-service-options .modal-body,
html body #rpressModal.rpress-delivery-options .modal-body {
	background: transparent !important;
	max-height: calc(100dvh - 130px) !important;
	overflow-y: auto;
	padding: 24px 28px 28px !important;
	scrollbar-color: #d8cec8 transparent;
	scrollbar-width: thin;
}

#rpressModal.show-service-options ul#rpressdeliveryTab,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab {
	background: #f6f2ef !important;
	border: 1px solid #eee7e2 !important;
	border-radius: 18px !important;
	display: flex !important;
	gap: 6px !important;
	margin: 0 0 25px !important;
	padding: 6px !important;
	width: 100% !important;
}

#rpressModal.show-service-options ul#rpressdeliveryTab::before,
#rpressModal.show-service-options ul#rpressdeliveryTab::after,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab::before,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab::after {
	content: none !important;
	display: none !important;
}

#rpressModal.show-service-options ul#rpressdeliveryTab > li,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li {
	flex: 1 1 0 !important;
	margin: 0 !important;
	min-width: 0;
}

#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
	align-items: center;
	background: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 13px !important;
	color: #665b55 !important;
	display: flex;
	float: none !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	min-height: 56px !important;
	padding: 8px 11px !important;
	transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease, color 170ms ease;
	width: 100% !important;
}

#rpressModal.show-service-options ul#rpressdeliveryTab > li > a::before,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a::before {
	background-color: rgba(239, 44, 37, 0.08);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px;
	border-radius: 10px;
	content: "";
	flex: 0 0 34px;
	height: 34px;
	width: 34px;
}

#rpressModal #nav-delivery-tab::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef2c25' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h11v10H3zM14 9h4l3 3v4h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

#rpressModal #nav-pickup-tab::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef2c25' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E");
}

#rpressModal.show-service-options ul#rpressdeliveryTab > li.active > a,
#rpressModal.show-service-options ul#rpressdeliveryTab > li > a.active,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li.active > a,
#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a.active {
	background: #fff !important;
	border-color: #f0e7e2 !important;
	box-shadow:
		0 7px 18px rgba(38, 26, 21, 0.09),
		inset 0 -2px 0 rgba(239, 44, 37, 0.8) !important;
	color: var(--hf-red-dark) !important;
}

#rpressModal.show-service-options .delivery-time-text,
#rpressModal.show-service-options .pickup-time-text,
#rpressModal.rpress-delivery-options .delivery-time-text,
#rpressModal.rpress-delivery-options .pickup-time-text {
	align-items: center;
	color: #403833 !important;
	display: flex;
	font-size: 14px !important;
	font-weight: 850 !important;
	gap: 8px;
	margin: 0 0 11px !important;
	text-align: left !important;
}

#rpressModal.show-service-options .delivery-time-text::before,
#rpressModal.show-service-options .pickup-time-text::before,
#rpressModal.rpress-delivery-options .delivery-time-text::before,
#rpressModal.rpress-delivery-options .pickup-time-text::before {
	background:
		#fff0ee
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef2c25' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E")
		center / 15px no-repeat;
	border-radius: 8px;
	content: "";
	flex: 0 0 28px;
	height: 28px;
	width: 28px;
}

#rpressModal.show-service-options .delivery-minimum-order-text,
#rpressModal.rpress-delivery-options .delivery-minimum-order-text {
	align-items: center !important;
	background: linear-gradient(135deg, #fff7f5, #fff1ef) !important;
	border: 1px solid #ffd5cf !important;
	border-left: 1px solid #ffd5cf !important;
	border-radius: 15px !important;
	display: grid !important;
	gap: 10px;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	margin: 0 0 13px !important;
	padding: 10px 12px !important;
	text-align: left !important;
}

#rpressModal.show-service-options .delivery-minimum-order-text::before,
#rpressModal.rpress-delivery-options .delivery-minimum-order-text::before {
	align-items: center;
	background: #fff;
	border: 1px solid #ffd9d4;
	border-radius: 10px;
	color: var(--hf-red);
	content: "€";
	display: flex;
	font-size: 15px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	width: 34px;
}

#rpressModal.show-service-options .delivery-minimum-order-text span,
#rpressModal.show-service-options .delivery-minimum-order-text strong,
#rpressModal.rpress-delivery-options .delivery-minimum-order-text span,
#rpressModal.rpress-delivery-options .delivery-minimum-order-text strong {
	display: block !important;
	font-size: 13px !important;
	line-height: 1.25;
	margin: 0 !important;
}

#rpressModal.show-service-options .delivery-minimum-order-text strong,
#rpressModal.rpress-delivery-options .delivery-minimum-order-text strong {
	color: var(--hf-red-dark) !important;
	font-size: 14px !important;
	white-space: nowrap;
}

#rpressModal.show-service-options .rpress-time-wrap select.rpress-hrs,
#rpressModal.rpress-delivery-options .rpress-time-wrap select.rpress-hrs {
	-webkit-appearance: none;
	appearance: none;
	background:
		#fff
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b625d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
		right 15px center / 17px no-repeat !important;
	border: 1px solid #ded6d0 !important;
	border-radius: 14px !important;
	box-shadow: 0 4px 12px rgba(38, 26, 21, 0.035) !important;
	color: #4e4540 !important;
	font-size: 14px !important;
	min-height: 52px !important;
	padding: 11px 44px 11px 15px !important;
	width: 100% !important;
}

#rpressModal.show-service-options .rpress-time-wrap select.rpress-hrs:focus,
#rpressModal.rpress-delivery-options .rpress-time-wrap select.rpress-hrs:focus {
	border-color: var(--hf-red) !important;
	box-shadow: 0 0 0 4px rgba(239, 44, 37, 0.1) !important;
	outline: none !important;
}

html body #rpressModal.show-service-options a.rpress-delivery-opt-update,
html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update {
	align-items: center;
	background: linear-gradient(135deg, #ff3932, #e91f25) !important;
	border: 0 !important;
	border-radius: 16px !important;
	box-shadow:
		0 13px 26px rgba(239, 44, 37, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
	display: flex !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.025em;
	margin: 18px 0 0 !important;
	min-height: 56px !important;
	padding: 12px 16px !important;
	text-align: center;
	text-transform: uppercase;
	transition: box-shadow 170ms ease, transform 170ms ease;
	width: 100% !important;
}

html body #rpressModal.show-service-options a.rpress-delivery-opt-update:not(.rp-loading)::after,
html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update:not(.rp-loading)::after {
	align-items: center;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	content: "›";
	display: inline-flex;
	font-size: 20px;
	font-weight: 500;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

html body #rpressModal.show-service-options a.rpress-delivery-opt-update:hover,
html body #rpressModal.show-service-options a.rpress-delivery-opt-update:focus,
html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update:hover,
html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update:focus {
	box-shadow:
		0 16px 31px rgba(201, 31, 26, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
	transform: translateY(-1px);
}

#rpressModal.show-service-options .rpress-errors-wrap:not(.disabled),
#rpressModal.rpress-delivery-options .rpress-errors-wrap:not(.disabled) {
	background: #fff5f3;
	border: 1px solid #ffd0ca;
	border-radius: 13px;
	color: var(--hf-red-dark);
	font-size: 13px;
	margin: 0 0 14px;
	padding: 11px 13px;
}

@media (max-width: 600px) {
	html body #rpressModal.show-service-options .modal__overlay,
	html body #rpressModal.rpress-delivery-options .modal__overlay {
		align-items: flex-end !important;
		padding: 10px 10px max(10px, env(safe-area-inset-bottom)) !important;
	}

	html body #rpressModal.show-service-options .modal__container,
	html body #rpressModal.rpress-delivery-options .modal__container {
		border-radius: 26px !important;
		max-height: calc(100dvh - 20px) !important;
		width: 100% !important;
	}

	html body #rpressModal.show-service-options .modal-header,
	html body #rpressModal.rpress-delivery-options .modal-header {
		min-height: 72px;
		padding: 19px 64px 17px 20px !important;
	}

	html body #rpressModal.show-service-options .modal-title,
	html body #rpressModal.rpress-delivery-options .modal-title {
		font-size: 19px !important;
	}

	html body #rpressModal.show-service-options .modal__close,
	html body #rpressModal.rpress-delivery-options .modal__close {
		height: 36px;
		right: 16px;
		top: 17px;
		width: 36px;
	}

	html body #rpressModal.show-service-options .modal-body,
	html body #rpressModal.rpress-delivery-options .modal-body {
		max-height: calc(100dvh - 92px) !important;
		padding: 18px 18px calc(20px + env(safe-area-inset-bottom)) !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
		font-size: 12px !important;
		gap: 6px;
		min-height: 50px !important;
		padding: 7px 8px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a::before,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a::before {
		background-size: 15px;
		border-radius: 9px;
		flex-basis: 30px;
		height: 30px;
		width: 30px;
	}
}

.rpress-search-wrap {
	margin: 0 0 18px;
	position: relative;
}

.rpress-search-wrap input[type="text"],
.rpress-search-wrap input[type="search"] {
	background: #fff;
	border: 1px solid var(--hf-border);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(45, 31, 25, 0.05);
	color: var(--hf-ink);
	font-size: 14px;
	min-height: 50px;
	padding: 12px 20px;
}

.rpress-search-wrap input:focus {
	border-color: var(--hf-red);
	box-shadow: 0 0 0 4px rgba(239, 44, 37, 0.11);
	outline: 0;
}

html body .rpress-search-wrap.rpress-live-search {
	margin-bottom: 22px;
}

html body .rpress-search-wrap input#rpress-food-search {
	background-color: #fff;
	background-position: 18px center;
	background-size: 18px;
	border: 1px solid #eadfd8 !important;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(45, 31, 25, 0.07);
	box-sizing: border-box;
	color: var(--hf-ink);
	font-family: inherit;
	font-size: 14px;
	font-weight: 650;
	height: 58px;
	padding: 12px 54px 12px 50px !important;
	transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
	width: 100%;
}

html body .rpress-search-wrap input#rpress-food-search::placeholder {
	color: #9a8f89;
	font-weight: 550;
	opacity: 1;
}

html body .rpress-search-wrap input#rpress-food-search:focus,
html body .rpress-search-wrap.is-focused input#rpress-food-search {
	border-color: var(--hf-red) !important;
	box-shadow: 0 0 0 4px rgba(239, 44, 37, 0.1), 0 13px 30px rgba(45, 31, 25, 0.09);
	outline: 0;
}

html body .rpress-search-wrap input#rpress-food-search::-webkit-search-cancel-button {
	display: none;
}

.hallall-search-clear {
	align-items: center;
	background: #f6f1ee;
	border: 0;
	border-radius: 50%;
	color: #756b66;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 21px;
	height: 34px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) scale(0.85);
	transition: background-color 150ms ease, color 150ms ease, opacity 150ms ease, transform 150ms ease;
	width: 34px;
}

.rpress-search-wrap.has-value .hallall-search-clear {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%) scale(1);
}

.hallall-search-clear:hover,
.hallall-search-clear:focus {
	background: #fff0ef;
	color: var(--hf-red);
	outline: 0;
}

.hallall-search-empty {
	align-items: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(239, 44, 37, 0.08), transparent 45%),
		linear-gradient(145deg, #fff, #fffaf8);
	border: 1px dashed #e7d8d0;
	border-radius: 22px;
	box-shadow: 0 14px 35px rgba(45, 31, 25, 0.07);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 4px 0 26px;
	min-height: 270px;
	padding: 38px 24px;
	text-align: center;
}

.hallall-search-empty[hidden] {
	display: none !important;
}

.hallall-search-empty__icon {
	align-items: center;
	background: #fff0ef;
	border: 1px solid #ffd9d5;
	border-radius: 18px;
	color: var(--hf-red);
	display: flex;
	font-size: 23px;
	height: 58px;
	justify-content: center;
	margin-bottom: 16px;
	width: 58px;
}

.hallall-search-empty h3 {
	color: var(--hf-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin: 0 0 7px;
}

.hallall-search-empty p {
	color: var(--hf-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	max-width: 330px;
}

.hallall-search-empty__reset {
	background: var(--hf-red);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 9px 20px rgba(239, 44, 37, 0.22);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 850;
	margin-top: 18px;
	padding: 11px 17px;
}

.hallall-search-empty__reset:hover,
.hallall-search-empty__reset:focus {
	background: var(--hf-red-dark);
	outline: 0;
}

.hallall-favorites-toolbar {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: -8px 0 20px;
}

.hallall-favorites-filter {
	align-items: center;
	background: #fff;
	border: 1px solid #eadfd8;
	border-radius: 999px;
	box-shadow: 0 7px 18px rgba(45, 31, 25, 0.06);
	color: #554b46;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	font-weight: 850;
	gap: 8px;
	min-height: 42px;
	padding: 7px 8px 7px 13px;
	transition:
		background-color 170ms ease,
		border-color 170ms ease,
		box-shadow 170ms ease,
		color 170ms ease,
		transform 170ms ease;
}

.hallall-favorites-filter:hover,
.hallall-favorites-filter:focus-visible {
	border-color: rgba(239, 44, 37, 0.34);
	box-shadow: 0 11px 25px rgba(45, 31, 25, 0.1);
	color: var(--hf-red);
	outline: 0;
	transform: translateY(-1px);
}

.hallall-favorites-filter.is-active {
	background: linear-gradient(135deg, #ff3833, #ed211d);
	border-color: transparent;
	box-shadow: 0 11px 25px rgba(239, 44, 37, 0.24);
	color: #fff;
}

.hallall-favorites-filter__icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.hallall-favorites-filter__icon svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 17px;
}

.hallall-favorites-filter.is-active .hallall-favorites-filter__icon svg {
	fill: currentColor;
}

.hallall-favorites-filter__count {
	align-items: center;
	background: #fff1ef;
	border-radius: 50%;
	color: var(--hf-red);
	display: inline-flex;
	font-size: 10px;
	height: 27px;
	justify-content: center;
	line-height: 1;
	min-width: 27px;
	padding: 0 5px;
}

.hallall-favorites-filter.is-active .hallall-favorites-filter__count {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.rpress-thumbnail-holder,
.hallall-popular__image {
	position: relative;
}

.hallall-favorite-toggle {
	align-items: center;
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(235, 218, 211, 0.95);
	border-radius: 50%;
	box-shadow: 0 6px 16px rgba(45, 31, 25, 0.13);
	color: #877b75;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease,
		transform 160ms ease;
	width: 36px;
	z-index: 4;
}

.hallall-favorite-toggle:hover,
.hallall-favorite-toggle:focus-visible {
	border-color: rgba(239, 44, 37, 0.36);
	box-shadow: 0 9px 19px rgba(239, 44, 37, 0.18);
	color: var(--hf-red);
	outline: 0;
	transform: scale(1.06);
}

.hallall-favorite-toggle.is-favorite {
	background: var(--hf-red);
	border-color: var(--hf-red);
	box-shadow: 0 9px 20px rgba(239, 44, 37, 0.27);
	color: #fff;
}

.hallall-favorite-toggle svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 17px;
}

.hallall-favorite-toggle.is-favorite svg {
	fill: currentColor;
}

.card.rpress_fooditem.hallall-fooditem-favorite {
	border-color: rgba(239, 44, 37, 0.2);
}

.hallall-favorite-filter-hidden {
	display: none !important;
}

.hallall-favorites-empty {
	align-items: center;
	background:
		radial-gradient(circle at 50% 0, rgba(239, 44, 37, 0.09), transparent 46%),
		linear-gradient(145deg, #fff, #fff9f8);
	border: 1px dashed #e7d6cf;
	border-radius: 24px;
	box-shadow: 0 14px 34px rgba(45, 31, 25, 0.07);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 24px;
	min-height: 250px;
	padding: 34px 24px;
	text-align: center;
}

.hallall-favorites-empty[hidden] {
	display: none !important;
}

.hallall-favorites-empty__icon {
	align-items: center;
	background: #fff0ef;
	border: 1px solid #ffd6d2;
	border-radius: 18px;
	color: var(--hf-red);
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 16px;
	width: 58px;
}

.hallall-favorites-empty__icon svg {
	fill: rgba(239, 44, 37, 0.13);
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 27px;
}

.hallall-favorites-empty h3 {
	color: var(--hf-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin: 0 0 7px;
}

.hallall-favorites-empty p {
	color: var(--hf-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	max-width: 370px;
}

.hallall-favorites-empty__reset {
	background: var(--hf-red);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 9px 20px rgba(239, 44, 37, 0.2);
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 850;
	margin-top: 18px;
	padding: 11px 18px;
}

.hallall-favorites-empty__reset:hover,
.hallall-favorites-empty__reset:focus-visible {
	background: var(--hf-red-dark);
	outline: 0;
}

@media (max-width: 760px) {
	.hallall-favorites-toolbar {
		justify-content: stretch;
		margin: -2px 0 16px;
	}

	.hallall-favorites-filter {
		justify-content: center;
		min-height: 45px;
		width: 100%;
	}

	.hallall-favorites-filter__count {
		height: 25px;
		min-width: 25px;
	}

	.hallall-favorite-toggle {
		height: 32px;
		right: 5px;
		top: 5px;
		width: 32px;
	}

	.hallall-favorite-toggle svg {
		height: 15px;
		width: 15px;
	}

	.hallall-favorites-empty {
		border-radius: 21px;
		margin-bottom: 18px;
		min-height: 225px;
		padding: 30px 18px;
	}

	.hallall-favorites-empty h3 {
		font-size: 18px;
	}
}

.rpress-element-title {
	align-items: center;
	color: var(--hf-ink);
	display: flex;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -0.035em;
	margin: 28px 0 12px;
	padding: 0 2px;
}

.rpress-element-title:first-of-type {
	margin-top: 0;
}

.menu-category-wrap {
	margin: 0;
}

/* Food cards */
.card.rpress_fooditem {
	background: #fff;
	border: 1px solid #eadfd8;
	border-radius: var(--hf-radius) !important;
	box-shadow: 0 10px 30px rgba(45, 31, 25, 0.075) !important;
	margin: 0 0 14px !important;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.card.rpress_fooditem:hover {
	border-color: #e6d6ce;
	box-shadow: 0 17px 40px rgba(45, 31, 25, 0.11) !important;
	transform: translateY(-3px);
}

.card.rpress_fooditem .rpress_fooditem_inner.mt-20 {
	margin-top: 0 !important;
}

.rpress_fooditem_inner {
	align-items: center;
	border-bottom: 0 !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 18px;
	margin: 0 !important;
	overflow: visible !important;
	padding: 16px;
}

.rpress_fooditem_inner > .rp-grid-view-wrap {
	align-items: center;
	display: flex !important;
	flex: 1 1 auto;
	flex-wrap: nowrap !important;
	gap: 18px;
	min-width: 0;
	padding: 0 !important;
	width: 0 !important;
}

.rpress_fooditem_inner > .rp-col-md-4 {
	border-left: 1px solid var(--hf-border);
	flex: 0 0 180px;
	float: none !important;
	padding: 5px 0 5px 18px !important;
	text-align: right;
	width: 180px !important;
}

.rpress_fooditem_inner > .rp-col-md-4 .rpress-price-holder {
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.rpress-thumbnail-holder {
	background: #f3efeb;
	border: 1px solid #f0e8e2;
	border-radius: 18px;
	display: block !important;
	flex: 0 0 116px;
	float: none !important;
	height: 116px;
	margin: 0 !important;
	overflow: hidden;
	width: 116px;
}

.rpress-thumbnail-holder a {
	display: block;
	height: 100%;
}

.rpress-thumbnail-holder img {
	height: 100% !important;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100% !important;
}

.card.rpress_fooditem:hover .rpress-thumbnail-holder img {
	transform: scale(1.06);
}

.rpress_fooditem_inner .rpress-thumbnail-holder + .rpress-title-holder,
.rpress_fooditem_inner .rpress-title-holder {
	display: block !important;
	flex: 1 1 auto;
	float: none !important;
	min-width: 0;
	padding-left: 0 !important;
	width: auto !important;
}

.rpress_fooditem_inner div.rpress-price-holder {
	float: none !important;
	padding-left: 0 !important;
	width: 100% !important;
}

.rpress_fooditem_inner .rpress_fooditem_buy_button {
	float: none !important;
}

.rpress_fooditem_title {
	color: var(--hf-ink);
	font-size: 18px !important;
	font-weight: 900 !important;
	letter-spacing: -0.025em;
	line-height: 1.25;
	margin: 0 0 7px !important;
}

.rpress_fooditem_excerpt,
.rpress_fooditem_excerpt p {
	color: var(--hf-muted);
	font-size: 13px !important;
	line-height: 1.55;
	margin: 0 !important;
	max-width: 560px;
}

.rpress-favorite-badge {
	background: #fff0ee !important;
	border: 1px solid #ffd9d5;
	color: var(--hf-red) !important;
	font-family: inherit;
	font-size: 10px !important;
	font-weight: 850 !important;
	letter-spacing: 0.03em;
	margin-top: 9px !important;
	padding: 5px 9px !important;
	text-transform: uppercase;
}

.rpress-price-holder .price {
	color: var(--hf-ink);
	display: block;
	font-size: 16px !important;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 12px !important;
	white-space: nowrap;
}

.rpress-price-holder .rpress_price_range_sep {
	color: #b8aeaa;
}

.rpress-grid-view-holder {
	display: none !important;
}

.rpress_fooditem_buy_button .button,
.rpress_fooditem_buy_button .rpress-submit,
.rpress-checkout-cart.button {
	background: var(--hf-red) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 18px rgba(239, 44, 37, 0.2);
	color: #fff !important;
	display: inline-flex;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin: 0 !important;
	min-height: 46px;
	padding: 13px 22px !important;
	position: relative;
	text-align: center !important;
	text-transform: none !important;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.rpress_fooditem_buy_button .rpress-add-to-cart::before {
	content: none !important;
	display: none !important;
}

.rpress_fooditem_buy_button .rpress-add-to-cart-label {
	display: block;
	text-align: center;
	width: 100%;
}

.rpress_fooditem .rpress-add-to-cart.rp-loading,
.rpress-price-holder .rpress-add-to-cart.rp-loading {
	background: linear-gradient(135deg, #ee2c26, #d91f1a) !important;
	box-shadow: 0 9px 22px rgba(201, 31, 26, 0.26);
	cursor: progress;
	height: auto !important;
	line-height: 1.25 !important;
	min-height: 46px;
	pointer-events: none;
	width: 100% !important;
}

.rpress_fooditem .rpress-add-to-cart.rp-loading::before {
	opacity: 0 !important;
	transform: scale(0.7);
}

.rpress_fooditem .rpress-add-to-cart.rp-loading .rpress-add-to-cart-label,
.rpress_fooditem .rpress-add-to-cart.rp-loading .rp-ajax-toggle-text,
.rpress_fooditem .rpress-add-to-cart.rp-loading .add-icon {
	opacity: 0 !important;
}

body .rpress_fooditem a.rpress-add-to-cart.button.rpress-submit.rp-loading::after {
	animation: hallall-button-spin 720ms linear infinite;
	border: 3px solid rgba(255, 255, 255, 0.3) !important;
	border-right-color: #fff !important;
	border-top-color: #fff !important;
	bottom: auto;
	box-sizing: border-box;
	height: 24px;
	left: 50%;
	margin: 0;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 24px;
}

@keyframes hallall-button-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.rpress_fooditem_buy_button .button:hover,
.rpress_fooditem_buy_button .button:focus,
.rpress-checkout-cart.button:hover,
.rpress-checkout-cart.button:focus {
	background: var(--hf-red-dark) !important;
	box-shadow: 0 11px 22px rgba(201, 31, 26, 0.28);
	transform: translateY(-1px);
}

/* Sidebar cart */
.rpress-sidebar-main-wrap {
	padding: 22px;
	max-width: none !important;
	width: 100% !important;
}

.rpress-sidebar-main-wrap::before {
	color: var(--hf-ink);
	content: "Shporta juaj";
	display: block;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -0.025em;
	margin-bottom: 14px;
}

.rpress-sidebar-cart-wrap,
.rpress-cart,
.rpress-cart .rpress_checkout {
	box-sizing: border-box;
	max-width: none !important;
	width: 100% !important;
}

.rpress-checkout-cart.button {
	align-items: center;
	display: flex !important;
	justify-content: center;
	line-height: 1.35 !important;
	min-height: 54px;
	padding: 13px 18px !important;
	white-space: normal !important;
}

.rpress-checkout-cart .rpress-checkout-label {
	display: block;
	line-height: 1.35;
	overflow: visible;
	text-align: center;
	white-space: normal !important;
	width: 100%;
}

.rpress-cart {
	margin: 0;
}

.rpress-cart li {
	border-color: var(--hf-border) !important;
	color: var(--hf-muted);
	font-size: 13px;
	padding: 12px 0 !important;
}

.restropress .rpress-sidebar-main-wrap .rpress-cart > li.cart_item.empty {
	border: 0 !important;
	padding: 2px 0 0 !important;
	position: static !important;
	text-align: initial;
	top: auto !important;
	transform: none !important;
}

.restropress .rpress-sidebar-main-wrap .rpress-cart > li.cart_item.empty::before {
	content: none !important;
	display: none !important;
}

.rpress-sidebar-main-wrap .rpress_empty_cart {
	background: transparent;
	border: 0;
	display: block;
	margin: 0;
	padding: 0 !important;
	width: 100%;
}

.rpress-sidebar-main-wrap .hallall-empty-cart {
	align-items: center;
	background:
		radial-gradient(circle at 50% 0, rgba(239, 44, 37, 0.09), transparent 46%),
		linear-gradient(160deg, #fffdfc, #faf7f4);
	border: 1px solid #eadfd8;
	border-radius: 19px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 24px 18px 18px;
	position: relative;
	text-align: center;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__icon {
	align-items: center;
	background: linear-gradient(145deg, #fff, #ffe9e5);
	border: 1px solid #ffd8d2;
	border-radius: 20px;
	box-shadow:
		0 10px 24px rgba(239, 44, 37, 0.12),
		inset 0 1px 0 #fff;
	color: var(--hf-red);
	display: inline-flex;
	font-size: 25px;
	height: 66px;
	justify-content: center;
	margin-bottom: 15px;
	transform: rotate(-3deg);
	width: 66px;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__title {
	color: var(--hf-ink);
	font-size: 17px;
	font-weight: 950;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__description {
	color: var(--hf-muted);
	display: block;
	font-size: 12px;
	line-height: 1.55;
	margin: 7px auto 13px;
	max-width: 240px;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__minimum {
	align-items: center;
	background: #fff;
	border: 1px solid #eee3dc;
	border-radius: 999px;
	color: #746a64;
	display: inline-flex;
	font-size: 10px;
	font-weight: 750;
	gap: 6px;
	justify-content: center;
	padding: 7px 10px;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__minimum i {
	color: var(--hf-red);
}

.rpress-sidebar-main-wrap .hallall-empty-cart__action {
	align-items: center;
	background: linear-gradient(135deg, #ff3932, #e91f25);
	border-radius: 14px;
	box-shadow: 0 11px 23px rgba(239, 44, 37, 0.22);
	color: #fff !important;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	margin-top: 16px;
	min-height: 46px;
	padding: 10px 15px;
	transition: box-shadow 160ms ease, transform 160ms ease;
	width: 100%;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__action span:last-child {
	align-items: center;
	background: rgba(255, 255, 255, 0.17);
	border-radius: 50%;
	display: inline-flex;
	height: 25px;
	justify-content: center;
	width: 25px;
}

.rpress-sidebar-main-wrap .hallall-empty-cart__action:hover,
.rpress-sidebar-main-wrap .hallall-empty-cart__action:focus {
	box-shadow: 0 14px 27px rgba(201, 31, 26, 0.28);
	transform: translateY(-1px);
}

.rpress-cart-meta.rpress_total {
	color: var(--hf-ink);
	font-size: 15px;
	font-weight: 900;
}

.rpress-clear-cart {
	color: var(--hf-red) !important;
	font-size: 12px;
}

@media (min-width: 761px) {
	.restropress .rpress-sidebar-main-wrap {
		background: linear-gradient(155deg, #fff 0%, #fffdfc 100%);
		border: 1px solid #eadfd8;
		border-radius: 24px;
		box-shadow: 0 18px 45px rgba(45, 31, 25, 0.09);
		overflow: hidden;
		padding: 20px;
	}

	.restropress .rpress-sidebar-main-wrap::before {
		border-bottom: 1px solid #eee5df;
		font-size: 21px;
		margin: 0 0 16px;
		padding: 0 0 15px;
	}

	.restropress .rpress-sidebar-cart-wrap {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

	.rpress-sidebar-main-wrap .rpress.item-order {
		border-bottom: 0;
		margin: 0 0 10px;
		padding: 0;
	}

	.rpress-sidebar-main-wrap .rpress.item-order > span {
		color: var(--hf-ink);
		font-size: 17px;
		font-weight: 900;
		letter-spacing: -0.02em;
	}

	.rpress-sidebar-main-wrap .rpress-clear-cart {
		background: #fff0ef;
		border-radius: 999px;
		gap: 5px;
		margin: 0 !important;
		padding: 7px 10px !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item {
		background: #fbf9f7;
		border: 1px solid #eee5df !important;
		border-radius: 14px;
		margin: 0 0 9px;
		padding: 12px 11px 10px !important;
		position: relative;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item + li.rpress-cart-item {
		border-top: 1px solid #eee5df !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .rpress-cart-item-qty {
		align-items: center;
		background: #fff0ef;
		border-radius: 7px;
		color: var(--hf-red);
		display: inline-flex;
		font-size: 11px;
		height: 22px;
		justify-content: center;
		min-width: 22px;
		padding: 0 5px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .separator {
		color: #a99e98;
		font-size: 10px;
		margin: 0 3px 0 2px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .rpress-cart-item-title {
		color: var(--hf-ink);
		font-size: 12px;
		font-weight: 800;
		line-height: 1.35;
		max-width: calc(100% - 94px);
		vertical-align: middle;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .cart-item-quantity-wrap {
		float: right;
		font-size: 12px;
		font-weight: 800;
		padding-top: 3px;
	}

	.rpress-sidebar-main-wrap .cart-action-wrap {
		display: inline-flex;
		gap: 6px;
		margin-top: 9px;
	}

	.rpress-sidebar-main-wrap .cart-action-wrap a {
		background: #fff;
		border: 1px solid #e8ddd7;
		border-radius: 999px;
		font-size: 10px;
		line-height: 1;
		padding: 7px 9px;
	}

	.rpress-sidebar-main-wrap .cart-action-wrap .rpress-remove-from-cart {
		background: #fff0ef;
		border-color: #ffd8d4;
	}

	.rpress-sidebar-main-wrap .addon-item-wrap {
		border-left: 2px solid #eadfd9;
		margin: 8px 0 0 10px !important;
		padding: 0 0 0 10px !important;
	}

	.rpress-sidebar-main-wrap .addon-item-wrap li.rpress-cart-item {
		border: 0 !important;
		font-size: 11px;
		margin: 0 !important;
		padding: 4px 0 !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress-cart-meta {
		border-top: 0 !important;
		font-size: 13px;
		padding: 11px 2px !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_subtotal {
		border-top: 1px solid #eee5df !important;
		margin-top: 4px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_total {
		background: linear-gradient(135deg, #fff7f5, #fff1ef);
		border: 1px solid #ffdcd7 !important;
		border-radius: 14px;
		display: block;
		margin-top: 3px;
		padding: 13px 12px !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_total .rpress-cart-quantity {
		display: inline;
		margin: 0 3px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_total .cart-total {
		color: var(--hf-red);
		float: right;
		font-size: 17px;
		font-weight: 950;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .delivery-items-options {
		background: #f8f6f3;
		border: 1px solid #e9e1dc;
		border-radius: 14px;
		margin: 11px 0 0;
		padding: 12px !important;
	}

	.rpress-sidebar-main-wrap .delivery-change {
		background: #fff;
		border: 1px solid #eadfd9;
		border-radius: 999px;
		padding: 7px 9px;
	}

	.rpress-sidebar-main-wrap .rpress-checkout-cart.button {
		box-shadow: 0 12px 27px rgba(239, 44, 37, 0.25);
		min-height: 56px;
		position: relative;
	}

	.rpress-sidebar-main-wrap .rpress-checkout-cart.button:not(.rp-loading)::after {
		align-items: center;
		background: rgba(255, 255, 255, 0.18);
		border-radius: 50%;
		content: "→";
		display: flex;
		font-size: 17px;
		height: 30px;
		justify-content: center;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
	}
}

/* Modal */
.modal__overlay {
	background: rgba(24, 18, 15, 0.7) !important;
	padding: 18px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	z-index: 9999;
}

.modal__container {
	border-radius: 24px !important;
	box-shadow: 0 30px 80px rgba(21, 14, 12, 0.28);
	max-width: 580px;
	width: 100% !important;
}

.modal__header {
	border-bottom: 1px solid var(--hf-border);
	padding: 20px 22px !important;
}

.modal__title {
	color: var(--hf-ink);
	font-size: 20px !important;
	font-weight: 900 !important;
	letter-spacing: -0.03em;
}

.modal__close.btn-close {
	align-items: center;
	background: #f3efeb !important;
	border-radius: 50%;
	color: var(--hf-ink) !important;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.modal__content {
	color: var(--hf-muted) !important;
	padding: 22px !important;
}

.modal__footer {
	border-top: 1px solid var(--hf-border);
	padding: 16px 22px 22px !important;
}

.submit-fooditem-button.btn-red {
	background: var(--hf-red) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-weight: 900;
	padding: 14px 18px !important;
}

/* Product options modal */
#rpressModal:has(#fooditem-details) .modal__container,
#rpressModal:has(#fooditem-update-details) .modal__container {
	background: #fff;
	display: flex;
	flex-direction: column;
	max-height: min(88dvh, 760px);
	overflow: hidden;
	position: relative;
}

#rpressModal:has(#fooditem-details) .modal__header,
#rpressModal:has(#fooditem-update-details) .modal__header {
	flex: 0 0 auto;
	gap: 18px;
	padding: 20px 22px !important;
}

#rpressModal:has(#fooditem-details) .modal__title,
#rpressModal:has(#fooditem-update-details) .modal__title {
	font-size: clamp(17px, 2.5vw, 21px) !important;
	line-height: 1.25;
}

#rpressModal:has(#fooditem-details) .modal__close,
#rpressModal:has(#fooditem-update-details) .modal__close {
	flex: 0 0 36px;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

#rpressModal:has(#fooditem-details) .modal__close:hover,
#rpressModal:has(#fooditem-update-details) .modal__close:hover {
	background: #fee9e6 !important;
	color: var(--hf-red) !important;
	transform: rotate(6deg);
}

#rpressModal:has(#fooditem-details) .modal-body,
#rpressModal:has(#fooditem-update-details) .modal-body {
	background: #fcfbfa;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 18px 22px 24px !important;
	scrollbar-color: #c8bdb7 transparent;
	scrollbar-width: thin;
}

#rpressModal:has(#fooditem-details) .modal-body::-webkit-scrollbar,
#rpressModal:has(#fooditem-update-details) .modal-body::-webkit-scrollbar {
	width: 6px;
}

#rpressModal:has(#fooditem-details) .modal-body::-webkit-scrollbar-thumb,
#rpressModal:has(#fooditem-update-details) .modal-body::-webkit-scrollbar-thumb {
	background: #c8bdb7;
	border-radius: 99px;
}

#rpressModal .fooditem-description {
	background: linear-gradient(135deg, #fff, #faf6f3);
	border: 1px solid #eee4df;
	border-radius: 14px;
	color: #756c67;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 18px;
	padding: 13px 15px;
}

#rpressModal #fooditem-details,
#rpressModal #fooditem-update-details {
	margin: 0 !important;
	padding: 0 !important;
}

#rpressModal form#fooditem-details h6,
#rpressModal form#fooditem-update-details h6 {
	border: 0;
	color: var(--hf-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.01em;
	margin: 20px 0 10px;
	padding: 0;
}

#rpressModal .rp-variable-price-wrapper,
#rpressModal .addons-wrapper {
	display: grid;
	gap: 7px;
}

#rpressModal .addons-wrapper + .addons-wrapper {
	margin-top: 19px;
}

#rpressModal .rp-variable-price-wrapper .food-item-list.active,
#rpressModal .rp-addons-data-wrapper .food-item-list.active {
	align-items: center;
	background: #fff;
	border: 1px solid #eee5e0;
	border-radius: 13px;
	box-sizing: border-box;
	display: flex !important;
	gap: 10px;
	margin: 0;
	min-height: 48px;
	padding: 9px 11px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#rpressModal .rp-variable-price-wrapper .food-item-list.active:hover,
#rpressModal .rp-addons-data-wrapper .food-item-list.active:hover {
	border-color: #efcbc6;
}

#rpressModal .rp-variable-price-wrapper .food-item-list.active:has(input:checked),
#rpressModal .rp-addons-data-wrapper .food-item-list.active:has(input:checked) {
	background: #fff7f5;
	border-color: #ffbdb7;
	box-shadow: 0 5px 16px rgba(239, 44, 37, 0.08);
}

#rpressModal .food-item-list label {
	align-items: center;
	color: var(--hf-ink);
	display: flex;
	flex: 1 1 auto;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
	margin: 0;
	min-width: 0;
	padding-left: 31px;
}

#rpressModal .food-item-list label > span:not(.control__indicator) {
	color: inherit;
}

#rpressModal .food-item-list .control__indicator,
#rpressModal .radio-container .control__indicator {
	background: #fff;
	border: 1.5px solid #cfc4be;
	border-radius: 6px;
	height: 21px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
}

#rpressModal .radio-container .control__indicator {
	border-radius: 50%;
}

#rpressModal .checkbox-container input:checked ~ .control__indicator {
	background: var(--hf-red);
	border-color: var(--hf-red);
	box-shadow: 0 3px 8px rgba(239, 44, 37, 0.24);
}

#rpressModal .food-item-list.active .radio-container input:checked ~ .control__indicator {
	background: #fff;
	border-color: var(--hf-red);
	box-shadow: 0 0 0 3px rgba(239, 44, 37, 0.1);
}

#rpressModal .food-item-list.active .radio-container .control__indicator::after {
	background: var(--hf-red);
	height: 9px;
	left: 4.5px;
	top: 4.5px;
	width: 9px;
}

#rpressModal .checkbox-container input:checked ~ .control__indicator::after {
	left: 7px;
	top: 3px;
}

#rpressModal div.food-item-list > .cat_price {
	border: 0;
	color: var(--hf-ink);
	flex: 0 0 auto;
	float: none;
	font-size: 13px;
	font-weight: 850;
	margin: 0;
}

#rpressModal .rp-addons-data-wrapper .food-item-list > .total-addon-price {
	background: #f5f1ee;
	border: 0;
	border-radius: 999px;
	color: #645a55;
	font-size: 11px;
	line-height: 1;
	padding: 7px 8px;
	white-space: nowrap;
}

#rpressModal .rp-addons-data-wrapper .food-item-list > .cat_price:not(.total-addon-price) {
	align-items: center;
	background: #f7f3f1;
	border: 1px solid #e9dfda;
	border-radius: 9px;
	display: inline-flex;
	flex: 0 0 auto;
	height: 32px;
	margin: 0;
	overflow: hidden;
}

#rpressModal .rp-addons-data-wrapper .food-item-list > .cat_price:empty {
	display: none;
}

#rpressModal .rp-addons-data-wrapper input.addon_qtyminus,
#rpressModal .rp-addons-data-wrapper input.addon_qtyplus,
#rpressModal .rp-addons-data-wrapper input.addon_qty {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	height: 32px !important;
	line-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#rpressModal .rp-addons-data-wrapper input.addon_qtyminus,
#rpressModal .rp-addons-data-wrapper input.addon_qtyplus {
	background: var(--hf-red) !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 16px;
	width: 31px !important;
}

#rpressModal .rp-addons-data-wrapper input.addon_qtyminus:disabled {
	background: #e9c5c2 !important;
	cursor: default;
}

#rpressModal .rp-addons-data-wrapper input.addon_qty {
	background: transparent !important;
	color: var(--hf-ink) !important;
	font-size: 12px;
	font-weight: 800;
	width: 34px !important;
}

#rpressModal .special-inst {
	background: #fff;
	border: 1px solid #eee5e0;
	border-radius: 14px;
	margin-top: 18px;
	padding: 13px !important;
}

#rpressModal .special-inst textarea {
	border: 1px solid #e7ddd8;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0;
	min-height: 82px;
	padding: 11px 12px;
	resize: vertical;
	width: 100%;
}

#rpressModal:has(#fooditem-details) .modal-footer,
#rpressModal:has(#fooditem-update-details) .modal-footer {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -10px 30px rgba(45, 35, 30, 0.06);
	flex: 0 0 auto;
	padding: 13px 22px 18px !important;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

#rpressModal .rpress-popup-actions {
	align-items: center;
	display: flex;
	gap: 12px;
	padding: 0;
	width: 100%;
}

#rpressModal .rpress-popup-actions > .btn-count {
	align-items: center;
	background: #faf7f5;
	border: 1px solid #eadfda;
	border-radius: 999px;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 138px;
	gap: 4px;
	height: 48px;
	justify-content: space-between;
	overflow: visible;
	padding: 5px;
	width: 138px;
}

#rpressModal .rpress-popup-actions > .btn-count > div {
	align-items: center;
	display: flex;
	flex: 0 0 36px !important;
	float: none;
	justify-content: center;
	max-width: 36px !important;
	padding: 0;
	width: 36px !important;
}

#rpressModal .rpress-popup-actions > .btn-count input {
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: var(--hf-ink);
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 !important;
	text-align: center;
	width: 36px;
}

#rpressModal .rpress-popup-actions > .btn-count input[type="button"] {
	background: #fff0ee !important;
	color: var(--hf-red) !important;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

#rpressModal .rpress-popup-actions > .btn-count input[type="button"]:hover {
	background: var(--hf-red) !important;
	color: #fff !important;
	transform: scale(1.04);
}

#rpressModal .rpress-popup-actions > .btn-count input.qty {
	color: var(--hf-ink) !important;
	font-size: 14px;
	font-weight: 900;
}

#rpressModal .rpress-popup-actions > .rp-col-md-8 {
	float: none;
	flex: 1 1 auto;
	padding: 0;
	width: auto;
}

#rpressModal .submit-fooditem-button.btn-red {
	align-items: center;
	box-shadow: 0 10px 24px rgba(239, 44, 37, 0.23);
	display: flex;
	gap: 6px;
	justify-content: center;
	min-height: 48px;
	padding: 11px 18px !important;
	width: 100% !important;
}

#rpressModal .submit-fooditem-button .cart-action-text,
#rpressModal .submit-fooditem-button .cart-item-price {
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

@media (max-width: 600px) {
	#rpressModal:has(#fooditem-details) .modal__overlay,
	#rpressModal:has(#fooditem-update-details) .modal__overlay {
		align-items: flex-end;
		padding: 0;
	}

	#rpressModal:has(#fooditem-details) .modal__container,
	#rpressModal:has(#fooditem-update-details) .modal__container {
		border-radius: 26px 26px 0 0 !important;
		max-height: 92dvh;
	}

	#rpressModal:has(#fooditem-details) .modal__container::before,
	#rpressModal:has(#fooditem-update-details) .modal__container::before {
		background: #d8cfca;
		border-radius: 99px;
		content: "";
		height: 5px;
		left: 50%;
		position: absolute;
		top: 8px;
		transform: translateX(-50%);
		width: 40px;
		z-index: 2;
	}

	#rpressModal:has(#fooditem-details) .modal__header,
	#rpressModal:has(#fooditem-update-details) .modal__header {
		padding: 25px 17px 15px !important;
	}

	#rpressModal:has(#fooditem-details) .modal-body,
	#rpressModal:has(#fooditem-update-details) .modal-body {
		padding: 14px 16px 20px !important;
	}

	#rpressModal .fooditem-description {
		font-size: 12px;
		margin-bottom: 14px;
		padding: 11px 12px;
	}

	#rpressModal .rp-variable-price-wrapper .food-item-list.active,
	#rpressModal .rp-addons-data-wrapper .food-item-list.active {
		gap: 7px;
		padding: 8px 9px;
	}

	#rpressModal .food-item-list label {
		font-size: 12px;
		padding-left: 29px;
	}

	#rpressModal .rp-addons-data-wrapper .food-item-list > .total-addon-price {
		font-size: 10px;
		padding: 6px;
	}

	#rpressModal:has(#fooditem-details) .modal-footer,
	#rpressModal:has(#fooditem-update-details) .modal-footer {
		padding: 11px 14px max(14px, env(safe-area-inset-bottom)) !important;
	}

	#rpressModal .rpress-popup-actions {
		gap: 9px;
	}

	#rpressModal .rpress-popup-actions > .btn-count {
		flex-basis: 122px;
		width: 122px;
	}

	#rpressModal .rpress-popup-actions > .btn-count > div {
		flex-basis: 33px !important;
		max-width: 33px !important;
		width: 33px !important;
	}

	#rpressModal .rpress-popup-actions > .btn-count input {
		height: 33px;
		line-height: 33px;
		width: 33px;
	}

	#rpressModal .submit-fooditem-button.btn-red {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#rpressModal .submit-fooditem-button .cart-action-text,
	#rpressModal .submit-fooditem-button .cart-item-price {
		font-size: 10px;
	}
}

/* Order confirmation */
body:has(.hallall-order-success) {
	background:
		radial-gradient(circle at 50% 24%, rgba(239, 44, 37, 0.055), transparent 30%),
		#fbfaf9;
}

body:has(.hallall-order-success) .site-content {
	padding-bottom: 80px;
	padding-top: 0 !important;
}

body:has(.hallall-order-success) .site-content > .wrapper,
body:has(.hallall-order-success) .singular-content-wrap {
	padding-top: 0 !important;
}

body:has(.hallall-order-success) .entry-header {
	display: none !important;
}

body:has(.hallall-order-success) .content-area,
body:has(.hallall-order-success) .site-main,
body:has(.hallall-order-success) .hentry,
body:has(.hallall-order-success) .entry-content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}

body:has(.hallall-order-success) .entry-content {
	margin-top: 0;
}

.hallall-order-success {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid #eadfd9;
	border-radius: 30px;
	box-shadow: 0 28px 75px rgba(47, 34, 29, 0.12);
	box-sizing: border-box;
	color: var(--hf-ink);
	margin: 18px auto 10px;
	max-width: 660px;
	overflow: hidden;
	padding: 50px 55px 38px;
	position: relative;
	text-align: center;
}

.hallall-order-success__glow {
	background: rgba(239, 44, 37, 0.06);
	border-radius: 50%;
	filter: blur(2px);
	height: 260px;
	left: 50%;
	position: absolute;
	top: -190px;
	transform: translateX(-50%);
	width: 400px;
}

.hallall-order-success__icon {
	align-items: center;
	background: linear-gradient(145deg, #fff0ed, #ffe5e1);
	border: 1px solid #ffc8c2;
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(239, 44, 37, 0.16);
	display: flex;
	height: 82px;
	justify-content: center;
	margin: 0 auto 22px;
	position: relative;
	width: 82px;
}

.hallall-order-success__icon::after {
	border: 1px solid rgba(239, 44, 37, 0.15);
	border-radius: inherit;
	content: "";
	inset: -8px;
	position: absolute;
}

.hallall-order-success__icon svg {
	fill: none;
	height: 42px;
	stroke: var(--hf-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.5;
	width: 42px;
}

.hallall-order-success__eyebrow {
	color: var(--hf-red);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.18em;
	margin: 0 0 10px;
	position: relative;
}

.hallall-order-success h1 {
	color: var(--hf-ink);
	font-size: clamp(27px, 4vw, 40px);
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0 auto;
	max-width: 520px;
	position: relative;
}

.hallall-order-success__message {
	color: #716762;
	font-size: 15px;
	line-height: 1.65;
	margin: 18px auto 25px;
	max-width: 470px;
}

.hallall-order-success__number {
	align-items: center;
	background: linear-gradient(135deg, #fff8f6, #fff1ee);
	border: 1px solid #ffd3ce;
	border-radius: 17px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 28px;
	max-width: 380px;
	padding: 14px 17px;
}

.hallall-order-success__number span {
	color: #776c66;
	font-size: 13px;
	font-weight: 750;
}

.hallall-order-success__number strong {
	color: var(--hf-red);
	font-size: 21px;
	font-weight: 950;
	letter-spacing: -0.02em;
}

.hallall-order-success__preparing {
	background: linear-gradient(145deg, #fff9f6, #fff2ed);
	border: 1px solid #ffd8d1;
	border-radius: 22px;
	margin: 0 auto 27px;
	max-width: 440px;
	overflow: hidden;
	padding: 5px 14px 15px;
	position: relative;
}

.hallall-order-success__preparing::before {
	background: rgba(239, 44, 37, 0.06);
	border-radius: 50%;
	content: "";
	height: 180px;
	left: 50%;
	position: absolute;
	top: -105px;
	transform: translateX(-50%);
	width: 260px;
}

.hallall-order-success__preparing svg {
	display: block;
	height: 158px;
	margin: 0 auto -5px;
	max-width: 360px;
	overflow: visible;
	position: relative;
	width: 100%;
}

.hallall-chef-shadow {
	fill: rgba(69, 47, 38, 0.1);
}

.hallall-chef {
	animation: hallall-chef-bounce 1.6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center bottom;
}

.hallall-chef-body {
	fill: #fff;
	stroke: #392e2a;
	stroke-linejoin: round;
	stroke-width: 3;
}

.hallall-chef-scarf {
	fill: var(--hf-red);
	stroke: #d3241e;
	stroke-linejoin: round;
	stroke-width: 2;
}

.hallall-chef-face,
.hallall-chef-ear {
	fill: #ffd4b5;
	stroke: #392e2a;
	stroke-width: 3;
}

.hallall-chef-hat {
	fill: #fff;
	stroke: #392e2a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.hallall-chef-face-details {
	fill: #392e2a;
	stroke: #392e2a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.hallall-chef-moustache {
	animation: hallall-moustache-wiggle 1.6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center;
}

.hallall-chef-arm {
	fill: #ffd4b5;
	stroke: #392e2a;
	stroke-linecap: round;
	stroke-width: 7;
}

.hallall-chef-arm--left {
	animation: hallall-arm-left 1.6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: right top;
}

.hallall-chef-arm--right {
	animation: hallall-arm-right 1.6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: left top;
}

.hallall-chef-tray {
	fill: none;
	stroke: #392e2a;
	stroke-linecap: round;
	stroke-width: 5;
}

.hallall-pizza-toss {
	animation: hallall-pizza-toss 1.6s ease-in-out infinite;
	fill: #ef2c25;
	stroke: #392e2a;
	stroke-linejoin: round;
	stroke-width: 2.5;
	transform-box: fill-box;
	transform-origin: center;
}

.hallall-pizza-toss ellipse:first-child {
	fill: #c98236;
}

.hallall-pizza-toss ellipse:nth-child(2) {
	fill: #f8bd4c;
}

.hallall-pizza-toss path {
	fill: none;
	stroke: #6caf48;
	stroke-width: 2;
}

.hallall-chef-spark {
	animation: hallall-spark-pop 1.6s ease-in-out infinite;
	fill: none;
	stroke: var(--hf-red);
	stroke-linecap: round;
	stroke-width: 3;
	transform-box: fill-box;
	transform-origin: center;
}

.hallall-chef-spark--two {
	animation-delay: -0.55s;
}

.hallall-order-success__preparing > p {
	margin: 0;
	position: relative;
}

.hallall-order-success__preparing strong,
.hallall-order-success__preparing > p > span {
	display: block;
}

.hallall-order-success__preparing strong {
	color: var(--hf-ink);
	font-size: 14px;
	font-weight: 950;
}

.hallall-order-success__preparing > p > span {
	color: #8b7c75;
	font-size: 11px;
	margin-top: 3px;
}

@keyframes hallall-pizza-toss {
	0%,
	100% {
		transform: translateY(14px) rotate(-8deg);
	}
	50% {
		transform: translateY(-13px) rotate(13deg);
	}
}

@keyframes hallall-chef-bounce {
	0%,
	100% {
		transform: translateY(1px);
	}
	50% {
		transform: translateY(-3px);
	}
}

@keyframes hallall-arm-left {
	0%,
	100% {
		transform: rotate(4deg);
	}
	50% {
		transform: rotate(-7deg);
	}
}

@keyframes hallall-arm-right {
	0%,
	100% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(7deg);
	}
}

@keyframes hallall-moustache-wiggle {
	0%,
	100% {
		transform: rotate(-2deg);
	}
	50% {
		transform: rotate(2deg) scaleX(1.06);
	}
}

@keyframes hallall-spark-pop {
	0%,
	100% {
		opacity: 0.25;
		transform: scale(0.7);
	}
	50% {
		opacity: 1;
		transform: scale(1.12);
	}
}

.hallall-order-success__button {
	align-items: center;
	background: var(--hf-red);
	border-radius: 999px;
	box-shadow: 0 13px 28px rgba(239, 44, 37, 0.24);
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	min-height: 50px;
	padding: 0 25px;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hallall-order-success__button:hover {
	box-shadow: 0 16px 34px rgba(239, 44, 37, 0.31);
	transform: translateY(-2px);
}

.hallall-order-success__button svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 18px;
}

.hallall-order-success__support {
	color: #948983;
	font-size: 12px;
	margin: 22px 0 0;
}

.hallall-order-success__support a {
	color: var(--hf-ink);
	font-weight: 900;
	margin-left: 4px;
	text-decoration: none;
}

.hallall-order-success--error {
	padding-bottom: 45px;
}

@media (max-width: 700px) {
	body:has(.hallall-order-success) .site-content {
		padding: 0 14px 55px;
	}

	.hallall-order-success {
		border-radius: 24px;
		margin-top: 12px;
		padding: 39px 20px 30px;
	}

	.hallall-order-success__icon {
		height: 70px;
		margin-bottom: 19px;
		width: 70px;
	}

	.hallall-order-success__icon svg {
		height: 36px;
		width: 36px;
	}

	.hallall-order-success h1 {
		font-size: 28px;
	}

	.hallall-order-success__message {
		font-size: 14px;
		margin: 15px auto 21px;
	}

	.hallall-order-success__number {
		padding: 12px 14px;
	}

	.hallall-order-success__preparing {
		border-radius: 18px;
		margin-bottom: 23px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.hallall-order-success__preparing svg {
		height: 148px;
	}

	.hallall-order-success__button {
		box-sizing: border-box;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hallall-chef,
	.hallall-chef-arm,
	.hallall-chef-moustache,
	.hallall-pizza-toss,
	.hallall-chef-spark {
		animation: none;
	}
}

/* Modern notifications */
html body .tata {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.98) !important;
	border: 1px solid #f0e4df;
	border-left: 4px solid var(--hf-red);
	border-radius: 18px;
	box-shadow: 0 20px 55px rgba(29, 25, 23, 0.2);
	box-sizing: border-box;
	color: var(--hf-ink) !important;
	font-family: inherit;
	font-size: 14px;
	justify-content: flex-start;
	max-width: none;
	min-height: 78px;
	overflow: hidden;
	padding: 16px 50px 16px 15px;
	width: min(390px, calc(100vw - 28px)) !important;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

html body .tata.top-right,
html body .tata.top-mid,
html body .tata.top-left {
	left: 50% !important;
	right: auto !important;
	top: max(14px, env(safe-area-inset-top)) !important;
	transform: translateX(-50%);
}

html body .tata .tata-icon {
	align-items: center;
	background: #fff0ef;
	border-radius: 13px;
	color: var(--hf-red) !important;
	display: flex;
	flex: 0 0 44px;
	font-size: 23px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	width: 44px;
}

html body .tata .tata-body {
	flex: 1 1 auto;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 2px 0 0 13px;
}

html body .tata .tata-title {
	color: var(--hf-ink);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -0.015em;
	line-height: 1.25;
	margin: 0 0 4px;
}

html body .tata .tata-text {
	color: var(--hf-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

html body .tata .tata-close {
	align-items: center;
	background: #f7f3f1;
	border: 0;
	border-radius: 50%;
	color: #756b66 !important;
	display: flex;
	font-size: 17px;
	height: 32px;
	justify-content: center;
	padding: 0;
	right: 10px;
	top: 10px;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
	width: 32px;
}

html body .tata .tata-close:hover,
html body .tata .tata-close:focus {
	background: #eee7e3;
	color: var(--hf-ink) !important;
	opacity: 1;
	transform: rotate(4deg);
}

html body .tata .tata-progress {
	background: var(--hf-red);
	border-radius: 0;
	bottom: 0;
	height: 3px;
	opacity: 0.72;
}

html body .tata.success {
	border-left-color: #1f9d68;
}

html body .tata.success .tata-icon {
	background: #e7f7ef;
	color: #168558 !important;
}

html body .tata.success .tata-progress {
	background: #1f9d68;
}

html body .tata.warn {
	border-left-color: #e49716;
}

html body .tata.warn .tata-icon {
	background: #fff6df;
	color: #b97000 !important;
}

html body .tata.warn .tata-progress {
	background: #e49716;
}

html body .tata.info {
	border-left-color: #3478d4;
}

html body .tata.info .tata-icon {
	background: #eaf2fd;
	color: #2868bf !important;
}

html body .tata.info .tata-progress {
	background: #3478d4;
}

/* Footer */
#colophon.site-footer {
	background: #191513;
	color: rgba(255, 255, 255, 0.72);
	padding: 0;
}

.hallall-footer {
	margin: 0 auto;
	max-width: 1320px;
	padding: 64px 20px 42px;
}

.hallall-footer__grid {
	display: grid;
	gap: 38px;
	grid-template-columns: 1.2fr 0.65fr 0.75fr 1.15fr;
}

.hallall-footer__brand img {
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
	height: 82px;
	object-fit: contain;
	object-position: left center;
	width: 104px;
}

.hallall-footer h2,
.hallall-footer h3 {
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.hallall-footer h2 {
	font-size: 24px;
	margin: 15px 0 10px;
}

.hallall-footer h3 {
	font-size: 14px;
	letter-spacing: 0.08em;
	margin: 8px 0 20px;
	text-transform: uppercase;
}

.hallall-footer p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin: 0;
	max-width: 420px;
}

.hallall-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hallall-footer__links li {
	margin: 0 0 11px;
}

.hallall-footer__links a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 650;
}

.hallall-footer__links a:hover,
.hallall-footer__links a:focus {
	color: var(--hf-yellow);
}

.hallall-footer__location-link {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.hallall-footer__location-link svg {
	color: var(--hf-yellow);
	flex: 0 0 auto;
}

.hallall-footer__map-column {
	min-width: 0;
}

.hallall-footer__map {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	overflow: hidden;
	padding: 5px;
}

.hallall-footer__map iframe {
	border: 0;
	border-radius: 13px;
	display: block;
	height: 150px;
	width: 100%;
}

.hallall-footer__map > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	padding: 11px 10px 7px;
}

.hallall-footer__map > a:hover,
.hallall-footer__map > a:focus {
	color: var(--hf-yellow);
}

.hallall-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.hallall-footer__social a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.hallall-footer__social a:hover,
.hallall-footer__social a:focus {
	background: var(--hf-red);
	color: #fff;
	transform: translateY(-2px);
}

.hallall-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 48px;
	padding-top: 24px;
}

.hallall-footer__bottom strong {
	color: #fff;
}

.scrollup a {
	background: var(--hf-red);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(239, 44, 37, 0.3);
}

.hallall-card-ready {
	animation: hallall-card-in 480ms both;
}

@keyframes hallall-card-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1180px) {
	.hallall-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.restropress .rpress-section {
		grid-template-columns: minmax(0, 1fr);
	}

	.restropress .cat-lists {
		grid-column: 1;
		position: sticky;
		top: 92px;
		z-index: 90;
	}

	.restropress .rpress-sidebar-cart {
		margin-top: 22px;
		max-width: none !important;
		width: 100% !important;
	}

	.restropress .rpress-sidebar-main-wrap {
		position: static;
	}

	.rpress-filter-wrapper {
		border-radius: 16px;
		overflow: hidden;
	}

	.rpress-filter-wrapper::before {
		display: none;
	}

	.rpress-categories-menu {
		padding: 9px;
	}

	.rpress-category-lists {
		flex-direction: row;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
	}

	.rpress-category-lists::-webkit-scrollbar {
		display: none;
	}

	.rpress-category-item {
		flex: 0 0 auto;
	}

	.rpress-category-item a.rpress-category-link {
		min-height: 40px;
		white-space: nowrap;
	}

	.rpress-category-item a.rpress-category-link::after {
		display: none;
	}
}

@media (max-width: 782px) {
	.admin-bar #masthead.site-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.wrapper {
		width: min(100% - 24px, 1320px);
	}

	html body #rpressModal {
		z-index: 2000000 !important;
	}

	html body .modal-backdrop,
	html body .modal-backdrop.fade.in {
		z-index: 1999999 !important;
	}

	html body .ui-timepicker-wrapper,
	html body .datepicker {
		z-index: 2000002 !important;
	}

	html body #rpressModal.show-service-options .modal__overlay,
	html body #rpressModal.rpress-delivery-options .modal__overlay {
		align-items: flex-end;
		background: rgba(25, 19, 16, 0.64) !important;
		justify-content: center;
		padding: 12px 12px max(12px, env(safe-area-inset-bottom)) !important;
	}

	html body #rpressModal.show-service-options .modal__container,
	html body #rpressModal.rpress-delivery-options .modal__container {
		background: #fff;
		border: 1px solid rgba(255, 255, 255, 0.75);
		border-radius: 28px !important;
		box-shadow: 0 28px 75px rgba(24, 16, 13, 0.34);
		margin: 0;
		max-height: calc(100dvh - 24px);
		overflow: hidden;
		position: relative;
		top: auto;
		width: min(100%, 470px) !important;
	}

	html body #rpressModal.show-service-options .modal__container::before,
	html body #rpressModal.rpress-delivery-options .modal__container::before {
		background: #d8d0cb;
		border-radius: 999px;
		content: "";
		height: 5px;
		left: 50%;
		position: absolute;
		top: 9px;
		transform: translateX(-50%);
		width: 42px;
		z-index: 2;
	}

	html body #rpressModal.show-service-options .modal-header,
	html body #rpressModal.rpress-delivery-options .modal-header {
		background: #fff;
		border-bottom: 1px solid #f0ebe7;
		min-height: 76px;
		padding: 30px 56px 18px 20px !important;
	}

	html body #rpressModal.show-service-options .modal-title,
	html body #rpressModal.rpress-delivery-options .modal-title {
		color: var(--hf-ink);
		font-size: 20px !important;
		font-weight: 900 !important;
		letter-spacing: -0.035em;
		line-height: 1.2;
		margin: 0;
		padding: 0;
	}

	html body #rpressModal.show-service-options .modal__close,
	html body #rpressModal.rpress-delivery-options .modal__close {
		align-items: center;
		background: #f6f2ef !important;
		border: 0;
		border-radius: 50%;
		color: var(--hf-ink) !important;
		display: flex;
		height: 38px;
		justify-content: center;
		opacity: 1;
		position: absolute;
		right: 15px;
		top: 22px;
		width: 38px;
		z-index: 3;
	}

	html body #rpressModal.show-service-options .modal__close::before,
	html body #rpressModal.rpress-delivery-options .modal__close::before {
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		position: static;
	}

	html body #rpressModal.show-service-options .modal-body,
	html body #rpressModal.rpress-delivery-options .modal-body {
		background: #fff;
		max-height: calc(100dvh - 112px);
		overflow-y: auto;
		padding: 18px 20px calc(20px + env(safe-area-inset-bottom)) !important;
	}

	#rpressModal.show-service-options .nav-pills,
	#rpressModal.rpress-delivery-options .nav-pills,
	#rpressModal.show-service-options ul#rpressdeliveryTab,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab {
		background: #f3f0ed;
		border: 0;
		border-radius: 16px;
		display: flex;
		gap: 5px;
		margin: 0 0 20px;
		padding: 5px;
		width: 100%;
	}

	#rpressModal.show-service-options .nav-pills::before,
	#rpressModal.show-service-options .nav-pills::after,
	#rpressModal.rpress-delivery-options .nav-pills::before,
	#rpressModal.rpress-delivery-options .nav-pills::after,
	#rpressModal.show-service-options ul#rpressdeliveryTab::before,
	#rpressModal.show-service-options ul#rpressdeliveryTab::after,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab::before,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab::after {
		content: none !important;
		display: none !important;
	}

	#rpressModal.show-service-options .nav-pills > li,
	#rpressModal.rpress-delivery-options .nav-pills > li,
	#rpressModal.show-service-options ul#rpressdeliveryTab > li,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li {
		flex: 1 1 0;
		margin: 0;
		min-width: 0;
	}

	#rpressModal.show-service-options .nav-pills > li > a,
	#rpressModal.rpress-delivery-options .nav-pills > li > a,
	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
		align-items: center;
		background: transparent;
		border: 0 !important;
		border-radius: 12px !important;
		color: #625852;
		display: flex;
		float: none !important;
		font-size: 14px;
		font-weight: 850;
		justify-content: center;
		line-height: 1.2;
		min-height: 48px;
		padding: 10px 8px;
		text-align: center;
		width: 100% !important;
	}

	#rpressModal.show-service-options .nav-pills > li.active > a,
	#rpressModal.show-service-options .nav-pills > li > a.active,
	#rpressModal.rpress-delivery-options .nav-pills > li.active > a,
	#rpressModal.rpress-delivery-options .nav-pills > li > a.active,
	#rpressModal.show-service-options ul#rpressdeliveryTab > li.active > a,
	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a.active,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li.active > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a.active {
		background: linear-gradient(135deg, #f6312b, #e8211b) !important;
		box-shadow: 0 8px 18px rgba(239, 44, 37, 0.24);
		color: #fff !important;
	}

	#rpressModal.show-service-options .delivery-time-text,
	#rpressModal.show-service-options .pickup-time-text,
	#rpressModal.rpress-delivery-options .delivery-time-text,
	#rpressModal.rpress-delivery-options .pickup-time-text {
		color: #514842;
		font-size: 14px;
		font-weight: 800;
		margin: 0 0 9px;
		text-align: left;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text {
		align-items: center;
		background: #fff5f3;
		border: 1px solid rgba(239, 44, 37, 0.24);
		border-left: 3px solid var(--hf-red);
		border-radius: 12px;
		display: flex;
		justify-content: space-between;
		margin: 0 0 12px;
		padding: 11px 13px;
		text-align: left;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text span,
	#rpressModal.show-service-options .delivery-minimum-order-text strong,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text span,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text strong {
		display: inline;
		font-size: 13px;
		margin: 0;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text strong,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text strong {
		color: var(--hf-red-dark);
		white-space: nowrap;
	}

	#rpressModal.show-service-options .rpress-time-wrap select.rpress-hrs,
	#rpressModal.rpress-delivery-options .rpress-time-wrap select.rpress-hrs {
		background-color: #fff;
		border: 1px solid #ddd5cf !important;
		border-radius: 13px;
		box-shadow: none;
		color: #514842;
		font-size: 14px;
		min-height: 50px;
		padding: 11px 14px;
		width: 100%;
	}

	#rpressModal.show-service-options .rpress-time-wrap select.rpress-hrs:focus,
	#rpressModal.rpress-delivery-options .rpress-time-wrap select.rpress-hrs:focus {
		border-color: var(--hf-red) !important;
		box-shadow: 0 0 0 4px rgba(239, 44, 37, 0.1);
		outline: none;
	}

	html body #rpressModal.show-service-options a.rpress-delivery-opt-update,
	html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update {
		align-items: center;
		background: linear-gradient(135deg, #ff342e, #eb1f25) !important;
		border: 0 !important;
		border-radius: 999px !important;
		box-shadow: 0 12px 26px rgba(239, 44, 37, 0.25);
		color: #fff !important;
		display: flex;
		font-size: 13px;
		font-weight: 900;
		justify-content: center;
		letter-spacing: 0.025em;
		margin-top: 16px;
		min-height: 54px;
		padding: 13px 20px !important;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}

	.home .entry-content > p:first-child,
	.home .n2-section-smartslider {
		display: none !important;
		margin: 0 !important;
	}

	.hallall-topbar__inner {
		justify-content: center;
		min-height: 36px;
		padding: 6px 12px;
	}

	.hallall-topbar__benefits span:not(:first-child) {
		display: none;
	}

	.hallall-topbar__phone {
		margin-left: 16px;
	}

	.site-header-main {
		min-height: 76px;
		padding: 8px 12px;
	}

	.site-branding {
		flex: 1 1 auto;
		gap: 8px;
		min-width: 0;
	}

	.site-branding .custom-logo-link {
		height: 56px;
		width: 66px;
	}

	.site-branding .custom-logo {
		height: 54px;
		max-height: 54px;
		max-width: 66px;
	}

	.site-title,
	.site-title a {
		font-size: 17px;
	}

	.site-description {
		display: block !important;
		font-size: 9px;
		line-height: 1.25;
		margin-top: 3px;
		max-width: 130px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.hallall-order-link {
		display: none;
	}

	.hallall-cart-link {
		gap: 6px;
		min-height: 43px;
		padding: 9px 13px;
	}

	.hallall-cart-link__label {
		display: none;
	}

	#cart-price {
		font-size: 13px;
	}

	.site-content {
		padding-bottom: 54px;
	}

	.home .entry-content > p:first-child {
		margin-top: 14px;
	}

	.home .n2-section-smartslider {
		border-radius: 20px;
	}

	.home .entry-content > .has-text-align-center {
		margin-top: 28px;
	}

	.hallall-menu-intro {
		margin-bottom: 24px;
	}

	.hallall-menu-intro h2 {
		font-size: 35px;
	}

	.hallall-menu-intro > p {
		font-size: 15px;
		margin-top: 12px;
	}

	.restropress .rpress-section {
		display: block;
	}

	.restropress .cat-lists {
		margin: 0 0 18px;
		top: 76px;
	}

	body .rp-cat-overlay {
		background: rgba(24, 18, 15, 0.66);
		inset: 0;
		opacity: 1;
		-webkit-backdrop-filter: blur(7px);
		backdrop-filter: blur(7px);
	}

	.restropress .sticky-sidebar.cat-lists.rp-mobile-cat {
		background: #fff;
		border: 1px solid rgba(235, 229, 223, 0.95);
		border-radius: 26px !important;
		bottom: 82px !important;
		box-shadow: 0 28px 75px rgba(28, 19, 15, 0.3);
		cursor: default;
		height: auto !important;
		left: 12px !important;
		margin: 0 !important;
		max-height: calc(100dvh - 118px) !important;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 16px 12px 12px !important;
		right: 12px !important;
		text-align: left;
		top: auto !important;
		transform: none !important;
		width: auto !important;
		z-index: 99999;
	}

	.restropress .sticky-sidebar.cat-lists.rp-mobile-cat::before {
		color: var(--hf-ink);
		content: "Zgjidh kategorinë";
		display: block;
		font-size: 20px;
		font-weight: 900;
		letter-spacing: -0.035em;
		line-height: 1.2;
		padding: 17px 54px 12px 10px;
	}

	.rp-mobile-cat .hallall-category-close {
		-webkit-tap-highlight-color: transparent;
		align-items: center;
		background: #f8f5f2;
		border: 1px solid #eadfd9;
		border-radius: 50%;
		box-shadow: 0 7px 18px rgba(43, 29, 23, 0.1);
		color: #4f4540;
		cursor: pointer;
		display: flex;
		font-family: Arial, sans-serif;
		font-size: 27px;
		font-weight: 400;
		height: 38px;
		justify-content: center;
		line-height: 1;
		padding: 0 0 2px;
		position: absolute;
		right: 18px;
		top: 18px;
		transition:
			background-color 160ms ease,
			color 160ms ease,
			transform 160ms ease;
		width: 38px;
		z-index: 2;
	}

	.rp-mobile-cat .hallall-category-close:hover,
	.rp-mobile-cat .hallall-category-close:focus-visible {
		background: #fff0ed;
		color: var(--hf-red);
		transform: scale(1.05);
	}

	.restropress .sticky-sidebar.cat-lists.rp-mobile-cat::after {
		background: #d9d1cc;
		border-radius: 999px;
		content: "";
		height: 5px;
		left: 50%;
		position: absolute;
		top: 9px;
		transform: translateX(-50%);
		width: 42px;
	}

	.rp-mobile-cat .rpress-filter-wrapper {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: block !important;
		overflow: visible;
		padding: 0 !important;
	}

	.rp-mobile-cat .rpress-filter-wrapper::before {
		display: none;
	}

	.rp-mobile-cat .rpress-categories-menu {
		margin: 0 !important;
		padding: 0 !important;
	}

	.rp-mobile-cat .rpress-category-lists {
		display: flex !important;
		flex-direction: column !important;
		gap: 6px;
		margin: 0 !important;
		overflow: visible;
		padding: 0;
	}

	.rp-mobile-cat .rpress-category-item {
		flex: 0 0 auto;
		padding: 0 !important;
		width: 100% !important;
	}

	.rp-mobile-cat .rpress-category-item a.rpress-category-link {
		background: #faf8f5 !important;
		border: 1px solid transparent !important;
		border-radius: 14px !important;
		color: #514944 !important;
		font-size: 12px !important;
		justify-content: space-between;
		letter-spacing: 0.01em;
		min-height: 50px;
		padding: 12px 14px !important;
		white-space: normal;
		width: 100%;
	}

	.rp-mobile-cat .rpress-category-item a.rpress-category-link::after {
		color: #a69b95;
		content: "›";
		display: block;
		font-size: 22px;
		font-weight: 500;
		line-height: 1;
	}

	.rp-mobile-cat .rpress-category-item a.rpress-category-link.active {
		background: linear-gradient(135deg, #f5312b, #e8201a) !important;
		border-color: transparent !important;
		box-shadow: 0 10px 24px rgba(239, 44, 37, 0.25);
		color: #fff !important;
	}

	.rp-mobile-cat .rpress-category-item a.rpress-category-link.active::after {
		color: #fff;
	}

	.rp-mb-cat-ft-btn {
		align-items: center;
		background: var(--hf-red) !important;
		border: 1px solid rgba(255, 255, 255, 0.28);
		bottom: max(16px, env(safe-area-inset-bottom)) !important;
		box-shadow: 0 12px 30px rgba(239, 44, 37, 0.3) !important;
		color: #fff;
		display: flex;
		font-size: 15px !important;
		font-weight: 800 !important;
		height: 50px;
		justify-content: center;
		padding: 11px 22px !important;
		width: 154px !important;
	}

	.hallall-mobile-cart-visible .rp-mb-cat-ft-btn {
		bottom: calc(var(--hallall-mobile-cart-height, 64px) + 14px) !important;
	}

	.hallall-mobile-cart-visible .rp-mb-cat-ft-btn.rp-close-menu {
		bottom: max(16px, env(safe-area-inset-bottom)) !important;
	}

	.rp-mb-cat-ft-btn.rp-close-menu {
		background: #fff !important;
		border-color: var(--hf-border);
		box-shadow: 0 12px 30px rgba(29, 25, 23, 0.22) !important;
		color: var(--hf-ink);
	}

	.rp-mb-cat-ft-btn .rp-mb-cat-txt {
		align-items: center;
		display: inline-flex;
		gap: 7px;
		justify-content: center;
	}

	.rp-mb-cat-ft-btn .rp-mb-cat-txt i {
		padding: 0;
	}

	.restropress .rpress-sidebar-cart {
		margin-top: 22px;
		padding: 0 !important;
		width: 100% !important;
	}

	.restropress .rpress-sidebar-main-wrap {
		background: #fff;
		border: 0;
		border-radius: 0;
		bottom: 0;
		box-shadow: -18px 0 45px rgba(29, 25, 23, 0.2);
		display: flex;
		flex-direction: column;
		height: 100dvh;
		max-height: 100dvh;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 22px 16px calc(18px + env(safe-area-inset-bottom));
		position: fixed !important;
		top: 0 !important;
		transition: left 280ms ease;
		width: 100% !important;
		z-index: 1000000;
	}

	.restropress .rpress-sidebar-main-wrap::before {
		font-size: 21px;
		margin-bottom: 18px;
		padding-right: 48px;
	}

	.restropress .rpress-sidebar-main-wrap .close-cart-ic {
		align-items: center;
		background: #f6f2ef;
		color: var(--hf-ink);
		display: flex !important;
		float: none;
		height: 40px;
		justify-content: center;
		padding: 0;
		position: absolute;
		right: 16px;
		text-align: center;
		top: 16px;
		width: 40px;
		z-index: 2;
	}

	.rpress-section .rpress-sidebar-cart-wrap {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
		min-height: 0;
		padding: 0 !important;
		width: 100% !important;
	}

	.rpress-sidebar-main-wrap .rpress.item-order {
		border-bottom: 1px solid #eee5df;
		margin: 0 0 10px;
		padding: 0 0 14px;
	}

	.rpress-sidebar-main-wrap .rpress.item-order > span {
		color: var(--hf-ink);
		font-size: 18px;
		font-weight: 900;
		letter-spacing: -0.025em;
	}

	.rpress-sidebar-main-wrap .rpress-clear-cart {
		background: #fff0ef;
		border-radius: 999px;
		gap: 5px;
		margin: 0 !important;
		padding: 7px 10px !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart {
		display: flex;
		flex: 0 0 auto;
		flex-direction: column;
		min-height: 0 !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item {
		background: #fbf9f7;
		border: 1px solid #eee5df !important;
		border-radius: 15px;
		margin: 0 0 9px;
		padding: 13px 12px 11px !important;
		position: relative;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item + li.rpress-cart-item {
		border-top: 1px solid #eee5df !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .rpress-cart-item-qty {
		align-items: center;
		background: #fff0ef;
		border-radius: 7px;
		color: var(--hf-red);
		display: inline-flex;
		font-size: 12px;
		height: 23px;
		justify-content: center;
		min-width: 23px;
		padding: 0 5px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .separator {
		color: #aa9e98;
		font-size: 11px;
		margin: 0 4px 0 2px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .rpress-cart-item-title {
		color: var(--hf-ink);
		font-size: 12px;
		font-weight: 800;
		line-height: 1.35;
		max-width: calc(100% - 102px);
		vertical-align: middle;
	}

	.rpress-sidebar-main-wrap .rpress-cart > li.rpress-cart-item > .cart-item-quantity-wrap {
		color: var(--hf-ink);
		float: right;
		font-size: 12px;
		font-weight: 800;
		padding-top: 3px;
	}

	.rpress-sidebar-main-wrap .addon-item-wrap {
		border-left: 2px solid #eadfd9;
		margin: 9px 0 0 11px !important;
		padding: 0 0 0 11px !important;
	}

	.rpress-sidebar-main-wrap .addon-item-wrap li.rpress-cart-item {
		align-items: center;
		border: 0 !important;
		color: var(--hf-muted);
		display: flex;
		font-size: 11px;
		gap: 4px;
		margin: 0 !important;
		padding: 4px 0 !important;
	}

	.rpress-sidebar-main-wrap .addon-item-wrap .rpress-cart-item-title {
		color: var(--hf-muted);
		flex: 1 1 auto;
		font-size: 11px;
		font-weight: 650;
		margin: 0;
	}

	.rpress-sidebar-main-wrap .addon-item-wrap .addon-item-price {
		margin-left: auto;
	}

	.rpress-sidebar-main-wrap .cart-action-wrap {
		display: inline-flex;
		gap: 6px;
		margin-top: 9px;
	}

	.rpress-sidebar-main-wrap .cart-action-wrap a {
		background: #fff;
		border: 1px solid #e8ddd7;
		border-radius: 999px;
		font-size: 10px;
		line-height: 1;
		padding: 7px 9px;
	}

	.rpress-sidebar-main-wrap .cart-action-wrap .rpress-remove-from-cart {
		background: #fff0ef;
		border-color: #ffd8d4;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress-cart-meta {
		border-top: 0 !important;
		font-size: 13px;
		padding: 11px 2px !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_subtotal {
		border-top: 1px solid #eee5df !important;
		margin-top: 3px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_total {
		background: linear-gradient(135deg, #fff7f5, #fff1ef);
		border: 1px solid #ffdcd7 !important;
		border-radius: 14px;
		color: var(--hf-ink);
		display: block;
		margin-top: 4px;
		padding: 13px 12px !important;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_total .rpress-cart-quantity {
		display: inline;
		margin: 0 3px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_total .cart-total {
		color: var(--hf-red);
		float: right;
		font-size: 18px;
		font-weight: 950;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .delivery-items-options {
		background: #f8f6f3;
		border: 1px solid #e9e1dc;
		border-radius: 15px;
		margin: 11px 0 0;
		padding: 12px !important;
	}

	.rpress-sidebar-main-wrap .delivery-wrap {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: space-between;
	}

	.rpress-sidebar-main-wrap .delivery-opts {
		flex: 1 1 auto;
		min-width: 0;
	}

	.rpress-sidebar-main-wrap .delMethod {
		flex-wrap: nowrap;
		gap: 7px;
	}

	.rpress-sidebar-main-wrap .delivery-option-label {
		white-space: nowrap;
	}

	.rpress-sidebar-main-wrap .delivery-change {
		background: #fff;
		border: 1px solid #eadfd9;
		border-radius: 999px;
		flex: 0 0 auto;
		margin-left: auto;
		padding: 7px 10px;
	}

	.rpress-sidebar-main-wrap .rpress-cart > .rpress_checkout {
		background: #fff;
		margin-top: 12px !important;
		padding: 10px 0 max(4px, env(safe-area-inset-bottom)) !important;
		position: relative;
		z-index: 2;
	}

	.rpress-sidebar-main-wrap .rpress-checkout-cart.button {
		box-shadow: 0 12px 27px rgba(239, 44, 37, 0.27);
		min-height: 56px;
		position: relative;
	}

	.rpress-sidebar-main-wrap .rpress-checkout-cart.button:not(.rp-loading)::after {
		align-items: center;
		background: rgba(255, 255, 255, 0.18);
		border-radius: 50%;
		content: "→";
		display: flex;
		font-size: 18px;
		height: 32px;
		justify-content: center;
		position: absolute;
		right: 11px;
		top: 50%;
		transform: translateY(-50%);
		width: 32px;
	}

	.rpress-mobile-cart-icons {
		align-items: center;
		background: rgba(255, 255, 255, 0.98) !important;
		border-top: 1px solid var(--hf-border);
		box-shadow: 0 -10px 30px rgba(29, 25, 23, 0.16) !important;
		box-sizing: border-box;
		display: flex;
		gap: 10px;
		height: auto !important;
		justify-content: space-between;
		line-height: 1 !important;
		max-width: 100vw;
		min-height: 64px;
		padding: 8px 10px 8px 16px !important;
		transition: opacity 180ms ease, transform 220ms ease;
	}

	.hallall-category-menu-open .rpress-mobile-cart-icons {
		opacity: 0;
		pointer-events: none;
		transform: translateY(100%);
	}

	.rpress-mobile-cart-icons .rp-cart-left-wrap {
		align-items: center;
		background: transparent !important;
		display: flex;
		flex: 1 1 auto;
		float: none !important;
		gap: 5px;
		height: auto !important;
		line-height: 1.25 !important;
		min-width: 0;
		padding: 0 !important;
		width: auto !important;
	}

	.rpress-mobile-cart-icons .rp-cart-right-wrap.btn-red {
		align-items: center;
		background: var(--hf-red) !important;
		border: 0 !important;
		border-radius: 999px !important;
		box-shadow: 0 8px 20px rgba(239, 44, 37, 0.25);
		color: #fff !important;
		display: flex;
		flex: 0 0 auto;
		float: none !important;
		gap: 7px;
		height: 46px !important;
		justify-content: center;
		line-height: 1 !important;
		margin: 0 !important;
		min-width: 116px;
		opacity: 1 !important;
		padding: 0 18px !important;
		visibility: visible !important;
		width: auto !important;
	}

	.rpress-mobile-cart-icons .rp-cart-mb-txt,
	.rpress-mobile-cart-icons .rp-cart-right-wrap .rp-cart-mb-icon {
		color: #fff !important;
		display: inline-flex !important;
		font-size: 13px;
		font-weight: 850;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.rpress-mobile-cart-icons .rp-cart-right-wrap .rp-cart-mb-icon {
		align-items: center;
		font-size: 14px;
		padding-left: 0;
	}

	.rpress-checkout-cart.button {
		font-size: 13px !important;
		min-height: 56px;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.card.rpress_fooditem {
		background: linear-gradient(145deg, #fff 0%, #fffdfc 100%);
		border-color: #eaded7;
		border-radius: 22px !important;
		box-shadow: 0 12px 30px rgba(55, 38, 30, 0.09) !important;
		margin-bottom: 13px !important;
	}

	.card.rpress_fooditem .rpress_fooditem_inner {
		display: block !important;
		padding: 15px;
	}

	.rpress_fooditem_inner > .rp-grid-view-wrap {
		align-items: flex-start;
		display: flex !important;
		gap: 14px;
		width: 100% !important;
	}

	.card.rpress_fooditem .rpress-thumbnail-holder {
		background: linear-gradient(145deg, #f8f3ef, #eee6e0);
		border: 3px solid #fff;
		border-radius: 18px;
		box-shadow: 0 7px 18px rgba(49, 33, 26, 0.13);
		flex-basis: 92px;
		height: 92px;
		width: 92px;
	}

	.card.rpress_fooditem .rpress-thumbnail-holder img {
		transform: scale(1.02);
	}

	.rpress_fooditem_inner > .rp-col-md-4 {
		display: none !important;
	}

	.card.rpress_fooditem .rpress_fooditem_title {
		font-size: 16px !important;
		letter-spacing: -0.025em;
		line-height: 1.22;
		margin: 1px 0 7px !important;
	}

	.card.rpress_fooditem .rpress_fooditem_excerpt,
	.card.rpress_fooditem .rpress_fooditem_excerpt p {
		display: -webkit-box;
		font-size: 12px !important;
		line-height: 1.45;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.card.rpress_fooditem .rpress-favorite-badge {
		background: #fff0ef !important;
		border: 1px solid #ffd8d4;
		border-radius: 999px;
		color: var(--hf-red) !important;
		font-size: 9px !important;
		gap: 4px;
		margin-top: 8px !important;
		padding: 4px 8px !important;
	}

	.card.rpress_fooditem .rpress-grid-view-holder {
		align-items: center;
		border-top: 1px solid #f1e7e2;
		display: flex !important;
		flex-wrap: nowrap;
		gap: 10px;
		justify-content: space-between;
		margin-top: 14px;
		padding-top: 12px;
	}

	.card.rpress_fooditem .rpress-grid-view-holder .price {
		color: var(--hf-red);
		flex: 0 0 auto;
		font-size: 16px !important;
		font-weight: 950;
		letter-spacing: -0.02em;
		margin: 0 !important;
	}

	.card.rpress_fooditem .rpress-grid-view-holder .rpress_fooditem_buy_button {
		flex: 0 0 auto;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .responsive-button {
		align-items: center;
		box-shadow: 0 8px 18px rgba(239, 44, 37, 0.24);
		display: inline-flex;
		gap: 8px;
		margin-top: 0 !important;
		min-height: 44px;
		min-width: 148px;
		padding: 7px 14px 7px 7px !important;
		white-space: nowrap;
		width: auto !important;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .rpress-add-to-cart::before {
		align-items: center;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		content: "+" !important;
		display: inline-flex !important;
		flex: 0 0 30px;
		font-size: 20px;
		font-weight: 500;
		height: 30px;
		justify-content: center;
		line-height: 1;
		width: 30px;
	}

	.card.rpress_fooditem .rpress-add-to-cart-label {
		display: inline;
		width: auto;
	}

	.rpress-element-title {
		font-size: 22px;
		margin-top: 24px;
	}

	.hallall-footer {
		padding: 46px 20px 30px;
	}

	.hallall-footer__grid {
		gap: 35px;
		grid-template-columns: 1fr;
	}

	.hallall-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 420px) {
	.hallall-topbar__phone {
		font-size: 0;
		margin-left: 10px;
	}

	.hallall-topbar__phone svg {
		height: 15px;
		width: 15px;
	}

	.site-title {
		display: block;
		font-size: 15px;
		max-width: 116px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-title a {
		font-size: inherit;
	}

	.site-description {
		font-size: 8px;
		max-width: 116px;
	}

	.hallall-menu-intro__features span:last-child {
		display: none;
	}

	.card.rpress_fooditem .rpress_fooditem_inner {
		padding: 13px;
	}

	.rpress_fooditem_inner > .rp-grid-view-wrap {
		gap: 11px;
	}

	.card.rpress_fooditem .rpress-thumbnail-holder {
		border-radius: 16px;
		flex-basis: 82px;
		height: 82px;
		width: 82px;
	}

	.card.rpress_fooditem .rpress_fooditem_title {
		font-size: 15px !important;
	}

	.card.rpress_fooditem .rpress-grid-view-holder {
		gap: 8px;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .responsive-button {
		font-size: 11px !important;
		gap: 6px;
		min-width: 137px;
		padding: 7px 12px 7px 7px !important;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .rpress-add-to-cart::before {
		flex-basis: 28px;
		height: 28px;
		width: 28px;
	}
}

/* Modern desktop header */
@media (min-width: 761px) {
	.hallall-topbar {
		background:
			linear-gradient(90deg, #181513 0%, #211c19 52%, #181513 100%);
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		font-size: 12px;
		position: relative;
		z-index: 1001;
	}

	.hallall-topbar__inner {
		max-width: 1180px;
		min-height: 36px;
		padding: 5px 20px;
	}

	.hallall-topbar__benefits {
		gap: 7px;
	}

	.hallall-topbar__benefits span {
		background: rgba(255, 255, 255, 0.055);
		border: 1px solid rgba(255, 255, 255, 0.07);
		border-radius: 999px;
		gap: 7px;
		line-height: 1;
		padding: 6px 10px;
	}

	.hallall-topbar__benefits span::before {
		box-shadow: 0 0 0 3px rgba(255, 197, 68, 0.12);
		height: 5px;
		width: 5px;
	}

	.hallall-topbar__phone {
		background: rgba(255, 255, 255, 0.055);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 999px;
		gap: 8px;
		line-height: 1;
		padding: 6px 11px;
		transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	}

	.hallall-topbar__phone:hover,
	.hallall-topbar__phone:focus {
		background: rgba(255, 197, 68, 0.1);
		border-color: rgba(255, 197, 68, 0.3);
	}

	#masthead.site-header {
		background: rgba(255, 255, 255, 0.92);
		border-bottom: 1px solid rgba(55, 42, 35, 0.07);
		box-shadow: 0 12px 34px rgba(42, 28, 22, 0.065);
	}

	.site-header-main {
		max-width: 1180px;
		min-height: 86px;
		padding: 10px 20px;
	}

	.site-branding {
		gap: 13px;
	}

	.site-branding .custom-logo-link {
		background: linear-gradient(145deg, #fff, #f8f3ee);
		border: 1px solid rgba(239, 44, 37, 0.11);
		border-radius: 19px;
		box-shadow:
			0 8px 20px rgba(37, 25, 20, 0.09),
			inset 0 1px 0 rgba(255, 255, 255, 0.9);
		height: 62px;
		overflow: hidden;
		padding: 4px;
		transform: rotate(-1deg);
		transition: box-shadow 180ms ease, transform 180ms ease;
		width: 62px;
	}

	.site-branding .custom-logo-link:hover,
	.site-branding .custom-logo-link:focus {
		box-shadow: 0 11px 25px rgba(37, 25, 20, 0.13);
		transform: rotate(0deg) translateY(-1px);
	}

	.site-branding .custom-logo {
		height: 54px;
		max-height: 54px;
		max-width: 54px;
		width: 54px;
	}

	.site-title,
	.site-title a {
		font-size: 22px;
		letter-spacing: -0.045em;
	}

	.site-description,
	.site-header .site-description,
	.absolute-header .site-header .site-description {
		align-items: center;
		color: #776d68 !important;
		display: flex;
		font-size: 11px;
		font-weight: 700;
		gap: 5px;
		margin-top: 5px;
	}

	.site-description::before {
		background: var(--hf-red);
		border-radius: 50%;
		box-shadow: 0 0 0 3px rgba(239, 44, 37, 0.1);
		content: "";
		flex: 0 0 auto;
		height: 5px;
		width: 5px;
	}

	.hallall-header-actions {
		gap: 10px;
	}

	.hallall-order-link,
	.hallall-cart-link {
		border: 1px solid transparent;
		min-height: 46px;
		padding: 8px 17px;
	}

	.hallall-order-link {
		background: #fff7f5;
		border-color: #ffe5e1;
		box-shadow: 0 6px 18px rgba(45, 31, 25, 0.035);
	}

	.hallall-order-link svg {
		background: #fff;
		border: 1px solid #ffe3df;
		border-radius: 50%;
		box-sizing: content-box;
		padding: 6px;
	}

	.hallall-order-link:hover,
	.hallall-order-link:focus {
		background: #ffefec;
		border-color: #ffd3cd;
		box-shadow: 0 9px 22px rgba(239, 44, 37, 0.08);
	}

	.hallall-cart-link {
		background: linear-gradient(135deg, #ff3932, #e91f25);
		border-color: rgba(201, 31, 26, 0.12);
		box-shadow:
			0 11px 24px rgba(239, 44, 37, 0.22),
			inset 0 1px 0 rgba(255, 255, 255, 0.2);
		padding-left: 15px;
		padding-right: 16px;
	}

	.hallall-cart-link:hover,
	.hallall-cart-link:focus {
		background: linear-gradient(135deg, #ed2822, #c91f1a);
		box-shadow:
			0 14px 28px rgba(201, 31, 26, 0.27),
			inset 0 1px 0 rgba(255, 255, 255, 0.16);
	}

	.hallall-cart-link svg {
		background: rgba(255, 255, 255, 0.13);
		border-radius: 50%;
		box-sizing: content-box;
		padding: 5px;
	}

	.hallall-cart-link__label {
		white-space: nowrap;
	}

	.hallall-cart-link #cart-price {
		border-left: 1px solid rgba(255, 255, 255, 0.24);
		font-size: 14px;
		line-height: 20px;
		padding-left: 10px;
		white-space: nowrap;
	}
}

/* Final mobile cascade for the refreshed service modal. */
@media (max-width: 760px) {
	html body #rpressModal.show-service-options .modal__overlay,
	html body #rpressModal.rpress-delivery-options .modal__overlay {
		align-items: center !important;
		padding: 20px !important;
	}

	html body #rpressModal.show-service-options .modal__container,
	html body #rpressModal.rpress-delivery-options .modal__container {
		border-radius: 28px !important;
		max-height: calc(100dvh - 40px) !important;
		width: min(100%, 540px) !important;
	}

	html body #rpressModal.show-service-options .modal__container::before,
	html body #rpressModal.rpress-delivery-options .modal__container::before {
		content: none !important;
	}

	html body #rpressModal.show-service-options .modal-header,
	html body #rpressModal.rpress-delivery-options .modal-header {
		min-height: 78px;
		padding: 21px 68px 19px 24px !important;
	}

	html body #rpressModal.show-service-options .modal-title,
	html body #rpressModal.rpress-delivery-options .modal-title {
		font-size: 21px !important;
	}

	html body #rpressModal.show-service-options .modal__close,
	html body #rpressModal.rpress-delivery-options .modal__close {
		height: 38px;
		right: 18px;
		top: 20px;
		width: 38px;
	}

	html body #rpressModal.show-service-options .modal-body,
	html body #rpressModal.rpress-delivery-options .modal-body {
		max-height: calc(100dvh - 118px) !important;
		padding: 22px 24px 25px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab {
		border-radius: 18px !important;
		gap: 6px !important;
		margin-bottom: 23px !important;
		padding: 6px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
		border-radius: 13px !important;
		font-size: 14px !important;
		gap: 8px;
		min-height: 54px !important;
		padding: 8px 10px !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li.active > a,
	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a.active,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li.active > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a.active {
		background: #fff !important;
		border-color: #f0e7e2 !important;
		box-shadow:
			0 7px 18px rgba(38, 26, 21, 0.09),
			inset 0 -2px 0 rgba(239, 44, 37, 0.8) !important;
		color: var(--hf-red-dark) !important;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text {
		border-left: 1px solid #ffd5cf !important;
		border-radius: 15px !important;
		display: grid !important;
		gap: 10px;
		grid-template-columns: 34px minmax(0, 1fr) auto;
		margin-bottom: 13px !important;
		padding: 10px 12px !important;
	}

	#rpressModal.show-service-options .delivery-minimum-order-text span,
	#rpressModal.show-service-options .delivery-minimum-order-text strong,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text span,
	#rpressModal.rpress-delivery-options .delivery-minimum-order-text strong {
		display: block !important;
		margin: 0 !important;
	}

	#rpressModal.show-service-options .rpress-time-wrap select.rpress-hrs,
	#rpressModal.rpress-delivery-options .rpress-time-wrap select.rpress-hrs {
		border-radius: 14px !important;
		min-height: 52px !important;
		padding: 11px 44px 11px 15px !important;
	}

	html body #rpressModal.show-service-options a.rpress-delivery-opt-update,
	html body #rpressModal.rpress-delivery-options a.rpress-delivery-opt-update {
		border-radius: 16px !important;
		margin-top: 18px !important;
		min-height: 56px !important;
	}
}

@media (max-width: 600px) {
	html body #rpressModal.show-service-options .modal__overlay,
	html body #rpressModal.rpress-delivery-options .modal__overlay {
		align-items: flex-end !important;
		padding: 10px 10px max(10px, env(safe-area-inset-bottom)) !important;
	}

	html body #rpressModal.show-service-options .modal__container,
	html body #rpressModal.rpress-delivery-options .modal__container {
		border-radius: 26px !important;
		max-height: calc(100dvh - 20px) !important;
		width: 100% !important;
	}

	html body #rpressModal.show-service-options .modal-header,
	html body #rpressModal.rpress-delivery-options .modal-header {
		min-height: 72px;
		padding: 19px 64px 17px 20px !important;
	}

	html body #rpressModal.show-service-options .modal-title,
	html body #rpressModal.rpress-delivery-options .modal-title {
		font-size: 19px !important;
	}

	html body #rpressModal.show-service-options .modal__close,
	html body #rpressModal.rpress-delivery-options .modal__close {
		height: 36px;
		right: 16px;
		top: 17px;
		width: 36px;
	}

	html body #rpressModal.show-service-options .modal-body,
	html body #rpressModal.rpress-delivery-options .modal-body {
		max-height: calc(100dvh - 92px) !important;
		padding: 18px 18px calc(20px + env(safe-area-inset-bottom)) !important;
	}

	#rpressModal.show-service-options ul#rpressdeliveryTab > li > a,
	#rpressModal.rpress-delivery-options ul#rpressdeliveryTab > li > a {
		font-size: 12px !important;
		gap: 6px;
		min-height: 50px !important;
		padding: 7px 8px !important;
	}
}
/* Minimum-order progress inside the sidebar cart. */
.rpress-sidebar-main-wrap .rpress-cart > li.hallall-minimum-progress {
	background: linear-gradient(135deg, #fff8f6, #fff3f0);
	border: 1px solid #ffd8d2;
	border-radius: 16px;
	box-shadow: 0 7px 18px rgba(239, 44, 37, 0.055);
	display: block;
	isolation: isolate;
	margin: 10px 0 4px;
	overflow: hidden;
	padding: 12px 13px !important;
	position: relative;
	transition:
		background-color 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.hallall-minimum-progress__copy {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 9px;
}

.hallall-minimum-progress__message {
	color: #675c57;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.45;
}

.hallall-minimum-progress__status {
	color: var(--hf-red);
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 900;
}

.hallall-minimum-progress__track {
	background: rgba(239, 44, 37, 0.12);
	border-radius: 999px;
	height: 7px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hallall-minimum-progress__fill {
	background: linear-gradient(90deg, #ff514a, var(--hf-red));
	border-radius: inherit;
	display: block;
	height: 100%;
	min-width: 6px;
	transition:
		background-color 220ms ease,
		width 360ms ease;
}

.rpress-sidebar-main-wrap .rpress-cart > li.hallall-minimum-progress.is-achieved {
	background: linear-gradient(135deg, #f4fbf6, #eef9f2);
	border-color: #bfe5ca;
	box-shadow: 0 7px 18px rgba(31, 145, 73, 0.07);
}

.hallall-minimum-progress.is-achieved .hallall-minimum-progress__message,
.hallall-minimum-progress.is-achieved .hallall-minimum-progress__status {
	color: #237a42;
}

.hallall-minimum-progress.is-achieved .hallall-minimum-progress__status::before {
	content: "✓";
	font-size: 10px;
	margin-right: 4px;
}

.hallall-minimum-progress.is-achieved .hallall-minimum-progress__track {
	background: rgba(38, 156, 82, 0.14);
}

.hallall-minimum-progress.is-achieved .hallall-minimum-progress__fill {
	background: linear-gradient(90deg, #41b96d, #218c49);
}

.hallall-minimum-progress__fill {
	overflow: hidden;
	position: relative;
}

.hallall-minimum-progress.is-celebrating {
	animation: hallall-minimum-success-pop 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hallall-minimum-progress.is-celebrating::before {
	animation: hallall-minimum-confetti 900ms ease-out both;
	background: #47b96f;
	border-radius: 50%;
	box-shadow:
		-56px -24px 0 #ef5a52,
		-42px 28px 0 #f3b83f,
		-18px -38px 0 #43aee6,
		22px -35px 0 #f06a9d,
		48px -13px 0 #48b76e,
		55px 25px 0 #f2ad35,
		20px 38px 0 #ef5a52,
		-25px 39px 0 #43aee6;
	content: "";
	height: 6px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 6px;
	z-index: 3;
}

.hallall-minimum-progress.is-celebrating::after {
	align-items: center;
	animation: hallall-minimum-check-pop 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
	background: linear-gradient(145deg, #45bd73, #218c49);
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(31, 145, 73, 0.3);
	color: #fff;
	content: "✓";
	display: flex;
	font-size: 22px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 46px;
	z-index: 4;
}

.hallall-minimum-progress.is-celebrating .hallall-minimum-progress__fill::after {
	animation: hallall-minimum-fill-shine 760ms ease-out both;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.72),
		transparent
	);
	content: "";
	inset: 0 auto 0 -45%;
	position: absolute;
	transform: skewX(-18deg);
	width: 42%;
}

@keyframes hallall-minimum-success-pop {
	0% {
		box-shadow: 0 7px 18px rgba(31, 145, 73, 0.07);
		transform: scale(1);
	}
	38% {
		box-shadow: 0 16px 34px rgba(31, 145, 73, 0.2);
		transform: scale(1.025);
	}
	100% {
		box-shadow: 0 7px 18px rgba(31, 145, 73, 0.07);
		transform: scale(1);
	}
}

@keyframes hallall-minimum-check-pop {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.25) rotate(-18deg);
	}
	28% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.08) rotate(3deg);
	}
	52% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1) rotate(0);
	}
	78% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.72);
	}
}

@keyframes hallall-minimum-confetti {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.2) rotate(0);
	}
	32% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.35) rotate(24deg);
	}
}

@keyframes hallall-minimum-fill-shine {
	from {
		left: -45%;
	}
	to {
		left: 115%;
	}
}

.hallall-fly-to-cart {
	align-items: center;
	background: #fff;
	border: 3px solid rgba(255, 255, 255, 0.94);
	border-radius: 20px;
	box-shadow:
		0 18px 38px rgba(38, 24, 19, 0.24),
		0 0 0 2px rgba(239, 44, 37, 0.18);
	display: flex;
	justify-content: center;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	will-change: opacity, transform;
	z-index: 3000010;
}

.hallall-fly-to-cart img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hallall-fly-to-cart svg {
	fill: none;
	height: 48%;
	stroke: var(--hf-red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 48%;
}

.hallall-cart-link.hallall-cart-receiving-item,
.rpress-sidebar-main-wrap.hallall-cart-receiving-item,
.rpress-mobile-cart-icons .hallall-cart-receiving-item,
.rpress-mobile-cart-icons.hallall-cart-receiving-item {
	animation: hallall-cart-receive-pulse 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes hallall-cart-receive-pulse {
	0%,
	100% {
		filter: brightness(1);
	}
	42% {
		box-shadow:
			0 0 0 8px rgba(239, 44, 37, 0.13),
			0 14px 30px rgba(239, 44, 37, 0.22);
		filter: brightness(1.08) saturate(1.15);
	}
}

.hallall-minimum-screen-celebration {
	align-items: end;
	background: transparent;
	display: grid;
	inset: 0;
	justify-items: end;
	opacity: 0;
	padding: 22px;
	pointer-events: none;
	position: fixed;
	transition: opacity 280ms ease;
	z-index: 3000005;
}

.hallall-minimum-screen-celebration[hidden] {
	display: none !important;
}

.hallall-minimum-screen-celebration.is-visible {
	opacity: 1;
}

.hallall-minimum-screen-celebration.is-hiding {
	opacity: 0;
}

.hallall-minimum-screen-celebration__card {
	align-items: center;
	background:
		radial-gradient(circle at 8% 20%, rgba(239, 44, 37, 0.09), transparent 34%),
		linear-gradient(145deg, #fff, #fff9f7);
	border: 1px solid rgba(239, 44, 37, 0.14);
	border-radius: 23px;
	box-shadow:
		0 20px 48px rgba(39, 25, 20, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	display: grid;
	gap: 2px 14px;
	grid-template-columns: 94px minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	max-width: 420px;
	overflow: hidden;
	padding: 10px 17px 11px 10px;
	position: relative;
	text-align: left;
	transform: translateX(28px) scale(0.94);
	width: 100%;
}

.hallall-minimum-screen-celebration.is-visible
	.hallall-minimum-screen-celebration__card {
	animation: hallall-chef-card-arrive 560ms cubic-bezier(0.2, 1.25, 0.35, 1) both;
}

.hallall-minimum-screen-celebration.is-hiding
	.hallall-minimum-screen-celebration__card {
	opacity: 0;
	transform: translateX(18px) scale(0.97);
	transition: opacity 240ms ease, transform 240ms ease;
}

.hallall-minimum-screen-celebration__chef {
	align-items: center;
	background: linear-gradient(145deg, #fff1ee, #ffe2dd);
	border: 1px solid #ffd0ca;
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(239, 44, 37, 0.14);
	display: flex;
	grid-column: 1;
	grid-row: 1 / span 3;
	height: 92px;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	width: 92px;
}

.hallall-minimum-screen-celebration__chef svg {
	height: 93px;
	margin-top: 10px;
	overflow: visible;
	width: 108px;
}

.hallall-chef-hat {
	animation: hallall-chef-hat-bounce 780ms ease-in-out 2;
	transform-box: fill-box;
	transform-origin: center bottom;
}

.hallall-chef-hat path:first-child {
	fill: #fff;
	stroke: #d7c7c0;
	stroke-linejoin: round;
	stroke-width: 3;
}

.hallall-chef-hat path:last-child {
	fill: none;
	stroke: #ef2c25;
	stroke-linecap: round;
	stroke-width: 4;
}

.hallall-chef-face {
	fill: #ffc39a;
	stroke: #bd775d;
	stroke-width: 2.5;
}

.hallall-chef-hair {
	fill: #4b3027;
}

.hallall-chef-eye {
	fill: #38251f;
}

.hallall-chef-smile {
	fill: none;
	stroke: #9c4f45;
	stroke-linecap: round;
	stroke-width: 3;
}

.hallall-chef-body {
	fill: #fff;
	stroke: #d7c7c0;
	stroke-linejoin: round;
	stroke-width: 3;
}

.hallall-chef-jacket {
	fill: none;
	stroke: #ef2c25;
	stroke-linecap: round;
	stroke-width: 3;
}

.hallall-chef-button {
	fill: #ef2c25;
}

.hallall-chef-wave {
	animation: hallall-chef-wave 520ms ease-in-out 4;
	transform-box: fill-box;
	transform-origin: 8% 88%;
}

.hallall-chef-wave > path:first-child {
	fill: none;
	stroke: #ffc39a;
	stroke-linecap: round;
	stroke-width: 15;
}

.hallall-chef-wave circle {
	fill: #ffc39a;
	stroke: #bd775d;
	stroke-width: 2;
}

.hallall-chef-wave > path:last-child {
	fill: none;
	stroke: #bd775d;
	stroke-linecap: round;
	stroke-width: 3;
}

.hallall-chef-tray path {
	fill: none;
	stroke: #81716a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
}

.hallall-chef-tray path:nth-child(3),
.hallall-chef-tray path:nth-child(4) {
	animation: hallall-chef-steam 900ms ease-in-out infinite;
	stroke: #ef7a70;
	stroke-width: 3;
}

.hallall-chef-tray path:nth-child(4) {
	animation-delay: -420ms;
}

.hallall-minimum-screen-celebration__eyebrow {
	color: var(--hf-red);
	font-size: 9px;
	font-weight: 900;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: 0.14em;
	margin-bottom: 2px;
	margin-top: 5px;
	text-transform: uppercase;
}

.hallall-minimum-screen-celebration__card > strong {
	color: var(--hf-ink);
	font-size: 18px;
	font-weight: 900;
	grid-column: 2;
	grid-row: 2;
	letter-spacing: -0.045em;
	line-height: 1.12;
}

.hallall-minimum-screen-celebration__card > p {
	color: var(--hf-muted);
	font-size: 11px;
	grid-column: 2;
	grid-row: 3;
	line-height: 1.5;
	margin: 3px 0 4px;
}

.hallall-minimum-screen-celebration__spark {
	animation: hallall-chef-spark 900ms ease-out 2;
	background: var(--hf-red);
	border-radius: 50%;
	height: 8px;
	position: absolute;
	width: 8px;
}

.hallall-minimum-screen-celebration__spark--one {
	left: 16px;
	top: 18px;
}

.hallall-minimum-screen-celebration__spark--two {
	background: #f4b83d;
	left: 76px;
	top: 72px;
}

.hallall-minimum-screen-celebration__spark--three {
	background: #36a963;
	height: 6px;
	left: 82px;
	top: 12px;
	width: 6px;
}

@keyframes hallall-chef-card-arrive {
	0% {
		opacity: 0;
		transform: translateX(30px) scale(0.88);
	}
	65% {
		opacity: 1;
		transform: translateX(-4px) scale(1.02);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes hallall-chef-wave {
	0%,
	100% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(17deg);
	}
}

@keyframes hallall-chef-hat-bounce {
	0%,
	100% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-5px) rotate(-2deg);
	}
}

@keyframes hallall-chef-steam {
	0%,
	100% {
		opacity: 0.25;
		transform: translateY(3px);
	}
	50% {
		opacity: 1;
		transform: translateY(-4px);
	}
}

@keyframes hallall-chef-spark {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	45% {
		opacity: 1;
		transform: scale(1.35);
	}
	100% {
		opacity: 0;
		transform: scale(0.5) translateY(-8px);
	}
}

@media (max-width: 760px) {
	.rpress-sidebar-main-wrap .rpress-cart > li.hallall-minimum-progress {
		border-radius: 15px;
		margin-top: 9px;
		padding: 12px !important;
	}

	.hallall-minimum-progress__message {
		font-size: 10.5px;
	}

	.hallall-minimum-screen-celebration__card {
		border-radius: 20px;
		gap: 2px 11px;
		grid-template-columns: 76px minmax(0, 1fr);
		max-width: 350px;
		padding: 9px 13px 10px 9px;
	}

	.hallall-minimum-screen-celebration__chef {
		height: 74px;
		width: 74px;
	}

	.hallall-minimum-screen-celebration__chef svg {
		height: 76px;
		width: 88px;
	}

	.hallall-minimum-screen-celebration__card > strong {
		font-size: 16px;
	}

	.hallall-minimum-screen-celebration__card > p {
		font-size: 10px;
	}

	.hallall-minimum-screen-celebration {
		padding:
			12px
			12px
			calc(
				var(--hallall-mobile-cart-height, 64px) +
				max(14px, env(safe-area-inset-bottom))
			);
	}
}

/* Dynamic suggestions for real add-on groups inside the product modal. */
#rpressModal .hallall-modal-suggestions {
	background: linear-gradient(135deg, #fff9f6, #fff);
	border: 1px solid #f2d8d1;
	border-radius: 17px;
	box-shadow: 0 8px 22px rgba(70, 38, 26, 0.07);
	margin: 0 0 17px;
	padding: 11px 12px;
}

#rpressModal .hallall-modal-suggestions__heading {
	align-items: center;
	display: flex;
	gap: 9px;
}

#rpressModal .hallall-modal-suggestions__icon {
	align-items: center;
	background: #fff0ed;
	border-radius: 11px;
	color: var(--hf-red);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 16px;
	height: 36px;
	justify-content: center;
	width: 36px;
}

#rpressModal .hallall-modal-suggestions__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#rpressModal .hallall-modal-suggestions__copy strong {
	color: var(--hf-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

#rpressModal .hallall-modal-suggestions__copy small {
	color: var(--hf-muted);
	font-size: 10.5px;
	line-height: 1.35;
	margin-top: 2px;
}

#rpressModal .hallall-modal-suggestions__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

#rpressModal .hallall-modal-suggestions__chips button {
	background: #fff;
	border: 1px solid #efcfc7;
	border-radius: 999px;
	color: var(--hf-red);
	cursor: pointer;
	font-family: inherit;
	font-size: 10px;
	font-weight: 900;
	min-height: 31px;
	padding: 6px 11px;
}

#rpressModal .hallall-modal-suggestions__chips button:hover,
#rpressModal .hallall-modal-suggestions__chips button:focus-visible {
	background: var(--hf-red);
	border-color: var(--hf-red);
	color: #fff;
	transform: translateY(-1px);
}

#rpressModal .hallall-modal-suggestion-target {
	border-radius: 14px;
	transition:
		background 200ms ease,
		box-shadow 200ms ease;
}

#rpressModal .hallall-modal-suggestion-target.is-highlighted {
	animation: hallall-modal-suggestion-pulse 1.1s ease;
}

@keyframes hallall-modal-suggestion-pulse {
	0%,
	100% {
		background: transparent;
		box-shadow: none;
	}

	40% {
		background: rgba(239, 44, 37, 0.08);
		box-shadow: 0 0 0 7px rgba(239, 44, 37, 0.055);
	}
}

@media (max-width: 600px) {
	#rpressModal .hallall-modal-suggestions {
		border-radius: 15px;
		padding: 10px;
	}

	#rpressModal .hallall-modal-suggestions__chips button {
		flex: 1 1 auto;
	}
}

/* Final sidebar checkout button and loading state. */
html body .rpress-sidebar-main-wrap .rpress-cart > .rpress_checkout {
	border-bottom: 0 !important;
	padding-bottom: max(2px, env(safe-area-inset-bottom)) !important;
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rpress-submit {
	align-items: center;
	background: linear-gradient(135deg, #ff3932, #e91f25) !important;
	border: 0 !important;
	border-radius: 17px !important;
	box-shadow:
		0 11px 25px rgba(239, 44, 37, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
	box-sizing: border-box;
	color: #fff !important;
	display: flex !important;
	justify-content: center;
	min-height: 56px;
	outline: 0 !important;
	overflow: hidden;
	padding: 13px 52px 13px 18px !important;
	position: relative;
	text-decoration: none !important;
	transition:
		background-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
	width: 100% !important;
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rpress-submit:hover,
html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rpress-submit:focus {
	background: linear-gradient(135deg, #ef2c25, #cf191f) !important;
	border: 0 !important;
	box-shadow:
		0 14px 28px rgba(201, 31, 26, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
	outline: 0 !important;
	transform: translateY(-1px);
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rpress-submit:focus-visible {
	box-shadow:
		0 0 0 4px rgba(239, 44, 37, 0.15),
		0 12px 27px rgba(239, 44, 37, 0.25) !important;
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart .rpress-checkout-label,
html body .rpress-sidebar-main-wrap .rpress-checkout-cart .rpress-checkout-label.rp-text-visibility {
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	opacity: 1 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	visibility: visible !important;
	white-space: nowrap !important;
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button:not(.rp-loading)::after {
	align-items: center;
	background: rgba(255, 255, 255, 0.17);
	border: 0 !important;
	border-radius: 50%;
	box-sizing: border-box;
	content: "\2192" !important;
	display: flex;
	font-size: 17px;
	height: 32px;
	justify-content: center;
	left: auto;
	margin: 0;
	position: absolute;
	right: 11px;
	top: calc(50% - 16px);
	transform: none;
	width: 32px;
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rp-loading {
	background: linear-gradient(135deg, #ef2c25, #d91f24) !important;
	cursor: progress;
	pointer-events: none;
	transform: none;
}

html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rp-loading::after {
	animation: hallall-checkout-button-spin 700ms linear infinite !important;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.35) !important;
	border-right-color: #fff !important;
	border-top-color: #fff !important;
	border-radius: 50%;
	bottom: auto;
	box-sizing: border-box;
	content: "" !important;
	display: block;
	height: 20px;
	left: auto;
	margin: 0;
	position: absolute;
	right: 18px;
	top: calc(50% - 10px);
	transform: none;
	width: 20px;
}

@keyframes hallall-checkout-button-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 380px) {
	html body .rpress-sidebar-main-wrap .rpress-checkout-cart.button.rpress-submit {
		padding-left: 14px !important;
		padding-right: 46px !important;
	}

	html body .rpress-sidebar-main-wrap .rpress-checkout-cart .rpress-checkout-label,
	html body .rpress-sidebar-main-wrap .rpress-checkout-cart .rpress-checkout-label.rp-text-visibility {
		font-size: 11px;
	}
}

/* iPhone 12/14 Pro and other narrow portrait screens. */
@media (max-width: 430px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.wrapper {
		width: calc(100% - 20px);
	}

	.site-header-main {
		gap: 8px;
		min-height: 72px;
		padding:
			8px max(10px, env(safe-area-inset-right))
			8px max(10px, env(safe-area-inset-left));
	}

	.site-branding {
		gap: 7px;
		min-width: 0;
	}

	.site-branding .custom-logo-link {
		height: 50px;
		width: 50px;
	}

	.site-branding .custom-logo {
		height: 50px;
		max-height: 50px;
		max-width: 50px;
	}

	.site-identity {
		flex: 1 1 auto;
		min-width: 0;
	}

	.site-title {
		font-size: 14px;
		max-width: none;
		white-space: nowrap;
	}

	.site-description {
		max-width: none;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}

	.hallall-header-actions {
		flex: 0 0 auto;
		gap: 0;
		min-width: 0;
	}

	.hallall-cart-link {
		gap: 5px;
		min-height: 42px;
		min-width: 78px;
		padding: 8px 11px;
	}

	.hallall-cart-link svg {
		height: 19px;
		width: 19px;
	}

	#cart-price {
		font-size: 12px;
		white-space: nowrap;
	}

	body.rpress-checkout #rpress_checkout_form_wrap select#rpress_city {
		-webkit-appearance: none !important;
		appearance: none !important;
		background-color: #fbfaf8 !important;
		background-image:
			linear-gradient(45deg, transparent 50%, #38312d 50%),
			linear-gradient(135deg, #38312d 50%, transparent 50%) !important;
		background-position:
			calc(100% - 20px) 50%,
			calc(100% - 15px) 50% !important;
		background-repeat: no-repeat !important;
		background-size: 5px 5px, 5px 5px !important;
		color: var(--hf-ink) !important;
		display: block;
		font-size: 16px !important;
		height: 54px !important;
		line-height: 1.25 !important;
		min-height: 54px !important;
		opacity: 1 !important;
		padding: 0 48px 0 15px !important;
		text-indent: 0 !important;
		-webkit-text-fill-color: var(--hf-ink);
	}

	body.rpress-checkout #rpress_checkout_form_wrap select#rpress_city option {
		background: #fff;
		color: var(--hf-ink);
	}

	.home .entry-content > .has-text-align-center {
		display: block;
		line-height: 1;
		margin: 12px 0 7px;
	}

	.home .entry-content > .has-text-align-center strong {
		font-size: 9px;
		letter-spacing: 0.11em;
		padding: 6px 10px;
	}

	.hallall-menu-intro {
		border-radius: 26px;
		margin-bottom: 18px;
		padding: 12px 10px 10px;
	}

	.hallall-menu-intro h2 {
		font-size: clamp(27px, 8vw, 31px);
		line-height: 1.04;
	}

	.hallall-menu-intro > p {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		font-size: 12px;
		line-height: 1.45;
		margin: 10px auto 13px;
		max-width: 330px;
		overflow: hidden;
	}

	.hallall-menu-intro__features {
		flex-wrap: nowrap;
		gap: 5px;
		justify-content: center;
		overflow-x: auto;
		padding: 1px 0 3px;
		scrollbar-width: none;
	}

	.hallall-menu-intro__features::-webkit-scrollbar {
		display: none;
	}

	.hallall-menu-intro__features span {
		display: inline-flex !important;
		flex: 0 0 auto;
		font-size: 9.5px;
		gap: 4px;
		padding: 7px 8px;
		white-space: nowrap;
	}

	.hallall-menu-intro__features svg {
		height: 13px;
		width: 13px;
	}

	.site-content {
		padding-bottom: calc(116px + env(safe-area-inset-bottom));
	}

	.hallall-mobile-cart-visible .site-content {
		padding-bottom: calc(174px + env(safe-area-inset-bottom));
	}

	.card.rpress_fooditem {
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
	}

	.card.rpress_fooditem .rpress_fooditem_inner {
		box-sizing: border-box;
		padding: 12px;
		width: 100%;
	}

	.rpress_fooditem_inner > .rp-grid-view-wrap {
		box-sizing: border-box;
		gap: 10px;
		min-width: 0;
	}

	.card.rpress_fooditem .rpress-thumbnail-holder {
		flex: 0 0 74px;
		height: 74px;
		width: 74px;
	}

	.rpress_fooditem_inner .rpress-title-holder {
		min-width: 0;
		overflow: visible;
	}

	.card.rpress_fooditem .rpress_fooditem_title {
		font-size: 15px !important;
		overflow-wrap: anywhere;
	}

	.card.rpress_fooditem .rpress_fooditem_excerpt,
	.card.rpress_fooditem .rpress_fooditem_excerpt p {
		font-size: 11px !important;
	}

	.card.rpress_fooditem .rpress-grid-view-holder {
		box-sizing: border-box;
		gap: 8px;
		margin-left: -84px;
		width: calc(100% + 84px) !important;
	}

	.card.rpress_fooditem .rpress-grid-view-holder .price {
		font-size: 14px !important;
		min-width: 0;
		white-space: nowrap;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button,
	.card.rpress_fooditem .rpress_fooditem_purchase_form,
	.card.rpress_fooditem .rpress_purchase_submit_wrapper {
		box-sizing: border-box;
		margin: 0;
		max-width: 100%;
		min-width: 0;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .responsive-button {
		box-sizing: border-box;
		font-size: 10.5px !important;
		gap: 6px;
		margin-top: 0 !important;
		min-height: 42px;
		min-width: 126px;
		padding: 6px 11px 6px 6px !important;
		width: auto !important;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .rpress-add-to-cart::before {
		flex-basis: 27px;
		font-size: 18px;
		height: 27px;
		width: 27px;
	}

	.rp-mb-cat-ft-btn {
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
		height: 48px;
		max-width: calc(100vw - 40px);
		width: 142px !important;
	}

	.hallall-mobile-cart-visible .rp-mb-cat-ft-btn {
		bottom: calc(var(--hallall-mobile-cart-height, 64px) + 14px) !important;
	}

	.scrollup {
		display: none !important;
	}
}

@media (max-width: 760px) {
	body.rpress-checkout .scrollup {
		display: block !important;
	}

	body:not(.rpress-checkout) .rp-mb-cat-ft-btn {
		align-items: center !important;
		display: flex !important;
		justify-content: center !important;
		left: 50% !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		position: fixed !important;
		right: auto !important;
		transform: translateX(-50%) !important;
		visibility: visible !important;
		z-index: 1000000 !important;
	}

	body.hallall-mobile-cart-visible:not(.hallall-category-menu-open):not(.rpress-checkout) .rp-mb-cat-ft-btn:not(.rp-close-menu) {
		bottom: calc(var(--hallall-mobile-cart-height, 64px) + 14px) !important;
	}

	body.hallall-category-menu-open:not(.rpress-checkout) .rp-mb-cat-ft-btn.rp-close-menu {
		display: none !important;
	}

	html body .rpress-search-wrap.rpress-live-search {
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		background: rgba(255, 255, 255, 0.94);
		border-radius: 20px;
		box-shadow: 0 8px 24px rgba(45, 31, 25, 0.08);
		margin: 0 0 14px !important;
		padding: 7px;
		position: sticky;
		top: max(8px, env(safe-area-inset-top));
		z-index: 850;
	}

	#masthead.site-header,
	.admin-bar #masthead.site-header {
		position: relative;
		top: auto;
	}

	html,
	body,
	#page {
		overflow-x: clip;
	}

	.restropress .rpress-section.rpress-main-fooditem-container {
		overflow: visible !important;
	}

	html body .rpress-search-wrap input#rpress-food-search {
		box-shadow: none;
		height: 54px;
	}

	body.admin-bar .rpress-search-wrap.rpress-live-search {
		top: 54px;
	}

	.card.rpress_fooditem .rpress_fooditem_excerpt {
		display: -webkit-box;
		line-clamp: 2;
		max-height: calc(1.45em * 2);
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.card.rpress_fooditem .rpress_fooditem_excerpt p {
		display: inline;
	}

	.card.rpress_fooditem.hallall-fooditem-no-description .rpress-title-holder {
		display: block !important;
		min-height: 0;
	}

	.card.rpress_fooditem.hallall-fooditem-no-description .rpress_fooditem_title {
		margin-bottom: 7px !important;
	}

	.card.rpress_fooditem.hallall-fooditem-no-description .description-tag-wrap:not(:has(.rpress-fooditem-badges)) {
		display: block;
		font-size: 12px;
		line-height: 1.45;
		min-height: 2.9em;
	}

	.scrollup {
		display: block !important;
	}

	#scrollup {
		align-items: center;
		background: linear-gradient(135deg, #f5312b, #df1e19);
		border: 1px solid rgba(255, 255, 255, 0.3);
		bottom: max(14px, env(safe-area-inset-bottom));
		box-shadow: 0 10px 24px rgba(239, 44, 37, 0.3);
		box-sizing: border-box;
		display: flex;
		font-size: 0;
		height: 46px;
		justify-content: center;
		padding: 0;
		right: 14px;
		width: 46px;
		z-index: 999997;
	}

	#scrollup::before {
		content: "\2191";
		font-family: inherit;
		font-size: 20px;
		font-weight: 900;
		line-height: 1;
	}

	.hallall-mobile-cart-visible #scrollup {
		bottom: calc(var(--hallall-mobile-cart-height, 64px) + 14px);
	}

	.hallall-category-menu-open #scrollup {
		opacity: 0 !important;
		pointer-events: none;
	}
}

@media (max-width: 430px) {
	.card.rpress_fooditem.hallall-fooditem-no-description .description-tag-wrap:not(:has(.rpress-fooditem-badges)) {
		font-size: 11px;
	}
}

@media (max-width: 350px) {
	.site-title,
	.site-description {
		max-width: none;
	}

	.hallall-store-status:not(.hallall-store-status--closing) small {
		display: none;
	}

	.card.rpress_fooditem .rpress_fooditem_buy_button .responsive-button {
		min-width: 118px;
		padding-right: 9px !important;
	}
}

/* Enhanced category navigation: icons, live product counts and softer active state. */
html body .restropress .rpress-category-item > a.rpress-category-link.hallall-category-link {
	align-items: center !important;
	background: #faf9f7 !important;
	border: 1px solid transparent !important;
	border-radius: 15px !important;
	box-shadow: none !important;
	color: #4d4642 !important;
	display: grid !important;
	gap: 9px !important;
	grid-template-columns: 38px minmax(0, 1fr) 25px;
	justify-content: initial !important;
	letter-spacing: 0 !important;
	min-height: 60px;
	overflow: hidden;
	padding: 7px 8px !important;
	position: relative;
	text-align: left;
	transform: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease !important;
}

html body .restropress .rpress-category-item > a.hallall-category-link::after {
	content: none !important;
	display: none !important;
}

.hallall-category-link__icon {
	align-items: center;
	background: #fff;
	border: 1px solid #eee4de;
	border-radius: 12px;
	display: inline-flex;
	font-size: 19px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	width: 38px;
}

.hallall-category-link__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hallall-category-link__label {
	color: inherit;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hallall-category-link__meta {
	color: #a0958f;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 3px;
}

.hallall-category-link__arrow {
	align-items: center;
	background: #fff;
	border: 1px solid #eee4de;
	border-radius: 50%;
	color: #aea39d;
	display: inline-flex;
	font-size: 18px;
	height: 25px;
	justify-content: center;
	line-height: 1;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
	width: 25px;
}

html body .restropress .rpress-category-item > a.hallall-category-link:hover,
html body .restropress .rpress-category-item > a.hallall-category-link:focus-visible {
	background: #fff !important;
	border-color: #f1c9c3 !important;
	box-shadow: 0 9px 22px rgba(53, 34, 26, 0.08) !important;
	color: var(--hf-red) !important;
	transform: translateX(3px) !important;
}

html body .restropress .rpress-category-item > a.hallall-category-link:hover .hallall-category-link__arrow,
html body .restropress .rpress-category-item > a.hallall-category-link:focus-visible .hallall-category-link__arrow {
	background: #fff1ef;
	border-color: #f6d0ca;
	color: var(--hf-red);
	transform: translateX(2px);
}

html body .restropress .rpress-category-item > a.rpress-category-link.hallall-category-link.active,
html body .restropress .rpress-category-item > a.rpress-category-link.hallall-category-link[aria-current="true"] {
	background: linear-gradient(105deg, #fff1ef, #fffaf8) !important;
	border-color: #f3bdb6 !important;
	box-shadow: 0 9px 22px rgba(239, 44, 37, 0.1) !important;
	color: var(--hf-red) !important;
	padding: 7px 8px !important;
}

html body .restropress .rpress-category-item > a.hallall-category-link.active::before,
html body .restropress .rpress-category-item > a.hallall-category-link[aria-current="true"]::before {
	background: var(--hf-red);
	border-radius: 0 4px 4px 0;
	content: "";
	height: 28px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

.hallall-category-link.active .hallall-category-link__icon,
.hallall-category-link[aria-current="true"] .hallall-category-link__icon {
	background: var(--hf-red);
	border-color: var(--hf-red);
	box-shadow: 0 6px 14px rgba(239, 44, 37, 0.2);
}

.hallall-category-link.active .hallall-category-link__meta,
.hallall-category-link[aria-current="true"] .hallall-category-link__meta {
	color: #9f6f69;
}

.hallall-category-link.active .hallall-category-link__arrow,
.hallall-category-link[aria-current="true"] .hallall-category-link__arrow {
	background: #fff;
	border-color: #f3c9c3;
	color: var(--hf-red);
}

.rpress_fooditems_list > .rpress-element-title,
.rpress_fooditems_list > .rpress_fooditem {
	transition:
		filter 220ms ease,
		opacity 220ms ease,
		transform 220ms ease;
}

.rpress_fooditems_list.hallall-category-focus-mode > .rpress-element-title:not(.hallall-category-focus-target),
.rpress_fooditems_list.hallall-category-focus-mode > .rpress_fooditem:not(.hallall-category-focus-target) {
	filter: blur(1.5px) saturate(0.7);
	opacity: 0.28;
}

.rpress_fooditems_list.hallall-category-focus-mode > .hallall-category-focus-target {
	filter: none;
	opacity: 1;
}

.rpress_fooditems_list.hallall-category-focus-mode > .rpress_fooditem.hallall-category-focus-target {
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.rpress_fooditems_list > .rpress-element-title,
	.rpress_fooditems_list > .rpress_fooditem {
		transition: none;
	}

	.rpress_fooditems_list.hallall-category-focus-mode > .rpress_fooditem.hallall-category-focus-target {
		transform: none;
	}
}

@media (max-width: 760px) {
	html body .rp-mobile-cat .rpress-category-item > a.rpress-category-link.hallall-category-link {
		border-radius: 15px !important;
		grid-template-columns: 38px minmax(0, 1fr) 26px;
		min-height: 58px !important;
		padding: 7px 9px !important;
	}

	html body .rp-mobile-cat .rpress-category-item > a.rpress-category-link.hallall-category-link.active,
	html body .rp-mobile-cat .rpress-category-item > a.rpress-category-link.hallall-category-link[aria-current="true"] {
		padding: 7px 9px !important;
	}

	.rp-mobile-cat .hallall-category-link__label {
		font-size: 11px;
	}

	.rp-mobile-cat .hallall-category-link__meta {
		font-size: 9px;
	}
}

/* Full last-order details shown directly inside the reorder card. */
html body .hallall-reorder > .hallall-reorder__icon {
	grid-column: 1;
	grid-row: 1 / span 2;
}

html body .hallall-reorder > .hallall-reorder__copy {
	grid-column: 2;
	grid-row: 1;
}

html body .hallall-reorder > .hallall-reorder__items {
	display: grid !important;
	flex-wrap: initial !important;
	gap: 7px !important;
	grid-column: 2;
	grid-row: 2;
	margin: -4px 0 0 !important;
	max-height: none !important;
	opacity: 1;
	overflow: visible !important;
	padding: 0 !important;
	transition: opacity 160ms ease;
}

html body .hallall-reorder > .hallall-reorder__items.is-loading {
	opacity: 0.52;
}

.hallall-reorder__item {
	align-items: start;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #eaded9;
	border-radius: 13px;
	display: grid;
	gap: 8px;
	grid-template-columns: 28px minmax(0, 1fr);
	padding: 8px 9px;
}

.hallall-reorder__item-quantity {
	align-items: center;
	background: #fff0ee;
	border-radius: 9px;
	color: var(--hf-red);
	display: inline-flex;
	font-size: 9px;
	font-weight: 900;
	height: 25px;
	justify-content: center;
	width: 28px;
}

.hallall-reorder__item-copy {
	display: block;
	min-width: 0;
}

.hallall-reorder__item-copy strong {
	color: var(--hf-ink);
	display: block;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.3;
	overflow-wrap: anywhere;
	white-space: normal;
}

.hallall-reorder__item-copy small {
	color: #756963;
	display: block;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 3px;
	overflow-wrap: anywhere;
	white-space: normal;
}

.hallall-reorder__item-addons {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
}

.hallall-reorder__item-addons li {
	align-items: center;
	background: #fff1ef;
	border: 1px solid #ffd0cb;
	border-radius: 999px;
	color: #c82229;
	display: inline-flex;
	font-size: 8px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 100%;
	min-height: 22px;
	overflow-wrap: anywhere;
	padding: 4px 8px;
	white-space: normal;
}

.hallall-reorder__item-note {
	background: #faf7f5;
	border-left: 2px solid #e7d8d2;
	border-radius: 0 7px 7px 0;
	margin-top: 7px !important;
	padding: 5px 7px;
}

html body .hallall-reorder > .hallall-reorder__action {
	grid-column: 3;
	grid-row: 1 / span 2;
}

@media (max-width: 760px) {
	html body .hallall-reorder > .hallall-reorder__icon {
		grid-column: 1;
		grid-row: 1;
	}

	html body .hallall-reorder > .hallall-reorder__copy {
		grid-column: 2;
		grid-row: 1;
	}

	html body .hallall-reorder > .hallall-reorder__items {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-top: 0 !important;
	}

	html body .hallall-reorder > .hallall-reorder__action {
		grid-column: 1 / -1;
		grid-row: 3;
	}

	.hallall-reorder__item {
		border-radius: 12px;
		padding: 8px;
	}

	.hallall-reorder__item-copy strong {
		font-size: 10px;
	}

	.hallall-reorder__item-copy small {
		font-size: 8.5px;
	}

	.hallall-reorder__item-addons {
		gap: 4px;
		margin-top: 6px;
	}

	.hallall-reorder__item-addons li {
		font-size: 7.5px;
		min-height: 21px;
		padding: 4px 7px;
	}
}
