.hmgpop {
	position: fixed;
	inset: 0;
	z-index: 999999;
	pointer-events: none;
	opacity: 0;
	transition: opacity 180ms ease;
}

.hmgpop.is-open {
	opacity: 1;
	pointer-events: auto;
}

.hmgpop__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	cursor: pointer;
}

.hmgpop__modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 82vh;
	overflow: hidden;
}

.hmgpop__close {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 5;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0px;
}

.hmgpop__close svg {
	width: 12px;
}

.hmgpop__inner {
	position: relative;
	max-width: 300px;
}

.hmgpop__panel {
	position: relative;
	background-size: cover;
	background-position: center;
	background-image: var(--hmgpop-bg-mobile);
}

.hmgpop__panelInner {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 100%;
	z-index: 2;
}

@media (min-width: 768px) {
	.hmgpop__inner {
		max-width: 100%;
	}

	.hmgpop__close {
		top: 16px;
		right: 16px;
	}

	.hmgpop__close svg {
		width: 16px;
	}
}

/* ==================================================
  Wine Club Pop Up – 2025
===================================================== */

.hmgpop.wine-club-popup .hmgpop__inner {
	width: 276px;
	height: 480px;
	background: #FCF7F2;
}

.hmgpop.wine-club-popup .hmgpop__close {
	top: 170px;
}

.hmgpop.wine-club-popup .hmgpop__close path {
	stroke: #14273C;
}

.hmgpop.wine-club-popup .hmgpop__split {
	display: flex;
	flex-direction: column-reverse;
}

.hmgpop.wine-club-popup .hmgpop__panel--left {
	padding: 57px 22px 32px;
}

.hmgpop.wine-club-popup .hmgpop__logo {
	display: none;
}

