/*
 * MEEM production polish.
 *
 * This file is intentionally loaded after the legacy theme styles. It keeps
 * existing storefront behaviour while providing one small, auditable final
 * layer for the white canvas, official logos and commerce surface cleanup.
 */

:root {
	--meem-polish-canvas: #ffffff;
	--meem-polish-surface: #fbf8f5;
	--meem-polish-commerce-surface: #f6f0ec;
	--meem-polish-shell: #e5d8d0;
	--meem-polish-shell-strong: #dccbc0;
	--meem-polish-ink: #1e1917;
	--meem-polish-ink-hover: #342c28;
	--meem-polish-soft: #4e4540;
	--meem-polish-accent: #9c514d;
	--meem-polish-muted: #685f5a;
	--meem-polish-muted-strong: #594f4a;
	--meem-polish-label: #6a5147;
	--meem-polish-danger: #a8423d;
	--meem-stock-in: #3f6650;
	--meem-stock-backorder: #76532f;
	--meem-stock-out: #93423d;
	--meem-stock-request: #704b5b;
	--meem-polish-line: #ded8d4;
	--meem-polish-radius: 12px;
}

html,
html body.meem-official-page,
body.meem-official-page,
body.meem-official-page .site,
body.meem-official-page .meem-home,
body.meem-official-page .meem-shop-shell,
body.meem-official-page .meem-product-shell,
body.meem-official-page .meem-info-shell,
body.meem-official-page .meem-commerce-shell {
	background: var(--meem-polish-canvas) !important;
	background-color: var(--meem-polish-canvas) !important;
}

body.meem-official-page {
	color: var(--meem-polish-ink);
}

/* Official MEEM assets: wide desktop logo, square mobile logo. */
.meem-site-header .meem-wordmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(13rem, 18vw, 18rem) !important;
	min-width: 0 !important;
	max-width: 18rem !important;
	height: auto;
	min-height: 2.1rem;
	border: 0;
}

@media (min-width: 1025px) {
	.meem-header-main {
		grid-template-columns: minmax(20rem, 1fr) minmax(13rem, 18rem) minmax(12rem, 1fr) !important;
	}
}

@media (max-width: 1024px) {
	.meem-site-header .meem-header-main {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
	}
}

.meem-wordmark img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
	box-shadow: none;
}

.meem-wordmark__desktop {
	width: 100% !important;
}

.meem-wordmark__desktop.custom-logo {
	max-height: 2.1rem;
	object-fit: contain;
}

.meem-wordmark__mobile {
	display: none !important;
}

.meem-site-header,
.meem-header-main,
.meem-primary-nav,
.meem-mobile-panel {
	background-color: var(--meem-polish-shell) !important;
}

.meem-primary-nav {
	border-color: rgba(30, 25, 23, 0.12);
}

/* The body stays white; beige frames the experience in the footer only. */
.meem-site-footer {
	background: var(--meem-polish-shell) !important;
	color: var(--meem-polish-ink) !important;
}

.meem-site-footer__brand {
	border: 1px solid rgba(30, 25, 23, 0.16) !important;
	background: rgba(255, 255, 255, 0.2) !important;
	box-shadow: none !important;
}

.meem-site-footer,
.meem-site-footer h2,
.meem-site-footer p,
.meem-site-footer a,
.meem-site-footer__logo,
.meem-site-footer__contact {
	color: var(--meem-polish-ink) !important;
}

.meem-site-footer__bottom {
	border-color: rgba(30, 25, 23, 0.14) !important;
}

/* Homepage: preserve the content model, remove the decorative container stack. */
.meem-home-hero {
	padding: clamp(2.4rem, 4vw, 3.4rem) 0 clamp(3rem, 4vw, 4rem) !important;
	background: var(--meem-polish-canvas) !important;
	overflow: visible;
}

.meem-home-hero::before,
.meem-home-hero__stage::after {
	content: none !important;
}

.meem-home-hero__inner {
	grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.92fr) !important;
	gap: clamp(2.4rem, 5vw, 5rem) !important;
	width: min(100% - 48px, 1280px) !important;
	min-height: 0 !important;
}

.meem-home-hero__copy {
	max-width: 42rem;
}

.meem-home-hero__copy h1 {
	max-width: 13ch !important;
	font-size: clamp(3rem, 5vw, 5.5rem) !important;
}

.meem-home-hero__stage {
	justify-self: end;
	width: min(100%, 38rem);
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.meem-home-hero__stage picture,
.meem-home-promo__image picture {
	display: block;
	width: 100%;
}

.meem-home-hero__stage img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9 !important;
	border: 0 !important;
	border-radius: var(--meem-polish-radius) !important;
	background: transparent !important;
	box-shadow: none !important;
	object-fit: cover;
}

.meem-home-promo__image img {
	aspect-ratio: 4 / 3;
	object-position: center 53%;
}

.meem-home-button,
.meem-home-product-card__link {
	min-height: 44px;
	border-radius: var(--meem-polish-radius) !important;
	box-shadow: none !important;
}

.meem-live-search__cta {
	min-height: 44px !important;
}

.meem-site-header .meem-search--header input[type="search"],
.meem-site-header .meem-search--header input[type="search"]:focus {
	height: 44px !important;
	min-height: 44px;
	padding-right: 3.5rem;
	border-radius: var(--meem-polish-radius) !important;
}

.meem-site-header .meem-search--header button[type="submit"] {
	right: 0;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px;
	min-height: 44px;
	border-radius: var(--meem-polish-radius) !important;
}

.meem-home-button:hover,
.meem-home-product-card__link:hover {
	transform: translateY(-1px);
}

.meem-home-hero__chips span {
	min-height: 2.25rem;
	border-color: var(--meem-polish-line) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-canvas) !important;
	box-shadow: none !important;
}

.meem-home-products,
.meem-home-families,
.meem-home-trust,
.meem-home-help {
	width: min(100% - 48px, 1280px) !important;
}

.meem-home-families,
.meem-home-products,
.meem-home-trust,
.meem-home-help,
.meem-home-final {
	padding-block: clamp(4rem, 7vw, 6.5rem) !important;
}

.meem-home-families {
	padding-top: clamp(3rem, 4vw, 4rem) !important;
}

.meem-home-families,
.meem-home-products,
.meem-home-trust,
.meem-home-help {
	background: var(--meem-polish-canvas) !important;
}

.meem-home-family-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(1.4rem, 2.6vw, 2.5rem) !important;
}

.meem-home-family-card,
.meem-home-family-card--large {
	grid-column: auto !important;
	grid-template-columns: minmax(6.5rem, 0.7fr) minmax(0, 1fr) !important;
	min-height: 0 !important;
	padding: 1.15rem 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--meem-polish-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.meem-home-family-card:hover {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.meem-home-family-card__media {
	border: 0 !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-surface) !important;
}

.meem-home-family-card__copy span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.meem-home-product-grid {
	gap: clamp(1rem, 2vw, 1.8rem) !important;
}

.meem-home-product-card {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.meem-home-product-card:hover {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.meem-home-product-card__media {
	border: 0 !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-surface) !important;
}

.meem-home-trust__inner,
.meem-home-help__steps {
	border: 0 !important;
	border-top: 1px solid var(--meem-polish-line) !important;
	border-bottom: 1px solid var(--meem-polish-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.meem-home-trust-card,
.meem-home-help__steps li {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Archive: keep the existing controls and 12px character, remove framing. */
body.meem-shop-page .meem-shop-hero,
body.meem-shop-page .meem-shop-layout,
body.meem-shop-page .meem-shop-main,
body.meem-shop-page .meem-archive-fragment {
	background: var(--meem-polish-canvas) !important;
}

body.meem-shop-page .meem-shop-hero {
	border-bottom: 1px solid var(--meem-polish-line);
}

body.meem-shop-page .meem-shop-hero--archive-media,
body.meem-shop-page .meem-shop-hero--category {
	display: block;
	padding: clamp(0.75rem, 1.4vw, 1.1rem) 0 clamp(0.9rem, 1.8vw, 1.35rem);
}

body.meem-shop-page .meem-shop-hero--archive-media.meem-shop-hero--has-media,
body.meem-shop-page .meem-shop-hero--category.meem-shop-hero--has-media {
	padding-top: clamp(0.75rem, 1.4vw, 1.1rem);
	padding-bottom: clamp(0.9rem, 1.8vw, 1.35rem);
}

body.meem-shop-page .meem-shop-hero--archive-media:not(.meem-shop-hero--has-media),
body.meem-shop-page .meem-shop-hero--category:not(.meem-shop-hero--has-media) {
	padding-block: clamp(2rem, 4vw, 3.5rem);
}

body.meem-shop-page .meem-shop-hero__media {
	position: relative;
	isolation: isolate;
	width: 100%;
	height: clamp(12rem, 19vw, 18rem);
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-surface);
	box-shadow: none;
}

body.meem-shop-page .meem-shop-hero__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

body.meem-shop-page .meem-shop-hero__motion {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--meem-polish-surface);
	object-fit: cover;
	opacity: 0;
	transition: opacity 240ms var(--meem-ease);
}

body.meem-shop-page .meem-shop-hero__media.is-motion-active .meem-shop-hero__motion {
	opacity: 1;
}

html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: var(--meem-polish-surface);
	transform: scaleY(1);
	transform-origin: bottom;
	pointer-events: none;
}

html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__media.is-revealed .meem-shop-hero__visual::after {
	transform: scaleY(0);
	transition: transform 1000ms cubic-bezier(0.2, 1, 0.2, 1);
}

html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__visual > :not(.meem-shop-hero__motion) {
	transform: scale(1.025);
}

html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__media.is-revealed .meem-shop-hero__visual > :not(.meem-shop-hero__motion) {
	transform: scale(1);
	transition: transform 1250ms cubic-bezier(0.2, 1, 0.2, 1);
}

html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__heading--overlay {
	opacity: 0;
	transform: translateY(8px);
}

html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__media.is-revealed .meem-shop-hero__heading--overlay {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 480ms ease-out 420ms, transform 600ms cubic-bezier(0.2, 1, 0.2, 1) 420ms;
}

body.meem-shop-page .meem-shop-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(30, 25, 23, 0.05) 18%, rgba(30, 25, 23, 0.38) 48%, rgba(30, 25, 23, 0.78) 76%, rgba(30, 25, 23, 0.9) 100%);
	pointer-events: none;
}

body.meem-shop-page .meem-shop-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.meem-shop-page .meem-shop-hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

