.site-header#masthead,
#masthead.site-header,
.ast-primary-header-bar,
.main-header-bar,
.ast-mobile-header-wrap,
.ast-desktop-header-content {
	display: none !important;
}

.aomc-topbar {
	--aomc-red: #a91408;
	--aomc-red-dark: #870d05;
	align-items: center;
	background: linear-gradient(90deg, var(--aomc-red-dark), var(--aomc-red), var(--aomc-red-dark));
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18) inset;
	color: #fff;
	display: grid;
	font-size: 15px;
	font-weight: 700;
	gap: 18px;
	grid-template-columns: minmax(180px, 1fr) minmax(240px, 1fr) minmax(160px, 1fr);
	line-height: 1.2;
	min-height: 42px;
	overflow: hidden;
	padding: 0 5vw;
	position: relative;
	z-index: 998;
}

.aomc-topbar svg,
.aomc-site-header svg,
.aomc-header-actions svg,
.aomc-cart-drawer svg {
	height: 24px;
	stroke-width: 2.1;
	width: 24px;
}

.aomc-site-header {
	background: #fff;
	border-bottom: 1px solid rgba(104, 55, 35, 0.12);
	box-shadow: 0 8px 22px rgba(44, 22, 12, 0.04);
	overflow: visible;
	position: relative;
	z-index: 997;
}

.aomc-site-header__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 150px minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 1760px;
	min-height: 76px;
	padding: 0 5vw;
	position: relative;
}

.aomc-site-branding {
	align-items: center;
	align-self: end;
	display: flex;
	min-width: 0;
	position: relative;
	transform: translateY(36px);
	z-index: 3;
}

