.pure-lab-verify-shell,
.pure-lab-verify-shell * {
	box-sizing: border-box;
}

html:has(.pure-lab-verify-shell),
body.pure-lab-qr-template {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100%;
	background: #ffffff;
}

body:has(.pure-lab-verify-shell) .wp-site-blocks > header,
body:has(.pure-lab-verify-shell) .wp-block-post-title,
body.pure-lab-qr-page-active .wp-site-blocks > header,
body.pure-lab-qr-page-active .wp-block-post-title {
	display: none !important;
}

body:has(.pure-lab-verify-shell) .wp-site-blocks,
body:has(.pure-lab-verify-shell) main,
body:has(.pure-lab-verify-shell) .entry-content,
body:has(.pure-lab-verify-shell) .wp-block-post-content,
body:has(.pure-lab-verify-shell) .wp-block-group,
body.pure-lab-qr-page-active .wp-site-blocks,
body.pure-lab-qr-page-active main,
body.pure-lab-qr-page-active .entry-content,
body.pure-lab-qr-page-active .wp-block-post-content,
body.pure-lab-qr-page-active .wp-block-group {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

body:has(.pure-lab-verify-shell) .entry-content,
body:has(.pure-lab-verify-shell) .wp-block-post-content,
body.pure-lab-qr-page-active .entry-content,
body.pure-lab-qr-page-active .wp-block-post-content {
	width: 100% !important;
}

.pure-lab-verify-shell {
	--pure-lab-primary: #007f7a;
	--pure-lab-dark: #071b35;
	--pure-lab-navy: #06264a;
	--pure-lab-muted: #536987;
	--pure-lab-line: #d9e6ef;
	--pure-lab-panel: rgba(255, 255, 255, 0.9);
	--pure-lab-tone: var(--pure-lab-primary);
	--pure-lab-shell-pad-top: 44px;
	position: relative;
	min-height: 100vh;
	width: 100vw !important;
	max-width: none !important;
	inline-size: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: var(--pure-lab-shell-pad-top) 18px 0;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--pure-lab-dark);
	background:
		radial-gradient(circle at 76% 7%, rgba(137, 206, 255, 0.34), transparent 28%),
		radial-gradient(circle at 84% 18%, rgba(255, 205, 224, 0.24), transparent 24%),
		radial-gradient(circle at 13% 18%, rgba(0, 127, 122, 0.08), transparent 24%),
		linear-gradient(142deg, #fbfdff 0%, #ffffff 44%, #eef7fb 100%);
}

.pure-lab-verify-shell[data-tone="danger"] {
	--pure-lab-tone: #b42318;
}

.pure-lab-verify-shell[data-tone="warning"] {
	--pure-lab-tone: #9a6200;
}

.pure-lab-verify-wrap {
	position: relative;
	z-index: 1;
	width: min(100%, 920px);
	margin: 0 auto;
}

.pure-lab-verify-header {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 58px;
}

.pure-lab-brand {
	display: inline-flex;
	align-items: center;
	color: var(--pure-lab-dark);
	text-decoration: none;
}

.pure-lab-brand-lockup {
	display: block;
	width: auto;
	height: 88px;
	margin-left: -10px;
	object-fit: contain;
}

.pure-lab-logo-mark {
	grid-area: mark;
	display: inline-grid;
	width: 58px;
	height: 58px;
	color: var(--pure-lab-primary);
}

.pure-lab-logo-mark-image {
	grid-area: mark;
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.pure-lab-logo-mark svg,
.pure-lab-verify-shell svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.pure-lab-logo-image {
	grid-area: mark / mark / tag / tag;
	display: block;
	max-width: 250px;
	max-height: 70px;
	object-fit: contain;
}

.pure-lab-logo-text {
	grid-area: word;
	font-size: 43px;
	font-weight: 760;
	letter-spacing: 0.045em;
	line-height: 1;
}

.pure-lab-language {
	position: relative;
	display: inline-grid;
	align-items: center;
	min-width: 154px;
	min-height: 44px;
	padding: 0;
	color: #06172d;
	border: 1px solid rgba(185, 208, 224, 0.7);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.64);
	box-shadow: 0 12px 30px rgba(17, 35, 63, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(14px);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, box-shadow 160ms ease;
}

.pure-lab-language:hover {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(0, 127, 122, 0.28);
}

.pure-lab-language:focus-within {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 127, 122, 0.22);
}

.pure-lab-language svg {
	position: absolute;
	top: 50%;
	z-index: 2;
	flex: 0 0 auto;
	transform: translateY(-50%);
	pointer-events: none;
	width: 22px;
	height: 22px;
}

.pure-lab-language > svg:first-child {
	left: 14px;
}

.pure-lab-language select {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 100%;
	min-height: 44px;
	border: 0;
	outline: 0;
	padding: 0 38px 0 42px;
	color: inherit;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.pure-lab-language option {
	color: #06172d;
	background: #ffffff;
	font-weight: 700;
}

.pure-lab-language select::-ms-expand {
	display: none;
}

.pure-lab-language .pure-lab-language-caret {
	pointer-events: none;
	right: 13px;
	width: 16px;
	height: 16px;
}

.pure-lab-hero {
	position: static;
	display: grid;
	grid-template-columns: minmax(0, 520px);
	justify-items: start;
	width: min(100%, 792px);
	margin: 0 auto 26px;
	min-height: 282px;
}

.pure-lab-hero-icon {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 124px;
	height: 124px;
	margin-top: 8px;
	border-radius: 50%;
	color: var(--pure-lab-tone);
	background: rgba(255, 255, 255, 0.86);
	border: 9px solid rgba(226, 255, 253, 0.78);
	box-shadow: 0 22px 48px rgba(0, 127, 122, 0.18), inset 0 0 0 1px rgba(0, 127, 122, 0.08);
	transition: color 180ms ease, box-shadow 180ms ease;
}

.pure-lab-hero-icon svg {
	width: 66px;
	height: 66px;
}

.pure-lab-hero-copy-block h1 {
	max-width: 520px;
	margin: 0;
	color: var(--pure-lab-dark);
	font-size: 55px;
	line-height: 1.05;
	font-weight: 820;
	letter-spacing: 0;
}

.pure-lab-hero-copy-block {
	position: relative;
	z-index: 2;
	margin-top: 24px;
}

.pure-lab-kicker {
	margin: 12px 0 8px;
	color: var(--pure-lab-primary);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
}

.pure-lab-mini-rule {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 18px;
	margin: 5px 0 14px;
	color: var(--pure-lab-dark);
}

.pure-lab-mini-rule span,
.pure-lab-mini-rule i {
	display: block;
	width: 42px;
	height: 3px;
	border-radius: 99px;
	background: var(--pure-lab-primary);
}

.pure-lab-mini-rule i {
	background: #d71920;
}

.pure-lab-mini-rule b {
	font-size: 13px;
	line-height: 1;
}

.pure-lab-hero-copy {
	max-width: 520px;
	margin: 0 0 8px;
	color: var(--pure-lab-dark);
	font-size: 18px;
	line-height: 1.5;
}

.pure-lab-product-stage {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 386px;
	min-height: 0;
}

.pure-lab-product-image {
	position: static;
	display: block;
	width: 100%;
	max-width: none;
	min-width: 0;
	height: auto;
	filter: drop-shadow(0 22px 34px rgba(15, 38, 65, 0.2));
	pointer-events: none;
	user-select: none;
}

.pure-lab-result-card,
.pure-lab-form,
.pure-lab-single-use {
	width: min(100%, 792px);
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(205, 220, 231, 0.9);
	border-radius: 8px;
	background: var(--pure-lab-panel);
	box-shadow: 0 18px 54px rgba(17, 35, 63, 0.09);
	backdrop-filter: blur(18px);
}

.pure-lab-result-card {
	margin-bottom: 24px;
	padding: 24px 32px;
}

.pure-lab-result-row {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) 26px;
	gap: 22px;
	align-items: center;
	min-height: 100px;
	border-bottom: 1px solid var(--pure-lab-line);
}

.pure-lab-result-row:last-child {
	border-bottom: 0;
}

.pure-lab-row-icon {
	display: grid !important;
	place-items: center;
	align-self: center;
	justify-self: center;
	width: 56px;
	height: 56px;
	margin: 0 !important;
	border-radius: 50%;
	color: var(--pure-lab-tone);
	background: rgba(0, 127, 122, 0.08);
}

.pure-lab-row-icon svg {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	overflow: visible;
}

.pure-lab-result-row > div > span {
	display: block;
	margin-bottom: 5px;
	color: var(--pure-lab-dark);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pure-lab-result-row strong {
	display: block;
	color: var(--pure-lab-tone);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.pure-lab-result-row strong[data-result-serial] {
	color: var(--pure-lab-navy);
}

.pure-lab-result-row small {
	display: block;
	margin-top: 3px;
	color: #234167;
	font-size: 14px;
	line-height: 1.35;
}

.pure-lab-result-row small:empty {
	display: none;
}

.pure-lab-result-row b {
	display: grid;
	place-items: center;
	color: var(--pure-lab-tone);
	font-size: 30px;
	line-height: 1;
}

.pure-lab-single-use {
	position: relative;
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 22px;
	align-items: center;
	margin-bottom: 24px;
	padding: 20px 32px;
	box-shadow: none;
	overflow: hidden;
	border-color: rgba(20, 72, 122, 0.18);
}

.pure-lab-single-use::after {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	z-index: 0;
	width: 58%;
	opacity: 0.58;
	background: url("../images/bg_flag.png") right center / auto 100% no-repeat;
	mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 20%, #000000 40%);
	pointer-events: none;
}

.pure-lab-single-use > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border-radius: 8px;
}

.pure-lab-auth-shield {
	display: block;
	width: 76px;
	height: 76px;
	object-fit: contain;
}

.pure-lab-single-use div {
	position: relative;
	z-index: 1;
	min-width: 0;
	width: 100%;
}

.pure-lab-single-use strong {
	display: block;
	color: var(--pure-lab-dark);
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pure-lab-single-use p {
	margin: 5px 0 0;
	color: var(--pure-lab-dark);
	font-size: 15px;
	line-height: 1.45;
}

.pure-lab-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-bottom: 28px;
	padding: 24px 32px;
}

.pure-lab-form-heading {
	text-align: center;
}

.pure-lab-form-heading h2 {
	margin: 0;
	color: var(--pure-lab-dark);
	font-size: 24px;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: 0;
}

.pure-lab-form-heading p {
	margin: 5px 0 0;
	color: #234167;
	font-size: 16px;
}

.pure-lab-input-wrap {
	display: grid;
	grid-template-columns: 62px 1fr;
	align-items: center;
	width: 100%;
	min-height: 76px;
	border: 1px solid var(--pure-lab-primary);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0, 127, 122, 0.08);
}

.pure-lab-input-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-left: 12px;
	border-radius: 50%;
	color: var(--pure-lab-primary);
	background: rgba(0, 127, 122, 0.08);
}

