/**
 * FoodOrd compatibility styles for the Foodio child theme.
 */

body.foodio-foodord-compat {
	--foodio-foodord-page-bg: #f7f7f7;
	--foodio-foodord-header-offset: 0px;
	--foodio-foodord-shell-top: var(--foodio-foodord-header-offset);
	--foodio-foodord-scroll-target-offset: calc(var(--foodio-foodord-shell-top) + 76px);
	--foodio-foodord-bottom-gap: 0px;
	--foodio-foodord-sidebar-gap: 0px;
	--foodio-foodord-action-primary: var(--primary-color, #f3274c);
	--foodio-foodord-action-primary-hover: var(--primary-hover, color-mix(in srgb, var(--primary-color, #f3274c) 82%, #000));
	--foodio-foodord-action-text: var(--text-color, #323232);
	--foodio-foodord-action-muted: var(--secondary-text, #6b6b6b);
	--foodord-font-family: inherit;
	--foodord-scroll-nav-top: var(--foodio-foodord-shell-top);
	--foodord-sidebar-w: 350px;
}

body.foodio-foodord-compat #pxl-page-title-default,
body.foodio-foodord-compat #pxl-page-title-elementor {
	position: relative;
	min-height: 390px;
	overflow: hidden;
}

body.foodio-foodord-compat #pxl-page-title-default {
	background-position: center;
	background-size: cover;
}

body.foodio-foodord-compat #pxl-page-title-default > .container {
	width: 100%;
}

body.foodio-foodord-compat #pxl-page-title-elementor.has-foodio-foodord-title-actions > .elementor,
body.foodio-foodord-compat #pxl-page-title-elementor.has-foodio-foodord-title-actions > .elementor > .elementor-section {
	min-height: 390px;
}

body.foodio-foodord-compat .foodio-foodord-title-actions:not(.is-mounted) {
	display: none;
}

body.foodio-foodord-compat .foodio-foodord-title-actions.is-mounted {
	position: absolute;
	right: 30px;
	bottom: 20px;
	left: 20px;
	z-index: 6;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	pointer-events: none;
}

body.foodio-foodord-compat .foodio-foodord-title-actions__brand,
body.foodio-foodord-compat .foodio-foodord-title-actions__controls {
	pointer-events: auto;
}

body.foodio-foodord-compat .foodio-foodord-title-actions__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

body.foodio-foodord-compat .foodio-foodord-title-actions__brand:empty {
	display: none;
}

body.foodio-foodord-compat .foodio-foodord-title-actions__logo-image {
	display: block;
	width: auto;
	max-width: 132px;
	max-height: 58px;
	padding: 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
	object-fit: contain;
}

body.foodio-foodord-compat .foodio-foodord-title-actions__controls {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

body.foodio-foodord-compat .foodio-foodord-title-actions__buttons {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

body.foodio-foodord-compat .foodio-foodord-title-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		inset 0 -1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px) saturate(150%);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.foodio-foodord-compat .foodio-foodord-title-action svg {
	width: 21px;
	height: 21px;
}

body.foodio-foodord-compat .foodio-foodord-title-action:hover {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

body.foodio-foodord-compat .foodio-foodord-title-action:active {
	transform: translateY(-1px);
}

body.foodio-foodord-compat .foodio-foodord-title-action--campaigns {
	overflow: hidden;
	font-weight: 800;
	font-size: 19px;
}

body.foodio-foodord-compat .foodio-foodord-title-action--stampcard {
	width: auto;
	padding: 0 16px;
	gap: 9px;
	border-radius: 21px;
}

body.foodio-foodord-compat .foodio-foodord-title-action--stampcard .foodio-foodord-title-action__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.foodio-foodord-compat .foodio-foodord-title-action--stampcard .foodio-foodord-title-action__label {
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

body.foodio-foodord-compat .foodio-foodord-title-action--campaigns::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--foodio-foodord-action-primary);
	transform: scale(0);
	opacity: 0;
	animation: foodio-foodord-campaign-pulse 3s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

body.foodio-foodord-compat .foodio-foodord-title-action--campaigns > span {
	position: relative;
	z-index: 1;
}

body.foodio-foodord-compat .foodio-foodord-title-action--campaigns.is-stopped::before {
	animation: none;
}

@keyframes foodio-foodord-campaign-pulse {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	8% {
		transform: scale(1.8);
		opacity: 0.75;
	}

	30%,
	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

body.foodio-foodord-action-modal-open {
	overflow: hidden;
}

.foodio-foodord-action-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.16s ease;
}

.foodio-foodord-action-modal.is-visible {
	opacity: 1;
}

.foodio-foodord-action-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.54);
}

.foodio-foodord-action-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(92vw, 560px);
	max-height: 86vh;
	overflow: auto;
	border: 1px solid rgba(226, 232, 240, 0.7);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
	transform: translateY(8px) scale(0.98);
	transition: transform 0.16s ease;
}

.foodio-foodord-action-modal.is-visible .foodio-foodord-action-modal__dialog {
	transform: translateY(0) scale(1);
}

.foodio-foodord-action-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 50%;
	background: #fff;
	color: #64748b;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.foodio-foodord-action-modal__close svg {
	width: 22px;
	height: 22px;
}

.foodio-foodord-action-modal__close:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #0f172a;
}

.foodio-foodord-action-modal__body {
	padding: 28px;
	color: var(--foodio-foodord-action-text);
}

.foodio-foodord-action-modal__body .foodord-info-title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 48px 20px 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #eef2f7;
	color: #0f172a;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.foodio-foodord-action-modal__body .foodord-info-title__icon,
.foodio-foodord-action-modal__body .foodord-info-text__icon,
.foodio-foodord-action-modal__body .wr-hours__title-icon,
.foodio-foodord-action-modal__body .wr-delivery-info__title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--foodio-foodord-action-primary);
}

