:root {
	--ap-header-ink: #29251f;
	--ap-header-muted: #746b61;
	--ap-header-warm: #e8d6b1;
	--ap-header-warm-deep: #c88f62;
	--ap-header-paper: #fbfaf5;
	--ap-header-line: rgba(74, 62, 49, .18);
}

.ap-site-header,
.ap-site-header * {
	box-sizing: border-box;
}

.ap-site-header {
	position: relative;
	z-index: 999;
	width: 100%;
	color: var(--ap-header-ink);
	background-color: var(--ap-header-warm);
	background-image:
		radial-gradient(circle at 12% 32%, rgba(255, 255, 255, .16) 0 22px, transparent 23px),
		radial-gradient(circle at 74% 76%, rgba(118, 94, 63, .05) 0 30px, transparent 31px);
	border-bottom: 1px solid rgba(82, 65, 45, .14);
	font-family: inherit;
}

.ap-site-header a {
	color: inherit;
	text-decoration: none;
}

.ap-site-header svg,
.ap-global-search svg,
.ap-search-page svg,
.ap-shop-search svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.ap-search-page__form .ap-global-search__input-wrap > svg {
	display: block !important;
	flex: 0 0 22px !important;
	width: 22px !important;
	min-width: 22px !important;
	max-width: 22px !important;
	height: 22px !important;
	min-height: 22px !important;
	max-height: 22px !important;
	fill: none !important;
	stroke: currentColor !important;
}

.ap-has-global-search-page .entry-title.main_title {
	display: none;
}

.ap-site-header__inner {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) auto minmax(320px, 1fr);
	align-items: center;
	gap: clamp(24px, 3.2vw, 56px);
	width: min(100% - 56px, 1540px);
	min-height: 118px;
	margin: 0 auto;
}

.ap-site-header__nav ul,
.ap-site-header__mobile-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2vw, 34px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ap-site-header__nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ap-site-header__nav a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .22s ease;
}

.ap-site-header__nav a:hover::after,
.ap-site-header__nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.ap-site-header__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: clamp(240px, 25vw, 390px);
	text-align: center;
}

.ap-site-header__brand img {
	display: block;
	width: 100%;
	max-width: 380px;
	max-height: 86px;
	object-fit: contain;
}

.ap-site-header__brand-name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 3.1vw, 50px);
	line-height: .95;
}

.ap-site-header__brand-tagline {
	margin-top: 9px;
	font-size: 10px;
	letter-spacing: .45em;
	text-transform: uppercase;
}

.ap-site-header__utilities {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.ap-site-header__icon-button,
button.ap-site-header__icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 8px 9px;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.ap-site-header__utility-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ap-site-header__icon-button:hover,
.ap-site-header__icon-button:focus-visible {
	color: #7a4d2f;
}

.ap-site-header__cart-count {
	position: absolute;
	top: 1px;
	right: 1px;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: #d86653;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.ap-site-header__membership {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	margin-left: 5px;
	padding: 8px 17px;
	border: 1px solid #b87548;
	color: #9b5934 !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.ap-site-header__membership:hover,
.ap-site-header__membership:focus-visible {
	background: #b87548;
	color: #fff !important;
}

.ap-site-header__menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.ap-site-header__mobile-menu {
	display: none;
}

.ap-global-search[hidden],
.ap-site-header__mobile-menu[hidden] {
	display: none !important;
}

.ap-search-is-open {
	overflow: hidden;
}

.ap-global-search {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	align-items: start;
	justify-items: center;
	padding: clamp(20px, 7vh, 72px) 20px 20px;
}

.ap-global-search__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(31, 27, 23, .72);
	backdrop-filter: blur(5px);
	cursor: default;
}

.ap-global-search__dialog {
	position: relative;
	overflow: auto;
	width: min(100%, 1040px);
	max-height: calc(100vh - clamp(40px, 14vh, 144px));
	padding: clamp(24px, 4vw, 48px);
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 24px;
	background: var(--ap-header-paper);
	box-shadow: 0 30px 90px rgba(17, 13, 9, .3);
}

.ap-global-search__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.ap-global-search__eyebrow,
.ap-search-page__eyebrow {
	margin: 0 0 5px;
	color: #9a6a49;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.ap-global-search__top h2 {
	margin: 0;
	color: var(--ap-header-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 500;
	line-height: 1.1;
}

.ap-global-search__close {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--ap-header-line);
	border-radius: 50%;
	background: #fff;
	color: var(--ap-header-ink);
	cursor: pointer;
}

.ap-global-search__input-wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 7px 8px 7px 18px;
	border: 1px solid #cdbda8;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(58, 44, 31, .06);
}

.ap-global-search__input-wrap input {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	color: var(--ap-header-ink);
	font: inherit;
	font-size: 17px;
}

