:root {
	--aao-red: #c60000;
	--aao-red-dark: #9f0000;
	--aao-ink: #111111;
	--aao-muted: #6f6f6f;
	--aao-line: #e8e5e1;
	--aao-warm: #f6f3ee;
	--aao-white: #ffffff;
	--aao-header-width: 1440px;
}

body.aao-mega-header-enabled #masthead.site-header,
body.aao-mega-header-enabled > .topbar-slider {
	display: none !important;
}

.aao-mh,
.aao-mh * {
	box-sizing: border-box;
}

.aao-mh {
	position: sticky;
	top: 0;
	z-index: 99990;
	width: 100%;
	color: var(--aao-ink);
	font-family: inherit;
	font-size: 15px;
	line-height: 1.45;
}

body.admin-bar .aao-mh {
	top: 32px;
}

.aao-mh a {
	color: inherit;
	text-decoration: none;
}

.aao-mh button,
.aao-mh input {
	font: inherit;
}

.aao-mh svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.aao-mh [hidden] {
	display: none !important;
}

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

.aao-mh-skip {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100010;
	padding: 10px 14px;
	background: var(--aao-white);
	border: 2px solid var(--aao-red);
	transform: translateY(-160%);
}

.aao-mh-skip:focus {
	transform: translateY(0);
}

.aao-mh-announcement {
	min-height: 32px;
	background: var(--aao-red);
	color: var(--aao-white);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.aao-mh-announcement-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 4vw, 64px);
	max-width: var(--aao-header-width);
	min-height: 32px;
	margin: 0 auto;
	padding: 5px 28px;
}

.aao-mh-announcement-inner > * {
	position: relative;
	white-space: nowrap;
}

.aao-mh-announcement-inner > * + *::before {
	content: '';
	position: absolute;
	left: clamp(-33px, -2vw, -12px);
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	transform: translateY(-50%);
	opacity: .7;
}

.aao-mh-announcement a:hover,
.aao-mh-announcement a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aao-mh-mainbar {
	position: relative;
	background: rgba(255, 255, 255, .985);
	border-bottom: 1px solid var(--aao-line);
	box-shadow: 0 1px 0 rgba(17, 17, 17, .025);
}

.aao-mh-mainbar-inner {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: stretch;
	gap: clamp(16px, 2.2vw, 38px);
	max-width: var(--aao-header-width);
	height: 92px;
	margin: 0 auto;
	padding: 0 28px;
}

.aao-mh-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 220px;
	min-width: 0;
}

.aao-mh-logo-image {
	display: block;
	width: auto;
	max-width: 210px;
	height: 74px;
	object-fit: contain;
}

.aao-mh-logo-fallback {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
	letter-spacing: .08em;
}

.aao-mh-logo-fallback strong {
	font-size: 22px;
	font-weight: 700;
}

.aao-mh-logo-fallback small {
	margin-top: 5px;
	color: var(--aao-red);
	font-size: 10px;
	letter-spacing: .34em;
}

.aao-mh-desktop-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(13px, 1.45vw, 24px);
	min-width: 0;
}

.aao-mh-menu-item {
	position: static;
	display: flex;
	align-items: center;
	height: 100%;
}

.aao-mh-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	color: #050505;
	font-size: clamp(14px, 1.08vw, 16px);
	font-weight: 600;
	letter-spacing: -.01em;
	white-space: nowrap;
}

.aao-mh-nav-link::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: var(--aao-red);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .18s ease;
}

.aao-mh-menu-item:hover .aao-mh-nav-link::after,
.aao-mh-menu-item:focus-within .aao-mh-nav-link::after,
.aao-mh-menu-item.is-open .aao-mh-nav-link::after {
	transform: scaleX(1);
}

.aao-mh-menu-toggle {
	display: grid;
	place-items: center;
	width: 20px;
	height: 34px;
	margin: 0 0 0 3px;
	padding: 0;
	color: var(--aao-ink);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.aao-mh-menu-toggle svg {
	width: 13px;
	height: 13px;
	transition: transform .18s ease;
}

.aao-mh-menu-item.is-open .aao-mh-menu-toggle svg,
.aao-mh-menu-item:hover .aao-mh-menu-toggle svg {
	transform: rotate(180deg);
}

.aao-mh-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(5px, .8vw, 12px);
}