.foodio-foodord-action-modal__body .foodord-info-title__icon {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: rgba(243, 39, 76, 0.1);
}

.foodio-foodord-action-modal__body .foodord-info-title__icon svg {
	width: 22px;
	height: 22px;
}

.foodio-foodord-action-modal__body .foodord-info-text {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
}

.foodio-foodord-action-modal__body .foodord-info-text__icon {
	width: 26px;
	height: 26px;
	border: 1px solid #eef2f7;
	border-radius: 7px;
	background: #f8fafc;
}

.foodio-foodord-action-modal__body .foodord-info-text__icon svg {
	width: 14px;
	height: 14px;
}

.foodio-foodord-action-modal__body .wr-hours,
.foodio-foodord-action-modal__body .wr-delivery-info {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #eef2f7;
}

.foodio-foodord-action-modal__body .wr-hours__title,
.foodio-foodord-action-modal__body .wr-delivery-info__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: #0f172a;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.3;
}

.foodio-foodord-action-modal__body .wr-hours__title-icon,
.foodio-foodord-action-modal__body .wr-delivery-info__title-icon {
	width: 32px;
	height: 32px;
	border: 1px solid #eef2f7;
	border-radius: 8px;
	background: #f8fafc;
}

.foodio-foodord-action-modal__body .wr-hours__title-icon svg,
.foodio-foodord-action-modal__body .wr-delivery-info__title-icon svg {
	width: 18px;
	height: 18px;
}

.foodio-foodord-action-modal__body .wr-hours__segmented {
	display: flex;
	gap: 4px;
	margin-bottom: 12px;
	padding: 4px;
	border: 1px solid #eef2f7;
	border-radius: 10px;
	background: #f8fafc;
}

.foodio-foodord-action-modal__body .wr-hours__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-height: 38px;
	border-radius: 8px;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.foodio-foodord-action-modal__body .wr-hours__tab.is-active {
	background: var(--foodio-foodord-action-primary);
	color: #fff;
}

.foodio-foodord-action-modal__body .wr-hours__panel:not(.is-active) {
	display: none;
}

.foodio-foodord-action-modal__body .wr-hours__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.foodio-foodord-action-modal__body .wr-hours__list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	padding: 8px 12px;
	border-radius: 7px;
	background: #f8fafc;
	color: #334155;
	font-size: 14px;
}

.foodio-foodord-action-modal__body .wr-hours__list li.current-day-open {
	border-left: 3px solid #16a34a;
	background: #dcfce7;
}

.foodio-foodord-action-modal__body .wr-hours__list li.current-day-closed {
	border-left: 3px solid #dc2626;
	background: #fef2f2;
}

.foodio-foodord-action-modal__body .wr-delivery-info__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.foodio-foodord-action-modal__body .wr-delivery-info__item,
.foodio-foodord-action-modal__body .foodord-campaign-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border: 1px solid #eef2f7;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.foodio-foodord-action-modal__body .wr-delivery-info__item {
	align-items: center;
	justify-content: space-between;
}

