body.vqr-menu-page>.wp-site-blocks>header.wp-block-template-part,
body.vqr-menu-page>.wp-site-blocks>footer.wp-block-template-part,
body.vqr-menu-page .wp-block-post-title,
body:has(.vqr-front)>.wp-site-blocks>header.wp-block-template-part,
body:has(.vqr-front)>.wp-site-blocks>footer.wp-block-template-part,
body:has(.vqr-front) .wp-block-post-title {
	/* display: none !important; */
}

body.vqr-menu-page>.wp-site-blocks>footer.wp-block-template-part,
body:has(.vqr-front)>.wp-site-blocks>footer.wp-block-template-part {
	display: none !important;
}

body.vqr-menu-page .wp-site-blocks>main,
body:has(.vqr-front) .wp-site-blocks>main {
	margin-top: 0 !important;
}

body.vqr-menu-page .wp-site-blocks>main>.wp-block-group,
body:has(.vqr-front) .wp-site-blocks>main>.wp-block-group {
	padding: 0 !important;
}

body.vqr-menu-page .entry-content.wp-block-post-content,
body:has(.vqr-front) .entry-content.wp-block-post-content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

.vqr-front {
	--vqr-front-wine: #003233;
	--vqr-front-wine-dark: var(--village-color-brand-dark);
	--vqr-front-cream: var(--village-color-accent-soft);
	--vqr-front-paper: #f0ebe1;
	--vqr-front-ink: var(--village-color-text-menu-ink);
	box-sizing: border-box;
	color: var(--vqr-front-ink);
	font-family: var(--village-font-body);
	margin: 0 auto;
	max-width: 390px;
	min-height: 620px;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}

.vqr-front *,
.vqr-front *::before,
.vqr-front *::after {
	box-sizing: border-box;
}

.vqr-front [hidden] {
	display: none !important;
}

.vqr-front button {
	font: inherit;
}

.vqr-front-heading {
	color: #fff;
	padding: 18px 0 0;
	text-align: center;
}

.vqr-front-heading h2 {
	color: inherit;
	font-family: var(--village-font-display) !important;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	margin: 0;
	text-transform: none;
}

