@font-face {
	font-family: "MEEM Questrial";
	src: url("../fonts/Questrial-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MEEM Open Sans";
	src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MEEM Open Sans";
	src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--meem-official-black: #1e1e1d;
	--meem-official-black-soft: #282422;
	--meem-official-nude: #ded0c7;
	--meem-official-nude-deep: #d4c3b8;
	--meem-official-nude-soft: #eaded6;
	--meem-official-paper: #fbfaf8;
	--meem-official-card: #f8f7f4;
	--meem-official-line: rgba(30, 30, 29, 0.16);
	--meem-official-muted: #6c625d;
	--meem-official-red: #c9554e;
	--meem-official-brown: #987a64;
	--meem-bg-site: #fbf8f4;
	--meem-bg-header: var(--meem-official-nude);
	--meem-bg-surface: #fffdf9;
	--meem-font-body: "MEEM Questrial", Arial, sans-serif;
	--meem-font-ui: "MEEM Open Sans", Arial, sans-serif;
	--meem-ease: cubic-bezier(0.2, 1, 0.2, 1);
}

html {
	scroll-behavior: smooth;
}

body.meem-official-page {
	margin: 0;
	background: var(--meem-bg-site);
	color: var(--meem-official-black);
	font-family: var(--meem-font-body);
	font-size: 16px;
	font-weight: 400;
}

html body.meem-official-page {
	background-color: var(--meem-bg-site) !important;
}

.meem-official-page *,
.meem-official-page *::before,
.meem-official-page *::after {
	box-sizing: border-box;
}

.meem-official-page a {
	color: inherit;
	text-decoration: none;
}

.meem-official-page a:hover {
	color: var(--meem-official-brown);
}

.meem-official-page :where(a, button, input, select, summary):focus-visible {
	outline: 2px solid var(--meem-official-red);
	outline-offset: 4px;
}

.screen-reader-text,
.meem-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.meem-skip-link:focus {
	z-index: 30;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--meem-official-black);
	color: var(--meem-official-paper);
}

.meem-site-header {
	position: relative;
	z-index: 10;
	background: var(--meem-official-nude);
	color: var(--meem-official-black);
}

.meem-promo-bar {
	min-height: 1.55rem;
	display: grid;
	place-items: center;
	background: #161514;
	color: var(--meem-official-nude-soft);
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	line-height: 1;
	letter-spacing: 0.01em;
}

.meem-header-main {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 5.4rem;
	padding: 0.65rem clamp(1rem, 4vw, 3.8rem) 0.3rem;
	border-bottom: 1px solid rgba(30, 30, 29, 0.08);
}

.meem-account-link {
	justify-self: start;
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.meem-wordmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.46rem;
	min-width: 23rem;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.meem-wordmark span {
	padding: 0.12rem 0.35rem 0.08rem;
	border: 1px solid currentColor;
	font-size: clamp(1rem, 1.7vw, 1.38rem);
	font-weight: 400;
	letter-spacing: 0.06em;
}

.meem-wordmark small {
	color: rgba(30, 30, 29, 0.62);
	font-size: clamp(0.82rem, 1.1vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.22em;
}

.meem-header-tools {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.85rem;
}

.meem-search {
	position: relative;
	display: flex;
	align-items: center;
}

.meem-search input[type="search"] {
	width: 8rem;
	height: 2.4rem;
	padding: 0 2rem 0 0.65rem;
	border: 0;
	border-bottom: 1px solid transparent;
	background: transparent;
	color: var(--meem-official-black);
	font-family: var(--meem-font-body);
	font-size: 0.8rem;
	transition: width 220ms var(--meem-ease), border-color 220ms var(--meem-ease);
}

.meem-search input[type="search"]:focus {
	width: 12rem;
	border-color: rgba(30, 30, 29, 0.35);
}

.meem-search button,
.meem-cart-link span {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 1.8rem;
	height: 1.8rem;
	border: 0;
	background: transparent;
	padding: 0;
}

.meem-search button {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.meem-search button::before {
	content: "";
	width: 0.78rem;
	height: 0.78rem;
	border: 1.5px solid currentColor;
	border-radius: 50%;
}

.meem-search button::after {
	content: "";
	position: absolute;
	width: 0.46rem;
	height: 1.5px;
	background: currentColor;
	transform: translate(0.45rem, 0.45rem) rotate(45deg);
}

.meem-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	min-height: 2.75rem;
	font-size: 0.7rem;
}

.meem-cart-link span::before {
	content: "";
	width: 0.9rem;
	height: 0.75rem;
	border: 1.5px solid currentColor;
	border-top: 0;
	transform: translateY(0.08rem);
}

.meem-cart-link span::after {
	content: "";
	position: absolute;
	top: 0.43rem;
	width: 0.5rem;
	height: 0.38rem;
	border: 1.5px solid currentColor;
	border-bottom: 0;
	border-radius: 0.5rem 0.5rem 0 0;
}

.meem-cart-link strong {
	display: inline-grid;
	place-items: center;
	min-width: 1.05rem;
	height: 1.05rem;
	border-radius: 50%;
	background: #d61f16;
	color: var(--meem-official-paper);
	font-family: var(--meem-font-ui);
	font-size: 0.62rem;
}

.meem-menu-toggle {
	display: none;
	align-items: center;
	gap: 0.25rem;
	min-height: 2.75rem;
	border: 0;
	background: transparent;
	font-family: var(--meem-font-ui);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.meem-menu-toggle span {
	display: block;
	width: 0.9rem;
	height: 1px;
	background: currentColor;
}

.meem-primary-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.7rem;
	background: var(--meem-official-nude);
}

.meem-primary-nav > a,
.meem-nav-dropdown > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 2.7rem;
	padding: 0 1.15rem;
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.meem-primary-nav > a[aria-current="page"]::after,
.meem-primary-nav > a:hover::after,
.meem-nav-dropdown:hover > a::after,
.meem-nav-dropdown:focus-within > a::after {
	content: "";
	position: absolute;
	left: 0.9rem;
	right: 0.9rem;
	bottom: 0;
	height: 1px;
	background: var(--meem-official-black);
}

.meem-nav-dropdown {
	position: relative;
}

.meem-nav-dropdown__panel {
	position: absolute;
	top: 100%;
	left: 50%;
	display: grid;
	grid-template-columns: repeat(2, minmax(12rem, 1fr));
	gap: 0.15rem 1rem;
	width: min(42rem, 90vw);
	padding: 1.2rem;
	background: var(--meem-official-black);
	color: var(--meem-official-nude-soft);
	box-shadow: 0 18px 38px rgba(30, 30, 29, 0.22);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 0.8rem);
	transition: opacity 180ms var(--meem-ease), transform 180ms var(--meem-ease);
}

.meem-nav-dropdown:hover .meem-nav-dropdown__panel,
.meem-nav-dropdown:focus-within .meem-nav-dropdown__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.meem-nav-dropdown__panel a {
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(234, 222, 214, 0.1);
	font-size: 0.78rem;
}

.meem-mobile-panel {
	display: none;
}

.meem-shop-shell,
.meem-product-shell {
	background: var(--meem-official-nude);
	color: var(--meem-official-black);
	overflow-x: clip;
}

.meem-shop-hero {
	display: grid;
	grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1.1fr);
	gap: clamp(2rem, 7vw, 8rem);
	padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 5vw, 4.8rem) clamp(2.5rem, 5vw, 4rem);
}

.meem-shop-hero p {
	max-width: 46rem;
	margin: 0 0 1rem;
	font-family: var(--meem-font-ui);
	font-size: 0.88rem;
	line-height: 1.7;
}

.meem-shop-hero h1 {
	max-width: 11ch;
	margin: 0;
	font-family: var(--meem-font-body);
	font-size: clamp(4rem, 10vw, 10rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.9;
}

.meem-shop-hero .meem-search {
	width: min(28rem, 100%);
	margin-top: 1.5rem;
	border-bottom: 1px solid rgba(30, 30, 29, 0.32);
}

.meem-shop-hero .meem-search input[type="search"],
.meem-shop-hero .meem-search input[type="search"]:focus {
	width: 100%;
	height: 3rem;
}

.meem-shop-layout {
	display: grid;
	grid-template-columns: minmax(15rem, 0.34fr) minmax(0, 1fr);
	gap: clamp(2rem, 3vw, 3rem);
	padding: 0 clamp(1.25rem, 5vw, 4.8rem) clamp(5rem, 8vw, 7rem);
}

.meem-shop-sidebar {
	position: sticky;
	top: 1rem;
	align-self: start;
}

.meem-shop-family-nav {
	display: grid;
	gap: 0;
}

.meem-shop-family-nav strong {
	display: block;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--meem-official-black);
	font-family: var(--meem-font-ui);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.meem-shop-family-nav a {
	display: flex;
	align-items: center;
	min-height: 3.2rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(30, 30, 29, 0.08);
	font-size: clamp(1rem, 1.3vw, 1.28rem);
	line-height: 1.2;
}

.meem-shop-family-nav a.is-active {
	color: var(--meem-official-brown);
}

.meem-shop-family-nav a.is-active::before {
	content: "";
	width: 0.45rem;
	height: 0.45rem;
	margin-right: 0.55rem;
	border-radius: 50%;
	background: var(--meem-official-red);
}

.meem-shop-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.4rem;
	font-family: var(--meem-font-ui);
}

.meem-shop-count {
	margin: 0;
	color: var(--meem-official-muted);
	font-size: 0.8rem;
}

.meem-shop-ordering {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
}

.meem-shop-ordering label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.meem-shop-ordering select {
	min-height: 2.75rem;
	padding: 0 2.2rem 0 0.8rem;
	border: 1px solid rgba(30, 30, 29, 0.24);
	background: transparent;
	color: var(--meem-official-black);
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
}

.woocommerce .meem-shop-main ul.products,
.meem-shop-main ul.products,
.meem-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.35rem, 2vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .meem-shop-main ul.products li.product,
.meem-shop-main ul.products li.product,
.meem-products-grid li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meem-shop-card {
	display: grid;
	grid-template-rows: auto auto auto auto auto;
	gap: 0.5rem;
	min-width: 0;
	text-align: center;
}

.meem-shop-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	background: var(--meem-official-card);
	overflow: hidden;
	transition: transform 200ms var(--meem-ease), background 200ms var(--meem-ease);
}

.meem-shop-card__media:hover {
	transform: translateY(-2px);
	background: #fffdf9;
}

.meem-shop-card__media::after {
	content: "";
	position: absolute;
	top: 11%;
	right: 12%;
	width: clamp(1.2rem, 2vw, 2rem);
	height: clamp(1.2rem, 2vw, 2rem);
	border: 1px solid rgba(30, 30, 29, 0.24);
	border-radius: 50%;
	background: #f0dfd7;
}

.meem-shop-card__image {
	position: relative;
	z-index: 1;
	width: 74%;
	height: 74%;
	object-fit: contain;
}