.foodio-foodord-action-modal__body .wr-delivery-info__loc,
.foodio-foodord-action-modal__body .wr-delivery-info__meta,
.foodio-foodord-action-modal__body .foodord-campaign-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.foodio-foodord-action-modal__body .wr-delivery-info__city,
.foodio-foodord-action-modal__body .foodord-campaign-text {
	color: #1f2937;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.foodio-foodord-action-modal__body .wr-delivery-info__zip,
.foodio-foodord-action-modal__body .wr-delivery-info__min,
.foodio-foodord-action-modal__body .wr-delivery-info__fee,
.foodio-foodord-action-modal__body .foodord-campaign-targets {
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.foodio-foodord-action-modal__body .foodord-campaigns-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.foodio-foodord-action-modal__body .foodord-campaign-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--foodio-foodord-action-primary);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.foodio-foodord-action-modal__body .foodord-campaign-order-scope {
	color: var(--foodio-foodord-action-primary);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.foodio-foodord-action-modal__body .foodord-pro-stampcard-modal__section-title {
	margin: 0 0 14px;
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.foodio-foodord-action-modal__body .foodord-pro-stampcard-modal__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.foodio-foodord-action-modal__body .foodord-pro-stampcard-modal__list li {
	position: relative;
	margin: 0;
	padding: 14px 14px 14px 48px;
	border: 1px solid #eef2f7;
	border-radius: 10px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	line-height: 1.5;
}

.foodio-foodord-action-modal__body .foodord-pro-stampcard-modal__list li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-color: var(--foodio-foodord-action-primary);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.foodio-foodord-action-modal__body .foodord-stamp-item--earn::before {
	background-color: hsl(146, 98%, 34%);
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZT0nY3VycmVudENvbG9yJz48cGF0aCBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J005IDEyLjc1IDExLjI1IDE1IDE1IDkuNzVNMjEgMTJjMCAxLjI2OC0uNjMgMi4zOS0xLjU5MyAzLjA2OGEzLjc0NSAzLjc0NSAwIDAgMS0xLjA0MyAzLjI5NiAzLjc0NSAzLjc0NSAwIDAgMS0zLjI5NiAxLjA0M0EzLjc0NSAzLjc0NSAwIDAgMSAxMiAyMWMtMS4yNjggMC0yLjM5LS42My0zLjA2OC0xLjU5M2EzLjc0NiAzLjc0NiAwIDAgMS0zLjI5Ni0xLjA0MyAzLjc0NSAzLjc0NSAwIDAgMS0xLjA0My0zLjI5NkEzLjc0NSAzLjc0NSAwIDAgMSAzIDEyYzAtMS4yNjguNjMtMi4zOSAxLjU5My0zLjA2OGEzLjc0NSAzLjc0NSAwIDAgMSAxLjA0My0zLjI5NiAzLjc0NiAzLjc0NiAwIDAgMSAzLjI5Ni0xLjA0M0EzLjc0NiAzLjc0NiAwIDAgMSAxMiAzYzEuMjY4IDAgMi4zOS42MyAzLjA2OCAxLjU5M2EzLjc0NiAzLjc0NiAwIDAgMSAzLjI5NiAxLjA0MyAzLjc0NiAzLjc0NiAwIDAgMSAxLjA0MyAzLjI5NkEzLjc0NSAzLjc0NSAwIDAgMSAyMSAxMlonIC8+PC9zdmc+");
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZT0nY3VycmVudENvbG9yJz48cGF0aCBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J005IDEyLjc1IDExLjI1IDE1IDE1IDkuNzVNMjEgMTJjMCAxLjI2OC0uNjMgMi4zOS0xLjU5MyAzLjA2OGEzLjc0NSAzLjc0NSAwIDAgMS0xLjA0MyAzLjI5NiAzLjc0NSAzLjc0NSAwIDAgMS0zLjI5NiAxLjA0M0EzLjc0NSAzLjc0NSAwIDAgMSAxMiAyMWMtMS4yNjggMC0yLjM5LS42My0zLjA2OC0xLjU5M2EzLjc0NiAzLjc0NiAwIDAgMS0zLjI5Ni0xLjA0MyAzLjc0NSAzLjc0NSAwIDAgMS0xLjA0My0zLjI5NkEzLjc0NSAzLjc0NSAwIDAgMSAzIDEyYzAtMS4yNjguNjMtMi4zOSAxLjU5My0zLjA2OGEzLjc0NSAzLjc0NSAwIDAgMSAxLjA0My0zLjI5NiAzLjc0NiAzLjc0NiAwIDAgMSAzLjI5Ni0xLjA0M0EzLjc0NiAzLjc0NiAwIDAgMSAxMiAzYzEuMjY4IDAgMi4zOS42MyAzLjA2OCAxLjU5M2EzLjc0NiAzLjc0NiAwIDAgMSAzLjI5NiAxLjA0MyAzLjc0NiAzLjc0NiAwIDAgMSAxLjA0MyAzLjI5NkEzLjc0NSAzLjc0NSAwIDAgMSAyMSAxMlonIC8+PC9zdmc+");
}

.foodio-foodord-action-modal__body .foodord-stamp-item--redeem::before {
	background-color: hsl(146, 98%, 34%);
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZT0nY3VycmVudENvbG9yJz48cGF0aCBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J00yMSAxMS4yNXY4LjI1YTEuNSAxLjUgMCAwIDEtMS41IDEuNUg0LjVhMS41IDEuNSAwIDAgMS0xLjUtMS41di04LjI1TTEyIDQuODc1QTIuNjI1IDIuNjI1IDAgMSAwIDkuMzc1IDcuNUgxMm0wLTIuNjI1VjcuNW0wLTIuNjI1QTIuNjI1IDIuNjI1IDAgMSAxIDE0LjYyNSA3LjVIMTJtMCAwVjIxbS04LjYyNS05Ljc1aDE4Yy42MjEgMCAxLjEyNS0uNTA0IDEuMTI1LTEuMTI1di0xLjVjMC0uNjIxLS41MDQtMS4xMjUtMS4xMjUtMS4xMjVoLTE4Yy0uNjIxIDAtMS4xMjUuNTA0LTEuMTI1IDEuMTI1djEuNWMwIC42MjEuNTA0IDEuMTI1IDEuMTI1IDEuMTI1WicgLz48L3N2Zz4=");
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZT0nY3VycmVudENvbG9yJz48cGF0aCBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J00yMSAxMS4yNXY4LjI1YTEuNSAxLjUgMCAwIDEtMS41IDEuNUg0LjVhMS41IDEuNSAwIDAgMS0xLjUtMS41di04LjI1TTEyIDQuODc1QTIuNjI1IDIuNjI1IDAgMSAwIDkuMzc1IDcuNUgxMm0wLTIuNjI1VjcuNW0wLTIuNjI1QTIuNjI1IDIuNjI1IDAgMSAxIDE0LjYyNSA3LjVIMTJtMCAwVjIxbS04LjYyNS05Ljc1aDE4Yy42MjEgMCAxLjEyNS0uNTA0IDEuMTI1LTEuMTI1di0xLjVjMC0uNjIxLS41MDQtMS4xMjUtMS4xMjUtMS4xMjVoLTE4Yy0uNjIxIDAtMS4xMjUuNTA0LTEuMTI1IDEuMTI1djEuNWMwIC42MjEuNTA0IDEuMTI1IDEuMTI1IDEuMTI1WicgLz48L3N2Zz4=");
}

.foodio-foodord-action-modal__body .foodord-stamp-item--validity::before {
	background-color: hsl(146, 98%, 34%);
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZT0nY3VycmVudENvbG9yJz48cGF0aCBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J00xMiA2djZoNC41bTQuNSAwYTkgOSAwIDEgMS0xOCAwIDkgOSAwIDAgMSAxOCAwWicgLz48L3N2Zz4=");
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgc3Ryb2tlLXdpZHRoPScxLjUnIHN0cm9rZT0nY3VycmVudENvbG9yJz48cGF0aCBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIGQ9J00xMiA2djZoNC41bTQuNSAwYTkgOSAwIDEgMS0xOCAwIDkgOSAwIDAgMSAxOCAwWicgLz48L3N2Zz4=");
}

.foodio-foodord-action-modal__body .foodord-pro-stampcard-modal__note {
	margin: 16px 0 0;
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
}

.foodio-foodord-action-modal__body .foodord-google-map {
	margin-top: 18px;
	overflow: hidden;
	border-radius: 10px;
}

.foodio-foodord-action-modal__body .foodord-google-map iframe {
	display: block;
	width: 100%;
	height: 300px;
	border: 0;
}

body.foodord-banner-modal-open {
	overflow: hidden;
}

.foodio-foodord-action-modal.foodord-banner-modal-overlay {
	align-items: center;
	justify-content: center;
}

.foodio-foodord-action-modal .foodord-banner-modal-backdrop {
	background: rgba(0, 0, 0, 0.45);
}

.foodio-foodord-action-modal .foodord-banner-modal-dialog {
	width: min(92vw, 520px);
	max-height: 85vh;
	overflow: auto;
	border: 1px solid rgba(226, 232, 240, 0.6);
	border-radius: 16px;
	background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
	opacity: 0;
	transform: translateY(10px) scale(0.98);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.foodio-foodord-action-modal.is-visible .foodord-banner-modal-dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.foodio-foodord-action-modal .foodord-banner-modal-header {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

.foodio-foodord-action-modal .foodord-banner-modal-dialog.has-sticky-info-title .foodord-banner-modal-header {
	opacity: 0;
	pointer-events: none;
}

.foodio-foodord-action-modal .foodord-banner-modal-close {
	position: static;
	top: auto;
	right: auto;
	z-index: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #64748b;
	line-height: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.foodio-foodord-action-modal .foodord-banner-modal-close__icon {
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	pointer-events: none;
}

.foodio-foodord-action-modal .foodord-banner-modal-close:hover {
	background: transparent;
	color: #0f172a;
}

.foodio-foodord-action-modal .foodord-banner-modal-body {
	padding: 24px 28px 28px;
	color: var(--foodio-foodord-action-text);
}

.foodio-foodord-action-modal .foodord-info-title-sentinel {
	display: block;
	height: 0;
	pointer-events: none;
}

.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-title {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f1f5f9;
	background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	transition: padding 0.2s ease, margin 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-title.sticky-active {
	margin: 0 -28px 24px;
	padding: 20px 18px 20px 28px;
	border-bottom-color: #e5e7eb;
	background: #fff;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	color: #0f172a;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.foodio-foodord-action-modal .foodord-info-title__close {
	display: none;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin-left: auto;
	padding: 0;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 50%;
	background: #f8fafc;
	color: #64748b;
	line-height: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-title.sticky-active .foodord-info-title__close {
	display: inline-flex;
}

.foodio-foodord-action-modal .foodord-info-title__close:hover {
	border-color: #cbd5e1;
	background: #fff;
	color: #0f172a;
}

.foodio-foodord-action-modal .foodord-info-title__close .foodord-banner-modal-close__icon {
	width: 22px;
	height: 22px;
	flex-basis: 22px;
}

.foodio-foodord-action-modal .foodord-info-title__icon {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--foodio-foodord-action-primary), var(--foodio-foodord-action-primary-hover));
	color: #fff;
	-webkit-text-fill-color: #fff;
	flex-shrink: 0;
	-webkit-background-clip: border-box;
	background-clip: border-box;
}

.foodio-foodord-action-modal .foodord-info-title__icon svg {
	width: 20px;
	height: 20px;
}

.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-text {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
}

.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-text:last-child {
	margin-bottom: 0;
}

.foodio-foodord-action-modal .foodord-info-text__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	margin-top: -2px;
	border: 1px solid #f1f5f9;
	border-radius: 7px;
	background: #f8fafc;
	color: #64748b;
}

.foodio-foodord-action-modal .foodord-info-text__icon svg {
	width: 14px;
	height: 14px;
}

.foodio-foodord-action-modal .foodord-banner-modal-map-wrap {
	margin: 0;
}

.foodio-foodord-action-modal .foodord-banner-modal-map-wrap iframe {
	display: block;
	width: 100%;
	height: 300px;
	border: 0;
	border-radius: 0;
}

.foodio-foodord-action-modal .wr-hours {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.foodio-foodord-action-modal .wr-hours__title,
.foodio-foodord-action-modal .wr-delivery-info__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: #0f172a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
}

.foodio-foodord-action-modal .wr-hours__title-icon,
.foodio-foodord-action-modal .wr-delivery-info__title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border: 1px solid #f1f5f9;
	border-radius: 9px;
	background: #f8fafc;
	color: var(--foodio-foodord-action-primary);
}

.foodio-foodord-action-modal .wr-hours__segmented {
	display: flex;
	width: 100%;
	gap: 4px;
	margin-bottom: 12px;
	padding: 0;
	border: 1px solid #f1f1f1;
	border-radius: 9px;
	background: #f9fafb;
}

.foodio-foodord-action-modal .wr-hours__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: auto;
	padding: 12px;
	border: 0;
	border-radius: 9px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.foodio-foodord-action-modal .wr-hours__tab.is-active {
	background: var(--foodio-foodord-action-primary);
	color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.foodio-foodord-action-modal .wr-hours__panel {
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.foodio-foodord-action-modal .wr-hours__panel.is-active {
	opacity: 1;
	transform: translateY(0);
}

.foodio-foodord-action-modal .wr-hours__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.foodio-foodord-action-modal .wr-hours__list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 0;
	padding: 8px 12px;
	border-radius: 6px;
	background: #f9fafb;
	color: #334155;
	transition: background-color 0.15s ease;
}

.foodio-foodord-action-modal .wr-hours__list li .day-name {
	font-weight: 700;
	color: #1f2937;
}

.foodio-foodord-action-modal .wr-hours__list li .time-info {
	margin-left: 16px;
	color: #475569;
	text-align: right;
}

.foodio-foodord-action-modal .wr-delivery-info {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #f3f4f6;
}

.foodio-foodord-action-modal .wr-delivery-info__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 10px;
}

.foodio-foodord-action-modal .wr-delivery-info__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.foodio-foodord-action-modal .wr-delivery-info__loc,
.foodio-foodord-action-modal .wr-delivery-info__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.foodio-foodord-action-modal .wr-delivery-info__meta {
	align-items: flex-end;
	text-align: right;
}

.foodio-foodord-action-modal .wr-delivery-info__city {
	color: #1f2937;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.foodio-foodord-action-modal .wr-delivery-info__zip,
.foodio-foodord-action-modal .wr-delivery-info__min,
.foodio-foodord-action-modal .wr-delivery-info__fee {
	color: #9ca3af;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.35;
	text-transform: uppercase;
	white-space: nowrap;
}

.foodio-foodord-empty-line {
	margin: 0;
	color: #64748b;
	font-size: 14px;
}

.foodio-foodord-title-panel[hidden] {
	display: none !important;
}

@media (max-width: 1024px) {
	body.foodio-foodord-compat #pxl-page-title-default,
	body.foodio-foodord-compat #pxl-page-title-elementor {
		min-height: 290px;
	}

	body.foodio-foodord-compat #pxl-page-title-elementor.has-foodio-foodord-title-actions > .elementor,
	body.foodio-foodord-compat #pxl-page-title-elementor.has-foodio-foodord-title-actions > .elementor > .elementor-section {
		min-height: 290px;
	}

	body.foodio-foodord-compat .foodio-foodord-title-actions.is-mounted {
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	body.foodio-foodord-compat .foodio-foodord-title-actions__brand {
		align-self: flex-start;
	}

	body.foodio-foodord-compat .foodio-foodord-title-actions__logo-image {
		max-width: 104px;
		max-height: 50px;
		padding: 7px;
	}

	body.foodio-foodord-compat .foodio-foodord-title-actions__controls {
		margin-left: auto;
	}

	body.foodio-foodord-compat .foodio-foodord-title-actions__buttons {
		flex: 0 0 auto;
	}

	body.foodio-foodord-compat .foodio-foodord-title-action {
		width: 42px;
		height: 42px;
	}

	body.foodio-foodord-compat .foodio-foodord-title-action--stampcard {
		width: auto;
		padding: 0 14px;
	}

	.foodio-foodord-action-modal {
		align-items: stretch;
		justify-content: stretch;
	}

	.foodio-foodord-action-modal__dialog {
		width: 100vw;
		max-width: none;
		height: 100vh;
		height: 100dvh;
		max-height: none;
		border: 0;
		border-radius: 0;
	}

	.foodio-foodord-action-modal .foodord-banner-modal-dialog {
		width: 100vw;
		max-width: none;
		height: 100vh;
		height: 100dvh;
		max-height: none;
		border: 0;
		border-radius: 0;
	}

	.foodio-foodord-action-modal__body {
		padding: 24px 18px 28px;
	}

	.foodio-foodord-action-modal .foodord-banner-modal-body {
		padding: 24px 18px 28px;
	}

	.foodio-foodord-action-modal__body .foodord-info-title {
		margin-right: 44px;
		font-size: 19px;
	}

	.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-title {
		font-size: 19px;
	}

	.foodio-foodord-action-modal .foodord-banner-modal-body .foodord-info-title.sticky-active {
		margin-right: -18px;
		margin-left: -18px;
		padding-left: 18px;
	}
}

@media (max-width: 520px) {
	body.foodio-foodord-compat .foodio-foodord-title-actions.is-mounted {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}

	.foodio-foodord-action-modal__body .wr-delivery-info__list {
		grid-template-columns: 1fr;
	}

	.foodio-foodord-action-modal .wr-delivery-info__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 380px) {
	body.foodio-foodord-compat .foodio-foodord-title-action--stampcard .foodio-foodord-title-action__label {
		display: none;
	}

	body.foodio-foodord-compat .foodio-foodord-title-action--stampcard {
		width: 42px;
		padding: 0;
	}
}

body.foodio-foodord-compat #pxl-main {
	background-color: var(--foodio-foodord-page-bg);
	padding-top: 0;
	padding-bottom: 1rem;
}

body.foodio-foodord-compat #pxl-main {
	overflow: visible;
}

body.foodio-foodord-compat #pxl-wapper {
	overflow-x: clip;
	overflow-y: visible;
}

body.foodio-foodord-compat #pxl-content-main,
body.foodio-foodord-compat .pxl-entry-content {
	overflow: visible;
}

body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-main,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-main > .container,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-main > .container > .row,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-main > .elementor-container,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-main > .elementor-container > .row,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-content-area,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-content-main,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode #pxl-content-main > article,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode .pxl-entry-content {
	margin-top: 0;
	padding-top: 0;
}