.vqr-front-heading p {
	color: #f2e1cd;
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

.vqr-front-heading em {
	font-style: italic;
	font-weight: 300;
}

.vqr-front-menu-list {
	display: grid;
	gap: 14px;
	margin: 0 auto;
	max-width: 100%;
	padding: 16px 16px 40px;
}

.vqr-front-menu-card {
	align-items: center;
	background: var(--vqr-front-paper);
	border: 0;
	border-radius: 10px;
	color: var(--vqr-front-wine-dark);
	cursor: pointer;
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	height: 110px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	transition: background-color .28s ease, box-shadow .28s ease;
	width: 100%;
}

.vqr-front-menu-card:hover,
.vqr-front-menu-card:focus-visible {
	background: #fff;
	box-shadow: 0 4px 4px -4px rgba(12, 12, 13, .05), 0 16px 32px -4px rgba(12, 12, 13, .1);
}

.vqr-front-menu-media {
	align-items: center;
	align-self: stretch;
	background: #c4c4c4;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	height: 110px;
}

.vqr-front-menu-media.has-image i {
	display: none;
}

.vqr-front-menu-media i {
	display: none;
}

.vqr-front-menu-copy {
	align-self: center;
	display: flex;
	flex-direction: column;
	height: 110px;
	justify-content: center;
	padding: 0 12px 0 21px;
	position: relative;
}

.vqr-front-menu-labels {
	display: flex;
	flex-direction: column;
	transition: transform .28s ease;
}

.vqr-front-menu-copy strong {
	color: #003233;
	font-family: "Literata", Georgia, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.vqr-front-menu-copy small {
	color: #003233;
	font-family: "Literata", Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
}

.vqr-front-menu-copy b {
	bottom: 8px;
	color: #124d44;
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	left: 21px;
	line-height: 14px;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	transform: translateY(6px);
	transition: opacity .22s ease, transform .28s ease;
}

.vqr-front-menu-card:hover .vqr-front-menu-labels,
.vqr-front-menu-card:focus-visible .vqr-front-menu-labels {
	transform: translateY(-13px);
}

.vqr-front-menu-card:hover b,
.vqr-front-menu-card:focus-visible b {
	opacity: 1;
	transform: translateY(0);
}

.vqr-front-notice {
	color: var(--village-color-surface);
	margin-top: 46px;
	padding: 0 3px 20px;
}

.vqr-front-notice svg {
	display: block;
	height: 37px;
	margin-bottom: 21px;
	width: 37px;
}

.vqr-front-notice p {
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.vqr-front-notice p+p {
	margin-top: 24px;
}

.vqr-front-detail {
	min-height: calc(100svh - 93px - 471px);
}

.vqr-front-menu-head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	color: var(--village-color-surface);
	padding: 18px 0;
	position: relative;
	text-align: center;
}

.vqr-front-menu-head p {
	letter-spacing: .12em;
	margin: 0;
	color: var(--village-color-surface);
	font-family: var(--village-font-display);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.18em;
	margin: 0 0 -8px;
	letter-spacing: 0;
}

.vqr-front-menu-head h2 {
	color: var(--village-color-surface);
	font-family: var(--village-font-heading);
	font-size: clamp(32px, 6vw, 45px);
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

.vqr-front-menu-head small {
	color: var(--village-color-menu-accent-text);
	font-size: 15px;
	width: 100%;
}

.vqr-front-back {
	display: none;
	background: var(--village-color-white-10);
	border: 1px solid var(--village-color-white-40);
	border-radius: 20px;
	color: var(--village-color-surface);
	cursor: pointer;
	font-size: 12px;
	left: 0;
	padding: 6px 11px;
	position: absolute;
	top: 5px;
}

.vqr-front-back:hover {
	background: var(--village-color-white-20);
}

.vqr-front-tabs {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 12px;
	margin: 0 0 20px !important;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 3px 16px 7px !important;
	position: sticky;
	scrollbar-width: thin;
	top: env(safe-area-inset-top, 0px);
	z-index: 100;
	background: var(--vqr-front-wine);
}

.vqr-front-tabs button {
	background: var(--village-color-surface);
	border: 0;
	border-radius: 5px;
	color: var(--village-color-menu-tab-text);
	cursor: pointer;
	flex: 0 0 108px;
	font-size: 10px;
	font-weight: 800;
	min-height: 61px;
	padding: 8px;
	text-transform: uppercase;
	transition: background .2s, color .2s, transform .2s;
}

.vqr-front-tabs button[aria-current="true"] {
	background: var(--vqr-front-cream);
	transform: translateY(-2px);
}

.vqr-front-category-list {
	padding-bottom: 40px;
}

.vqr-front-panel {
	padding: 0 28px;
}

.vqr-front-panel+.vqr-front-panel {
	margin-top: 32px;
}

.vqr-front-category-title {
	color: var(--village-color-surface);
	font-family: var(--village-font-display);
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0 16px;
}

.vqr-front-dish {
	align-items: flex-start;
	border-bottom: 1px solid var(--village-color-menu-border);
	display: flex;
	gap: 15px;
	min-height: 142px;
	padding: 16px;
	position: relative;
	background: white;
	margin-bottom: 16px;
	border-radius: 8px;
}

.vqr-front-dish:last-child {
	border-bottom: 0;
}

.vqr-front-dish-media {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	flex: 0 0 150px;
	padding: 0;
	width: 150px;
}

.vqr-front-dish-media:focus-visible,
.vqr-front-dish-title:focus-visible {
	outline: 2px solid var(--vqr-front-wine);
	outline-offset: 2px;
}

.vqr-front-dish-media img,
.vqr-front-dish-placeholder {
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.vqr-front-dishes {
	padding: 0 16px;
}

.vqr-front-dish-placeholder {
	background: var(--village-gradient-placeholder-light);
	position: relative;
}

.vqr-front-dish-placeholder::after {
	color: var(--village-color-text-placeholder);
	content: "V";
	font-family: var(--village-font-heading);
	font-size: 34px;
	font-style: italic;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vqr-front-dietary {
	display: flex;
	gap: 4px;
	margin-top: 5px;
	min-height: 28px;
}

.vqr-front-dietary img {
	display: block;
	height: 28px;
	object-fit: contain;
	width: 28px;
}

.vqr-front-dish-main {
	align-self: stretch;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding-right: 42px;
	width: calc(100% - 115px);
}

.vqr-front-dish-main h4 {
	margin: 1px 0 4px;
	font-family: var(--village-font-body) !important;
	font-size: 18px;
	font-weight: bold;
	color: var(--village-color-menu-title);
	margin-bottom: 10px;
	line-height: 1;
}

.vqr-front-dish-title {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-align: left;
}

.vqr-front-dish-main p {
	color: var(--village-color-menu-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.vqr-front-dish-main .vqr-front-dietary {
	margin-top: auto;
}

.vqr-front-dish-main strong {
	color: var(--vqr-front-wine);
	font-size: 19px;
	margin-top: 4px;
}

.vqr-front-eye {
	background-color: var(--vqr-front-wine);
	background-image: url("images/vermenu.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px;
	border: 0;
	border-radius: 50%;
	bottom: 13px;
	cursor: pointer;
	height: 31px;
	padding: 0;
	position: absolute;
	right: 13px;
	width: 31px;
}

.vqr-front-eye:hover {
	background-color: var(--vqr-front-wine-dark);
	transform: scale(1.06);
}

.vqr-front-loader {
	align-items: center;
	color: var(--village-color-surface);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
}

.vqr-front-loader span {
	animation: vqr-spin .8s linear infinite;
	border: 3px solid var(--village-color-white-25);
	border-radius: 50%;
	border-top-color: var(--village-color-surface);
	height: 38px;
	width: 38px;
}

.vqr-front-loader p {
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vqr-front-to-top {
	align-items: center;
	background: rgba(227, 227, 196, .94);
	border: 1px solid rgba(18, 77, 68, .12);
	border-radius: 50%;
	bottom: max(18px, env(safe-area-inset-bottom));
	box-shadow: 0 8px 24px rgba(0, 32, 33, .16);
	color: #124d44;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: max(16px, calc((100vw - 390px) / 2 + 16px));
	transform: translateY(10px);
	transition: opacity .22s ease, transform .22s ease, background-color .18s ease;
	width: 42px;
	z-index: 120;
}

.vqr-front-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.vqr-front-to-top:hover,
.vqr-front-to-top:focus-visible {
	background: #f0ebe1;
}

.vqr-front-to-top svg {
	fill: currentColor;
	height: 24px;
	transform: rotate(180deg);
	width: 24px;
}

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

.vqr-front-error {
	background: var(--village-color-surface);
	color: var(--vqr-front-wine-dark);
	margin: 60px auto;
	max-width: 500px;
	padding: 35px;
	text-align: center;
}

.vqr-front-error button {
	background: var(--vqr-front-wine);
	border: 0;
	color: var(--village-color-surface);
	cursor: pointer;
	margin-top: 12px;
	padding: 9px 15px;
}

.vqr-front-modal-open {
	overflow: hidden;
}

.vqr-front-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.vqr-front-modal-backdrop {
	background: var(--village-color-overlay-modal);
	inset: 0;
	position: absolute;
}

.vqr-front-modal article {
	background: var(--village-color-surface);
	border-radius: 5px;
	box-shadow: var(--village-shadow-modal);
	max-height: calc(100vh - 40px);
	max-width: 560px;
	overflow: auto;
	position: relative;
	width: 100%;
}

.vqr-front-modal-close {
	align-items: center;
	background: var(--vqr-front-wine);
	border: 2px solid var(--village-color-surface);
	border-radius: 50%;
	color: var(--village-color-surface);
	cursor: pointer;
	display: flex;
	font-family: var(--village-font-body);
	font-size: 25px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 11px;
	top: 11px;
	width: 36px;
	z-index: 2;
}

.vqr-front-modal article>div>img,
.vqr-front-modal-placeholder {
	display: block;
	object-fit: cover;
	width: 100%;
}

.vqr-front-modal-placeholder {
	background: var(--village-gradient-placeholder-modal);
}

.vqr-front-modal-copy {
	padding: 24px 26px 28px;
	position: relative;
}

.vqr-front-modal-copy .vqr-front-dietary {
	/* float: right; */
	position: absolute;
	top: -63px;
	right: 10px;

	& img {
		width: 48px;
		aspect-ratio: 1 / 1;
		background: white;
		border-radius: 100%;
		height: auto;
	}
}

.vqr-front-modal-copy h3 {
	color: var(--village-color-text-modal-title);
	font-family: var(--village-font-heading) !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.16;
	margin: 0 0 5px;
}

.vqr-front-modal-copy h4 {
	color: var(--village-color-menu-muted-light);
	font-family: var(--village-font-body) !important;
	font-size: 15px;
	margin: 0 0 18px;
}

.vqr-front-modal-copy p {
	color: var(--village-color-menu-copy);
	font-size: 14px;
	line-height: 1.55;
	margin: 10px 0;
}

.vqr-front-modal-copy p.is-english {
	color: var(--village-color-menu-muted-light);
	font-style: italic;
}

.vqr-front-modal-copy>strong {
	color: var(--vqr-front-wine);
	display: block;
	font-size: 21px;
	margin-top: 18px;
}

.vqr-front-footer {
	--vqr-footer-wine: var(--village-color-footer-brand);
	--vqr-footer-sand: var(--village-color-accent-muted);
	box-sizing: border-box;
	font-family: var(--village-font-body);
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
}

.vqr-front-footer *,
.vqr-front-footer *::before,
.vqr-front-footer *::after {
	box-sizing: border-box;
}

.vqr-front-footer section {
	clip-path: inset(0 -100vmax);
}

.vqr-front-footer-inner {
	margin: 0 auto;
	width: 100%;
}

.vqr-front-footer-social {
	background: var(--vqr-footer-sand);
	border-top: 0;
	box-shadow: 0 0 0 100vmax var(--vqr-footer-sand);
	color: var(--village-color-surface);
	padding: 30px 36px 29px;
}

.vqr-front-footer-social .vqr-front-footer-inner,
.vqr-front-footer-reviews .vqr-front-footer-inner {
	max-width: 600px;
}

.vqr-front-footer-social p {
	color: var(--village-color-surface);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.vqr-front-footer-social p strong {
	font-weight: 800;
}

.vqr-front-footer-social p a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.vqr-front-social-links {
	align-items: center;
	display: flex;
	gap: 13px;
	margin-top: 8px;
}

.vqr-front-social-links a {
	align-items: center;
	color: var(--vqr-footer-wine);
	display: inline-flex;
	height: 27px;
	justify-content: center;
	transition: opacity .2s, transform .2s;
	width: 27px;
}

.vqr-front-social-links a:hover,
.vqr-front-social-links a:focus-visible {
	opacity: .75;
	transform: translateY(-1px);
}

.vqr-front-social-links svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.vqr-front-social-links a:last-child svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.vqr-front-social-links a:last-child svg .is-filled {
	fill: currentColor;
	stroke: none;
}

.vqr-front-footer-reviews {
	background: var(--village-color-surface);
	box-shadow: 0 0 0 100vmax var(--village-color-surface);
	color: var(--village-color-text-reviews);
	padding: 38px 36px 40px;
}

.vqr-front-footer-reviews h3 {
	color: var(--village-color-text-reviews);
	font-family: var(--village-font-heading);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 27px;
}

.vqr-front-tripadvisor {
	border: 1px solid var(--village-color-tripadvisor);
	color: var(--village-color-text-strong);
	display: flex;
	flex-direction: column;
	height: 87px;
	text-align: center;
	text-decoration: none;
	width: 148px;
}

.vqr-front-tripadvisor>span {
	align-items: center;
	background: var(--village-color-tripadvisor-bright);
	display: flex;
	font-size: 12px;
	height: 28px;
	justify-content: center;
}

.vqr-front-tripadvisor b {
	align-items: center;
	background: var(--village-color-tripadvisor-bright);
	display: flex;
	font-size: 10px;
	height: 30px;
	justify-content: center;
	line-height: 1;
}

.vqr-front-tripadvisor b svg {
	fill: none;
	height: 18px;
	margin-right: 2px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	width: 31px;
}

.vqr-front-tripadvisor b svg .is-filled {
	fill: currentColor;
	stroke: none;
}

.vqr-front-tripadvisor>strong {
	align-items: center;
	background: var(--village-color-surface);
	border-top: 1px solid var(--village-color-tripadvisor);
	display: flex;
	font-size: 11px;
	height: 28px;
	justify-content: center;
	text-decoration: underline;
}

.vqr-front-tripadvisor:hover,
.vqr-front-tripadvisor:focus-visible {
	color: var(--village-color-text-strong);
	filter: brightness(.96);
}

.vqr-front-footer-brands {
	background: var(--vqr-footer-wine);
	box-shadow: 0 0 0 100vmax var(--vqr-footer-wine);
	padding: 36px 36px 30px;
}

.vqr-front-footer-brands .vqr-front-footer-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 120px;
}

.vqr-front-footer-brands img {
	display: block;
	height: auto;
	object-fit: contain;
}

.vqr-front-footer-logo {
	width: 220px;
}

.vqr-front-footer-certification {
	width: 150px;
}

@media (max-width: 600px) {
	.vqr-front {
		padding: 0;
	}

	.vqr-front-menu-list {
		gap: 14px;
	}

	.vqr-front-menu-card {
		grid-template-columns: 110px minmax(0, 1fr);
		height: 110px;
	}

	.vqr-front-menu-media {
		height: 110px;
	}

	.vqr-front-menu-copy {
		padding: 0 12px 0 21px;
	}

	.vqr-front-menu-copy strong {
		font-size: 22px;
	}

	.vqr-front-menu-copy small {
		font-size: 18px;
	}

	.vqr-front-notice {
		margin-top: 32px;
		padding: 0 2px 14px;
	}

	.vqr-front-notice svg {
		height: 32px;
		margin-bottom: 17px;
		width: 32px;
	}

	.vqr-front-notice p {
		font-size: 13px;
		line-height: 1.5;
	}

	.vqr-front-notice p+p {
		margin-top: 18px;
	}

	.vqr-front-back {
		top: 3px;
	}

	.vqr-front-tabs {
		gap: 8px;
	}

	.vqr-front-tabs button {
		flex-basis: 96px;
		min-height: 55px;
	}

	.vqr-front-panel {
		padding: 0;
	}

	.vqr-front-dish {
		gap: 11px;
		min-height: 126px;
		padding-top: 15px;
	}

	.vqr-front-dish-media {
		flex-basis: 115px;
		width: 115px;
	}

	.vqr-front-dish-main {
		padding-right: 36px;
		width: calc(100% - 95px);
	}

	.vqr-front-dietary {
		min-height: 24px;
	}

	.vqr-front-dietary img {
		height: 24px;
		width: 24px;
	}

	.vqr-front-dish-main p {
		font-size: 12px;
	}

	.vqr-front-dish-main strong {
		font-size: 17px;
	}

	.vqr-front-eye {
		height: 29px;
		width: 29px;
	}

	.vqr-front-footer-social {
		padding: 26px 24px 25px;
	}

	.vqr-front-footer-social p {
		font-size: 13px;
	}

	.vqr-front-footer-reviews {
		padding: 32px 24px 36px;
	}

	.vqr-front-footer-reviews h3 {
		font-size: 21px;
		margin-bottom: 23px;
	}

	.vqr-front-footer-brands {
		padding: 27px 24px 24px;
	}

	.vqr-front-footer-brands .vqr-front-footer-inner {
		min-height: 100px;
	}

	.vqr-front-footer-logo {
		width: min(46%, 165px);
	}

	.vqr-front-footer-certification {
		width: min(34%, 120px);
	}
}