/* ==========================================================================
   Premium Scrub — brand foundation
   Black / white / grey site identity. Product colors stay in imagery only.
   ========================================================================== */

:root {
	--ps-black: #111111;
	--ps-ink: #111111;
	--ps-muted: #6b6b6b;
	--ps-border: #e5e5e5;
	--ps-surface: #ffffff;
	--ps-soft: #f5f5f5;
	--ps-soft-2: #f0f0f0;
	--ps-max: 1200px;
	--ps-wide: 1440px;
	--ps-space-xs: 0.5rem;
	--ps-space-sm: 1rem;
	--ps-space-md: 1.75rem;
	--ps-space-lg: 3.5rem;
	--ps-space-xl: 6rem;
	--ps-space-2xl: 8rem;
	--ps-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Reduce Astra starter chrome on branded surfaces */
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
	padding: 0;
	box-shadow: none;
	border: 0;
	background: transparent;
}

.entry-header,
.page .entry-header,
.home .entry-header {
	display: none;
}

/*
 * Buttons — compact editorial (14×32, 13px).
 * IMPORTANT: styles target the interactive element only. Gutenberg puts
 * .ps-btn on the .wp-block-button wrapper too — that wrapper must stay bare
 * or padding/border double-stack and buttons look oversized/nested.
 */
a.ps-btn,
button.ps-btn,
.wp-block-button__link,
.entry-content .wp-block-button__link,
.entry-content .wp-block-button .wp-block-button__link,
.ps-hero .wp-block-button__link,
.ps-section .wp-block-button__link,
.ps-final-cta .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link,
.site-footer a.ps-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: fit-content !important;
	max-width: 100%;
	padding: 14px 32px !important;
	border-radius: 0 !important;
	border: 1px solid #111111 !important;
	background: #111111 !important;
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transform: translateZ(0);
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

/* Kill chrome on the Gutenberg wrapper so it never looks like a second button */
.entry-content .wp-block-button,
.ps-hero .wp-block-button,
.ps-section .wp-block-button,
.ps-final-cta .wp-block-button,
.wp-block-button.ps-btn,
.wp-block-button.ps-btn--light,
.wp-block-button.ps-btn--ghost,
.wp-block-button.ps-btn--ghost-light {
	display: inline-block !important;
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.entry-content .wp-block-buttons,
.ps-hero__actions.wp-block-buttons,
.ps-hero .wp-block-buttons,
.ps-final-cta .wp-block-buttons {
	gap: 12px;
}

a.ps-btn:hover,
a.ps-btn:focus,
button.ps-btn:hover,
button.ps-btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus {
	background: #333333 !important;
	color: #ffffff !important;
	border-color: #333333 !important;
	transform: scale(1.02);
}

a.ps-btn--ghost,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.ps-btn--ghost .wp-block-button__link {
	background: transparent !important;
	color: #111111 !important;
	border-color: #111111 !important;
}

a.ps-btn--ghost:hover,
a.ps-btn--ghost:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.ps-btn--ghost .wp-block-button__link:hover,
.wp-block-button.ps-btn--ghost .wp-block-button__link:focus {
	background: #111111 !important;
	color: #ffffff !important;
	border-color: #111111 !important;
	transform: scale(1.02);
}

/* Light buttons on dark sections — force dark text on white fill */
a.ps-btn--light,
.ps-section--dark a.ps-btn--light,
.ps-section--dark .wp-block-button__link,
.ps-section--dark .wp-block-button.ps-btn--light .wp-block-button__link,
.ps-brand-story a.ps-btn,
.ps-brand-story a.ps-btn--light,
.ps-final-cta .wp-block-button__link,
.ps-final-cta .wp-block-button.ps-btn--light .wp-block-button__link {
	background: #ffffff !important;
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
	border-color: #ffffff !important;
}

a.ps-btn--light:hover,
a.ps-btn--light:focus,
.ps-section--dark a.ps-btn--light:hover,
.ps-section--dark a.ps-btn--light:focus,
.ps-section--dark .wp-block-button__link:hover,
.ps-section--dark .wp-block-button__link:focus,
.ps-section--dark .wp-block-button.ps-btn--light .wp-block-button__link:hover,
.ps-section--dark .wp-block-button.ps-btn--light .wp-block-button__link:focus,
.ps-brand-story a.ps-btn:hover,
.ps-brand-story a.ps-btn:focus,
.ps-final-cta .wp-block-button__link:hover,
.ps-final-cta .wp-block-button__link:focus {
	background: #f0f0f0 !important;
	color: #111111 !important;
	border-color: #f0f0f0 !important;
	transform: scale(1.02);
}

/* Dark-section link color must never override button labels */
.ps-section--dark a.ps-btn,
.ps-section--dark a.ps-btn--light,
.ps-brand-story a.ps-btn,
.ps-brand-story a.ps-btn--light,
.ps-brand-story .ps-brand-story__content a.ps-btn {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--ps-black);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s var(--ps-ease), gap 0.2s var(--ps-ease);
}

.ps-link-arrow:hover,
.ps-link-arrow:focus {
	border-bottom-color: var(--ps-black);
	gap: 0.65rem;
}

/* Typography — Playfair for all display headings */
.entry-content h1,
.entry-content h2,
.entry-content h3.ps-section__title,
.ps-hero__title,
.ps-section__title,
.wp-block-heading.ps-hero__title,
.wp-block-heading.ps-section__title,
.home .entry-content h1,
.home .entry-content h2,
.page-id-14 .entry-content h1,
.page-id-14 .entry-content h2 {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.02em;
}

/* Section primitives (used by homepage blocks + shortcodes) */
.ps-section,
.home .ps-section,
.page-id-14 .ps-section,
.entry-content .ps-section.wp-block-group {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
	padding-left: var(--ps-space-md);
	padding-right: var(--ps-space-md);
}

.ps-section--tight,
.home .ps-section--tight,
.page-id-14 .ps-section--tight {
	padding-top: 96px !important;
	padding-bottom: 96px !important;
}

/* Brand break / design features between product sections
   (never use .ps-reveal — opacity:0 looks like an empty gap) */
.ps-brand-break,
.ps-design-features {
	width: 100%;
	margin: 0;
	padding: 80px 24px;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.ps-brand-break {
	background: #f5f5f5;
}

/* Dark 2×2 cards — visually distinct from Why Our Scrubs benefits row */
.ps-design-features {
	background: #111111;
	color: #ffffff;
}

.ps-brand-break__text {
	margin: 0 auto;
	max-width: 22em;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
	font-style: italic !important;
	font-weight: 500 !important;
	font-size: clamp(1.625rem, 3.2vw, 2rem); /* ~26–32px */
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-design-features__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, var(--ps-max));
	max-width: var(--ps-max);
	margin-inline: auto;
	box-sizing: border-box;
}

.ps-design-features .ps-section__title {
	margin: 0 0 12px !important;
	width: 100%;
	text-align: center;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.ps-design-features .ps-section__lead {
	margin: 0 auto 40px !important;
	width: 100%;
	max-width: 34em;
	text-align: center;
	color: rgba(255, 255, 255, 0.68) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
}

.ps-design-features__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: min(100%, 880px);
	max-width: 880px;
	margin-inline: auto;
	padding: 0;
	list-style: none;
	text-align: center;
	align-self: center;
}

.ps-design-features__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 28px 22px 26px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-sizing: border-box;
}

.ps-design-features__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.38);
	color: #ffffff;
}

.ps-design-features__icon svg {
	display: block;
	width: 22px;
	height: 22px;
	stroke: currentColor;
	fill: none;
}

.ps-design-features__label {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.ps-design-features__text {
	margin: 0;
	max-width: 22em;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
}

.ps-design-features__confidence {
	margin: 40px 0 0;
	padding-top: 24px;
	width: min(100%, 880px);
	max-width: 880px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-family: 'Inter', sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.55) !important;
	text-align: center;
	align-self: center;
}