body.foodio-foodord-compat.foodio-foodord-uses-shortcode .pxl-entry-content > p:has(.foodord-mode-toggle-mobile),
body.foodio-foodord-compat.foodio-foodord-uses-shortcode .pxl-entry-content > p:has(.foodord-scroll-nav),
body.foodio-foodord-compat.foodio-foodord-uses-shortcode .pxl-entry-content > p:has(.foodord-products-shortcode) {
	margin: 0;
}

body.foodio-foodord-compat.foodio-foodord-uses-shortcode .foodord-mode-toggle-mobile:empty,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode .pxl-entry-content > p:empty {
	display: none;
}

body.foodio-foodord-compat.foodio-foodord-uses-shortcode .foodord-products-shortcode--plugin-only,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode .foodord-products-shortcode--plugin-only > .foodord-scroll-nav:first-child,
body.foodio-foodord-compat.foodio-foodord-uses-shortcode .foodord-products-shortcode--plugin-only > .foodord-mode-toggle-mobile:first-child + .foodord-scroll-nav {
	margin-top: 0;
}

body.foodio-foodord-compat .pxl-entry-content .foodord-mode-toggle-mobile,
body.foodio-foodord-compat .pxl-entry-content .foodord-scroll-nav,
body.foodio-foodord-compat .pxl-entry-content .foodord-products-shortcode,
body.foodio-foodord-compat .pxl-entry-content .wp-block-foodord-products,
body.foodio-foodord-compat .pxl-entry-content .foodord-sidebar {
	box-sizing: border-box;
}