.meem-shop-card__fallback {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 46%;
	height: 36%;
	border-radius: 0.25rem 0.25rem 0.62rem 0.62rem;
	background: linear-gradient(180deg, #f5f3ef 0 46%, #d3d2cd 46% 58%, #e2d8cf 58% 100%);
	box-shadow: 0 16px 18px rgba(30, 30, 29, 0.18);
}

.meem-shop-card__fallback::before {
	content: "";
	position: absolute;
	top: -0.65rem;
	width: 72%;
	height: 0.7rem;
	border-radius: 0.3rem 0.3rem 0.1rem 0.1rem;
	background: #202428;
}

.meem-shop-card__fallback span {
	font-family: var(--meem-font-ui);
	font-size: clamp(0.68rem, 1.1vw, 1.05rem);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.meem-shop-card__sale {
	position: absolute;
	left: 0.8rem;
	top: 0.8rem;
	z-index: 2;
	padding: 0.38rem 0.5rem;
	background: var(--meem-official-black);
	color: var(--meem-official-paper);
	font-family: var(--meem-font-ui);
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.meem-shop-card__badge {
	justify-self: center;
	margin-top: 0.35rem;
	color: var(--meem-official-brown);
	font-size: 0.68rem;
	line-height: 1.2;
}

.meem-shop-card__title {
	min-height: 3rem;
	margin: 0.1rem 0 0;
	font-family: var(--meem-font-body);
	font-size: clamp(1rem, 1.35vw, 1.32rem);
	font-weight: 400;
	line-height: 1.15;
}

.meem-shop-card__price {
	min-height: 1.45rem;
	font-family: var(--meem-font-ui);
	font-size: clamp(0.95rem, 1.1vw, 1.1rem);
	font-weight: 700;
}

.meem-shop-card__actions {
	display: inline-flex;
	justify-content: center;
	gap: 0.45rem;
	margin-top: 0.45rem;
}

.meem-shop-card__view,
.meem-shop-card__buy,
.meem-product-summary__cart .button,
.meem-product-summary__cart button,
.meem-product-summary__cart input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 6.8rem;
	padding: 0.8rem 1rem;
	border: 1px solid var(--meem-official-black);
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	text-transform: uppercase;
	transition: color 180ms var(--meem-ease), background 180ms var(--meem-ease), transform 180ms var(--meem-ease);
}

.meem-shop-card__view {
	min-width: 2.75rem;
	padding-inline: 0.8rem;
	background: transparent;
}

.meem-shop-card__buy,
.meem-product-summary__cart .button,
.meem-product-summary__cart button,
.meem-product-summary__cart input[type="submit"] {
	background: var(--meem-official-black);
	color: var(--meem-official-paper) !important;
}

.meem-shop-card__buy:hover,
.meem-product-summary__cart .button:hover,
.meem-product-summary__cart button:hover,
.meem-product-summary__cart input[type="submit"]:hover {
	background: var(--meem-official-brown);
	color: var(--meem-official-paper);
	transform: translateY(-1px);
}

.meem-shop-pagination {
	margin-top: 3rem;
	font-family: var(--meem-font-ui);
}

.meem-shop-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.meem-shop-pagination li {
	border: 0;
}

.meem-shop-pagination a,
.meem-shop-pagination span {
	display: grid;
	place-items: center;
	min-width: 2.75rem;
	height: 2.75rem;
	border: 1px solid rgba(30, 30, 29, 0.24);
	background: transparent;
}

.meem-shop-pagination .current {
	background: var(--meem-official-black);
	color: var(--meem-official-paper);
}

.meem-no-results {
	padding: clamp(2rem, 5vw, 4rem);
	background: rgba(251, 250, 248, 0.44);
}

.meem-no-results h2 {
	margin: 0 0 0.8rem;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.04em;
}

.meem-product-detail {
	padding: clamp(2rem, 5vw, 4.8rem) clamp(1.25rem, 5vw, 4.8rem) clamp(5rem, 8vw, 7rem);
}

.meem-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 1.5rem;
	color: var(--meem-official-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.74rem;
}

.meem-product-detail__grid {
	display: grid;
	grid-template-columns: minmax(18rem, 0.92fr) minmax(20rem, 1fr);
	gap: clamp(1.75rem, 4vw, 4.5rem);
	align-items: start;
	max-width: 74rem;
	margin-inline: auto;
}

.meem-product-detail__grid > *:first-child {
	width: min(100%, 34rem);
	justify-self: end;
}

.meem-product-gallery__primary,
.meem-product-gallery__fallback {
	display: grid;
	place-items: center;
	min-height: clamp(22rem, 36vw, 34rem);
	background: var(--meem-official-card);
}

.meem-product-gallery__image {
	width: 84%;
	height: 84%;
	object-fit: contain;
}

.meem-product-gallery__fallback span {
	display: grid;
	place-items: center;
	width: 16rem;
	height: 11rem;
	border-radius: 0.4rem 0.4rem 1rem 1rem;
	background: linear-gradient(180deg, #f5f3ef 0 46%, #d3d2cd 46% 58%, #e2d8cf 58% 100%);
	box-shadow: 0 20px 34px rgba(30, 30, 29, 0.18);
	font-family: var(--meem-font-ui);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.meem-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 0.8rem;
}

.meem-product-gallery__thumb {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: var(--meem-official-card);
}

.meem-product-summary {
	max-width: 38rem;
	padding-top: clamp(0rem, 3vw, 2.2rem);
}

.meem-product-summary__cats {
	margin-bottom: 0.8rem;
	color: var(--meem-official-brown);
	font-family: var(--meem-font-ui);
	font-size: 0.78rem;
}

.meem-product-summary h1 {
	max-width: 15ch;
	margin: 0;
	font-family: var(--meem-font-body);
	font-size: clamp(2.125rem, 3.2vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.meem-product-summary__sku {
	margin: 1rem 0 0;
	color: var(--meem-official-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.78rem;
}

.meem-product-summary__price {
	margin: 1.4rem 0;
	font-family: var(--meem-font-ui);
	font-size: clamp(1.4rem, 2.2vw, 2.2rem);
	font-weight: 700;
}

.meem-product-summary__short {
	max-width: 42rem;
	margin-bottom: 1.5rem;
	font-family: var(--meem-font-ui);
	font-size: 0.95rem;
	line-height: 1.65;
}

.meem-product-summary__cart form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1.6rem;
}

.meem-product-summary__cart .quantity input.qty {
	min-height: 2.75rem;
	width: 5rem;
	border: 1px solid rgba(30, 30, 29, 0.28);
	background: transparent;
	font-family: var(--meem-font-ui);
	text-align: center;
}

.meem-product-summary__cart .variations,
.meem-product-summary__cart .variations tbody,
.meem-product-summary__cart .variations tr,
.meem-product-summary__cart .variations td,
.meem-product-summary__cart .variations th {
	display: block;
	width: 100%;
	border: 0;
}

.meem-product-summary__cart .variations select {
	min-height: 2.75rem;
	width: min(22rem, 100%);
	padding: 0 0.8rem;
	border: 1px solid rgba(30, 30, 29, 0.28);
	background: transparent;
}

.meem-product-decision {
	margin-top: clamp(2rem, 4vw, 3.6rem);
	padding: clamp(1.1rem, 2.6vw, 1.8rem);
	border: 1px solid rgba(30, 30, 29, 0.1);
	background: rgba(234, 222, 214, 0.24);
}

.meem-product-decision__intro {
	display: grid;
	gap: 0.5rem;
	max-width: 48rem;
	margin-bottom: clamp(1rem, 2.4vw, 1.6rem);
}

.meem-product-decision__intro h2 {
	margin: 0;
	font-family: var(--meem-font-body);
	font-size: clamp(2rem, 3.6vw, 3.8rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.meem-product-decision__intro p,
.meem-product-decision__card p,
.meem-product-faq p {
	margin: 0;
	color: rgba(30, 30, 29, 0.72);
	font-family: var(--meem-font-ui);
	font-size: 0.9rem;
	line-height: 1.62;
}

.meem-product-decision__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.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, 30, 29, 0.1);
	background: rgba(251, 250, 248, 0.78);
}

.meem-product-decision__card h3 {
	margin: 0;
	font-family: var(--meem-font-body);
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.meem-product-decision__eyebrow {
	color: var(--meem-official-brown);
	font-family: var(--meem-font-ui);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.meem-product-decision__note {
	padding-top: 0.45rem;
	border-top: 1px solid rgba(30, 30, 29, 0.1);
	font-weight: 700;
}

.meem-product-decision__list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meem-product-decision__list li {
	position: relative;
	padding-left: 1rem;
	font-family: var(--meem-font-ui);
	font-size: 0.86rem;
	line-height: 1.45;
}

.meem-product-decision__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 50%;
	background: var(--meem-official-brown);
}

.meem-product-tech dl {
	display: grid;
	gap: 0.5rem;
	margin: 0;
}

.meem-product-tech dl > div {
	display: grid;
	grid-template-columns: minmax(5.6rem, 7.6rem) minmax(0, 1fr);
	align-items: start;
	column-gap: clamp(0.55rem, 2vw, 0.85rem);
	row-gap: 0.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(30, 30, 29, 0.09);
}

.meem-product-tech dt,
.meem-product-tech dd {
	margin: 0;
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
	line-height: 1.35;
}

.meem-product-tech dt {
	color: var(--meem-official-muted);
	font-weight: 800;
}

.meem-product-tech dd {
	min-width: 0;
	overflow-wrap: anywhere;
}

.meem-product-faq details {
	border-top: 1px solid rgba(30, 30, 29, 0.11);
}

.meem-product-faq summary {
	cursor: pointer;
	display: flex;
	align-items: center;
	min-height: 2.8rem;
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
}

.meem-product-faq details > p {
	padding-bottom: 0.8rem;
}

.meem-product-documents__list {
	display: grid;
	gap: 0.55rem;
}

.meem-product-document {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.8rem;
	padding: 0.72rem 0;
	border-top: 1px solid rgba(30, 30, 29, 0.11);
	color: inherit;
	font-family: var(--meem-font-ui);
	font-size: 0.84rem;
	line-height: 1.35;
	text-decoration: none;
}

.meem-product-document span {
	color: var(--meem-official-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.meem-product-tabs {
	display: grid;
	gap: 0;
	max-width: 72rem;
	margin-top: clamp(3rem, 6vw, 6rem);
	border-top: 1px solid rgba(30, 30, 29, 0.22);
}

.meem-product-tabs details {
	border-bottom: 1px solid rgba(30, 30, 29, 0.18);
}

.meem-product-tabs summary {
	cursor: pointer;
	min-height: 4rem;
	display: flex;
	align-items: center;
	font-family: var(--meem-font-ui);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.meem-product-tabs details > div {
	max-width: 58rem;
	padding: 0 0 1.4rem;
	font-family: var(--meem-font-ui);
	font-size: 0.92rem;
	line-height: 1.7;
}

.meem-related-products {
	margin-top: clamp(3rem, 6vw, 6rem);
}

.meem-related-products > .related > h2 {
	margin: 0 0 1.4rem;
	font-family: var(--meem-font-body);
	font-size: clamp(2rem, 4vw, 4.2rem);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.meem-site-footer {
	display: grid;
	grid-template-columns: 1.3fr repeat(3, minmax(10rem, 0.8fr));
	gap: clamp(2rem, 7vw, 8rem);
	padding: 3.8rem clamp(1.25rem, 8vw, 7rem) 0;
	background: var(--meem-official-nude);
	color: var(--meem-official-black);
}

.meem-site-footer h2 {
	margin: 0 0 1rem;
	font-family: var(--meem-font-ui);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.meem-site-footer a {
	display: block;
	margin: 0 0 0.75rem;
	font-family: var(--meem-font-ui);
	font-size: 0.78rem;
}

.meem-site-footer > p {
	grid-column: 1 / -1;
	margin: 2.8rem calc(clamp(1.25rem, 8vw, 7rem) * -1) 0;
	padding: 0.75rem clamp(1.25rem, 8vw, 7rem);
	border-top: 1px solid rgba(30, 30, 29, 0.28);
	font-family: var(--meem-font-ui);
	font-size: 0.68rem;
}

@media (max-width: 1024px) {
	.meem-header-main {
		grid-template-columns: auto 1fr auto;
	}

	.meem-wordmark {
		min-width: 0;
	}

	.meem-primary-nav {
		display: none;
	}

	.meem-menu-toggle {
		display: inline-flex;
	}

	.meem-search input[type="search"] {
		width: 1.8rem;
		padding-left: 0;
		color: transparent;
	}

	.meem-search input[type="search"]:focus {
		width: 9rem;
		padding-left: 0.65rem;
		color: var(--meem-official-black);
	}

	.meem-mobile-panel:not([hidden]) {
		display: grid;
		gap: 0;
		padding: 1rem 1.25rem 1.5rem;
		background: var(--meem-official-black);
		color: var(--meem-official-nude-soft);
	}

	.meem-mobile-panel a {
		padding: 0.8rem 0;
		border-bottom: 1px solid rgba(234, 222, 214, 0.13);
		font-family: var(--meem-font-ui);
		font-size: 0.86rem;
	}

	.meem-shop-hero,
	.meem-shop-layout,
	.meem-product-detail__grid,
	.meem-site-footer {
		grid-template-columns: 1fr;
	}

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

	.meem-shop-sidebar {
		position: static;
	}

	.meem-shop-family-nav {
		display: flex;
		gap: 0.55rem;
		overflow-x: auto;
		padding-bottom: 0.5rem;
		scroll-snap-type: x mandatory;
	}

	.meem-shop-family-nav strong {
		display: none;
	}

	.meem-shop-family-nav a {
		flex: 0 0 auto;
		min-height: 2.75rem;
		padding: 0.65rem 0.85rem;
		border: 1px solid rgba(30, 30, 29, 0.16);
		font-size: 0.86rem;
		scroll-snap-align: start;
	}

	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.meem-promo-bar {
		padding: 0.3rem 1rem;
		font-size: 0.58rem;
		text-align: center;
	}

	.meem-header-main {
		min-height: 4rem;
		padding-inline: 1rem;
	}

	.meem-account-link,
	.meem-header-main .meem-search {
		display: none;
	}

	.meem-wordmark {
		justify-self: start;
		gap: 0.28rem;
	}

	.meem-wordmark span {
		font-size: 0.84rem;
	}

	.meem-wordmark small {
		font-size: 0.62rem;
		letter-spacing: 0.12em;
	}

	.meem-shop-hero,
	.meem-shop-layout,
	.meem-product-detail,
	.meem-site-footer {
		padding-inline: 1.25rem;
	}

	.meem-shop-hero h1 {
		font-size: clamp(3.4rem, 22vw, 5.2rem);
	}

	.meem-shop-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.meem-shop-ordering,
	.meem-shop-ordering select {
		width: 100%;
	}

	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: 1fr;
	}

	.meem-shop-card__actions {
		width: 100%;
	}

	.meem-shop-card__view,
	.meem-shop-card__buy {
		flex: 1;
	}

	.meem-product-summary h1 {
		font-size: clamp(2.8rem, 16vw, 4.6rem);
	}

	.meem-product-gallery__primary,
	.meem-product-gallery__fallback {
		min-height: 22rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.meem-official-page *,
	.meem-official-page *::before,
	.meem-official-page *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
	}
}

/* Storefront polish: controlled commerce rhythm, live search, and stable cards. */
.meem-shop-shell,
.meem-product-shell {
	width: min(calc(100% - 40px), 1440px);
	margin-inline: auto;
}

.meem-shop-hero {
	grid-template-columns: minmax(16rem, 0.72fr) minmax(20rem, 1fr);
	gap: clamp(2rem, 5vw, 5.5rem);
	padding: clamp(3rem, 5.8vw, 5.8rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.meem-shop-hero h1 {
	max-width: 12ch;
	font-size: clamp(3.6rem, 7.2vw, 7.2rem);
}

.meem-shop-layout {
	grid-template-columns: minmax(11rem, 0.23fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	padding: 0 0 clamp(4rem, 7vw, 6rem);
}

.meem-shop-family-nav {
	gap: 0.1rem;
	max-width: 100%;
}

.meem-shop-family-nav strong {
	padding-bottom: 0.8rem;
	font-size: 0.76rem;
}

.meem-shop-family-nav a {
	min-height: 2.45rem;
	padding: 0.42rem 0;
	font-family: var(--meem-font-ui);
	font-size: clamp(0.8rem, 0.82vw, 0.92rem);
	letter-spacing: 0.01em;
}

.meem-shop-family-nav a.is-active::before {
	width: 0.34rem;
	height: 0.34rem;
	margin-right: 0.45rem;
}

.woocommerce .meem-shop-main ul.products,
.meem-shop-main ul.products,
.meem-products-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.75rem, 2.6vw, 2.6rem) clamp(1.35rem, 2.2vw, 2rem);
}

.meem-shop-card {
	align-content: start;
	gap: 0.56rem;
	max-width: 25rem;
	width: 100%;
	margin-inline: auto;
}

.meem-shop-card__media {
	aspect-ratio: 1 / 1.04;
	max-height: 23.5rem;
	padding: clamp(1rem, 2.2vw, 1.8rem);
	background: color-mix(in srgb, var(--meem-official-paper) 72%, var(--meem-official-nude) 28%);
	border: 1px solid rgba(30, 30, 29, 0.08);
}

.meem-shop-card__media::after {
	top: 1rem;
	right: 1rem;
	width: 1.35rem;
	height: 1.35rem;
	background: color-mix(in srgb, var(--meem-official-nude-soft) 70%, var(--meem-official-paper) 30%);
}

.meem-shop-card__image {
	width: 100%;
	height: 100%;
	max-width: 17.5rem;
	max-height: 17.5rem;
	object-fit: contain;
}

.meem-shop-card__badge {
	min-height: 0.9rem;
	margin-top: 0.28rem;
	font-family: var(--meem-font-ui);
	font-size: 0.7rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.meem-shop-card__title {
	min-height: 2.6rem;
	font-size: clamp(1rem, 1.05vw, 1.15rem);
	line-height: 1.2;
}

.meem-shop-card__price {
	min-height: 1.25rem;
	font-size: 0.92rem;
}

.meem-shop-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0.55rem;
	width: 100%;
	max-width: 18.5rem;
	margin: 0.45rem auto 0;
}

.meem-shop-card__view,
.meem-shop-card__buy,
.meem-product-summary__cart .button,
.meem-product-summary__cart button,
.meem-product-summary__cart input[type="submit"] {
	min-width: 0;
	min-height: 2.7rem;
	width: 100%;
	padding: 0.78rem 0.85rem;
	border-radius: 0;
	font-size: 0.68rem;
	white-space: nowrap;
}

.meem-shop-card__buy.loading {
	position: relative;
	color: transparent !important;
}

.meem-shop-card__buy.loading::after {
	content: "";
	position: absolute;
	width: 0.85rem;
	height: 0.85rem;
	border: 1px solid rgba(251, 250, 248, 0.55);
	border-top-color: var(--meem-official-paper);
	border-radius: 50%;
	animation: meem-spin 700ms linear infinite;
}

.meem-shop-card .added_to_cart {
	grid-column: 1 / -1;
	justify-self: center;
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@keyframes meem-spin {
	to {
		transform: rotate(360deg);
	}
}

.meem-search {
	z-index: 12;
}

.meem-search input[type="search"] {
	border-bottom-color: rgba(30, 30, 29, 0.18);
	-webkit-appearance: none;
	appearance: none;
}

.meem-search input[type="search"]::-webkit-search-decoration,
.meem-search input[type="search"]::-webkit-search-cancel-button,
.meem-search input[type="search"]::-webkit-search-results-button,
.meem-search input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.meem-live-search {
	position: absolute;
	top: calc(100% + 0.65rem);
	left: 0;
	right: 0;
	z-index: 20;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	max-height: min(31rem, 72vh);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0.55rem;
	border: 1px solid rgba(30, 30, 29, 0.14);
	background: color-mix(in srgb, var(--meem-official-paper) 94%, var(--meem-official-nude) 6%);
	box-shadow: 0 22px 44px rgba(30, 30, 29, 0.16);
	color: var(--meem-official-black);
}

.meem-shop-hero .meem-live-search {
	left: 0;
	right: 0;
	width: 100%;
}

.meem-live-search__list {
	display: grid;
	gap: 0.2rem;
}

.meem-live-search__item {
	display: grid;
	grid-template-columns: 4.2rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	padding: 0.55rem;
	font-family: var(--meem-font-ui);
}

.meem-live-search__item:hover,
.meem-live-search__item[aria-selected="true"] {
	background: rgba(222, 208, 199, 0.36);
	color: var(--meem-official-black);
}

.meem-live-search__media {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	background: var(--meem-official-card);
}

.meem-live-search__media img {
	width: 84%;
	height: 84%;
	object-fit: contain;
}

.meem-live-search__media span {
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.meem-live-search__body {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.meem-live-search__category {
	color: var(--meem-official-brown);
	font-size: 0.66rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.meem-live-search__body strong {
	font-size: 0.9rem;
	line-height: 1.2;
}

.meem-live-search__price {
	font-size: 0.78rem;
	font-weight: 700;
}

.meem-live-search__empty,
.meem-live-search__all {
	display: block;
	margin: 0;
	padding: 0.8rem;
	font-family: var(--meem-font-ui);
	font-size: 0.8rem;
}

.meem-live-search__all {
	margin-top: 0.35rem;
	border-top: 1px solid rgba(30, 30, 29, 0.1);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.meem-product-detail {
	max-width: 1320px;
	margin-inline: auto;
	padding: clamp(2rem, 4vw, 4rem) 0 clamp(4rem, 7vw, 6rem);
}

.meem-shop-sidebar {
	min-width: 0;
}

.meem-site-footer > p {
	margin-inline: 0;
}

.meem-product-detail__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 0.85fr);
	gap: clamp(2rem, 4vw, 4.2rem);
}

.meem-product-gallery__primary,
.meem-product-gallery__fallback {
	aspect-ratio: 1 / 1.04;
	min-height: 0;
	max-height: 38rem;
	padding: clamp(1.2rem, 3vw, 2.4rem);
	border: 1px solid rgba(30, 30, 29, 0.08);
}

.meem-product-gallery__image {
	width: 100%;
	height: 100%;
	max-height: 32rem;
	object-fit: contain;
}

.meem-product-summary {
	padding-top: clamp(0.5rem, 1.8vw, 1.4rem);
}

.meem-product-summary h1 {
	max-width: 14ch;
	font-size: clamp(2.7rem, 4.5vw, 4.6rem);
	line-height: 0.98;
}

.meem-product-summary__price {
	margin: 1rem 0 1.1rem;
	font-size: clamp(1.25rem, 1.7vw, 1.75rem);
}

.meem-product-summary__cart form.cart {
	gap: 0.65rem;
}

.meem-product-summary__cart .quantity input.qty {
	min-height: 2.9rem;
}

@media (max-width: 1180px) {
	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.meem-shop-shell,
	.meem-product-shell {
		width: min(calc(100% - 32px), 1440px);
	}

	.meem-shop-hero,
	.meem-shop-layout,
	.meem-product-detail__grid,
	.meem-site-footer {
		grid-template-columns: 1fr;
	}

	.meem-shop-hero {
		padding-top: 2.5rem;
	}

	.meem-shop-layout {
		gap: 1.25rem;
	}

	.meem-shop-sidebar {
		position: static;
		overflow: hidden;
		width: 100%;
	}

	.meem-shop-family-nav {
		display: flex;
		gap: 0.5rem;
		overflow-x: auto;
		padding: 0 0 0.55rem;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.meem-shop-family-nav::-webkit-scrollbar {
		display: none;
	}

	.meem-shop-family-nav strong {
		display: none;
	}

	.meem-shop-family-nav a {
		flex: 0 0 auto;
		min-height: 2.55rem;
		padding: 0.64rem 0.9rem;
		border: 1px solid rgba(30, 30, 29, 0.14);
		background: rgba(251, 250, 248, 0.28);
		font-size: 0.78rem;
		scroll-snap-align: start;
		white-space: nowrap;
	}

	.meem-shop-family-nav a.is-active {
		background: var(--meem-official-black);
		color: var(--meem-official-paper);
	}

	.meem-shop-family-nav a.is-active::before {
		display: none;
	}
}

@media (max-width: 680px) {
	.meem-shop-shell,
	.meem-product-shell {
		width: min(calc(100% - 28px), 1440px);
	}

	.meem-shop-hero,
	.meem-shop-layout,
	.meem-product-detail,
	.meem-site-footer {
		padding-inline: 0;
	}

	.meem-shop-hero h1 {
		font-size: clamp(3rem, 17vw, 4.4rem);
	}

	.meem-shop-hero .meem-search {
		width: 100%;
	}

	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: 1fr;
	}

	.meem-shop-card {
		max-width: 23rem;
	}

	.meem-shop-card__actions {
		max-width: none;
	}

	.meem-product-summary h1 {
		font-size: clamp(2.3rem, 12vw, 3.5rem);
	}

	.meem-product-summary__cart form.cart,
	.meem-product-summary__cart .button,
	.meem-product-summary__cart button,
	.meem-product-summary__cart input[type="submit"] {
		width: 100%;
	}

	.meem-product-summary__cart .quantity,
	.meem-product-summary__cart .quantity input.qty {
		width: 100%;
	}

	.meem-product-decision {
		margin-top: 1.6rem;
	}

	.meem-product-decision__grid {
		grid-template-columns: 1fr;
	}

	.meem-live-search {
		left: 0;
		right: auto;
		width: min(22rem, 88vw);
	}
}

@media (max-width: 340px) {
	.meem-product-tech dl > div {
		grid-template-columns: 1fr;
	}
}

/* Product-card CTA polish: keep WooCommerce AJAX classes, fix visual hierarchy and alignment. */
.meem-shop-card__actions {
	align-self: end;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0.6rem;
	max-width: 19rem;
}

.meem-shop-card__view,
.meem-shop-card__buy,
.meem-shop-card .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.82rem;
	width: 100%;
	min-width: 0;
	padding: 0.78rem 0.95rem;
	border: 1px solid var(--meem-official-black);
	border-radius: 0.6rem;
	font-family: var(--meem-font-ui);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: none;
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease);
}

.meem-shop-card__view {
	background: rgba(251, 250, 248, 0.42);
	color: var(--meem-official-black);
}

.meem-shop-card__view:hover,
.meem-shop-card__view:focus-visible {
	background: rgba(251, 250, 248, 0.84);
	color: var(--meem-official-black);
	transform: translateY(-1px);
}

.meem-shop-card__buy,
.meem-shop-card__buy.button,
.woocommerce .meem-shop-card__buy.button {
	border-color: var(--meem-official-black);
	background: var(--meem-official-black);
	color: var(--meem-official-paper) !important;
	box-shadow: 0 10px 20px rgba(30, 30, 29, 0.12);
}

.meem-shop-card__buy:hover,
.meem-shop-card__buy:focus-visible,
.meem-shop-card__buy.button:hover,
.woocommerce .meem-shop-card__buy.button:hover {
	border-color: #3b302b;
	background: #3b302b;
	color: var(--meem-official-paper) !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(54, 38, 32, 0.16);
}

.meem-shop-card__buy.loading,
.woocommerce .meem-shop-card__buy.loading {
	position: relative;
	color: rgba(251, 250, 248, 0.82) !important;
	cursor: progress;
	opacity: 0.92;
}

.meem-shop-card__buy.loading::after,
.woocommerce .meem-shop-card__buy.loading::after {
	content: "";
	position: static;
	display: inline-block;
	width: 0.72rem;
	height: 0.72rem;
	margin-left: 0.48rem;
	border: 1px solid rgba(251, 250, 248, 0.48);
	border-top-color: var(--meem-official-paper);
	border-radius: 50%;
	animation: meem-spin 700ms linear infinite;
}

.meem-shop-card__buy.added,
.woocommerce .meem-shop-card__buy.added {
	background: #3b302b;
	border-color: #3b302b;
}

.meem-shop-card .added_to_cart {
	grid-column: 1 / -1;
	justify-self: stretch;
	margin-top: 0.1rem;
	border-color: rgba(30, 30, 29, 0.18);
	background: rgba(251, 250, 248, 0.56);
	color: var(--meem-official-black);
	box-shadow: none;
}

.meem-shop-card .added_to_cart:hover,
.meem-shop-card .added_to_cart:focus-visible {
	border-color: rgba(30, 30, 29, 0.34);
	background: rgba(251, 250, 248, 0.9);
	color: var(--meem-official-black);
	transform: translateY(-1px);
}

@media (max-width: 680px) {
	.meem-shop-card__actions {
		max-width: none;
	}

	.meem-shop-card__view,
	.meem-shop-card__buy,
	.meem-shop-card .added_to_cart {
		min-height: 2.9rem;
		font-size: 0.67rem;
	}
}

/* Stronger archive CTA pass: high-contrast primary button and matched paired actions. */
.meem-shop-card__actions {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0.5rem;
	max-width: 20rem;
}

.meem-shop-card__view,
.meem-shop-card__buy,
.meem-shop-card .added_to_cart {
	min-height: 2.95rem;
	padding: 0.82rem 0.9rem;
	border-radius: 0.42rem;
	font-size: 0.69rem;
	letter-spacing: 0.07em;
}

.meem-shop-card__view {
	border-color: rgba(30, 30, 29, 0.42);
	background: #fbfaf8;
	color: var(--meem-official-black);
}

.meem-shop-card__view:hover,
.meem-shop-card__view:focus-visible {
	border-color: var(--meem-official-black);
	background: #efe3db;
}

.meem-shop-card__buy,
.meem-shop-card__buy.button,
.woocommerce .meem-shop-card__buy.button {
	border-color: #171210;
	background: #171210;
	color: #fbfaf8 !important;
	box-shadow: 0 12px 22px rgba(30, 20, 18, 0.18);
}

.meem-shop-card__buy:hover,
.meem-shop-card__buy:focus-visible,
.meem-shop-card__buy.button:hover,
.woocommerce .meem-shop-card__buy.button:hover {
	border-color: #4a352f;
	background: #4a352f;
	box-shadow: 0 14px 26px rgba(54, 38, 32, 0.22);
}

.meem-shop-card__buy.loading,
.woocommerce .meem-shop-card__buy.loading {
	color: #fbfaf8 !important;
}

.meem-shop-card .added_to_cart {
	border-color: rgba(30, 30, 29, 0.34);
	background: #efe3db;
}

/* Surgical archive correction: native Woo-safe grid and one clear card CTA. */
.woocommerce .meem-shop-main ul.products,
.meem-shop-main ul.products,
.meem-products-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.woocommerce .meem-shop-main ul.products li.product,
.meem-shop-main ul.products li.product,
.meem-products-grid li.product {
	display: flex;
	float: none !important;
	clear: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0;
}

.meem-shop-card {
	width: 100%;
	height: 100%;
}

.meem-shop-card__actions {
	display: block;
	width: 100%;
	max-width: 18.5rem;
	margin-inline: auto;
}

.meem-shop-card__buy,
.meem-shop-card__buy.button,
.woocommerce .meem-shop-card__buy.button {
	width: 100%;
	min-width: 0;
}

@media (min-width: 1200px) {
	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.woocommerce .meem-shop-main ul.products,
	.meem-shop-main ul.products,
	.meem-products-grid {
		grid-template-columns: 1fr;
	}
}

/* Final surgical archive grid patch: 3 / 2 / 1 columns. */
.meem-shop-page .meem-shop-main ul.products,
.woocommerce.meem-shop-page .meem-shop-main ul.products,
.woocommerce .meem-shop-page .meem-shop-main ul.products,
.meem-shop-main ul.products.products,
.meem-products-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(1.1rem, 2vw, 1.8rem);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meem-shop-page .meem-shop-main ul.products::before,
.meem-shop-page .meem-shop-main ul.products::after,
.woocommerce.meem-shop-page .meem-shop-main ul.products::before,
.woocommerce.meem-shop-page .meem-shop-main ul.products::after,
.woocommerce .meem-shop-page .meem-shop-main ul.products::before,
.woocommerce .meem-shop-page .meem-shop-main ul.products::after,
.meem-shop-main ul.products.products::before,
.meem-shop-main ul.products.products::after,
.meem-products-grid::before,
.meem-products-grid::after {
	display: none !important;
	content: none !important;
}

.meem-shop-page .meem-shop-main ul.products > li.product,
.woocommerce.meem-shop-page .meem-shop-main ul.products > li.product,
.woocommerce .meem-shop-page .meem-shop-main ul.products > li.product,
.meem-shop-main ul.products.products > li.product,
.meem-products-grid > li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
	display: flex;
	min-width: 0;
}

.meem-shop-main {
	min-width: 0;
	width: 100%;
	max-width: none;
}

@media (min-width: 1200px) {
	.meem-shop-page .meem-shop-main ul.products,
	.woocommerce.meem-shop-page .meem-shop-main ul.products,
	.woocommerce .meem-shop-page .meem-shop-main ul.products,
	.meem-shop-main ul.products.products,
	.meem-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.meem-shop-page .meem-shop-main ul.products,
	.woocommerce.meem-shop-page .meem-shop-main ul.products,
	.woocommerce .meem-shop-page .meem-shop-main ul.products,
	.meem-shop-main ul.products.products,
	.meem-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.meem-shop-page .meem-shop-main ul.products,
	.woocommerce.meem-shop-page .meem-shop-main ul.products,
	.woocommerce .meem-shop-page .meem-shop-main ul.products,
	.meem-shop-main ul.products.products,
	.meem-products-grid {
		grid-template-columns: 1fr !important;
	}
}

/* Archive UX controls v1: clean media, compact controls, AJAX-ready product grid. */
.meem-shop-page .meem-shop-layout {
	align-items: start;
	padding-top: clamp(0.8rem, 2vw, 1.6rem);
}

.meem-shop-page .meem-shop-sidebar {
	top: clamp(5rem, 8vw, 7rem);
}

.meem-archive-fragment {
	position: relative;
	min-width: 0;
}

.meem-archive-fragment:focus {
	outline: none;
}

.meem-archive-fragment.is-loading ul.products,
.meem-archive-fragment.is-loading .meem-shop-pagination {
	opacity: 0.48;
	pointer-events: none;
}

.meem-archive-fragment.is-loading::after {
	content: attr(data-loading-label);
	position: sticky;
	top: 1rem;
	z-index: 3;
	display: table;
	margin: 0.75rem auto;
	padding: 0.62rem 0.9rem;
	border: 1px solid rgba(30, 30, 29, 0.14);
	border-radius: 999px;
	background: #fbfaf8;
	box-shadow: 0 12px 28px rgba(30, 30, 29, 0.12);
	color: var(--meem-official-brown);
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.meem-archive-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.72rem;
	margin-bottom: clamp(1rem, 2vw, 1.45rem);
	padding: 0.7rem;
	border: 1px solid rgba(30, 30, 29, 0.12);
	border-radius: 1rem;
	background: rgba(251, 250, 248, 0.58);
	box-shadow: 0 16px 34px rgba(54, 38, 32, 0.08);
	font-family: var(--meem-font-ui);
}

.meem-archive-controls__summary,
.meem-archive-controls__group {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 2.55rem;
}

.meem-archive-controls__summary {
	padding: 0 0.45rem;
}

.meem-archive-controls__summary span,
.meem-archive-controls__group > span,
.meem-archive-controls__group > label {
	color: var(--meem-official-muted);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.meem-archive-controls__summary strong {
	color: var(--meem-official-black);
	font-size: 0.95rem;
}

.meem-archive-controls__segments {
	display: inline-flex;
	align-items: center;
	gap: 0.18rem;
	padding: 0.18rem;
	border: 1px solid rgba(30, 30, 29, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
}

.meem-archive-controls__segments a,
.meem-archive-controls__sort select,
.meem-archive-controls__sort button {
	min-height: 2.1rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--meem-font-ui);
	font-size: 0.76rem;
	font-weight: 700;
}

.meem-archive-controls__segments a {
	display: inline-grid;
	place-items: center;
	min-width: 2.1rem;
	padding: 0 0.62rem;
	color: var(--meem-official-black);
}

.meem-archive-controls__segments a:hover,
.meem-archive-controls__segments a:focus-visible,
.meem-archive-controls__segments a[aria-pressed="true"] {
	border-color: rgba(30, 30, 29, 0.22);
	background: #2b201d;
	color: #fbfaf8;
}

.meem-archive-controls__sort select {
	min-width: 11rem;
	padding: 0 2rem 0 0.8rem;
	border-color: rgba(30, 30, 29, 0.14);
	background-color: #fbfaf8;
	color: var(--meem-official-black);
}

.meem-archive-controls__sort button {
	padding: 0 0.85rem;
	border-color: rgba(30, 30, 29, 0.16);
	background: transparent;
	color: var(--meem-official-black);
	cursor: pointer;
}

.meem-shop-page .meem-shop-card {
	gap: 0.46rem;
	padding-bottom: 0.2rem;
}

.meem-shop-page .meem-shop-card__media::before,
.meem-shop-page .meem-shop-card__media::after,
.meem-shop-page .meem-shop-card__fallback::before,
.meem-shop-page .meem-shop-card__fallback::after {
	display: none !important;
	content: none !important;
}

.meem-shop-page .meem-shop-card__media {
	background: #fbfaf8;
	border: 0;
	box-shadow: none;
	overflow: hidden;
	transition: transform 180ms var(--meem-ease), background 180ms var(--meem-ease);
}

.meem-shop-page .meem-shop-card__media:hover,
.meem-shop-page .meem-shop-card__media:focus-visible {
	background: #fffdf9;
	transform: translateY(-1px);
}

.meem-shop-page .meem-shop-card__image {
	z-index: 1;
	width: 88%;
	height: 88%;
	object-fit: contain;
}

.meem-shop-page .meem-shop-card__fallback {
	width: 58%;
	height: 36%;
	border-radius: 0.45rem;
	background: #efe5dd;
	box-shadow: none;
}

.meem-shop-page .meem-shop-card__title {
	min-height: 2.65rem;
	font-size: clamp(0.98rem, 1.1vw, 1.16rem);
	line-height: 1.18;
}

.meem-shop-page .meem-shop-card__actions {
	display: block;
	max-width: 17rem;
	margin-top: 0.34rem;
	margin-inline: auto;
}

.meem-shop-page .meem-shop-card__buy,
.meem-shop-page .meem-shop-card__buy.button,
.woocommerce .meem-shop-page .meem-shop-card__buy.button {
	width: 100%;
	min-height: 2.78rem;
	border-radius: 0.52rem;
}

.meem-shop-page .meem-shop-card .added_to_cart {
	display: none !important;
}

.meem-shop-page .meem-shop-card__buy.added,
.woocommerce .meem-shop-page .meem-shop-card__buy.added {
	border-color: #2b201d;
	background: #2b201d;
	color: #fbfaf8 !important;
}

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

.meem-archive-fragment[data-meem-archive-columns="4"] ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

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

@media (min-width: 1200px) and (max-width: 1499px) {
	.meem-archive-fragment[data-meem-archive-columns="5"] ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

.meem-shop-page .meem-shop-pagination {
	margin-top: clamp(2rem, 4vw, 3.4rem);
}

.meem-shop-page .meem-shop-pagination ul {
	gap: 0.32rem;
}

.meem-shop-page .meem-shop-pagination a,
.meem-shop-page .meem-shop-pagination span {
	min-width: 2.55rem;
	height: 2.55rem;
	border-color: rgba(30, 30, 29, 0.14);
	border-radius: 999px;
	background: rgba(251, 250, 248, 0.5);
	font-size: 0.82rem;
	font-weight: 700;
}

.meem-shop-page .meem-shop-pagination a:hover,
.meem-shop-page .meem-shop-pagination a:focus-visible,
.meem-shop-page .meem-shop-pagination .current {
	border-color: #2b201d;
	background: #2b201d;
	color: #fbfaf8;
}

@media (max-width: 1199px) {
	.meem-archive-fragment[data-meem-archive-columns] ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	.meem-shop-page .meem-shop-sidebar {
		position: static;
	}

	.meem-archive-controls {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.meem-archive-fragment[data-meem-archive-columns] ul.products {
		grid-template-columns: 1fr !important;
	}

	.meem-archive-controls {
		align-items: stretch;
		padding: 0.62rem;
		border-radius: 0.82rem;
	}

	.meem-archive-controls__summary,
	.meem-archive-controls__group,
	.meem-archive-controls__sort {
		width: 100%;
		justify-content: space-between;
	}

	.meem-archive-controls__sort select {
		min-width: 0;
		width: 100%;
	}
}

/* Final archive column specificity patch: beat earlier WooCommerce grid rules. */
@media (min-width: 1200px) {
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="3"] ul.products.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="4"] ul.products.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1500px) {
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="5"] ul.products.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="5"] ul.products.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

/* Archive responsive controls v2: adaptive toolbar, instant columns, smoother AJAX. */
.meem-shop-page .meem-shop-layout {
	padding-top: clamp(1.4rem, 3vw, 2.5rem);
}

.meem-shop-page .meem-shop-sidebar {
	top: clamp(5.5rem, 8vw, 7rem);
}

.meem-archive-controls {
	container-type: inline-size;
	align-items: stretch;
	gap: 0.6rem;
	padding: clamp(0.62rem, 1.5vw, 0.86rem);
	overflow: visible;
}

.meem-archive-controls__columns,
.meem-archive-controls__sort,
.meem-archive-controls__group {
	min-width: 0;
}

.meem-archive-controls.is-compact .meem-archive-controls__columns,
.meem-archive-controls.is-narrow .meem-archive-controls__columns {
	display: none;
}

.meem-archive-controls.is-compact {
	justify-content: flex-start;
}

.meem-archive-controls.is-narrow {
	display: grid;
	grid-template-columns: 1fr;
}

.meem-archive-controls.is-narrow .meem-archive-controls__summary,
.meem-archive-controls.is-narrow .meem-archive-controls__group {
	width: 100%;
	justify-content: space-between;
}

.meem-archive-controls.is-narrow .meem-archive-controls__segments {
	justify-content: flex-end;
}

.meem-archive-controls.is-enhanced .meem-archive-controls__sort > select,
.meem-archive-controls.is-enhanced .meem-archive-controls__sort > button[type="submit"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.meem-archive-sort-menu {
	position: relative;
	display: none;
	min-width: min(16rem, 100%);
}

.meem-archive-controls.is-enhanced .meem-archive-sort-menu {
	display: block;
}

.meem-archive-sort-menu__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	width: 100%;
	min-height: 2.34rem;
	padding: 0 0.78rem;
	border: 1px solid rgba(30, 30, 29, 0.16);
	border-radius: 999px;
	background: #fbfaf8;
	color: var(--meem-official-black);
	font-family: var(--meem-font-ui);
	font-size: 0.76rem;
	font-weight: 700;
	cursor: pointer;
}

.meem-archive-sort-menu__button::after {
	content: "";
	width: 0.46rem;
	height: 0.46rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-0.12rem) rotate(45deg);
}

.meem-archive-sort-menu__list {
	position: absolute;
	top: calc(100% + 0.36rem);
	left: 0;
	right: 0;
	z-index: 12;
	display: grid;
	gap: 0.12rem;
	padding: 0.36rem;
	border: 1px solid rgba(30, 30, 29, 0.14);
	border-radius: 0.72rem;
	background: #fbfaf8;
	box-shadow: 0 18px 38px rgba(30, 30, 29, 0.16);
}

.meem-archive-sort-menu__list[hidden] {
	display: none;
}

.meem-archive-sort-menu__list button {
	min-height: 2.28rem;
	padding: 0.52rem 0.62rem;
	border: 0;
	border-radius: 0.46rem;
	background: transparent;
	color: var(--meem-official-black);
	font-family: var(--meem-font-ui);
	font-size: 0.76rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.meem-archive-sort-menu__list button:hover,
.meem-archive-sort-menu__list button:focus-visible,
.meem-archive-sort-menu__list button[aria-selected="true"] {
	background: #efe3db;
	outline: none;
}

.meem-archive-fragment ul.products {
	transition: opacity 160ms var(--meem-ease), transform 160ms var(--meem-ease), grid-template-columns 180ms var(--meem-ease);
}

.meem-archive-fragment.is-loading ul.products,
.meem-archive-fragment.is-loading .meem-shop-pagination {
	opacity: 0.42;
	transform: translateY(0.18rem);
}

.meem-archive-fragment.has-refreshed ul.products {
	animation: meem-archive-refresh 180ms var(--meem-ease) both;
}

@keyframes meem-archive-refresh {
	from {
		opacity: 0.45;
		transform: translateY(0.28rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.meem-archive-fragment ul.products,
	.meem-archive-fragment.has-refreshed ul.products {
		animation: none;
		transition: none;
	}
}

@container (max-width: 760px) {
	.meem-archive-controls__columns {
		display: none;
	}
}

@container (max-width: 540px) {
	.meem-archive-controls {
		display: grid;
		grid-template-columns: 1fr;
	}

	.meem-archive-controls__summary,
	.meem-archive-controls__group {
		width: 100%;
		justify-content: space-between;
	}

	.meem-archive-sort-menu {
		min-width: 0;
		width: min(100%, 16rem);
	}
}

@media (max-width: 1024px) {
	.meem-shop-page .meem-shop-sidebar {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.meem-archive-sort-menu {
		width: 100%;
	}

	.meem-archive-controls__segments a,
	.meem-archive-sort-menu__button {
		min-height: 2.55rem;
	}
}

/* Archive polish v3: readable sort states, 4-column desktop default, 2-column mobile grid, safer sidebar offset. */
.meem-archive-sort-menu__list button {
	color: #1e1e1d;
}

.meem-archive-sort-menu__list button:hover {
	background: #eaded6;
	color: #1e1e1d;
}

.meem-archive-sort-menu__list button:focus-visible {
	background: #eaded6;
	color: #1e1e1d;
	box-shadow: inset 0 0 0 2px rgba(33, 25, 24, 0.28);
	outline: none;
}

.meem-archive-sort-menu__list button[aria-selected="true"] {
	background: #211918;
	color: #fbfaf8;
}

.meem-archive-sort-menu__list button[aria-selected="true"]:hover,
.meem-archive-sort-menu__list button[aria-selected="true"]:focus-visible {
	background: #3a2b27;
	color: #fbfaf8;
}

.meem-shop-page .meem-shop-main ul.products,
.woocommerce.meem-shop-page .meem-shop-main ul.products,
.woocommerce .meem-shop-page .meem-shop-main ul.products,
.meem-shop-main ul.products.products,
.meem-products-grid,
.meem-archive-fragment[data-meem-archive-columns="4"] ul.products,
.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="4"] ul.products.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (min-width: 1025px) {
	.meem-shop-page .meem-shop-layout {
		align-items: start;
		padding-top: clamp(2.7rem, 4vw, 4.35rem);
	}

	.meem-shop-page .meem-shop-sidebar {
		position: sticky;
		top: clamp(7.4rem, 10vw, 9.25rem);
		align-self: start;
	}
}

@media (min-width: 1200px) {
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="3"] ul.products.products,
	.meem-archive-fragment[data-meem-archive-columns="3"] ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="4"] ul.products.products,
	.meem-archive-fragment[data-meem-archive-columns="4"] ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1500px) {
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="5"] ul.products.products,
	.meem-archive-fragment[data-meem-archive-columns="5"] ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="5"] ul.products.products,
	.meem-archive-fragment[data-meem-archive-columns="5"] ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1199px) {
	.meem-shop-page .meem-shop-main ul.products,
	.woocommerce.meem-shop-page .meem-shop-main ul.products,
	.woocommerce .meem-shop-page .meem-shop-main ul.products,
	.meem-shop-main ul.products.products,
	.meem-products-grid,
	.meem-archive-fragment[data-meem-archive-columns] ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	.meem-shop-page .meem-shop-layout {
		padding-top: clamp(1.6rem, 4vw, 2.45rem);
	}

	.meem-shop-page .meem-shop-sidebar {
		position: static;
		top: auto;
		margin-top: 1.15rem;
	}
}

@media (max-width: 767px) {
	.meem-shop-page .meem-shop-main ul.products,
	.woocommerce.meem-shop-page .meem-shop-main ul.products,
	.woocommerce .meem-shop-page .meem-shop-main ul.products,
	.meem-shop-main ul.products.products,
	.meem-products-grid,
	.meem-archive-fragment[data-meem-archive-columns] ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.85rem;
	}

	.meem-shop-page .meem-shop-card {
		min-width: 0;
		gap: 0.38rem;
	}

	.meem-shop-page .meem-shop-card__title {
		min-height: 2.25rem;
		font-size: clamp(0.82rem, 3vw, 0.98rem);
		line-height: 1.2;
	}

	.meem-shop-page .meem-shop-card__actions {
		max-width: none;
		width: 100%;
	}

	.meem-shop-page .meem-shop-card__buy,
	.meem-shop-page .meem-shop-card__buy.button,
	.woocommerce .meem-shop-page .meem-shop-card__buy.button {
		min-height: 2.45rem;
		padding-inline: 0.5rem;
		font-size: 0.62rem;
		letter-spacing: 0.055em;
	}
}

/* Archive/header polish v4: mobile controls, mobile grid lock, sidebar clearance, final sort states. */
.meem-shop-page .meem-archive-sort-menu__list button,
.meem-shop-page .meem-archive-sort-menu__list button[aria-disabled="true"] {
	color: #1e1e1d;
}

.meem-shop-page .meem-archive-sort-menu__list button:hover,
.meem-shop-page .meem-archive-sort-menu__list button:focus-visible {
	background: #eaded6;
	color: #1e1e1d;
	box-shadow: inset 0 0 0 2px rgba(33, 25, 24, 0.24);
	outline: none;
}

.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"],
.meem-shop-page .meem-archive-sort-menu__list button.is-active {
	background: #211918;
	color: #fbfaf8;
}

/* Cart and checkout IA v3: one readable native WooCommerce flow, no cramped side panel. */
body.woocommerce-cart .meem-info-card,
body.woocommerce-checkout .meem-info-card {
	width: min(100%, 1080px);
	padding: clamp(0.95rem, 2.2vw, 1.45rem);
}

body.woocommerce-cart .meem-info-content > .woocommerce,
body.woocommerce-checkout .meem-info-content > .woocommerce,
body.woocommerce-checkout form.checkout.woocommerce-checkout {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
}

body.woocommerce-cart .meem-info-content > .woocommerce,
body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: clamp(0.95rem, 1.8vw, 1.25rem);
	align-items: start;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
	grid-column: 1 !important;
	grid-row: auto !important;
	width: 100%;
	min-width: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
	float: none;
	width: 100%;
	padding: clamp(0.95rem, 1.9vw, 1.3rem);
	border: 1px solid var(--meem-checkout-line);
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(251, 250, 248, 0.86));
	box-shadow: 0 14px 30px rgba(54, 38, 32, 0.075);
}

body.woocommerce-checkout #customer_details {
	display: grid;
	gap: clamp(0.9rem, 1.8vw, 1.15rem);
}

body.woocommerce-checkout #order_review_heading {
	margin: 0;
	padding-bottom: 0.15rem;
	border-bottom: 0;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 10px 22px rgba(54, 38, 32, 0.055);
}

body.woocommerce-checkout #order_review {
	position: static !important;
	top: auto;
	display: grid;
	gap: clamp(0.9rem, 1.6vw, 1.1rem);
	margin-top: calc(clamp(0.95rem, 1.9vw, 1.3rem) * -1);
	padding-top: 0.7rem;
	border-top: 0;
	border-radius: 0 0 1rem 1rem;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-cart .cart_totals h2 {
	color: var(--meem-checkout-ink);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	letter-spacing: -0.035em;
}

body.woocommerce-checkout #order_review table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table {
	width: 100%;
	max-width: none;
	margin: 0;
	border-radius: 0.8rem;
	background: rgba(255, 253, 249, 0.72);
	box-shadow: none;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	padding: 0.68rem 0.82rem;
	font-size: 0.86rem;
	line-height: 1.35;
}

body.woocommerce-checkout #order_review table.shop_table thead th {
	padding-block: 0.58rem;
	background: rgba(239, 228, 221, 0.38);
	font-size: 0.66rem;
}

body.woocommerce-checkout #order_review table.shop_table .cart_item td {
	padding-block: 0.62rem;
	color: var(--meem-checkout-muted);
}

body.woocommerce-checkout #order_review table.shop_table .cart_item .product-name {
	color: var(--meem-checkout-ink);
	font-weight: 800;
}