/* Testimonials */
.ps-testimonials {
	width: 100%;
	margin: 0;
	padding: 96px var(--ps-space-md);
	background:
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
		linear-gradient(180deg, #f3f1ee 0%, #ebe8e3 48%, #f5f3f0 100%);
	box-sizing: border-box;
}

.ps-testimonials__inner {
	width: min(100%, var(--ps-max));
	margin: 0 auto;
}

.ps-testimonials .ps-section__title {
	margin: 0 0 44px !important;
	text-align: center;
}

.ps-testimonials-carousel {
	padding-inline: 4px;
}

.ps-testimonials-carousel .ps-arrivals-carousel__btn {
	top: 50%;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	box-shadow: 0 6px 18px rgba(17, 17, 17, 0.18);
}

.ps-testimonials-carousel .ps-arrivals-carousel__btn svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 2;
}

.ps-testimonials-carousel .ps-arrivals-carousel__btn:hover,
.ps-testimonials-carousel .ps-arrivals-carousel__btn:focus-visible {
	background: #2a2a2a;
	color: #ffffff;
	outline: none;
}

.ps-testimonials-carousel .ps-arrivals-carousel__btn.is-disabled,
.ps-testimonials-carousel .ps-arrivals-carousel__btn:disabled {
	opacity: 0.35;
	background: #111111;
	color: #ffffff;
}

.ps-testimonials-carousel.is-dragging .ps-testimonials__track {
	touch-action: none;
	cursor: grabbing;
}

.ps-testimonials__track {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 24px;
	align-items: stretch;
	width: max-content;
	max-width: none;
	margin: 0 !important;
	padding: 8px 2px 16px !important;
	list-style: none;
	box-sizing: border-box;
	transform: translate3d(0, 0, 0);
	will-change: transform;
	touch-action: pan-y;
}

/* ≤3 items: static 3-up grid, no carousel chrome */
.ps-testimonials__track--static {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	flex-direction: unset !important;
	flex-wrap: unset !important;
	width: 100%;
	max-width: 100%;
	transform: none !important;
	will-change: auto;
	touch-action: auto;
	padding: 4px 0 8px !important;
}

.ps-testimonials__track--static .ps-testimonials__card {
	flex: none;
	width: auto;
	max-width: none;
}

.ps-testimonials-carousel .ps-testimonials__card {
	flex: 0 0 calc((var(--ps-testimonials-vp, 1200px) - 48px) / 3);
	width: calc((var(--ps-testimonials-vp, 1200px) - 48px) / 3);
	max-width: calc((var(--ps-testimonials-vp, 1200px) - 48px) / 3);
}

.ps-testimonials__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
	margin: 0;
	padding: 48px 40px 40px;
	background: #ffffff;
	border-top: 2px solid #111111;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	overflow: hidden;
}

.ps-testimonials__glyph {
	position: absolute;
	top: 18px;
	right: 28px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 0.75;
	color: rgba(17, 17, 17, 0.12);
	pointer-events: none;
	user-select: none;
}

.ps-testimonials__stars {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	line-height: 1;
}

.ps-testimonials__star-wrap {
	display: inline-flex;
	color: #d4d4d4;
}

.ps-testimonials__star-wrap.is-filled {
	color: #111111;
}

