.pp2026-brands-directory__section--az {
	margin-top: 0;
	padding-top: clamp(52px, 6vw, 72px);
}

.single-product div.product .pp2026-product-brand-eyebrow a {
	color: #c97b3a;
}

.single-product div.product.product-type-simple .pp2026-product-purchase-frame__label,
.single-product.postid-1692036 div.product .pp2026-product-purchase-frame__label.is-selected {
	margin-bottom: 20px;
}

.single-product div.product .single_add_to_cart_button,
.single-product .pp2026-pdp-swipe-action,
.single-product .pp2026-pdp-protocol__products .pp2026-pdp-protocol-product__actions button {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #111;
	font-weight: 400;
	isolation: isolate;
}

.single-product div.product .single_add_to_cart_button::before,
.single-product .pp2026-pdp-swipe-action::before,
.single-product .pp2026-pdp-protocol__products .pp2026-pdp-protocol-product__actions button::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: #4a5240;
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: var(--pp2026-action-reveal-transition);
}

.single-product div.product .single_add_to_cart_button:hover:not(:disabled)::before,
.single-product div.product .single_add_to_cart_button:focus-visible:not(:disabled)::before,
.single-product .pp2026-pdp-swipe-action:hover:not(:disabled)::before,
.single-product .pp2026-pdp-swipe-action:focus-visible:not(:disabled)::before,
.single-product .pp2026-pdp-protocol__products .pp2026-pdp-protocol-product__actions button:hover:not(:disabled)::before,
.single-product .pp2026-pdp-protocol__products .pp2026-pdp-protocol-product__actions button:focus-visible:not(:disabled)::before {
	transform: scaleX(1);
}

/* Keep each PDP action surface static so its shared ::before owns the reveal. */
.single-product div.product form.cart .button:hover:not(:disabled),
.single-product div.product form.cart .button:focus-visible:not(:disabled),
.single-product div.product .single_add_to_cart_button:hover:not(:disabled),
.single-product div.product .single_add_to_cart_button:focus-visible:not(:disabled),
.single-product .pp2026-pdp-protocol__products .pp2026-pdp-protocol-product__actions button:hover:not(:disabled),
.single-product .pp2026-pdp-protocol__products .pp2026-pdp-protocol-product__actions button:focus-visible:not(:disabled) {
	background-color: #111 !important;
	color: #fff;
}

.single-product .pp2026-pdp-autodelivery-host__select {
	min-height: 42px;
	border: 1px solid rgba(74, 82, 64, 0.45);
	border-radius: 2px;
	background-color: rgba(244, 238, 228, 0.55);
	color: #2f3a2d;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 16px;
}

.single-product .pp2026-pdp-autodelivery-host__select:focus-visible {
	border-color: #4a5240;
	outline: 2px solid rgba(74, 82, 64, 0.2);
	outline-offset: 2px;
	box-shadow: none;
}

.single-product .pp2026-pdp-autodelivery-host__benefit {
	flex: 1 1 145px;
	justify-content: flex-start;
	gap: 8px;
	min-height: 47px;
	border: 1px solid rgba(63, 76, 56, 0.22);
	background: rgb(249, 246, 241);
	text-align: left;
}

.single-product .pp2026-pdp-autodelivery-host__benefit.is-active {
	border: 1px solid #4a5240;
	border-left: 2px solid #2c2c2c;
	background: rgb(249, 246, 241);
}

.single-product .pp2026-pdp-autodelivery-host__benefit svg,
.single-product .pp2026-pdp-autodelivery-host__benefit svg * {
	stroke: #c97b3a;
}

.single-product .pp2026-pdp-autodelivery-host__benefit.is-active svg,
.single-product .pp2026-pdp-autodelivery-host__benefit.is-active svg * {
	stroke: #2c2c2c;
}

.single-product .pp2026-pdp-autodelivery-host__benefit [data-pp2026-autodelivery-benefit-label] {
	flex: 1;
}

.single-product .pp2026-pdp-autodelivery-host__benefit-state::before {
	content: "+";
	font-size: 16px;
}

.single-product .pp2026-pdp-autodelivery-host__benefit[aria-expanded="true"] .pp2026-pdp-autodelivery-host__benefit-state::before {
	content: "\2212";
}