body.woocommerce-checkout #order_review table.shop_table .cart-subtotal th,
body.woocommerce-checkout #order_review table.shop_table .cart-subtotal td,
body.woocommerce-checkout #order_review table.shop_table .fee th,
body.woocommerce-checkout #order_review table.shop_table .fee td,
body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td,
body.woocommerce-cart .cart_totals table.shop_table .cart-subtotal th,
body.woocommerce-cart .cart_totals table.shop_table .cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .cart_totals table.shop_table .order-total td {
	font-size: 0.95rem;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td,
body.woocommerce-cart .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .cart_totals table.shop_table .order-total td {
	background: rgba(239, 228, 221, 0.34);
	font-size: 1.05rem;
	font-weight: 900;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order {
	display: block;
	width: 100%;
	margin: 0.68rem 0;
	padding: clamp(0.82rem, 1.5vw, 1rem);
	border: 1px solid var(--meem-checkout-line);
	border-radius: 0.8rem;
	background: rgba(255, 253, 249, 0.82);
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order th {
	margin-bottom: 0.55rem;
	color: var(--meem-checkout-muted);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.woocommerce-checkout #shipping_method,
body.woocommerce-cart #shipping_method,
body.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.68rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout #shipping_method li,
body.woocommerce-cart #shipping_method li,
body.woocommerce-checkout #payment ul.payment_methods > li {
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr) auto;
	gap: 0.62rem 0.76rem;
	align-items: start;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: clamp(0.82rem, 1.45vw, 1rem);
	border: 1px solid var(--meem-checkout-line);
	border-radius: 0.82rem;
	background: rgba(255, 253, 249, 0.78);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.woocommerce-checkout #shipping_method li:has(input:checked),
body.woocommerce-cart #shipping_method li:has(input:checked),
body.woocommerce-checkout #payment ul.payment_methods > li:has(input:checked) {
	border-color: rgba(30, 30, 29, 0.38);
	background: linear-gradient(135deg, rgba(239, 228, 221, 0.62), rgba(255, 253, 249, 0.88));
	box-shadow: inset 0 0 0 1px rgba(30, 30, 29, 0.08);
}

body.woocommerce-checkout #shipping_method input[type="radio"],
body.woocommerce-cart #shipping_method input[type="radio"],
body.woocommerce-checkout #payment input[type="radio"] {
	grid-column: 1;
	grid-row: 1;
	width: 1rem;
	height: 1rem;
	margin-top: 0.18rem;
	accent-color: var(--meem-checkout-ink);
}

body.woocommerce-checkout #shipping_method label,
body.woocommerce-cart #shipping_method label,
body.woocommerce-checkout #payment ul.payment_methods label {
	grid-column: 2 / -1;
	min-width: 0;
	margin: 0;
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-wrap: pretty;
}

body.woocommerce-checkout #payment div.payment_box {
	grid-column: 2 / -1;
	max-width: 58rem;
	margin: 0.6rem 0 0;
	padding: 0.78rem 0.85rem;
	border-radius: 0.72rem;
	background: rgba(251, 250, 248, 0.82);
	font-size: 0.86rem;
	line-height: 1.5;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

body.woocommerce-checkout #payment::before {
	content: "Fizetési mód";
	display: block;
	margin: 0 0 0.72rem;
	color: var(--meem-checkout-ink);
	font-size: clamp(1.05rem, 1.7vw, 1.28rem);
	font-weight: 900;
	letter-spacing: -0.025em;
}

body.woocommerce-checkout #payment ul.payment_methods > li:first-child:not(:has(input[type="radio"])) {
	grid-template-columns: minmax(0, 1fr);
	background: rgba(239, 228, 221, 0.3);
	color: var(--meem-checkout-muted);
	font-size: 0.86rem;
}

body.woocommerce-checkout .wc-stripe,
body.woocommerce-checkout .stripe-card-group,
body.woocommerce-checkout [id*="stripe"]:not(script),
body.woocommerce-checkout [class*="stripe"] {
	max-width: 100%;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	display: inline-flex;
	align-items: center;
	width: auto;
	max-width: 100%;
	margin-bottom: 0.8rem;
	padding: 0.62rem 0.86rem;
	border-style: solid;
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.76);
	font-size: 0.84rem;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon::before {
	content: "Van kuponod? ";
	color: var(--meem-checkout-muted);
	font-weight: 700;
}

body.woocommerce-checkout .checkout_coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.68rem;
	align-items: end;
	padding: 0.82rem;
	border-radius: 0.86rem;
	background: rgba(255, 253, 249, 0.72);
}

body.woocommerce-checkout .checkout_coupon p {
	margin: 0;
}

body.woocommerce-checkout form .form-row label {
	display: block;
	margin-bottom: 0.34rem;
}

body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
	align-items: center;
	min-height: 3.3rem;
	padding: 0.9rem 1rem;
	border-color: rgba(30, 30, 29, 0.16);
	background: linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(239, 228, 221, 0.56));
}

body.woocommerce-checkout #ship-to-different-address span {
	font-size: 0.98rem;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	padding: 0.9rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: 0.82rem;
	background: rgba(255, 253, 249, 0.72);
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	align-items: start;
	min-height: 2.6rem;
	font-size: 0.9rem;
	line-height: 1.45;
}

body.woocommerce-checkout #place_order,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	min-height: 3.35rem;
	border-color: #171210;
	background: #171210;
	color: #fbfaf8 !important;
	font-size: 0.8rem;
}

body.woocommerce-checkout #vp-woo-pont-show-map {
	margin-top: 0.25rem;
	white-space: normal;
}

body.woocommerce-checkout .meem-pickup-point-helper {
	max-width: none;
}

body.woocommerce-checkout .vp-woo-pont-review-order {
	font-size: 0.9rem;
	line-height: 1.45;
}