.hmgpop.wine-club-popup .hmgpop__subtitle {
	color: #0A382F;
	text-align: center;
	font-family: "EK Modena Mono Medium";
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.hmgpop.wine-club-popup .hmgpop__title {
	color: #017069;
	text-align: center;
	font-family: "Terlingua";
	font-size: 27.183px;
	font-weight: 400;
	line-height: 29.944px;
	letter-spacing: -2.718px;
	margin-bottom: 20px;
}

.hmgpop.wine-club-popup .hmgpop__line--1 {
	color: #0A382F;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 8px;
	font-weight: 400;
	margin-bottom: 23px;
}

.hmgpop.wine-club-popup .hmgpop__btn {
	color: #FCF7F2;
	text-align: center;
	font-family: "Terlingua";
	font-size: 8.335px;
	line-height: 26.825px;
	font-weight: 400;
	min-width: 161.908px;
	height: 26.825px;
	border-radius: 3.832px;
	border: 0.24px solid #281C17;
	background: #017069;
}

@media (min-width: 768px) {

	.hmgpop.wine-club-popup .hmgpop__inner {
		width: 773px;
		height: 526px;
	}

	.hmgpop.wine-club-popup .hmgpop__close {
		right: 50%;
		top: 16px;
	}

	.hmgpop.wine-club-popup .hmgpop__split {
		flex-direction: row;
	}

	.hmgpop.wine-club-popup .hmgpop__panel {
		padding: 22px;
	}

	.hmgpop.wine-club-popup .hmgpop__panel--left,
	.hmgpop.wine-club-popup .hmgpop__panel--right {
		width: 50%;
	}

	.hmgpop.wine-club-popup .hmgpop__logo {
		display: block;
		margin-bottom: 77px;
	}

	.hmgpop.wine-club-popup .hmgpop__subtitle {
		font-size: 12px;
		font-family: "EK Modena Mono";
	}

	.hmgpop.wine-club-popup .hmgpop__title {
		font-size: 39.307px;
		line-height: 40px;
		letter-spacing: -3.931px;
	}

	.hmgpop.wine-club-popup .hmgpop__line--1 {
		font-size: 12px;
	}

	.hmgpop.wine-club-popup .hmgpop__btn {
		font-size: 13.037px;
		line-height: 42px;
		min-width: 171px;
		height: 42px;
		border-radius: 5.994px;
		border-width: 0.375px;
	}
}

/* ==================================================
  Galicia Pop up – 2025
===================================================== */
.hmgpop.galicia-wine-night-popup .hmgpop__inner {
	width: 300px;
	height: 550px;
	background: #FCF7F2;
}

.hmgpop.galicia-wine-night-popup .hmgpop__split {
	display: flex;
	flex-direction: column-reverse;
}

.hmgpop.galicia-wine-night-popup .hmgpop__close {
	top: 140px;
}

.hmgpop.galicia-wine-night-popup .hmgpop__close path {
	stroke: #14273C;
}

.hmgpop.galicia-wine-night-popup .hmgpop__title {
	color: #0A382F;
	text-align: center;
	font-family: "Terlingua";
	font-size: 9.708px;
	font-weight: 400;
	line-height: 10.679px;
	letter-spacing: -2.427px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.hmgpop.galicia-wine-night-popup .hmgpop__panel--left {
	padding: 16px 24px 12px;
}

.hmgpop.galicia-wine-night-popup .hmgpop__panel--left .hmgpop__force--1 {
	margin-bottom: 16px;
}

.hmgpop.galicia-wine-night-popup .hmgpop__lines {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	min-width: 210.229px;
	height: 23.627px;
	margin-bottom: 10px;
	background: url("../../../themes//here-agency-template/assets//images/popup-time-bg.png") no-repeat center / cover;
}

.hmgpop.galicia-wine-night-popup .hmgpop__line {
	position: relative;
	color: #0A382F;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 8.021px;
	font-weight: 500;
}

.hmgpop.galicia-wine-night-popup .hmgpop__line::after {
	content: "";
	position: absolute;
	right: -24px;
	inset-block: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background: url("../../../themes//here-agency-template/assets//images/ic-top-menu-food.svg") no-repeat center / contain;
	transform: rotate(180deg);
}

.hmgpop.galicia-wine-night-popup .hmgpop__line:last-child::after {
	display: none;
}

.hmgpop.galicia-wine-night-popup .hmgpop__textarea {
	color: #0A382F;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 8px;
	font-weight: 400;
	line-height: 139%;
	letter-spacing: -0.16px;
	margin-bottom: 12px;
}

.hmgpop.galicia-wine-night-popup .hmgpop__btn {
	color: #FCF7F2;
	text-align: center;
	font-family: "Terlingua";
	font-size: 8.335px;
	font-weight: 400;
	line-height: 26.825px;
	min-width: 161.908px;
	height: 26.825px;
	padding: 0 12px;
	border-radius: 3.832px;
	border: 0.24px solid #281C17;
	background: #0A382F;
}

.hmgpop.galicia-wine-night-popup .hmgpop__panel--right .hmgpop__force--1,
.hmgpop.galicia-wine-night-popup .hmgpop__panel--right .hmgpop__force--1 img {
	height: 100%;
}

@media (min-width: 768px) {

	.hmgpop.galicia-wine-night-popup .hmgpop__inner {
		width: 758px;
		height: 555px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__close {
		top: 16px;
		right: 52%;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__split {
		flex-direction: row;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__title {
		font-size: 15.204px;
		line-height: 16.724px;
		letter-spacing: -3.801px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__panel--left {
		width: 50%;
		padding: 32px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__panel--right {
		width: 50%;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__lines {
		min-width: 312px;
		height: 34px;
		margin-bottom: 16px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__line {
		font-size: 12.562px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__line::after {
		width: 16px;
		height: 16px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__textarea {
		font-size: 12px;
		letter-spacing: -0.24px;
		margin-bottom: 16px;
	}

	.hmgpop.galicia-wine-night-popup .hmgpop__btn {
		font-size: 13.037px;
		line-height: 41.959px;
		min-width: 253.252px;
		height: 41.959px;
		padding: 0 20px;
		border-radius: 5.994px;
		border-width: 0.375px;
	}
}

/* ==================================================
  XMas Celeration – 2025
===================================================== */
.hmgpop.x-mas-celebration-popup .hmgpop__inner {
	width: 276px;
	height: 490px;
	background: #8B321B;
}

.hmgpop.x-mas-celebration-popup .hmgpop__split {
	display: flex;
	flex-direction: column-reverse;
}

.hmgpop.x-mas-celebration-popup .hmgpop__panel {
	width: 276px;
	height: auto;
}

.hmgpop.x-mas-celebration-popup .hmgpop__panel--left {
	padding: 16px;
}

.hmgpop.x-mas-celebration-popup .hmgpop__logo {
	display: none;
}

.hmgpop.x-mas-celebration-popup .hmgpop__title {
	color: #FFEEE5;
	text-align: center;
	font-family: "Terlingua";
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 19px;
}

.hmgpop.x-mas-celebration-popup .hmgpop__subtitle {
	color: #FCF7F2;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	margin-bottom: 18px;
}

.hmgpop.x-mas-celebration-popup .hmgpop__btn {
	color: #FCF7F2;
	text-align: center;
	font-family: "Terlingua";
	font-size: 8.371px;
	line-height: 26.967px;
	font-weight: 400;
	min-width: 174px;
	height: 26.967px;
	padding: 0 12px;
	border-radius: 3.849px;
	border: 0.241px solid #281C17;
	background: #A34D28;
}

@media (min-width: 768px) {

	.hmgpop.x-mas-celebration-popup .hmgpop__inner {
		width: 749px;
		height: 535px;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__split {
		flex-direction: row;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__panel--left {
		width: 50%;
		padding: 27px;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__panel--right {
		width: 50%;
		height: 259px;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__logo {
		display: block;
		width: 47.218px;
		height: 42.494px;
		margin-bottom: 23px;
		margin-right: auto;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__title {
		font-size: 36px;
		margin-bottom: 35px;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__subtitle {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 29px;
	}

	.hmgpop.x-mas-celebration-popup .hmgpop__btn {
		font-size: 13.037px;
		line-height: 42px;
		min-width: 271px;
		height: 42px;
		padding: 0 20px;
		border-radius: 5.994px;
		border-width: 0.375px;
	}
}

/* ==================================================
  Three Kings – 2026
===================================================== */
.hmgpop.three-kings-popup .hmgpop__panel {
	width: 280px;
   height: 400px;
}

.hmgpop.three-kings-popup .hmgpop__force--1 {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 235.918px;
	height: 362px;
	z-index: -1;
}

.hmgpop.three-kings-popup .hmgpop__logo {
	width: 20.812px;
	height: 32px;
	margin-top: 70px;
	margin-bottom: 32px;
}

.hmgpop.three-kings-popup .hmgpop__line--1 {
	color: #FCF7F2;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 11.102px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.429px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.hmgpop.three-kings-popup .hmgpop__line--2 {
	color: #FFF;
	text-align: center;
	font-family: "Terlingua";
	font-size: 34.718px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 18px;
}

.hmgpop.three-kings-popup .hmgpop__line--3 {
	color: #FCF7F2;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.265px;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.hmgpop.three-kings-popup .hmgpop__btn {
	color: #FCF7F2;
	text-align: center;
	font-family: "Terlingua";
	font-size: 8.371px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.967px;
	border-radius: 3.849px;
	border: 0.241px solid #281C17;
	background: #0A382F;
	width: 174px;
	height: 26.967px;

	&:hover {
		color: #017069;
		background-color: #fff;
		border: 1px solid #fff;
		transition: 300ms ease-in-out;
	}
}

@media (min-width: 768px) {
	.hmgpop.three-kings-popup .hmgpop__panel {
		background-image: var(--hmgpop-bg-desktop);
		width: 514px;
		height: 535px;
	}

	.hmgpop.three-kings-popup .hmgpop__force--1 {
		width: 314.123px;
		height: 482px;
	}

	.hmgpop.three-kings-popup .hmgpop__logo {
		width: 27.712px;
		height: 42.608px;
		margin-top: 88px;
		margin-bottom: 42px;
	}

	.hmgpop.three-kings-popup .hmgpop__line--1 {
		font-size: 14.782px;
		line-height: 25.869px;
	}

	.hmgpop.three-kings-popup .hmgpop__line--2 {
		font-size: 46.227px;
		margin-bottom: 29px;
	}

	.hmgpop.three-kings-popup .hmgpop__line--3 {
		font-size: 14.646px;
		line-height: 20.326px;
	}

	.hmgpop.three-kings-popup .hmgpop__btn {
		font-size: 13.037px;
		line-height: 42px;
		width: 236px;
		height: 42px;
		border-radius: 6px;
	}
}

/* ==================================================
  2026/01 - Australia Pop Up Hours
===================================================== */
.hmgpop.australia-popup-hours .hmgpop__panel {
  width: 300px;
  height: 485px;
}

.hmgpop.australia-popup-hours .hmgpop__force {
	display: inline-block;
	margin-top: 196px;
	margin-bottom: 20px;
}

.hmgpop.australia-popup-hours .hmgpop__force img {
	display: block;
	width: 100%;
	height: auto;
}

.hmgpop.australia-popup-hours .hmgpop__line--1 {
	color: #8B321B;
	text-align: center;
	font-family: "EK Modena Mono";
	font-size: 11.025px;
	font-style: normal;
	font-weight: 500;
	line-height: 15.435px;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.hmgpop.australia-popup-hours .hmgpop__line--2 {
	color: #8B321B;
	font-family: "EK Modena Mono";
	font-size: 11.025px;
	font-style: normal;
	font-weight: 700;
	line-height: 12.127px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hmgpop.australia-popup-hours .hmgpop__btn {
	color: #FFF;
	text-align: center;
	font-family: "Terlingua";
	font-size: 9.94px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.024px;
	border-radius: 4.57px;
	border: 0.286px solid #281C17;
	background: #A34D28;
	width: 137.244px;
	height: 32.024px;

	&:hover {
		color: #FCF7F2;
		background-color: #8B321B;
		transition: 300ms ease-in-out;
	}
}

@media (min-width: 768px) {

	.hmgpop.australia-popup-hours .hmgpop__panel {
		background-image: var(--hmgpop-bg-desktop);
		width: 468px;
		height: 518px;
	}

	.hmgpop.australia-popup-hours .hmgpop__force {
		margin-top: 135px;
		margin-bottom: 19px;
	}

	.hmgpop.australia-popup-hours .hmgpop__line--1 {
		font-size: 17.016px;
		line-height: 23.822px;
		margin-bottom: 18px;
	}

	.hmgpop.australia-popup-hours .hmgpop__line--2 {
		font-size: 17.016px;
		line-height: 18.717px;
		margin-bottom: 18px;
	}

	.hmgpop.australia-popup-hours .hmgpop__btn {
		font-size: 13.037px;
		line-height: 42px;
		border-radius: 6px;
		width: 230.5px;
		height: 42px;
	}
}


/* ==================================================
   – 2026
===================================================== */