.aomc-site-branding__link {
	align-items: center;
	color: #a91408;
	display: inline-flex;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.aomc-custom-logo {
	display: block;
	height: auto;
	max-height: 118px;
	object-fit: contain;
	width: auto;
}

.aomc-site-title {
	display: inline-block;
	max-width: 220px;
	overflow-wrap: anywhere;
}

.aomc-primary-navigation {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.aomc-primary-menu {
	align-items: center;
	display: flex;
	gap: clamp(22px, 3vw, 52px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aomc-primary-menu li {
	margin: 0;
	position: relative;
}

.aomc-primary-menu a {
	color: #2a130f;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	padding: 5px 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.aomc-primary-menu a::after {
	background: #a91408;
	bottom: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.aomc-primary-menu a:hover,
.aomc-primary-menu a:focus-visible,
.aomc-primary-menu .current-menu-item > a,
.aomc-primary-menu .current_page_item > a {
	color: #a91408;
	outline: none;
}

.aomc-primary-menu a:hover::after,
.aomc-primary-menu a:focus-visible::after,
.aomc-primary-menu .current-menu-item > a::after,
.aomc-primary-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.aomc-primary-menu .sub-menu {
	background: #fff;
	border: 1px solid rgba(104, 55, 35, 0.14);
	box-shadow: 0 14px 32px rgba(35, 18, 14, 0.1);
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 210px;
	opacity: 0;
	padding: 10px 14px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 20;
}

.aomc-primary-menu li:hover > .sub-menu,
.aomc-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.aomc-primary-menu .sub-menu a {
	font-size: 16px;
	padding: 9px 0;
}

.aomc-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #17110f;
	cursor: pointer;
	display: none;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 44px;
}

.aomc-topbar__item {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
	white-space: nowrap;
}

.aomc-topbar__center {
	display: none;
}

.aomc-topbar__social {
	justify-content: flex-end;
}

.aomc-topbar a {
	color: inherit;
	display: inline-flex;
	text-decoration: none;
}

.aomc-marquee {
	display: block;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.aomc-marquee__track {
	animation: aomc-marquee 26s linear infinite;
	display: inline-flex;
	gap: 42px;
	white-space: nowrap;
	will-change: transform;
}

.aomc-marquee__track span {
	align-items: center;
	display: inline-flex;
}

.aomc-marquee__track span::before {
	background: #ffd9a3;
	border-radius: 999px;
	content: "";
	height: 6px;
	margin-right: 42px;
	width: 6px;
}

.aomc-header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	justify-content: flex-end;
	margin-left: 0;
}

.aomc-icon-button,
.aomc-search__toggle {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	color: #17110f;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 40px;
}

.aomc-icon-button:hover,
.aomc-search__toggle:hover,
.aomc-icon-button:focus-visible,
.aomc-search__toggle:focus-visible {
	color: #a91408;
	outline: none;
}

.aomc-search {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: none;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
	transition: border-color 220ms ease, background 220ms ease, width 260ms ease;
	width: 40px;
}

.aomc-search.is-open {
	background: #fff;
	border-color: rgba(169, 20, 8, 0.3);
	box-shadow: 0 10px 28px rgba(35, 18, 14, 0.08);
	width: min(280px, 36vw);
}

.aomc-search input[type="search"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #1b1210;
	font-size: 15px;
	height: 44px;
	min-width: 0;
	opacity: 0;
	outline: none;
	padding: 0 0 0 18px;
	pointer-events: none;
	transition: opacity 180ms ease;
	width: 100%;
}

.aomc-search.is-open .aomc-search__toggle {
	background: #fff !important;
	border-left: 1px solid rgba(36, 18, 14, 0.08);
	flex: 0 0 48px;
	height: 44px;
	width: 48px;
}

.aomc-search.is-open input[type="search"] {
	opacity: 1;
	pointer-events: auto;
}

.aomc-cart-count {
	align-items: center;
	background: #bd1508;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 5px;
	position: absolute;
	right: -2px;
	top: 2px;
}

.aomc-cart-trigger.is-bouncing {
	animation: aomc-cart-bounce 520ms ease;
}

.aomc-cart-overlay {
	background: rgba(21, 12, 9, 0.44);
	inset: 0;
	position: fixed;
	z-index: 9998;
}

.aomc-cart-overlay[hidden] {
	display: none;
}

.aomc-cart-drawer {
	background: #fff;
	box-shadow: -18px 0 46px rgba(24, 14, 10, 0.18);
	color: #24120e;
	display: flex;
	flex-direction: column;
	height: 100vh;
	left: auto;
	max-width: min(410px, 90vw);
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(108%);
	transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 410px;
	z-index: 9999;
}

.aomc-cart-drawer.is-open {
	transform: translateX(0);
}

.aomc-cart-drawer__header,
.aomc-cart-drawer__footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 18px 20px;
}

.aomc-cart-drawer__header {
	border-bottom: 1px solid rgba(36, 18, 14, 0.08);
}

.aomc-cart-drawer__header h2 {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.aomc-cart-close {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(104, 55, 35, 0.18);
	border-radius: 999px;
	color: #24120e;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.aomc-cart-progress {
	background: #fff7ed;
	border-bottom: 1px solid rgba(36, 18, 14, 0.06);
	padding: 14px 20px;
}

.aomc-cart-progress p {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}

.aomc-progress-track {
	background: rgba(169, 20, 8, 0.12);
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.aomc-progress-track span {
	background: #a91408;
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 240ms ease;
}

.aomc-cart-drawer__body {
	flex: 1;
	overflow: auto;
	padding: 16px 18px;
}

.aomc-empty-cart {
	background: #fff;
	border: 1px dashed rgba(36, 18, 14, 0.2);
	border-radius: 8px;
	margin: 0;
	padding: 18px;
	text-align: center;
}

.aomc-cart-items {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aomc-cart-item {
	background: #fff;
	border: 1px solid rgba(36, 18, 14, 0.1);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 82px minmax(0, 1fr);
	padding: 12px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.aomc-cart-item:hover {
	border-color: rgba(169, 20, 8, 0.2);
	box-shadow: 0 10px 26px rgba(35, 18, 14, 0.06);
}

.aomc-cart-item__image {
	background: #fff;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.aomc-cart-item__image img {
	aspect-ratio: 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.aomc-cart-item__name {
	color: #24120e;
	display: block;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	text-decoration: none;
}

.aomc-cart-item__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.aomc-cart-item__top,
.aomc-cart-item__meta {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.aomc-cart-item__meta {
	align-items: center;
	color: #6d5a53;
	font-size: 14px;
}

.aomc-cart-item__meta strong {
	color: #24120e;
	font-size: 15px;
	font-weight: 800;
}

.aomc-cart-item__remove {
	align-items: center;
	border-radius: 999px;
	color: #8b7a72;
	display: inline-flex;
	flex: 0 0 auto;
	height: 30px;
	justify-content: center;
	text-decoration: none;
	width: 30px;
}

.aomc-cart-item__remove:hover,
.aomc-cart-item__remove:focus-visible {
	background: #fff0ed;
	color: #a91408;
	outline: none;
}

.aomc-cart-item__remove svg {
	height: 17px;
	width: 17px;
}

.aomc-cart-total {
	align-items: center;
	border-top: 1px solid rgba(36, 18, 14, 0.1);
	display: flex;
	font-size: 17px;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 16px;
}

.aomc-cart-drawer__footer {
	border-top: 1px solid rgba(36, 18, 14, 0.1);
	gap: 10px;
}

.aomc-cart-link,
.aomc-checkout-button {
	border-radius: 6px;
	display: block;
	font-weight: 800;
	padding: 12px 14px;
	text-align: center;
	text-decoration: none;
	width: 50%;
}

.aomc-cart-link {
	background: #fff;
	border: 1px solid rgba(36, 18, 14, 0.14);
	color: #24120e;
}

.aomc-checkout-button {
	background: #a91408;
	color: #fff;
}

.aomc-cart-link:hover,
.aomc-cart-link:focus {
	background: #fff7ed;
	color: #a91408;
}

.aomc-checkout-button:hover,
.aomc-checkout-button:focus {
	background: #870d05;
	color: #fff;
}

@keyframes aomc-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes aomc-cart-bounce {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	35% {
		transform: translateY(-5px) scale(1.08);
	}
	70% {
		transform: translateY(1px) scale(0.98);
	}
}

@media (max-width: 921px) {
	.aomc-topbar {
		gap: 8px;
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 8px 16px;
	}

	.aomc-topbar__left,
	.aomc-topbar__center,
	.aomc-topbar__social {
		justify-content: center;
	}

	.aomc-topbar__center,
	.aomc-topbar__social {
		display: none;
	}

	.aomc-marquee {
		display: block;
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.aomc-header-actions {
		gap: 8px;
		margin-left: 10px;
	}

	.aomc-site-header__inner {
		gap: 10px;
		grid-template-columns: auto 1fr auto;
		min-height: 58px;
		padding: 8px 16px;
	}

	.aomc-site-branding {
		order: 1;
		transform: translateY(22px);
	}

	.aomc-custom-logo {
		max-height: 74px;
	}

	.aomc-menu-toggle {
		display: inline-flex;
		order: 2;
		justify-self: end;
	}

	.aomc-header-actions {
		order: 3;
		margin-left: 0;
	}

	.aomc-primary-navigation {
		background: #fff;
		border-top: 1px solid rgba(104, 55, 35, 0.12);
		box-shadow: 0 14px 28px rgba(35, 18, 14, 0.08);
		display: none;
		grid-column: 1 / -1;
		order: 4;
		padding: 8px 0 4px;
	}

	.aomc-primary-navigation.is-open {
		display: block;
	}

	.aomc-primary-menu {
		align-items: stretch;
		display: grid;
		gap: 0;
		justify-content: stretch;
	}

	.aomc-primary-menu a {
		font-size: 15px;
		justify-content: center;
		padding: 9px 0;
		width: 100%;
	}

	.aomc-primary-menu .sub-menu {
		background: #fff6e9;
		border: 0;
		box-shadow: none;
		min-width: 0;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
		transform: none;
	}

	.aomc-icon-button,
	.aomc-search__toggle {
		height: 40px;
		width: 40px;
	}

	.aomc-search.is-open {
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: min(300px, calc(100vw - 24px));
		z-index: 50;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aomc-marquee__track,
	.aomc-cart-trigger.is-bouncing {
		animation: none;
	}

	.aomc-cart-drawer,
	.aomc-search,
	.aomc-search input[type="search"] {
		transition: none;
	}
}