.ap-global-search__input-wrap input[type="search"]::-webkit-search-decoration,
.ap-global-search__input-wrap input[type="search"]::-webkit-search-cancel-button,
.ap-global-search__input-wrap input[type="search"]::-webkit-search-results-button,
.ap-global-search__input-wrap input[type="search"]::-webkit-search-results-decoration,
.ap-shop-search__field input[type="search"]::-webkit-search-decoration,
.ap-shop-search__field input[type="search"]::-webkit-search-cancel-button,
.ap-shop-search__field input[type="search"]::-webkit-search-results-button,
.ap-shop-search__field input[type="search"]::-webkit-search-results-decoration {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	-webkit-appearance: none !important;
}

.ap-global-search__input-wrap button {
	min-width: 94px;
	height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: var(--ap-header-ink);
	color: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: pointer;
}

.ap-global-search__results {
	margin-top: 28px;
	color: var(--ap-header-ink);
}

.ap-global-search__prompt,
.ap-global-search__loading,
.ap-global-search__error {
	margin: 0;
	padding: 28px;
	border-radius: 16px;
	background: #f2eadc;
	color: var(--ap-header-muted);
	text-align: center;
}

.ap-search-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.ap-search-group {
	min-width: 0;
}

.ap-search-group__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 11px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--ap-header-line);
}