body.foodio-foodord-compat .pxl-entry-content .foodord-products-shortcode,
body.foodio-foodord-compat .pxl-entry-content .wp-block-foodord-products {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

body.foodio-foodord-compat .foodio-foodord-sidebar {
	max-width: 100%;
}

body.foodio-foodord-compat .foodord-sidebar {
	background: #fff;
	border-left: 1px solid var(--border-color, #e4e4e4);
}

body.foodio-foodord-compat .foodord-scroll-nav.foodord-scroll-nav--plugin-only {
	top: var(--foodord-scroll-nav-top);
	transition: box-shadow 200ms ease, background-color 200ms ease;
}

@media (prefers-reduced-motion: reduce) {
	body.foodio-foodord-compat .foodord-scroll-nav.foodord-scroll-nav--plugin-only {
		transition: none;
	}
}

body.foodio-foodord-compat .foodord-category-section {
	scroll-margin-top: var(--foodio-foodord-scroll-target-offset);
}

/* Let FoodOrd and FoodOrd Pro surfaces follow Foodio typography settings. */
body.foodio-foodord-compat .foodord-scroll-nav,
body.foodio-foodord-compat .foodord-scroll-nav a,
body.foodio-foodord-compat .foodord-scroll-nav button,
body.foodio-foodord-compat .foodord-scroll-nav input,
body.foodio-foodord-compat .foodord-products-shortcode,
body.foodio-foodord-compat .foodord-products-shortcode a,
body.foodio-foodord-compat .foodord-products-shortcode button,
body.foodio-foodord-compat .foodord-products-shortcode input,
body.foodio-foodord-compat .foodord-products-shortcode select,
body.foodio-foodord-compat .foodord-products-shortcode textarea,
body.foodio-foodord-compat .wp-block-foodord-products,
body.foodio-foodord-compat .wp-block-foodord-products a,
body.foodio-foodord-compat .wp-block-foodord-products button,
body.foodio-foodord-compat .wp-block-foodord-products input,
body.foodio-foodord-compat .wp-block-foodord-products select,
body.foodio-foodord-compat .wp-block-foodord-products textarea,
body.foodio-foodord-compat .wr-card,
body.foodio-foodord-compat .wr-card a,
body.foodio-foodord-compat .wr-card button,
body.foodio-foodord-compat .wr-card input,
body.foodio-foodord-compat .wr-card select,
body.foodio-foodord-compat .wr-card textarea,
body.foodio-foodord-compat .wr-card__modal-actions,
body.foodio-foodord-compat .wr-card__modal-actions a,
body.foodio-foodord-compat .wr-card__modal-actions button,
body.foodio-foodord-compat .wr-card__modal-actions input,
body.foodio-foodord-compat .wr-card__modal-actions select,
body.foodio-foodord-compat .wr-card__modal-actions textarea,
body.foodio-foodord-compat .foodord-modal,
body.foodio-foodord-compat .foodord-modal a,
body.foodio-foodord-compat .foodord-modal button,
body.foodio-foodord-compat .foodord-modal input,
body.foodio-foodord-compat .foodord-modal select,
body.foodio-foodord-compat .foodord-modal textarea,
body.foodio-foodord-compat .foodord-mobile-cart,
body.foodio-foodord-compat .foodord-mobile-cart a,
body.foodio-foodord-compat .foodord-mobile-cart button,
body.foodio-foodord-compat .foodord-mobile-cart input,
body.foodio-foodord-compat .foodord-mobile-cart select,
body.foodio-foodord-compat .foodord-mobile-cart textarea,
body.foodio-foodord-compat .foodord-ttd,
body.foodio-foodord-compat .foodord-ttd__label-group,
body.foodio-foodord-compat .foodord-ttd__label-group button,
body.foodio-foodord-compat .foodord-ttd__label-group input,
body.foodio-foodord-compat .foodord-ttd__label-group select,
body.foodio-foodord-compat .foodord-ttd__label-group option,
body.foodio-foodord-compat .foodord-ttd__dropdown,
body.foodio-foodord-compat .foodord-ttd__dropdown button,
body.foodio-foodord-compat .foodord-ttd__dropdown input,
body.foodio-foodord-compat .foodord-ttd__dropdown select,
body.foodio-foodord-compat .foodord-ttd__dropdown option,
body.foodio-foodord-compat .foodord-ttd__menu,
body.foodio-foodord-compat .foodord-ttd__menu button,
body.foodio-foodord-compat .foodord-ttd__option,
body.foodio-foodord-compat .foodord-pac-container,
body.foodio-foodord-compat .foodord-sheet,
body.foodio-foodord-compat .foodord-sheet button,
body.foodio-foodord-compat .foodord-sheet input,
body.foodio-foodord-compat .foodord-sheet select,
body.foodio-foodord-compat .foodord-sheet textarea,
body.foodio-foodord-compat .foodord-sheet__title,
body.foodio-foodord-compat .foodord-sheet__link,
body.foodio-foodord-compat .foodio-foodord-title-actions,
body.foodio-foodord-compat .foodio-foodord-title-actions button,
body.foodio-foodord-compat.foodio-foodord-action-modal-open .foodio-foodord-action-modal,
body.foodio-foodord-compat.foodio-foodord-action-modal-open .foodio-foodord-action-modal button {
	font-family: inherit;
}

body.foodio-foodord-compat .wr-card,
body.foodio-foodord-compat .wr-card__header,
body.foodio-foodord-compat .wr-card__title,
body.foodio-foodord-compat .wr-card__title a,
body.foodio-foodord-compat .wr-card__item-title,
body.foodio-foodord-compat .wr-card__item-title a,
body.foodio-foodord-compat .wr-card__item-title button,
body.foodio-foodord-compat .wr-card__item-title-button,
body.foodio-foodord-compat .wr-card__modal-actions,
body.foodio-foodord-compat .wr-card__modal-actions a {
	color: inherit;
}

body.foodio-foodord-compat .wr-card__title a:hover,
body.foodio-foodord-compat .wr-card__item-title a:hover,
body.foodio-foodord-compat .wr-card__item-title button:hover,
body.foodio-foodord-compat .wr-card__item-title-button:hover,
body.foodio-foodord-compat .wr-card__modal-actions a:hover {
	color: inherit;
}

body.foodio-foodord-compat .foodord-product-card .product-price ins {
	padding: 0;
	color: var(--primary-color) !important;
	background-color: transparent !important;
}

body.foodio-foodord-compat .foodord-product-card .product-price ins .woocommerce-Price-amount,
body.foodio-foodord-compat .foodord-product-card .product-price ins .woocommerce-Price-currencySymbol {
	color: inherit !important;
}

body.foodio-foodord-compat #foodord-product-modal .foodord-product-price ins {
	padding: 0;
	color: var(--primary-color) !important;
	background-color: transparent !important;
}

body.foodio-foodord-compat #foodord-product-modal .foodord-product-price ins .woocommerce-Price-amount,
body.foodio-foodord-compat #foodord-product-modal .foodord-product-price ins .woocommerce-Price-currencySymbol {
	color: inherit !important;
}