.ps-testimonials__star {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.ps-testimonials__quote {
	position: relative;
	z-index: 1;
	margin: 0;
}

.ps-testimonials__quote p {
	margin: 0;
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	line-height: 1.45;
	letter-spacing: -0.01em;
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-testimonials__author {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 10px;
}

.ps-testimonials__avatar {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-family: 'Inter', sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #ffffff;
	line-height: 1;
}

.ps-testimonials__name {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666666 !important;
	-webkit-text-fill-color: #666666 !important;
}

/* Trim facing paddings so the break replaces empty white, not stacks on it */
.home .ps-section:has(+ .ps-brand-break),
.page-id-14 .ps-section:has(+ .ps-brand-break),
.home .wp-block-group.ps-section:has(+ .ps-brand-break),
.page-id-14 .wp-block-group.ps-section:has(+ .ps-brand-break),
.home .ps-section:has(+ .ps-design-features),
.page-id-14 .ps-section:has(+ .ps-design-features),
.home .wp-block-group.ps-section:has(+ .ps-design-features),
.page-id-14 .wp-block-group.ps-section:has(+ .ps-design-features) {
	padding-bottom: 40px !important;
}

.home .ps-brand-break + .ps-section,
.page-id-14 .ps-brand-break + .ps-section,
.home .ps-brand-break + .wp-block-group.ps-section,
.page-id-14 .ps-brand-break + .wp-block-group.ps-section,
.home .ps-design-features + .ps-section,
.page-id-14 .ps-design-features + .ps-section,
.home .ps-design-features + .wp-block-group.ps-section,
.page-id-14 .ps-design-features + .wp-block-group.ps-section {
	padding-top: 40px !important;
}

@media (max-width: 768px) {
	/* Soft width lock only — avoid overflow-x:clip on #page (causes scroll jank). */
	.home .entry-content,
	.page-id-14 .entry-content {
		max-width: 100%;
		min-width: 0;
	}

	.ps-section,
	.home .ps-section,
	.page-id-14 .ps-section,
	.entry-content .ps-section.wp-block-group,
	.ps-section--tight,
	.home .ps-section--tight,
	.page-id-14 .ps-section--tight {
		padding-top: 52px !important;
		padding-bottom: 52px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.ps-brand-break,
	.ps-design-features {
		padding: 56px 20px;
	}

	.ps-design-features .ps-section__lead {
		margin-bottom: 32px !important;
	}

	.ps-design-features__grid {
		gap: 12px;
	}

	.ps-design-features__item {
		padding: 22px 16px 20px;
	}

	.ps-design-features__confidence {
		margin-top: 32px;
		padding-top: 20px;
		font-size: 0.75rem;
	}

	.ps-testimonials {
		padding: 64px 16px;
	}

	.ps-testimonials__track--static {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ps-testimonials__card {
		padding: 36px 28px 32px;
	}

	.ps-testimonials-carousel .ps-testimonials__card {
		flex: 0 0 calc(var(--ps-testimonials-vp, 375px) * 0.88);
		width: calc(var(--ps-testimonials-vp, 375px) * 0.88);
		max-width: calc(var(--ps-testimonials-vp, 375px) * 0.88);
	}

	.home .ps-section:has(+ .ps-brand-break),
	.page-id-14 .ps-section:has(+ .ps-brand-break),
	.home .wp-block-group.ps-section:has(+ .ps-brand-break),
	.page-id-14 .wp-block-group.ps-section:has(+ .ps-brand-break),
	.home .ps-section:has(+ .ps-design-features),
	.page-id-14 .ps-section:has(+ .ps-design-features),
	.home .wp-block-group.ps-section:has(+ .ps-design-features),
	.page-id-14 .wp-block-group.ps-section:has(+ .ps-design-features) {
		padding-bottom: 28px !important;
	}

	.home .ps-brand-break + .ps-section,
	.page-id-14 .ps-brand-break + .ps-section,
	.home .ps-brand-break + .wp-block-group.ps-section,
	.page-id-14 .ps-brand-break + .wp-block-group.ps-section,
	.home .ps-design-features + .ps-section,
	.page-id-14 .ps-design-features + .ps-section,
	.home .ps-design-features + .wp-block-group.ps-section,
	.page-id-14 .ps-design-features + .wp-block-group.ps-section {
		padding-top: 28px !important;
	}
}

.ps-section--dark {
	background: var(--ps-black);
	color: #fff;
}

.ps-section--dark h1,
.ps-section--dark h2,
.ps-section--dark h3,
.ps-section--dark p {
	color: #fff;
}

.ps-section--dark a:not(.ps-btn):not(.wp-block-button__link) {
	color: #fff;
}

.ps-section__inner {
	width: min(100%, var(--ps-max));
	margin-inline: auto;
}

.ps-section__inner--wide {
	width: min(100%, var(--ps-wide));
}

.ps-eyebrow {
	margin: 0 0 var(--ps-space-sm);
	color: var(--ps-muted);
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ps-section__title {
	margin: 0 0 var(--ps-space-sm);
	color: var(--ps-ink);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.ps-section__lead {
	margin: 0 0 48px;
	max-width: 34rem;
	color: var(--ps-muted);
	font-size: 15px;
	line-height: 1.65;
	font-family: 'Inter', sans-serif;
}

.entry-content p {
	font-size: 15px;
	line-height: 1.65;
}

.ps-section--dark .ps-section__title {
	color: #fff;
}

.ps-section--dark .ps-section__lead,
.ps-section--dark .ps-eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

/* Reveal motion: visible by default; JS adds .is-pending only when animating */
.ps-reveal {
	opacity: 1;
	transform: none;
	transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}

.ps-reveal.is-pending {
	opacity: 0;
	transform: translateY(24px);
}

.ps-reveal.is-inview {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.ps-reveal,
	.ps-reveal.is-pending,
	a.ps-btn:hover,
	a.ps-btn:focus,
	.wp-block-button__link:hover {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Announcement bar — never escape into the header/logo band */
.ps-announce {
	position: relative;
	z-index: 40;
	overflow: hidden;
	isolation: isolate;
	background: #111111;
	color: #fff;
	text-align: center;
}

.ps-announce__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 16px;
	overflow: hidden;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.ps-announce__msg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
	pointer-events: none;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	/* Prevent inactive rotator copy from ghosting / painting outside the bar */
	clip-path: inset(0 0 0 0);
	overflow: hidden;
}

.ps-announce__msg:not(.is-active) {
	opacity: 0 !important;
	visibility: hidden !important;
	clip-path: inset(50% 50% 50% 50%);
}

.ps-announce__msg.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ps-announce__static {
	display: none;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.ps-announce:not(.is-rotating) .ps-announce__msg {
	display: none;
	visibility: hidden;
}

.ps-announce:not(.is-rotating) .ps-announce__static {
	display: inline;
}

@media (max-width: 544px) {
	.ps-announce__inner {
		font-size: 11px;
		letter-spacing: 0.02em;
	}
}

/*
 * Header stacks above announce absolute messages if any leak past the bar.
 * Announce stays overflow:hidden; masthead wins painting over the logo band.
 * Position is NOT set here on desktop — a later min-width: 768px rule uses
 * position: sticky. Do not target .ast-sticky-active for position (that
 * previously overrode Astra/sticky on every breakpoint).
 */
#masthead,
#masthead .ast-primary-header-bar,
.ast-header-break-point #masthead,
.ast-header-break-point #masthead .main-header-bar {
	z-index: 50;
	background-color: #ffffff;
}

.ast-sticky-active #masthead {
	z-index: 50;
	background-color: #ffffff;
}

@media (min-width: 768px) {
	#masthead,
	#masthead.site-header,
	.ast-desktop #masthead,
	.ast-desktop #masthead.site-header {
		position: sticky !important;
		top: 0 !important;
		z-index: 50;
	}

	/* WP admin bar is position:fixed; top:0; z-index 99999. Keep sticky
	   header directly below it instead of sliding underneath. */
	body.admin-bar #masthead,
	body.admin-bar #masthead.site-header,
	body.admin-bar.ast-desktop #masthead,
	html.wp-toolbar body.admin-bar #masthead {
		top: 32px !important;
	}
}

@media (min-width: 768px) and (max-width: 782px) {
	body.admin-bar #masthead,
	body.admin-bar #masthead.site-header,
	html.wp-toolbar body.admin-bar #masthead {
		top: 46px !important;
	}
}

/*
 * Sticky header is desktop/tablet only. Below ~768px the fixed bottom nav
 * is primary navigation, so the top header scrolls away with the page.
 * :not(.ast-main-header-nav-open) keeps the hamburger overlay header usable.
 */
@media (max-width: 767.98px) {
	body:not(.ast-main-header-nav-open) #masthead,
	body:not(.ast-main-header-nav-open) #masthead .ast-primary-header-bar,
	body:not(.ast-main-header-nav-open) #masthead .main-header-bar,
	body:not(.ast-main-header-nav-open) #masthead .ast-mobile-header-wrap,
	body:not(.ast-main-header-nav-open) #ast-mobile-header,
	body:not(.ast-main-header-nav-open) #ast-mobile-header .ast-primary-header-bar,
	body:not(.ast-main-header-nav-open) #ast-mobile-header .ast-mobile-header-wrap,
	body:not(.ast-main-header-nav-open) .ast-stick-primary-below-wrapper,
	body:not(.ast-main-header-nav-open) #ast-fixed-header,
	body:not(.ast-main-header-nav-open) #ast-fixed-header .main-header-bar,
	body:not(.ast-main-header-nav-open) .ast-sticky-active #masthead,
	body:not(.ast-main-header-nav-open).ast-sticky-active #masthead,
	body:not(.ast-main-header-nav-open).ast-header-sticked #masthead {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
	}

	body:not(.ast-main-header-nav-open) #ast-fixed-header {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		height: 0 !important;
		overflow: hidden !important;
	}

	body.ast-sticky-active:not(.ast-main-header-nav-open),
	html.ast-sticky-active,
	.ast-sticky-active #page,
	.ast-sticky-active .site-content {
		padding-top: 0 !important;
	}
}

/*
 * Site-wide ink lock for light UI chrome (mobile ClearType / fill leaks).
 * Scoped to brand components only — never broad `a` / `a:hover`.
 */
.ps-trust-badges,
.ps-trust-badges__item,
.ps-trust-badges__label,
.ps-trust-badges__icon,
.ps-product-card__title,
.ps-product-card__title a,
.ps-product-card__meta,
.ps-product-card__price,
.ps-section:not(.ps-section--dark) .ps-section__title,
.ps-benefit__title,
.ps-faq__question,
.ps-newsletter__title,
.ps-brand-break__text {
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
}

.ps-line-off {
	display: inline;
	margin-left: 0.4em;
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #767676;
	white-space: nowrap;
}

.ps-trust-badges__icon svg {
	stroke: #111111 !important;
	color: #111111 !important;
}

@media (max-width: 768px) {
	.ps-trust-badges .ps-trust-badges__label,
	.ps-trust-badges .ps-trust-badges__item,
	.ps-trust-badges .ps-trust-badges__icon {
		color: #111111 !important;
		-webkit-text-fill-color: #111111 !important;
	}
}

/*
 * Header / footer brand surfaces.
 */

/* 1) Logo — single source of truth: 96px tall */
#masthead .site-branding,
#masthead .ast-site-identity,
#masthead .site-logo-img,
#masthead .custom-logo-link {
	display: inline-flex !important;
	align-items: center;
	visibility: visible !important;
	opacity: 1 !important;
	line-height: 0 !important;
	/* Astra site-identity spacing was adding ~36px and blowing header to ~136px */
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}

/* P/S mark + live PREMIUM SCRUB wordmark */
#masthead .custom-logo-link.ps-logo-lockup,
#masthead a.ps-logo-lockup {
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px;
	line-height: 1 !important;
	text-decoration: none !important;
}

#masthead .ps-logo-wordmark {
	display: block;
	margin: 0;
	padding: 0 0 0 0.18em;
	border: 0;
	font-family: 'Inter', sans-serif !important;
	font-size: 9px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	letter-spacing: 0.18em;
	line-height: 1 !important;
	text-transform: uppercase;
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#masthead .site-logo-img img,
#masthead .custom-logo-link img,
#masthead img.custom-logo,
#masthead .custom-logo,
#masthead .ast-site-identity img,
.ast-desktop #masthead .custom-logo-link img,
.site-header-focus-item .site-branding img {
	display: block !important;
	height: 96px !important;
	width: auto !important;
	max-height: 96px !important;
	max-width: none !important;
	min-height: 96px !important;
	object-fit: contain;
}

/* Never keep the 96px desktop logo rule under the header breakpoint */
.ast-header-break-point #masthead .site-logo-img img,
.ast-header-break-point #masthead .custom-logo-link img,
.ast-header-break-point #masthead img.custom-logo,
.ast-header-break-point #masthead .custom-logo,
.ast-header-break-point #masthead .ast-site-identity img {
	height: 56px !important;
	max-height: 56px !important;
	min-height: 0 !important;
	max-width: min(140px, 42vw) !important;
	width: auto !important;
}

.ast-theme-transparent-header #masthead .custom-logo-link,
.ast-inherit-site-logo-transparent #masthead .custom-logo-link {
	display: inline-flex !important;
}

