.age-gate {
	--ag-button-gap: 12px;
	--ag-button-padding: 0.75rem 1.45rem;
	--ag-button-radius: 999px;
	--ag-button-weight: 700;
	overflow-x: hidden;
	border-radius: 24px;
	box-shadow: 0 24px 72px rgb(0 0 0 / 28%);
}

.age-gate .age-gate__buttons {
	flex-direction: column;
	gap: 9px;
}

button.age-gate__submit--yes {
	min-height: 48px;
	border: 1px solid #0b6db9;
	border-radius: 999px;
	background-color: #0b6db9;
	color: #fff;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

button.age-gate__submit--yes:hover,
button.age-gate__submit--yes:focus-visible {
	border-color: #095a99;
	background-color: #095a99;
	color: #fff;
	box-shadow: 0 0 0 4px rgb(11 109 185 / 18%);
}

button.age-gate__submit--no {
	min-height: 0;
	padding: 4px 9px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: #657184;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgb(101 113 132 / 42%);
	text-underline-offset: 3px;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

button.age-gate__submit--no:hover,
button.age-gate__submit--no:focus-visible {
	border: 0;
	background-color: transparent;
	color: #0b6db9;
	box-shadow: none;
	text-decoration-color: currentColor;
}

/*
 * Glozin renders its quick-view modal as a direct child of <body>. The custom
 * homepage body is intentionally light-on-navy, so the white modal needs an
 * explicit foreground instead of inheriting the homepage text colour.
 */
#quick-view-modal .modal__wrapper--quickview,
#quick-view-modal .product-quickview,
#quick-view-modal .summary {
	color: #111;
}

#quick-view-modal .summary .short-description,
#quick-view-modal .summary .short-description p,
#quick-view-modal .summary > p:not(.price):not(.stock) {
	color: #667085;
}

#quick-view-modal .summary .variations,
#quick-view-modal .summary .variations label,
#quick-view-modal .summary .zais-wcqt,
#quick-view-modal .summary .zais-wcqt label,
#quick-view-modal .summary .zais-wcqt legend {
	color: #16242c;
}

.spo-footer {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgb(120 164 222 / 18%);
	background:
		radial-gradient(circle at 12% 112%, rgb(31 113 202 / 22%), transparent 31%),
		#060d20;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
}

.spo-footer__inner {
	width: min(calc(100% - 64px), 1460px);
	margin-inline: auto;
}

.spo-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.45fr) minmax(150px, 0.65fr) minmax(170px, 0.8fr) minmax(270px, 1.1fr);
	gap: clamp(38px, 5vw, 86px);
	padding: clamp(72px, 7vw, 112px) 0 clamp(62px, 6vw, 94px);
}

.spo-footer__logo {
	display: inline-flex;
	align-items: center;
	min-height: 62px;
}

.spo-footer__logo img {
	display: block;
	width: 174px;
	height: auto;
	filter: brightness(0) invert(1);
}

.spo-footer__brand > p {
	max-width: 360px;
	margin: 24px 0 20px;
	color: #aebbd0;
	font-size: 14px;
	line-height: 1.75;
}

.spo-footer__email {
	display: inline-block;
	color: #5bbcff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgb(91 188 255 / 35%);
	text-underline-offset: 5px;
}

.spo-footer h2 {
	margin: 0;
	color: #fff;
	font-family: "Space Grotesk", Arial, sans-serif;
	font-weight: 550;
}

.spo-footer__nav h2 {
	margin-bottom: 25px;
	font-size: 16px;
	letter-spacing: -0.02em;
}

.spo-footer__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.spo-footer__nav a {
	margin-bottom: 13px;
	color: #aebbd0;
	font-size: 13px;
	line-height: 1.45;
	transition: color 180ms ease, transform 180ms ease;
}

.spo-footer__nav a:hover,
.spo-footer__nav a:focus-visible,
.spo-footer__email:hover,
.spo-footer__email:focus-visible {
	color: #fff;
}

.spo-footer__nav a:hover,
.spo-footer__nav a:focus-visible {
	transform: translateX(3px);
}

.spo-footer__eyebrow {
	margin: 0 0 18px;
	color: #5bbcff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.spo-footer__journal h2 {
	max-width: 320px;
	font-size: clamp(25px, 2vw, 34px);
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.spo-footer__journal > p:not(.spo-footer__eyebrow) {
	max-width: 330px;
	margin: 20px 0 0;
	color: #aebbd0;
	font-size: 13px;
	line-height: 1.7;
}

.spo-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 19px;
	margin-top: 26px;
	border: 1px solid rgb(167 206 251 / 40%);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.spo-footer__button:hover,
.spo-footer__button:focus-visible {
	border-color: #59baff;
	background: rgb(42 130 220 / 22%);
	color: #fff;
}

.spo-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 24px 0 30px;
	border-top: 1px solid rgb(152 183 224 / 16%);
}

.spo-footer__bottom p {
	margin: 0;
	color: #8290a8;
	font-size: 11px;
	line-height: 1.55;
}

.spo-footer__research-note {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

/* Keep the plugin-rendered COA archive centered when the theme container caps out. */
.page-id-3042 #page-header {
	display: none;
}

.page-id-3042 .site-content > .container-xxl {
	margin-inline: auto;
}

.page-id-3042 .zhd_track {
	justify-content: center;
}

@media (max-width: 1024px) {
	.spo-footer__grid {
		grid-template-columns: minmax(280px, 1.3fr) repeat(2, minmax(150px, 0.7fr));
	}

	.spo-footer__journal {
		grid-column: 1 / -1;
		padding-top: 38px;
		border-top: 1px solid rgb(152 183 224 / 16%);
	}
}

@media (max-width: 700px) {
	.spo-footer__inner {
		width: calc(100% - 36px);
	}

	.spo-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 26px;
		padding: 64px 0 56px;
	}

	.spo-footer__brand,
	.spo-footer__journal {
		grid-column: 1 / -1;
	}

	.spo-footer__brand > p {
		margin-top: 18px;
	}

	.spo-footer__logo img {
		width: 156px;
	}

	.spo-footer__journal {
		padding-top: 38px;
	}

	.spo-footer__button {
		width: 100%;
	}

	.spo-footer__bottom {
		display: block;
		padding: 24px 0 32px;
	}

	.spo-footer__research-note {
		margin-top: 12px !important;
		text-align: left;
	}
}