.single-product .pp2026-pdp-autodelivery-host__benefit-state {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.single-product .pp2026-pdp-autodelivery-host__benefit-detail {
	padding: 15px;
	border: 1px solid #4a5240;
	border-left: 2px solid #2c2c2c;
	background: rgb(249, 246, 241);
}

.single-product .pp2026-pdp-autodelivery-host.is-enabled,
.single-product.postid-1692036 .pp2026-pdp-autodelivery-host.is-enabled {
	border-color: rgb(44, 44, 44);
}

.pp2026-pdp-ingredient-spotlight__tab em {
	font-size: 10px;
}

.pp2026-pdp-ingredient-spotlight__panels,
.pp2026-pdp-ingredient-spotlight__media {
	min-height: 260px;
}

.pp2026-pdp-ingredient-spotlight__media {
	display: grid;
	place-items: center;
}

.pp2026-pdp-ingredient-spotlight__media img {
	object-position: center center;
}

.single-product .pp2026-pdp-ingredient-spotlight--premium-omega-base44.pp2026-pdp-ingredient-spotlight--media-top .pp2026-pdp-ingredient-spotlight__media {
	position: relative;
	display: grid;
	place-items: center;
	height: 260px;
	overflow: hidden;
}

.single-product .pp2026-pdp-ingredient-spotlight--premium-omega-base44.pp2026-pdp-ingredient-spotlight--media-top .pp2026-pdp-ingredient-spotlight__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: none;
	object-fit: cover;
	object-position: 50% 50% !important;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step {
	min-height: 286px;
	padding-block: 0 8px;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__icon {
	margin-bottom: 12px;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step em {
	color: #2c2c2c30;
	font-size: 15px;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step.is-active em {
	color: rgb(201, 123, 58);
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step strong {
	margin-bottom: 8px;
	color: #2c2c2c45;
	font-size: 20px;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step:is(.is-active, .is-visited) strong {
	color: rgb(44, 44, 44);
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step > span:not(.pp2026-pc-journey__icon) {
	margin-bottom: 8px;
	color: rgb(44, 44, 44);
	opacity: 0.52;
	transition: opacity 0.3s;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step:is(.is-active, .is-visited) > span:not(.pp2026-pc-journey__icon) {
	opacity: 0.72;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step small {
	border-color: rgb(212, 197, 176);
	background: rgba(212, 197, 176, 0.145);
	color: rgb(160, 120, 80);
	opacity: 0.35;
	transition: opacity 0.3s;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__step.is-active small {
	border-color: rgb(234, 213, 183);
	background: rgba(234, 213, 183, 0.145);
	color: rgb(201, 123, 58);
	opacity: 1;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__note {
	color: #2c2c2cb3;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 13px;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__disclaimer {
	color: #2c2c2c73;
	font-family: Optima, "Optima Nova LT", Candara, Georgia, serif;
	font-size: 10px;
	text-align: center;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-journey__add {
	display: block;
	width: min(100%, 420px);
	min-height: 50px;
	margin: 18px auto 0;
	color: #fff;
}

/* Shared Journey parity (Premium Omega-3 and other House PDP stories). */
.single-product .pp2026-pc-section--journey .pp2026-pc-header {
	margin-bottom: 38px;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-section--journey .pp2026-pc-header {
	margin-bottom: 25px;
}

.single-product .pp2026-pc-section__inner.pp2026-pc-section__inner--wide .pp2026-pc-lede {
	max-width: none;
	font-size: 15px;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-eyebrow::before,
.single-product .pp2026-pc-section--journey .pp2026-pc-eyebrow::after {
	display: none;
	content: none;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-lede {
	max-width: 520px;
	color: #2c2c2ca6;
	font-family: Optima, "Optima Nova LT", Candara, Georgia, serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.55;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-section--journey .pp2026-pc-lede {
	color: #2c2c2ca6;
	font-family: Optima, "Optima Nova LT", Candara, Georgia, serif;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step {
	justify-content: flex-start;
	min-height: 316px;
	padding: 0 14px 6px;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step > br {
	display: none;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__icon {
	position: relative;
	display: flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	margin: 1px 0 15px;
	border: 1px solid transparent;
	border-radius: 0;
	background: #f0ece6;
	color: #9f8b76;
	box-shadow: none;
	transition: border-color 0.65s ease, background 0.65s ease, box-shadow 0.65s cubic-bezier(0.22, 1, 0.36, 1), color 0.5s ease;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__icon svg {
	position: absolute;
	width: 22px;
	height: 22px;
	stroke: currentColor;
	transition: opacity 0.45s ease;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__icon svg * {
	stroke: currentColor;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__icon svg + svg {
	position: absolute;
	display: block;
	opacity: 0;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step.is-active .pp2026-pc-journey__icon svg:first-child {
	display: block;
	opacity: 0;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step.is-active .pp2026-pc-journey__icon svg + svg {
	display: block;
	opacity: 1;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step.is-active .pp2026-pc-journey__icon {
	width: 54px;
	height: 54px;
	margin-top: 1px;
	margin-bottom: 15px;
	border-color: #d7a16e;
	background: radial-gradient(circle at 50% 40%, #f3c78d 0%, #d18b4c 42%, #a96735 100%);
	color: #fff;
	box-shadow: 0 0 0 9px rgba(234, 213, 183, 0.5), 0 0 0 18px rgba(234, 213, 183, 0.24), inset 0 0 18px rgba(255, 244, 220, 0.7);
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step em {
	margin-bottom: 1px;
	color: rgba(44, 44, 44, 0.34);
	font-size: 15px;
	transition: color 0.55s ease;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step.is-active em {
	color: #c97b3a;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step strong {
	margin-bottom: 8px;
	color: rgba(44, 44, 44, 0.38);
	font-size: 20px;
	font-weight: 500;
	transition: color 0.55s ease;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step:is(.is-active, .is-visited) strong {
	color: #2c2c2c;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step > span:not(.pp2026-pc-journey__icon) {
	flex: 0 0 auto;
	margin-bottom: 8px;
	color: #2c2c2c;
	font-size: 13px;
	line-height: 1.55;
	opacity: 0.58;
	transition: opacity 0.55s ease;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step:is(.is-active, .is-visited) > span:not(.pp2026-pc-journey__icon) {
	opacity: 0.76;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step small {
	margin-top: auto;
	font-size: 9px;
	opacity: 0.45;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step.is-active small {
	opacity: 1;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__dots {
	margin-top: 14px;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__dot {
	width: 7px;
	height: 7px;
	background: #d4c5b0;
	transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.55s ease;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__dot.is-active {
	width: 24px;
	background: #c97b3a;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__progress span {
	transform-origin: left center;
	transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__note {
	margin-top: 14px;
	color: #2c2c2cb3;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 13px;
	line-height: 1.35;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__disclaimer {
	width: 100%;
	max-width: none;
	margin: 4px auto 0;
	color: #2c2c2c73;
	font-family: Optima, "Optima Nova LT", Candara, Georgia, serif;
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__add.button {
	display: block;
	width: min(calc(100% - 32px), 236px);
	min-height: 55px;
	margin: 18px auto 0;
	border: 0;
	border-radius: 0 !important;
	background-color: #1d1d1d !important;
	color: #fff !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.3em;
	opacity: 1;
	text-transform: uppercase;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__add.button:hover,
.single-product .pp2026-pc-section--journey .pp2026-pc-journey__add.button:focus-visible {
	color: #fff !important;
}

.single-product .pp2026-pc-section--journey .pp2026-pc-journey__add-price {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 15px;
	letter-spacing: normal;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-title em {
	color: inherit;
}

.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion__icon::before,
.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion__icon::after {
	background-color: var(--pp2026-pc-amber) !important;
}

.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion__toggle[aria-expanded="true"] .pp2026-pdp-accordion__icon::before,
.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion__toggle[aria-expanded="true"] .pp2026-pdp-accordion__icon::after,
.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion.is-open .pp2026-pdp-accordion__icon::before,
.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion.is-open .pp2026-pdp-accordion__icon::after,
.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion.is-active .pp2026-pdp-accordion__icon::before,
.single-product .pp2026-pc-section--faq .pp2026-pdp-accordion.is-active .pp2026-pdp-accordion__icon::after {
	background-color: #fff !important;
	color: #fff !important;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band {
	position: relative;
	border: 0;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band::before,
.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.32) 50%, transparent);
	content: "";
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band::before { top: 0; }
.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band::after { bottom: 0; }

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band > div {
	position: relative;
	border: 0;
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band > div:not(:last-child)::after {
	position: absolute;
	top: 12%;
	right: 0;
	bottom: 12%;
	width: 1px;
	background: linear-gradient(transparent, rgba(255,255,255,.25) 50%, transparent);
	content: "";
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band strong {
	font-size: clamp(2rem, 2.4vw, 2.75rem);
}

.single-product .pp2026-product-story--perfect-creatine .pp2026-pc-trust-band span {
	font-size: 9px;
	line-height: 1.25;
}

@media (prefers-reduced-motion: reduce) {
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__progress span,
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__dot,
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__icon,
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__icon svg,
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step em,
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step strong,
	.single-product .pp2026-pc-section--journey .pp2026-pc-journey__step > span:not(.pp2026-pc-journey__icon),
	.single-product .pp2026-pc-journey__progress span,
	.single-product .pp2026-pdp-swipe-action::before,
	.single-product div.product .single_add_to_cart_button::before {
		transition: none;
	}
}

.pp2026-brands-directory__section--az .pp2026-brands-directory__section-header {
	grid-template-columns: auto minmax(120px, 1fr);
	gap: 10px 32px;
	align-items: end;
}

.pp2026-brands-directory__section--az .pp2026-brands-directory__section-header p {
	grid-column: 1 / -1;
}

.pp2026-brands-directory__section--az .pp2026-brands-directory__section-header h2 {
	font-size: clamp(2.2rem, 3.5vw, 3.1rem);
}

.pp2026-brands-directory .pp2026-brand-index {
	gap: clamp(24px, 3.2vw, 38px);
}

.pp2026-brands-directory .pp2026-brand-index__group {
	position: relative;
	display: block;
	align-items: start;
	padding-top: 0;
	border-top: 0;
}

.pp2026-brands-directory .pp2026-brand-index__group::before {
	position: absolute;
	top: clamp(12px, 1.15vw, 18px);
	right: 0;
	left: 36px;
	height: 1px;
	background: rgba(197, 180, 162, 0.2);
	content: "";
	pointer-events: none;
}

.pp2026-brands-directory .pp2026-brand-index__group h3 {
	z-index: 1;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: clamp(24px, 2.3vw, 36px);
	padding: 0 14px 15px 0;
	background: var(--pp2026-olive);
	border-top: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	color: #c5b4a2;
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 1;
	opacity: 0.6;
}

.pp2026-brands-directory .pp2026-brand-card-grid--az {
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	padding-top: 18px;
	border-top: 0;
}

.pp2026-brands-directory__section--az .pp2026-brand-card--index {
	min-height: 112px;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.055);
}

.pp2026-brands-directory__section--az .pp2026-brand-card--index::after {
	position: absolute;
	top: 50%;
	right: 22px;
	color: rgba(197, 180, 162, 0.58);
	font-size: 1rem;
	line-height: 1;
	content: "\2192";
	transform: translateY(-50%);
}

.pp2026-brands-directory__section--az .pp2026-brand-card--index .pp2026-brand-card__content {
	padding-right: 30px;
}

.pp2026-brands-directory__section--az .pp2026-brand-card__content {
	gap: 5px;
}

.pp2026-brands-directory__section--az .pp2026-brand-card__content strong {
	font-size: 22px;
	line-height: 1.1;
}

.pp2026-brands-directory__section--az .pp2026-brand-card__excerpt {
	display: -webkit-box;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13.5px;
	letter-spacing: 0.5px;
	line-height: 1.625;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pp2026-brands-directory__section--az .pp2026-brand-card__meta {
	display: none;
}

.pp2026-brands-directory__section-header:has(.pp2026-screen-reader-text) {
	margin-bottom: clamp(20px, 3vw, 28px);
}

.pp2026-departments-directory__eyebrow {
	white-space: nowrap;
}

.pp2026-departments-directory__tabs {
	position: static;
	top: auto;
}

.pp2026-departments-directory__tabs-inner {
	flex-wrap: nowrap;
	justify-content: center;
	gap: 8px;
	padding: 14px 24px;
	overflow: visible;
}

.pp2026-departments-directory__tabs a {
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid rgba(197, 180, 162, 0.5);
	background: transparent;
	color: rgba(37, 36, 32, 0.6);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 11px;
	letter-spacing: 0.22em;
}

.pp2026-departments-directory__tabs a.is-active,
.pp2026-departments-directory__tabs a:hover,
.pp2026-departments-directory__tabs a:focus-visible {
	border-color: rgb(74, 82, 64);
	background: rgb(74, 82, 64);
	color: rgb(245, 241, 234);
}

/* Base44's current four-column department mosaic. */
.pp2026-departments-directory__section--mosaic {
	padding-right: max(24px, calc((100vw - 1216px) / 2));
	padding-left: max(24px, calc((100vw - 1216px) / 2));
}

.pp2026-department-card-grid--mosaic {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 210px;
	gap: 10px;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard {
	grid-column: span 1;
	align-content: end;
	min-height: 210px;
	aspect-ratio: auto;
	padding: 16px;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard .pp2026-department-card__mark {
	position: static;
	display: block;
	width: 20px;
	height: 1px;
	min-height: 1px;
	padding: 0;
	margin-bottom: 0;
	background: #c5b4a2;
	border: 0;
	font-size: 0;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard strong {
	max-width: none;
	font-size: clamp(1.2rem, 1.7vw, 1.5rem);
	font-weight: 300;
	line-height: 1.05;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard:not(.is-wide) .pp2026-department-card__cta {
	border: 1px solid rgba(197, 180, 162, 0.5);
	color: rgb(197, 180, 162);
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard:not(.is-featured):not(.is-wide) em,
.pp2026-department-card-grid--mosaic .pp2026-department-card--standard:not(.is-featured):not(.is-wide) .pp2026-department-card__cta {
	display: none;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--position-1 {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 428px;
	padding: 24px;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--position-1 strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 2.6vw, 2.4rem);
	font-weight: 300;
}

.pp2026-department-card--standard.is-featured em {
	color: #fff;
	font-size: 15px;
}

.pp2026-department-card--standard.is-featured .pp2026-department-card__cta {
	display: inline-block;
	margin-top: 14px;
	padding: 10px 18px;
	border: 1px solid rgba(197, 180, 162, 0.5);
	background: transparent;
	color: rgb(197, 180, 162);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 12.5px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	transition: border-color 0.3s, background 0.3s;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide {
	grid-column: span 2;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	align-content: center;
	gap: 10px 0;
	min-height: 210px;
	padding: 0;
	background: #f7f5f0;
	border: 1px solid rgba(197, 180, 162, 0.72);
	color: #2c2c2c;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide.has-image::before,
.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide.has-image::after {
	inset: 0 auto 0 0;
	width: 60%;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__mark,
.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide strong,
.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide em,
.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__cta {
	grid-column: 2;
	margin-right: 20px;
	margin-left: 20px;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__mark {
	display: none;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide strong {
	color: #2c2c2c;
	font-size: clamp(1.55rem, 2vw, 1.8rem);
	font-weight: 300;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide em {
	display: block;
	color: rgba(44, 44, 44, 0.72);
	font-size: 14px;
	line-height: 1.5;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__cta {
	display: inline-flex;
	position: static;
	justify-self: start;
	margin-top: 4px;
	padding: 10px 18px;
	border-color: rgba(197, 180, 162, 0.5);
	color: rgb(197, 180, 162);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 12.5px;
	letter-spacing: 0.25em;
}

.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide:hover .pp2026-department-card__cta,
.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide:focus-visible .pp2026-department-card__cta {
	background: transparent;
	border-color: rgba(197, 180, 162, 0.75);
	color: rgb(197, 180, 162);
}

@media (max-width: 760px) {
	.pp2026-departments-directory__tabs {
		position: static;
		top: auto;
	}

	.pp2026-enhanced-department-hero--split .pp2026-enhanced-department-hero__actions a {
		min-height: 60px;
		font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
		font-size: 13.5px;
	}

	.pp2026-departments-directory__tabs-inner {
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
		padding: 14px 16px;
		overflow: visible;
	}

	.pp2026-departments-directory__tabs a {
		min-height: 34px;
		padding: 8px 11px;
		border: 1px solid rgba(197, 180, 162, 0.5);
		background: transparent;
		color: rgba(37, 36, 32, 0.6);
		font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
		font-size: 11px;
		letter-spacing: 0.22em;
	}

	.pp2026-departments-directory__tabs a.is-active,
	.pp2026-departments-directory__tabs a:hover,
	.pp2026-departments-directory__tabs a:focus-visible {
		border-color: rgb(74, 82, 64);
		background: rgb(74, 82, 64);
		color: rgb(245, 241, 234);
	}

	.pp2026-departments-directory__section--mosaic {
		padding-top: 16px;
		padding-right: 0;
		padding-left: 0;
	}

	.pp2026-departments-directory__section--mosaic .pp2026-departments-directory__section-header {
		padding-right: 20px;
		padding-left: 20px;
	}

	.pp2026-department-card-grid--mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
		gap: 2px;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard {
		grid-column: span 1;
		grid-row: auto;
		min-height: 210px;
		padding: 18px;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--position-1,
	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--position-1 {
		min-height: 460px;
		padding: 28px 22px;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard:not(.is-wide).has-image::after {
		background: linear-gradient(
			180deg,
			rgba(26, 26, 26, 0) 28%,
			rgba(26, 26, 26, 0.22) 44%,
			rgba(26, 26, 26, 0.76) 68%,
			rgba(26, 26, 26, 0.98) 100%
		);
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide {
		--pp2026-mobile-wide-card-media-height: clamp(230px, 58vw, 320px);
		grid-template-columns: 1fr;
		align-content: stretch;
		gap: 7px 0;
		min-height: 0;
		padding: calc(var(--pp2026-mobile-wide-card-media-height) + 24px) 0 24px;
		background: #f4f1ec;
		color: #2c2c2c;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide.has-image::before,
	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide.has-image::after {
		inset: 0 0 auto;
		width: 100%;
		height: var(--pp2026-mobile-wide-card-media-height);
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__mark,
	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide strong,
	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide em,
	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__cta {
		grid-column: 1;
		position: static;
		margin-right: 22px;
		margin-left: 22px;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__mark {
		display: block;
		align-self: start;
		margin-top: 0;
		margin-bottom: 8px;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide strong {
		color: #2c2c2c;
		font-size: 1.65rem;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide em {
		color: rgba(44, 44, 44, 0.7);
		font-size: 13px;
		line-height: 1.5;
	}

	.pp2026-department-card-grid--mosaic .pp2026-department-card--standard.is-wide .pp2026-department-card__cta {
		font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
		font-size: 13px;
		letter-spacing: 0.25em;
		text-transform: uppercase;
		color: rgb(201, 123, 58);
		display: inline-flex;
		align-items: center;
		gap: 10px;
		align-self: flex-start;
		margin-top: 4px;
		padding: 10px 20px;
		border: 1px solid rgba(201, 123, 58, 0.45);
		background: transparent;
		transition: border-color 0.3s, background 0.3s;
	}

	.pp2026-departments-directory__section--products {
		padding-block: 48px;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product-grid,
	.pp2026-departments-directory__section--best-sellers .pp2026-directory-product-grid {
		grid-template-columns: 1fr;
		gap: 0;
		width: calc(100% + 40px);
		margin-right: -20px;
		margin-left: -20px;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__content {
		gap: 14px;
		padding: 20px 20px 24px;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank span,
	.pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
		white-space: nowrap;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
		flex: 0 0 auto;
		max-width: 48%;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__description {
		display: block;
		overflow: visible;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	}

}

.pp2026-brand-feature-card {
	display: grid;
	grid-template-rows: minmax(250px, 1.25fr) auto;
	align-content: stretch;
	gap: 0;
	min-height: 520px;
	padding: 0;
	background: #2c2924;
}

.pp2026-brand-feature-card__media {
	display: block;
	min-height: 250px;
	background: var(--pp2026-brand-feature-image) center / cover no-repeat;
	transition: transform 700ms ease;
}

.pp2026-brand-feature-card:hover .pp2026-brand-feature-card__media,
.pp2026-brand-feature-card:focus-visible .pp2026-brand-feature-card__media {
	transform: scale(1.02);
}

.pp2026-brand-feature-card__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px 24px;
	align-content: start;
	padding: clamp(24px, 3vw, 38px);
	background: #2c2924;
}

.pp2026-brand-feature-card__body > :not(.pp2026-brand-feature-card__cta) {
	grid-column: 1;
}

.pp2026-brand-feature-card__body .pp2026-brand-feature-card__cta {
	grid-column: 2;
	grid-row: 2 / span 3;
	align-self: end;
}

.pp2026-brand-feature-card__body strong {
	font-size: clamp(1.75rem, 2.6vw, 2.65rem);
}

.pp2026-brand-feature-card__cta,
.pp2026-brands-directory .pp2026-brand-image-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	padding: 11px 18px;
	border: 1px solid rgba(197, 180, 162, 0.72);
}

.pp2026-brands-directory .pp2026-brand-image-card {
	grid-template-rows: minmax(180px, 1fr) auto;
	min-height: 430px;
	background: #2c2924;
	border: 0;
	color: rgba(255, 255, 255, 0.74);
}

.pp2026-brands-directory .pp2026-brand-image-card__body {
	min-height: 230px;
	background: #2c2924;
}

.pp2026-brands-directory .pp2026-brand-image-card strong {
	color: #fff;
}

.pp2026-brand-image-card__copy {
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	line-height: 1.55;
}

.pp2026-brands-directory .pp2026-brand-image-card__meta {
	display: none;
}

/* Percentage media height belongs to the definite-height split layout.
 * Mobile uses the shared in-flow media height/aspect ratio instead. */
@media (min-width: 721px) {
	.pp2026-directory-split-hero > .pp2026-enhanced-department-hero__media {
		top: 0;
		bottom: 0;
		height: 100%;
	}
}

.pp2026-directory-split-hero--departments {
	height: clamp(620px, calc(100svh - var(--pp2026-header-offset, 92px)), 820px);
	min-height: 0;
}

.pp2026-directory-split-hero--departments .pp2026-enhanced-department-hero__inner {
	height: 100%;
	padding: 36px clamp(28px, 4vw, 58px);
	align-items: center;
}

.pp2026-directory-split-hero--departments .pp2026-enhanced-department-hero__copy {
	align-self: center;
}

.pp2026-directory-split-hero--departments h1 {
	font-size: clamp(3rem, 4.25vw, 4.75rem);
}

/* Product rails need a stable four-up card shell at directory widths. */
.pp2026-departments-directory__section--products .pp2026-enhanced-product-grid {
	align-items: stretch;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	height: 100%;
	background: #24231f;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__media {
	min-height: 0;
	aspect-ratio: 3 / 4;
	padding: 20px;
	background: #edeae6;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__body {
	grid-template-rows: 1fr auto;
	gap: 0;
	height: 100%;
	padding: 0;
	background: #24231f;
	color: #fff;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__content {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 11px;
	padding: 16px 16px 20px;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__brand {
	display: none;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(197, 180, 162, 0.24);
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank strong {
	display: none;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank span,
.pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
	color: #d2a07f;
	font-family: var(--pp2026-font-label);
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank {
	padding-bottom: 0;
	border-bottom: 0;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank span {
	max-width: none;
	padding-left: 0;
	border-left: 0;
	font-size: 10px;
	letter-spacing: 0.18em;
	line-height: 1;
	white-space: nowrap;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank small {
	display: none;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
	display: inline-flex;
	padding: 4px 9px;
	border: 1px solid rgba(197, 180, 162, 0.56);
	color: rgba(255, 255, 255, 0.82);
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product h3 {
	color: #fff;
	font-size: clamp(1.15rem, 1.45vw, 1.38rem);
	line-height: 1.05;
	overflow-wrap: normal;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__description {
	display: -webkit-box;
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions {
	align-self: end;
	margin-top: 0;
	margin-bottom: 14px;
	border-top: 1px solid #c5b4a28c;
	border-bottom: 1px solid #c5b4a28c;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__price {
	color: #e4b18e;
	font-size: 18px;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions .pp2026-enhanced-product__cta,
.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions .button.pp2026-enhanced-product__cta {
	min-height: 49px;
	border: 0;
	background: #111;
	color: #fff;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions .pp2026-enhanced-product__cta--secondary,
.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions .button.pp2026-enhanced-product__cta--secondary {
	background: #4a5240;
	color: #fff;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > :first-child {
	background: #111;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > :last-child:not(:first-child) {
	background: #4a5240;
}

/* Adjacent card actions share one center rule instead of stacking two borders. */
.pp2026-product-card__actions > * + *,
.pp2026-enhanced-product__actions > * + *,
.pp2026-enhanced-brand-product__actions > * + * {
	margin-left: -1px;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > * + * {
	margin-left: 0;
	border-left: 0;
}

.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > :first-child {
	border-right: 1px solid #c5b4a28c;
}

/* Keep full Woo cards legible; the compact six-up rule was built for the old card shell. */
.pp2026-departments-directory__section--best-sellers .pp2026-directory-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.6vw, 22px);
}

@media (max-width: 1180px) {
	.pp2026-departments-directory__section--best-sellers .pp2026-directory-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.pp2026-departments-directory__section--products .pp2026-enhanced-product {
		gap: 0;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product-grid,
	.pp2026-departments-directory__section--best-sellers .pp2026-directory-product-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__media {
		position: relative;
		aspect-ratio: 4 / 3;
		padding: 0;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__media img {
		position: absolute;
		inset: 32px;
		width: calc(100% - 64px);
		height: calc(100% - 64px);
		object-fit: contain;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank-lead,
	.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank-rest {
		display: inline;
		color: rgb(197, 180, 162);
		font-size: 13px;
		letter-spacing: 0.24em;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__rank-rest {
		margin-left: 0.35em;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
		border: 1px solid rgba(197, 180, 162, 0.55);
		color: rgb(197, 180, 162);
		font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
		font-size: 11px;
		letter-spacing: 0.22em;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product h3 {
		font-size: 23px;
		font-weight: 500;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__description {
		display: block;
		font-size: 15px;
		overflow: visible;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__price {
		color: #c5b4a2;
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 24px;
		font-weight: 500;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions a,
	.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions button {
		font-weight: 300;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions {
		border-top: 1px solid #c5b4a28c;
		border-bottom: 1px solid #c5b4a28c;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > :first-child {
		border-right: 1px solid #c5b4a28c;
	}

	.pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > :last-child:not(:first-child) {
		font-weight: 500;
	}

	.pp2026-directory-split-hero--departments {
		height: auto;
	}

	.pp2026-directory-split-hero--departments .pp2026-enhanced-department-hero__inner {
		height: auto;
	}

	.pp2026-brand-feature-grid,
	.pp2026-brands-directory .pp2026-brand-image-grid {
		grid-template-columns: 1fr;
	}
}

.pp2026-department-card--compact {
	align-content: start;
	min-height: 196px;
}

.pp2026-department-directory-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(36px, 6vw, 92px);
	margin-top: clamp(34px, 5vw, 64px);
}

.pp2026-department-directory-group h3 {
	margin: 0 0 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(197, 180, 162, 0.34);
	color: #c5b4a2;
	font-family: var(--pp2026-font-label);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.pp2026-department-directory-group ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pp2026-department-directory-group--additional {
	grid-column: 1 / -1;
}

.pp2026-department-directory-group--additional ul {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp2026-department-directory-group a {
	color: rgba(255, 255, 255, .76);
	font-family: var(--pp2026-font-display);
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	text-decoration: none;
}

.pp2026-department-directory-group a:hover,
.pp2026-department-directory-group a:focus-visible {
	color: #fff;
}

@media (max-width: 760px) {
	.pp2026-department-directory-groups {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.pp2026-department-directory-group--additional ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.pp2026-brands-directory .pp2026-brand-index__group {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.pp2026-brands-directory .pp2026-brand-index__group::before {
		top: 16px;
		left: 30px;
	}

	.pp2026-brands-directory .pp2026-brand-index__group h3 {
		position: static;
		min-height: 32px;
		padding-right: 12px;
	}

	.pp2026-brands-directory__section--az .pp2026-brand-card-grid--az {
		grid-template-columns: 1fr;
		padding-top: 0;
		border-top: 0;
	}

}

.pp2026-archive-main--default-catalog .pp2026-archive-main__inner {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

.pp2026-archive-main--default-catalog .woocommerce-breadcrumb,
.pp2026-archive-main--default-catalog .pp2026-archive-toolbar,
.pp2026-archive-main--default-catalog .pp2026-archive-products {
	width: min(100% - 40px, var(--pp2026-container));
	margin-right: auto;
	margin-left: auto;
}

.pp2026-archive-main--default-catalog .woocommerce-breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
}

.pp2026-archive-main--default-catalog .pp2026-archive-header--default-catalog {
	display: block;
	min-height: 0;
	padding: 0;
	margin: 0 0 clamp(26px, 4vw, 44px);
	background: transparent;
	border: 0;
	color: #fff;
	overflow: visible;
}

/* Shop keeps its hero adjacent to the archive toolbar. */
body.woocommerce-shop .pp2026-archive-main--default-catalog .pp2026-archive-header--default-catalog {
	margin-bottom: 0;
}

.pp2026-archive-main--default-catalog .pp2026-archive-header--default-catalog::before,
.pp2026-archive-main--default-catalog .pp2026-archive-header--default-catalog::after {
	display: none;
	content: none;
}

.pp2026-default-archive-hero {
	position: relative;
	display: grid;
	align-items: center;
	width: 100%;
	min-height: min(640px, calc(100vh - var(--pp2026-header-height)));
	padding: clamp(72px, 9vw, 132px) max(24px, calc((100vw - var(--pp2026-container)) / 2 + 24px));
	background:
		linear-gradient(90deg, rgba(18, 16, 14, 0.88), rgba(18, 16, 14, 0.48) 46%, rgba(18, 16, 14, 0.08) 100%),
		var(--pp2026-default-archive-hero-image, linear-gradient(135deg, #4a5240, #1a1a1a));
	background-position: center;
	background-size: cover;
	color: rgba(255, 255, 255, 0.74);
	overflow: hidden;
}

.pp2026-default-archive-hero__copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(16px, 2.4vw, 28px);
	max-width: 680px;
}

.pp2026-default-archive-hero__eyebrow {
	margin: 0;
	color: var(--pp2026-gold);
	font-family: var(--pp2026-font-label);
	font-size: 11px;
	letter-spacing: 0.32em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pp2026-default-archive-hero .page-title {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-family: var(--pp2026-font-display);
	font-size: clamp(2.7rem, 5.8vw, 5.85rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.96;
	text-wrap: balance;
}

.pp2026-default-archive-hero__intro {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(15px, 1.1vw, 17px);
	line-height: 1.72;
}

.pp2026-default-archive-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 4px;
}

.pp2026-default-archive-hero__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	background: rgba(247, 243, 238, 0.08);
	border: 1px solid rgba(197, 180, 162, 0.28);
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--pp2026-font-label);
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pp2026-archive-main--default-catalog .pp2026-archive-toolbar {
	margin-bottom: clamp(18px, 2.4vw, 28px);
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product {
	display: grid;
	grid-template-rows: auto 1fr;
	background: transparent;
	border: 0;
	box-shadow: none;
	transform: none;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product:hover,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product:focus-within {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__media-link {
	order: 1;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__media {
	aspect-ratio: 1 / 1.12;
	background: #edeae6;
	border: 1px solid rgba(197, 180, 162, 0.22);
	border-bottom: 0;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__media img {
	mix-blend-mode: multiply;
	object-fit: contain;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__body-link {
	order: 1;
	flex: 1 1 auto;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__body {
	order: 2;
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-height: 100%;
	padding: 28px 20px 20px;
	margin: 0;
	background: #252420;
	border-top: 0;
	color: rgba(255, 255, 255, 0.72);
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__summary {
	display: grid;
	gap: 10px;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__brand {
	margin: 0;
	color: rgba(197, 180, 162, 0.9);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1;
	text-transform: uppercase;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__body .woocommerce-loop-product__title {
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.14rem;
	font-weight: 400;
	line-height: 1.18;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__body .price {
	color: #c5b4a2;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product:hover .pp2026-product-card__actions,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product:focus-within .pp2026-product-card__actions {
	order: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
	gap: 8px;
	align-self: stretch;
	justify-self: stretch;
	width: 100%;
	min-height: 0;
	padding: 18px 0 0;
	margin: 0 !important;
	background: transparent;
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	padding: 0 10px;
	margin: 0 !important;
	background: transparent;
	border: 1px solid rgba(197, 180, 162, 0.5);
	border-radius: 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart {
	color: #c5b4a2;
}

.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info:hover,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info:focus-visible,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger:hover,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger:focus-visible,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button:hover,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button:focus-visible,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:hover,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:focus-visible,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:hover,
.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(197, 180, 162, 0.5);
	color: #c5b4a2;
}

@media (max-width: 720px) {
	.pp2026-default-archive-hero {
		min-height: min(560px, calc(100vh - var(--pp2026-header-height)));
		padding: 58px 20px;
	}

	.pp2026-default-archive-hero .page-title {
		font-size: clamp(2.35rem, 14vw, 3.75rem);
	}

	.pp2026-archive-main--default-catalog .woocommerce-breadcrumb,
	.pp2026-archive-main--default-catalog .pp2026-archive-toolbar,
	.pp2026-archive-main--default-catalog .pp2026-archive-products {
		width: min(100% - 32px, var(--pp2026-container));
	}

	.pp2026-archive-main--default-catalog:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions {
		grid-template-columns: 1fr;
	}
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product:hover .pp2026-product-card__actions,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product:focus-within .pp2026-product-card__actions {
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info {
	background: transparent;
	border-color: rgba(197, 180, 162, 0.5);
	color: rgba(255, 255, 255, 0.6);
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(197, 180, 162, 0.5);
	color: #c5b4a2;
}

.single-product .pp2026-pc-section {
	padding: clamp(72px, 8vw, 116px) 0;
}

.single-product .pp2026-pc-section__inner {
	width: min(100% - 48px, 1080px);
}

.single-product .pp2026-pc-title {
	max-width: 690px;
	font-size: clamp(2.65rem, 4.4vw, 4.45rem);
	line-height: 1;
}

.single-product .pp2026-pc-lede {
	max-width: 650px;
	font-size: 14px;
	line-height: 1.7;
}

.single-product .pp2026-pc-card {
	min-height: 176px;
	padding: clamp(22px, 2.4vw, 28px);
}

.single-product .pp2026-pc-card h3,
.single-product .pp2026-pc-step h3 {
	font-size: clamp(1.35rem, 1.7vw, 1.85rem);
}

.single-product .pp2026-non-house-pdp-sections .pp2026-pc-card,
.single-product .pp2026-non-house-pdp-sections .pp2026-pc-step {
	box-sizing: border-box;
	min-width: 0;
}

.single-product .pp2026-non-house-pdp-sections .pp2026-pc-card h3,
.single-product .pp2026-non-house-pdp-sections .pp2026-pc-step h3,
.single-product .pp2026-non-house-pdp-sections .pp2026-pc-card p,
.single-product .pp2026-non-house-pdp-sections .pp2026-pc-step p {
	min-width: 0;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: normal;
}

@media (max-width: 1024px) {
	.pp2026-brands-directory__hero {
		grid-template-columns: 1fr;
	}

	.pp2026-brands-directory__hero,
	.pp2026-departments-directory__hero {
		min-height: auto;
	}
}

@media (max-width: 720px) {
	.pp2026-brands-directory .pp2026-enhanced-department-hero__copy > p.pp2026-brands-directory__eyebrow {
		font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
		color: #c5b4a2;
		letter-spacing: 0.45em;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 14px;
	}

	.pp2026-brands-directory__hero,
	.pp2026-directory-split-hero--brands .pp2026-enhanced-department-hero__inner,
	.pp2026-departments-directory__hero-copy,
	.pp2026-departments-directory__hero-media {
		padding: 28px 20px;
	}

	.pp2026-brands-directory__hero h1,
	.pp2026-departments-directory__hero h1 {
		font-size: clamp(2.4rem, 5vw, 4.5rem);
	}
}
body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_brands .woocommerce-pagination,
.pp2026-archive-main .woocommerce-pagination {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 2.5rem;
}

body.post-type-archive-product .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul,
body.tax-product_brands .woocommerce-pagination ul,
.pp2026-archive-main .woocommerce-pagination ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

body.post-type-archive-product .woocommerce-pagination li,
body.tax-product_cat .woocommerce-pagination li,
body.tax-product_brands .woocommerce-pagination li,
.pp2026-archive-main .woocommerce-pagination li {
	border: 0 !important;
}

body.post-type-archive-product .woocommerce-pagination a,
body.post-type-archive-product .woocommerce-pagination span,
body.tax-product_cat .woocommerce-pagination a,
body.tax-product_cat .woocommerce-pagination span,
body.tax-product_brands .woocommerce-pagination a,
body.tax-product_brands .woocommerce-pagination span,
.pp2026-archive-main .woocommerce-pagination a,
.pp2026-archive-main .woocommerce-pagination span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 3.4rem !important;
	min-height: 3.1rem !important;
	padding: 0.75rem 1rem !important;
	border: 1px solid rgba(26, 26, 26, 0.12) !important;
	background: #fff !important;
	color: #141414 !important;
	font-family: var(--pp2026-font-body) !important;
	font-size: 1rem !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

body.post-type-archive-product .woocommerce-pagination .current,
body.tax-product_cat .woocommerce-pagination .current,
body.tax-product_brands .woocommerce-pagination .current,
.pp2026-archive-main .woocommerce-pagination .current,
body.post-type-archive-product .woocommerce-pagination a:hover,
body.post-type-archive-product .woocommerce-pagination a:focus-visible,
body.tax-product_cat .woocommerce-pagination a:hover,
body.tax-product_cat .woocommerce-pagination a:focus-visible,
body.tax-product_brands .woocommerce-pagination a:hover,
body.tax-product_brands .woocommerce-pagination a:focus-visible,
.pp2026-archive-main .woocommerce-pagination a:hover,
.pp2026-archive-main .woocommerce-pagination a:focus-visible {
	background: #141414 !important;
	border-color: #141414 !important;
	color: #f6f2ec !important;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product {
	display: grid;
	grid-template-rows: auto 1fr;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	transform: none;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product:focus-within {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__media-link {
	order: 1;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__media {
	aspect-ratio: 1 / 1.12;
	background: #edeae6;
	border: 1px solid rgba(197, 180, 162, 0.22);
	border-bottom: 0;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__media img {
	mix-blend-mode: multiply;
	object-fit: contain;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__body-link {
	order: 1;
	flex: 1 1 auto;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__body {
	order: 2;
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-height: 100%;
	padding: 28px 20px 20px;
	margin: 0;
	background: #252420;
	border-top: 0;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__summary {
	display: grid;
	gap: 10px;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__description,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__description {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__brand {
	margin: 0;
	color: rgba(197, 180, 162, 0.9);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1;
	text-transform: uppercase;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__body .woocommerce-loop-product__title {
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.14rem;
	font-weight: 400;
	line-height: 1.18;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__body .price {
	color: #c5b4a2;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product:hover .pp2026-product-card__actions,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product:focus-within .pp2026-product-card__actions {
	order: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
	gap: 8px;
	min-height: 0;
	padding: 18px 0 0;
	margin: 0 !important;
	background: transparent;
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 36px;
	padding: 0 10px;
	background: transparent;
	border: 1px solid rgba(197, 180, 162, 0.5);
	border-radius: 0;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background var(--pp2026-transition),
		border-color var(--pp2026-transition),
		color var(--pp2026-transition);
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(197, 180, 162, 0.5);
	color: #c5b4a2;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .button,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart {
	position: relative;
	isolation: isolate;
	min-height: 36px;
	border: 1px solid rgba(197, 180, 162, 0.5);
	border-radius: 0;
	background: transparent;
	color: #fff;
	overflow: hidden;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart {
	color: #c5b4a2;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button::before,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart::before,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button::before,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgb(74, 82, 64);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-product-card__info:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-product-card__actions .pp2026-quick-look-trigger:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(197, 180, 162, 0.5);
	color: #c5b4a2;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button:focus-visible,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart:hover,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:focus-visible,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:hover,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:focus-visible {
	background: transparent;
	border-color: rgba(197, 180, 162, 0.5);
	color: #fff;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button:hover::before,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button:focus-visible::before,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart:hover::before,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart:focus-visible::before,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:hover::before,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .add_to_cart_button:focus-visible::before,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:hover::before,
.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) ul.products li.product .pp2026-product-card__actions .added_to_cart:focus-visible::before {
	transform: scaleX(1);
}

/* Use the approved featured-category grid gutter for every standard archive. */
.pp2026-standard-product-cards .pp2026-archive-products {
	width: min(100% - 48px, var(--pp2026-container));
	margin-inline: auto;
}

/* Enhanced Department index cards share the approved flush 48px action rail. */
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .add_to_cart_button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .added_to_cart,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-quick-look-trigger,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions .pp2026-product-card__info {
	min-height: 48px;
}

@media (max-width: 560px) {
	.pp2026-archive-main ul.products li.product .pp2026-product-card__body .price {
		font-size: 20px;
	}
}

@media (max-width: 432px) {
	body :is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-archive-products {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-archive-products ul.products.products,
	.pp2026-enhanced-brand-product-grid {
		gap: 0;
		row-gap: 0;
		column-gap: 0;
	}
}

/* Enhanced Department index cards share the approved Brands product-card shell. */
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product {
	grid-template-rows: 388px minmax(0, 1fr) 48px;
	background: #252420;
	color: #fff;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__media-link,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__media {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: auto;
	padding: 20px 24px 24px;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__media img {
	width: auto;
	max-width: min(100%, 285px);
	height: auto;
	max-height: 348px;
	object-fit: contain;
	object-position: center;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__image-fallback {
	display: grid;
	place-items: center;
	width: min(100%, 285px);
	height: min(100%, 348px);
	color: rgba(74, 82, 64, 0.72);
	font-family: var(--pp2026-font-display);
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 400;
	letter-spacing: 0.04em;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__body {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 28px 20px 20px;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__summary {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 9px;
	min-width: 0;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__brand {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1.2;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__body .woocommerce-loop-product__title {
	font-size: clamp(1.05rem, 1.2vw, 1.3rem);
	line-height: 1.14;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__body .price {
	margin-top: auto;
	padding-top: 14px;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-product-card__actions:has(> :only-child) {
	grid-template-columns: 1fr;
}

.pp2026-archive-main--enhanced-department .woocommerce-pagination {
	margin-bottom: clamp(32px, 4vw, 48px);
}

:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__actions .button,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__actions .pp2026-quick-look-trigger,
:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__actions .pp2026-product-card__info {
	height: 48px;
	min-height: 48px;
	padding: 0 10px;
	font-size: 8.5px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1;
}

@media (max-width: 1180px) {
	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) .pp2026-archive-products {
		width: calc(100% - 32px);
		margin-right: 16px;
		margin-left: 16px;
	}

	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products {
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product {
		grid-template-rows: 340px minmax(0, 1fr) 48px;
		width: 100% !important;
		padding-bottom: 14px;
	}

	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product .pp2026-product-card__media img {
		max-height: 300px;
	}
}

.pp2026-archive-main--standard-category:where(:not(.pp2026-standard-product-cards)) .pp2026-archive-products,
.pp2026-archive-main--standard-category .pp2026-archive-toolbar {
	width: min(100% - 40px, var(--pp2026-container));
	margin-right: auto;
	margin-left: auto;
}

.pp2026-archive-main--standard-category .pp2026-archive-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px 24px;
	align-items: center;
	min-height: 0;
	padding: 8px 0;
	margin-bottom: clamp(18px, 2.4vw, 28px);
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pp2026-archive-main--standard-category .pp2026-archive-toolbar .woocommerce-result-count {
	color: rgba(44, 44, 44, 0.58);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
}

.pp2026-archive-main--standard-category .pp2026-archive-toolbar .orderby {
	min-width: min(100%, 260px);
	min-height: 54px;
	padding: 0 50px 0 18px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(197, 180, 162, 0.58);
	color: #252420;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

@media (max-width: 720px) {
	.pp2026-archive-main--standard-category .pp2026-archive-toolbar {
		grid-template-columns: 1fr;
		padding: 8px 0;
	}

	.pp2026-archive-main--standard-category .pp2026-archive-toolbar .woocommerce-ordering,
	.pp2026-archive-main--standard-category .pp2026-archive-toolbar .orderby {
		width: 100%;
	}
}

.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .button,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-quick-look-trigger,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-product-card__info,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-product-card__fallback {
	position: relative;
	isolation: isolate;
	min-height: 36px;
	border: 1px solid rgba(197, 180, 162, 0.5);
	border-radius: 0;
	background: transparent;
	color: #fff;
	overflow: hidden;
}

.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .added_to_cart {
	background: transparent;
	color: #c5b4a2;
}

.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .add_to_cart_button::before,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .added_to_cart::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgb(74, 82, 64);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .button:not(.add_to_cart_button):not(.added_to_cart):hover,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .button:not(.add_to_cart_button):not(.added_to_cart):focus-visible,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-quick-look-trigger:hover,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-quick-look-trigger:focus-visible,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-product-card__info:hover,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-product-card__info:focus-visible,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-product-card__fallback:hover,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .pp2026-product-card__fallback:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(197, 180, 162, 0.5);
	color: #c5b4a2;
}

.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .add_to_cart_button:hover,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .add_to_cart_button:focus-visible,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .added_to_cart:hover,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .added_to_cart:focus-visible {
	background: transparent;
	border-color: rgba(197, 180, 162, 0.5);
	color: #fff;
}

.pp2026-archive-main ul.products li.product:hover .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main ul.products li.product:focus-within .pp2026-product-card__actions .add_to_cart_button,
.pp2026-archive-main ul.products li.product:hover .pp2026-product-card__actions .added_to_cart,
.pp2026-archive-main ul.products li.product:focus-within .pp2026-product-card__actions .added_to_cart {
	background: transparent;
	color: #c5b4a2;
}

.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .add_to_cart_button:hover::before,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .add_to_cart_button:focus-visible::before,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .added_to_cart:hover::before,
.pp2026-archive-main ul.products li.product .pp2026-product-card__actions .added_to_cart:focus-visible::before {
	transform: scaleX(1);
}

@media (max-width: 560px) {
	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products {
		grid-template-columns: minmax(0, 1fr);
	}

	:is(.pp2026-archive-main--enhanced-department, .pp2026-standard-product-cards) ul.products li.product {
		width: 100%;
		padding-bottom: 14px;
	}
}

/* Departments below-mosaic: rendered Base44 measurements, September 2026.
 * Deliberately scoped: approved mosaics and other shared-card contexts are unchanged. */
.pp2026-departments-directory .pp2026-departments-directory__section--products {
	padding:64px 32px;
	margin:0;
	border-top:1px solid #e8e3dc;
	background:#f9f6f2;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-departments-directory__section-header {
	display:block;
	width:100%;
	max-width:1280px;
	margin:0 auto 40px;
	padding:0;
	text-align:left;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-departments-directory__section-header p {
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:11px;
	font-weight:500;
	line-height:1.5;
	letter-spacing:.45em;
	color:#c97b3a;
	margin:0 0 12px;
	padding:0;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-departments-directory__section-header h2 {
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:clamp(32px,3.5vw,44.8px);
	font-weight:300;
	line-height:1;
	letter-spacing:normal;
	color:#252420;
	margin:0;
	padding:0;
	max-width:none;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-directory-product-grid {
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:20px;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:0;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product {
	display:flex;
	flex-direction:column;
	height:100%;
	min-width:0;
	gap:0;
	border:0;
	border-radius:0;
	background:#252420;
	box-shadow:none;
	transform:none;
	overflow:hidden;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__media {
	display:block;
	position:relative;
	aspect-ratio:3 / 4;
	height:auto;
	min-height:0;
	width:100%;
	padding:0;
	background:#edeae6;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__media img {
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	max-width:100%;
	max-height:none;
	padding:24px;
	object-fit:contain;
	object-position:50% 50%;
	mix-blend-mode:multiply;
	transform:none;
	transition:transform .5s;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__body {
	display:flex;
	flex-direction:column;
	flex:1;
	height:auto;
	gap:0;
	padding:0;
	background:#252420;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__content {
	display:flex;
	flex-direction:column;
	flex:1;
	gap:0;
	padding:16px 16px 0;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__meta-row {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
	padding:0 0 12px;
	margin:0 0 12px;
	border-bottom:1px solid rgba(197,180,162,.18);
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__rank {
	display:block;
	padding:0;
	margin:0;
	border:0;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__rank span {
	display:block;
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:10.5px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.24em;
	color:#c5b4a2;
	padding:0;
	border:0;
	white-space:nowrap;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__rank b {
	display:inline;
	font:inherit;
	letter-spacing:inherit;
	color:inherit;
	margin:0;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__rank-rest::before {
	content:" ";
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:9px;
	font-weight:400;
	line-height:1;
	letter-spacing:.22em;
	color:#c5b4a2;
	border:1px solid rgba(197,180,162,.55);
	border-radius:0;
	background:transparent;
	padding:4px 9px;
	white-space:nowrap;
	max-width:none;
	flex-shrink:0;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product h3 {
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:21px;
	font-weight:500;
	line-height:1.375;
	letter-spacing:normal;
	color:#fff;
	margin:0 0 8px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__description {
	display:block;
	flex:1;
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:1.55;
	letter-spacing:.02em;
	color:rgba(255,255,255,.72);
	margin:0 0 16px;
	overflow:visible;
	-webkit-line-clamp:unset;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__price {
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:20px;
	font-weight:500;
	line-height:1.5;
	letter-spacing:normal;
	color:#c5b4a2;
	margin:0 0 20px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__actions {
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(0,2fr);
	gap:0;
	margin:0 0 16px;
	border-top:1px solid rgba(197,180,162,.55);
	border-bottom:1px solid rgba(197,180,162,.55);
	background:#080808;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > .pp2026-enhanced-product__cta {
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:0;
	min-height:0;
	width:100%;
	justify-self:stretch;
	height:auto;
	padding:15px 8px;
	margin:0;
	border:0;
	border-radius:0;
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:11px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.25em;
	color:rgba(255,255,255,.9);
	background:#080808;
	white-space:nowrap;
	box-shadow:none;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > .pp2026-enhanced-product__cta + .pp2026-enhanced-product__cta {
	border-left:1px solid rgba(197,180,162,.55);
	background:#4a5240;
	color:#fff;
	font-weight:600;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle {
	grid-template-columns:repeat(2,minmax(0,1fr));
	min-height:560px;
	gap:0;
	margin:0;
	padding:0;
	background:transparent;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle > div {
	display:flex;
	flex-direction:column;
	justify-content:center;
	gap:0;
	min-height:0;
	max-width:none;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy {
	padding:48px 56px;
	background:#252420;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > p {
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:11px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.35em;
	color:#c5b4a2;
	margin:0 0 16px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle h2 {
	max-width:none;
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:clamp(35.2px,4vw,54.4px);
	font-weight:300;
	line-height:1.05;
	letter-spacing:normal;
	color:#fff;
	margin:0 0 20px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle h2 em {
	display:inline;
	font:inherit;
	font-style:italic;
	color:#c5b4a2;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > span {
	font-family:Optima, "Optima Nova LT", Candara, "Noto Serif", Georgia, serif;
	font-size:14px;
	font-weight:400;
	line-height:1.8;
	letter-spacing:normal;
	color:rgba(255,255,255,.82);
	max-width:384px;
	margin:0 0 36px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > span > span {
	color:#c5b4a2;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps {
	display:grid;
	gap:20px;
	max-width:none;
	padding:0;
	margin:0 0 48px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps li {
	display:flex;
	align-items:center;
	gap:24px;
	height:30px;
	padding:0;
	border:0;
	margin:0;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps li::before {
	content:"";
	width:1px;
	height:30px;
	flex:0 0 1px;
	background:rgba(197,180,162,.35);
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps span {
	width:96px;
	flex:0 0 96px;
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.22em;
	color:rgba(255,255,255,.55);
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps strong {
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:1.5;
	letter-spacing:.28em;
	color:rgba(255,255,255,.85);
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps li:last-child strong {
	color:#c5b4a2;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > a {
	display:inline-block;
	align-self:flex-start;
	width:fit-content;
	min-height:0;
	border:0;
	border-radius:0;
	padding:16px 40px;
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:10px;
	font-weight:400;
	line-height:15px;
	letter-spacing:.35em;
	color:#252420;
	background:#c5b4a2;
	transition:background-color .3s;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > a span {
	line-height:inherit;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-products {
	padding:40px 48px;
	background:#f2ede5;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-products > p {
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:10px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.35em;
	color:#c5b4a2;
	margin:0 0 6px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-products > h3 {
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:20.8px;
	font-weight:300;
	line-height:1.5;
	letter-spacing:normal;
	color:rgba(37,36,32,.72);
	padding:0 0 20px;
	margin:0 0 24px;
	border-bottom:1px solid rgba(197,180,162,.35);
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-grid--bundle {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
	margin:0;
	width:100%;
	max-width:none;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle a.pp2026-directory-product-card--bundle {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	min-height:0;
	padding:20px 12px 16px;
	border:1px solid rgba(197,180,162,.35);
	background:#fff;
	box-shadow:none;
	transform:none;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__media {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:120px;
	min-height:0;
	aspect-ratio:auto;
	padding:0;
	margin:0 0 12px;
	background:transparent;
	overflow:hidden;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__media img {
	position:static;
	height:100%;
	width:auto;
	max-width:100%;
	max-height:none;
	padding:0;
	object-fit:contain;
	object-position:50% 50%;
	transition:transform .5s;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__body {
	display:block;
	min-height:0;
	padding:0;
	background:transparent;
	line-height:16.5px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__body em {
	display:none;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__body strong {
	display:block;
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:16px;
	font-weight:300;
	line-height:1.25;
	letter-spacing:normal;
	color:#252420;
	margin:0 0 4px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__body > span {
	display:block;
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:11px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:.15em;
	color:rgba(37,36,32,.6);
}

.pp2026-departments-directory #pp2026-departments-all {
	padding:80px 32px;
	margin:0;
	background:#4a5240;
	border:0;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-departments-directory__section-header {
	display:block;
	max-width:1152px;
	margin:0 auto 56px;
	text-align:center;
	padding:0;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-departments-directory__section-header::after {
	content:"";
	display:block;
	width:72px;
	height:1px;
	margin:20px auto 0;
	background:linear-gradient(to right,transparent,#c5b4a2,transparent);
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-departments-directory__section-header p {
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:11px;
	font-weight:500;
	line-height:1.5;
	letter-spacing:.45em;
	color:#c5b4a2;
	margin:0 0 12px;
}

.pp2026-departments-directory #pp2026-departments-all h2 {
	font-family:"Cormorant Garamond", Georgia, serif;
	font-size:clamp(32px,4vw,48px);
	font-weight:300;
	line-height:1;
	letter-spacing:normal;
	color:#fff;
	margin:0;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-groups {
	max-width:1152px;
	margin:0 auto;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:32px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group {
	text-align:center;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group h3 {
	display:table;
	margin:0 auto 28px;
	padding:6px 14px;
	border:1px solid rgba(197,180,162,.55);
	font-family:"Barlow Condensed", "Arial Narrow", sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:18px;
	letter-spacing:.4em;
	color:#c5b4a2;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group ul {
	gap:10px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group li {
	margin:0;
	padding:0;
	line-height:24px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group a {
	display:inline-block;
	position:relative;
	padding:4px 0;
	font-family:Optima, "Optima Nova LT", Candara, "Noto Serif", Georgia, serif;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	letter-spacing:.01em;
	color:rgba(255,255,255,.75);
	text-decoration:none;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group a::after {
	content:"";
	position:absolute;
	bottom:2px;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	width:0;
	background:#c5b4a2;
	transition:width .5s cubic-bezier(.4,0,.2,1);
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card__body > span span {
	display:inline;
	font:inherit;
	letter-spacing:inherit;
	color:inherit;
}

@media (hover:hover) {
.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > .pp2026-enhanced-product__cta:first-child:hover {
	background:rgba(197,180,162,.1);
	color:#fff;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > a:hover {
	background:#fff;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product:hover .pp2026-enhanced-product__media img {
	transform:scale(1.03);
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-card:hover img {
	transform:scale(1.05);
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group a:hover {
	color:#fff;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group a:hover::after {
	width:100%;
}

}
.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group a:focus-visible::after {
	width:100%;
}

@media (max-width:767px) {
.pp2026-departments-directory .pp2026-departments-directory__section--products {
	padding:56px 16px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-departments-directory__section-header p {
	font-size:14px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-directory-product-grid {
	grid-template-columns:minmax(0,1fr);
	width:calc(100% + 32px);
	max-width:none;
	margin:0 -16px;
	gap:2px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__media {
	aspect-ratio:4 / 3;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__rank span {
	font-size:13px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__focus-badge {
	font-size:11px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product h3 {
	font-size:23px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__description {
	font-size:15px;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__price {
	font-size:24px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle {
	grid-template-columns:minmax(0,1fr);
	min-height:400px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy {
	padding:48px 32px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > p {
	font-size:12px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-copy > span {
	font-size:15px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps {
	gap:16px;
	margin-bottom:40px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps li {
	gap:20px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps span, .pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-steps strong {
	font-size:13px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-products {
	padding:40px 32px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-departments-directory__bundle-products > p {
	font-size:12px;
}

.pp2026-departments-directory .pp2026-departments-directory__bundle .pp2026-directory-product-grid--bundle {
	gap:12px;
}

.pp2026-departments-directory #pp2026-departments-all {
	padding:64px 20px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-departments-directory__section-header {
	margin-bottom:48px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-departments-directory__section-header p {
	font-size:14px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-groups {
	grid-template-columns:1fr;
	gap:40px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group ul {
	gap:8px;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group--additional ul {
	grid-template-columns:1fr;
}

.pp2026-departments-directory #pp2026-departments-all .pp2026-department-directory-group a {
	font-size:15px;
}

}
@media (min-width:768px) and (max-width:1100px) {
.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__meta-row {
	flex-wrap:wrap;
}

.pp2026-departments-directory .pp2026-departments-directory__section--products .pp2026-enhanced-product__actions > .pp2026-enhanced-product__cta {
	white-space:normal;
	overflow-wrap:normal;
}

}

/* Brands directory small-mobile composition; keep larger layouts intact. */
@media (max-width: 440px) {
	.pp2026-brands-directory .pp2026-brands-directory__section--featured,
	.pp2026-brands-directory .pp2026-brands-directory__section--popular {
		width: 100%;
	}

	.pp2026-brands-directory .pp2026-brands-directory__section--featured .pp2026-brands-directory__section-header,
	.pp2026-brands-directory .pp2026-brands-directory__section--popular .pp2026-brands-directory__section-header {
		margin-inline: 16px;
	}

	.pp2026-brands-directory .pp2026-brands-directory__hero-copy {
		justify-items: center;
		text-align: center;
	}

	.pp2026-brands-directory .pp2026-brands-directory__hero-copy h1.has-accent::after {
		margin-inline: auto;
	}

	.pp2026-brands-directory .pp2026-brands-directory__section-header p {
		font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
		color: #c97b3a;
		letter-spacing: 0.45em;
		text-transform: uppercase;
		font-size: 14px;
	}

	.pp2026-brands-directory .pp2026-brands-directory__section--az .pp2026-brands-directory__section-header p {
		color: #c5b4a2;
	}

	.pp2026-brands-directory .pp2026-brand-commitment__grid {
		grid-template-columns: 1fr;
	}
}