.pure-lab-input-icon svg {
	width: 28px;
	height: 28px;
}

.pure-lab-input-wrap input {
	width: 100%;
	min-width: 0;
	height: auto;
	border: 0;
	outline: 0;
	padding: 22px 18px 22px 12px;
	background: transparent;
	color: var(--pure-lab-dark);
	font: inherit;
	font-size: 19px;
	font-weight: 650;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
	appearance: none;
}

.pure-lab-input-wrap input::placeholder {
	color: #7487a4;
	font-weight: 500;
	text-transform: none;
}

.pure-lab-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	min-height: 62px;
	border: 0;
	border-radius: 8px;
	padding: 0 28px;
	color: #ffffff;
	background: linear-gradient(135deg, #05243f, #006b78 55%, #05243f);
	box-shadow: 0 14px 32px rgba(0, 85, 100, 0.22), inset 0 -1px 0 rgba(255, 255, 255, 0.22);
	font: inherit;
	font-size: 22px;
	font-weight: 820;
	text-transform: uppercase;
	letter-spacing: 0;
	cursor: pointer;
}

.pure-lab-form button svg {
	width: 28px;
	height: 28px;
}

.pure-lab-form button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.pure-lab-form-message {
	min-height: 0;
	margin: -4px 0 0;
	color: var(--pure-lab-muted);
	font-size: 15px;
	text-align: center;
}