.ast-theme-transparent-header #masthead .transparent-custom-logo {
	display: none !important;
}

/* Header bar — full bleed, compact (~100px with 96px logo) */
.ast-primary-header-bar,
.ast-mobile-header-wrap .ast-primary-header-bar,
#masthead .ast-primary-header-bar,
.ast-theme-transparent-header #masthead .ast-primary-header-bar,
.ast-theme-transparent-header .main-header-bar {
	background-color: #ffffff !important;
	background-image: none !important;
	min-height: 0 !important;
}

#masthead .site-primary-header-wrap.ast-container,
#masthead .site-primary-header-wrap,
#masthead .ast-builder-grid-row-container,
#masthead .ast-builder-grid-row {
	max-width: none !important;
	width: 100% !important;
}

#masthead .site-primary-header-wrap,
#masthead .ast-mobile-header-wrap .ast-primary-header-bar .site-primary-header-wrap {
	min-height: 0 !important;
	height: auto !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: clamp(1.25rem, 3vw, 2.5rem) !important;
	padding-right: clamp(1.25rem, 3vw, 2.5rem) !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

/* Kill Astra menu line-height that inflates header to 110–160px */
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item,
#masthead .main-header-menu > .menu-item,
.ast-desktop #masthead .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: normal !important;
	height: auto !important;
}

#masthead .ast-header-woo-cart,
#masthead .ast-header-account,
#masthead .ast-header-search,
#masthead .ast-builder-menu-1 {
	align-items: center !important;
}

/* Astra header-builder height + cart dropdown were inflating the bar (~136–174px) */
#masthead .ast-primary-header-bar,
#masthead .ast-primary-header-bar .site-primary-header-wrap,
#masthead .ast-builder-grid-row {
	min-height: 0 !important;
	height: auto !important;
}

/*
 * Desktop header row: logo / menu / icons share one vertical center.
 * The 96px logo was flush with the 2px-padded bar, so at wide sticky
 * widths the stacked wordmark sat on the bottom edge while nav/icons
 * looked high. Equal inset + a locked 96px centered row fixes it.
 */
@media (min-width: 922px) {
	#masthead .site-primary-header-wrap,
	#masthead .ast-primary-header-bar .site-primary-header-wrap {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		display: grid !important;
		align-items: center !important;
		min-height: 0 !important;
		height: auto !important;
	}

	#masthead .ast-builder-grid-row {
		align-items: center !important;
		min-height: 96px !important;
		height: 96px !important;
	}

	#masthead .site-header-section {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		align-self: center !important;
		height: 96px !important;
		min-height: 0 !important;
	}

	#masthead .site-header-primary-section-center {
		justify-content: center !important;
	}

	#masthead .site-header-primary-section-right {
		justify-content: flex-end !important;
	}

	#masthead .ast-builder-menu-1,
	#masthead .ast-header-woo-cart,
	#masthead .ast-header-account,
	#masthead .ast-header-search {
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
		line-height: 0 !important;
		height: auto !important;
		min-height: 0 !important;
	}

	#masthead .site-primary-header-wrap,
	#masthead .ast-primary-header-bar .site-primary-header-wrap {
		transition: padding 180ms ease;
	}

	#masthead .ast-builder-grid-row,
	#masthead .site-header-section {
		transition: min-height 180ms ease, height 180ms ease;
	}

	#masthead .site-logo-img img,
	#masthead .custom-logo-link img,
	#masthead img.custom-logo,
	#masthead .custom-logo,
	#masthead .ast-site-identity img {
		transition: height 180ms ease, max-height 180ms ease, width 180ms ease;
	}

	#masthead .ps-logo-lockup {
		transition: height 180ms ease, gap 180ms ease;
	}

	#masthead .ps-logo-wordmark {
		transition: font-size 180ms ease, letter-spacing 180ms ease;
	}

	/* Default lockup occupies the 72px header logo slot: mark + live tagline. */
	body.ast-desktop:not(.ast-sticky-active) #masthead .ps-logo-lockup {
		height: 72px !important;
		gap: 5px;
	}

	body.ast-desktop:not(.ast-sticky-active) #masthead .site-logo-img img,
	body.ast-desktop:not(.ast-sticky-active) #masthead .custom-logo-link img,
	body.ast-desktop:not(.ast-sticky-active) #masthead img.custom-logo,
	body.ast-desktop:not(.ast-sticky-active) #masthead .custom-logo,
	body.ast-desktop:not(.ast-sticky-active) #masthead .ast-site-identity img {
		height: 56px !important;
		max-height: 56px !important;
		min-height: 0 !important;
		width: auto !important;
	}

	body.ast-desktop:not(.ast-sticky-active) #masthead .ps-logo-wordmark {
		font-size: 10px !important;
		letter-spacing: 0.18em;
	}

	/* Compact sticky band: logo ~ nav row height (42px), shared 44px row. */
	body.ast-sticky-active #masthead .site-primary-header-wrap,
	body.ast-sticky-active #masthead .ast-primary-header-bar .site-primary-header-wrap {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	body.ast-sticky-active #masthead .ast-builder-grid-row,
	body.ast-sticky-active #masthead .site-header-section {
		min-height: 44px !important;
		height: 44px !important;
	}

	body.ast-sticky-active #masthead .ps-logo-lockup {
		height: 42px !important;
		gap: 2px;
	}

	body.ast-sticky-active #masthead .site-logo-img img,
	body.ast-sticky-active #masthead .custom-logo-link img,
	body.ast-sticky-active #masthead img.custom-logo,
	body.ast-sticky-active #masthead .custom-logo,
	body.ast-sticky-active #masthead .ast-site-identity img {
		height: 30px !important;
		max-height: 30px !important;
		min-height: 0 !important;
		width: auto !important;
	}

	body.ast-sticky-active #masthead .ps-logo-wordmark {
		font-size: 8px !important;
		letter-spacing: 0.55px !important;
		padding-left: 0.55px;
	}
}

#masthead .ast-header-woo-cart,
#masthead .ast-site-header-cart,
#masthead .ast-site-header-cart .ast-cart-menu-wrap,
#masthead .ast-site-header-cart .ast-addon-cart-wrap,
#masthead .ast-site-header-cart .cart-container,
#masthead .ast-header-woo-cart .ast-site-header-cart-li {
	min-height: 0 !important;
	height: auto !important;
	line-height: normal !important;
}

/* Keep Astra's default mini-cart dropdown / flyout out of layout — we use #ps-mini-cart */
#masthead .ast-site-header-cart .widget_shopping_cart,
#masthead .ast-site-header-cart .widgetwoocommerce_widget_cart,
#masthead .ast-site-header-cart .woocommerce-mini-cart,
#masthead .ast-header-woo-cart .widget_shopping_cart,
#masthead .astra-cart-drawer,
#masthead .ast-site-header-cart .widget,
/* Drawer is often rendered outside #masthead (body-level) on mobile */
#astra-mobile-cart-drawer,
.astra-cart-drawer,
.astra-cart-drawer.active,
body.ast-mobile-cart-active #astra-mobile-cart-drawer {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	z-index: -1 !important;
}

#masthead .ast-builder-layout-element {
	min-height: 0 !important;
}

@media (max-width: 921px) {
	#masthead .ps-logo-lockup {
		height: 56px !important;
		gap: 3px;
	}

	#masthead .site-logo-img img,
	#masthead .custom-logo-link img,
	#masthead img.custom-logo,
	#masthead .custom-logo,
	.ast-header-break-point #masthead .site-logo-img img,
	.ast-header-break-point #masthead img.custom-logo,
	.site-header-focus-item .site-branding img {
		height: 42px !important;
		max-height: 42px !important;
		min-height: 0 !important;
		width: auto !important;
		max-width: min(140px, 42vw) !important;
	}

	#masthead .ps-logo-wordmark {
		font-size: 8px !important;
		letter-spacing: 0.14em;
	}
}