.aao-mh-icon-button {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--aao-ink);
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: color .16s ease, background-color .16s ease;
}

.aao-mh-icon-button:hover,
.aao-mh-icon-button:focus-visible {
	color: var(--aao-red);
	background: #f7f4f0;
}

.aao-mh-icon-button > svg,
.aao-mh-icon-button > span > svg {
	width: 25px;
	height: 25px;
}

.aao-mh-cart-count {
	position: absolute;
	top: 0;
	right: -1px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	color: var(--aao-white);
	background: var(--aao-red);
	border: 2px solid var(--aao-white);
	border-radius: 999px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.aao-mh-mobile-menu-button {
	display: none;
}

.aao-mh-panel {
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: var(--aao-white);
	border-bottom: 1px solid var(--aao-line);
	box-shadow: 0 18px 45px rgba(17, 17, 17, .14);
	transform: translateY(-7px);
	transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
	pointer-events: none;
}

.aao-mh-menu-item:hover .aao-mh-panel,
.aao-mh-menu-item:focus-within .aao-mh-panel,
.aao-mh-menu-item.is-open .aao-mh-panel {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.aao-mh-panel-inner {
	display: grid;
	gap: clamp(32px, 4vw, 68px);
	max-width: var(--aao-header-width);
	margin: 0 auto;
	padding: 38px 44px 42px;
}

.aao-mh-layout-frames {
	grid-template-columns: minmax(170px, .82fr) minmax(480px, 2.1fr) minmax(260px, 1.05fr);
}

.aao-mh-layout-contacts {
	grid-template-columns: .85fr .85fr 1.55fr 1.15fr;
}

.aao-mh-layout-lenses {
	grid-template-columns: 1.05fr .85fr .95fr 1.2fr;
}

.aao-mh-layout-brands {
	grid-template-columns: 2.2fr .7fr 1.1fr;
}

.aao-mh-layout-services {
	grid-template-columns: .9fr .95fr 1.25fr .9fr;
}

.aao-mh-panel h3 {
	margin: 0 0 17px;
	color: var(--aao-red);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .01em;
}

.aao-mh-link-group ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aao-mh-link-group li,
.aao-mh-link-group a {
	margin: 0;
	padding: 0;
}

.aao-mh-link-group a {
	display: inline-block;
	color: #161616;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	transition: color .15s ease, transform .15s ease;
}

.aao-mh-link-group a:hover,
.aao-mh-link-group a:focus-visible {
	color: var(--aao-red);
	transform: translateX(3px);
}

.aao-mh-inline-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.aao-mh-visual-stack {
	display: grid;
	align-content: start;
	gap: 28px;
}

.aao-mh-visual-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(110px, 1fr));
	gap: 13px 18px;
}

.aao-mh-visual-grid a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 7px 10px;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.aao-mh-visual-grid a:hover,
.aao-mh-visual-grid a:focus-visible {
	color: var(--aao-red);
	background: #faf8f5;
	border-color: #efe9e3;
}

.aao-mh-glasses-icon {
	width: 58px;
	height: 37px;
	margin: 0 auto 4px;
	stroke-width: 1.7;
}

.aao-mh-visual-grid small {
	color: #171717;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
}

.aao-mh-brand-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(120px, 1fr));
	gap: 10px;
}

.aao-mh-brand-grid--4 {
	grid-template-columns: repeat(4, minmax(105px, 1fr));
}

.aao-mh-brand-grid a {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 10px 14px;
	background: var(--aao-white);
	border: 1px solid var(--aao-line);
	border-radius: 7px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	transition: border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.aao-mh-brand-grid a:hover,
.aao-mh-brand-grid a:focus-visible {
	color: var(--aao-red);
	border-color: rgba(198, 0, 0, .5);
	box-shadow: 0 7px 18px rgba(17, 17, 17, .07);
}

.aao-mh-promo {
	position: relative;
	display: flex;
	min-height: 250px;
	overflow: hidden;
	color: var(--aao-white) !important;
	background: linear-gradient(145deg, #111 0%, #2d2d2d 62%, #4a4a4a 100%);
	border-radius: 10px;
	isolation: isolate;
}

.aao-mh-promo-image {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aao-mh-promo.has-image::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 18%, rgba(0, 0, 0, .78) 100%);
}

.aao-mh-promo.has-image .aao-mh-promo-art {
	display: none;
}

.aao-mh-promo::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 75% 15%, rgba(255, 255, 255, .22), transparent 37%);
	z-index: -1;
}