.ap-search-group__heading h3 {
	margin: 0;
	color: var(--ap-header-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 600;
}

.ap-search-group__heading span {
	display: grid;
	place-items: center;
	min-width: 25px;
	height: 25px;
	padding: 0 7px;
	border-radius: 999px;
	background: #eadcc6;
	color: #75583f;
	font-size: 11px;
	font-weight: 700;
}

.ap-search-group__items {
	display: grid;
	gap: 8px;
}

.ap-search-card__link {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-height: 74px;
	padding: 7px;
	border-radius: 12px;
	color: var(--ap-header-ink);
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

.ap-search-card__link:hover,
.ap-search-card__link:focus-visible {
	background: #f0e6d5;
	transform: translateX(2px);
}

.ap-search-card__image {
	display: grid;
	overflow: hidden;
	place-items: center;
	width: 66px;
	height: 60px;
	border-radius: 9px;
	background: #dfcfb5;
	color: #72573f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.ap-search-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ap-search-card__content {
	position: relative;
	display: grid;
	min-width: 0;
	padding-right: 25px;
}

.ap-search-card__type {
	color: #9a6a49;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ap-search-card__title {
	overflow: hidden;
	color: var(--ap-header-ink);
	font-size: 14px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ap-search-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 2px;
	color: var(--ap-header-muted);
	font-size: 11px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ap-search-card__arrow {
	position: absolute;
	top: 50%;
	right: 1px;
	display: grid;
	place-items: center;
	transform: translateY(-50%);
}

.ap-search-card__arrow svg,
.ap-search-view-all svg {
	width: 17px;
	height: 17px;
}

.ap-search-group__empty {
	margin: 0;
	padding: 15px;
	border-radius: 10px;
	background: #f4eee4;
	color: var(--ap-header-muted);
	font-size: 13px;
}

.ap-search-no-results {
	padding: 35px;
	border-radius: 16px;
	background: #f2eadc;
	text-align: center;
}

.ap-search-no-results h3 {
	margin: 0 0 5px;
}

.ap-search-no-results p {
	margin: 0;
}

.ap-search-view-all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 24px;
	color: #8b5634;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
}

.ap-search-page {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
	padding: clamp(48px, 7vw, 96px) 0;
}

.ap-search-page__intro {
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
}

.ap-search-page__intro h1 {
	margin: 0 0 26px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 7vw, 76px);
	font-weight: 500;
}

.ap-search-page__summary {
	margin: 0 0 30px;
	color: var(--ap-header-muted);
	font-size: 16px;
}

.ap-search-page .ap-search-groups {
	gap: 45px 36px;
}

.ap-shop-search {
	display: grid;
	grid-template-columns: auto minmax(300px, 620px);
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	margin: 0 0 32px;
	padding: 20px 22px;
	border: 1px solid #ddcfbb;
	border-radius: 18px;
	background: #f2e8d8;
}

.ap-shop-search__copy {
	display: grid;
}

.ap-shop-search__copy span {
	color: #9a6a49;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ap-shop-search__copy strong {
	color: var(--ap-header-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 600;
}

.ap-shop-search__field {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	padding: 5px 6px 5px 15px;
	border: 1px solid #cdbda8;
	border-radius: 999px;
	background: #fff;
}

.ap-shop-search__field input[type="search"] {
	width: 100%;
	height: 42px;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	font: inherit;
}

.ap-shop-search__field button {
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: var(--ap-header-ink);
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 1240px) {
	.ap-site-header__inner {
		grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
		width: min(100% - 36px, 1400px);
		gap: 20px;
	}

	.ap-site-header__nav ul {
		gap: 18px;
	}

	.ap-site-header__utility-label {
		display: none;
	}
}

@media (max-width: 980px) {
	.ap-site-header__inner {
		grid-template-columns: 1fr auto 1fr;
		min-height: 88px;
	}

	.ap-site-header__nav {
		display: none;
	}

	.ap-site-header__menu-toggle {
		display: inline-flex;
		justify-self: start;
	}

	.ap-site-header__brand {
		width: clamp(190px, 35vw, 290px);
	}

	.ap-site-header__brand img {
		max-height: 66px;
	}

	.ap-site-header__membership {
		display: none;
	}

	.ap-site-header__mobile-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		padding: 18px max(24px, calc((100vw - 900px) / 2)) 26px;
		border-top: 1px solid rgba(82, 65, 45, .14);
		background: #efe0c2;
		box-shadow: 0 18px 34px rgba(45, 35, 25, .14);
	}

	.ap-site-header__mobile-nav ul {
		display: grid;
		gap: 0;
	}

	.ap-site-header__mobile-nav a {
		display: flex;
		padding: 13px 2px;
		border-bottom: 1px solid rgba(82, 65, 45, .13);
		font-size: 13px;
		font-weight: 700;
		letter-spacing: .06em;
		text-transform: uppercase;
	}

	.ap-site-header__mobile-actions {
		display: flex;
		gap: 10px;
		margin-top: 18px;
	}

	.ap-site-header__mobile-actions a {
		flex: 1;
		padding: 12px 15px;
		border: 1px solid rgba(82, 65, 45, .25);
		text-align: center;
	}

	.ap-site-header__mobile-actions .ap-site-header__mobile-membership {
		border-color: #b87548;
		background: #b87548;
		color: #fff;
	}
}

@media (max-width: 720px) {
	.ap-site-header__inner {
		width: calc(100% - 22px);
		min-height: 76px;
		gap: 8px;
	}

	.ap-site-header__brand {
		width: clamp(148px, 46vw, 205px);
	}

	.ap-site-header__brand img {
		max-height: 55px;
	}

	.ap-site-header__brand-name {
		font-size: 26px;
	}

	.ap-site-header__brand-tagline {
		font-size: 7px;
	}

	.ap-site-header__utilities {
		gap: 0;
	}

	.ap-site-header__account {
		display: none;
	}

	.ap-site-header__icon-button,
	button.ap-site-header__icon-button {
		width: 39px;
		padding: 7px;
	}

	.ap-global-search {
		padding: 10px;
	}

	.ap-global-search__dialog {
		max-height: calc(100vh - 20px);
		padding: 22px 18px;
		border-radius: 18px;
	}

	.ap-global-search__top {
		margin-bottom: 20px;
	}

	.ap-global-search__input-wrap {
		grid-template-columns: auto minmax(0, 1fr);
		border-radius: 14px;
		padding: 7px 13px;
	}

	.ap-global-search__input-wrap button {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 1px;
	}

	.ap-search-groups,
	.ap-search-page .ap-search-groups {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ap-shop-search {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ap-site-header *,
	.ap-global-search *,
	.ap-shop-search * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}


/* Compact sticky header on desktop. */
@media (min-width: 981px) {
	.ap-site-header,
	.ap-site-header__inner,
	.ap-site-header__brand,
	.ap-site-header__brand img,
	.ap-site-header__nav a,
	.ap-site-header__icon-button,
	button.ap-site-header__icon-button,
	.ap-site-header__membership {
		transition:
			min-height .24s ease,
			height .24s ease,
			width .24s ease,
			max-height .24s ease,
			padding .24s ease,
			font-size .24s ease,
			box-shadow .24s ease,
			transform .24s ease;
	}

	.ap-site-header.ap-site-header--compact {
		box-shadow: 0 10px 28px rgba(41, 37, 31, .14);
	}

	.ap-site-header--compact .ap-site-header__inner {
		width: min(100% - 40px, 1540px);
		min-height: 64px;
		gap: clamp(18px, 2.4vw, 42px);
	}

	.ap-site-header--compact .ap-site-header__brand {
		overflow: hidden;
		width: 235px;
		height: 31px;
		justify-content: flex-start;
	}

	.ap-site-header--compact .ap-site-header__brand img {
		width: 235px;
		max-width: none;
		max-height: none;
		transform: translateY(-1px);
	}

	.ap-site-header--compact .ap-site-header__nav a {
		min-height: 38px;
		font-size: 12px;
	}

	.ap-site-header--compact .ap-site-header__icon-button,
	.ap-site-header--compact button.ap-site-header__icon-button {
		min-height: 38px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.ap-site-header--compact .ap-site-header__membership {
		min-height: 38px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ap-site-header {
		transition: none !important;
	}
}