body.foodio-foodord-compat .foodord-modal-footer .foodord-product-actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

body.foodio-foodord-compat .foodord-quantity-controls {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: max-content;
	height: 50px;
	gap: 5px;
	padding: 3px;
	color: inherit;
	background: transparent;
	background: color-mix(in srgb, currentColor 6%, transparent);
	border: 1px solid currentColor;
	border-color: color-mix(in srgb, currentColor 18%, transparent);
	box-shadow: none;
	box-sizing: border-box;
}

body.foodio-foodord-compat .foodord-quantity-controls > * {
	box-sizing: border-box;
}

body.foodio-foodord-compat .foodord-quantity-btn {
	flex: 0 0 42px;
	width: 42px;
	min-width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	color: inherit;
	background: transparent;
	background: color-mix(in srgb, currentColor 8%, transparent);
	border: 0;
	box-shadow: none;
	appearance: none;
}

body.foodio-foodord-compat .foodord-quantity-btn:hover {
	color: inherit;
	background: transparent;
	background: color-mix(in srgb, currentColor 14%, transparent);
}

body.foodio-foodord-compat .foodord-quantity-btn:disabled,
body.foodio-foodord-compat .foodord-quantity-btn:disabled:hover {
	color: inherit;
	background: transparent;
	background: color-mix(in srgb, currentColor 6%, transparent);
}