@media (prefers-reduced-motion: reduce) {
	body.meem-shop-page .meem-shop-hero__motion {
		display: none;
	}

	html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__visual::after {
		display: none;
	}

	html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__visual > :not(.meem-shop-hero__motion),
	html.meem-category-motion-ready body.meem-shop-page .meem-shop-hero__heading--overlay {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

body.meem-shop-page .meem-shop-hero__heading--overlay {
	position: absolute;
	left: clamp(1.25rem, 3vw, 3rem);
	right: clamp(1.25rem, 3vw, 3rem);
	bottom: clamp(1.25rem, 3vw, 2.5rem);
	z-index: 2;
	color: #fff;
}

body.meem-shop-page .meem-shop-hero__heading--overlay p {
	max-width: none;
	margin: 0 0 0.55rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(0.7rem, 0.85vw, 0.82rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
	text-shadow: 0 1px 14px rgba(30, 25, 23, 0.28);
}

body.meem-shop-page .meem-shop-hero--archive-media h1,
body.meem-shop-page .meem-shop-hero--category h1 {
	font-size: clamp(2.15rem, 4vw, 3.8rem);
	overflow-wrap: anywhere;
	text-wrap: balance;
}

body.meem-shop-page .meem-shop-hero__heading--overlay h1 {
	max-width: 18ch;
	color: #fff;
	line-height: 0.94;
	text-shadow: 0 2px 22px rgba(30, 25, 23, 0.36);
}

/* The shared archive photograph is an official, people-free MEEM product trio
 * with intentional negative space on the right. Keep its copy in that clear
 * area instead of darkening the products on the left. */
body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__media::after {
	background: linear-gradient(90deg, rgba(251, 248, 245, 0) 32%, rgba(251, 248, 245, 0.5) 58%, rgba(251, 248, 245, 0.96) 100%);
}

body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__image {
	object-position: center 70%;
}

body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__heading--overlay {
	top: 50%;
	right: clamp(1.25rem, 3vw, 3rem);
	bottom: auto;
	left: 54%;
	transform: translateY(-50%);
	color: var(--meem-polish-ink);
}

body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__heading--overlay p {
	color: var(--meem-polish-muted-strong);
	text-shadow: none;
}

body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__heading--overlay h1 {
	color: var(--meem-polish-ink);
	line-height: 0.98;
	text-shadow: none;
}

body.meem-shop-page .meem-shop-hero__copy p {
	max-width: 68ch;
	overflow-wrap: anywhere;
}

body.meem-shop-page .meem-shop-category-intro {
	padding: clamp(1.25rem, 2.4vw, 2rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

body.meem-shop-page .meem-shop-category-intro p {
	max-width: 78ch;
	margin: 0;
	color: var(--meem-polish-muted-strong);
	font-family: var(--meem-font-ui);
	font-size: clamp(0.88rem, 1vw, 0.98rem);
	line-height: 1.7;
	overflow-wrap: anywhere;
}

body.meem-shop-page .meem-shop-category-intro + .meem-shop-layout {
	padding-top: 0 !important;
}

@media (max-width: 1024px) {
	body.meem-shop-page .meem-shop-hero--archive-media,
	body.meem-shop-page .meem-shop-hero--category {
		padding-top: 1rem;
	}

	body.meem-shop-page .meem-shop-hero__media {
		height: clamp(11.5rem, 34vw, 15.5rem);
	}
}

@media (max-width: 680px) {
	body.meem-shop-page .meem-shop-hero--archive-media.meem-shop-hero--has-media,
	body.meem-shop-page .meem-shop-hero--category.meem-shop-hero--has-media {
		padding: 0.75rem 0 1rem;
	}

	body.meem-shop-page .meem-shop-hero__media {
		height: clamp(10.5rem, 48vw, 13.5rem);
		border-radius: 12px;
	}

	body.meem-shop-page .meem-shop-hero--archive-media h1,
	body.meem-shop-page .meem-shop-hero--category h1 {
		font-size: clamp(1.85rem, 9vw, 2.8rem);
	}

	body.meem-shop-page .meem-shop-hero__heading--overlay {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
	}

	body.meem-shop-page .meem-shop-hero__heading--overlay p {
		margin-bottom: 0.35rem;
		font-size: 0.64rem;
		letter-spacing: 0.07em;
	}

	body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__media::after {
		background: linear-gradient(90deg, rgba(251, 248, 245, 0) 38%, rgba(251, 248, 245, 0.64) 58%, rgba(251, 248, 245, 0.98) 100%);
	}

	body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__image {
		object-position: center;
	}

	body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__heading--overlay {
		top: 50%;
		right: 0.9rem;
		bottom: auto;
		left: 56%;
		transform: translateY(-50%);
	}

	body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__heading--overlay h1 {
		font-size: clamp(1.35rem, 6.8vw, 2rem);
		line-height: 1;
	}

	body.meem-shop-page .meem-shop-hero--official-fallback .meem-shop-hero__heading--overlay p {
		margin-bottom: 0.24rem;
		font-size: 0.58rem;
		line-height: 1.3;
	}

	body.meem-shop-page .meem-shop-category-intro {
		padding: 1rem 0 1.4rem;
	}

	body.meem-shop-page .meem-shop-category-intro p {
		font-size: 0.88rem;
		line-height: 1.62;
	}
}

body.meem-shop-page .meem-archive-controls {
	border: 1px solid var(--meem-polish-line) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-canvas) !important;
	box-shadow: none !important;
}

body.meem-shop-page .meem-product-card,
body.meem-shop-page .meem-shop-card,
body.meem-shop-page li.product {
	background: transparent !important;
	box-shadow: none !important;
}

body.meem-shop-page .meem-product-card__media,
body.meem-shop-page .meem-shop-card__media,
body.meem-shop-page li.product > a:first-child,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__media {
	border: 0 !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-surface) !important;
	box-shadow: none !important;
}

body.meem-shop-page .meem-product-card img,
body.meem-shop-page .meem-shop-card img,
body.meem-shop-page li.product img {
	border: 0 !important;
	box-shadow: none !important;
}

body.meem-shop-page .button,
body.meem-shop-page button,
body.meem-shop-page select,
body.meem-shop-page .meem-archive-control,
body.meem-shop-page .meem-category-tab {
	border-radius: var(--meem-polish-radius) !important;
}

/* Native ordering remains the accessible source of truth, with a stable MEEM chevron. */
body.meem-shop-page .meem-archive-controls__sort > select,
body.meem-shop-page .meem-archive-controls.is-enhanced .meem-archive-controls__sort > select {
	position: static !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0.65rem 3rem 0.65rem 0.9rem !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
	border: 1px solid rgba(30, 25, 23, 0.18) !important;
	border-radius: var(--meem-polish-radius) !important;
	background-color: #fffdf9 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%23211b19' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 1rem center !important;
	background-size: 0.75rem 0.5rem !important;
	color: var(--meem-polish-ink) !important;
	cursor: pointer;
	-webkit-appearance: none !important;
	appearance: none !important;
}

body.meem-shop-page .meem-archive-controls__sort > select::-ms-expand {
	display: none;
}

body.meem-shop-page .meem-archive-controls__sort > select:hover {
	border-color: rgba(30, 25, 23, 0.32) !important;
}

body.meem-shop-page .meem-archive-controls__sort > select:focus-visible {
	border-color: rgba(30, 25, 23, 0.42) !important;
	outline: 3px solid #9c514d;
	outline-offset: 2px;
}

body.meem-shop-page .meem-archive-controls.is-enhanced .meem-archive-controls__sort > button[type="submit"] {
	display: none !important;
}

body.meem-shop-page .meem-archive-sort-menu {
	display: none !important;
}

@media (forced-colors: active) {
	body.meem-shop-page .meem-archive-controls__sort > select {
		padding-right: 0.9rem !important;
		background-image: none !important;
		-webkit-appearance: auto !important;
		appearance: auto !important;
	}
}

/* Selected variation price: clear at the decision point without competing with the product title. */
body.single-product .single_variation_wrap .woocommerce-variation-price {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 0.4rem 1rem;
	width: 100%;
	margin: 0.7rem 0 0.9rem;
	padding: 0.72rem 0;
	border-top: 1px solid var(--meem-polish-line);
	border-bottom: 1px solid var(--meem-polish-line);
	color: var(--meem-polish-ink);
}

body.single-product .single_variation_wrap .woocommerce-variation-price::before {
	content: "A kiválasztott változat ára";
	color: var(--meem-polish-muted-strong);
	font-family: var(--meem-font-ui);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.35;
	text-align: left;
}

body.single-product .single_variation_wrap .woocommerce-variation-price .price {
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.4rem;
	width: auto;
	margin: 0;
	color: var(--meem-polish-ink);
	font-family: var(--meem-font-ui);
	font-size: clamp(1rem, 1.3vw, 1.1rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1.25;
	text-align: right;
}

body.single-product .single_variation_wrap .woocommerce-variation-price .price ins,
body.single-product .single_variation_wrap .woocommerce-variation-price .price del {
	font-size: inherit;
}

/* Checkout summary: compact product disclosure and one consistent monetary scale. */
body.woocommerce-checkout #order_review.is-products-collapsed .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout #order_review.is-products-collapsed .woocommerce-checkout-review-order-table tbody {
	display: none !important;
}

body.woocommerce-checkout #order_review .meem-order-products-toggle {
	min-height: 44px;
	padding: 0.72rem 0.9rem;
	font-size: 0.86rem;
}

body.woocommerce-checkout #order_review .meem-order-products-toggle__state {
	font-size: 0.69rem;
}

body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item {
	padding: 0.68rem 0.78rem;
}

body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart_item td,
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot td,
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .amount {
	font-size: 0.9rem !important;
	line-height: 1.35;
}

body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .amount {
	font-weight: 650 !important;
	font-variant-numeric: tabular-nums;
}

body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.order-total td,
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tr.order-total .amount {
	font-size: 0.9rem !important;
	font-weight: 850 !important;
}

@media (max-width: 520px) {
	body.single-product .single_variation_wrap .woocommerce-variation-price {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.25rem;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price .price {
		justify-content: flex-start;
		text-align: left;
	}
}

@media (forced-colors: active) {
	body.single-product .single_variation_wrap .woocommerce-variation-price {
		border-color: CanvasText;
		color: CanvasText;
	}
}

/* PDP gallery: image itself, never a thick frame around a frame. */
body.single-product .meem-product-detail,
body.single-product .meem-product-detail__grid,
body.single-product .meem-product-gallery,
body.single-product .meem-product-summary {
	background: var(--meem-polish-canvas) !important;
}

body.single-product .meem-product-prelude {
	width: min(100% - 48px, 1220px);
	margin: 0 auto;
	padding-top: 0.9rem;
	color: var(--meem-polish-muted);
	font-size: 0.82rem;
}

body.single-product .meem-product-prelude:has(+ .meem-product-detail) {
	margin-bottom: -0.4rem;
}

body.single-product .meem-product-prelude > a {
	color: var(--meem-polish-ink);
	text-decoration: none;
}

body.single-product .meem-product-prelude .woocommerce-notices-wrapper:empty {
	display: none;
}

body.single-product .meem-product-gallery__primary,
body.single-product .meem-product-gallery__fallback {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-product .meem-product-gallery__image {
	border: 0 !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-surface) !important;
	box-shadow: none !important;
}

body.single-product .meem-product-gallery__thumbs {
	display: flex;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	padding: 0.25rem 0 0.5rem;
	scroll-snap-type: x proximity;
}

body.single-product .meem-product-detail__grid > *,
body.single-product .meem-product-gallery {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

body.single-product .meem-product-gallery__thumb-button {
	flex: 0 0 5.25rem;
	min-width: 5.25rem;
	padding: 0.25rem;
	border: 1px solid transparent;
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-canvas);
	box-shadow: none;
	cursor: pointer;
	scroll-snap-align: start;
}

body.single-product .meem-product-gallery__thumb-button[aria-pressed="true"] {
	border-color: var(--meem-polish-ink);
}

body.single-product .meem-product-gallery__thumb {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--meem-polish-surface) !important;
	box-shadow: none !important;
}

body.single-product .single_add_to_cart_button,
body.single-product .quantity input {
	min-height: 44px;
	border-radius: var(--meem-polish-radius) !important;
}

/* Cart and checkout: one warm outer shell, without an inner square canvas. */
.meem-commerce-shell {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
	padding-block: clamp(2.5rem, 5vw, 5rem);
}

.meem-commerce-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(1.5rem, 3.5vw, 3rem);
	border: 1px solid rgba(30, 25, 23, 0.09);
	border-radius: 18px;
	background: var(--meem-polish-commerce-surface) !important;
	box-shadow: 0 16px 38px rgba(54, 38, 32, 0.07) !important;
}

.meem-commerce-content .meem-info-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
}

.meem-commerce-heading {
	display: grid;
	gap: 0.45rem;
	margin: 0 0 clamp(1.8rem, 4vw, 3rem);
}

.meem-commerce-heading p,
.meem-commerce-heading h1 {
	margin: 0;
}

.meem-commerce-heading p {
	color: var(--meem-polish-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.meem-commerce-heading h1 {
	max-width: 18ch;
	font-size: clamp(2.25rem, 5vw, 4.25rem);
	line-height: 1;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout form.checkout {
	background: transparent !important;
	box-shadow: none !important;
}

/*
 * The cart is one coherent commerce surface, matching the checkout field
 * panel instead of leaving the native WooCommerce sections visually loose.
 */
body.woocommerce-cart .meem-info-content > .woocommerce {
	padding: clamp(1rem, 2vw, 1.3rem) !important;
	border: 1px solid var(--meem-checkout-line, var(--meem-polish-line)) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-checkout-panel-strong, #fffdf9) !important;
	box-shadow: 0 12px 28px rgba(54, 38, 32, 0.065) !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment {
	background: var(--meem-polish-canvas) !important;
	box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review {
	border-color: var(--meem-polish-line) !important;
	border-radius: var(--meem-polish-radius) !important;
}

/*
 * The Woo review node also contains payment, so it is a structural wrapper,
 * not the visual bottom half of the summary heading. Keep the product toggle
 * and totals table as the single, visibly closed summary surface instead.
 */
body.woocommerce-checkout #order_review_heading {
	margin: 0 0 clamp(0.72rem, 1.4vw, 0.92rem) !important;
	border-radius: var(--meem-polish-radius) !important;
}

body.woocommerce-checkout #order_review {
	margin-top: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-checkout #order_review .meem-order-products-toggle {
	border-radius: var(--meem-polish-radius) var(--meem-polish-radius) 0 0 !important;
}

body.woocommerce-checkout #order_review .meem-order-products-toggle + .woocommerce-checkout-review-order-table {
	margin-top: calc(clamp(0.9rem, 1.6vw, 1.1rem) * -1) !important;
	border: 1px solid var(--meem-checkout-line, var(--meem-polish-line)) !important;
	border-top: 0 !important;
	border-radius: 0 0 var(--meem-polish-radius) var(--meem-polish-radius) !important;
}

/*
 * Keep the structural WooCommerce wrappers transparent so no square canvas can
 * sit behind the deliberate rounded field panels below.
 */
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout form.checkout .form-row,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #wc_szamlazz_adoszam_field {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Restore the useful field-group frame without restoring the old backing box. */
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: clamp(1rem, 2vw, 1.3rem) !important;
	border: 1px solid var(--meem-checkout-line, var(--meem-polish-line)) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-checkout-panel-strong, #fffdf9) !important;
	box-shadow: 0 12px 28px rgba(54, 38, 32, 0.065) !important;
}

body.woocommerce-checkout #customer_details .col-2:empty {
	display: none;
}

/* Company and invoice identity are one visually related, full-width group. */
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #wc_szamlazz_adoszam_field {
	width: 100%;
	min-width: 0;
	padding: 0.82rem !important;
	border: 1px solid rgba(152, 122, 100, 0.2) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: rgba(239, 228, 221, 0.24) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea,
body.woocommerce-checkout form .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	border: 1px solid var(--meem-polish-line) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: #fff !important;
	box-shadow: none !important;
}

/* Hungary is the only available country, so present it as a calm fixed value. */
body.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper {
	display: block;
}