@media (max-width: 768px) {
	#masthead .ps-logo-lockup {
		height: 48px !important;
		gap: 2px;
	}

	#masthead .site-logo-img img,
	#masthead .custom-logo-link img,
	#masthead img.custom-logo,
	#masthead .custom-logo,
	#masthead .ast-site-identity img,
	.ast-header-break-point #masthead .site-logo-img img,
	.ast-header-break-point #masthead img.custom-logo,
	.ast-header-break-point #masthead .custom-logo-link img,
	.site-header-focus-item .site-branding img {
		height: 36px !important;
		max-height: 36px !important;
		min-height: 0 !important;
		width: auto !important;
		max-width: min(130px, 46vw) !important;
	}

	#masthead .ps-logo-wordmark {
		font-size: 7.5px !important;
		letter-spacing: 0.12em;
	}

	#masthead .site-primary-header-wrap,
	#masthead .ast-mobile-header-wrap .ast-primary-header-bar .site-primary-header-wrap,
	.ast-header-break-point #masthead .site-primary-header-wrap {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	#masthead .site-branding,
	#masthead .ast-site-identity,
	#masthead .custom-logo-link {
		max-width: min(200px, 62vw) !important;
	}
}

/* 2) Nav spacing — ~38px between items via menu-item margin (not link padding) */
#masthead .ast-builder-menu-1 .main-header-menu,
#masthead .main-header-menu.ast-nav-menu {
	display: flex !important;
	align-items: center;
	gap: 0 !important;
	column-gap: 0 !important;
}

#masthead .ast-builder-menu-1 .main-header-menu > .menu-item,
#masthead .main-header-menu > .menu-item {
	margin: 0 !important;
	margin-inline: 0 !important;
}

#masthead .ast-builder-menu-1 .main-header-menu > .menu-item + .menu-item,
#masthead .main-header-menu > .menu-item + .menu-item {
	margin-left: 38px !important;
}

/* 2 + 3) Nav — Inter, animated underline (no black block) */
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:link,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:visited,
#masthead .main-header-menu > .menu-item > .menu-link,
#masthead .main-header-menu > .menu-item > .menu-link:link,
#masthead .main-header-menu > .menu-item > .menu-link:visited {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #111111 !important;
	background: transparent !important;
	background-color: transparent !important;
	opacity: 1 !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	font-size: 0.8125rem !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.2;
	padding: 0.55rem 0 !important;
	transition: color 0.2s ease;
}

#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link::after,
#masthead .main-header-menu > .menu-item > .menu-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.15rem;
	height: 1.5px;
	background: #111111;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
	pointer-events: none;
}

#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:focus,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:focus-visible,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link,
#masthead .main-header-menu > .menu-item > .menu-link:hover,
#masthead .main-header-menu > .menu-item > .menu-link:focus,
#masthead .main-header-menu > .menu-item:hover > .menu-link {
	color: #333333 !important;
	background: transparent !important;
	background-color: transparent !important;
}

#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:hover::after,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link:focus::after,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link::after,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-item > .menu-link::after,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-ancestor > .menu-link::after,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item.current_page_item > .menu-link::after,
#masthead .main-header-menu > .menu-item > .menu-link:hover::after,
#masthead .main-header-menu > .menu-item.current-menu-item > .menu-link::after,
#masthead .main-header-menu > .menu-item.current-menu-ancestor > .menu-link::after {
	transform: scaleX(1);
}

#masthead .ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-item > .menu-link,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item.current-menu-ancestor > .menu-link,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item.current_page_item > .menu-link,
#masthead .main-header-menu > .menu-item.current-menu-item > .menu-link,
#masthead .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
	color: #111111 !important;
	background: transparent !important;
	background-color: transparent !important;
}

/* Kill Astra black hover/current background blocks */
#masthead .ast-builder-menu-1 .menu-link:hover,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link,
#masthead .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
#masthead .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
	background: transparent !important;
	background-color: transparent !important;
	color: #111111 !important;
}

/* 3) Account icon — pointer + smooth hover */
#masthead .ast-header-account,
#masthead .ast-header-account-link,
#masthead .ast-header-account a {
	cursor: pointer !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#masthead .ast-header-account-link:hover,
#masthead .ast-header-account a:hover {
	opacity: 0.65;
	transform: scale(1.06);
}

/* 4) Cart / search / account — plain icons, no cart border box */
#masthead .ast-site-header-cart,
#masthead .ast-header-woo-cart,
#masthead .ast-header-search,
#masthead .ast-header-account {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	align-items: center;
}

#masthead .ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap,
#masthead .ast-site-header-cart.ast-menu-cart-with-border .ast-addon-cart-wrap,
#masthead .ast-site-header-cart.ast-menu-cart-with-border,
#masthead .ast-site-header-cart .ast-addon-cart-wrap,
#masthead .ast-site-header-cart .ast-cart-menu-wrap,
#masthead .ast-site-header-cart a.cart-container,
#masthead .ast-header-woo-cart .ast-addon-cart-wrap,
#masthead .ast-site-header-cart .ast-addon-cart-wrap:before,
#masthead .ast-site-header-cart .ast-addon-cart-wrap:after {
	border: 0 !important;
	border-width: 0 !important;
	border-style: none !important;
	border-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

#masthead .ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap:hover,
#masthead .ast-site-header-cart .ast-addon-cart-wrap:hover,
#masthead .ast-site-header-cart a.cart-container:hover {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#masthead .ast-site-header-cart .ast-icon-shopping-bag:after,
#masthead .ast-site-header-cart .ast-icon-shopping-cart:after,
#masthead .ast-site-header-cart i.astra-icon:after {
	/* keep count badge, kill any bordered pseudo-box chrome */
	border: 0 !important;
}

#masthead .ast-site-header-cart a,
#masthead .ast-header-woo-cart a,
#masthead .ast-header-search a,
#masthead .ast-header-account a {
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#masthead .ast-site-header-cart a:hover,
#masthead .ast-header-woo-cart a:hover,
#masthead .ast-header-search a:hover {
	opacity: 0.65;
	transform: scale(1.06);
}

#masthead .ast-site-header-cart .ast-addon-cart-wrap,
#masthead .ast-site-header-cart .ast-cart-menu-wrap,
#masthead .ast-site-header-cart i.astra-icon,
#masthead .ast-site-header-cart .ast-icon,
#masthead .ast-site-header-cart svg,
#masthead .ast-header-search .astra-search-icon,
#masthead .ast-header-search .ast-icon,
#masthead .ast-header-search svg,
#masthead .ast-header-account-link,
#masthead .ast-header-account .ahfb-svg-iconset,
#masthead .ast-header-account svg {
	color: #111111 !important;
	fill: #111111 !important;
	opacity: 1 !important;
	transition: color 0.2s ease, fill 0.2s ease, opacity 0.2s ease;
}

#masthead .ast-site-header-cart svg,
#masthead .ast-header-search svg,
#masthead .ast-header-account svg {
	width: 1.25rem;
	height: 1.25rem;
}