@media (min-width: 768px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 0.9rem;
	}

	body.woocommerce-checkout form .form-row-first,
	body.woocommerce-checkout form .form-row-last {
		float: none;
		width: 100%;
		clear: none;
	}

	body.woocommerce-checkout form .form-row-wide,
	body.woocommerce-checkout #billing_company_field,
	body.woocommerce-checkout #wc_szamlazz_adoszam_field,
	body.woocommerce-checkout #billing_address_1_field,
	body.woocommerce-checkout #billing_address_2_field,
	body.woocommerce-checkout #order_comments_field,
	body.woocommerce-checkout #shipping_address_1_field,
	body.woocommerce-checkout #shipping_address_2_field {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1280px) {
	body.woocommerce-cart .meem-info-content > .woocommerce {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout .checkout_coupon,
	body.woocommerce-checkout #shipping_method li,
	body.woocommerce-cart #shipping_method li,
	body.woocommerce-checkout #payment ul.payment_methods > li {
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.woocommerce-checkout .checkout_coupon {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout #customer_details .col-1,
	body.woocommerce-checkout #customer_details .col-2,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review,
	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 0.85rem;
	}

	body.woocommerce-checkout #order_review table.shop_table th,
	body.woocommerce-checkout #order_review table.shop_table td,
	body.woocommerce-cart .cart_totals table.shop_table th,
	body.woocommerce-cart .cart_totals table.shop_table td {
		padding: 0.62rem;
		font-size: 0.84rem;
	}
}

@media (max-width: 390px) {
	body.woocommerce-cart .meem-info-shell,
	body.woocommerce-checkout .meem-info-shell {
		padding-inline: 0.62rem;
	}

	body.woocommerce-checkout #payment div.payment_box {
		grid-column: 1 / -1;
	}
}

/* Cart and checkout polish: scoped presentation only; WooCommerce and plugin behavior stay native. */
body.woocommerce-cart,
body.woocommerce-checkout {
	--meem-checkout-ink: #1e1e1d;
	--meem-checkout-ink-hover: #342722;
	--meem-checkout-paper: #fffdf9;
	--meem-checkout-panel: rgba(255, 253, 249, 0.82);
	--meem-checkout-panel-strong: rgba(255, 253, 249, 0.96);
	--meem-checkout-wash: #efe4dd;
	--meem-checkout-line: rgba(30, 30, 29, 0.13);
	--meem-checkout-line-strong: rgba(30, 30, 29, 0.26);
	--meem-checkout-muted: #6c625d;
	--meem-checkout-radius: 0.86rem;
	--meem-checkout-radius-sm: 0.62rem;
	--meem-checkout-shadow: 0 18px 38px rgba(54, 38, 32, 0.075);
}

body.woocommerce-cart .meem-info-shell,
body.woocommerce-checkout .meem-info-shell {
	background: linear-gradient(180deg, rgba(222, 208, 199, 0.78), rgba(234, 222, 214, 0.92));
	padding: clamp(2rem, 4vw, 3.6rem) clamp(1rem, 3vw, 2.5rem);
}

body.woocommerce-cart .meem-info-card,
body.woocommerce-checkout .meem-info-card {
	width: min(100%, 1180px);
	padding: clamp(1rem, 2.4vw, 1.7rem);
	border-color: rgba(255, 250, 246, 0.78);
	border-radius: 1.15rem;
	background: rgba(251, 250, 248, 0.64);
	box-shadow: 0 20px 46px rgba(81, 45, 37, 0.09);
}

body.woocommerce-cart .meem-info-kicker,
body.woocommerce-checkout .meem-info-kicker {
	display: none;
}

body.woocommerce-cart .meem-info-card h1,
body.woocommerce-checkout .meem-info-card h1 {
	max-width: none;
	margin-bottom: 1rem;
	font-size: clamp(2.1rem, 4.4vw, 3.8rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
}

body.woocommerce-cart .meem-info-content,
body.woocommerce-checkout .meem-info-content {
	font-family: var(--meem-font-ui);
	line-height: 1.55;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
	color: var(--meem-checkout-ink);
}

body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid var(--meem-checkout-line);
	border-collapse: separate;
	border-radius: var(--meem-checkout-radius);
	background: var(--meem-checkout-panel-strong);
	box-shadow: none;
	overflow: hidden;
}

body.woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table th {
	padding: 0.9rem 0.95rem;
	background: rgba(239, 228, 221, 0.58);
	color: var(--meem-checkout-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.065em;
	line-height: 1.15;
	text-transform: uppercase;
}

body.woocommerce-cart .woocommerce table.shop_table td,
body.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 0.95rem;
	border-color: var(--meem-checkout-line);
	font-size: 0.95rem;
	vertical-align: middle;
}

body.woocommerce-cart .woocommerce table.shop_table .amount,
body.woocommerce-checkout .woocommerce table.shop_table .amount,
body.woocommerce-cart .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-Price-amount {
	font-variant-numeric: tabular-nums;
	font-weight: 800;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
	margin: 0 0 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-panel-strong);
	box-shadow: none;
	color: var(--meem-checkout-ink);
	font-size: 0.9rem;
	line-height: 1.45;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
	border-color: rgba(201, 85, 78, 0.32);
	background: rgba(255, 245, 243, 0.92);
	color: #7c2f2a;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-error::before {
	color: var(--meem-checkout-ink);
}

body.woocommerce-cart .woocommerce a,
body.woocommerce-checkout .woocommerce a {
	color: var(--meem-checkout-ink);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.woocommerce-cart .woocommerce a:hover,
body.woocommerce-checkout .woocommerce a:hover {
	color: var(--meem-official-brown);
}

body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-checkout .woocommerce #place_order {
	min-height: 2.72rem;
	padding: 0.78rem 1.08rem;
	border: 1px solid var(--meem-checkout-ink);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-ink);
	color: #fbfaf8 !important;
	box-shadow: 0 10px 18px rgba(30, 20, 18, 0.12);
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease);
}

body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce input.button:hover,
body.woocommerce-checkout .woocommerce #place_order:hover {
	border-color: var(--meem-checkout-ink-hover);
	background: var(--meem-checkout-ink-hover);
	box-shadow: 0 12px 22px rgba(54, 38, 32, 0.18);
	transform: translateY(-1px);
}

body.woocommerce-cart .woocommerce button.button:active,
body.woocommerce-cart .woocommerce a.button:active,
body.woocommerce-cart .woocommerce input.button:active,
body.woocommerce-checkout .woocommerce button.button:active,
body.woocommerce-checkout .woocommerce a.button:active,
body.woocommerce-checkout .woocommerce input.button:active,
body.woocommerce-checkout .woocommerce #place_order:active {
	transform: translateY(0);
}

body.woocommerce-cart .woocommerce button.button:disabled,
body.woocommerce-cart .woocommerce button.button:disabled[disabled] {
	border-color: rgba(30, 30, 29, 0.16);
	background: rgba(30, 30, 29, 0.12);
	color: rgba(30, 30, 29, 0.42) !important;
	box-shadow: none;
	transform: none;
}

body.woocommerce-cart .woocommerce .coupon .button,
body.woocommerce-cart .woocommerce button[name="update_cart"] {
	border-color: var(--meem-checkout-line-strong);
	background: rgba(255, 253, 249, 0.88);
	color: var(--meem-checkout-ink) !important;
	box-shadow: none;
}

body.woocommerce-cart .woocommerce .coupon .button:hover,
body.woocommerce-cart .woocommerce button[name="update_cart"]:hover {
	border-color: var(--meem-checkout-ink);
	background: var(--meem-checkout-wash);
}

body.woocommerce-cart .meem-info-content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(20rem, 32vw, 24rem);
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: start;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

body.woocommerce-cart .woocommerce-cart-form {
	grid-column: 1;
	min-width: 0;
}

body.woocommerce-cart .cart-collaterals {
	grid-column: 2;
	min-width: 0;
}

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
	display: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	padding: 1rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius);
	background: var(--meem-checkout-panel-strong);
	box-shadow: var(--meem-checkout-shadow);
}

body.woocommerce-cart .cart_totals h2 {
	margin: 0 0 0.85rem;
	font-family: var(--meem-font-body);
	font-size: 1.35rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

body.woocommerce-cart .cart_totals table.shop_table {
	margin-bottom: 1rem;
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(251, 250, 248, 0.7);
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	background: transparent;
	font-size: 0.92rem;
	letter-spacing: normal;
	text-transform: none;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
	font-size: 1.05rem;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.35rem;
	margin: 0;
	font-size: 0.78rem;
}

body.woocommerce-cart table.cart img {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 0.58rem;
	background: var(--meem-checkout-paper);
	object-fit: cover;
}

body.woocommerce-cart table.cart td.product-name a {
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

body.woocommerce-cart table.cart td.product-remove a.remove {
	display: inline-grid;
	place-items: center;
	width: 1.65rem;
	height: 1.65rem;
	border: 1px solid rgba(201, 85, 78, 0.22);
	border-radius: 999px;
	background: rgba(255, 245, 243, 0.75);
	color: #9c3f38 !important;
	font-size: 1.15rem;
	line-height: 1;
	text-decoration: none;
}

body.woocommerce-cart table.cart td.product-remove a.remove:hover,
body.woocommerce-cart table.cart td.product-remove a.remove:focus-visible {
	background: #9c3f38;
	color: #fff8f4 !important;
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-checkout .quantity .qty {
	width: 4.2rem;
	min-height: 2.45rem;
	border: 1px solid var(--meem-checkout-line-strong);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-paper);
	color: var(--meem-checkout-ink);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	text-align: center;
}

body.woocommerce-cart table.cart td.actions {
	padding: 1rem;
	background: rgba(239, 228, 221, 0.34);
}

body.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	max-width: 28rem;
}

body.woocommerce-cart table.cart td.actions .coupon label {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	clip-path: none;
	color: var(--meem-checkout-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-height: 2.72rem;
	width: min(13rem, 100%);
	padding: 0 0.82rem;
	border: 1px solid var(--meem-checkout-line-strong);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-paper);
}

body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	max-width: 100%;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(25rem, 34vw, 30rem);
	grid-template-rows: auto 1fr;
	gap: clamp(1.5rem, 2.2vw, 2rem);
	align-items: start;
}

body.woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / 3;
	display: grid;
	gap: 1rem;
	min-width: 0;
}

body.woocommerce-checkout #customer_details::before,
body.woocommerce-checkout #customer_details::after {
	display: none;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: 100%;
	min-width: 0;
	padding: 1rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius);
	background: var(--meem-checkout-panel-strong);
	box-shadow: var(--meem-checkout-shadow);
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading {
	margin: 0 0 0.9rem;
	font-family: var(--meem-font-body);
	font-size: 1.28rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

body.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin-top: 1rem;
}

body.woocommerce-checkout #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	padding: 1rem 1rem 0;
	border: 1px solid var(--meem-checkout-line);
	border-bottom: 0;
	border-radius: var(--meem-checkout-radius) var(--meem-checkout-radius) 0 0;
	background: var(--meem-checkout-panel-strong);
	box-shadow: var(--meem-checkout-shadow);
}

body.woocommerce-checkout #order_review {
	grid-column: 2;
	grid-row: 2;
	position: sticky;
	top: 1rem;
	min-width: 0;
	margin-top: -1.15rem;
	padding: 0 1rem 1rem;
	border: 1px solid var(--meem-checkout-line);
	border-top: 0;
	border-radius: 0 0 var(--meem-checkout-radius) var(--meem-checkout-radius);
	background: var(--meem-checkout-panel-strong);
	box-shadow: var(--meem-checkout-shadow);
}

body.woocommerce-checkout #order_review table.shop_table {
	margin: 0 0 1rem;
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(251, 250, 248, 0.72);
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
	font-size: 0.88rem;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td {
	font-size: 1.04rem;
	font-weight: 900;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order {
	display: block;
	width: 100%;
	margin: 0.72rem 0;
	padding: 0.86rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(255, 253, 249, 0.74);
	box-sizing: border-box;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order th {
	margin-bottom: 0.62rem;
	color: var(--meem-checkout-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.woocommerce-checkout form .form-row {
	margin: 0 0 0.82rem;
}

body.woocommerce-checkout form .form-row label {
	margin-bottom: 0.34rem;
	color: var(--meem-checkout-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.25;
}

body.woocommerce-checkout form .form-row .required {
	color: #9c3f38;
	text-decoration: none;
}

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 {
	min-height: 2.8rem;
	padding: 0.72rem 0.82rem;
	border: 1px solid var(--meem-checkout-line-strong);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-paper);
	color: var(--meem-checkout-ink);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
	font-family: var(--meem-font-ui);
	font-size: 0.95rem;
	line-height: 1.35;
	transition: border-color 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease), background 180ms var(--meem-ease);
}

body.woocommerce-checkout form .form-row textarea {
	min-height: 6.5rem;
	resize: vertical;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
	padding: 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0.72rem 2.2rem 0.72rem 0.82rem;
	color: var(--meem-checkout-ink);
	line-height: 1.35;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

body.woocommerce-checkout form .form-row input.input-text:focus,
body.woocommerce-checkout form .form-row textarea:focus,
body.woocommerce-checkout form .form-row select:focus,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: rgba(152, 122, 100, 0.72);
	background: #fffdf9;
	box-shadow: 0 0 0 3px rgba(152, 122, 100, 0.15);
	outline: none;
}

body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #wc_szamlazz_adoszam_field {
	float: none;
	width: 100%;
	clear: both;
}

body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #wc_szamlazz_adoszam_field {
	padding: 0.82rem;
	border: 1px solid rgba(152, 122, 100, 0.2);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(239, 228, 221, 0.24);
}

body.woocommerce-checkout .meem-szamlazz-tax-helper,
body.woocommerce-checkout .meem-checkout-helper {
	display: block;
	margin-top: 0.38rem;
	color: var(--meem-checkout-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

body.woocommerce-checkout #shipping_method,
body.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 0.58rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout #shipping_method li,
body.woocommerce-checkout #payment ul.payment_methods > li {
	position: relative;
	display: grid;
	grid-template-columns: 1.12rem minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
	margin: 0;
	padding: 0.86rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(255, 253, 249, 0.72);
	transition: border-color 180ms var(--meem-ease), background 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease);
}

body.woocommerce-checkout #shipping_method li:has(input:checked),
body.woocommerce-checkout #payment ul.payment_methods > li:has(input:checked) {
	border-color: rgba(30, 30, 29, 0.32);
	background: rgba(239, 228, 221, 0.58);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.woocommerce-checkout #shipping_method input[type="radio"],
body.woocommerce-checkout #payment input[type="radio"] {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	align-self: start;
	width: 1rem;
	height: 1rem;
	margin: 0.16rem 0 0;
	accent-color: var(--meem-checkout-ink);
}

body.woocommerce-checkout #shipping_method label,
body.woocommerce-checkout #payment ul.payment_methods label {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons {
	grid-column: 2 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.34rem;
	width: 100%;
	margin-top: 0.15rem;
}

body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons i {
	border-radius: 0.45rem;
	box-shadow: 0 1px 0 rgba(30, 30, 29, 0.06);
}

body.woocommerce-checkout .vp-woo-pont-review-order th,
body.woocommerce-checkout .vp-woo-pont-review-order td {
	background: rgba(239, 228, 221, 0.34);
}

body.woocommerce-checkout #vp-woo-pont-show-map {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 2.45rem;
	padding: 0.62rem 0.82rem;
	border: 1px solid var(--meem-checkout-ink);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-ink);
	color: #fbfaf8;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-decoration: none;
	text-transform: uppercase;
}

body.woocommerce-checkout #vp-woo-pont-show-map:hover,
body.woocommerce-checkout #vp-woo-pont-show-map:focus-visible {
	background: var(--meem-checkout-ink-hover);
	color: #fbfaf8;
}

body.woocommerce-checkout .meem-pickup-point-helper {
	max-width: 24rem;
}

body.woocommerce-checkout #payment {
	background: transparent;
}

body.woocommerce-checkout #payment div.payment_box {
	grid-column: 2 / -1;
	margin: 0.55rem 0 0;
	padding: 0.78rem;
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(251, 250, 248, 0.72);
	color: var(--meem-checkout-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

body.woocommerce-checkout #payment .place-order {
	margin: 1rem 0 0;
	padding: 0;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--meem-checkout-muted);
	font-size: 0.82rem;
	line-height: 1.48;
}

body.woocommerce-checkout #ship-to-different-address {
	margin: 0 0 0.85rem;
}

body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
	margin: 0;
	padding: 0.82rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(255, 253, 249, 0.76);
}

body.woocommerce-checkout #ship-to-different-address-checkbox {
	width: 1rem;
	height: 1rem;
	margin: 0.18rem 0 0;
	accent-color: var(--meem-checkout-ink);
}

body.woocommerce-checkout #ship-to-different-address span {
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.35;
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.58rem;
	align-items: start;
	margin-top: 0.75rem;
	color: var(--meem-checkout-ink);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.45;
}

body.woocommerce-checkout #terms {
	width: 1rem;
	height: 1rem;
	margin: 0.15rem 0 0;
	accent-color: var(--meem-checkout-ink);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	border-style: dashed;
	background: rgba(255, 253, 249, 0.72);
}

body.woocommerce-checkout .checkout_coupon {
	margin: 0 0 1rem;
	padding: 1rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius);
	background: var(--meem-checkout-panel-strong);
}

body.woocommerce-checkout #place_order {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.35rem;
	margin-top: 1rem;
	font-size: 0.8rem;
}

/* Cart/checkout UX rework: presentation-only, keep native WooCommerce rates and plugin data intact. */
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping:has(#shipping_method input[type="radio"]):not(:has(#shipping_method input[type="radio"]:checked)) {
	display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li:has(input[type="radio"]):not(:has(input:checked)) {
	display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method input.shipping_method {
	display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method label {
	display: block;
	width: 100%;
	margin: 0;
	color: var(--meem-checkout-ink);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.35;
	pointer-events: none;
	overflow-wrap: anywhere;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .vp-woo-pont-shipping-method-icons,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #vp-woo-pont-show-map,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping .meem-pickup-point-helper,
body.woocommerce-cart .cart_totals table.shop_table tr.vp-woo-pont-review-order {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
	display: none !important;
}

body.woocommerce-checkout .meem-checkout-coupon {
	display: grid;
	gap: 0.82rem;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0.92rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(239, 228, 221, 0.48));
	box-sizing: border-box;
}

body.woocommerce-checkout .meem-checkout-coupon__copy h3 {
	margin: 0 0 0.25rem;
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-body);
	font-size: 1.08rem;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.14;
}

body.woocommerce-checkout .meem-checkout-coupon__copy p {
	margin: 0;
	color: var(--meem-checkout-muted);
	font-size: 0.86rem;
	line-height: 1.42;
}

body.woocommerce-checkout .meem-checkout-coupon__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.62rem;
	align-items: stretch;
	width: 100%;
}

body.woocommerce-checkout .meem-checkout-coupon__controls input {
	width: 100%;
	min-width: 0;
	min-height: 2.85rem;
	padding: 0.72rem 0.82rem;
	border: 1px solid var(--meem-checkout-line-strong);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-paper);
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-ui);
	font-size: 0.94rem;
	line-height: 1.35;
	box-sizing: border-box;
}

body.woocommerce-checkout .meem-checkout-coupon__controls input:focus {
	border-color: rgba(152, 122, 100, 0.72);
	box-shadow: 0 0 0 3px rgba(152, 122, 100, 0.15);
	outline: none;
}

body.woocommerce-checkout .meem-checkout-coupon__controls button.button {
	min-height: 2.85rem;
	white-space: nowrap;
}

body.woocommerce-checkout .meem-checkout-coupon__controls button.button:disabled {
	border-color: rgba(30, 30, 29, 0.18);
	background: rgba(30, 30, 29, 0.14);
	color: rgba(30, 30, 29, 0.45) !important;
	box-shadow: none;
	transform: none;
}

body.woocommerce-checkout .meem-checkout-coupon__notices:empty {
	display: none;
}

body.woocommerce-checkout .meem-checkout-coupon__notices .woocommerce-message,
body.woocommerce-checkout .meem-checkout-coupon__notices .woocommerce-error,
body.woocommerce-checkout .meem-checkout-coupon__notices .woocommerce-info {
	margin: 0;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping {
	max-width: 100%;
	overflow: hidden;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping td {
	min-width: 0;
}

body.woocommerce-checkout #shipping_method {
	grid-template-columns: minmax(0, 1fr);
	max-width: 100%;
}

body.woocommerce-checkout #shipping_method li {
	position: relative;
	grid-template-columns: 1.12rem minmax(0, 1fr);
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	cursor: pointer;
}

body.woocommerce-checkout #shipping_method li:hover,
body.woocommerce-checkout #shipping_method li:focus-within {
	border-color: rgba(30, 30, 29, 0.28);
	background: rgba(255, 253, 249, 0.92);
	box-shadow: inset 0 0 0 1px rgba(30, 30, 29, 0.05);
}

body.woocommerce-checkout #shipping_method li:has(input:checked)::after {
	content: "";
	position: absolute;
	inset: 0.36rem;
	border: 1px solid rgba(30, 30, 29, 0.18);
	border-radius: 0.5rem;
	pointer-events: none;
}

body.woocommerce-checkout #shipping_method input.shipping_method {
	min-width: 1rem;
	min-height: 1rem;
}

body.woocommerce-checkout #shipping_method label {
	display: block;
	width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

body.woocommerce-checkout #shipping_method label .amount {
	white-space: nowrap;
}

body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons {
	max-width: 100%;
	min-width: 0;
}

body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons img,
body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons svg,
body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons i {
	max-width: min(5.25rem, 100%);
	height: auto;
	object-fit: contain;
}

/* Cart and checkout polish: totals, notices, shipping labels, terms, and cart table only. */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
	position: relative;
	display: block;
	min-height: 3.2rem;
	padding: 0.92rem 1rem 0.92rem 3.15rem !important;
	list-style: none;
	overflow-wrap: anywhere;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-error::before {
	position: absolute;
	top: 0.96rem;
	left: 1rem;
	width: 1.15rem;
	margin: 0;
	line-height: 1;
	text-align: center;
}

body.woocommerce-cart .woocommerce-error li,
body.woocommerce-checkout .woocommerce-error li {
	margin: 0;
	padding: 0;
	line-height: 1.45;
}

body.woocommerce-cart .woocommerce-error li + li,
body.woocommerce-checkout .woocommerce-error li + li {
	margin-top: 0.35rem;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal,
body.woocommerce-checkout #order_review table.shop_table tr.order-total {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.7rem;
	width: 100%;
	margin: 0.55rem 0;
	padding: 0.82rem 0.9rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(255, 253, 249, 0.78);
	box-sizing: border-box;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total,
body.woocommerce-checkout #order_review table.shop_table tr.order-total {
	border-color: rgba(30, 30, 29, 0.2);
	background: linear-gradient(135deg, rgba(239, 228, 221, 0.7), rgba(255, 253, 249, 0.92));
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal th,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td,
body.woocommerce-checkout #order_review table.shop_table tr.order-total th,
body.woocommerce-checkout #order_review table.shop_table tr.order-total td {
	display: block;
	width: auto;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	line-height: 1.24;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal th,
body.woocommerce-checkout #order_review table.shop_table tr.order-total th {
	color: var(--meem-checkout-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-checkout #order_review table.shop_table tr.order-total th {
	color: var(--meem-checkout-ink);
	font-size: 0.82rem;
	letter-spacing: 0.025em;
	text-transform: none;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td,
body.woocommerce-checkout #order_review table.shop_table tr.order-total td {
	justify-self: end;
	color: var(--meem-checkout-ink);
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	text-align: right;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
body.woocommerce-checkout #order_review table.shop_table tr.order-total td {
	font-size: 1.08rem;
}

body.woocommerce-checkout #shipping_method .meem-shipping-method-content,
body.woocommerce-cart #shipping_method .meem-shipping-method-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
}