body.woocommerce-checkout #billing_country_field select.country_to_state--single {
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0.125rem 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--meem-polish-ink) !important;
	font-weight: 600;
	line-height: 1.5;
	-webkit-appearance: none;
	appearance: none;
	cursor: default;
}

body.woocommerce-checkout #billing_country_field select.country_to_state--single:focus-visible {
	outline: 2px solid var(--meem-polish-ink) !important;
	outline-offset: 3px;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment ul.payment_methods > li,
body.woocommerce-checkout #shipping_method li,
body.woocommerce-cart #shipping_method li {
	background: var(--meem-polish-canvas) !important;
	box-shadow: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li:not(.meem-shipping-method--selected):has(input.shipping_method) {
	display: block !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method input.shipping_method {
	display: inline-block !important;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}

body.woocommerce-cart button,
body.woocommerce-cart .button,
body.woocommerce-checkout button,
body.woocommerce-checkout .button,
body.woocommerce-checkout input,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
	border-radius: var(--meem-polish-radius) !important;
}

.meem-wordmark:focus-visible,
.meem-product-gallery__thumb-button:focus-visible,
.meem-home a:focus-visible,
.meem-shop-shell a:focus-visible,
.meem-shop-shell button:focus-visible,
.meem-commerce-shell a:focus-visible,
.meem-commerce-shell button:focus-visible,
.meem-commerce-shell input:focus-visible,
.meem-commerce-shell select:focus-visible,
.meem-commerce-shell textarea:focus-visible {
	outline: 2px solid var(--meem-polish-ink) !important;
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.meem-home-hero__inner {
		grid-template-columns: 1fr !important;
	}

	.meem-home-hero__stage {
		justify-self: start;
		width: min(100%, 44rem);
	}

	.meem-home-family-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.meem-site-header .meem-wordmark {
		width: 2.75rem !important;
		max-width: 2.75rem !important;
		min-height: 2.75rem;
	}

	.meem-wordmark__desktop {
		display: none !important;
	}

	.meem-wordmark__mobile {
		display: block !important;
		width: 2.75rem;
		height: 2.75rem;
		object-fit: contain;
	}

	.meem-home-hero {
		padding-block: 1rem 3.5rem !important;
	}

	.meem-home-hero__inner,
	.meem-home-products,
	.meem-home-families,
	.meem-home-trust,
	.meem-home-help,
	.meem-commerce-shell {
		width: min(100% - 28px, 1280px) !important;
	}

	.meem-home-hero__stage {
		order: -1;
		width: 100%;
	}

	.meem-home-hero__stage img {
		aspect-ratio: 16 / 9 !important;
		object-position: center 48%;
	}

	.meem-home-hero__copy h1 {
		max-width: 12ch !important;
		font-size: clamp(2.25rem, 10vw, 3.25rem) !important;
	}

	.meem-home-family-grid {
		grid-template-columns: 1fr !important;
		gap: 0.5rem !important;
	}

	.meem-home-family-card,
	.meem-home-family-card--large {
		grid-template-columns: 6rem minmax(0, 1fr) !important;
		gap: 1rem !important;
	}

	.meem-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.meem-commerce-shell {
		padding-block: 2rem 3.5rem;
	}

	.meem-commerce-content {
		padding: clamp(1rem, 4vw, 1.5rem);
		border-radius: 16px;
	}

	body.single-product .meem-product-prelude {
		width: min(100% - 28px, 1220px);
	}
}

@media (max-width: 520px) {
	.meem-site-header .meem-header-tools {
		gap: 4px;
	}

	.meem-site-header .meem-header-account {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.meem-site-header .meem-header-cart {
		gap: 6px;
		width: 106px;
		min-width: 106px;
		min-height: 44px;
		padding: 6px 8px;
	}

	.meem-site-header .meem-header-cart__copy {
		padding-right: 12px;
	}

	.meem-site-header .meem-header-cart-subtotal {
		max-width: 54px;
	}
}

@media (max-width: 379px) {
	.meem-site-header .meem-header-cart {
		justify-content: center;
		width: 44px;
		min-width: 44px;
		padding: 0;
	}

	.meem-site-header .meem-header-cart__copy {
		display: none !important;
	}
}

/*
 * Header and footer finish layer.
 * The behaviour and menu structure stay native; this only tightens hierarchy,
 * contrast, optical balance and responsive tap targets.
 */
.meem-site-header {
	border-bottom: 1px solid rgba(30, 25, 23, 0.2) !important;
	background: var(--meem-polish-shell) !important;
	box-shadow: 0 10px 26px rgba(54, 38, 32, 0.09) !important;
}

.meem-site-header .meem-promo-bar {
	min-height: 28px;
	padding-inline: 1rem;
	background: var(--meem-polish-ink) !important;
	color: var(--meem-polish-surface) !important;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}

.meem-site-header .meem-header-main {
	padding-block: 0.5rem;
}

.meem-site-header .meem-wordmark {
	opacity: 1;
}

/* Keep the earlier compact search treatment the customer preferred. */

.meem-site-header .meem-header-tools {
	gap: 0.5rem;
}

.meem-site-header .meem-header-action,
.meem-site-header .meem-menu-toggle {
	border: 1px solid rgba(30, 25, 23, 0.26) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: rgba(251, 248, 245, 0.88) !important;
	color: var(--meem-polish-ink) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 5px 14px rgba(54, 38, 32, 0.07) !important;
}

.meem-site-header .meem-header-action:hover,
.meem-site-header .meem-header-action:focus-visible,
.meem-site-header .meem-menu-toggle:hover,
.meem-site-header .meem-menu-toggle:focus-visible {
	border-color: rgba(30, 25, 23, 0.5) !important;
	background: var(--meem-polish-canvas) !important;
	color: var(--meem-polish-ink) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(54, 38, 32, 0.1) !important;
}

.meem-site-header .meem-header-action__icon,
.meem-site-header .meem-header-action__icon .meem-icon {
	width: 21px;
	height: 21px;
}

.meem-site-header .meem-header-action__icon {
	flex: 0 0 21px;
	min-width: 21px;
	overflow: visible;
}

.meem-site-header .meem-header-action__icon .meem-icon {
	stroke-width: 1.8;
}

.meem-site-header .meem-header-account__label {
	position: static !important;
	display: block;
	flex: 0 0 auto;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	overflow: visible;
	color: var(--meem-polish-ink);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.meem-site-header .meem-header-cart {
	overflow: visible !important;
	border-color: var(--meem-polish-ink) !important;
	background: var(--meem-polish-ink) !important;
	color: var(--meem-polish-surface) !important;
	box-shadow: 0 7px 16px rgba(30, 25, 23, 0.16) !important;
}

.meem-site-header .meem-header-cart:hover,
.meem-site-header .meem-header-cart:focus-visible {
	border-color: var(--meem-polish-ink-hover) !important;
	background: var(--meem-polish-ink-hover) !important;
	color: var(--meem-polish-canvas) !important;
	box-shadow: 0 10px 22px rgba(30, 25, 23, 0.2) !important;
}

.meem-site-header .meem-header-cart__label {
	color: rgba(251, 248, 245, 0.72) !important;
}

.meem-site-header .meem-header-cart-subtotal {
	max-width: none !important;
	overflow: visible !important;
	color: var(--meem-polish-canvas) !important;
	text-overflow: clip !important;
}

.meem-site-header .meem-header-cart-count {
	top: 3px;
	right: 3px;
	border: 2px solid var(--meem-polish-shell) !important;
	background: var(--meem-polish-danger);
	box-shadow: 0 5px 12px rgba(99, 30, 27, 0.24);
}

.meem-site-header .meem-primary-nav {
	min-height: 44px;
	border-top: 1px solid rgba(30, 25, 23, 0.11) !important;
	border-bottom: 0 !important;
	background: var(--meem-polish-shell-strong) !important;
}

.meem-site-header .meem-primary-nav > a,
.meem-site-header .meem-nav-dropdown > a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding-inline: 1rem;
	border-radius: 10px;
	color: var(--meem-polish-ink) !important;
	font-weight: 800;
	letter-spacing: 0.07em;
	transition: color 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.meem-site-header .meem-primary-nav > a:hover,
.meem-site-header .meem-primary-nav > a:focus-visible,
.meem-site-header .meem-nav-dropdown > a:hover,
.meem-site-header .meem-nav-dropdown > a:focus-visible,
.meem-site-header .meem-primary-nav [aria-current="page"] {
	background: rgba(251, 248, 245, 0.58);
	color: var(--meem-polish-ink) !important;
}

/* Desktop shop navigation: a light, calm category panel with a reliable hover path. */
@media (min-width: 1025px) {
	.meem-site-header .meem-nav-dropdown::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 100%;
		z-index: 49;
		width: min(38rem, calc(100vw - 32px));
		height: 12px;
		transform: translateX(-50%);
		pointer-events: none;
	}

	.meem-site-header .meem-nav-dropdown:hover::after,
	.meem-site-header .meem-nav-dropdown:focus-within::after {
		pointer-events: auto;
	}

	.meem-site-header .meem-nav-dropdown__panel {
		z-index: 50;
		top: calc(100% + 6px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px;
		width: min(38rem, calc(100vw - 32px));
		max-height: min(70vh, 32rem);
		padding: 12px;
		overflow-y: auto;
		overscroll-behavior: contain;
		border: 1px solid var(--meem-polish-line);
		border-radius: 16px;
		background: #fffdf9;
		color: var(--meem-polish-ink);
		box-shadow: 0 22px 52px rgba(30, 25, 23, 0.14), 0 3px 10px rgba(30, 25, 23, 0.08);
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-50%, 4px, 0);
		transition: opacity 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s linear 220ms;
		scrollbar-color: rgba(30, 25, 23, 0.32) transparent;
		scrollbar-width: thin;
	}

	.meem-site-header .meem-nav-dropdown__panel::before {
		display: none;
	}

	.meem-site-header .meem-nav-dropdown:hover .meem-nav-dropdown__panel,
	.meem-site-header .meem-nav-dropdown:focus-within .meem-nav-dropdown__panel {
		opacity: 1;
		visibility: visible;
		transform: translate3d(-50%, 0, 0);
		transition-delay: 0s;
	}

	.meem-site-header .meem-nav-dropdown__panel a {
		display: flex;
		align-items: center;
		min-width: 0;
		min-height: 44px;
		padding: 0.65rem 0.8rem;
		border: 0;
		border-radius: var(--meem-polish-radius);
		background: transparent;
		color: var(--meem-polish-ink) !important;
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.35;
		text-transform: none;
		overflow-wrap: anywhere;
		transition: background 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955), color 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.meem-site-header .meem-nav-dropdown__panel a:first-child {
		grid-column: 1 / -1;
		min-height: 48px;
		padding-inline: 0.9rem;
		background: var(--meem-polish-surface);
		font-weight: 800;
	}

	.meem-site-header .meem-nav-dropdown__panel a:hover,
	.meem-site-header .meem-nav-dropdown__panel a:focus-visible {
		background: var(--meem-polish-commerce-surface);
		color: var(--meem-polish-ink) !important;
	}
}

.meem-site-header :where(a, button, input):focus-visible,
.meem-site-footer :where(a, button):focus-visible {
	outline: 2px solid var(--meem-polish-ink) !important;
	outline-offset: 3px;
}

/* The footer is one calm shell, not a stack of cards. */
.meem-site-footer {
	border-top: 1px solid rgba(30, 25, 23, 0.24) !important;
	background: var(--meem-polish-shell-strong) !important;
	box-shadow: none !important;
}

.meem-site-footer__inner {
	grid-template-columns: minmax(18rem, 1.4fr) minmax(8rem, 0.65fr) minmax(12rem, 1fr) minmax(12rem, 0.95fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	width: min(100% - 48px, 1280px);
	padding: clamp(3.5rem, 6vw, 5.25rem) 0 clamp(2.5rem, 4vw, 3.5rem);
}

.meem-site-footer__brand {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.meem-site-footer__brand,
.meem-site-footer__column {
	gap: 0.55rem;
	min-width: 0;
}

.meem-site-footer__logo {
	display: block;
	width: min(100%, 20rem) !important;
	margin: 0 0 0.85rem;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.meem-site-footer__logo:hover,
.meem-site-footer__logo:focus-visible {
	transform: none !important;
}

.meem-site-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	box-shadow: none;
	opacity: 1;
}

.meem-site-footer h2 {
	margin-bottom: 0.5rem;
	color: var(--meem-polish-ink) !important;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

.meem-site-footer__brand > h2 {
	font-size: 0.82rem;
	letter-spacing: 0.075em;
}

.meem-site-footer p {
	max-width: 30rem;
	color: var(--meem-polish-muted-strong) !important;
	font-size: 0.94rem;
	line-height: 1.65;
}

.meem-site-footer a:not(.meem-site-footer__contact):not(.meem-site-footer__logo) {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-width: 0;
	min-height: 32px;
	color: rgba(30, 25, 23, 0.76) !important;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-decoration: none;
	white-space: normal;
}

.meem-site-footer :where(img, svg, .meem-icon) {
	max-width: 100%;
}

.meem-site-footer :where(svg, .meem-icon) {
	display: block;
	flex: 0 0 1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	overflow: visible;
}

.meem-site-footer a:not(.meem-site-footer__contact):not(.meem-site-footer__logo):hover,
.meem-site-footer a:not(.meem-site-footer__contact):not(.meem-site-footer__logo):focus-visible {
	color: var(--meem-polish-ink) !important;
	transform: translateX(2px);
}

.meem-site-footer .meem-site-footer__contact {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 1.1rem;
	padding: 0.7rem 1rem !important;
	border: 1px solid var(--meem-polish-ink) !important;
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-ink);
	color: var(--meem-polish-surface) !important;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1;
	text-transform: uppercase;
	transition: background 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.meem-site-footer .meem-site-footer__contact:hover,
.meem-site-footer .meem-site-footer__contact:focus-visible {
	background: var(--meem-polish-ink-hover);
	color: var(--meem-polish-canvas) !important;
	transform: translateY(-1px);
}

.meem-site-footer__bottom {
	display: grid;
	place-items: center;
	min-height: 64px;
	border-top: 1px solid rgba(30, 25, 23, 0.16) !important;
	background: rgba(30, 25, 23, 0.035);
}

.meem-site-footer__bottom p {
	width: min(100% - 48px, 1280px);
	margin: 0 auto;
	padding-block: 1.15rem;
	color: var(--meem-polish-muted-strong) !important;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	line-height: 1.45;
	text-align: center;
}

/* Commerce feedback: one optical center and one anchored loader on every add action. */
.meem-shop-card__buy,
.meem-live-search__cta,
.meem-cart-dialog__button,
.meem-sale-products__fallback-card .add_to_cart_button,
body.woocommerce .add_to_cart_button,
body.single-product .single_add_to_cart_button,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button {
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	min-width: 0;
	min-height: 44px;
	line-height: 1.1 !important;
	text-align: center !important;
	transform: none !important;
}

.meem-live-search__cta,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button {
	flex: 0 0 auto;
	justify-self: end;
	width: auto !important;
	min-width: 74px;
	max-width: 8rem;
	padding-inline: 0.85rem !important;
}

.meem-live-search__item {
	grid-template-columns: minmax(0, 1fr) minmax(74px, 7rem) !important;
}

.meem-shop-card__buy.loading,
.meem-live-search__cta.loading,
.meem-cart-dialog__button.add_to_cart_button.loading,
.meem-sale-products__fallback-card .add_to_cart_button.loading,
body.woocommerce .add_to_cart_button.loading,
body.single-product .single_add_to_cart_button.loading,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button.loading,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button.loading {
	color: transparent !important;
	cursor: progress !important;
	opacity: 1 !important;
	pointer-events: none;
	transform: none !important;
	transition: none !important;
}

.meem-shop-card__buy.loading::before,
.meem-live-search__cta.loading::before,
.meem-cart-dialog__button.add_to_cart_button.loading::before,
.meem-sale-products__fallback-card .add_to_cart_button.loading::before,
body.woocommerce .add_to_cart_button.loading::before,
body.single-product .single_add_to_cart_button.loading::before,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button.loading::before,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button.loading::before {
	display: none !important;
	content: none !important;
}

.meem-shop-card__buy.loading::after,
.meem-live-search__cta.loading::after,
.meem-cart-dialog__button.add_to_cart_button.loading::after,
.meem-sale-products__fallback-card .add_to_cart_button.loading::after,
body.woocommerce .add_to_cart_button.loading::after,
body.single-product .single_add_to_cart_button.loading::after,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button.loading::after,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button.loading::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	display: block !important;
	width: 1rem !important;
	height: 1rem !important;
	margin: 0 !important;
	border: 2px solid rgba(255, 253, 249, 0.34) !important;
	border-top-color: #fffdf9 !important;
	border-right-color: #fffdf9 !important;
	border-radius: 50% !important;
	background: transparent !important;
	translate: -50% -50% !important;
	rotate: 0deg;
	transform: none !important;
	animation: meem-control-loader 680ms linear infinite !important;
}

.meem-shop-card__buy.added:not(.loading)::after,
.meem-shop-card__buy.is-added:not(.loading)::after,
.meem-live-search__cta.added:not(.loading)::after,
.meem-live-search__cta.is-added:not(.loading)::after,
.meem-cart-dialog__button.added:not(.loading)::after,
body.woocommerce .add_to_cart_button.added:not(.loading)::after,
body.woocommerce .add_to_cart_button.is-added:not(.loading)::after,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button.added:not(.loading)::after,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button.is-added:not(.loading)::after,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button.added:not(.loading)::after,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button.is-added:not(.loading)::after {
	display: none !important;
	content: none !important;
}

.meem-shop-card__buy.is-added,
.meem-live-search__cta.is-added,
.meem-cart-dialog__button.add_to_cart_button.is-added,
.meem-sale-products__fallback-card .add_to_cart_button.is-added,
body.woocommerce .add_to_cart_button.is-added,
body.meem-shop-page.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__buy.add_to_cart_button.is-added,
body.meem-official-page .meem-live-search__cta.button.add_to_cart_button.is-added {
	border-color: #46533f !important;
	background: #46533f !important;
	color: #fffdf9 !important;
	opacity: 1 !important;
	transition: none !important;
}

@keyframes meem-control-loader {
	to {
		rotate: 360deg;
	}
}

/* Archive refresh: replace the dimmed old grid with stable card-shaped skeletons. */
.meem-shop-page .meem-shop-main .meem-archive-fragment.is-loading ul.products,
.meem-shop-page .meem-shop-main .meem-archive-fragment.is-loading .meem-shop-pagination {
	display: none !important;
}

.meem-archive-fragment.is-loading::after {
	display: none !important;
	content: none !important;
}

.meem-archive-skeleton {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.5vw, 1.25rem);
	width: 100%;
	margin: 0;
}

.meem-archive-fragment[data-meem-archive-columns="3"] .meem-archive-skeleton {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1200px) {
	.meem-archive-fragment[data-meem-archive-columns="5"] .meem-archive-skeleton {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.meem-archive-skeleton__card {
	position: relative;
	display: grid;
	gap: 0.72rem;
	min-width: 0;
	overflow: hidden;
	border-radius: var(--meem-polish-radius);
}

.meem-archive-skeleton__media,
.meem-archive-skeleton__line,
.meem-archive-skeleton__button {
	display: block;
	background: #eee6e1;
}

.meem-archive-skeleton__media {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: var(--meem-polish-radius);
}

.meem-archive-skeleton__copy {
	display: grid;
	gap: 0.52rem;
	padding-inline: 0.1rem;
}

.meem-archive-skeleton__line {
	height: 0.72rem;
	border-radius: 999px;
}

.meem-archive-skeleton__line--eyebrow {
	width: 38%;
	height: 0.52rem;
}

.meem-archive-skeleton__line--title {
	width: 82%;
	height: 0.88rem;
}

.meem-archive-skeleton__line--price {
	width: 52%;
}

.meem-archive-skeleton__button {
	width: 100%;
	height: 48px;
	margin-top: 0.18rem;
	border-radius: var(--meem-polish-radius);
	background: #ded3cc;
}

.meem-archive-skeleton__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, 0.72) 48%, transparent 78%);
	transform: translateX(-120%);
	animation: meem-skeleton-sheen 1.15s ease-in-out infinite;
	pointer-events: none;
}

@keyframes meem-skeleton-sheen {
	to {
		transform: translateX(120%);
	}
}

@media (max-width: 1199px) {
	.meem-archive-skeleton,
	.meem-archive-fragment[data-meem-archive-columns="3"] .meem-archive-skeleton,
	.meem-archive-fragment[data-meem-archive-columns="4"] .meem-archive-skeleton,
	.meem-archive-fragment[data-meem-archive-columns="5"] .meem-archive-skeleton {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Live-search sale prices mirror the native WooCommerce archive hierarchy. */
.meem-live-search__price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.22rem 0.52rem;
	line-height: 1.18;
}

.meem-live-search__price del {
	display: inline-flex;
	align-items: baseline;
	margin: 0;
	color: #8b7a70;
	font-size: 0.86em;
	font-weight: 600;
	line-height: 1.15;
	text-decoration-color: rgba(108, 98, 93, 0.62);
	text-decoration-line: line-through;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
}

.meem-live-search__price ins {
	display: inline-flex;
	align-items: baseline;
	margin: 0;
	color: var(--meem-polish-ink);
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.meem-live-search__price ins * {
	text-decoration: none;
}

/* Logged-out WooCommerce account: one clear two-column entry surface. */
body.woocommerce-account:not(.logged-in) .meem-info-shell {
	padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 3vw, 2.5rem);
}

body.woocommerce-account:not(.logged-in) .meem-info-card {
	width: min(100%, 1120px);
	padding: clamp(1.4rem, 3.5vw, 2.8rem);
	border: 1px solid rgba(30, 25, 23, 0.1);
	border-radius: 20px;
	background: #fffdf9 !important;
	box-shadow: 0 20px 48px rgba(54, 38, 32, 0.09);
}

body.woocommerce-account:not(.logged-in) .meem-info-kicker {
	margin-bottom: 0.55rem;
}

body.woocommerce-account:not(.logged-in) .meem-info-card > h1 {
	max-width: none;
	margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
	font-size: clamp(2.8rem, 5vw, 4.7rem);
}

body.woocommerce-account:not(.logged-in) .meem-info-content,
body.woocommerce-account:not(.logged-in) .meem-info-content > .woocommerce {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	box-shadow: none;
}

body.woocommerce-account:not(.logged-in) #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 1.6rem);
	margin: 0;
}

body.woocommerce-account:not(.logged-in) #customer_login::before,
body.woocommerce-account:not(.logged-in) #customer_login::after {
	display: none;
	content: none;
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0;
	padding: clamp(1.2rem, 2.5vw, 1.8rem);
	border: 1px solid rgba(30, 25, 23, 0.14);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #fbf7f3) !important;
	box-shadow: 0 12px 30px rgba(54, 38, 32, 0.055);
}