.pure-lab-form-message:empty {
	display: none;
}

.pure-lab-form-message[data-tone="success"] {
	color: var(--pure-lab-primary);
}

.pure-lab-form-message[data-tone="danger"] {
	color: #b42318;
}

.pure-lab-form-message[data-tone="warning"] {
	color: #9a6200;
}

.pure-lab-footer {
	display: grid;
	grid-template-columns: 1fr 150px 1fr;
	align-items: center;
	gap: 24px;
	width: min(100%, 792px);
	margin: 0 auto 24px;
	color: var(--pure-lab-dark);
	font-size: 15px;
	font-weight: 760;
}

.pure-lab-footer-mark {
	position: relative;
	display: grid;
	place-items: center;
	align-self: stretch;
	justify-self: stretch;
	min-width: 0;
	width: 100%;
}

.pure-lab-footer-mark::before,
.pure-lab-footer-mark::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 44px;
	background: #ccd9e4;
}

.pure-lab-footer-mark::before {
	left: 0;
}

.pure-lab-footer-mark::after {
	right: 0;
}

.pure-lab-footer-item {
	display: inline-grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.pure-lab-footer-item-right {
	justify-self: end;
	text-align: right;
}

.pure-lab-footer-item-right .pure-lab-footer-icon {
	order: 0;
}

.pure-lab-footer-icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #536987;
}