body.woocommerce-checkout #shipping_method .meem-shipping-method-name,
body.woocommerce-cart #shipping_method .meem-shipping-method-name {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

body.woocommerce-checkout #shipping_method .meem-shipping-method-price,
body.woocommerce-cart #shipping_method .meem-shipping-method-price {
	flex: 0 0 auto;
	color: var(--meem-checkout-ink);
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	white-space: nowrap;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: 0.65rem;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td {
	margin: 0;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method label {
	padding: 0.58rem 0.68rem;
	border: 1px solid rgba(30, 30, 29, 0.12);
	border-radius: 0.58rem;
	background: rgba(255, 253, 249, 0.82);
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-top: 0.85rem;
	padding: 0.95rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: linear-gradient(135deg, rgba(255, 253, 249, 0.88), rgba(239, 228, 221, 0.42));
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	align-items: flex-start;
	min-height: 3.1rem;
	margin: 0;
	padding: 0.78rem;
	border: 1px solid rgba(30, 30, 29, 0.11);
	border-radius: 0.68rem;
	background: rgba(255, 253, 249, 0.76);
	cursor: pointer;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper #terms {
	width: 1.35rem;
	height: 1.35rem;
	min-width: 1.35rem;
	margin-top: 0.05rem;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	min-width: 0;
	font-size: 0.88rem;
	line-height: 1.45;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart {
	border: 0;
	border-collapse: separate;
	border-spacing: 0 0.72rem;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tbody {
	display: block;
	width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead tr,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
	display: grid;
	grid-template-columns: 2.7rem 5.6rem minmax(0, 1.8fr) minmax(5.2rem, 0.7fr) minmax(6rem, 0.78fr) minmax(6rem, 0.78fr);
	align-items: center;
	gap: 0.72rem;
	width: 100%;
	box-sizing: border-box;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead tr {
	padding: 0.72rem 0.88rem;
	border: 1px solid rgba(30, 30, 29, 0.1);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgba(239, 228, 221, 0.45);
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
	margin: 0 0 0.72rem;
	padding: 0.86rem 0.88rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius);
	background: linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(251, 250, 248, 0.76));
	box-shadow: 0 12px 24px rgba(54, 38, 32, 0.055);
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart th,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td {
	display: block;
	width: auto;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	text-align: left;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart th.product-price,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart th.product-quantity,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart th.product-subtotal,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-price,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-quantity,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal {
	text-align: right;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail a {
	display: inline-grid;
	place-items: center;
	width: 5.6rem;
	height: 5.6rem;
	border: 1px solid rgba(30, 30, 29, 0.08);
	border-radius: 0.82rem;
	background: #fffdf9;
	overflow: hidden;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: contain;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-name a {
	display: inline-block;
	max-width: 34rem;
	font-size: 0.98rem;
	line-height: 1.28;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
	width: 2rem;
	height: 2rem;
	font-size: 1.2rem;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: center;
	margin-top: 0.2rem;
	padding: 1rem !important;
	border: 1px solid rgba(30, 30, 29, 0.1) !important;
	border-radius: var(--meem-checkout-radius);
	background: rgba(239, 228, 221, 0.34) !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon {
	max-width: none;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .input-text {
	width: min(16rem, 100%);
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart button[name="update_cart"]:not(:disabled) {
	border-color: var(--meem-checkout-ink);
	background: var(--meem-checkout-ink);
	color: #fbfaf8 !important;
	box-shadow: 0 10px 18px rgba(30, 20, 18, 0.12);
}

@media (max-width: 1179.98px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout #order_review {
		position: static;
		margin-top: -1.15rem;
	}
}

@media (max-width: 1024px) {
	body.woocommerce-cart .meem-info-content > .woocommerce {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .meem-info-shell,
	body.woocommerce-checkout .meem-info-shell {
		padding: 1rem 0.75rem 1.5rem;
	}

	body.woocommerce-cart .meem-info-card,
	body.woocommerce-checkout .meem-info-card {
		padding: 0.85rem;
		border-radius: 0.95rem;
	}

	body.woocommerce-cart .meem-info-card h1,
	body.woocommerce-checkout .meem-info-card h1 {
		font-size: clamp(2rem, 12vw, 3rem);
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr,
	body.woocommerce-checkout .woocommerce table.shop_table_responsive tr {
		border-bottom: 1px solid var(--meem-checkout-line);
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item {
		display: block;
		margin-bottom: 0.8rem;
		padding: 0.82rem;
		border: 1px solid var(--meem-checkout-line);
		border-radius: var(--meem-checkout-radius);
		background: var(--meem-checkout-panel-strong);
	}

	body.woocommerce-cart table.cart td.product-remove,
	body.woocommerce-cart table.cart td.product-thumbnail,
	body.woocommerce-cart table.cart td.product-name,
	body.woocommerce-cart table.cart td.product-price,
	body.woocommerce-cart table.cart td.product-quantity,
	body.woocommerce-cart table.cart td.product-subtotal {
		display: grid !important;
		grid-template-columns: minmax(6.5rem, 38%) minmax(0, 1fr);
		align-items: center;
		gap: 0.7rem;
		padding: 0.45rem 0 !important;
		border: 0;
		text-align: left !important;
	}

	body.woocommerce-cart table.cart td.product-remove::before,
	body.woocommerce-cart table.cart td.product-thumbnail::before {
		display: none;
	}

	body.woocommerce-cart table.cart td.product-remove,
	body.woocommerce-cart table.cart td.product-thumbnail {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart table.cart td.product-thumbnail img {
		width: 5.2rem;
		height: 5.2rem;
	}

	body.woocommerce-cart table.cart td.actions {
		display: grid !important;
		gap: 0.75rem;
		padding: 0.82rem !important;
	}

	body.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: 1fr;
		max-width: none;
		width: 100%;
	}

	body.woocommerce-cart table.cart td.actions .coupon .input-text,
	body.woocommerce-cart table.cart td.actions .coupon .button,
	body.woocommerce-cart table.cart td.actions button[name="update_cart"],
	body.woocommerce-checkout .checkout_coupon .button {
		width: 100%;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals,
	body.woocommerce-checkout #customer_details .col-1,
	body.woocommerce-checkout #customer_details .col-2,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		padding: 0.85rem;
	}

	body.woocommerce-checkout #order_review {
		padding-top: 0;
	}

	body.woocommerce-checkout #order_review table.shop_table,
	body.woocommerce-checkout #order_review table.shop_table thead,
	body.woocommerce-checkout #order_review table.shop_table tbody,
	body.woocommerce-checkout #order_review table.shop_table tfoot {
		display: block;
		width: 100%;
	}

	body.woocommerce-checkout #order_review table.shop_table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		width: 100%;
	}

	body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping,
	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order {
		display: block;
	}

	body.woocommerce-checkout form .form-row-first,
	body.woocommerce-checkout form .form-row-last,
	body.woocommerce-checkout form .form-row-wide,
	body.woocommerce-checkout #billing_company_field,
	body.woocommerce-checkout #wc_szamlazz_adoszam_field {
		float: none;
		width: 100%;
		clear: both;
	}

	body.woocommerce-checkout #shipping_method li,
	body.woocommerce-checkout #payment ul.payment_methods > li {
		padding: 0.68rem;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart {
		border-spacing: 0;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead {
		display: none;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
		display: grid !important;
		grid-template-columns: 5.6rem minmax(0, 1fr);
		grid-template-areas:
			"thumb name"
			"thumb price"
			"qty qty"
			"subtotal subtotal"
			"remove remove";
		gap: 0.62rem 0.8rem;
		margin-bottom: 0.82rem;
		padding: 0.82rem;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail {
		grid-area: thumb;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-name {
		grid-area: name;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-price {
		grid-area: price;
		text-align: left;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-quantity {
		grid-area: qty;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal {
		grid-area: subtotal;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove {
		grid-area: remove;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove {
		display: grid !important;
		grid-template-columns: minmax(6rem, 0.45fr) minmax(0, 1fr);
		align-items: center;
		gap: 0.65rem;
		padding-top: 0.55rem !important;
		border-top: 1px solid rgba(30, 30, 29, 0.08) !important;
		text-align: left !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-price::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-quantity::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal::before {
		color: var(--meem-checkout-muted);
		font-size: 0.72rem;
		font-weight: 900;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-name::before {
		display: none;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail a {
		width: 5.6rem;
		height: 5.6rem;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .input-text,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .button,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions button[name="update_cart"] {
		width: 100%;
	}

}

@media (max-width: 430px) {
	body.woocommerce-cart .woocommerce table.shop_table td,
	body.woocommerce-checkout .woocommerce table.shop_table td,
	body.woocommerce-checkout .woocommerce table.shop_table th {
		padding: 0.72rem;
		font-size: 0.84rem;
	}

	body.woocommerce-cart table.cart td.product-remove,
	body.woocommerce-cart table.cart td.product-thumbnail,
	body.woocommerce-cart table.cart td.product-name,
	body.woocommerce-cart table.cart td.product-price,
	body.woocommerce-cart table.cart td.product-quantity,
	body.woocommerce-cart table.cart td.product-subtotal {
		grid-template-columns: 1fr;
		gap: 0.24rem;
	}

	body.woocommerce-checkout #shipping_method li,
	body.woocommerce-checkout #payment ul.payment_methods > li {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.5rem;
	}

	body.woocommerce-checkout .meem-checkout-coupon__controls {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout .meem-checkout-coupon__controls button.button {
		width: 100%;
	}

	body.woocommerce-checkout #shipping_method label .amount {
		white-space: normal;
	}

	body.woocommerce-checkout #shipping_method .meem-shipping-method-content,
	body.woocommerce-cart #shipping_method .meem-shipping-method-content {
		display: grid;
		gap: 0.28rem;
	}

	body.woocommerce-checkout #shipping_method .meem-shipping-method-price,
	body.woocommerce-cart #shipping_method .meem-shipping-method-price {
		white-space: normal;
	}

	body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
	body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal,
	body.woocommerce-cart .cart_totals table.shop_table tr.order-total,
	body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal,
	body.woocommerce-checkout #order_review table.shop_table tr.order-total {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.35rem;
	}

	body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
	body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	body.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal td,
	body.woocommerce-checkout #order_review table.shop_table tr.order-total td {
		justify-self: start;
		text-align: left;
	}

	body.woocommerce-checkout #vp-woo-pont-show-map,
	body.woocommerce-checkout #place_order,
	body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		width: 100%;
	}
}

/* Sale price polish: scoped to MEEM product cards and PDP price blocks. */
.meem-shop-card__price,
.meem-shop-page .price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.22rem 0.52rem;
	line-height: 1.18;
}

.meem-product-summary__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.22rem 0.52rem;
	line-height: 1.18;
}

.meem-shop-card__price del,
.meem-product-summary__price del,
.meem-shop-page .price del {
	display: inline-flex;
	align-items: baseline;
	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-shop-card__price ins,
.meem-product-summary__price ins,
.meem-shop-page .price ins {
	display: inline-flex;
	align-items: baseline;
	color: var(--meem-official-black);
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.meem-shop-card__price ins *,
.meem-product-summary__price ins *,
.meem-shop-page .price ins * {
	text-decoration: none;
}

/* PDP visual cleanup v1: scoped purchase and media polish only. */
.meem-product-page .meem-product-gallery__primary,
.meem-product-page .meem-product-gallery__fallback {
	aspect-ratio: 1 / 1;
	min-height: 0;
	max-height: none;
	padding: clamp(0.85rem, 2vw, 1.4rem);
	border: 0;
	border-radius: 12px;
	background: #fbfaf8;
	box-shadow: none;
	overflow: hidden;
}

.meem-product-page .meem-product-gallery__primary::before,
.meem-product-page .meem-product-gallery__primary::after,
.meem-product-page .meem-product-gallery__fallback::before,
.meem-product-page .meem-product-gallery__fallback::after {
	display: none !important;
	content: none !important;
}

.meem-product-page .meem-product-gallery__image {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.meem-product-page .meem-product-gallery__fallback span {
	width: auto;
	height: auto;
	padding: 1rem 1.3rem;
	border-radius: 12px;
	background: #efe5dd;
	box-shadow: none;
}

.meem-product-page .meem-product-gallery__thumb {
	aspect-ratio: 1 / 1;
	padding: 0.45rem;
	border: 0;
	border-radius: 12px;
	background: #fbfaf8;
	box-shadow: none;
	object-fit: contain;
}

.meem-product-page .meem-product-summary__cart form.cart {
	display: grid;
	grid-template-columns: minmax(4.75rem, 5rem) minmax(0, 1fr);
	gap: 0.7rem;
	align-items: stretch;
	margin: 0 0 1rem;
}

.meem-product-page .meem-product-summary__cart form.variations_form.cart {
	grid-template-columns: 1fr;
}

.meem-product-page .meem-product-summary__cart .variations,
.meem-product-page .meem-product-summary__cart .single_variation_wrap,
.meem-product-page .meem-product-summary__cart .group_table {
	grid-column: 1 / -1;
	width: 100%;
}

.meem-product-page .meem-product-summary__cart .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: minmax(4.75rem, 5rem) minmax(0, 1fr);
	gap: 0.7rem;
	align-items: stretch;
}

.meem-product-page .meem-product-summary__cart .quantity {
	width: 5rem;
	margin: 0;
}

.meem-product-page .meem-product-summary__cart .quantity input.qty {
	width: 100%;
	min-height: 3.25rem;
	border: 1px solid rgba(30, 30, 29, 0.22);
	border-radius: 12px;
	background: #fbfaf8;
	color: #1e1e1d;
	font-family: var(--meem-font-ui);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt,
.meem-product-page .meem-product-summary__cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 3.25rem;
	padding: 0.95rem 1.15rem;
	border: 1px solid #171210 !important;
	border-radius: 12px;
	background: #171210 !important;
	color: #fbfaf8 !important;
	font-family: var(--meem-font-ui);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 12px 22px rgba(30, 20, 18, 0.16);
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease);
}

.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt:hover,
.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt:focus-visible,
.meem-product-page .meem-product-summary__cart .single_add_to_cart_button:hover,
.meem-product-page .meem-product-summary__cart .single_add_to_cart_button:focus-visible {
	border-color: #4a352f !important;
	background: #4a352f !important;
	color: #fbfaf8 !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(54, 38, 32, 0.2);
}

.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt:active,
.meem-product-page .meem-product-summary__cart .single_add_to_cart_button:active {
	transform: translateY(0);
}

.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt.disabled,
.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt:disabled,
.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt:disabled[disabled] {
	border-color: rgba(30, 30, 29, 0.28) !important;
	background: rgba(30, 30, 29, 0.42) !important;
	color: rgba(251, 250, 248, 0.86) !important;
	box-shadow: none;
	cursor: not-allowed;
}

.meem-product-page .meem-related-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.55rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.meem-product-page .meem-related-products ul.products::before,
.meem-product-page .meem-related-products ul.products::after {
	display: none !important;
	content: none !important;
}

.meem-product-page .meem-related-products ul.products > li.product {
	display: flex;
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
	min-width: 0;
}

.meem-product-page .meem-related-products .meem-shop-card {
	width: 100%;
}

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

@media (max-width: 680px) {
	.meem-product-page .meem-product-summary__cart form.cart,
	.meem-product-page .meem-product-summary__cart .woocommerce-variation-add-to-cart {
		grid-template-columns: minmax(4.5rem, 4.75rem) minmax(0, 1fr);
		gap: 0.55rem;
	}

	.meem-product-page .meem-product-summary__cart .quantity {
		width: 4.75rem;
	}

	.meem-product-page .meem-product-summary__cart .quantity input.qty,
	.meem-product-page .meem-product-summary__cart button.single_add_to_cart_button.button.alt,
	.meem-product-page .meem-product-summary__cart .single_add_to_cart_button {
		min-height: 3rem;
	}

	.meem-product-page .meem-related-products ul.products {
		grid-template-columns: 1fr;
	}
}

.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"]:hover,
.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"]:focus-visible,
.meem-shop-page .meem-archive-sort-menu__list button.is-active:hover,
.meem-shop-page .meem-archive-sort-menu__list button.is-active:focus-visible {
	background: #3a2b27;
	color: #fbfaf8;
}

@media (min-width: 1025px) {
	.meem-shop-page .meem-shop-layout {
		align-items: start;
		padding-top: clamp(3.5rem, 5vw, 5rem);
	}

	.meem-shop-page .meem-shop-sidebar {
		position: sticky;
		top: clamp(8.5rem, 10vw, 10.5rem);
		align-self: start;
		margin-top: 0;
	}

	.meem-shop-page .meem-shop-family-nav {
		margin-top: 0;
	}
}

@media (max-width: 1024px) {
	.meem-shop-page .meem-shop-layout {
		padding-top: 2rem;
	}

	.meem-shop-page .meem-shop-sidebar {
		position: static;
		top: auto;
		margin-top: 1.5rem;
	}

	.meem-shop-page .meem-shop-family-nav {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.meem-shop-page .meem-archive-control--columns,
	.meem-shop-page .meem-archive-control--per-page,
	.meem-shop-page [data-meem-archive-columns-control],
	.meem-shop-page [data-meem-archive-per-page-control] {
		display: none !important;
	}

	.meem-shop-page .meem-archive-controls__sort {
		display: flex;
		width: 100%;
	}

	.meem-shop-page .meem-archive-controls.is-enhanced .meem-archive-controls__sort .meem-archive-sort-menu {
		display: flex;
		width: 100%;
	}

	.meem-shop-page .meem-archive-controls__sort .meem-archive-sort-menu__button {
		width: 100%;
	}

	.meem-shop-page .meem-shop-main ul.products,
	.woocommerce.meem-shop-page .meem-shop-main ul.products,
	.woocommerce .meem-shop-page .meem-shop-main ul.products,
	.meem-shop-page .meem-shop-main ul.products.products,
	.meem-shop-page .meem-products-grid,
	.meem-shop-page .meem-archive-fragment[data-meem-archive-columns="3"] ul.products,
	.meem-shop-page .meem-archive-fragment[data-meem-archive-columns="4"] ul.products,
	.meem-shop-page .meem-archive-fragment[data-meem-archive-columns="5"] ul.products,
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="3"] ul.products.products,
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="4"] ul.products.products,
	.meem-shop-page .meem-shop-main .meem-archive-fragment[data-meem-archive-columns="5"] ul.products.products {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.85rem !important;
	}

	.meem-shop-page .meem-shop-main ul.products > li.product,
	.woocommerce.meem-shop-page .meem-shop-main ul.products > li.product,
	.woocommerce .meem-shop-page .meem-shop-main ul.products > li.product,
	.meem-shop-page .meem-shop-main ul.products.products > li.product,
	.meem-shop-page .meem-products-grid > li.product {
		width: auto !important;
		max-width: none !important;
		min-width: 0;
		margin: 0 !important;
	}

	.meem-shop-page .meem-shop-card {
		min-width: 0;
		gap: 0.34rem;
	}

	.meem-shop-page .meem-shop-card__media {
		aspect-ratio: 1 / 1;
	}

	.meem-shop-page .meem-shop-card__title {
		min-height: 2.18rem;
		font-size: clamp(0.82rem, 3vw, 0.98rem);
		line-height: 1.18;
	}

	.meem-shop-page .meem-shop-card__price,
	.meem-shop-page .price {
		font-size: 0.86rem;
	}

	.meem-shop-page .meem-shop-card__buy,
	.meem-shop-page .meem-shop-card__buy.button,
	.woocommerce .meem-shop-page .meem-shop-card__buy.button {
		min-height: 2.42rem;
		padding-inline: 0.45rem;
		font-size: 0.58rem;
		letter-spacing: 0.055em;
	}
}

/* Archive toolbar polish v5: coherent control groups with predictable responsive hiding. */
.meem-shop-page .meem-archive-toolbar {
	display: grid !important;
	grid-template-columns: max-content max-content minmax(15rem, 1fr) max-content;
	align-items: center;
	gap: 0.72rem 0.9rem;
	justify-content: stretch;
	padding: clamp(0.68rem, 1.4vw, 0.9rem);
}

.meem-shop-page .meem-archive-control,
.meem-shop-page .meem-archive-controls__summary,
.meem-shop-page .meem-archive-controls__group {
	display: inline-flex;
	align-items: center;
	gap: 0.52rem;
	min-width: 0;
	min-height: 2.5rem;
	white-space: nowrap;
}

.meem-shop-page .meem-archive-control__label,
.meem-shop-page .meem-archive-controls__summary span,
.meem-shop-page .meem-archive-controls__group > span,
.meem-shop-page .meem-archive-controls__group > label {
	flex: 0 0 auto;
	color: var(--meem-official-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.072em;
	line-height: 1;
	text-transform: uppercase;
}

.meem-shop-page .meem-archive-control--results {
	justify-self: start;
	gap: 0.42rem;
	padding: 0 0.72rem;
	border: 1px solid rgba(30, 30, 29, 0.1);
	border-radius: 999px;
	background: rgba(251, 250, 248, 0.7);
}

.meem-shop-page .meem-archive-control--results .meem-archive-control__value,
.meem-shop-page .meem-archive-controls__summary strong {
	margin-left: 0.08rem;
	color: var(--meem-official-black);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1;
}

.meem-shop-page .meem-archive-control--columns {
	justify-self: start;
}

.meem-shop-page .meem-archive-control--sort {
	justify-self: stretch;
	justify-content: end;
	min-width: min(22rem, 100%);
}

.meem-shop-page .meem-archive-control--sort select,
.meem-shop-page .meem-archive-control--sort .meem-archive-sort,
.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu,
.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
	min-width: min(15rem, 100%);
	max-width: 100%;
}

.meem-shop-page .meem-archive-control--per-page {
	justify-self: end;
}

.meem-shop-page .meem-archive-toolbar.is-medium .meem-archive-control--columns,
.meem-shop-page .meem-archive-toolbar.is-compact .meem-archive-control--columns,
.meem-shop-page .meem-archive-toolbar.is-narrow .meem-archive-control--columns {
	display: none !important;
}

.meem-shop-page .meem-archive-toolbar.is-compact .meem-archive-control--per-page,
.meem-shop-page .meem-archive-toolbar.is-narrow .meem-archive-control--per-page {
	display: none !important;
}

.meem-shop-page .meem-archive-toolbar.is-medium {
	grid-template-columns: max-content minmax(15rem, 1fr) max-content;
}

.meem-shop-page .meem-archive-toolbar.is-compact,
.meem-shop-page .meem-archive-toolbar.is-narrow {
	grid-template-columns: max-content minmax(0, 1fr);
}

.meem-shop-page .meem-archive-toolbar.is-compact .meem-archive-control--sort,
.meem-shop-page .meem-archive-toolbar.is-narrow .meem-archive-control--sort {
	justify-content: end;
	min-width: 0;
}

.meem-shop-page .meem-archive-toolbar.is-narrow .meem-archive-control--results,
.meem-shop-page .meem-archive-toolbar.is-narrow .meem-archive-control--sort {
	width: auto;
}

.meem-shop-page .meem-archive-sort-menu__list button:hover,
.meem-shop-page .meem-archive-sort-menu__list button:focus-visible {
	background: #eaded6;
	color: #1e1e1d;
	box-shadow: inset 0 0 0 2px rgba(33, 25, 24, 0.24);
	outline: none;
}

.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"],
.meem-shop-page .meem-archive-sort-menu__list button.is-active {
	background: #211918;
	color: #fbfaf8;
}

.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"]:hover,
.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"]:focus-visible,
.meem-shop-page .meem-archive-sort-menu__list button.is-active:hover,
.meem-shop-page .meem-archive-sort-menu__list button.is-active:focus-visible {
	background: #3a2b27;
	color: #fbfaf8;
}

@media (max-width: 1100px) {
	.meem-shop-page .meem-archive-toolbar {
		grid-template-columns: max-content minmax(15rem, 1fr) max-content;
	}

	.meem-shop-page .meem-archive-control--columns {
		display: none !important;
	}
}

@media (max-width: 900px) {
	.meem-shop-page .meem-archive-toolbar {
		grid-template-columns: max-content minmax(0, 1fr);
	}

	.meem-shop-page .meem-archive-control--per-page {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.meem-shop-page .meem-archive-toolbar {
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 0.58rem;
	}

	.meem-shop-page .meem-archive-control--columns,
	.meem-shop-page .meem-archive-control--per-page,
	.meem-shop-page [data-meem-archive-columns-control],
	.meem-shop-page [data-meem-archive-per-page-control] {
		display: none !important;
	}

	.meem-shop-page .meem-archive-control--results {
		justify-content: space-between;
		width: 100%;
	}

	.meem-shop-page .meem-archive-control--sort {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		width: 100%;
		min-width: 0;
	}

	.meem-shop-page .meem-archive-control--sort select,
	.meem-shop-page .meem-archive-control--sort .meem-archive-sort,
	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu,
	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
		width: 100%;
		min-width: 0;
	}
}

/* Mobile archive sort alignment: keep the label, button text, and chevron on one optical centerline. */
@media (max-width: 767px) {
	.meem-shop-page .meem-archive-control--sort {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		gap: 0.75rem;
		width: 100%;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-control__label {
		align-self: center;
		margin: 0;
		padding: 0;
		line-height: 1;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort,
	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu {
		min-width: 0;
		width: 100%;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-width: 0;
		height: 3rem;
		min-height: 3rem;
		padding: 0 1rem;
		line-height: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button::after {
		flex: 0 0 auto;
		align-self: center;
		transform: translateY(-0.04rem) rotate(45deg);
	}
}

/* Mobile archive sort containment: keep the button readable and the menu inside the viewport. */
@media (max-width: 430px) {
	.meem-shop-page .meem-archive-toolbar {
		display: grid !important;
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 0.72rem;
		overflow: visible;
	}

	.meem-shop-page .meem-archive-control--results {
		justify-self: start;
		justify-content: flex-start;
		width: auto;
		max-width: 100%;
		padding-inline: 0.72rem;
	}

	.meem-shop-page .meem-archive-control--sort {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		gap: 0.62rem;
		justify-content: stretch;
		width: 100%;
		min-width: 0;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-control__label {
		min-width: max-content;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort,
	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu {
		position: relative;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		min-height: 2.9rem;
		padding: 0 0.9rem;
		font-size: 0.72rem;
		line-height: 1.15;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button::after {
		flex: 0 0 auto;
		margin-left: 0.45rem;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__list {
		left: 0;
		right: auto;
		width: 100%;
		max-width: min(100%, calc(100vw - 24px));
		box-sizing: border-box;
		z-index: 40;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__list button {
		min-width: 0;
		font-size: 0.74rem;
		line-height: 1.2;
		white-space: normal;
	}
}

@media (max-width: 390px) {
	.meem-shop-page .meem-archive-control--sort {
		grid-template-columns: 1fr;
		gap: 0.42rem;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-control__label {
		justify-self: start;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
		font-size: 0.7rem;
	}
}

/* Final archive visual polish: one softer control family, stronger CTAs, no behavior changes. */
.meem-shop-page {
	--meem-archive-radius-panel: 0.78rem;
	--meem-archive-radius-control: 0.68rem;
	--meem-archive-radius-inner: 0.48rem;
	--meem-archive-ink: #1b1715;
	--meem-archive-ink-hover: #342722;
	--meem-archive-rosewash: #efe4dd;
	--meem-archive-line-soft: rgba(30, 30, 29, 0.13);
}

.meem-shop-page .meem-archive-toolbar {
	border-color: rgba(30, 30, 29, 0.11);
	border-radius: calc(var(--meem-archive-radius-panel) + 0.18rem);
	background: rgba(251, 250, 248, 0.74);
	box-shadow: 0 18px 38px rgba(54, 38, 32, 0.075);
}

.meem-shop-page .meem-archive-control--results,
.meem-shop-page .meem-archive-controls__segments,
.meem-shop-page .meem-archive-sort-menu__button,
.meem-shop-page .meem-shop-family-nav a,
.meem-shop-page .meem-shop-pagination a,
.meem-shop-page .meem-shop-pagination span {
	border-radius: var(--meem-archive-radius-control);
}

.meem-shop-page .meem-archive-control--results {
	border-color: var(--meem-archive-line-soft);
	background: rgba(255, 253, 249, 0.78);
}

.meem-shop-page .meem-archive-controls__segments {
	gap: 0.22rem;
	padding: 0.2rem;
	background: rgba(239, 228, 221, 0.5);
}

.meem-shop-page .meem-archive-controls__segments a {
	border-radius: calc(var(--meem-archive-radius-control) - 0.18rem);
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease);
}

.meem-shop-page .meem-archive-controls__segments a:hover,
.meem-shop-page .meem-archive-controls__segments a:focus-visible,
.meem-shop-page .meem-archive-controls__segments a[aria-pressed="true"] {
	border-color: var(--meem-archive-ink);
	background: var(--meem-archive-ink);
	color: #fbfaf8;
	transform: translateY(-1px);
}

.meem-shop-page .meem-archive-sort-menu {
	min-width: min(17.5rem, 100%);
}

.meem-shop-page .meem-archive-sort-menu__button {
	min-height: 2.62rem;
	padding: 0 0.86rem 0 0.96rem;
	border-color: var(--meem-archive-line-soft);
	background: #fffdf9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
	font-size: 0.75rem;
	letter-spacing: 0.01em;
	line-height: 1;
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease);
}

.meem-shop-page .meem-archive-sort-menu__button:hover,
.meem-shop-page .meem-archive-sort-menu__button:focus-visible,
.meem-shop-page .meem-archive-sort-menu__button[aria-expanded="true"] {
	border-color: rgba(30, 30, 29, 0.28);
	background: #fbf5f0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 9px 18px rgba(54, 38, 32, 0.08);
}

.meem-shop-page .meem-archive-sort-menu__button::after {
	width: 0.42rem;
	height: 0.42rem;
	margin-left: 0.58rem;
	border-width: 1.35px;
}

.meem-shop-page .meem-archive-sort-menu__list {
	gap: 0.16rem;
	padding: 0.42rem;
	border-color: rgba(30, 30, 29, 0.15);
	border-radius: var(--meem-archive-radius-panel);
	box-shadow: 0 18px 34px rgba(30, 30, 29, 0.145);
}

.meem-shop-page .meem-archive-sort-menu__list button {
	min-height: 2.38rem;
	padding: 0.58rem 0.68rem;
	border-radius: var(--meem-archive-radius-inner);
	font-size: 0.74rem;
	letter-spacing: 0.005em;
	transition: background 160ms var(--meem-ease), color 160ms var(--meem-ease), box-shadow 160ms var(--meem-ease);
}

.meem-shop-page .meem-archive-sort-menu__list button:hover,
.meem-shop-page .meem-archive-sort-menu__list button:focus-visible {
	background: var(--meem-archive-rosewash);
	box-shadow: inset 0 0 0 1px rgba(33, 25, 24, 0.18);
}

.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"],
.meem-shop-page .meem-archive-sort-menu__list button.is-active {
	background: var(--meem-archive-ink);
	color: #fbfaf8;
}

.meem-shop-page .meem-shop-family-nav a {
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease);
}

@media (max-width: 1024px) {
	.meem-shop-page .meem-shop-family-nav a {
		border-color: var(--meem-archive-line-soft);
		background: rgba(251, 250, 248, 0.5);
	}

	.meem-shop-page .meem-shop-family-nav a:hover,
	.meem-shop-page .meem-shop-family-nav a:focus-visible {
		background: rgba(251, 250, 248, 0.9);
		transform: translateY(-1px);
	}

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

.meem-shop-page .meem-shop-card {
	gap: 0.5rem;
}

.meem-shop-page .meem-shop-card__media {
	border-radius: var(--meem-archive-radius-panel);
	background: #fbfaf8;
}

.meem-shop-page .meem-shop-card__badge {
	margin-top: 0.42rem;
	font-family: var(--meem-font-ui);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}

.meem-shop-page .meem-shop-card__title {
	margin-top: 0.02rem;
	letter-spacing: -0.01em;
	text-wrap: pretty;
}

.meem-shop-page .meem-shop-card__price,
.meem-shop-page .price {
	color: var(--meem-archive-ink);
	font-variant-numeric: tabular-nums;
}

.meem-shop-page .meem-shop-card__actions {
	max-width: 17.5rem;
	margin-top: 0.46rem;
}

.meem-shop-page .meem-shop-card__view,
.meem-shop-page .meem-shop-card__buy,
.meem-shop-page .meem-shop-card__buy.button,
.woocommerce .meem-shop-page .meem-shop-card__buy.button,
.meem-shop-page .meem-shop-card .added_to_cart {
	min-height: 2.84rem;
	padding: 0.82rem 0.95rem;
	border-radius: var(--meem-archive-radius-control);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.065em;
	line-height: 1;
	box-shadow: none;
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), color 180ms var(--meem-ease), transform 180ms var(--meem-ease), box-shadow 180ms var(--meem-ease);
}

.meem-shop-page .meem-shop-card__view {
	border-color: rgba(30, 30, 29, 0.24);
	background: rgba(251, 250, 248, 0.72);
	color: var(--meem-archive-ink);
}

.meem-shop-page .meem-shop-card__view:hover,
.meem-shop-page .meem-shop-card__view:focus-visible {
	border-color: rgba(30, 30, 29, 0.42);
	background: #fbf5f0;
	transform: translateY(-1px);
}

.meem-shop-page .meem-shop-card__buy,
.meem-shop-page .meem-shop-card__buy.button,
.woocommerce .meem-shop-page .meem-shop-card__buy.button {
	border-color: var(--meem-archive-ink);
	background: var(--meem-archive-ink);
	color: #fbfaf8 !important;
	box-shadow: 0 10px 18px rgba(30, 20, 18, 0.14);
}

.meem-shop-page .meem-shop-card__buy:hover,
.meem-shop-page .meem-shop-card__buy:focus-visible,
.meem-shop-page .meem-shop-card__buy.button:hover,
.woocommerce .meem-shop-page .meem-shop-card__buy.button:hover {
	border-color: var(--meem-archive-ink-hover);
	background: var(--meem-archive-ink-hover);
	box-shadow: 0 12px 22px rgba(54, 38, 32, 0.18);
	transform: translateY(-1px);
}

.meem-shop-page .meem-shop-card__buy:active,
.meem-shop-page .meem-shop-card__view:active {
	transform: translateY(0);
}

@media (max-width: 430px) {
	.meem-shop-page .meem-archive-toolbar {
		grid-template-columns: 1fr !important;
		gap: 0.62rem;
		padding: 0.62rem;
	}

	.meem-shop-page .meem-archive-toolbar.is-compact,
	.meem-shop-page .meem-archive-toolbar.is-narrow {
		grid-template-columns: 1fr !important;
	}

	.meem-shop-page .meem-archive-toolbar.is-narrow .meem-archive-control--sort,
	.meem-shop-page .meem-archive-toolbar.is-compact .meem-archive-control--sort {
		width: 100%;
	}

	.meem-shop-page .meem-archive-control--sort {
		grid-template-columns: 1fr;
		gap: 0.4rem;
		width: 100%;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-control__label {
		justify-self: start;
	}

	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
		min-height: 3rem;
		padding-inline: 0.82rem;
		font-size: 0.705rem;
		letter-spacing: -0.005em;
		text-overflow: clip;
	}

	.meem-shop-page .meem-shop-card {
		gap: 0.38rem;
	}

	.meem-shop-page .meem-shop-card__media {
		border-radius: 0.66rem;
	}

	.meem-shop-page .meem-shop-card__actions {
		margin-top: 0.34rem;
	}

	.meem-shop-page .meem-shop-card__buy,
	.meem-shop-page .meem-shop-card__buy.button,
	.woocommerce .meem-shop-page .meem-shop-card__buy.button {
		min-height: 2.54rem;
		padding-inline: 0.5rem;
		font-size: 0.57rem;
		letter-spacing: 0.052em;
	}
}

@media (max-width: 360px) {
	.meem-shop-page .meem-archive-control--sort .meem-archive-sort-menu__button {
		font-size: 0.68rem;
	}
}

/* Sort button readability guard: never allow white text on the light closed control. */
.meem-shop-page .meem-archive-sort-menu__button,
.meem-shop-page .meem-archive-sort-menu__button:hover,
.meem-shop-page .meem-archive-sort-menu__button:focus-visible,
.meem-shop-page .meem-archive-sort-menu__button:active,
.meem-shop-page .meem-archive-sort-menu__button[aria-expanded="true"],
.meem-shop-page .meem-archive-sort-menu.is-open .meem-archive-sort-menu__button {
	color: #1e1e1d !important;
}

.meem-shop-page .meem-archive-sort-menu__button *,
.meem-shop-page .meem-archive-sort-menu__button::before,
.meem-shop-page .meem-archive-sort-menu__button::after {
	color: currentColor !important;
	border-color: currentColor;
}

.meem-shop-page .meem-archive-sort-menu__list button:hover,
.meem-shop-page .meem-archive-sort-menu__list button:focus-visible {
	background: #eaded6;
	color: #1e1e1d;
}

.meem-shop-page .meem-archive-sort-menu__list button[aria-selected="true"],
.meem-shop-page .meem-archive-sort-menu__list button.is-active {
	background: #211918;
	color: #fbfaf8;
}

/* Cart and checkout IA v3 final cascade guard. */
body.woocommerce-cart .meem-info-content > .woocommerce,
body.woocommerce-checkout .meem-info-content > .woocommerce,
body.woocommerce-checkout form.checkout.woocommerce-checkout {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
}

body.woocommerce-cart .meem-info-content > .woocommerce,
body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: clamp(0.95rem, 1.8vw, 1.25rem);
	align-items: start;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
	grid-column: 1 !important;
	grid-row: auto !important;
	width: 100%;
	min-width: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
	float: none;
	width: 100%;
	padding: clamp(0.95rem, 1.9vw, 1.3rem);
	border: 1px solid var(--meem-checkout-line);
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(251, 250, 248, 0.86));
	box-shadow: 0 14px 30px rgba(54, 38, 32, 0.075);
}

body.woocommerce-checkout #order_review_heading {
	margin: 0;
	border-radius: 1rem 1rem 0 0;
}

body.woocommerce-checkout #order_review {
	position: static !important;
	top: auto;
	display: grid;
	gap: clamp(0.9rem, 1.6vw, 1.1rem);
	margin-top: calc(clamp(0.95rem, 1.9vw, 1.3rem) * -1);
	border-top: 0;
	border-radius: 0 0 1rem 1rem;
}

body.woocommerce-checkout #order_review table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment .place-order,
body.woocommerce-checkout #shipping_method,
body.woocommerce-cart #shipping_method {
	width: 100%;
	max-width: none;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	padding: 0.68rem 0.82rem;
	font-size: 0.86rem;
	line-height: 1.35;
}

body.woocommerce-checkout #shipping_method li,
body.woocommerce-cart #shipping_method li,
body.woocommerce-checkout #payment ul.payment_methods > li {
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr) auto;
	gap: 0.62rem 0.76rem;
	width: 100%;
	min-width: 0;
	padding: clamp(0.82rem, 1.45vw, 1rem);
	border-radius: 0.82rem;
}

body.woocommerce-checkout #shipping_method label,
body.woocommerce-cart #shipping_method label,
body.woocommerce-checkout #payment ul.payment_methods label {
	grid-column: 2 / -1;
	min-width: 0;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout #payment div.payment_box {
	grid-column: 2 / -1;
	max-width: 58rem;
}

@media (min-width: 768px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 0.9rem;
	}

	body.woocommerce-checkout form .form-row-wide,
	body.woocommerce-checkout #billing_company_field,
	body.woocommerce-checkout #wc_szamlazz_adoszam_field,
	body.woocommerce-checkout #billing_address_1_field,
	body.woocommerce-checkout #billing_address_2_field,
	body.woocommerce-checkout #order_comments_field,
	body.woocommerce-checkout #shipping_address_1_field,
	body.woocommerce-checkout #shipping_address_2_field {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout #shipping_method li,
	body.woocommerce-cart #shipping_method li,
	body.woocommerce-checkout #payment ul.payment_methods > li {
		grid-template-columns: auto minmax(0, 1fr);
	}
}

/* Cart and checkout final visual IA patch: compact summary, full-width decision cards. */
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0.96rem;
	background: rgba(255, 253, 249, 0.82);
	overflow: hidden;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
body.woocommerce-cart .cart_totals table.shop_table tbody {
	display: grid;
	width: 100%;
	gap: 0.42rem;
	padding: 0.55rem;
}

body.woocommerce-checkout #order_review.is-products-collapsed .woocommerce-checkout-review-order-table tbody {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
body.woocommerce-cart .cart_totals table.shop_table tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.7rem;
	width: 100%;
	padding: 0.72rem 0.82rem;
	border: 1px solid rgba(30, 30, 29, 0.09);
	border-radius: 0.78rem;
	background: rgba(251, 250, 248, 0.7);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
	background: rgba(239, 228, 221, 0.24);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	border: 0;
	background: transparent !important;
	text-align: left;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child,
body.woocommerce-cart .cart_totals table.shop_table td:last-child {
	justify-self: end;
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-cart .cart_totals table.shop_table th {
	color: var(--meem-checkout-muted);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total,
body.woocommerce-cart .cart_totals table.shop_table .order-total {
	border-color: rgba(30, 30, 29, 0.18);
	background: linear-gradient(135deg, rgba(239, 228, 221, 0.7), rgba(255, 253, 249, 0.92));
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
body.woocommerce-cart .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .cart_totals table.shop_table .order-total td {
	color: var(--meem-checkout-ink);
	font-size: 1.02rem;
	font-weight: 950;
}

body.woocommerce-checkout .meem-order-products-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 3rem;
	padding: 0.82rem 0.92rem;
	border: 1px solid rgba(30, 30, 29, 0.13);
	border-radius: 0.86rem;
	background: rgba(255, 253, 249, 0.78);
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-ui);
	font-weight: 900;
	text-align: left;
	cursor: pointer;
	transition: border-color 180ms var(--meem-ease), background 180ms var(--meem-ease), transform 180ms var(--meem-ease);
}

body.woocommerce-checkout .meem-order-products-toggle:hover,
body.woocommerce-checkout .meem-order-products-toggle:focus-visible {
	border-color: rgba(30, 30, 29, 0.28);
	background: #fffdf9;
	outline: none;
	transform: translateY(-1px);
}

body.woocommerce-checkout .meem-order-products-toggle__state {
	color: var(--meem-checkout-muted);
	font-size: 0.72rem;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order {
	grid-template-columns: minmax(0, 1fr) !important;
	align-items: stretch;
	padding: clamp(0.9rem, 1.6vw, 1.08rem);
	border-color: rgba(30, 30, 29, 0.13);
	background: rgba(255, 253, 249, 0.86);
}

body.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order th {
	margin-bottom: 0.62rem;
	color: var(--meem-checkout-ink);
	font-size: 0.9rem;
	letter-spacing: -0.01em;
	text-transform: none;
}

body.woocommerce-checkout #shipping_method,
body.woocommerce-cart #shipping_method,
body.woocommerce-checkout #payment ul.payment_methods {
	gap: 0.78rem;
}

body.woocommerce-checkout #shipping_method li,
body.woocommerce-cart #shipping_method li,
body.woocommerce-checkout #payment ul.payment_methods > li {
	grid-template-columns: 1.12rem minmax(0, 1fr);
	align-items: start;
	padding: clamp(0.96rem, 1.55vw, 1.16rem);
	border: 1px solid rgba(30, 30, 29, 0.13);
	border-radius: 0.92rem;
	background: rgba(255, 253, 249, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 20px rgba(54, 38, 32, 0.045);
}

body.woocommerce-checkout #shipping_method li:has(input:checked),
body.woocommerce-cart #shipping_method li:has(input:checked),
body.woocommerce-checkout #payment ul.payment_methods > li:has(input:checked) {
	border-color: rgba(30, 30, 29, 0.36);
	background: linear-gradient(135deg, rgba(239, 228, 221, 0.72), rgba(255, 253, 249, 0.96));
	box-shadow: inset 0 0 0 1px rgba(30, 30, 29, 0.07), 0 12px 24px rgba(54, 38, 32, 0.07);
}

body.woocommerce-checkout #shipping_method label,
body.woocommerce-cart #shipping_method label,
body.woocommerce-checkout #payment ul.payment_methods label,
body.woocommerce-checkout #payment div.payment_box {
	grid-column: 2;
}

body.woocommerce-checkout #payment div.payment_box {
	width: 100%;
	max-width: none;
	margin-top: 0.72rem;
	background: rgba(251, 250, 248, 0.9);
}

body.woocommerce-checkout #payment::before {
	margin-bottom: 0.86rem;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
	body.woocommerce-cart .cart_totals table.shop_table tr {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 0.68rem 0.72rem;
	}

	body.woocommerce-checkout #shipping_method li,
	body.woocommerce-cart #shipping_method li,
	body.woocommerce-checkout #payment ul.payment_methods > li {
		grid-template-columns: auto minmax(0, 1fr);
	}
}

/* Cart auto-update and final checkout polish: UI only, WooCommerce remains source of truth. */
body.woocommerce-cart .meem-cart-auto-update-status {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	max-width: 100%;
	margin: 0 0 0.75rem;
	padding: 0.58rem 0.78rem;
	border: 1px solid rgba(30, 30, 29, 0.12);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.82);
	color: var(--meem-checkout-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.25;
}

body.woocommerce-cart .meem-cart-auto-update-status:empty {
	display: none;
}

body.woocommerce-cart .meem-cart-auto-update-status.is-busy {
	border-color: rgba(152, 122, 100, 0.24);
	background: rgba(239, 228, 221, 0.58);
	color: var(--meem-checkout-ink);
}

body.woocommerce-cart .meem-cart-auto-update-status.is-success {
	border-color: rgba(30, 30, 29, 0.14);
	color: var(--meem-checkout-ink);
}

body.woocommerce-cart .meem-cart-auto-update-status.is-error {
	border-color: rgba(201, 85, 78, 0.32);
	background: rgba(255, 245, 243, 0.92);
	color: #7c2f2a;
}

body.woocommerce-cart.meem-cart-is-updating .woocommerce-cart-form,
body.woocommerce-cart.meem-cart-is-updating .cart_totals {
	opacity: 0.66;
	pointer-events: none;
}

body.woocommerce-cart.meem-cart-is-dirty .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart.meem-cart-is-updating .wc-proceed-to-checkout a.checkout-button {
	cursor: wait;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center;
	gap: 0.75rem;
	min-height: 0;
	margin: 0.42rem 0;
	padding: 0.68rem 0.82rem;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td {
	align-self: center;
	margin: 0;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td {
	justify-self: end;
	min-width: 0;
	max-width: 100%;
	text-align: right;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li {
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

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: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method input.shipping_method {
	display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method label {
	display: block !important;
	grid-column: auto !important;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: right;
}

body.woocommerce-cart .cart_totals .meem-cart-shipping-summary {
	display: inline-grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.48rem;
	max-width: 100%;
	padding: 0.42rem 0.58rem;
	border: 1px solid rgba(30, 30, 29, 0.1);
	border-radius: 999px;
	background: rgba(255, 253, 249, 0.82);
}

body.woocommerce-cart .cart_totals .meem-cart-shipping-name {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.woocommerce-cart .cart_totals .meem-cart-shipping-price {
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	white-space: nowrap;
}

body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
	display: grid !important;
	grid-template-columns: minmax(7rem, 0.34fr) minmax(0, 1fr);
	align-items: center;
	gap: 0.8rem 1rem;
	min-height: 0;
	margin: 0.42rem 0;
	padding: 0.74rem 0.86rem;
}

body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary td {
	margin: 0;
	padding: 0 !important;
}

body.woocommerce-checkout .meem-pickup-summary__label {
	align-self: center;
}

body.woocommerce-checkout .meem-pickup-summary__content {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.68rem;
	min-width: 0;
	color: var(--meem-checkout-ink);
	font-size: 0.9rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout .meem-pickup-summary__content #vp-woo-pont-show-map {
	justify-self: end;
	margin: 0;
}

body.woocommerce-checkout .meem-pickup-summary__price-hidden {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper.meem-terms-enhanced {
	padding: 0.78rem;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .meem-terms-enhanced__label {
	display: flex !important;
	align-items: center !important;
	gap: 0.72rem;
	min-height: 44px;
	margin: 0;
	padding: 0.68rem 0.76rem;
	line-height: 1.35;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper #terms {
	flex: 0 0 auto;
	width: 1.18rem;
	height: 1.18rem;
	min-width: 1.18rem;
	margin: 0;
	accent-color: var(--meem-checkout-ink);
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	min-width: 0;
	line-height: 1.35;
}

body.woocommerce-checkout #shipping_method {
	gap: 0.62rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout #shipping_method li {
	grid-template-columns: 1.2rem minmax(0, 1fr);
	align-items: center;
	gap: 0.72rem;
	padding: 0.86rem 0.95rem;
	border-radius: 0.86rem;
}

body.woocommerce-checkout #shipping_method li.meem-shipping-method--selected {
	border-color: rgba(30, 30, 29, 0.36);
	background: linear-gradient(135deg, rgba(239, 228, 221, 0.72), rgba(255, 253, 249, 0.96));
	box-shadow: inset 0 0 0 1px rgba(30, 30, 29, 0.07), 0 12px 24px rgba(54, 38, 32, 0.07);
}

body.woocommerce-checkout #shipping_method input.shipping_method {
	align-self: center;
	width: 1.05rem;
	height: 1.05rem;
	margin: 0;
}

body.woocommerce-checkout #shipping_method label {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	width: 100%;
	min-width: 0;
	margin: 0;
}

body.woocommerce-checkout #shipping_method .meem-shipping-method-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	width: 100%;
	min-width: 0;
}

body.woocommerce-checkout #shipping_method .meem-shipping-method-name {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

body.woocommerce-checkout #shipping_method .meem-shipping-method-price {
	justify-self: end;
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-checkout #shipping_method .vp-woo-pont-shipping-method-icons {
	grid-column: 2 / -1;
	margin-top: 0;
}

@media (max-width: 767px) {
	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.46rem;
	}

	body.woocommerce-checkout .meem-pickup-summary__content {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .meem-pickup-summary__content #vp-woo-pont-show-map {
		justify-self: start;
		width: 100%;
	}

	body.woocommerce-checkout #shipping_method li {
		grid-template-columns: 1.1rem minmax(0, 1fr);
		padding: 0.78rem;
	}
}

@media (max-width: 430px) {
	body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.38rem;
	}

	body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td {
		justify-self: start;
		text-align: left;
	}

	body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method label {
		text-align: left;
	}

	body.woocommerce-cart .cart_totals .meem-cart-shipping-summary {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-radius: 0.68rem;
	}

	body.woocommerce-cart .cart_totals .meem-cart-shipping-name::after {
		content: "·";
		margin-left: 0.42rem;
		color: var(--meem-checkout-muted);
	}

	body.woocommerce-checkout #shipping_method label,
	body.woocommerce-checkout #shipping_method .meem-shipping-method-content {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.28rem;
	}

	body.woocommerce-checkout #shipping_method .meem-shipping-method-price {
		justify-self: start;
		text-align: left;
		white-space: normal;
	}

	body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .meem-terms-enhanced__label {
		align-items: flex-start !important;
	}

	body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper #terms {
		margin-top: 0.08rem;
	}
}