body.woocommerce-account:not(.logged-in) #customer_login h2 {
	margin: 0 0 1.25rem;
	color: var(--meem-polish-ink);
	font-size: clamp(1.45rem, 2vw, 1.8rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

body.woocommerce-account:not(.logged-in) #customer_login form,
body.woocommerce-account:not(.logged-in) #customer_login form.woocommerce-form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .form-row {
	float: none;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
}

body.woocommerce-account:not(.logged-in) #customer_login .form-row label:not(.woocommerce-form-login__rememberme) {
	display: block;
	margin: 0 0 0.38rem;
	color: var(--meem-polish-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

body.woocommerce-account:not(.logged-in) #customer_login input.input-text {
	width: 100%;
	height: 48px;
	min-height: 48px;
	padding: 0.72rem 0.85rem;
	border: 1px solid rgba(30, 25, 23, 0.26);
	border-radius: var(--meem-polish-radius);
	background: #fff;
	color: var(--meem-polish-ink);
	font: inherit;
	box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in) #customer_login input.input-text:focus {
	border-color: rgba(156, 81, 77, 0.72);
	box-shadow: 0 0 0 3px rgba(156, 81, 77, 0.13);
	outline: none;
}

body.woocommerce-account:not(.logged-in) #customer_login .password-input {
	display: block;
	width: 100%;
}

body.woocommerce-account:not(.logged-in) #customer_login .show-password-input {
	top: 50%;
	right: 0.85rem;
	translate: 0 -50%;
}

body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.48rem;
	min-height: 44px;
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
}

body.woocommerce-account:not(.logged-in) #customer_login input[type="checkbox"] {
	width: 1.1rem;
	height: 1.1rem;
	margin: 0;
	accent-color: var(--meem-polish-ink);
}

body.woocommerce-account:not(.logged-in) #customer_login button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 8.5rem;
	min-height: 48px;
	padding: 0.75rem 1.1rem;
	border: 1px solid var(--meem-polish-ink);
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-ink);
	color: #fffdf9;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 20px rgba(54, 38, 32, 0.13);
}

body.woocommerce-account:not(.logged-in) #customer_login button.button:hover,
body.woocommerce-account:not(.logged-in) #customer_login button.button:focus-visible {
	border-color: var(--meem-polish-ink-hover);
	background: var(--meem-polish-ink-hover);
	color: #fffdf9;
}

body.woocommerce-account:not(.logged-in) #customer_login .lost_password {
	margin: 0.35rem 0 0;
}

body.woocommerce-account:not(.logged-in) #customer_login .lost_password a,
body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text a {
	color: var(--meem-polish-label);
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.woocommerce-account:not(.logged-in) #customer_login .woocommerce-privacy-policy-text {
	margin: 0 0 1rem;
	color: var(--meem-polish-muted);
	font-size: 0.82rem;
	line-height: 1.58;
}