body.foodio-foodord-compat .foodord-quantity-input {
	flex: 0 0 40px;
	width: 40px;
	min-width: 40px;
	height: 42px;
	min-height: 42px;
	margin: 0 4px;
	padding: 0;
	color: inherit;
	background: transparent;
	border: 1px solid currentColor;
	border-color: color-mix(in srgb, currentColor 18%, transparent);
	box-shadow: none;
	font-family: inherit;
	font-size: 13px;
	line-height: 42px;
	text-align: center;
	appearance: textfield;
	box-sizing: border-box;
}

body.foodio-foodord-compat .foodord-modal-footer .foodord-add-to-cart-btn {
	flex: 1 1 auto;
	min-width: 0;
	box-sizing: border-box;
}

/* Keep Foodio's global input styles from resizing FoodOrd search controls. */
body.foodio-foodord-compat .foodord-scroll-nav__search-input {
	width: auto;
	min-width: 0;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--foodord-scroll-search-text, var(--text-color));
	font-size: 13px;
	line-height: 1;
	box-shadow: none;
	box-sizing: border-box;
}

body.foodio-foodord-compat .foodord-scroll-nav__search-input:focus {
	border: 0;
	outline: none;
	color: var(--foodord-scroll-search-text, var(--text-color));
	box-shadow: none;
}

body.foodio-foodord-compat .foodord-scroll-nav__search-overlay-input {
	width: auto;
	min-width: 0;
	height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 22px;
	background: #f8fafc;
	color: var(--foodord-scroll-search-text, var(--text-color));
	font-size: 16px;
	box-shadow: none;
	box-sizing: border-box;
}

body.foodio-foodord-compat .foodord-scroll-nav__search-overlay-input:focus {
	border-color: rgba(234, 0, 75, 0.32);
	outline: none;
	box-shadow: 0 0 0 3px rgba(234, 0, 75, 0.1);
}

@media (min-width: 1200px) {
	body.foodio-foodord-compat.pxl-header-sticky {
		--foodio-foodord-header-offset: 144px;
	}
}