/* Runtime regression fix: keep Woo labels out of values and fallback UI out of the normal flow. */
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions {
	grid-template-columns: minmax(0, 1fr) !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions button[name="update_cart"],
body.woocommerce-cart .woocommerce button[name="update_cart"] {
	display: none !important;
}

body.woocommerce-cart.meem-cart-auto-update-failed .woocommerce-cart-form table.shop_table.cart td.actions {
	grid-template-columns: minmax(0, 1fr) auto !important;
}

body.woocommerce-cart.meem-cart-auto-update-failed .woocommerce-cart-form table.shop_table.cart td.actions button[name="update_cart"],
body.woocommerce-cart.meem-cart-auto-update-failed .woocommerce button[name="update_cart"] {
	display: inline-flex !important;
}

body.woocommerce-cart .meem-cart-auto-update-status.is-success {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td::before,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td::before,
body.woocommerce-cart .cart_totals table.shop_table tr.fee td::before,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount td::before,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td::before,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td::before,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td::before,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee td::before,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td::before,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td::before {
	display: none !important;
	content: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-cart .cart_totals table.shop_table tr.fee,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	border: 1px solid rgba(30, 30, 29, 0.09);
	box-shadow: none;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-cart .cart_totals table.shop_table tr.fee th,
body.woocommerce-cart .cart_totals table.shop_table tr.fee td,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount th,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount td,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
	display: block !important;
	width: auto !important;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table tr.fee td,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount td,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
	justify-self: end;
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th {
	margin: 0;
	color: var(--meem-checkout-muted);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method label,
body.woocommerce-cart .cart_totals .meem-cart-shipping-summary {
	max-width: 100%;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li {
	display: none !important;
}

body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li.meem-shipping-method--selected,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping #shipping_method li:first-child:last-child {
	display: block !important;
}

body.woocommerce-cart .cart_totals .meem-cart-shipping-summary {
	grid-template-columns: minmax(0, 1fr) auto;
	white-space: normal;
}

body.woocommerce-cart .cart_totals .meem-cart-shipping-name::after {
	content: "·";
	margin-left: 0.42rem;
	color: var(--meem-checkout-muted);
}

body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
	grid-template-columns: minmax(6.8rem, 0.28fr) minmax(0, 1fr) !important;
	align-items: center;
	overflow: hidden;
}

body.woocommerce-checkout .meem-pickup-summary__content {
	display: flex !important;
	align-items: center;
	gap: 0.72rem;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

body.woocommerce-checkout .meem-pickup-summary__logo,
body.woocommerce-checkout .meem-pickup-summary__content img,
body.woocommerce-checkout .meem-pickup-summary__content svg {
	flex: 0 0 auto;
	max-width: 3.2rem;
	max-height: 2.4rem;
	object-fit: contain;
}

body.woocommerce-checkout .meem-pickup-summary__content > :not(.meem-pickup-summary__action) {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout .meem-pickup-summary__action,
body.woocommerce-checkout .meem-pickup-summary__content #vp-woo-pont-show-map {
	position: static !important;
	flex: 0 0 auto;
	max-width: 100%;
	margin-left: auto;
	white-space: nowrap;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table thead tr,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
	body.woocommerce-checkout #order_review.is-products-collapsed .woocommerce-checkout-review-order-table thead {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal,
	body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping,
	body.woocommerce-cart .cart_totals table.shop_table tr.fee,
	body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount,
	body.woocommerce-cart .cart_totals table.shop_table tr.order-total,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.34rem;
	}

	body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
	body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td,
	body.woocommerce-cart .cart_totals table.shop_table tr.fee td,
	body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount td,
	body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee td,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
		justify-self: start;
		text-align: left;
		white-space: normal;
	}

	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.woocommerce-checkout .meem-pickup-summary__content {
		align-items: flex-start;
		flex-wrap: wrap;
		overflow: visible;
	}

	body.woocommerce-checkout .meem-pickup-summary__action,
	body.woocommerce-checkout .meem-pickup-summary__content #vp-woo-pont-show-map {
		flex: 1 0 100%;
		width: 100%;
		margin-left: 0;
		white-space: normal;
	}
}

/* Pickup summary hard fix: structure plugin output without changing pickup-point behavior. */
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	align-items: stretch;
	gap: 0.58rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary td {
	display: block !important;
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.woocommerce-checkout .meem-pickup-summary__label {
	align-self: start;
	color: var(--meem-checkout-ink);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-transform: none;
}

body.woocommerce-checkout .meem-pickup-summary__content {
	display: block !important;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

body.woocommerce-checkout .meem-pickup-summary__body {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.72rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0.72rem;
	border: 1px solid rgba(30, 30, 29, 0.1);
	border-radius: 0.74rem;
	background: rgba(255, 253, 249, 0.82);
	box-sizing: border-box;
	overflow: hidden;
}

body.woocommerce-checkout .meem-pickup-summary__body:not(.has-logo) {
	grid-template-columns: minmax(0, 1fr) auto;
}

body.woocommerce-checkout .meem-pickup-summary__logo-wrap {
	display: grid;
	place-items: center;
	min-width: 0;
	max-width: 3.8rem;
}

body.woocommerce-checkout .meem-pickup-summary__logo,
body.woocommerce-checkout .meem-pickup-summary__logo-wrap img,
body.woocommerce-checkout .meem-pickup-summary__logo-wrap svg {
	display: block;
	width: auto;
	max-width: 3.4rem;
	height: auto;
	max-height: 2.6rem;
	object-fit: contain;
}

body.woocommerce-checkout .meem-pickup-summary__details {
	display: block;
	min-width: 0;
	max-width: 100%;
	color: var(--meem-checkout-ink);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
	word-break: normal;
}

body.woocommerce-checkout .meem-pickup-summary__details br {
	display: block;
	content: "";
	margin-top: 0.12rem;
}

body.woocommerce-checkout .meem-pickup-summary__actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 0;
	max-width: 100%;
}

body.woocommerce-checkout .meem-pickup-summary__actions .meem-pickup-summary__action,
body.woocommerce-checkout .meem-pickup-summary__actions #vp-woo-pont-show-map {
	position: static !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 2.35rem;
	margin: 0;
	padding: 0.58rem 0.78rem;
	white-space: nowrap;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .meem-pickup-summary__body,
	body.woocommerce-checkout .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
		gap: 0.62rem 0.72rem;
		padding: 0.68rem;
		overflow: visible;
	}

	body.woocommerce-checkout .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .meem-pickup-summary__logo-wrap {
		max-width: 3.2rem;
	}

	body.woocommerce-checkout .meem-pickup-summary__details {
		font-size: 0.86rem;
		line-height: 1.36;
	}

	body.woocommerce-checkout .meem-pickup-summary__actions {
		grid-column: 1 / -1;
		justify-content: stretch;
		width: 100%;
	}

	body.woocommerce-checkout .meem-pickup-summary__actions .meem-pickup-summary__action,
	body.woocommerce-checkout .meem-pickup-summary__actions #vp-woo-pont-show-map {
		width: 100%;
		white-space: normal;
	}
}