@media (max-width: 780px) {
	body.woocommerce-account:not(.logged-in) #customer_login {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-account:not(.logged-in) .meem-info-card {
		padding: 1.15rem;
		border-radius: 16px;
	}

	body.woocommerce-account:not(.logged-in) #customer_login > .u-column1,
	body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
		padding: 1.1rem;
		border-radius: var(--meem-polish-radius);
	}

	body.woocommerce-account:not(.logged-in) #customer_login button.button {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.meem-site-header .meem-header-main {
		grid-template-columns: minmax(20rem, 1fr) minmax(18rem, 22rem) minmax(20rem, 1fr) !important;
		min-height: 72px;
	}

	.meem-site-header .meem-wordmark {
		width: clamp(18rem, 22vw, 22rem) !important;
		max-width: 22rem !important;
	}

	.meem-site-header .meem-header-search {
		width: clamp(320px, 28vw, 400px);
		max-width: 400px;
	}

	.meem-site-header .meem-header-account {
		gap: 0.55rem;
		width: auto;
		min-width: 120px;
		height: 48px;
		padding-inline: 0.85rem;
	}

	.meem-site-header .meem-header-cart {
		width: auto;
		min-width: 144px;
		padding-right: 1rem;
	}

	.meem-site-header .meem-header-account__label {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	.meem-site-header .meem-header-account__label {
		display: none !important;
	}

	.meem-site-header .meem-menu-toggle {
		color: var(--meem-polish-ink) !important;
	}

	html.meem-menu-open .meem-site-header .meem-menu-toggle {
		border-color: var(--meem-polish-ink) !important;
		background: var(--meem-polish-ink) !important;
		color: var(--meem-polish-surface) !important;
		box-shadow: 0 7px 16px rgba(54, 38, 32, 0.16) !important;
	}

	.meem-site-header .meem-mobile-panel:not([hidden]) {
		gap: 0;
		width: min(100% - 16px, 30rem);
		max-height: calc(100dvh - 8.5rem);
		margin-bottom: 0.75rem;
		padding: 0.5rem 0.8rem 0.75rem;
		overscroll-behavior: contain;
		border: 1px solid rgba(30, 25, 23, 0.28);
		border-radius: 16px;
		background: var(--meem-polish-surface) !important;
		color: var(--meem-polish-ink) !important;
		box-shadow: 0 18px 34px rgba(54, 38, 32, 0.16) !important;
	}

	.meem-site-header .meem-mobile-panel__section,
	.meem-site-header .meem-mobile-panel__section--families {
		gap: 0.2rem;
		padding: 0.85rem 0;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	.meem-site-header .meem-mobile-panel__section + .meem-mobile-panel__section {
		border-top: 1px solid rgba(30, 25, 23, 0.14) !important;
	}

	.meem-site-header .meem-mobile-panel .meem-mobile-panel__eyebrow {
		margin: 0 0 0.35rem;
		padding-inline: 0.75rem;
		color: var(--meem-polish-label);
		font-size: 0.68rem;
		font-weight: 800;
		letter-spacing: 0.1em;
	}

	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link {
		min-height: 48px;
		padding: 0.72rem 0.75rem;
		border: 1px solid transparent;
		border-radius: var(--meem-polish-radius);
		color: var(--meem-polish-ink) !important;
		font-size: 0.94rem;
		font-weight: 700;
	}

	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link::after {
		opacity: 0.58;
	}

	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link:hover,
	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link:focus-visible,
	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link[aria-current="page"] {
		border-color: rgba(30, 25, 23, 0.18);
		background: var(--meem-polish-shell) !important;
		color: var(--meem-polish-ink) !important;
		transform: none;
	}

	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link--primary {
		border-color: var(--meem-polish-ink);
		background: var(--meem-polish-ink) !important;
		color: var(--meem-polish-surface) !important;
	}

	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link--primary:hover,
	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link--primary:focus-visible,
	.meem-site-header .meem-mobile-panel .meem-mobile-panel__link--primary[aria-current="page"] {
		border-color: var(--meem-polish-ink-hover);
		background: var(--meem-polish-ink-hover) !important;
		color: var(--meem-polish-canvas) !important;
	}

	.meem-site-footer__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.meem-site-footer__brand {
		grid-column: 1 / -1;
		max-width: 34rem;
	}
}

@media (max-width: 760px) {
	.meem-site-header .meem-wordmark {
		width: 2.875rem !important;
		max-width: 2.875rem !important;
		min-height: 2.875rem;
	}

	.meem-site-header .meem-wordmark__mobile {
		width: 2.875rem;
		height: 2.875rem;
	}

	.meem-site-header .meem-header-tools {
		gap: 4px;
	}

	.meem-site-header .meem-header-account {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.meem-site-header .meem-header-cart {
		gap: 6px;
		width: auto;
		min-width: 106px;
		min-height: 44px;
		padding: 6px 8px;
	}

	.meem-site-header .meem-header-cart-count {
		top: 3px;
		right: 3px;
	}

	.meem-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 0;
		width: min(100% - 32px, 1280px);
		padding-block: 3rem 2.25rem;
	}

	.meem-site-footer__brand {
		grid-column: auto;
		padding-bottom: 2rem !important;
	}

	.meem-site-footer__column {
		gap: 0.25rem;
		padding-block: 1.45rem;
		border-top: 1px solid rgba(30, 25, 23, 0.14);
	}

	.meem-site-footer a:not(.meem-site-footer__contact):not(.meem-site-footer__logo) {
		min-height: 44px;
	}

	.meem-site-footer__bottom p {
		width: min(100% - 32px, 1280px);
	}
}

@media (max-width: 520px) {
	.meem-site-header .meem-header-cart {
		justify-content: center;
		width: 44px;
		min-width: 44px;
		padding: 0;
	}

	.meem-site-header .meem-header-cart__copy {
		display: none !important;
	}
}

/* Premium, square product-media surfaces across discovery and PDP views. */
.meem-home .meem-home-product-card__media,
.meem-home .meem-home-family-card__media,
body.meem-shop-page .meem-shop-card__media,
body.single-product .meem-product-gallery__thumb-button {
	aspect-ratio: 1 / 1 !important;
	border: 1px solid rgba(30, 25, 23, 0.09) !important;
	border-radius: 12px !important;
	background: #fffdf9 !important;
	box-shadow: 0 8px 22px rgba(54, 38, 32, 0.045) !important;
	overflow: hidden !important;
}

body.single-product .meem-product-gallery__thumb-button[aria-pressed="true"] {
	border-color: var(--meem-polish-ink) !important;
}

.meem-home .meem-home-product-card__media img,
.meem-home .meem-home-family-card__media img,
body.meem-shop-page .meem-shop-card__media img,
body.single-product .meem-product-gallery__thumb-button img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	object-fit: contain !important;
}

.meem-home .meem-home-product-card__media:hover,
.meem-home .meem-home-family-card:hover .meem-home-family-card__media,
body.meem-shop-page .meem-shop-card__media:hover,
body.meem-shop-page .meem-shop-card__media:focus-visible {
	border-color: rgba(30, 25, 23, 0.18) !important;
	box-shadow: 0 12px 28px rgba(54, 38, 32, 0.075) !important;
}

body.single-product .meem-product-gallery__primary {
	aspect-ratio: 1 / 1 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.single-product .meem-product-gallery__primary > .meem-product-gallery__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
	border: 1px solid rgba(30, 25, 23, 0.09) !important;
	border-radius: 12px !important;
	background: #fffdf9 !important;
	box-shadow: 0 8px 22px rgba(54, 38, 32, 0.045) !important;
	object-fit: contain !important;
}

.meem-home-instagram__header {
	padding-bottom: clamp(1rem, 1.8vw, 1.4rem);
	border-bottom: 1px solid rgba(30, 25, 23, 0.1);
}

.meem-home-instagram__profile {
	display: inline-grid;
	grid-template-columns: 38px minmax(0, auto) 22px;
	gap: 10px;
	align-items: center;
	min-height: 54px;
	padding: 7px 12px 7px 8px;
	border: 1px solid rgba(30, 25, 23, 0.14);
	border-radius: 12px;
	background: #fffdf9;
	color: #1e1917;
	box-shadow: 0 8px 20px rgba(54, 38, 32, 0.045);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.meem-home-instagram__profile:hover,
.meem-home-instagram__profile:focus-visible {
	border-color: rgba(30, 25, 23, 0.34);
	box-shadow: 0 12px 26px rgba(54, 38, 32, 0.085);
	transform: translateY(-1px);
}

.meem-home-instagram__profile:focus-visible {
	outline: 2px solid #1e1917;
	outline-offset: 3px;
}

.meem-home-instagram__profile-icon {
	width: 38px;
	height: 38px;
	padding: 9px;
	border-radius: 10px;
	background: #1e1917;
	fill: none;
	stroke: #fff;
	stroke-width: 1.65;
}

.meem-home-instagram__profile > span:not(.screen-reader-text) {
	display: grid;
	gap: 1px;
	text-align: left;
}

.meem-home-instagram__profile strong,
.meem-home-instagram__profile small {
	font-family: var(--meem-font-ui);
	line-height: 1.15;
}

.meem-home-instagram__profile strong {
	font-size: 0.76rem;
	letter-spacing: 0.08em;
}

.meem-home-instagram__profile small {
	color: #725f56;
	font-size: 0.7rem;
}

.meem-home-instagram__profile-arrow {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

@media (max-width: 620px) {
	.meem-home-instagram__header {
		align-items: flex-start;
	}

	.meem-home-instagram__profile {
		width: 100%;
		grid-template-columns: 38px minmax(0, 1fr) 22px;
	}
}

/* Complianz consent UI: clear choices, MEEM styling and accessible targets. */
body .cmplz-cookiebanner {
	box-sizing: border-box !important;
	width: min(640px, calc(100vw - 32px)) !important;
	max-width: none !important;
	padding: clamp(18px, 3vw, 28px) !important;
	border: 1px solid rgba(30, 25, 23, 0.14) !important;
	border-radius: 16px !important;
	background: #fffdf9 !important;
	color: #1e1917 !important;
	box-shadow: 0 24px 70px rgba(30, 25, 23, 0.2) !important;
	font-family: var(--meem-font-body) !important;
}

body .cmplz-cookiebanner.cmplz-show {
	top: auto !important;
	right: auto !important;
	bottom: 16px !important;
	left: 50% !important;
	max-height: calc(100dvh - 32px) !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	transform: translateX(-50%) !important;
}

body .cmplz-cookiebanner .cmplz-title {
	display: block !important;
	color: #1e1917 !important;
	font-family: var(--meem-font-display) !important;
	font-size: clamp(1.45rem, 3vw, 2rem) !important;
	font-weight: 400 !important;
}

body .cmplz-cookiebanner .cmplz-message,
body .cmplz-cookiebanner .cmplz-category-title,
body .cmplz-cookiebanner .cmplz-description {
	color: #554943 !important;
	line-height: 1.55 !important;
}

body .cmplz-cookiebanner .cmplz-categories {
	display: grid !important;
	gap: 8px !important;
	margin-block: 4px 2px !important;
}

body .cmplz-cookiebanner .cmplz-category {
	border: 1px solid rgba(30, 25, 23, 0.09) !important;
	border-radius: 10px !important;
	background: #f8f4f0 !important;
}

body .cmplz-cookiebanner .cmplz-category-header {
	min-height: 46px !important;
	padding: 9px 12px !important;
}

body .cmplz-cookiebanner .cmplz-category-title {
	font-family: var(--meem-font-ui) !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
}

body .cmplz-cookiebanner .cmplz-always-active {
	color: #665852 !important;
	font-family: var(--meem-font-ui) !important;
	font-size: 0.68rem !important;
	font-weight: 800 !important;
}

body .cmplz-cookiebanner .cmplz-functional .cmplz-label {
	pointer-events: none !important;
}

body .cmplz-cookiebanner .cmplz-banner-checkbox .cmplz-label::before {
	background-color: #c9bdb6 !important;
}

body .cmplz-cookiebanner .cmplz-banner-checkbox input:checked + .cmplz-label::before {
	background-color: #1e1917 !important;
}

body .cmplz-cookiebanner .cmplz-description {
	padding: 0 12px 12px !important;
	font-size: 0.76rem !important;
}

body .cmplz-cookiebanner .cmplz-buttons {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	min-width: 0 !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	border: 1px solid #1e1917 !important;
	border-radius: 12px !important;
	background: #fffdf9 !important;
	color: #1e1917 !important;
	font-family: var(--meem-font-ui) !important;
	font-size: 0.76rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-accept {
	background: #1e1917 !important;
	color: #fff !important;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:focus-visible {
	outline: 2px solid #1e1917 !important;
	outline-offset: 2px !important;
}

body #cmplz-manage-consent > .cmplz-manage-consent {
	top: auto !important;
	right: auto !important;
	bottom: 0 !important;
	left: 50% !important;
	min-height: 44px !important;
	padding: 10px 14px !important;
	border: 1px solid rgba(30, 25, 23, 0.18) !important;
	border-radius: 12px 12px 0 0 !important;
	background: #fffdf9 !important;
	color: #1e1917 !important;
	font-family: var(--meem-font-ui) !important;
	font-size: 0.7rem !important;
	font-weight: 800 !important;
	box-shadow: 0 -8px 24px rgba(30, 25, 23, 0.08) !important;
	transform: translateX(-50%) !important;
}

/* The policy page owns consent changes; never leave a floating page overlay. */
body #cmplz-manage-consent {
	display: none !important;
}

@media (max-width: 767px) {
	body #cmplz-manage-consent {
		display: none !important;
	}
}

@media (max-width: 620px) {
	body .cmplz-cookiebanner.cmplz-show {
		bottom: 10px !important;
		max-height: calc(100dvh - 20px) !important;
	}

	body .cmplz-cookiebanner .cmplz-buttons {
		grid-template-columns: 1fr !important;
	}
}