.pure-lab-footer-icon svg {
	display: block;
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.pure-lab-footer small {
	display: block;
	margin-top: 5px;
	color: #35516f;
	font-size: 14px;
	font-weight: 500;
}

.pure-lab-footer-mark .pure-lab-logo-mark {
	grid-area: auto;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

.pure-lab-footer-mark .pure-lab-logo-mark-image {
	grid-area: auto;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	object-fit: contain;
	transform: translateX(0);
}

.pure-lab-footer-mark .pure-lab-logo-image {
	grid-area: auto;
	display: block;
	width: 48px;
	height: 48px;
	max-width: 48px;
	max-height: 48px;
	margin: 0 auto;
	object-fit: contain;
}

.pure-lab-footer-mark .pure-lab-logo-text {
	display: none;
}

.pure-lab-usa-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 58px;
	color: #ffffff;
	background: linear-gradient(90deg, #031d39, #082b52);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.22em;
}

.pure-lab-usa-strip i {
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.42);
}

.pure-lab-flag {
	width: 28px;
	height: 18px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38);
	background:
		linear-gradient(#21436d 0 54%, transparent 54%),
		repeating-linear-gradient(to bottom, #bf1e2e 0 2px, #ffffff 2px 4px);
	background-size: 13px 10px, 100% 100%;
	background-repeat: no-repeat;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 980px) {
	.pure-lab-verify-shell {
		--pure-lab-shell-pad-top: 28px;
		padding: var(--pure-lab-shell-pad-top) 16px 0;
	}

	.pure-lab-verify-header {
		margin-bottom: 54px;
	}

	.pure-lab-brand-lockup {
		height: 66px;
		margin-left: -6px;
	}

	.pure-lab-hero {
		grid-template-columns: minmax(0, 400px);
		min-height: 268px;
	}

	.pure-lab-product-stage {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		width: 292px;
		min-height: 0;
	}

	.pure-lab-product-image {
		position: static;
		width: 100%;
		max-width: none;
		min-width: 0;
		filter: drop-shadow(0 18px 28px rgba(15, 38, 65, 0.16));
	}

	.pure-lab-hero-icon {
		width: 96px;
		height: 96px;
		margin-top: 8px;
		border-width: 7px;
	}

	.pure-lab-hero-icon svg {
		width: 52px;
		height: 52px;
	}

	.pure-lab-hero-copy-block h1 {
		font-size: 39px;
		line-height: 1.1;
	}

	.pure-lab-hero-copy-block {
		margin-top: 20px;
	}

	.pure-lab-kicker {
		font-size: 20px;
	}

	.pure-lab-hero-copy {
		max-width: 360px;
		font-size: 14px;
		line-height: 1.45;
	}
}

@media (max-width: 640px) {
	.pure-lab-verify-header {
		align-items: center;
		margin-bottom: 50px;
	}

	.pure-lab-brand-lockup {
		height: 48px;
		margin-left: -4px;
	}

	.pure-lab-language {
		min-width: 116px;
		min-height: 36px;
		font-size: 12px;
	}

	.pure-lab-language > svg:first-child {
		left: 10px;
	}

	.pure-lab-language svg {
		width: 17px;
		height: 17px;
	}

	.pure-lab-language select {
		min-height: 36px;
		padding: 0 28px 0 32px;
		font-size: 12px;
	}

	.pure-lab-language .pure-lab-language-caret {
		right: 9px;
		width: 13px;
		height: 13px;
	}

	.pure-lab-hero {
		grid-template-columns: minmax(0, 1fr);
		min-height: 254px;
		text-align: left;
	}

	.pure-lab-product-stage {
		top: 0;
		right: 0;
		width: 264px;
	}

	.pure-lab-hero-icon {
		width: 78px;
		height: 78px;
		margin-top: 6px;
		border-width: 6px;
	}

	.pure-lab-hero-icon svg {
		width: 42px;
		height: 42px;
	}

	.pure-lab-hero-copy-block h1 {
		max-width: 224px;
		font-size: 29px;
		line-height: 1.08;
	}

	.pure-lab-hero-copy-block {
		margin-top: 14px;
	}

	.pure-lab-kicker {
		margin: 8px 0 5px;
		font-size: 15px;
	}

	.pure-lab-mini-rule {
		gap: 7px;
		height: 12px;
		margin: 3px 0 10px;
	}

	.pure-lab-mini-rule span,
	.pure-lab-mini-rule i {
		width: 24px;
		height: 2px;
	}

	.pure-lab-mini-rule b {
		font-size: 10px;
	}

	.pure-lab-hero-copy {
		max-width: 232px;
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.45;
	}

	.pure-lab-result-card,
	.pure-lab-form,
	.pure-lab-single-use {
		width: min(100%, 430px);
		padding: 18px;
	}

	.pure-lab-result-row {
		grid-template-columns: 48px minmax(0, 1fr) 24px;
		gap: 14px;
		min-height: 80px;
	}

	.pure-lab-row-icon {
		width: 46px;
		height: 46px;
	}

	.pure-lab-result-row strong {
		font-size: 20px;
	}

	.pure-lab-single-use {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 16px;
	}

	.pure-lab-single-use > span {
		width: 58px;
		height: 58px;
	}

	.pure-lab-auth-shield {
		width: 58px;
		height: 58px;
	}

	.pure-lab-form-heading h2 {
		font-size: 18px;
		line-height: 1.22;
	}

	.pure-lab-form-heading p {
		font-size: 11px;
	}

	.pure-lab-single-use strong {
		font-size: 15px;
		line-height: 1.25;
	}

	.pure-lab-single-use p {
		font-size: 12px;
		line-height: 1.35;
	}

	.pure-lab-input-wrap {
		grid-template-columns: 52px 1fr;
		min-height: 58px;
	}

	.pure-lab-input-icon {
		width: 36px;
		height: 36px;
		margin-left: 8px;
	}

	.pure-lab-input-wrap input {
		padding: 15px 10px 15px 6px;
		font-size: 14px;
	}

	.pure-lab-form button {
		min-height: 56px;
		font-size: 16px;
	}

	.pure-lab-footer {
		grid-template-columns: 1fr 72px 1fr;
		gap: 12px;
		width: min(100%, 430px);
		text-align: left;
		font-size: 11px;
	}

	.pure-lab-footer-mark::before,
	.pure-lab-footer-mark::after {
		height: 32px;
	}

	.pure-lab-footer-item {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 8px;
	}

	.pure-lab-footer-icon {
		width: 28px;
		height: 28px;
	}

	.pure-lab-footer-icon svg {
		width: 26px;
		height: 26px;
	}

	.pure-lab-footer-item-right {
		text-align: right;
	}

	.pure-lab-footer small {
		font-size: 10px;
	}

	.pure-lab-footer-mark .pure-lab-logo-mark-image {
		width: 34px;
		height: 34px;
	}

	.pure-lab-usa-strip {
		gap: 12px;
		min-height: 43px;
		padding: 8px 12px;
		font-size: 9px;
		letter-spacing: 0.18em;
	}
}