/* Social icons */
#masthead .ast-builder-social-element,
#masthead .ast-builder-social-element svg,
.site-footer .ast-builder-social-element,
.site-footer .ast-builder-social-element svg {
	color: #111111 !important;
	fill: #111111 !important;
	opacity: 1 !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#masthead .ast-builder-social-element:hover,
.site-footer .ast-builder-social-element:hover {
	opacity: 0.65;
	transform: scale(1.06);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	color: #111111 !important;
	fill: #111111 !important;
	transition: opacity 0.2s ease;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
	background-color: #ffffff !important;
}

/*
 * Full-screen mobile menu overlay (dropdown OR off-canvas).
 * Covers the entire viewport so hero/page content never bleeds through.
 * Header (logo + close/hamburger) stays pinned above the white panel.
 */
@media (max-width: 921px) {
	.ast-header-break-point.ast-main-header-nav-open #masthead,
	.ast-header-break-point.ast-main-header-nav-open .ast-mobile-header-wrap,
	.ast-header-break-point.ast-main-header-nav-open .ast-primary-header-bar {
		position: relative !important;
		z-index: 100001 !important;
		background: #ffffff !important;
	}

	/* Dropdown-style mobile content → fixed full-screen panel when open */
	.ast-header-break-point.ast-main-header-nav-open .ast-mobile-header-content,
	.ast-header-break-point.ast-main-header-nav-open #ast-mobile-header .ast-mobile-header-content,
	.ast-header-break-point.ast-main-header-nav-open .ast-desktop-header-content {
		position: fixed !important;
		inset: 0 !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 100000 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		max-width: none !important;
		height: 100vh !important;
		height: 100dvh !important;
		margin: 0 !important;
		padding: 88px 28px 48px !important; /* clear pinned header */
		overflow-x: hidden !important;
		overflow-y: auto !important;
		background: #ffffff !important;
		box-shadow: none !important;
		border: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		animation: ps-mobile-menu-in 0.3s ease;
	}

	/* Off-canvas / popup drawer → force full viewport */
	.ast-mobile-popup-drawer {
		z-index: 100000;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-inner,
	.ast-mobile-popup-drawer.ast-mobile-popup-right .ast-mobile-popup-inner,
	.ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner,
	.ast-mobile-popup-drawer.ast-mobile-popup-full-width .ast-mobile-popup-inner {
		position: fixed !important;
		inset: 0 !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		max-width: none !important;
		height: 100vh !important;
		height: 100dvh !important;
		margin: 0 !important;
		background: #ffffff !important;
		box-shadow: none !important;
		transform: translateY(8px);
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
		transform: translateY(0) !important;
		opacity: 1 !important;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
		background: #ffffff !important;
		opacity: 1 !important;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-header,
	.ast-header-break-point.ast-main-header-nav-open .ast-mobile-header-content .ast-builder-menu-mobile,
	.ast-mobile-popup-content {
		background: #ffffff !important;
	}

	.ast-mobile-popup-drawer .ast-mobile-popup-header {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		min-height: 64px;
		padding: 12px 16px;
		border-bottom: 1px solid #e5e5e5;
	}

	.ast-mobile-popup-drawer .menu-toggle-close,
	.ast-mobile-popup-drawer .menu-toggle-close .ast-svg-iconset,
	.ast-mobile-popup-drawer .menu-toggle-close svg {
		color: #111111 !important;
		fill: #111111 !important;
	}

	.ast-mobile-popup-content {
		padding: 24px 28px 48px !important;
		box-sizing: border-box;
	}

	/* Large nav items — must beat #masthead desktop .menu-link rules (ID specificity).
	   Note: ast-main-header-nav-open may be on html OR body, not always combined with break-point. */
	#masthead .ast-mobile-header-content .main-header-menu,
	#masthead .ast-builder-menu-mobile .main-header-menu,
	.ast-mobile-popup-drawer .main-header-menu,
	body.ast-main-header-nav-open #masthead .ast-mobile-header-content .main-header-menu,
	html.ast-main-header-nav-open #masthead .ast-mobile-header-content .main-header-menu,
	.ast-header-break-point #masthead .ast-mobile-header-content .main-header-menu,
	.ast-header-break-point #masthead .ast-builder-menu-mobile .main-header-menu {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 8px 0 0 !important;
		list-style: none !important;
		background: transparent !important;
	}

	#masthead .ast-mobile-header-content .main-header-menu > .menu-item,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item,
	.ast-mobile-popup-drawer .main-header-menu > .menu-item {
		margin: 0 !important;
		width: 100% !important;
		border: 0 !important;
	}

	#masthead .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link,
	#masthead .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link:link,
	#masthead .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link:visited,
	#masthead .ast-mobile-header-content .menu-link,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item > .menu-link,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item > .menu-link:link,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item > .menu-link:visited,
	#masthead .ast-builder-menu-mobile .menu-link,
	#masthead .ast-builder-menu-1 .ast-mobile-header-content .menu-link,
	body.ast-main-header-nav-open #masthead .ast-mobile-header-content .menu-link,
	html.ast-main-header-nav-open #masthead .ast-mobile-header-content .menu-link,
	.ast-header-break-point #masthead .ast-mobile-header-content .menu-link,
	.ast-header-break-point #masthead .ast-builder-menu-mobile .menu-link,
	.ast-mobile-popup-drawer .main-header-menu > .menu-item > .menu-link {
		position: relative !important;
		display: inline-flex !important;
		align-items: center !important;
		width: auto !important;
		max-width: 100%;
		padding: 14px 0 !important;
		margin: 4px 0 16px !important;
		font-family: 'Inter', sans-serif !important;
		font-size: 22px !important;
		font-weight: 500 !important;
		letter-spacing: 0.06em !important;
		text-transform: uppercase !important;
		line-height: 1.25 !important;
		color: #111111 !important;
		-webkit-text-fill-color: #111111 !important;
		background: transparent !important;
		border: 0 !important;
		text-decoration: none !important;
	}

	#masthead .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link::after,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item > .menu-link::after,
	.ast-header-break-point.ast-main-header-nav-open #masthead .ast-mobile-header-content .menu-link::after,
	.ast-mobile-popup-drawer .main-header-menu > .menu-item > .menu-link::after {
		content: "" !important;
		position: absolute !important;
		left: 0 !important;
		right: auto !important;
		bottom: 6px !important;
		width: 100% !important;
		height: 1px !important;
		background: #111111 !important;
		transform: scaleX(0) !important;
		transform-origin: left center !important;
		transition: transform 0.25s ease !important;
		opacity: 1 !important;
	}

	#masthead .ast-mobile-header-content .main-header-menu > .menu-item > .menu-link:hover::after,
	#masthead .ast-mobile-header-content .main-header-menu > .menu-item.current-menu-item > .menu-link::after,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item > .menu-link:hover::after,
	#masthead .ast-builder-menu-mobile .main-header-menu > .menu-item.current-menu-item > .menu-link::after,
	.ast-header-break-point.ast-main-header-nav-open #masthead .ast-mobile-header-content .menu-link:hover::after,
	.ast-header-break-point.ast-main-header-nav-open #masthead .ast-mobile-header-content .current-menu-item > .menu-link::after,
	.ast-mobile-popup-drawer .main-header-menu > .menu-item > .menu-link:hover::after,
	.ast-mobile-popup-drawer .main-header-menu > .menu-item.current-menu-item > .menu-link::after {
		transform: scaleX(1) !important;
	}

	/* Clean close / toggle chrome */
	.ast-header-break-point .menu-toggle,
	.ast-header-break-point .ast-mobile-menu-trigger-minimal,
	.ast-header-break-point .ast-button-wrap button,
	.ast-mobile-popup-drawer .menu-toggle-close {
		border: 0 !important;
		outline: none !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	/* Keep body from scrolling under the open menu */
	.ast-main-header-nav-open,
	.ast-off-canvas-active body.ast-main-header-nav-open {
		overflow: hidden !important;
	}
}

@keyframes ps-mobile-menu-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* Mini-cart drawer — premium, not default Woo chrome */
.ps-mini-cart-overlay {
	position: fixed;
	inset: 0;
	z-index: 99998;
	background: rgba(17, 17, 17, 0.45);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ps-mini-cart-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ps-mini-cart {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	width: min(400px, 100%);
	max-width: 100%;
	height: 100vh;
	height: 100dvh;
	background: #ffffff;
	color: #111111;
	font-family: 'Inter', sans-serif;
	box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-x: hidden;
	box-sizing: border-box;
	/* Keep off-canvas transform out of the document scrollable overflow */
	contain: layout paint;
}

.ps-mini-cart.is-open {
	transform: translateX(0);
}

.ps-mini-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.1rem 1.35rem;
	border-bottom: 1px solid #e5e5e5;
}

.ps-mini-cart__title {
	margin: 0;
	color: #111111;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
}

.ps-mini-cart__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ps-mini-cart__close:hover {
	opacity: 0.55;
	transform: scale(1.08);
}

.ps-mini-cart__body {
	position: relative;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1rem 1.35rem;
	max-width: 100%;
	box-sizing: border-box;
}

/* Hide default Woo empty copy — custom empty state renders once */
#ps-mini-cart .woocommerce-mini-cart__empty-message {
	display: none !important;
}

#ps-mini-cart .ps-mini-cart__empty {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	min-height: 220px;
	padding: 2rem 0.5rem;
	text-align: center;
}

#ps-mini-cart:has(.woocommerce-mini-cart__empty-message) .ps-mini-cart__empty {
	display: flex;
}

#ps-mini-cart:has(.woocommerce-mini-cart__empty-message) .widget_shopping_cart_content {
	display: none !important;
}