.aao-mh-promo--sun {
	background: linear-gradient(145deg, #664511, #c48625 58%, #e4b662);
}

.aao-mh-promo--contacts {
	background: linear-gradient(145deg, #164a5c, #438299 58%, #8bb8c5);
}

.aao-mh-promo--lenses {
	background: linear-gradient(145deg, #221d43, #5c5687 58%, #9a96b8);
}

.aao-mh-promo--brands {
	background: linear-gradient(145deg, #33251d, #71503c 58%, #aa876f);
}

.aao-mh-promo--service {
	background: linear-gradient(145deg, #401315, #9b2227 58%, #ca555a);
}

.aao-mh-promo-art {
	position: absolute;
	top: 28px;
	right: 24px;
	width: 105px;
	height: 70px;
	border: 4px solid rgba(255, 255, 255, .72);
	border-radius: 50% 45% 48% 42%;
	transform: rotate(-8deg);
}

.aao-mh-promo-art::before {
	content: '';
	position: absolute;
	top: 8px;
	left: -82px;
	width: 77px;
	height: 61px;
	border: 4px solid rgba(255, 255, 255, .72);
	border-radius: 46% 52% 43% 50%;
}

.aao-mh-promo-art::after {
	content: '';
	position: absolute;
	top: 23px;
	left: -8px;
	width: 16px;
	height: 4px;
	background: rgba(255, 255, 255, .72);
	border-radius: 999px;
}

.aao-mh-promo--contacts .aao-mh-promo-art {
	width: 95px;
	height: 42px;
	border-radius: 50%;
	transform: rotate(-18deg);
}

.aao-mh-promo--contacts .aao-mh-promo-art::before {
	top: 54px;
	left: -55px;
	width: 95px;
	height: 42px;
	border-radius: 50%;
	transform: rotate(33deg);
}

.aao-mh-promo--contacts .aao-mh-promo-art::after {
	display: none;
}

.aao-mh-promo-copy {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 26px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .82));
	text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.aao-mh-promo-copy small {
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .78;
}

.aao-mh-promo-copy strong {
	max-width: 260px;
	font-size: clamp(22px, 1.7vw, 28px);
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.12;
}

.aao-mh-promo-copy em {
	margin-top: 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.aao-mh-promo-copy em span {
	display: inline-block;
	margin-left: 4px;
	transition: transform .16s ease;
}

.aao-mh-promo:hover .aao-mh-promo-copy em span,
.aao-mh-promo:focus-visible .aao-mh-promo-copy em span {
	transform: translateX(4px);
}

.aao-mh-contact-card {
	align-self: stretch;
	padding: 22px;
	background: var(--aao-warm);
	border-radius: 10px;
}

.aao-mh-contact-card h3 {
	color: var(--aao-ink);
}

.aao-mh-contact-card p {
	margin: 0 0 13px;
	color: var(--aao-muted);
	font-size: 13px;
}

.aao-mh-contact-card a {
	display: block;
	margin-top: 9px;
	font-size: 13px;
	font-weight: 600;
}

.aao-mh-contact-card a:last-child {
	color: var(--aao-red);
}

.aao-mh-menu-image {
	display: block;
	width: 76px;
	height: 38px;
	margin: 0 auto 4px;
	object-fit: contain;
}

.aao-mh-brand-logo {
	display: block;
	width: 100%;
	max-width: 150px;
	height: 50px;
	object-fit: contain;
}

.aao-mh-search {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: start center;
	padding: min(13vh, 120px) 20px 30px;
	background: rgba(17, 17, 17, .58);
	backdrop-filter: blur(4px);
}

.aao-mh-search-card {
	position: relative;
	width: min(760px, 100%);
	padding: clamp(32px, 5vw, 58px);
	background: var(--aao-white);
	border-radius: 12px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

.aao-mh-search-close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.aao-mh-search-close svg {
	width: 22px;
	height: 22px;
}

.aao-mh-search-kicker {
	margin: 0 0 8px;
	color: var(--aao-red);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}

.aao-mh-search-card h2 {
	margin: 0 0 26px;
	font-size: clamp(25px, 4vw, 38px);
	font-weight: 500;
	letter-spacing: -.035em;
}

.aao-mh-search form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	border-bottom: 2px solid var(--aao-ink);
}

.aao-mh-search input[type='search'] {
	min-width: 0;
	padding: 15px 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: clamp(17px, 2vw, 22px);
}

.aao-mh-search form button {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 4px 8px 18px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.aao-mh-search form button svg {
	width: 23px;
	height: 23px;
}

.aao-mh-search-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 22px;
	color: var(--aao-muted);
	font-size: 13px;
}

.aao-mh-search-links a {
	color: var(--aao-ink);
	font-weight: 600;
}

.aao-mh-search-links a:hover,
.aao-mh-search-links a:focus-visible {
	color: var(--aao-red);
}

.aao-mh :focus-visible {
	outline: 2px solid var(--aao-red);
	outline-offset: 3px;
}

.aao-mh-mobile-drawer {
	display: none;
}

body.aao-mh-scroll-lock {
	overflow: hidden;
}

@media (max-width: 1240px) {
	.aao-mh-announcement-inner > *:nth-child(n + 3) {
		display: none;
	}

	.aao-mh-mainbar-inner {
		grid-template-columns: minmax(165px, 1fr) auto 46px;
		gap: 8px;
		height: 72px;
		padding: 0 18px;
	}

	.aao-mh-logo {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		justify-content: flex-start;
		width: 195px;
	}

	.aao-mh-logo-image {
		max-width: 190px;
		height: 58px;
	}

	.aao-mh-actions {
		grid-column: 2;
		grid-row: 1;
	}

	.aao-mh-desktop-nav {
		display: none;
	}

	.aao-mh-mobile-menu-button {
		grid-column: 3;
		grid-row: 1;
		display: grid;
		align-self: center;
		justify-self: center;
		margin: 0;
	}

	.aao-mh-mobile-menu-button > span {
		line-height: 0;
	}

	.aao-mh-mobile-menu-button .aao-mh-menu-close-icon {
		display: none;
	}

	.aao-mh-mobile-menu-button[aria-expanded='true'] .aao-mh-menu-open-icon {
		display: none;
	}

	.aao-mh-mobile-menu-button[aria-expanded='true'] .aao-mh-menu-close-icon {
		display: grid;
		place-items: center;
	}

	.aao-mh-mobile-drawer {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		max-height: calc(100vh - 104px);
		max-height: calc(100dvh - 104px);
		overflow-y: auto;
		background: #f7f7f7;
		border-top: 1px solid var(--aao-line);
		box-shadow: 0 22px 45px rgba(17, 17, 17, .16);
		overscroll-behavior: contain;
	}

	.aao-mh-mobile-account {
		background: var(--aao-white);
		border-bottom: 1px solid var(--aao-line);
	}

	.aao-mh-mobile-account a {
		display: flex;
		align-items: center;
		gap: 10px;
		max-width: 760px;
		min-height: 60px;
		margin: 0 auto;
		padding: 12px 20px;
		font-size: 16px;
		font-weight: 600;
	}

	.aao-mh-mobile-account svg {
		width: 24px;
		height: 24px;
	}

	.aao-mh-mobile-drawer nav {
		max-width: 760px;
		margin: 0 auto;
		padding: 0 0 28px;
		background: #f7f7f7;
	}

	.aao-mh-mobile-group {
		border-bottom: 1px solid var(--aao-line);
	}

	.aao-mh-mobile-group-heading {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 48px;
		align-items: center;
		min-height: 70px;
		padding-left: 20px;
		background: #f7f7f7;
	}

	.aao-mh-mobile-group-heading > a {
		padding: 19px 4px 19px 0;
		color: #2c2c2c;
		font-size: 18px;
		font-weight: 700;
	}

	.aao-mh-mobile-group-heading button {
		display: grid;
		place-items: center;
		width: 48px;
		height: 68px;
		padding: 0;
		color: var(--aao-red);
		background: transparent;
		border: 0;
		cursor: pointer;
	}

	.aao-mh-mobile-symbol::before {
		content: '+';
		display: block;
		font-size: 30px;
		font-weight: 300;
		line-height: 1;
	}

	.aao-mh-mobile-group-heading button[aria-expanded='true'] .aao-mh-mobile-symbol::before {
		content: '×';
		font-size: 25px;
	}

	.aao-mh-mobile-panel {
		padding: 16px 18px 24px;
		background: var(--aao-white);
	}

	.aao-mh-mobile-feature-grid {
		display: grid;
		gap: 9px;
	}

	.aao-mh-mobile-feature {
		position: relative;
		display: flex;
		align-items: center;
		min-height: 122px;
		overflow: hidden;
		padding: 18px;
		background: linear-gradient(110deg, #ddd8d5, #f2efec);
		border-radius: 7px;
		box-shadow: 0 2px 8px rgba(17, 17, 17, .08);
	}

	.aao-mh-mobile-feature::after {
		content: '';
		position: absolute;
		right: 10%;
		bottom: -26px;
		width: 92px;
		height: 92px;
		background: rgba(255, 255, 255, .55);
		border-radius: 50%;
	}

	.aao-mh-mobile-feature-image {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.aao-mh-mobile-feature.has-image::after {
		display: none;
	}

	.aao-mh-mobile-feature > span {
		position: relative;
		z-index: 2;
		padding: 7px 10px;
		background: rgba(255, 255, 255, .78);
		border-radius: 4px;
		font-size: 17px;
		font-weight: 700;
	}

	.aao-mh-mobile-section-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 20px 0 10px;
		padding-top: 16px;
		border-top: 1px solid var(--aao-line);
	}

	.aao-mh-mobile-panel h4,
	.aao-mh-mobile-section-heading h4 {
		margin: 0;
		color: #272727;
		font-size: 14px;
		font-weight: 700;
	}

	.aao-mh-mobile-section-heading a {
		color: var(--aao-red);
		font-size: 13px;
		font-weight: 600;
	}

	.aao-mh-mobile-brand-grid {
		display: grid;
		gap: 10px;
	}

	.aao-mh-mobile-brand-grid--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.aao-mh-mobile-brand-grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aao-mh-mobile-brand-tile {
		display: grid;
		place-items: center;
		min-height: 78px;
		padding: 8px;
		background: var(--aao-white);
		border: 1px solid #ece8e4;
		border-radius: 7px;
		box-shadow: 0 2px 7px rgba(17, 17, 17, .07);
	}

	.aao-mh-mobile-brand-grid--2 .aao-mh-mobile-brand-tile {
		min-height: 118px;
	}

	.aao-mh-mobile-brand-logo {
		display: block;
		width: 100%;
		max-width: 150px;
		height: 58px;
		object-fit: contain;
	}

	.aao-mh-mobile-brand-grid--2 .aao-mh-mobile-brand-logo {
		height: 76px;
	}

	.aao-mh-mobile-wordmark {
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: .01em;
		text-align: center;
	}

	.aao-mh-mobile-shortcuts {
		margin-top: 18px;
		padding: 16px 0;
		border-top: 1px solid var(--aao-line);
		border-bottom: 1px solid var(--aao-line);
	}

	.aao-mh-mobile-simple-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 22px;
	}

	.aao-mh-mobile-simple-links a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 42px;
		padding: 9px 0;
		color: #333;
		border-bottom: 1px solid #f0eeeb;
		font-size: 14px;
		font-weight: 500;
	}

	.aao-mh-mobile-simple-links a span {
		color: var(--aao-red);
	}

	.aao-mh-mobile-browse-columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
		margin-top: 18px;
	}

	.aao-mh-mobile-browse-columns--single {
		grid-template-columns: 1fr;
	}

	.aao-mh-mobile-browse-columns--single section {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 22px;
	}

	.aao-mh-mobile-browse-columns--single h4 {
		grid-column: 1 / -1;
	}

	.aao-mh-mobile-browse-columns section {
		min-width: 0;
	}

	.aao-mh-mobile-browse-columns h4 {
		margin-bottom: 8px;
	}

	.aao-mh-mobile-browse-columns a {
		display: flex;
		align-items: center;
		gap: 7px;
		min-height: 34px;
		font-size: 13px;
	}

	.aao-mh-mobile-browse-columns .aao-mh-glasses-icon {
		flex: 0 0 28px;
		width: 28px;
		height: 18px;
		margin: 0;
	}

	.aao-mh-mobile-browse-columns .aao-mh-menu-image {
		flex: 0 0 28px;
		width: 28px;
		height: 18px;
		margin: 0;
		object-fit: contain;
	}

	.aao-mh-mobile-link-section {
		margin-top: 18px;
		padding-top: 16px;
		border-top: 1px solid var(--aao-line);
	}

	.aao-mh-mobile-link-section h4 {
		margin-bottom: 8px;
	}

	.aao-mh-mobile-link-section .aao-mh-mobile-simple-links {
		grid-template-columns: 1fr;
	}

	.aao-mh-mobile-all-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 18px;
		padding: 16px 0 4px;
		color: #161616;
		border-top: 1px solid var(--aao-line);
		font-size: 15px;
		font-weight: 700;
	}

	.aao-mh-mobile-all-link span {
		color: var(--aao-red);
	}

	.aao-mh-mobile-quick {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin: 22px 18px 0;
	}

	.aao-mh-mobile-quick a {
		padding: 12px;
		background: var(--aao-warm);
		border-radius: 6px;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
	}
}

@media (max-width: 782px) {
	body.admin-bar .aao-mh {
		top: 46px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .aao-mh {
		top: 0;
	}

	.aao-mh-announcement-inner {
		min-height: 30px;
		padding: 5px 14px;
	}

	.aao-mh-announcement-inner > *:not(:first-child) {
		display: none;
	}

	.aao-mh-mainbar-inner {
		grid-template-columns: minmax(132px, 1fr) auto 42px;
		gap: 5px;
		height: 66px;
		padding: 0 10px;
	}

	.aao-mh-logo {
		width: 154px;
	}

	.aao-mh-logo-image {
		max-width: 150px;
		height: 52px;
	}

	.aao-mh-actions {
		gap: 0;
	}

	.aao-mh-icon-button {
		width: 39px;
		height: 39px;
	}

	.aao-mh-icon-button > svg,
	.aao-mh-icon-button > span > svg {
		width: 22px;
		height: 22px;
	}

	.aao-mh-account {
		display: none;
	}

	.aao-mh-mobile-drawer {
		max-height: calc(100vh - 96px);
		max-height: calc(100dvh - 96px);
	}

	.aao-mh-mobile-account a {
		min-height: 56px;
		padding-right: 16px;
		padding-left: 16px;
	}

	.aao-mh-mobile-group-heading {
		min-height: 64px;
		padding-left: 16px;
	}

	.aao-mh-mobile-group-heading > a {
		padding-top: 17px;
		padding-bottom: 17px;
		font-size: 17px;
	}

	.aao-mh-mobile-group-heading button {
		height: 62px;
	}

	.aao-mh-mobile-panel {
		padding-right: 14px;
		padding-left: 14px;
	}

	.aao-mh-mobile-brand-grid--3 {
		gap: 7px;
	}

	.aao-mh-mobile-brand-grid--3 .aao-mh-mobile-brand-tile {
		min-height: 70px;
		padding: 6px;
	}

	.aao-mh-mobile-brand-grid--3 .aao-mh-mobile-brand-logo {
		height: 48px;
	}

	.aao-mh-mobile-wordmark {
		font-size: 14px;
	}

	.aao-mh-mobile-browse-columns {
		gap: 14px;
	}

	.aao-mh-search {
		padding: 0;
		background: var(--aao-white);
	}

	.aao-mh-search-card {
		width: 100%;
		height: 100%;
		padding: 80px 24px 30px;
		border-radius: 0;
	}

	.aao-mh-search form button span {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aao-mh *,
	.aao-mh *::before,
	.aao-mh *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