@media (min-width: 1025px) {
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-page-title-default,
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-page-title-elementor {
		width: calc(100% - var(--foodord-sidebar-w));
		max-width: calc(100% - var(--foodord-sidebar-w));
		margin-right: auto;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main {
		padding: 0 calc(var(--foodord-sidebar-w) + var(--foodio-foodord-sidebar-gap)) 1rem 0;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .container,
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .elementor-container {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .container > .row,
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .elementor-container > .row {
		margin-left: 0;
		margin-right: 0;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-content-area {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		padding-right: 0;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-content-area > #pxl-content-main > article > .pxl-entry-content {
		width: 100%;
		max-width: 100%;
	}

	body.foodio-foodord-compat .pxl-entry-content:has(.foodord-sidebar):has(.foodord-products-shortcode),
	body.foodio-foodord-compat .pxl-entry-content:has(.foodord-sidebar):has(.wp-block-foodord-products) {
		display: block;
	}

	body.foodio-foodord-compat .pxl-entry-content > .foodord-mode-toggle-mobile,
	body.foodio-foodord-compat .pxl-entry-content > .foodord-scroll-nav,
	body.foodio-foodord-compat .pxl-entry-content > .foodord-products-shortcode,
	body.foodio-foodord-compat .pxl-entry-content > .wp-block-foodord-products {
		width: 100%;
		max-width: 100%;
	}

	body.foodio-foodord-compat.has-foodord-sidebar .pxl-scroll-top.pxl-on {
		right: 380px;
	}

	body.foodio-foodord-compat .foodord-products-shortcode .foodord-products-campaigns,
	body.foodio-foodord-compat .foodord-products-shortcode .foodord-category-section,
	body.foodio-foodord-compat .wp-block-foodord-products .foodord-products-campaigns,
	body.foodio-foodord-compat .wp-block-foodord-products .foodord-category-section {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	body.foodio-foodord-compat .foodio-foodord-sidebar {
		position: fixed;
		top: var(--foodio-foodord-shell-top);
		right: 0;
		bottom: var(--foodio-foodord-bottom-gap);
		width: var(--foodord-sidebar-w);
		height: auto;
		max-height: none;
		margin: 0;
		overflow: auto;
		z-index: 35;
	}
}

@media (max-width: 1024px) {
	body.foodio-foodord-compat {
		--foodio-foodord-header-offset: 80px;
	}

	body.foodio-foodord-compat.foodord-mobile-cart-enabled:has(.foodord-mobile-cart:not(.foodord-mobile-cart--hidden):not(.hidden)) .pxl-scroll-top {
		bottom: calc(92px + env(safe-area-inset-bottom, 0px));
	}

	body.foodio-foodord-compat.mobile-cart-expanded .foodord-mobile-cart__item-actions,
	body.foodio-foodord-compat.mobile-cart-expanded .foodord-mobile-cart__item-quantity,
	body.foodio-foodord-compat.mobile-cart-expanded .mobile-popover,
	body.foodio-foodord-compat.mobile-cart-expanded .mobile-popover button {
		pointer-events: auto;
	}

	body.foodio-foodord-compat.mobile-cart-expanded .foodord-mobile-cart__item-actions {
		position: relative;
		z-index: 2;
	}

	body.foodio-foodord-compat.mobile-cart-expanded .foodord-mobile-cart__item-quantity {
		position: relative;
		z-index: 3;
	}

	body.foodio-foodord-compat.mobile-cart-expanded .mobile-popover {
		position: relative;
		z-index: 4;
	}

	body.foodio-foodord-compat.mobile-cart-expanded .mobile-popover button {
		width: 34px;
		height: 34px;
		min-width: 34px;
		min-height: 34px;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	body.foodio-foodord-compat .pxl-entry-content .foodord-sidebar {
		display: none;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .container:has(.foodord-products-shortcode),
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .container:has(.wp-block-foodord-products),
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .elementor-container:has(.foodord-products-shortcode),
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .elementor-container:has(.wp-block-foodord-products) {
		padding-left: 0;
		padding-right: 0;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .container:has(.foodord-products-shortcode) > .row,
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .container:has(.wp-block-foodord-products) > .row,
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .elementor-container:has(.foodord-products-shortcode) > .row,
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-main > .elementor-container:has(.wp-block-foodord-products) > .row {
		margin-left: 0;
		margin-right: 0;
	}

	body.foodio-foodord-compat.has-foodord-sidebar #pxl-content-area:has(.foodord-products-shortcode),
	body.foodio-foodord-compat.has-foodord-sidebar #pxl-content-area:has(.wp-block-foodord-products) {
		padding-left: 0;
		padding-right: 0;
	}

	body.foodio-foodord-compat .pxl-entry-content:has(.foodord-products-shortcode),
	body.foodio-foodord-compat .pxl-entry-content:has(.wp-block-foodord-products) {
		width: 100%;
		max-width: 100%;
	}

	body.foodio-foodord-compat .foodord-mode-toggle-mobile,
	body.foodio-foodord-compat .foodord-products-shortcode,
	body.foodio-foodord-compat .wp-block-foodord-products {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	body.foodio-foodord-compat .foodord-scroll-nav.foodord-scroll-nav--plugin-only {
		z-index: 60;
	}

	body.foodio-foodord-compat .foodord-category-products {
		gap: 10px;
		margin-bottom: 28px;
	}

	body.foodio-foodord-compat .foodord-products-shortcode:has(.foodord-product-card--frosted) .foodord-category-products,
	body.foodio-foodord-compat .wp-block-foodord-products:has(.foodord-product-card--frosted) .foodord-category-products,
	body.foodio-foodord-compat .foodord-products-shortcode:has(.foodord-product-card--streamline) .foodord-category-products,
	body.foodio-foodord-compat .wp-block-foodord-products:has(.foodord-product-card--streamline) .foodord-category-products,
	body.foodio-foodord-compat .foodord-products-shortcode:has(.foodord-product-card[data-foodord-card-layout="classic"]) .foodord-category-products,
	body.foodio-foodord-compat .wp-block-foodord-products:has(.foodord-product-card[data-foodord-card-layout="classic"]) .foodord-category-products,
	body.foodio-foodord-compat .foodord-products-shortcode:has(.foodord-product-card[data-foodord-card-layout="streamline"]) .foodord-category-products,
	body.foodio-foodord-compat .wp-block-foodord-products:has(.foodord-product-card[data-foodord-card-layout="streamline"]) .foodord-category-products {
		gap: 0;
		padding-left: 0;
		padding-right: 0;
	}

	body.foodio-foodord-compat .foodord-products-shortcode .foodord-product-card--streamline,
	body.foodio-foodord-compat .wp-block-foodord-products .foodord-product-card--streamline {
		margin-bottom: 0;
	}

	body.foodio-foodord-compat .foodord-product-card {
		border-left: none;
		border-right: none;
		border-radius: 0;
		overflow: hidden;
	}
}