#ps-mini-cart:has(.woocommerce-mini-cart__empty-message) .ps-mini-cart__footer {
	display: none !important;
}

.ps-mini-cart__empty-icon {
	display: block;
	width: 48px;
	height: 48px;
	color: #111111;
}

.ps-mini-cart__empty-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ps-mini-cart__empty-text {
	margin: 0;
	color: #6b6b6b;
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}

#ps-mini-cart .woocommerce-mini-cart,
#ps-mini-cart .ps-mini-cart__list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
}

#ps-mini-cart .ps-mini-cart-item,
#ps-mini-cart .woocommerce-mini-cart-item,
#ps-mini-cart li.mini_cart_item {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0.85rem 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	border-radius: 0 !important;
	outline: none !important;
	font-family: 'Inter', sans-serif;
	overflow: visible !important;
	position: relative;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	list-style: none !important;
}

#ps-mini-cart .ps-mini-cart-item::before,
#ps-mini-cart .ps-mini-cart-item::after,
#ps-mini-cart .woocommerce-mini-cart-item::before,
#ps-mini-cart .woocommerce-mini-cart-item::after,
#ps-mini-cart li.mini_cart_item::before,
#ps-mini-cart li.mini_cart_item::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background: none !important;
}

#ps-mini-cart .ps-mini-cart-item:first-child {
	padding-top: 0.15rem;
}

#ps-mini-cart .ps-mini-cart-item__thumb {
	display: block;
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	max-width: 64px;
	overflow: hidden;
	line-height: 0;
}

#ps-mini-cart .ps-mini-cart-item__thumb img,
#ps-mini-cart .woocommerce-mini-cart-item img {
	display: block !important;
	float: none !important;
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	margin: 0 !important;
	object-fit: cover;
	border-radius: 0;
}

#ps-mini-cart .ps-mini-cart-item__body {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#ps-mini-cart .ps-mini-cart-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
	width: 100%;
}

#ps-mini-cart .ps-mini-cart-item__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #111111 !important;
	text-decoration: none !important;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.35;
	max-width: 100%;
	flex: 1 1 auto;
	min-width: 0;
	word-break: break-word;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

#ps-mini-cart .ps-mini-cart-item__variation {
	margin: 0.25rem 0 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #555555;
}

#ps-mini-cart .ps-mini-cart-item__row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.55rem;
	min-width: 0;
	width: 100%;
}

#ps-mini-cart .ps-mini-cart-item__price {
	flex: 0 0 auto;
	color: #111111;
	font-size: 0.875rem;
	font-weight: 500;
	white-space: nowrap;
}

#ps-mini-cart .ps-qty {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: none !important;
	position: relative;
	z-index: 2;
}

#ps-mini-cart .ps-qty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	background: transparent;
	color: #111111;
	font-size: 0.95rem;
	line-height: 1;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#ps-mini-cart .ps-qty__input {
	width: 2rem;
	height: 1.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: transparent;
	color: #111111;
	font-family: 'Inter', sans-serif;
	font-size: 0.8125rem;
	text-align: center;
	-moz-appearance: textfield;
}

#ps-mini-cart .ps-qty__input::-webkit-outer-spin-button,
#ps-mini-cart .ps-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Kill WooCommerce's circular a.remove (the stray oval behind name/qty). */
#ps-mini-cart a.remove,
#ps-mini-cart .ps-mini-cart-item__remove,
#ps-mini-cart .woocommerce-mini-cart-item a.remove,
#ps-mini-cart a.remove_from_cart_button,
.ps-mini-cart a.remove {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: center !important;
	width: 1.25rem !important;
	height: 1.25rem !important;
	max-width: 1.25rem !important;
	max-height: 1.25rem !important;
	min-width: 1.25rem !important;
	min-height: 1.25rem !important;
	margin: 0 0 0 0.25rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	color: #111111 !important;
	font-size: 1.15rem !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	opacity: 0.45;
	text-decoration: none !important;
	text-indent: 0 !important;
	position: static !important;
	inset: auto !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	float: none !important;
	overflow: visible !important;
	transform: none !important;
}

/* Extra guard: no circular pseudo drawn by Woo/Astra. */
#ps-mini-cart a.remove::before,
#ps-mini-cart a.remove::after,
#ps-mini-cart .ps-mini-cart-item__remove::before,
#ps-mini-cart .ps-mini-cart-item__remove::after {
	content: none !important;
	display: none !important;
}

#ps-mini-cart .ps-mini-cart-item__remove:hover,
#ps-mini-cart .woocommerce-mini-cart-item a.remove:hover,
#ps-mini-cart a.remove_from_cart_button:hover {
	opacity: 1;
	background: transparent !important;
	background-color: transparent !important;
	color: #111111 !important;
	border-radius: 0 !important;
}

#ps-mini-cart .woocommerce-mini-cart__total,
#ps-mini-cart .woocommerce-mini-cart__buttons {
	display: none !important;
}

#ps-mini-cart.is-updating {
	opacity: 0.72;
}
#ps-mini-cart.is-updating .ps-qty__btn {
	pointer-events: none;
}

.ps-mini-cart__footer {
	display: grid;
	gap: 0.45rem;
	padding: 0.9rem 1.35rem 1.15rem;
	border-top: 1px solid #e5e5e5;
}

.ps-mini-cart__subtotal {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 0 0 0.25rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
}

.ps-mini-cart__footer .ps-btn {
	width: 100%;
	padding: 0.8rem 1.25rem;
}

.ps-mini-cart__footer .ps-btn--ghost,
.ps-mini-cart__footer .ps-mini-cart__view {
	background: transparent;
	color: #111111;
	border: 1px solid #111111;
}

.ps-mini-cart__footer .ps-mini-cart__checkout {
	background: #111111;
	color: #ffffff;
	border: 1px solid #111111;
}

html.ps-mini-cart-open,
html.ps-mini-cart-open body {
	overflow: hidden;
}

.site-footer {
	border-top: 1px solid var(--ps-border);
	background: #ffffff;
	color: var(--ps-ink);
	overflow: visible;
}

/* Break Astra's narrow footer HTML column so the 4-col grid can span full width */
.site-footer .site-primary-footer-wrap,
.site-footer .ast-builder-grid-row,
.site-footer .site-footer-primary-section-1,
.site-footer .ast-footer-html-1,
.site-footer .footer-widget-area.ast-footer-html-1,
.site-footer .ast-builder-html-element {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: 1 1 100% !important;
	grid-column: 1 / -1 !important;
}

.site-footer .site-primary-footer-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-footer .site-primary-footer-wrap > .ast-builder-grid-row,
.site-footer .ast-builder-grid-row {
	max-width: none !important;
	width: 100% !important;
}

.site-footer .ps-footer-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	column-gap: 48px;
	row-gap: 40px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 56px clamp(24px, 5vw, 72px) 40px;
	box-sizing: border-box;
}