/* Long-form legal and privacy documents: readable, semantic, mobile-safe. */
body:is(.page-id-88, .page-id-89, .page-id-90, .page-id-91, .page-id-92) .meem-info-card {
	width: min(100%, 72rem);
	padding: clamp(1rem, 4vw, 3rem) 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

body:is(.page-id-88, .page-id-89, .page-id-90, .page-id-91, .page-id-92) .meem-info-card > h1 {
	max-width: none;
	font-family: var(--meem-font-ui);
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.meem-legal-document {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 62rem;
	margin-inline: auto;
	overflow-x: hidden;
	overflow-x: clip;
	color: var(--meem-polish-ink);
}

.meem-legal-document > :first-child {
	margin-top: 0;
}

.meem-consent-control {
	margin-top: clamp(2.4rem, 6vw, 4rem);
}

.meem-consent-control #cmplz-manage-consent-container {
	box-sizing: border-box;
	width: 100%;
	margin-top: 1rem;
	padding: clamp(16px, 3vw, 24px);
	border: 1px solid var(--meem-polish-line);
	border-radius: 12px;
	background: var(--meem-polish-surface, #fbf8f5);
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-categories {
	display: grid;
	gap: 10px;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category {
	border: 1px solid rgba(30, 25, 23, 0.1);
	border-radius: 10px;
	background: #fffdf9;
	overflow: hidden;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 44px;
	align-items: center;
	gap: 8px 12px;
	min-height: 64px;
	padding: 10px 10px 10px 16px;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category-title {
	min-width: 0;
	margin: 0;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-always-active,
.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category-toggle {
	grid-column: 3;
	grid-row: 1;
	display: inline-grid;
	place-items: center;
	justify-self: end;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--meem-polish-ink, #1e1917);
	cursor: pointer;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category-toggle:hover {
	background: rgba(30, 25, 23, 0.06);
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category-toggle:focus-visible {
	outline: 2px solid var(--meem-polish-ink, #1e1917);
	outline-offset: 2px;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-category-toggle .cmplz-icon,
.meem-consent-control #cmplz-manage-consent-container .cmplz-category-toggle svg {
	display: block;
	width: 16px;
	height: 16px;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-description {
	margin: 0;
	padding: 14px 16px 16px;
	border-top: 1px solid rgba(30, 25, 23, 0.08);
	line-height: 1.6;
}

/* Give the inline consent switch a reliable WCAG-sized touch target. */
.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox input.cmplz-consent-checkbox {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 44px;
	height: 44px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox .cmplz-label {
	position: relative;
	display: block;
	width: 40px;
	height: 24px;
	border-radius: 999px;
	background: #c9bdb6;
	pointer-events: none;
	transition: background-color 160ms ease;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox .cmplz-label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(30, 25, 23, 0.2);
	content: "";
	transition: transform 160ms ease;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox input:checked + .cmplz-label {
	background: #1e1917;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox input:checked + .cmplz-label::after {
	transform: translateX(16px);
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox input:focus-visible + .cmplz-label {
	outline: 2px solid #1e1917;
	outline-offset: 3px;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox input:disabled {
	cursor: not-allowed;
}

.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox input[aria-disabled="true"] {
	cursor: default;
	pointer-events: none;
}

@media (max-width: 360px) {
	.meem-consent-control #cmplz-manage-consent-container .cmplz-category-header {
		grid-template-areas:
			"title title title"
			"spacer control toggle";
		grid-template-columns: minmax(0, 1fr) auto 44px;
		gap: 4px 8px;
		min-height: 84px;
		padding: 12px 10px 12px 16px;
	}

	.meem-consent-control #cmplz-manage-consent-container .cmplz-category-title {
		grid-area: title;
		overflow-wrap: normal;
	}

	.meem-consent-control #cmplz-manage-consent-container .cmplz-always-active,
	.meem-consent-control #cmplz-manage-consent-container .cmplz-banner-checkbox {
		grid-area: control;
		white-space: nowrap;
	}

	.meem-consent-control #cmplz-manage-consent-container .cmplz-category-toggle {
		grid-area: toggle;
		align-self: center;
	}
}

.meem-consent-control #cmplz-manage-consent-container button,
.meem-consent-control #cmplz-manage-consent-container .cmplz-btn {
	min-height: 44px;
	border-radius: 12px;
	font-family: var(--meem-font-ui);
	font-weight: 800;
}

.meem-legal-document p,
.meem-legal-document li {
	color: var(--meem-polish-muted-strong);
	font-size: clamp(0.94rem, 1.4vw, 1.02rem);
	line-height: 1.72;
}

.meem-legal-document h2,
.meem-legal-document h3 {
	color: #1f1f1f;
	font-family: var(--meem-font-ui);
	font-weight: 700;
	letter-spacing: 0;
	scroll-margin-top: 8rem;
}

.meem-legal-document h2 {
	margin: clamp(2.4rem, 6vw, 4rem) 0 1rem;
	padding-top: clamp(1.4rem, 3vw, 2rem);
	border-top: 1px solid var(--meem-polish-line);
	font-size: clamp(1.65rem, 4vw, 2.4rem);
	line-height: 1.12;
}

.meem-legal-document h3 {
	margin: 1.8rem 0 0.65rem;
	font-size: clamp(1.2rem, 2.6vw, 1.5rem);
	line-height: 1.25;
}

.meem-legal-document ul,
.meem-legal-document ol {
	padding-left: 1.25rem;
}

.meem-legal-document a {
	color: var(--meem-polish-ink);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.meem-legal-document__lead,
.meem-legal-document__notice {
	margin: 1.4rem 0 2rem;
	padding: 0 0 0 1rem;
	border: 0;
	border-left: 3px solid #555;
	border-radius: 0;
	background: transparent;
}

.meem-legal-document__lead p:last-child,
.meem-legal-document__notice p:last-child {
	margin-bottom: 0;
}

.meem-legal-document__placeholder {
	display: inline;
	padding: 0;
	border-bottom: 1px dotted currentColor;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-weight: 700;
}

.meem-legal-table-wrap {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin: 1.3rem 0 2rem;
	overflow-x: auto;
	border: 1px solid var(--meem-polish-line);
	border-radius: 0;
	background: #fff;
	contain: inline-size;
	-webkit-overflow-scrolling: touch;
}

.meem-legal-table {
	width: 100%;
	min-width: 46rem;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 0.92rem;
}

.meem-legal-table caption {
	padding: 1rem 1.1rem;
	color: var(--meem-polish-ink);
	font-family: var(--meem-font-ui);
	font-weight: 800;
	text-align: left;
}

.meem-legal-table th,
.meem-legal-table td {
	padding: 0.9rem 1rem;
	border-top: 1px solid var(--meem-polish-line);
	vertical-align: top;
	text-align: left;
}

.meem-legal-table th {
	background: #f2f2f2;
	color: #1f1f1f;
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.meem-legal-table td {
	color: var(--meem-polish-muted-strong);
	line-height: 1.55;
}

.meem-withdrawal-form {
	display: grid;
	gap: 1rem;
	max-width: 42rem;
	margin: 1.5rem 0 2rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid var(--meem-polish-line);
	border-radius: 0;
	background: #fff;
}

.meem-withdrawal-form p {
	margin: 0;
}

.meem-withdrawal-form label {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--meem-polish-ink);
	font-family: var(--meem-font-ui);
	font-weight: 800;
}

.meem-withdrawal-form input[type="text"],
.meem-withdrawal-form input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--meem-polish-line);
	border-radius: 0;
	background: #fff;
	color: var(--meem-polish-ink);
}

.meem-withdrawal-form input:focus-visible,
.meem-withdrawal-form button:focus-visible {
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 3px;
}

.meem-withdrawal-form .button {
	min-height: 48px;
	white-space: normal;
}

.meem-withdrawal-form__honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.meem-checkout-legal-version {
	margin: 0.65rem 0 1rem;
	color: var(--meem-polish-muted-strong);
}

@media (max-width: 620px) {
	.meem-legal-document__lead,
	.meem-legal-document__notice {
		padding: 0 0 0 0.85rem;
	}

	.meem-legal-table-wrap {
		margin-inline: -0.25rem;
	}

	.meem-legal-table th,
	.meem-legal-table td {
		padding: 0.78rem 0.8rem;
	}
}

@media print {
	.meem-site-header,
	.meem-site-footer,
	.cmplz-cookiebanner,
	.meem-consent-control,
	.meem-withdrawal-form {
		display: none !important;
	}

	.meem-legal-document {
		max-width: none;
		color: #000;
	}

	.meem-legal-document__lead,
	.meem-legal-document__notice,
	.meem-legal-table-wrap {
		break-inside: avoid;
		border-color: #777;
		background: #fff;
	}

	.meem-legal-table-wrap {
		overflow: visible;
	}

	.meem-legal-table {
		min-width: 0;
	}

	.meem-legal-document a[href]::after {
		content: " (" attr(href) ")";
		font-size: 0.8em;
	}
}

/* Archive navigation: preserve the desktop sidebar and use native disclosures on touch layouts. */
body.meem-shop-page .meem-shop-family-nav__desktop {
	display: grid;
	min-width: 0;
}

body.meem-shop-page .meem-shop-family-nav__mobile {
	display: none;
}

@media (max-width: 1024px) {
	body.meem-shop-page .meem-shop-sidebar {
		overflow: visible;
	}

	body.meem-shop-page .meem-shop-family-nav {
		display: block;
		width: 100%;
		padding: 0;
		overflow: visible;
	}

	body.meem-shop-page .meem-shop-family-nav__desktop {
		display: none !important;
	}

	body.meem-shop-page .meem-shop-family-nav__mobile {
		display: grid;
		gap: 0.5rem;
		width: 100%;
		min-width: 0;
	}

	body.meem-shop-page .meem-shop-family-nav__disclosure {
		width: 100%;
		min-width: 0;
		border: 1px solid var(--meem-polish-line);
		border-radius: var(--meem-polish-radius);
		background: #fff;
		box-shadow: none;
	}

	body.meem-shop-page .meem-shop-family-nav__disclosure > summary {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 1.25rem;
		gap: 0.75rem;
		align-items: center;
		min-height: 3.5rem;
		padding: 0.6rem 0.9rem;
		border-radius: var(--meem-polish-radius);
		color: var(--meem-polish-ink);
		cursor: pointer;
		list-style: none;
	}

	body.meem-shop-page .meem-shop-family-nav__disclosure > summary::-webkit-details-marker {
		display: none;
	}

	body.meem-shop-page .meem-shop-family-nav__disclosure > summary:focus-visible {
		outline: 2px solid var(--meem-polish-ink);
		outline-offset: 3px;
	}

	body.meem-shop-page .meem-shop-family-nav__summary-copy {
		display: grid;
		gap: 0.15rem;
		min-width: 0;
	}

	body.meem-shop-page .meem-shop-family-nav__summary-label {
		color: var(--meem-polish-label);
		font-family: var(--meem-font-ui);
		font-size: 0.65rem;
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	body.meem-shop-page .meem-shop-family-nav__summary-value {
		min-width: 0;
		font-family: var(--meem-font-ui);
		font-size: 0.9rem;
		font-weight: 800;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	body.meem-shop-page .meem-shop-family-nav__chevron {
		display: block;
		width: 1.15rem;
		height: 1.15rem;
		transition: transform 180ms ease;
	}

	body.meem-shop-page .meem-shop-family-nav__disclosure[open] .meem-shop-family-nav__chevron {
		transform: rotate(180deg);
	}

	body.meem-shop-page .meem-shop-family-nav__mobile-links {
		display: grid;
		gap: 0.25rem;
		padding: 0.5rem;
		border-top: 1px solid rgba(30, 25, 23, 0.1);
	}

	body.meem-shop-page .meem-shop-family-nav__mobile-children {
		display: grid;
		gap: 0.25rem;
		padding-left: 0.75rem;
	}

	body.meem-shop-page .meem-shop-family-nav__mobile-children .meem-shop-family-nav__mobile-children {
		padding-left: 0.5rem;
	}

	body.meem-shop-page .meem-shop-family-nav__disclosure:not([open]) > .meem-shop-family-nav__mobile-links {
		display: none;
	}

	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 0.65rem 0.75rem;
		border: 1px solid transparent;
		border-radius: 10px;
		background: transparent;
		color: var(--meem-polish-ink);
		font-family: var(--meem-font-ui);
		font-size: 0.82rem;
		font-weight: 700;
		line-height: 1.3;
		overflow-wrap: anywhere;
		transform: none !important;
	}

	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link--child {
		font-weight: 600;
	}

	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link.is-ancestor {
		background: var(--meem-polish-surface);
		font-weight: 800;
	}

	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link::before {
		display: none;
		content: none;
	}

	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link:hover,
	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link:focus-visible {
		border-color: rgba(30, 25, 23, 0.14);
		background: var(--meem-polish-surface);
		transform: none !important;
	}

	body.meem-shop-page .meem-shop-family-nav a.meem-shop-family-nav__mobile-link.is-active {
		border-color: var(--meem-polish-ink);
		background: var(--meem-polish-ink);
		color: #fbfaf8;
	}
}

/* Woo/search pagination: stable three-cell flow with reserved edge slots. */
body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination {
	display: grid;
	grid-template-columns: minmax(48px, 1fr) minmax(0, auto) minmax(48px, 1fr);
	gap: clamp(0.5rem, 1.5vw, 1rem);
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 64px;
	margin: clamp(2rem, 5vw, 3.5rem) auto 0;
	padding: 8px;
	border: 1px solid rgba(30, 25, 23, 0.12);
	border-radius: var(--meem-polish-radius);
	background: #fff;
	box-shadow: none;
	font-family: var(--meem-font-ui);
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center {
	display: grid;
	place-items: center;
	min-width: 0;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	list-style: none;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li {
	margin: 0;
	border: 0;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li > a.page-numbers,
body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li > span.page-numbers {
	display: grid;
	place-items: center;
	box-sizing: border-box;
	min-width: 44px;
	height: 44px;
	margin: 0 2px;
	padding: 0 0.5rem;
	border: 1px solid transparent;
	border-radius: 9px;
	background: transparent;
	color: var(--meem-polish-ink);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li > a.page-numbers:hover {
	border-color: rgba(30, 25, 23, 0.14);
	background: var(--meem-polish-surface);
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li > a.page-numbers:focus-visible {
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 2px;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li > .page-numbers.current {
	border-color: var(--meem-polish-ink);
	background: var(--meem-polish-ink);
	color: #fbfaf8;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul > li > .page-numbers.dots {
	min-width: 16px;
	padding-inline: 0;
	border-color: transparent;
	background: transparent;
	color: var(--meem-polish-muted);
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge {
	display: flex;
	align-items: center;
	min-width: 48px;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge--previous {
	justify-content: flex-start;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge--next {
	justify-content: flex-end;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge > a.page-numbers,
body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge-placeholder {
	display: grid;
	place-items: center;
	align-items: center;
	box-sizing: border-box;
	min-width: 48px;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(30, 25, 23, 0.16);
	border-radius: 10px;
	background: #fff;
	color: var(--meem-polish-ink);
	font-size: 1rem;
	text-decoration: none;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge-placeholder {
	visibility: hidden;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge > a.page-numbers:hover {
	border-color: var(--meem-polish-ink);
	background: var(--meem-polish-ink);
	color: #fff;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge > a.page-numbers:focus-visible {
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 2px;
}

.meem-shop-pagination__edge-icon {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > .meem-shop-pagination__status {
	display: none;
	min-width: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge > a.page-numbers > span:not(.screen-reader-text),
body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > .meem-shop-pagination__status > span:not(.screen-reader-text) {
	display: inline;
	min-width: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
}

body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .screen-reader-text {
	position: absolute;
	width: 1px;
	min-width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	background: transparent;
}

/* Native post/comment pagination keeps the same restrained control language. */
.navigation.pagination,
.comments-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: clamp(2rem, 5vw, 3.5rem) auto 0;
	font-family: var(--meem-font-ui);
}

.navigation.pagination .nav-links,
.comments-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 0.5rem;
	border: 1px solid rgba(30, 25, 23, 0.12);
	border-radius: var(--meem-polish-radius);
	background: #fffdf9;
	box-shadow: 0 10px 26px rgba(54, 38, 32, 0.055);
}

.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span,
.comments-pagination .nav-links > a,
.comments-pagination .nav-links > span {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	margin: 0;
	padding: 0 0.5rem;
	border: 1px solid transparent;
	border-radius: 9px;
	background: transparent;
	color: var(--meem-polish-ink);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.navigation.pagination .nav-links > a:hover,
.comments-pagination .nav-links > a:hover {
	border-color: rgba(30, 25, 23, 0.14);
	background: var(--meem-polish-surface);
}

.navigation.pagination .nav-links > a:focus-visible,
.comments-pagination .nav-links > a:focus-visible {
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 2px;
}

.navigation.pagination .page-numbers.current,
.comments-pagination .page-numbers.current {
	border-color: var(--meem-polish-ink);
	background: var(--meem-polish-ink);
	color: #fbfaf8;
}

.navigation.pagination .page-numbers.dots,
.comments-pagination .page-numbers.dots {
	min-width: 16px;
	padding-inline: 0;
	border-color: transparent;
	background: transparent;
	color: var(--meem-polish-muted);
}

@media (max-width: 680px) {
	body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		gap: 0.5rem;
		min-height: 60px;
		padding: 6px;
	}

	body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > ul {
		display: none;
		min-height: 48px;
	}

	body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge > a.page-numbers,
	body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__edge-placeholder {
		min-width: 48px;
		width: 48px;
		padding: 0;
	}

	body.meem-shop-page nav.woocommerce-pagination.meem-shop-pagination .meem-shop-pagination__center > .meem-shop-pagination__status {
		display: flex;
		align-items: baseline;
		justify-content: center;
		min-width: 0;
		max-width: 100%;
		color: var(--meem-polish-ink);
		font-family: var(--meem-font-ui);
		line-height: 1;
		pointer-events: none;
	}

	body.meem-shop-page .meem-shop-pagination__status-value {
		font-size: 0.88rem;
		font-weight: 800;
		letter-spacing: 0.02em;
	}

}

@media (max-width: 380px) {
	.navigation.pagination .nav-links,
	.comments-pagination .nav-links {
		gap: 0.25rem;
		padding: 0.25rem;
	}

	.navigation.pagination .nav-links > .page-numbers:not(.prev):not(.next):not(.current),
	.comments-pagination .nav-links > .page-numbers:not(.prev):not(.next):not(.current) {
		display: none;
	}
}

body.single-product .meem-product-gallery__thumbs {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin-top: 0.75rem;
	padding: 0;
	overflow: visible;
}

body.single-product .meem-product-gallery__thumb-button {
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(30, 25, 23, 0.09) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: #fffdf9 !important;
	box-shadow: 0 8px 22px rgba(54, 38, 32, 0.045) !important;
	cursor: pointer;
	overflow: hidden;
	scroll-margin-block: 8rem 2rem;
}

body.single-product .meem-product-gallery__thumb-button:nth-child(3n) {
	grid-column: 1 / -1;
}

body.single-product .meem-product-gallery__thumb-button[aria-pressed="true"] {
	border-color: var(--meem-polish-ink) !important;
	box-shadow: 0 0 0 1px var(--meem-polish-ink), 0 10px 24px rgba(54, 38, 32, 0.07) !important;
}

body.single-product .meem-product-gallery__thumb-button:focus-visible {
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 3px;
}

body.single-product .meem-product-gallery__thumb-button > .meem-product-gallery__thumb {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fffdf9 !important;
	box-shadow: none !important;
	object-fit: contain;
}

/* Variable products: server-rendered tiles hydrate without flashing Woo's select. */
body.single-product .meem-variation-tiles {
	display: none;
}

html.meem-variation-tiles-js body.single-product select.meem-variation-select--enhanced {
	position: absolute !important;
	width: 1px !important;
	min-width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.single-product .meem-product-summary__cart .variations tr {
	margin: 0 0 1rem;
}

body.single-product .meem-product-summary__cart .variations th.label {
	margin-bottom: 0.45rem;
	text-align: left;
}

body.single-product .meem-product-summary__cart .variations th.label label {
	color: var(--meem-polish-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1.35;
	text-transform: uppercase;
}

html.meem-variation-tiles-js body.single-product .meem-variation-tiles {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
}

body.single-product .meem-variation-tile {
	display: inline-flex;
	flex: 0 1 auto !important;
	gap: 0.45rem;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 3.75rem !important;
	max-width: 100% !important;
	min-height: 46px;
	margin: 0;
	padding: 0.65rem 0.95rem;
	border: 1px solid var(--meem-polish-line) !important;
	border-radius: var(--meem-polish-radius);
	background: #fff !important;
	color: var(--meem-polish-ink) !important;
	box-shadow: none;
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.015em !important;
	line-height: 1.2;
	text-align: center;
	text-transform: none !important;
	overflow-wrap: anywhere;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.single-product .meem-variation-tile::after {
	flex: 0 0 0.42em;
	width: 0.42em;
	height: 0.7em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	opacity: 0;
	transform: rotate(45deg) translateY(-0.08em);
}

body.single-product .meem-variation-tile:hover:not(:disabled):not([aria-checked="true"]) {
	border-color: var(--meem-polish-ink) !important;
	background: #f4f3f2 !important;
	transform: none;
}

body.single-product .meem-variation-tile[aria-checked="true"] {
	border-color: #1e1917 !important;
	background: #1e1917 !important;
	color: #fff !important;
	box-shadow: none;
}

body.single-product .meem-variation-tile[aria-checked="true"]::after {
	opacity: 1;
}

body.single-product .meem-variation-tile:focus-visible {
	outline: 2px solid #1e1917;
	outline-offset: 2px;
}

body.single-product .meem-variation-tile:disabled {
	border-color: #d8d6d4 !important;
	background: #f2f1f0 !important;
	color: #716b68 !important;
	box-shadow: none;
	cursor: not-allowed;
	text-decoration: line-through;
	transform: none;
}

body.single-product .meem-product-summary__cart .reset_variations {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 0.35rem;
	color: var(--meem-polish-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.74rem;
	font-weight: 700;
	text-underline-offset: 0.2em;
}

body.single-product .meem-related-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(0.9rem, 2vw, 1.4rem);
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch !important;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.single-product .meem-related-products ul.products > li.product,
body.single-product .meem-related-products .meem-shop-card {
	width: 100% !important;
	min-width: 0;
	max-width: none !important;
	margin: 0 !important;
}

body.single-product .meem-related-products ul.products > li.product {
	display: flex;
}

body.single-product .meem-related-products .meem-shop-card {
	height: 100%;
}

body.single-product .meem-related-products .meem-shop-card__title,
body.single-product .meem-related-products .woocommerce-loop-product__title,
body.single-product .meem-related-products .meem-shop-card__buy {
	overflow-wrap: anywhere;
}

body.single-product .meem-related-products .meem-shop-card__buy {
	width: 100%;
	min-width: 0;
	min-height: 44px;
}

@media (max-width: 1024px) {
	body.single-product .meem-related-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* PDP reading layout: independent media and information rails on desktop. */
body.single-product .meem-product-detail__grid {
	grid-template-columns: minmax(18rem, 34rem) minmax(20rem, 38rem) !important;
	gap: clamp(2rem, 4vw, 4.5rem) !important;
	align-items: start;
	max-width: 76.5rem !important;
}

body.single-product .meem-product-detail__grid > .meem-product-gallery {
	width: 100% !important;
	max-width: 34rem !important;
	justify-self: end;
}

body.single-product .meem-product-reading-rail {
	display: grid;
	gap: clamp(1.75rem, 3vw, 2.5rem);
	align-content: start;
	width: 100%;
	min-width: 0;
	max-width: 38rem;
	justify-self: start;
}

body.single-product .meem-product-reading-rail .meem-product-summary {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

body.single-product .meem-product-reading-rail .meem-product-decision {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.single-product .meem-product-reading-rail .meem-product-decision__intro {
	gap: 0.45rem;
	margin: 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(30, 25, 23, 0.14);
}

body.single-product .meem-product-reading-rail .meem-product-decision__intro h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
	line-height: 1.03;
}

body.single-product .meem-product-reading-rail .meem-product-decision__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.75rem;
}

body.single-product .meem-product-reading-rail article.meem-product-decision__card {
	display: grid;
	align-content: start;
	gap: 0.7rem;
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.35rem);
	border: 1px solid rgba(30, 25, 23, 0.1);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

body.single-product .meem-product-reading-rail .meem-product-tabs {
	width: 100%;
	max-width: none;
	margin: 0;
}

body.single-product .meem-product-reading-rail .meem-product-tabs summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 0.75rem;
	gap: 0.75rem;
	align-items: center;
	list-style: none;
}

body.single-product .meem-product-reading-rail .meem-product-tabs summary::-webkit-details-marker {
	display: none;
}

body.single-product .meem-product-reading-rail .meem-product-tabs summary::marker {
	content: "";
}

body.single-product .meem-product-reading-rail .meem-product-tabs summary::after {
	width: 0.5rem;
	height: 0.5rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: rotate(45deg) translate(-1px, -1px);
	transition: transform 180ms ease;
}

body.single-product .meem-product-reading-rail .meem-product-tabs details[open] > summary::after {
	transform: rotate(225deg) translate(-1px, -1px);
}

body.single-product .meem-product-reading-rail .meem-product-tabs summary:focus-visible {
	border-radius: 8px;
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 2px;
}

/* Gallery-aware placement: multiple images get an editorial media rail; a lone image keeps the compact PDP pair. */
@media (min-width: 901px) {
	body.single-product .meem-product-detail__grid--gallery-rail > .meem-product-gallery,
	body.single-product .meem-product-detail__grid--single-image > .meem-product-gallery {
		grid-row: 1;
		grid-column: 1;
	}

	body.single-product .meem-product-detail__grid--gallery-rail > .meem-product-reading-rail,
	body.single-product .meem-product-detail__grid--single-image > .meem-product-reading-rail {
		grid-row: 1;
		grid-column: 2;
		align-self: start;
	}
}

body.single-product .meem-product-reviews {
	width: min(100%, 76.5rem);
	max-width: 76.5rem;
	margin: clamp(3rem, 6vw, 5rem) auto 0;
}

@media (max-width: 1024px) {
	body.single-product .meem-product-gallery__thumbs {
		display: flex !important;
		gap: 0.625rem;
		width: 100%;
		max-width: 100%;
		margin-top: 0.625rem;
		padding: 0.25rem 0.2rem 0.7rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	body.single-product .meem-product-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	body.single-product .meem-product-gallery__thumb-button,
	body.single-product .meem-product-gallery__thumb-button:nth-child(3n) {
		flex: 0 0 clamp(4.75rem, 22vw, 5.5rem);
		width: clamp(4.75rem, 22vw, 5.5rem) !important;
		min-width: 4.75rem;
		grid-column: auto;
		scroll-snap-align: start;
	}

	body.single-product .meem-product-gallery__thumb-button:focus-visible {
		outline-offset: -3px;
	}
}

@media (max-width: 900px) {
	body.single-product .meem-product-detail__grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 1.5rem !important;
	}

	body.single-product .meem-product-detail__grid > .meem-product-gallery,
	body.single-product .meem-product-reading-rail {
		width: min(100%, 38rem) !important;
		max-width: 38rem !important;
		justify-self: center;
	}

	body.single-product .meem-product-detail__grid > .meem-product-gallery {
		max-width: 34rem !important;
	}

	body.single-product .meem-product-reading-rail {
		gap: 1.25rem;
	}

	body.single-product .meem-product-reading-rail .meem-product-summary {
		padding-top: 0.25rem;
	}

	body.single-product .meem-product-reading-rail .meem-product-decision__intro h2 {
		font-size: clamp(1.65rem, 7vw, 2.1rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.meem-shop-page .meem-shop-family-nav__chevron {
		transition: none !important;
	}

	body.single-product .meem-variation-tile {
		transition: none !important;
	}

	body.single-product .meem-product-reading-rail .meem-product-tabs summary::after {
		transition: none !important;
	}

	.meem-archive-skeleton__card::after,
	.meem-shop-card__buy.loading::after,
	.meem-live-search__cta.loading::after,
	body.woocommerce .add_to_cart_button.loading::after,
	body.single-product .single_add_to_cart_button.loading::after {
		animation: none !important;
	}

	.meem-site-header .meem-wordmark,
	.meem-site-header .meem-header-action,
	.meem-site-header .meem-menu-toggle,
	.meem-site-header .meem-primary-nav a,
	.meem-site-header .meem-nav-dropdown__panel,
	.meem-site-footer a {
		transition: none !important;
	}

	.meem-home-button,
	.meem-home-product-card,
	.meem-home-family-card,
	.meem-home-product-card__image,
	.meem-home-family-card__image {
		transition: none !important;
		transform: none !important;
	}
}

/*
 * Checkout payment methods: one flat native gateway list.
 * WooCommerce keeps the radio inputs, labels, descriptions and validation;
 * this final layer only restores readable targets and a restrained selection.
 */
body.woocommerce-checkout #payment {
	width: 100%;
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.3rem) !important;
	border: 1px solid var(--meem-checkout-line, var(--meem-polish-line)) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-checkout-panel-strong, #fffdf9) !important;
	box-shadow: 0 12px 28px rgba(54, 38, 32, 0.065) !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
	position: relative;
	display: grid;
	grid-template-columns: 2.75rem minmax(0, 1fr) !important;
	column-gap: 0.25rem;
	align-items: center;
	width: 100%;
	min-width: 0;
	min-height: 3.5rem;
	margin: 0;
	padding: 0 !important;
	overflow: visible;
	border: 1px solid var(--meem-polish-line) !important;
	border-radius: var(--meem-polish-radius) !important;
	background: var(--meem-polish-canvas) !important;
	box-shadow: none !important;
	transition: border-color 140ms cubic-bezier(0.25, 1, 0.5, 1), background-color 140ms cubic-bezier(0.25, 1, 0.5, 1);
}

body.woocommerce-checkout #payment ul.payment_methods > li:not(:has(> input[type="radio"])) {
	grid-template-columns: minmax(0, 1fr) !important;
	min-height: 0;
	padding: 0.875rem !important;
	background: var(--meem-polish-surface) !important;
	color: var(--meem-polish-soft);
	line-height: 1.55;
}

body.woocommerce-checkout #payment ul.payment_methods > li:has(> input[type="radio"]:checked) {
	border-color: rgba(156, 81, 77, 0.56) !important;
	background: rgba(156, 81, 77, 0.075) !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li:has(> input[type="radio"]:focus-visible) {
	outline: 2px solid var(--meem-polish-ink) !important;
	outline-offset: 2px;
}

body.woocommerce-checkout #payment ul.payment_methods > li:has(> input[type="radio"]:focus-visible) > input[type="radio"] {
	outline: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"] {
	grid-row: 1;
	grid-column: 1;
	justify-self: center;
	align-self: center;
	width: 1.125rem;
	height: 1.125rem;
	margin: 0;
	accent-color: var(--meem-polish-accent);
	cursor: pointer;
}

body.woocommerce-checkout #payment ul.payment_methods > li > label {
	grid-row: 1;
	grid-column: 2;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	min-height: 3.375rem;
	margin: 0;
	padding: 0.7rem 0.875rem 0.7rem 0;
	color: var(--meem-polish-ink);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout #payment ul.payment_methods > li > label img {
	display: block;
	flex: 0 1 auto;
	width: auto;
	max-width: min(40%, 7.5rem);
	height: auto;
	max-height: 1.5rem;
	margin: 0 0 0 auto;
	object-fit: contain;
}

body.woocommerce-checkout #payment div.payment_box {
	grid-row: 2;
	grid-column: 2;
	width: auto;
	min-width: 0;
	max-width: none;
	margin: 0 0.875rem 0.875rem 0 !important;
	padding: 0.75rem 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--meem-polish-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--meem-polish-soft);
	font-size: 0.875rem;
	line-height: 1.55;
}

body.woocommerce-checkout #payment div.payment_box > :first-child {
	margin-top: 0;
}

body.woocommerce-checkout #payment div.payment_box > :last-child {
	margin-bottom: 0;
}

@media (hover: hover) {
	body.woocommerce-checkout #payment ul.payment_methods > li:not(:has(> input[type="radio"]:checked)):hover {
		border-color: rgba(30, 25, 23, 0.24) !important;
		background: var(--meem-polish-surface) !important;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout #payment div.payment_box {
		grid-column: 1 / -1;
		margin: 0 0.75rem 0.75rem !important;
		padding: 0.75rem 0.125rem 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-checkout #payment ul.payment_methods > li {
		transition: none;
	}
}

@media (forced-colors: active) {
	body.woocommerce-checkout #payment ul.payment_methods > li:has(> input[type="radio"]:checked) {
		border-color: Highlight !important;
	}
}

/* Stock availability: native WooCommerce truth with one quiet MEEM treatment. */

.meem-shop-card {
	grid-template-rows: auto auto minmax(2.6rem, auto) auto minmax(2.82rem, 1fr);
}

.meem-shop-card__media {
	grid-row: 1;
}

.meem-shop-card__badge {
	grid-row: 2;
}

.meem-shop-card__title {
	grid-row: 3;
}

.meem-shop-card__price {
	grid-row: 4;
}

.meem-shop-card__actions {
	grid-row: 5;
	align-self: end;
}

body.single-product .meem-product-summary__cart .stock,
body.single-product .woocommerce-variation-availability .stock {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.5rem;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--meem-stock-in);
	font-family: var(--meem-font-ui);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.45;
	text-align: left;
	text-wrap: pretty;
}

body.single-product .meem-product-summary__cart .stock,
body.single-product .woocommerce-variation-availability .stock {
	margin: 0 auto 0.9rem;
	font-size: 0.875rem;
}

body.single-product .meem-product-summary__cart .stock::before,
body.single-product .woocommerce-variation-availability .stock::before {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 0.45rem;
	height: 0.45rem;
	margin-top: 0.42em;
	border-radius: 50%;
	background: currentColor;
}

body.single-product .stock.meem-stock-state--backorder,
body.single-product .stock.available-on-backorder {
	color: var(--meem-stock-backorder);
}

body.single-product .stock.meem-stock-state--out-of-stock,
body.single-product .stock.out-of-stock {
	color: var(--meem-stock-out);
}

@media (forced-colors: active) {
	body.single-product .meem-product-summary__cart .stock,
	body.single-product .woocommerce-variation-availability .stock {
		color: CanvasText;
	}
}

/* Request-only PDP: one direct, non-transactional procurement form. */
body.single-product .meem-product-request {
	display: grid;
	gap: 1.15rem;
	width: 100%;
	margin: 0;
	padding: clamp(1rem, 2.2vw, 1.4rem);
	border: 1px solid var(--meem-polish-line);
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-surface);
	box-shadow: none;
}

body.single-product .meem-product-request > .stock.meem-stock-state--request-only {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem;
	width: fit-content;
	margin: 0;
	padding: 0.4rem 0.65rem;
	border: 1px solid rgba(112, 75, 91, 0.34);
	border-radius: 999px;
	background: rgba(112, 75, 91, 0.08);
	color: var(--meem-stock-request);
	font-size: 0.76rem;
	font-weight: 750;
}

body.single-product .meem-product-request > .stock.meem-stock-state--request-only::before {
	display: block;
	flex: 0 0 auto;
	width: 0.45rem;
	height: 0.45rem;
	margin-top: 0.42em;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

body.single-product .meem-product-request__intro {
	display: grid;
	gap: 0.55rem;
}

body.single-product .meem-product-request__intro h2,
body.single-product .meem-product-request__intro p,
body.single-product .meem-product-request__actions p,
body.single-product .meem-product-request__privacy {
	margin: 0;
}

body.single-product .meem-product-request__intro h2 {
	color: var(--meem-polish-ink);
	font-family: var(--meem-font-display);
	font-size: clamp(1.35rem, 2.2vw, 1.7rem);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

body.single-product .meem-product-request__intro p {
	max-width: 62ch;
	color: var(--meem-polish-soft);
	font-size: 0.91rem;
	line-height: 1.65;
}

body.single-product .meem-product-request__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
	width: 100%;
}

body.single-product .meem-product-request__field {
	display: grid;
	gap: 0.4rem;
	min-width: 0;
}

body.single-product .meem-product-request__field--wide,
body.single-product .meem-product-request__actions,
body.single-product .meem-product-request__privacy {
	grid-column: 1 / -1;
}

body.single-product .meem-product-request__field label {
	color: var(--meem-polish-ink);
	font-family: var(--meem-font-ui);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.35;
}

body.single-product .meem-product-request__optional {
	color: var(--meem-polish-muted);
	font-size: 0.7rem;
	font-weight: 500;
}

body.single-product .meem-product-request__field input,
body.single-product .meem-product-request__field textarea {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	margin: 0;
	padding: 0.72rem 0.82rem;
	border: 1px solid #cfc7c2;
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-canvas);
	box-shadow: none;
	color: var(--meem-polish-ink);
	font-family: var(--meem-font-ui);
	font-size: 1rem;
	line-height: 1.45;
}

body.single-product .meem-product-request__field textarea {
	min-height: 6.75rem;
	resize: vertical;
}

body.single-product .meem-product-request__field input::placeholder,
body.single-product .meem-product-request__field textarea::placeholder {
	color: #746b66;
	opacity: 1;
}

body.single-product .meem-product-request__field input:focus-visible,
body.single-product .meem-product-request__field textarea:focus-visible,
body.single-product .meem-product-request__submit:focus-visible {
	outline: 2px solid var(--meem-polish-ink);
	outline-offset: 2px;
}

body.single-product .meem-product-request__field input:focus,
body.single-product .meem-product-request__field textarea:focus {
	border-color: var(--meem-polish-ink);
}

body.single-product .meem-product-request__actions {
	display: grid;
	gap: 0.65rem;
}

body.single-product .meem-product-request__submit.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 0.8rem 1.15rem;
	border: 1px solid var(--meem-polish-ink);
	border-radius: var(--meem-polish-radius);
	background: var(--meem-polish-ink);
	box-shadow: none;
	color: #fffdf9;
	font-family: var(--meem-font-ui);
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background-color 160ms cubic-bezier(0.25, 1, 0.5, 1), border-color 160ms cubic-bezier(0.25, 1, 0.5, 1);
}

body.single-product .meem-product-request__submit.button:hover {
	border-color: var(--meem-polish-ink-hover);
	background: var(--meem-polish-ink-hover);
	color: #fffdf9;
}

body.single-product .meem-product-request__actions p,
body.single-product .meem-product-request__privacy {
	max-width: 68ch;
	color: var(--meem-polish-muted-strong);
	font-size: 0.74rem;
	line-height: 1.55;
}

body.single-product .meem-product-request__privacy a {
	color: var(--meem-polish-ink);
	font-weight: 700;
	text-underline-offset: 0.18em;
}

body.single-product .meem-product-request__success,
body.single-product .meem-product-request__error {
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(63, 102, 80, 0.34);
	border-radius: var(--meem-polish-radius);
	background: rgba(63, 102, 80, 0.08);
	color: #355844;
	font-size: 0.87rem;
	line-height: 1.55;
}

body.single-product .meem-product-request__error {
	border-color: rgba(147, 66, 61, 0.34);
	background: rgba(147, 66, 61, 0.07);
	color: var(--meem-stock-out);
}

body.single-product .meem-product-request__honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

@media (max-width: 680px) {
	body.single-product .meem-product-request {
		gap: 1rem;
		padding: 1rem;
	}

	body.single-product .meem-product-request__form {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.85rem;
	}

	body.single-product .meem-product-request__field--wide,
	body.single-product .meem-product-request__actions,
	body.single-product .meem-product-request__privacy {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .meem-product-request__submit.button {
		transition: none;
	}
}

@media (forced-colors: active) {
	body.single-product .meem-product-request,
	body.single-product .meem-product-request > .stock.meem-stock-state--request-only,
	body.single-product .meem-product-request__success,
	body.single-product .meem-product-request__error {
		border-color: CanvasText;
		background: Canvas;
		color: CanvasText;
	}
}