/* Cart/checkout UI refinement final cascade: summary and mobile cards only. */
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
	display: grid !important;
	grid-template-columns: minmax(8.5rem, 0.22fr) minmax(0, 1fr) !important;
	align-items: center;
	gap: 0.78rem 1rem;
	padding: 0.82rem 0.9rem;
	overflow: visible;
}

body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary th,
body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary td {
	width: auto !important;
	max-width: 100%;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__content {
	display: block !important;
	overflow: visible;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__body,
body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
	display: grid;
	grid-template-columns: auto minmax(12rem, 1fr) auto;
	align-items: center;
	gap: 0.72rem 0.9rem;
	padding: 0.7rem 0.74rem;
	overflow: visible;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
	grid-template-columns: minmax(12rem, 1fr) auto;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__logo-wrap {
	justify-self: start;
	width: 3.65rem;
	max-width: 3.65rem;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__details {
	min-width: 0;
	font-size: 0.9rem;
	line-height: 1.34;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
	justify-self: end;
	justify-content: flex-end;
	min-width: max-content;
}

body.woocommerce-checkout #order_review .meem-pickup-summary__actions .meem-pickup-summary__action,
body.woocommerce-checkout #order_review .meem-pickup-summary__actions #vp-woo-pont-show-map {
	min-width: 7rem;
	white-space: nowrap;
}

@media (max-width: 900px) {
	body.woocommerce-checkout #order_review .meem-pickup-summary__body,
	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
		grid-column: 1 / -1;
		justify-self: start;
		justify-content: flex-start;
		min-width: 0;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.52rem;
		padding: 0.78rem;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__body,
	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.62rem 0.72rem;
		padding: 0.68rem;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
		width: 100%;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions .meem-pickup-summary__action,
	body.woocommerce-checkout #order_review .meem-pickup-summary__actions #vp-woo-pont-show-map {
		width: 100%;
		min-width: 0;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
		grid-template-columns: 5.7rem minmax(0, 1fr);
		grid-template-areas:
			"thumb name"
			"thumb price"
			"qty qty"
			"subtotal subtotal"
			"remove remove";
		gap: 0.68rem 0.88rem;
		padding: 0.96rem;
		border-radius: 1rem;
		background: linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 242, 238, 0.9));
		box-shadow: 0 14px 26px rgba(54, 38, 32, 0.075);
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-thumbnail a {
		width: 5.7rem;
		height: 5.7rem;
		border-radius: 0.92rem;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-name a {
		color: var(--meem-checkout-ink);
		font-size: 0.98rem;
		font-weight: 900;
		letter-spacing: -0.015em;
		line-height: 1.24;
		text-wrap: pretty;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-quantity,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-subtotal {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 0.72rem 0.78rem !important;
		border: 1px solid rgba(30, 30, 29, 0.08) !important;
		border-radius: 0.78rem;
		background: rgba(255, 253, 249, 0.72) !important;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.42rem;
		width: 100%;
		min-height: 2.55rem;
		padding: 0.62rem 0.75rem;
		border-radius: 0.78rem;
		font-size: 0;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::before {
		content: "×";
		font-size: 1.2rem;
		line-height: 1;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::after {
		content: "Eltávolítás";
		font-size: 0.72rem;
		font-weight: 900;
		letter-spacing: 0.055em;
		text-transform: uppercase;
	}

	body.woocommerce-checkout .meem-order-products-toggle {
		min-height: 3.15rem;
		padding: 0.78rem 0.86rem;
		border-radius: 0.94rem;
		background: linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(239, 228, 221, 0.58));
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	}

	body.woocommerce-checkout .meem-order-products-toggle__state {
		padding: 0.34rem 0.5rem;
		border: 1px solid rgba(30, 30, 29, 0.1);
		border-radius: 999px;
		background: rgba(255, 253, 249, 0.72);
		font-size: 0.66rem;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
		gap: 0.58rem;
		padding: 0.58rem;
		background: rgba(255, 253, 249, 0.52);
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
		gap: 0.52rem;
		padding: 0.78rem;
		border-color: rgba(30, 30, 29, 0.1);
		border-radius: 0.9rem;
		background: linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(239, 228, 221, 0.34));
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
		display: flex !important;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 0.36rem 0.48rem;
		color: var(--meem-checkout-ink);
		font-size: 0.92rem;
		font-weight: 900;
		letter-spacing: -0.01em;
		line-height: 1.28;
		text-transform: none;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name::before {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item .product-quantity {
		display: inline-flex;
		align-items: center;
		min-height: 1.45rem;
		padding: 0.18rem 0.42rem;
		border: 1px solid rgba(30, 30, 29, 0.1);
		border-radius: 999px;
		background: rgba(255, 253, 249, 0.8);
		color: var(--meem-checkout-muted);
		font-size: 0.72rem;
		font-weight: 900;
		letter-spacing: 0.02em;
		line-height: 1;
		white-space: nowrap;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 0.65rem;
		width: 100% !important;
		padding-top: 0.58rem !important;
		border-top: 1px solid rgba(30, 30, 29, 0.08) !important;
		color: var(--meem-checkout-ink);
		font-variant-numeric: tabular-nums;
		font-weight: 950;
		text-align: right;
		white-space: normal;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total::before {
		content: "Részösszeg";
		color: var(--meem-checkout-muted);
		font-size: 0.7rem;
		font-weight: 900;
		letter-spacing: 0.055em;
		text-transform: uppercase;
	}
}

/* Final cart/checkout polish: stable remove chip and robust selected pickup summary only. */
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart thead tr,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
	grid-template-columns: minmax(7.2rem, auto) 5.6rem minmax(0, 1.8fr) minmax(5.2rem, 0.7fr) minmax(6rem, 0.78fr) minmax(6rem, 0.78fr);
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove {
	min-width: 0;
}

body.woocommerce-cart table.cart td.product-remove a.remove,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.38rem;
	width: fit-content;
	max-width: 100%;
	height: auto;
	min-height: 2.35rem;
	min-width: 6.8rem;
	padding: 0.58rem 0.72rem;
	border-radius: 12px;
	box-sizing: border-box;
	font-size: 0;
	line-height: 1;
	white-space: nowrap;
	overflow: visible;
}

body.woocommerce-cart table.cart td.product-remove a.remove::before,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::before {
	content: "×";
	flex: 0 0 auto;
	font-size: 1.15rem;
	line-height: 1;
}

body.woocommerce-cart table.cart td.product-remove a.remove::after,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::after {
	content: "Eltávolítás";
	min-width: 0;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.045em;
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary {
		grid-template-columns: minmax(0, 1fr) !important;
		align-items: stretch;
		gap: 0.56rem;
		padding: 0.9rem;
		overflow: hidden;
	}

	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary th,
	body.woocommerce-checkout #order_review table.shop_table tr.vp-woo-pont-review-order.meem-pickup-summary td {
		display: block !important;
		grid-column: 1 / -1;
		width: 100% !important;
		min-width: 0;
		max-width: 100%;
		margin: 0;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__label {
		margin: 0;
		font-size: 0.76rem;
		letter-spacing: 0.045em;
		text-transform: uppercase;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__content {
		justify-self: stretch;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin: 0 !important;
		overflow: visible;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__body,
	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: minmax(3.6rem, auto) minmax(0, 1fr) minmax(6.9rem, auto);
		align-items: center;
		justify-content: stretch;
		gap: 0.72rem 0.95rem;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0.78rem;
		overflow: visible;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: minmax(0, 1fr) minmax(6.9rem, auto);
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__logo-wrap {
		justify-self: start;
		min-width: 0;
		max-width: 3.8rem;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__details {
		min-width: 0;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
		hyphens: none;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
		justify-self: end;
		align-self: center;
		min-width: 0;
		max-width: 100%;
		margin: 0;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions .meem-pickup-summary__action,
	body.woocommerce-checkout #order_review .meem-pickup-summary__actions #vp-woo-pont-show-map {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		white-space: nowrap;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	body.woocommerce-checkout #order_review .meem-pickup-summary__body,
	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
		grid-template-columns: 5.7rem minmax(0, 1fr);
	}

	body.woocommerce-cart table.cart td.product-remove a.remove,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
		width: 100%;
		min-width: 0;
		white-space: nowrap;
		overflow: visible;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__details {
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.fee th,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount th {
	color: var(--meem-checkout-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.005em;
	line-height: 1.24;
	text-transform: none;
}

body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-cart .cart_totals table.shop_table tr.fee td,
body.woocommerce-cart .cart_totals table.shop_table tr.cart-discount td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount td {
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-ui);
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.24;
	text-transform: none;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
	font-family: var(--meem-font-ui);
	font-size: 0.95rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
}

/* QA final override: keep selected pickup details readable without affecting the native pickup modal. */
@media (min-width: 901px) {
	body.woocommerce-checkout #order_review .meem-pickup-summary__body,
	body.woocommerce-checkout #order_review .meem-pickup-summary__body:not(.has-logo) {
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		gap: 0.74rem;
		width: 100%;
		min-width: 0;
		overflow: visible;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__logo-wrap {
		order: 1;
		flex: 0 0 auto;
		width: auto;
		max-width: 3.6rem;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__details {
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		text-align: left;
		overflow-wrap: anywhere;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions {
		order: 3;
		flex: 0 0 auto;
		align-self: center;
		justify-content: flex-end;
		width: auto;
		min-width: 0;
		margin-left: auto;
	}

	body.woocommerce-checkout #order_review .meem-pickup-summary__actions .meem-pickup-summary__action,
	body.woocommerce-checkout #order_review .meem-pickup-summary__actions #vp-woo-pont-show-map {
		width: auto;
		min-width: 6.9rem;
		max-width: 12rem;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove {
		overflow: visible;
	}

	body.woocommerce-cart table.cart td.product-remove a.remove,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
		flex-shrink: 0;
		line-height: 1;
		overflow: visible;
	}

	body.woocommerce-cart table.cart td.product-remove a.remove::after,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::after {
		display: block;
		line-height: 1;
	}
}

/* Product price alignment polish: presentation only, WooCommerce price markup stays native. */
.woocommerce ul.products li.product .meem-shop-card,
.meem-shop-card {
	text-align: center;
}

.woocommerce ul.products li.product .meem-shop-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.meem-shop-card__title {
	text-align: center;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .meem-shop-card__price,
.meem-shop-card__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .meem-shop-card__price del,
.woocommerce ul.products li.product .meem-shop-card__price ins,
.meem-shop-card__price del,
.meem-shop-card__price ins {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	float: none;
	margin: 0;
	text-align: center;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .meem-shop-card__price ins,
.meem-shop-card__price ins {
	text-decoration: none;
}

.single-product .meem-product-summary__cats,
.single-product .meem-product-summary h1,
.single-product .product_title,
.single-product .meem-product-summary__price,
.single-product .summary .price,
.single-product .woocommerce-variation-price,
.single-product .woocommerce-variation-price .price {
	text-align: center;
}

.single-product .meem-product-summary h1,
.single-product .product_title {
	margin-inline: auto;
}

.single-product .meem-product-summary__price,
.single-product .summary .price,
.single-product .woocommerce-variation-price .price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	width: 100%;
}

.single-product .meem-product-summary__price del,
.single-product .meem-product-summary__price ins,
.single-product .summary .price del,
.single-product .summary .price ins,
.single-product .woocommerce-variation-price .price del,
.single-product .woocommerce-variation-price .price ins {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	float: none;
	margin: 0;
	text-align: center;
}

.single-product .meem-product-summary__price ins,
.single-product .summary .price ins,
.single-product .woocommerce-variation-price .price ins {
	text-decoration: none;
}

/* Mobile cart remove chip hard fix: keep the action content-sized, not trapped in the card grid track. */
@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove {
		display: flex !important;
		grid-template-columns: none !important;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	body.woocommerce-cart table.cart td.product-remove a.remove,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		flex: 0 0 auto;
		width: auto !important;
		min-width: 7.9rem;
		max-width: 100%;
		min-height: 2.62rem;
		padding: 0.68rem 0.88rem;
		border-radius: 12px;
		box-sizing: border-box;
		white-space: nowrap;
		overflow: visible;
	}

	body.woocommerce-cart table.cart td.product-remove a.remove::before,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::before,
	body.woocommerce-cart table.cart td.product-remove a.remove::after,
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::after {
		flex: 0 0 auto;
		white-space: nowrap;
	}

body.woocommerce-cart table.cart td.product-remove a.remove::after,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::after {
	font-size: 0.74rem;
	letter-spacing: 0.045em;
	line-height: 1;
}
}

/* Product image polish: no hairline frames, stable 1:1 media, soft MEEM radius. */
.meem-shop-page .meem-shop-card__media,
.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__media {
	aspect-ratio: 1 / 1 !important;
	border: 0 !important;
	border-radius: 12px;
	background: #fbfaf8;
	box-shadow: none !important;
	overflow: hidden;
}

.meem-shop-page .meem-shop-card__image,
.woocommerce ul.products li.product .meem-shop-card__image,
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
	border: 0 !important;
	border-radius: 12px;
	box-shadow: none !important;
	object-fit: contain;
}

.meem-shop-page .meem-shop-card__sale,
.meem-shop-page .meem-shop-card__badge {
	z-index: 2;
}

.meem-product-page .meem-product-gallery__primary,
.meem-product-page .meem-product-gallery__fallback,
.single-product .meem-product-gallery__primary,
.single-product .meem-product-gallery__fallback {
	aspect-ratio: 1 / 1;
	border: 0 !important;
	border-radius: 12px;
	background: #fbfaf8;
	box-shadow: none !important;
	overflow: hidden;
}

.meem-product-page .meem-product-gallery__image,
.single-product .meem-product-gallery__image,
.woocommerce div.product div.images img,
.single-product .woocommerce-product-gallery__image img {
	border: 0 !important;
	border-radius: 12px;
	box-shadow: none !important;
	object-fit: contain;
}

.meem-product-page .meem-product-gallery__thumb,
.single-product .meem-product-gallery__thumb,
.single-product .flex-control-thumbs img {
	border: 0 !important;
	border-radius: 12px;
	box-shadow: none !important;
	object-fit: contain;
}

/* Regression fixes: archive loading, cart coupon, and lighter product media framing. */
.woocommerce .meem-shop-page ul.products li.product .add_to_cart_button.loading,
.woocommerce .meem-shop-page ul.products li.product .meem-shop-card__buy.loading,
.meem-shop-page .meem-shop-card__buy.loading {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: transparent !important;
	cursor: progress;
	opacity: 0.96;
}

.woocommerce .meem-shop-page ul.products li.product .add_to_cart_button.loading::before,
.woocommerce .meem-shop-page ul.products li.product .meem-shop-card__buy.loading::before,
.meem-shop-page .meem-shop-card__buy.loading::before {
	display: none !important;
	content: none !important;
}

.woocommerce .meem-shop-page ul.products li.product .add_to_cart_button.loading::after,
.woocommerce .meem-shop-page ul.products li.product .meem-shop-card__buy.loading::after,
.meem-shop-page .meem-shop-card__buy.loading::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	display: block !important;
	width: 0.9rem !important;
	height: 0.9rem !important;
	margin: 0 !important;
	border: 2px solid rgba(251, 250, 248, 0.48) !important;
	border-top-color: #fbfaf8 !important;
	border-radius: 50% !important;
	background: transparent !important;
	transform: translate(-50%, -50%);
	animation: meem-spin-centered 720ms linear infinite;
}

@keyframes meem-spin-centered {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon,
body.woocommerce-cart table.cart td.actions .coupon {
	display: grid !important;
	gap: 0.82rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0.92rem;
	border: 1px solid var(--meem-checkout-line);
	border-radius: var(--meem-checkout-radius-sm);
	background: linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(239, 228, 221, 0.48));
	box-sizing: border-box;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon.meem-cart-coupon,
body.woocommerce-cart table.cart td.actions .coupon.meem-cart-coupon {
	grid-template-columns: 1fr;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon::before,
body.woocommerce-cart table.cart td.actions .coupon::before {
	content: "Ha van kuponkódod, itt tudod érvényesíteni.";
	color: var(--meem-checkout-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.86rem;
	line-height: 1.42;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon.meem-cart-coupon::before,
body.woocommerce-cart table.cart td.actions .coupon.meem-cart-coupon::before {
	display: none;
	content: none;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .meem-cart-coupon__copy,
body.woocommerce-cart table.cart td.actions .coupon .meem-cart-coupon__copy {
	min-width: 0;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .meem-cart-coupon__copy h3,
body.woocommerce-cart table.cart td.actions .coupon .meem-cart-coupon__copy h3 {
	margin: 0 0 0.25rem;
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-body);
	font-size: 1.08rem;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.14;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .meem-cart-coupon__copy p,
body.woocommerce-cart table.cart td.actions .coupon .meem-cart-coupon__copy p {
	margin: 0;
	color: var(--meem-checkout-muted);
	font-size: 0.86rem;
	line-height: 1.42;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon label,
body.woocommerce-cart table.cart td.actions .coupon label {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	clip-path: none;
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-body);
	font-size: 1.08rem;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.14;
	text-transform: none;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon.meem-cart-coupon label,
body.woocommerce-cart table.cart td.actions .coupon.meem-cart-coupon label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .meem-cart-coupon__controls,
body.woocommerce-cart table.cart td.actions .coupon .meem-cart-coupon__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.62rem;
	align-items: stretch;
	width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100%;
	min-width: 0;
	min-height: 2.85rem;
	padding: 0.72rem 0.82rem;
	border: 1px solid var(--meem-checkout-line-strong);
	border-radius: var(--meem-checkout-radius-sm);
	background: var(--meem-checkout-paper);
	color: var(--meem-checkout-ink);
	font-family: var(--meem-font-ui);
	font-size: 0.94rem;
	line-height: 1.35;
	box-sizing: border-box;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .input-text:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-color: rgba(152, 122, 100, 0.72);
	box-shadow: 0 0 0 3px rgba(152, 122, 100, 0.15);
	outline: none;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon button[name="apply_coupon"],
body.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"],
body.woocommerce-cart .woocommerce .coupon button[name="apply_coupon"].button {
	min-height: 2.85rem;
	padding: 0.72rem 1rem;
	border-color: rgb(30, 30, 29);
	border-radius: var(--meem-checkout-radius-sm);
	background: rgb(30, 30, 29);
	color: #fbfaf8 !important;
	box-shadow: 0 10px 18px rgba(30, 20, 18, 0.12);
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon button[name="apply_coupon"]:hover,
body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon button[name="apply_coupon"]:focus-visible,
body.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"]:hover,
body.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"]:focus-visible {
	border-color: #4a352f;
	background: #4a352f;
	color: #fbfaf8 !important;
}

.meem-shop-page .meem-shop-card__media,
.woocommerce .meem-shop-main ul.products li.product .meem-shop-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	border-radius: 12px;
	background: rgba(251, 250, 248, 0.5);
	box-shadow: 0 12px 28px rgba(54, 38, 32, 0.07) !important;
	overflow: hidden;
}

.meem-shop-page .meem-shop-card__image,
.woocommerce ul.products li.product .meem-shop-card__image,
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	max-height: none;
	border: 0 !important;
	border-radius: 12px;
	box-shadow: none !important;
	object-fit: contain;
}

.meem-product-page .meem-product-gallery__primary,
.meem-product-page .meem-product-gallery__fallback,
.single-product .meem-product-gallery__primary,
.single-product .meem-product-gallery__fallback {
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	border-radius: 12px;
	background: rgba(251, 250, 248, 0.48);
	box-shadow: 0 14px 32px rgba(54, 38, 32, 0.075) !important;
	overflow: hidden;
}

.meem-product-page .meem-product-gallery__image,
.single-product .meem-product-gallery__image,
.woocommerce div.product div.images img,
.single-product .woocommerce-product-gallery__image img,
.meem-product-page .meem-product-gallery__thumb,
.single-product .meem-product-gallery__thumb,
.single-product .flex-control-thumbs img {
	border: 0 !important;
	border-radius: 12px;
	box-shadow: none !important;
	object-fit: contain;
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon .meem-cart-coupon__controls,
	body.woocommerce-cart table.cart td.actions .coupon .meem-cart-coupon__controls {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .woocommerce-cart-form table.shop_table.cart td.actions .coupon button[name="apply_coupon"],
	body.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"] {
		width: 100%;
	}
}

/* About, sale, and page surface contrast polish. */
.meem-shop-shell,
.meem-product-shell,
.meem-sale-shell {
	background: var(--meem-bg-site, #fbf8f4);
}

.meem-story-page {
	background: var(--meem-bg-site, #fbf8f4);
	color: var(--meem-official-black);
	overflow-x: clip;
}

body.meem-official-page .meem-shop-shell,
body.meem-official-page .meem-product-shell,
body.meem-official-page .meem-sale-shell,
body.meem-official-page .meem-story-page,
body.meem-official-page .meem-page,
body.meem-official-page .meem-info-shell,
body.meem-official-page .meem-shop-page,
body.meem-official-page .meem-product-page,
body.meem-official-page .entry-content,
body.meem-official-page .page-content,
body.meem-official-page .elementor,
body.meem-official-page .elementor-section,
body.meem-official-page .woocommerce {
	background-color: var(--meem-bg-site, #fbf8f4);
}

/* PDP proportion patch: reduce oversized media/title while preserving native add-to-cart blocks. */
.single-product .meem-product-detail,
.meem-product-page .meem-product-detail {
	max-width: 1220px;
}

.single-product .meem-product-detail__grid,
.meem-product-page .meem-product-detail__grid {
	grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1fr);
	gap: clamp(1.75rem, 3.6vw, 4rem);
	max-width: 74rem;
	margin-inline: auto;
}

.single-product .meem-product-detail__grid > *:first-child,
.meem-product-page .meem-product-detail__grid > *:first-child,
.single-product div.product div.images,
.single-product .woocommerce-product-gallery {
	width: min(100%, 34rem) !important;
	max-width: 34rem;
	justify-self: end;
}

.single-product .meem-product-gallery__primary,
.single-product .meem-product-gallery__fallback,
.meem-product-page .meem-product-gallery__primary,
.meem-product-page .meem-product-gallery__fallback,
.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	max-height: 34rem;
}

.single-product .meem-product-summary,
.meem-product-page .meem-product-summary,
.single-product div.product .summary {
	max-width: 38rem;
}

.single-product .meem-product-summary h1,
.meem-product-page .meem-product-summary h1,
.single-product .product_title {
	max-width: 15ch;
	font-size: clamp(2.125rem, 3.2vw, 3rem);
	letter-spacing: -0.04em;
	line-height: 1.08;
}

@media (max-width: 1024px) {
	.single-product .meem-product-detail__grid,
	.meem-product-page .meem-product-detail__grid {
		grid-template-columns: 1fr;
	}

	.single-product .meem-product-detail__grid > *:first-child,
	.meem-product-page .meem-product-detail__grid > *:first-child,
	.single-product div.product div.images,
	.single-product .woocommerce-product-gallery {
		justify-self: center;
	}
}

@media (max-width: 680px) {
	.single-product .meem-product-summary h1,
	.meem-product-page .meem-product-summary h1,
	.single-product .product_title {
		font-size: clamp(1.75rem, 7vw, 2.25rem);
		line-height: 1.1;
	}
}

.meem-story-hero,
.meem-story-section,
.meem-story-trust {
	width: min(100% - 40px, 1180px);
	margin-inline: auto;
}

.meem-story-hero {
	display: grid;
	gap: 1rem;
	padding: clamp(3.2rem, 7vw, 6.4rem) 0 clamp(2.2rem, 4vw, 3.6rem);
}

.meem-story-kicker {
	margin: 0;
	color: var(--meem-official-brown);
	font-family: var(--meem-font-ui);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.meem-story-hero h1,
.meem-story-section h2 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--meem-font-body);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.94;
}

.meem-story-hero h1 {
	font-size: clamp(4rem, 10vw, 8.5rem);
}

.meem-story-section h2 {
	font-size: clamp(2.2rem, 5vw, 4.7rem);
}

.meem-story-lead {
	max-width: 44rem;
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.meem-story-hero > p:not(.meem-story-kicker):not(.meem-story-lead),
.meem-story-list p,
.meem-story-card p,
.meem-sale-empty p {
	max-width: 58rem;
	margin: 0;
	color: var(--meem-official-muted);
	font-family: var(--meem-font-ui);
	font-size: 0.98rem;
	line-height: 1.72;
}

.meem-story-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.72rem;
	margin-top: 0.55rem;
}

.meem-story-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.78rem 1.05rem;
	border: 1px solid rgba(30, 30, 29, 0.16);
	border-radius: 0.72rem;
	background: rgba(255, 253, 250, 0.68);
	color: var(--meem-official-black);
	font-family: var(--meem-font-ui);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	transition: background 180ms var(--meem-ease), border-color 180ms var(--meem-ease), transform 180ms var(--meem-ease);
}

.meem-story-button--primary {
	border-color: var(--meem-official-black);
	background: var(--meem-official-black);
	color: var(--meem-official-paper) !important;
}

.meem-story-button:hover,
.meem-story-button:focus-visible {
	border-color: rgba(30, 30, 29, 0.32);
	background: rgba(222, 208, 199, 0.46);
	color: var(--meem-official-black);
	transform: translateY(-1px);
}

.meem-story-button--primary:hover,
.meem-story-button--primary:focus-visible {
	background: #3a302c;
	color: var(--meem-official-paper) !important;
}

.meem-story-section {
	padding: clamp(1.5rem, 4vw, 3rem) 0;
}

.meem-story-section--split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.4rem, 4vw, 4rem);
	align-items: start;
}

.meem-story-list {
	display: grid;
	gap: 1rem;
	padding: clamp(1rem, 3vw, 1.4rem);
	border: 1px solid rgba(152, 122, 100, 0.16);
	border-radius: 1rem;
	background: rgba(255, 253, 250, 0.7);
	box-shadow: 0 16px 36px rgba(54, 38, 32, 0.07);
}

.meem-story-list ul {
	display: grid;
	gap: 0.62rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meem-story-list li {
	position: relative;
	padding-left: 1.1rem;
	font-family: var(--meem-font-ui);
	font-size: 0.94rem;
	line-height: 1.55;
}

.meem-story-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: var(--meem-official-brown);
}

.meem-story-heading-row {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1.25rem;
}

.meem-story-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
}

.meem-story-card {
	display: grid;
	gap: 0.55rem;
	padding: 1rem;
	border: 1px solid rgba(152, 122, 100, 0.16);
	border-radius: 0.95rem;
	background: rgba(255, 253, 250, 0.76);
	box-shadow: 0 12px 30px rgba(54, 38, 32, 0.06);
}

.meem-story-card h3 {
	margin: 0;
	font-family: var(--meem-font-body);
	font-size: 1.18rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.meem-story-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.6rem;
	padding: clamp(1.2rem, 3vw, 2rem) 0 clamp(3rem, 7vw, 5.4rem);
}

.meem-story-trust span {
	display: grid;
	place-items: center;
	min-height: 4.5rem;
	padding: 0.9rem;
	border: 1px solid rgba(30, 30, 29, 0.12);
	border-radius: 0.9rem;
	background: rgba(222, 208, 199, 0.32);
	font-family: var(--meem-font-ui);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

.meem-sale-shell {
	padding-bottom: clamp(3rem, 7vw, 6rem);
}

.meem-sale-hero {
	padding-bottom: clamp(1.8rem, 4vw, 3rem);
}

.meem-sale-main {
	width: min(100% - 40px, 1280px);
	margin-inline: auto;
}

.meem-sale-empty {
	display: grid;
	gap: 0.8rem;
	max-width: 42rem;
	padding: clamp(1.2rem, 4vw, 2rem);
	border: 1px solid rgba(152, 122, 100, 0.16);
	border-radius: 1rem;
	background: rgba(255, 253, 250, 0.78);
	box-shadow: 0 16px 36px rgba(54, 38, 32, 0.07);
}

.meem-sale-empty h2 {
	margin: 0;
	font-family: var(--meem-font-body);
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

@media (max-width: 1024px) {
	.meem-story-section--split,
	.meem-story-grid,
	.meem-story-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.meem-story-hero,
	.meem-story-section,
	.meem-story-trust,
	.meem-sale-main {
		width: min(100% - 28px, 1180px);
	}

	.meem-story-section--split,
	.meem-story-grid,
	.meem-story-trust {
		grid-template-columns: 1fr;
	}

	.meem-story-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.meem-story-button {
		width: 100%;
	}
}

@media (max-width: 360px) {
	body.woocommerce-checkout #order_review {
		overflow: hidden;
	}

	body.woocommerce-checkout #order_review > *,
	body.woocommerce-checkout #payment,
	body.woocommerce-checkout .meem-checkout-coupon {
		justify-self: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.woocommerce-checkout #wc-stripe-hidden-style-input {
		left: 0 !important;
		right: auto !important;
		width: 1px !important;
		max-width: 1px !important;
	}
}

/* Final targeted PDP/search polish: presentation only, no WooCommerce flow changes. */
.single-product .meem-product-gallery__primary,
.single-product .meem-product-gallery__fallback,
.meem-product-page .meem-product-gallery__primary,
.meem-product-page .meem-product-gallery__fallback {
	position: relative;
	padding: clamp(0.75rem, 2vw, 1.15rem) !important;
	border: 1px solid rgba(30, 30, 29, 0.08) !important;
	border-radius: 16px;
	background: #fffdf9;
	box-shadow: 0 14px 34px rgba(54, 38, 32, 0.07) !important;
	overflow: hidden;
	isolation: isolate;
}

.single-product .meem-product-gallery__image,
.meem-product-page .meem-product-gallery__image,
.woocommerce div.product div.images img,
.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: #fffdf9;
	object-fit: contain;
}

.single-product .meem-product-gallery__thumb,
.meem-product-page .meem-product-gallery__thumb,
.single-product .flex-control-thumbs img {
	border: 1px solid rgba(30, 30, 29, 0.08) !important;
	border-radius: 12px;
	background: #fffdf9;
	object-fit: contain;
}

.single-product .meem-product-decision,
.meem-product-page .meem-product-decision {
	padding: clamp(1.15rem, 2.6vw, 2rem);
	border: 1px solid rgba(30, 30, 29, 0.08);
	border-radius: 20px;
	background: rgba(255, 253, 249, 0.72);
	box-shadow: 0 18px 42px rgba(54, 38, 32, 0.055);
}

.single-product .meem-product-decision__intro,
.meem-product-page .meem-product-decision__intro {
	margin-bottom: clamp(1.15rem, 2.4vw, 1.8rem);
}

.single-product .meem-product-decision__grid,
.meem-product-page .meem-product-decision__grid {
	gap: clamp(0.9rem, 1.8vw, 1.2rem);
}

.single-product .meem-product-decision__card,
.meem-product-page .meem-product-decision__card {
	border: 1px solid rgba(30, 30, 29, 0.09);
	border-radius: 14px;
	background: #fffdf9;
	box-shadow: 0 10px 26px rgba(54, 38, 32, 0.04);
}

.single-product .meem-product-tech dl > div,
.meem-product-page .meem-product-tech dl > div {
	padding: 0.55rem 0;
	border-bottom-color: rgba(30, 30, 29, 0.075);
}

.single-product .meem-product-summary__sale,
.meem-product-page .meem-product-summary__sale {
	margin: 0 0 0.75rem;
}

.single-product .meem-related-products,
.meem-product-page .meem-related-products {
	text-align: center;
}

.single-product .meem-related-products .related > h2,
.single-product .meem-related-products > .related > h2,
.meem-product-page .meem-related-products .related > h2,
.meem-product-page .meem-related-products > .related > h2 {
	text-align: center;
}

.single-product .meem-related-products ul.products,
.meem-product-page .meem-related-products ul.products {
	justify-content: center;
	justify-items: center;
	margin-inline: auto;
}

.single-product .meem-related-products ul.products > li.product,
.meem-product-page .meem-related-products ul.products > li.product {
	justify-content: center;
}

.single-product .meem-related-products .meem-shop-card,
.single-product .meem-related-products .woocommerce-loop-product__title,
.single-product .meem-related-products .price,
.single-product .meem-related-products .meem-shop-card__badge,
.single-product .meem-related-products .meem-shop-card__title,
.single-product .meem-related-products .meem-shop-card__price,
.meem-product-page .meem-related-products .meem-shop-card,
.meem-product-page .meem-related-products .woocommerce-loop-product__title,
.meem-product-page .meem-related-products .price,
.meem-product-page .meem-related-products .meem-shop-card__badge,
.meem-product-page .meem-related-products .meem-shop-card__title,
.meem-product-page .meem-related-products .meem-shop-card__price {
	text-align: center;
}

@media (max-width: 680px) {
	.single-product .meem-product-decision,
	.meem-product-page .meem-product-decision {
		padding: 1rem;
		border-radius: 16px;
	}

	.single-product .meem-product-gallery__primary,
	.single-product .meem-product-gallery__fallback,
	.meem-product-page .meem-product-gallery__primary,
	.meem-product-page .meem-product-gallery__fallback {
		border-radius: 14px;
	}
}