.site-footer .ps-footer-grid > * {
	min-width: 0;
	max-width: none;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.site-footer .ps-footer-col {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	text-align: left !important;
}

.site-footer .widget-title,
.site-footer .ps-footer-col__title {
	display: block;
	width: 100%;
	margin: 0 0 1rem !important;
	padding: 0 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 500;
	font-family: 'Inter', sans-serif !important;
	color: var(--ps-ink);
	white-space: nowrap;
	text-align: left !important;
}

.site-footer .ps-footer-col p,
.site-footer .ps-footer-brand p {
	margin: 0;
	color: var(--ps-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 290px;
	text-align: left !important;
	overflow-wrap: break-word;
	word-break: normal;
}

.site-footer .ps-footer-brand,
.site-footer .ps-footer-brand * {
	text-align: left !important;
}

.site-footer .ps-footer-brand__lockup {
	display: inline-flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 8px;
	margin: 0 0 1rem !important;
	padding: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	color: #111111 !important;
}

.site-footer .ps-footer-brand__logo,
.site-footer .ps-footer-brand img.ps-footer-brand__logo,
.site-footer .ps-footer-brand a img,
.site-footer .ps-footer-brand__lockup img {
	display: block;
	margin: 0 !important;
	height: 52px !important;
	max-height: 52px !important;
	width: auto !important;
	max-width: none !important;
}

.site-footer .ps-footer-brand__wordmark,
.site-footer .ps-logo-wordmark {
	display: block;
	margin: 0;
	padding: 0 0 0 0.14em;
	font-family: 'Inter', sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 0.16em;
	line-height: 1 !important;
	text-transform: uppercase;
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
}

.site-footer .ps-footer-links {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	padding-inline-start: 0 !important;
	list-style: none !important;
	text-align: left !important;
}

.site-footer .ps-footer-links li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.site-footer .ps-footer-links li + li {
	margin-top: 0.55rem !important;
}

.site-footer .ps-footer-links a,
.site-footer .ps-footer-links a:link,
.site-footer .ps-footer-links a:visited,
.site-footer .ps-footer-links a:hover,
.site-footer .ps-footer-links a:focus {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	color: #111111 !important;
	-webkit-text-fill-color: #111111 !important;
	font-size: 0.9375rem;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s var(--ps-ease);
	white-space: nowrap;
	text-align: left !important;
}

.site-footer .ps-footer-links a:hover,
.site-footer .ps-footer-links a:focus {
	border-bottom-color: #111111;
}

.site-footer .ps-footer-col--social,
.site-footer .ps-footer-social-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer .ps-footer-social {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .ps-footer-social li {
	display: inline-flex;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	line-height: 0;
}

.site-footer .ps-footer-social a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: var(--ps-ink);
	text-decoration: none;
	opacity: 0.9;
	transition: opacity 0.2s var(--ps-ease), transform 0.2s var(--ps-ease);
}

.site-footer .ps-footer-social a:hover,
.site-footer .ps-footer-social a:focus {
	opacity: 0.65;
	transform: scale(1.06);
}

.site-footer .ps-footer-social img,
.site-footer .ps-footer-social svg {
	display: block;
	width: 20px !important;
	height: 20px !important;
}

.ast-footer-copyright {
	color: var(--ps-muted);
	font-size: 0.8125rem;
}

.ps-footer-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	margin-top: 0.55rem;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.ps-footer-legal a,
.ps-footer-legal a:link,
.ps-footer-legal a:visited {
	color: #767676 !important;
	text-decoration: none !important;
}

.ps-footer-legal a:hover,
.ps-footer-legal a:focus {
	color: #111111 !important;
}

.ps-footer-legal__sep {
	color: #b0b0b0;
	user-select: none;
}

.ps-footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.ps-footer-social__link {
	display: inline-flex;
	color: #767676;
	opacity: 0.9;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.ps-footer-social__link:hover,
.ps-footer-social__link:focus {
	color: #111111;
	opacity: 1;
}

@media (max-width: 1100px) {
	.site-footer .ps-footer-grid {
		grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
	}
}

@media (max-width: 921px) {
	.ps-section,
	.home .ps-section,
	.page-id-14 .ps-section {
		padding-left: var(--ps-space-sm);
		padding-right: var(--ps-space-sm);
	}
}

@media (max-width: 544px) {
	.site-footer .ps-footer-grid {
		grid-template-columns: 1fr !important;
	}

	.site-footer .ps-footer-col__title,
	.site-footer .ps-footer-links a {
		white-space: normal;
	}
}

/* PS_MOBILE_MENU_TYPE_FORCE — late/high-specificity mobile nav type */
@media (max-width: 921px) {
	body.ast-header-break-point #masthead .ast-mobile-header-content a.menu-link,
	body.ast-main-header-nav-open #masthead .ast-mobile-header-content a.menu-link,
	body.ast-header-break-point #masthead .ast-builder-menu-mobile a.menu-link,
	body.ast-main-header-nav-open #masthead .ast-builder-menu-mobile a.menu-link,
	body #ast-mobile-header .ast-mobile-header-content a.menu-link,
	body #ast-mobile-header .ast-builder-menu-mobile a.menu-link {
		font-size: 22px !important;
		font-family: 'Inter', sans-serif !important;
		font-weight: 500 !important;
		letter-spacing: 0.06em !important;
		text-transform: uppercase !important;
		line-height: 1.3 !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		margin-top: 4px !important;
		margin-bottom: 12px !important;
		color: #111111 !important;
		-webkit-text-fill-color: #111111 !important;
	}
}

/* Checkout — country is locked to PK in PHP; never show the dropdown. */
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_country_field,
.woocommerce-checkout .woocommerce-shipping-fields #shipping_country_field {
	display: none !important;
}

/* Mobile bottom nav — hidden on tablet/desktop, shown below 768px only. */
.ps-bottom-nav {
	display: none !important;
}

@media (max-width: 767.98px) {
	:root {
		--ps-bottom-nav-h: calc(56px + env(safe-area-inset-bottom, 0px));
	}

	body {
		padding-bottom: var(--ps-bottom-nav-h);
	}

	#ast-scroll-top {
		bottom: calc(var(--ps-bottom-nav-h) + 12px) !important;
	}

	.ps-bottom-nav {
		display: flex !important;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9000;
		align-items: stretch;
		justify-content: space-around;
		width: 100%;
		min-height: 56px;
		margin: 0;
		padding: 6px 0 env(safe-area-inset-bottom, 0px);
		box-sizing: border-box;
		background: #ffffff;
		border-top: 1px solid var(--ps-border, #e5e5e5);
		font-family: 'Inter', sans-serif;
	}

	.ps-bottom-nav__item {
		display: flex;
		flex: 1 1 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-width: 0;
		padding: 4px 2px;
		border: 0;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: transparent;
		color: #6b6b6b;
		text-decoration: none;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	.ps-bottom-nav__item:hover,
	.ps-bottom-nav__item:focus,
	.ps-bottom-nav__item:focus-visible {
		color: #111111;
		outline: none;
		text-decoration: none;
	}

	.ps-bottom-nav__item.is-active {
		color: #111111;
	}

	.ps-bottom-nav__icon {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 22px;
		height: 22px;
		line-height: 0;
	}

	.ps-bottom-nav__icon svg {
		display: block;
		width: 22px;
		height: 22px;
		stroke: currentColor;
		fill: none;
	}

	.ps-bottom-nav__label {
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.08em;
		line-height: 1.2;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.ps-bottom-nav__count {
		position: absolute;
		top: -5px;
		right: -9px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 16px;
		height: 16px;
		padding: 0 4px;
		border-radius: 999px;
		background: #111111;
		color: #ffffff;
		font-family: 'Inter', sans-serif;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1;
		box-sizing: border-box;
	}

	.ps-bottom-nav__count[hidden] {
		display: none !important;
	}
}

/* Mobile search overlay — hosts Astra's existing .ast-search-menu-icon when
   the header search lives inside the hidden desktop header on small screens. */
.ps-mobile-search {
	display: none;
}

.ps-mobile-search.is-open,
.ps-mobile-search:not([hidden]) {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 100010;
}

.ps-mobile-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.45);
}

.ps-mobile-search__sheet {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: calc(16px + env(safe-area-inset-top, 0px)) 16px 16px;
	background: #ffffff;
	border-bottom: 1px solid var(--ps-border, #e5e5e5);
	box-sizing: border-box;
}

.ps-mobile-search__panel {
	flex: 1 1 auto;
	min-width: 0;
}

.ps-mobile-search__close {
	flex: 0 0 auto;
	order: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.ps-mobile-search .ast-search-menu-icon,
.ps-mobile-search .ast-header-search {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.ps-mobile-search .ast-search-icon {
	display: none !important;
}

.ps-mobile-search .ast-search-menu-icon .search-form,
.ps-mobile-search .search-form {
	display: flex !important;
	align-items: center;
	position: static !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	transform: none !important;
}

.ps-mobile-search .search-form label {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	margin: 0;
}

.ps-mobile-search .search-field {
	display: block !important;
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 1px solid #111111 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #111111 !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	opacity: 1 !important;
	visibility: visible !important;
	box-sizing: border-box;
}

.ps-mobile-search .search-submit,
.ps-mobile-search .ast-search-submit {
	display: none !important;
}

html.ps-mobile-search-open,
html.ps-mobile-search-open body {
	overflow: hidden;
}

