:root {
	--pleeko-ink: #443c37;
	--pleeko-ink-soft: #6a625d;
	--pleeko-pink: #e24c9b;
	--pleeko-pink-dark: #c93682;
	--pleeko-pink-soft: #fff1f8;
	--pleeko-cyan: #00aeef;
	--pleeko-product-blue: #76c0d7;
	--pleeko-yellow: #f9ed32;
	--pleeko-yellow-soft: #fffbd5;
	--pleeko-canvas: #eae4d4;
	--pleeko-paper: #fffef6;
	--pleeko-surface: #ffffff;
	--pleeko-border: #d8ceba;
	--pleeko-border-strong: #c8bba2;
	--pleeko-theme-width: 78rem;
	--pleeko-theme-shadow: 0 0.85rem 2.2rem rgb(68 60 55 / 10%);
}

html {
	scroll-padding-top: 7rem;
}

body.pleeko-theme {
	background: var(--pleeko-canvas);
	color: var(--pleeko-ink);
	font-family: "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.pleeko-theme #page {
	min-height: 100vh;
	background: transparent;
}

body.pleeko-theme :where(#content, .site-main, .entry-content) {
	background-color: transparent;
}

/*
 * What We Do keeps the accepted legacy photography while presenting one
 * coherent six-card grid. JavaScript moves the existing Elementor cards into
 * this wrapper; the stored page remains untouched for theme rollback.
 */
body.pleeko-theme .pleeko-what-we-do-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	margin-block: 1rem clamp(3rem, 8vw, 6rem);
}

body.pleeko-theme.pleeko-what-we-do-enhanced .entry-content > .elementor {
	width: 100% !important;
	max-width: 72rem !important;
}

body.pleeko-theme .pleeko-what-we-do-grid > .elementor-widget-flip-box {
	display: flex;
	width: 100% !important;
	min-width: 0;
}

body.pleeko-theme .pleeko-what-we-do-grid > .elementor-widget-flip-box,
body.pleeko-theme .pleeko-what-we-do-grid .elementor-widget-container {
	width: 100%;
	height: 100%;
}

body.pleeko-theme .pleeko-what-we-do-grid .elementor-flip-box {
	min-height: 22rem;
}

body.pleeko-theme .pleeko-what-we-do-keychain__front {
	overflow: hidden;
}

body.pleeko-theme .pleeko-what-we-do-keychain__media,
body.pleeko-theme .pleeko-what-we-do-keychain__media img {
	display: block;
	width: 100%;
	height: 100% !important;
}

body.pleeko-theme .pleeko-what-we-do-keychain__media {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--pleeko-cyan), var(--pleeko-pink));
}

body.pleeko-theme .pleeko-what-we-do-keychain__media img {
	object-fit: cover;
	object-position: center;
}

body.pleeko-theme .pleeko-what-we-do-keychain__front .elementor-flip-box__layer__overlay {
	position: relative;
	z-index: 1;
	background: rgb(68 60 55 / 76%);
}

body.pleeko-theme .pleeko-what-we-do-keychain__back {
	background: var(--pleeko-pink);
	color: var(--pleeko-ink);
}

body.pleeko-theme :where(h1, h2, h3, h4, h5, h6) {
	color: var(--pleeko-ink);
	font-family: henderson-sans-basic, "Arial Rounded MT Bold", system-ui, sans-serif;
	letter-spacing: -0.025em;
}

body.pleeko-theme :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgb(226 76 155 / 28%);
	outline-offset: 3px;
}

/* The established Pleeks sprite is clipped into four independent characters. */
body.pleeko-theme .pleeko-pleeks {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 500 / 157;
	isolation: isolate;
}

body.pleeko-theme .pleeko-pleek {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	transform-origin: 50% 82%;
}

body.pleeko-theme .pleeko-pleek img {
	position: absolute;
	top: 0;
	display: block;
	width: auto !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	user-select: none;
}

body.pleeko-theme .pleeko-pleek--cyan {
	left: 0;
	width: 27.2%;
}

body.pleeko-theme .pleeko-pleek--cyan img {
	left: 0;
}

body.pleeko-theme .pleeko-pleek--magenta {
	left: 31.8%;
	width: 20.6%;
}

body.pleeko-theme .pleeko-pleek--magenta img {
	left: -154.369%;
}

body.pleeko-theme .pleeko-pleek--yellow {
	left: 58.6%;
	width: 16%;
}

body.pleeko-theme .pleeko-pleek--yellow img {
	left: -366.25%;
}

body.pleeko-theme .pleeko-pleek--black {
	left: 80.6%;
	width: 19.4%;
}

body.pleeko-theme .pleeko-pleek--black img {
	left: -415.464%;
}

@keyframes pleeko-pleek-wobble-horizontal {
	16.65% {
		transform: translateX(8px);
	}

	33.3% {
		transform: translateX(-6px);
	}

	49.95% {
		transform: translateX(4px);
	}

	66.6% {
		transform: translateX(-2px);
	}

	83.25% {
		transform: translateX(1px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes pleeko-pleek-wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}

	33.3% {
		transform: translateY(-6px);
	}

	49.95% {
		transform: translateY(4px);
	}

	66.6% {
		transform: translateY(-2px);
	}

	83.25% {
		transform: translateY(1px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes pleeko-pleek-loading-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-9px);
	}
}

@media (hover: hover) and (pointer: fine) {
	body.pleeko-theme .pleeko-pleek--cyan,
	body.pleeko-theme .pleeko-pleek--yellow {
		transition: transform 300ms ease-out;
	}

	body.pleeko-theme .pleeko-pleek--cyan:hover,
	body.pleeko-theme .pleeko-pleek--yellow:hover {
		transform: translateY(-8px);
	}

	body.pleeko-theme .pleeko-pleek--magenta:hover {
		animation: pleeko-pleek-wobble-horizontal 1s ease-in-out both;
	}

	body.pleeko-theme .pleeko-pleek--black:hover {
		animation: pleeko-pleek-wobble-vertical 1s ease-in-out both;
	}
}

/*
 * Narrow and touch screens receive one staggered greeting instead of an
 * endless idle loop. A tap can then replay the selected character's motion.
 */
@media (max-width: 720px), (hover: none), (pointer: coarse) {
	body.pleeko-theme.home .pleeko-home-pleeks__stage {
		touch-action: manipulation;
	}

	body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--cyan {
		animation: pleeko-pleek-loading-float 700ms 850ms ease-in-out both;
	}

	body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--magenta {
		animation: pleeko-pleek-wobble-horizontal 900ms 1450ms ease-in-out both;
	}

	body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--yellow {
		animation: pleeko-pleek-loading-float 700ms 2250ms ease-in-out both;
	}

	body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--black {
		animation: pleeko-pleek-wobble-vertical 900ms 2850ms ease-in-out both;
	}
}

body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--cyan.is-pleek-tapped,
body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--yellow.is-pleek-tapped {
	animation: pleeko-pleek-loading-float 700ms ease-in-out both;
}

body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--magenta.is-pleek-tapped {
	animation: pleeko-pleek-wobble-horizontal 900ms ease-in-out both;
}

body.pleeko-theme.home .pleeko-home-pleeks__stage .pleeko-pleek--black.is-pleek-tapped {
	animation: pleeko-pleek-wobble-vertical 900ms ease-in-out both;
}

/*
 * A delayed, departing-page transition replaces the former replay-on-arrival
 * loader. It is always click-through and therefore cannot block navigation.
 */
body.pleeko-theme .pleeko-page-transition {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 1.5rem;
	background: rgb(234 228 212 / 97%);
	backdrop-filter: blur(8px);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease, visibility 0s linear 180ms;
}

body.pleeko-theme .pleeko-page-transition.is-visible {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

html.pleeko-page-transition-active {
	cursor: progress;
}

body.pleeko-theme .pleeko-page-transition__inner {
	display: grid;
	justify-items: center;
	width: min(100%, 24rem);
	gap: 1.1rem;
	color: var(--pleeko-ink);
	text-align: center;
	transform: translateY(0.65rem);
	transition: transform 220ms ease;
}

body.pleeko-theme .pleeko-page-transition.is-visible .pleeko-page-transition__inner {
	transform: translateY(0);
}

body.pleeko-theme .pleeko-page-transition__pleeks {
	width: min(70vw, 17rem);
}

body.pleeko-theme .pleeko-page-transition__inner p {
	margin: 0;
	font-size: clamp(0.9rem, 2.5vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.35;
}

body.pleeko-theme .pleeko-page-transition.is-visible .pleeko-pleek--cyan {
	animation: pleeko-pleek-loading-float 1.05s ease-in-out infinite;
}

body.pleeko-theme .pleeko-page-transition.is-visible .pleeko-pleek--magenta {
	animation: pleeko-pleek-wobble-horizontal 1.2s ease-in-out infinite;
}

body.pleeko-theme .pleeko-page-transition.is-visible .pleeko-pleek--yellow {
	animation: pleeko-pleek-loading-float 0.95s 120ms ease-in-out infinite;
}

body.pleeko-theme .pleeko-page-transition.is-visible .pleeko-pleek--black {
	animation: pleeko-pleek-wobble-vertical 1.25s 80ms ease-in-out infinite;
}

/*
 * Phone navigation can complete before a fade has painted. The JavaScript
 * reveals the overlay synchronously on this same breakpoint, so remove only
 * the entrance easing there and leave the Pleeks' loading motion intact.
 */
@media (max-width: 720px), (hover: none), (pointer: coarse) {
	body.pleeko-theme .pleeko-page-transition,
	body.pleeko-theme .pleeko-page-transition__inner {
		transition-duration: 0s;
	}
}

/* Shared header: use Twenty Twenty-One's accessible, WordPress-managed menu. */
body.pleeko-theme #masthead {
	position: sticky;
	z-index: 1000;
	top: 0;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	row-gap: 0;
	width: 100%;
	max-width: none;
	min-height: 7rem;
	margin: 0;
	padding-block: 0 !important;
	padding-inline: max(clamp(1rem, 4vw, 2rem), calc((100% - var(--pleeko-theme-width)) / 2 + 2rem)) !important;
	border-bottom: 1px solid rgb(200 187 162 / 74%);
	background: rgb(234 228 212 / 94%);
	box-shadow: 0 0.35rem 1.2rem rgb(68 60 55 / 6%);
	backdrop-filter: blur(12px);
}

body.pleeko-theme #masthead::before,
body.pleeko-theme #masthead::after {
	display: none;
}

body.admin-bar.pleeko-theme #masthead {
	top: 32px;
}

body.pleeko-theme #masthead .site-logo {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	align-self: center;
	justify-self: start;
}

body.pleeko-theme #masthead .custom-logo-link {
	display: block;
	width: 6rem;
	height: 6rem;
}

body.pleeko-theme #masthead .custom-logo {
	display: block;
	width: 6rem !important;
	height: 6rem !important;
	margin: 0;
	object-fit: contain;
}

@media (min-width: 721px) and (hover: hover) and (pointer: fine) {
	body.pleeko-theme #masthead .custom-logo {
		transition: transform 300ms ease-out;
	}

	body.pleeko-theme #masthead .custom-logo-link:hover .custom-logo,
	body.pleeko-theme #masthead .custom-logo-link:focus-visible .custom-logo {
		transform: rotate(4deg);
	}
}

body.pleeko-theme #masthead .site-branding {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

body.pleeko-theme #masthead .primary-navigation {
	position: static;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: auto;
	max-width: none;
	align-self: center;
	margin: 0;
	justify-self: end;
}

body.pleeko-theme #masthead .primary-navigation .menu-button-container {
	display: none;
}

body.pleeko-theme #masthead .primary-navigation .primary-menu-container {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	visibility: visible;
	opacity: 1;
}

body.pleeko-theme #masthead .primary-navigation .menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.pleeko-theme #masthead .primary-navigation .menu-item {
	margin: 0;
}

body.pleeko-theme #masthead .primary-navigation .menu-item > a {
	display: inline-flex;
	min-height: 2.7rem;
	align-items: center;
	justify-content: center;
	padding: 0.62rem 0.82rem !important;
	border-radius: 0.75rem;
	color: var(--pleeko-ink) !important;
	font-size: 0.98rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
	transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

body.pleeko-theme #masthead .primary-navigation .menu-item > a:hover {
	background: var(--pleeko-yellow-soft);
	color: var(--pleeko-ink) !important;
	transform: translateY(-1px);
}

body.pleeko-theme #masthead .primary-navigation :is(.current-menu-item, .current_page_item) > a {
	background: transparent;
	color: var(--pleeko-pink-dark) !important;
	text-decoration: underline !important;
	text-decoration-color: var(--pleeko-pink);
	text-decoration-thickness: 0.18rem !important;
	text-underline-offset: 0.32rem;
}

body.pleeko-theme #masthead #primary-mobile-menu {
	width: 2.9rem;
	height: 2.9rem;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 1px solid var(--pleeko-border-strong);
	border-radius: 0.8rem;
	background: #fff;
	color: var(--pleeko-ink);
	box-shadow: 0 0.35rem 1rem rgb(68 60 55 / 8%);
	font-size: 0;
}

body.pleeko-theme #masthead #primary-mobile-menu .dropdown-icon {
	align-items: center;
	justify-content: center;
	font-size: 0;
}

body.pleeko-theme #masthead #primary-mobile-menu .svg-icon {
	width: 1.5rem;
	height: 1.5rem;
}

/* Persistent basket route, backed by WooCommerce's count/subtotal fragments. */
body.pleeko-theme .pleeko-cart-fab {
	position: fixed;
	z-index: 9990;
	right: 1.125rem;
	bottom: 1.125rem;
	width: auto;
	max-width: calc(100vw - 2.25rem);
	font-family: inherit;
}

body.pleeko-theme .pleeko-fab-btn {
	position: relative;
	display: flex;
	min-width: 10.5rem;
	min-height: 4.25rem;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 1rem 0.65rem 0.8rem;
	border: 1px solid rgb(255 255 255 / 58%);
	border-radius: 1.1rem;
	background: var(--pleeko-pink);
	box-shadow: 0 0.65rem 1.4rem rgb(226 76 155 / 40%), 0 0.2rem 0.5rem rgb(0 0 0 / 14%);
	color: #fff;
	text-decoration: none;
	transition: background-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

body.pleeko-theme .pleeko-fab-btn:hover {
	background: var(--pleeko-pink-dark);
	box-shadow: 0 0.75rem 1.65rem rgb(226 76 155 / 46%), 0 0.25rem 0.65rem rgb(0 0 0 / 16%);
	color: #fff;
	transform: translateY(-1px);
}

body.pleeko-theme .pleeko-fab-btn:focus-visible {
	outline-color: var(--pleeko-yellow);
}

body.pleeko-theme .pleeko-fab-icon {
	position: relative;
	display: grid;
	flex: 0 0 2.6rem;
	width: 2.6rem;
	height: 2.6rem;
	place-items: center;
	border-radius: 0.78rem;
	background: rgb(255 255 255 / 16%);
}

body.pleeko-theme .pleeko-fab-icon svg {
	display: block;
	width: 1.625rem;
	height: 1.625rem;
}

body.pleeko-theme .pleeko-fab-badge {
	position: absolute;
	top: -0.55rem;
	right: -0.55rem;
	display: flex;
	min-width: 1.4rem;
	height: 1.4rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.38rem;
	border-radius: 999px;
	background: var(--pleeko-ink);
	box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 18%);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

body.pleeko-theme .pleeko-fab-copy {
	display: grid;
	min-width: 0;
	gap: 0.08rem;
	line-height: 1.15;
}

body.pleeko-theme .pleeko-fab-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	opacity: 0.86;
	text-transform: uppercase;
}

body.pleeko-theme .pleeko-fab-sub {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	white-space: nowrap;
}

body.pleeko-theme .pleeko-cart-fab.is-empty .pleeko-fab-btn {
	background: var(--pleeko-ink);
	box-shadow: 0 0.65rem 1.4rem rgb(68 60 55 / 26%), 0 0.2rem 0.5rem rgb(0 0 0 / 12%);
}

body.pleeko-theme .pleeko-cart-fab.is-empty .pleeko-fab-btn:hover {
	background: #2f2925;
}

body.pleeko-theme.woocommerce-cart .pleeko-cart-fab,
body.pleeko-theme.woocommerce-checkout .pleeko-cart-fab {
	display: none !important;
}

/* Brief, non-blocking basket confirmation for every WooCommerce add flow. */
body.pleeko-theme .pleeko-cart-toast {
	position: fixed;
	z-index: 9992;
	left: 50%;
	bottom: 1.25rem;
	display: flex;
	box-sizing: border-box;
	width: max-content;
	max-width: calc(100vw - 2rem);
	align-items: center;
	padding: 0.72rem 0.85rem;
	border: 1px solid rgb(68 60 55 / 24%);
	border-radius: 0.9rem;
	background: var(--pleeko-ink);
	box-shadow: 0 0.75rem 1.8rem rgb(68 60 55 / 24%);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 750;
	gap: 0.55rem;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 0.75rem);
	transition: opacity 180ms ease, transform 180ms ease;
}

body.pleeko-theme .pleeko-cart-toast[hidden] {
	display: none !important;
}

body.pleeko-theme .pleeko-cart-toast.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

body.pleeko-theme .pleeko-cart-toast__icon {
	display: inline-grid;
	width: 1.55rem;
	height: 1.55rem;
	flex: 0 0 1.55rem;
	place-items: center;
	border-radius: 50%;
	background: var(--pleeko-yellow);
	color: var(--pleeko-ink);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
}

body.pleeko-theme .pleeko-cart-toast__message {
	white-space: nowrap;
}

body.pleeko-theme .pleeko-cart-toast__link {
	color: var(--pleeko-yellow) !important;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.16em;
}

body.pleeko-theme .pleeko-cart-toast__link:hover,
body.pleeko-theme .pleeko-cart-toast__link:focus-visible {
	color: #fff !important;
}

/*
 * Business Cards and Tissue Paper follow the shared Elementor product shell:
 * a centred title followed by equal bordered configuration and photo panels.
 * Standard WooCommerce breadcrumbs, summary copy, metadata and lower product
 * sections are removed by the theme so the native markup has the same focus.
 */
body.pleeko-theme.pleeko-managed-business-card-product div.product,
body.pleeko-theme.pleeko-managed-tissue-product div.product {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1.25rem, 3vw, 2.5rem);
	row-gap: clamp(0.75rem, 1.5vw, 1.25rem);
	align-items: stretch;
}

body.pleeko-theme.pleeko-managed-business-card-product div.product > .summary,
body.pleeko-theme.pleeko-managed-tissue-product div.product > .summary {
	display: contents;
}

body.pleeko-theme.pleeko-managed-business-card-product div.product > .summary > .product_title,
body.pleeko-theme.pleeko-managed-tissue-product div.product > .summary > .product_title {
	grid-column: 1 / -1;
	grid-row: 1;
	margin: 0;
	text-align: center;
}

body.pleeko-theme.pleeko-managed-business-card-product form.cart,
body.pleeko-theme.pleeko-managed-tissue-product form.cart {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	grid-column: 1;
	grid-row: 2;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	float: none !important;
	padding: clamp(1rem, 2.5vw, 1.5rem);
	border: 4px solid var(--pleeko-product-blue);
	border-radius: 0.75rem;
	background: transparent;
	gap: 0.65rem;
}

/*
 * WooCommerce removes section bottom padding globally. Restore one section
 * gap below Pleekō's live-price panel so it matches the gap above the panel.
 */
body.pleeko-theme.woocommerce section:where(
	.pleeko-sticker-form.is-configurator,
	.pleeko-paper-form,
	.pleeko-keychain-form,
	.pleeko-tissue-form,
	.pleeko-business-card-form
) {
	padding-bottom: 1rem;
}

body.pleeko-theme.pleeko-managed-business-card-product div.product > .woocommerce-product-gallery,
body.pleeko-theme.pleeko-managed-tissue-product div.product > .woocommerce-product-gallery {
	box-sizing: border-box;
	grid-column: 2;
	grid-row: 2;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	float: none !important;
	padding: clamp(1rem, 2.5vw, 1.5rem);
	border: 4px solid var(--pleeko-product-blue);
	border-radius: 0.75rem;
}

body.pleeko-theme.pleeko-managed-business-card-product form.cart > :not(.quantity, .single_add_to_cart_button),
body.pleeko-theme.pleeko-managed-tissue-product form.cart > :not(.quantity, .single_add_to_cart_button) {
	flex-basis: 100%;
}

body.pleeko-theme.pleeko-managed-business-card-product form.cart .quantity,
body.pleeko-theme.pleeko-managed-tissue-product form.cart .quantity {
	margin: 0;
	float: none;
}

body.pleeko-theme.pleeko-managed-business-card-product form.cart .quantity .qty,
body.pleeko-theme.pleeko-managed-tissue-product form.cart .quantity .qty {
	width: 5rem;
	min-height: 3.15rem;
	margin: 0;
	border: 1.5px solid var(--pleeko-border-strong);
	border-radius: 0.7rem;
	background: #fff;
	font-weight: 800;
}

body.pleeko-theme.pleeko-managed-business-card-product form.cart .single_add_to_cart_button,
body.pleeko-theme.pleeko-managed-tissue-product form.cart .single_add_to_cart_button {
	min-height: 3.15rem;
	margin: 0;
	padding-inline: 1.25rem;
	border: 0;
	border-radius: 0.7rem;
	background: var(--pleeko-pink);
	box-shadow: 0 0.45rem 1.05rem rgb(226 76 155 / 22%);
	font-weight: 800;
}

/* The three-option Stickers chooser is complete on its own. */
body.pleeko-theme.pleeko-sticker-type-chooser .pleeko-product-focus-grid {
	grid-template-columns: minmax(0, 40rem) !important;
	justify-content: center;
}

body.pleeko-theme.pleeko-sticker-type-chooser .pleeko-product-focus-grid > :has(.elementor-widget-woocommerce-product-images) {
	display: none !important;
}

/* Sticker Sheets: three small finished sheets instead of one oversized tile. */
body.pleeko-theme .pleeko-sticker-type-card.is-sticker-sheets .pleeko-sticker-type-card__visual::before,
body.pleeko-theme .pleeko-sticker-type-card.is-sticker-sheets .pleeko-sticker-type-card__visual::after,
body.pleeko-theme .pleeko-sticker-type-card.is-sticker-sheets .pleeko-sticker-type-card__visual > span {
	width: 2.15rem;
	height: 3.05rem;
	border: 0.16rem solid var(--pleeko-ink);
	border-radius: 0.3rem;
	background-color: #fff;
	background-repeat: no-repeat;
	box-shadow: 0.24rem 0.28rem 0 rgb(68 60 55 / 15%);
}

body.pleeko-theme .pleeko-sticker-type-card.is-sticker-sheets .pleeko-sticker-type-card__visual::before {
	z-index: 1;
	background-image:
		radial-gradient(circle at 32% 28%, var(--pleeko-cyan) 0 0.28rem, var(--pleeko-ink) 0.3rem 0.36rem, transparent 0.38rem),
		radial-gradient(circle at 68% 62%, var(--pleeko-cyan) 0 0.28rem, var(--pleeko-ink) 0.3rem 0.36rem, transparent 0.38rem);
	transform: translate(-2.05rem, 0.2rem) rotate(-10deg);
}

body.pleeko-theme .pleeko-sticker-type-card.is-sticker-sheets .pleeko-sticker-type-card__visual::after {
	z-index: 2;
	background-image:
		radial-gradient(circle at 32% 28%, var(--pleeko-pink) 0 0.28rem, var(--pleeko-ink) 0.3rem 0.36rem, transparent 0.38rem),
		radial-gradient(circle at 68% 62%, var(--pleeko-pink) 0 0.28rem, var(--pleeko-ink) 0.3rem 0.36rem, transparent 0.38rem);
	transform: translate(0, -0.4rem) rotate(2deg);
}

body.pleeko-theme .pleeko-sticker-type-card.is-sticker-sheets .pleeko-sticker-type-card__visual > span {
	z-index: 1;
	background-image:
		radial-gradient(circle at 32% 28%, var(--pleeko-yellow) 0 0.28rem, var(--pleeko-ink) 0.3rem 0.36rem, transparent 0.38rem),
		radial-gradient(circle at 68% 62%, var(--pleeko-yellow) 0 0.28rem, var(--pleeko-ink) 0.3rem 0.36rem, transparent 0.38rem);
	transform: translate(2.05rem, 0.2rem) rotate(10deg);
}

/* Store: a denser, balanced catalogue that keeps WooCommerce as media source. */
body.pleeko-theme .pleeko-catalogue {
	box-sizing: border-box;
	width: min(100%, var(--pleeko-theme-width));
	margin-inline: auto;
	padding: clamp(2.25rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 6vw, 4.5rem);
}

body.pleeko-theme .pleeko-catalogue__heading {
	max-width: 46rem;
	margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
	text-align: center;
}

body.pleeko-theme .pleeko-catalogue__heading .pleeko-eyebrow {
	margin-bottom: 0.45rem;
}

body.pleeko-theme .pleeko-catalogue__heading h2 {
	max-width: 16ch;
	margin-inline: auto;
	font-size: clamp(2.15rem, 5vw, 3.65rem);
	line-height: 0.98;
}

body.pleeko-theme .pleeko-catalogue__heading h2::after {
	display: block;
	width: 3.5rem;
	height: 0.42rem;
	margin: 0.8rem auto 0;
	border-radius: 999px;
	background: var(--pleeko-yellow);
	content: "";
}

body.pleeko-theme .pleeko-catalogue__intro {
	margin: 0.85rem auto 0;
	font-size: clamp(1rem, 1.8vw, 1.12rem);
}

body.pleeko-theme .pleeko-catalogue__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 32rem));
	justify-content: center;
	gap: clamp(1.1rem, 3vw, 1.75rem);
}

/*
 * Match the final DOM/focus order before the deferred catalogue script runs.
 * Without this first-paint order, a card can move beneath a pointer while the
 * customer is clicking it on a slower page load.
 */
body.pleeko-theme .pleeko-catalogue__grid .pleeko-catalogue-card.is-stickers {
	order: 1;
}

body.pleeko-theme .pleeko-catalogue__grid .pleeko-catalogue-card.is-paper-prints {
	order: 2;
}

body.pleeko-theme .pleeko-catalogue__grid .pleeko-catalogue-card.is-keychains {
	order: 3;
}

body.pleeko-theme .pleeko-catalogue__grid .pleeko-catalogue-card.is-tissue-paper {
	order: 4;
}

body.pleeko-theme .pleeko-catalogue__grid .pleeko-catalogue-card.is-business-cards {
	order: 5;
}

body.pleeko-theme .pleeko-catalogue-card {
	min-height: 0;
	border-color: rgb(216 206 186 / 82%);
	border-radius: 1.45rem;
	box-shadow: 0 0.7rem 1.8rem rgb(68 60 55 / 9%);
}

body.pleeko-theme .pleeko-catalogue-card:hover,
body.pleeko-theme .pleeko-catalogue-card:focus-visible {
	box-shadow: 0 1.2rem 2.7rem rgb(68 60 55 / 15%);
	transform: translateY(-5px);
}

body.pleeko-theme .pleeko-catalogue-card__media {
	height: auto !important;
	aspect-ratio: 16 / 9;
}

body.pleeko-theme .pleeko-catalogue-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.pleeko-theme .pleeko-catalogue-card__image img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover !important;
	object-position: center;
}

body.pleeko-theme .pleeko-catalogue-card__media::after {
	height: 35%;
}

body.pleeko-theme .pleeko-catalogue-card__body {
	min-height: 13.5rem;
	padding: clamp(1.15rem, 3vw, 1.55rem);
}

body.pleeko-theme .pleeko-catalogue-card__title {
	font-size: clamp(1.3rem, 2.5vw, 1.55rem);
}

body.pleeko-theme .pleeko-catalogue-card__cta {
	align-items: center;
	padding-top: 1.25rem;
}

body.pleeko-theme .pleeko-catalogue-card__arrow {
	width: 2.25rem;
	height: 2.25rem;
	background: var(--pleeko-pink-soft);
}

/*
 * Commerce pages: Twenty Twenty-One limits a direct WooCommerce block to
 * 610px. That is useful for prose, but it collapses classic basket and checkout
 * columns. Keep Core's commerce components inside the shared storefront frame.
 */
body.pleeko-theme.woocommerce-cart .entry-content > .woocommerce,
body.pleeko-theme.woocommerce-checkout .entry-content > .woocommerce,
body.pleeko-theme.woocommerce-account .entry-content > .woocommerce {
	box-sizing: border-box;
	width: calc(100% - 2rem) !important;
	max-width: var(--pleeko-theme-width) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Give basket and checkout one deliberate page rhythm before their responsive layouts diverge. */
body.pleeko-theme:is(.woocommerce-cart, .woocommerce-checkout) .entry-header {
	box-sizing: border-box;
	width: calc(100% - 2rem);
	max-width: var(--pleeko-theme-width);
	margin: clamp(1.5rem, 5vw, 3.5rem) auto clamp(1.1rem, 3vw, 1.75rem);
	padding: 0;
	border: 0;
}

body.pleeko-theme:is(.woocommerce-cart, .woocommerce-checkout) .entry-title {
	margin: 0;
	font-size: clamp(2.35rem, 6vw, 4.25rem);
	line-height: 0.98;
}

body.pleeko-theme:is(.woocommerce-cart, .woocommerce-checkout) .entry-title::after {
	display: block;
	width: 3.25rem;
	height: 0.38rem;
	margin-top: 0.65rem;
	border-radius: 999px;
	background: var(--pleeko-yellow);
	content: "";
}

body.pleeko-theme:is(.woocommerce-cart, .woocommerce-checkout) .entry-content {
	margin-top: 0;
}

/* Treat WooCommerce's two empty-basket paragraphs as one complete state. */
body.pleeko-theme.woocommerce-cart .cart-empty.woocommerce-info {
	box-sizing: border-box;
	max-width: 42rem;
	min-height: 9rem;
	margin: 0 auto !important;
	padding: clamp(1.5rem, 5vw, 2.5rem) clamp(1.25rem, 5vw, 2.25rem) 1rem !important;
	border: 1px solid var(--pleeko-border) !important;
	border-bottom: 0 !important;
	border-radius: 1.35rem 1.35rem 0 0;
	background: var(--pleeko-surface) !important;
	box-shadow: var(--pleeko-theme-shadow);
	color: var(--pleeko-ink);
	font-size: clamp(1.05rem, 2vw, 1.18rem);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

body.pleeko-theme.woocommerce-cart .cart-empty.woocommerce-info::before {
	position: static;
	display: grid;
	float: none;
	width: 3.25rem;
	height: 3.25rem;
	place-items: center;
	margin: 0 auto 0.8rem;
	border-radius: 50%;
	background: var(--pleeko-yellow-soft);
	color: var(--pleeko-ink);
	content: "✓";
	font-family: inherit;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

body.pleeko-theme.woocommerce-cart .return-to-shop {
	box-sizing: border-box;
	max-width: 42rem;
	margin: 0 auto clamp(2rem, 6vw, 4rem) !important;
	padding: 0.35rem clamp(1.25rem, 5vw, 2.25rem) clamp(1.5rem, 5vw, 2.25rem);
	border: 1px solid var(--pleeko-border);
	border-top: 0;
	border-radius: 0 0 1.35rem 1.35rem;
	background: var(--pleeko-surface);
	box-shadow: 0 1.1rem 2.2rem rgb(68 60 55 / 10%);
	text-align: center;
}

body.pleeko-theme.woocommerce-cart .return-to-shop .button {
	width: min(100%, 20rem);
	margin: 0 !important;
}

/* Filled basket: preserve WooCommerce's form while presenting it as a contained workspace. */
body.pleeko-theme.woocommerce-cart .woocommerce-cart-form,
body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals {
	box-sizing: border-box;
	border: 1px solid var(--pleeko-border);
	border-radius: 1.25rem;
	background: var(--pleeko-surface);
	box-shadow: 0 0.7rem 1.8rem rgb(68 60 55 / 8%);
	overflow: hidden;
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form table.shop_table {
	margin: 0;
	border: 0;
	background: transparent;
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
	background: var(--pleeko-yellow-soft);
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form table.shop_table :where(th, td) {
	border-color: var(--pleeko-border);
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form .product-name a {
	color: var(--pleeko-ink);
	font-weight: 800;
	text-decoration-color: var(--pleeko-pink);
	text-underline-offset: 0.18em;
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form .product-remove .remove {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	margin-inline: auto;
	border: 1px solid var(--pleeko-border);
	border-radius: 50%;
	background: #fff;
	color: var(--pleeko-pink-dark) !important;
	font-size: 1.35rem;
	line-height: 1;
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form .product-remove .remove:hover {
	border-color: var(--pleeko-pink);
	background: var(--pleeko-pink-soft);
}

body.pleeko-theme.woocommerce-cart .woocommerce-cart-form .quantity .qty {
	min-width: 4.75rem;
	border-color: var(--pleeko-border-strong);
	border-radius: 0.65rem;
	background: var(--pleeko-paper);
}

body.pleeko-theme.woocommerce-cart .cart-collaterals {
	margin-top: clamp(1.25rem, 3vw, 2rem);
}

body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals {
	padding: clamp(1rem, 3vw, 1.5rem);
}

body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.45rem, 3vw, 1.85rem);
}

body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table {
	margin-bottom: 1rem;
	border: 0;
}

body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 0.75rem;
	padding: 0;
}

body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout :where(.pleeko-cart-continue, .checkout-button),
body.pleeko-theme.woocommerce-cart .return-to-shop .button,
body.pleeko-theme.woocommerce-checkout #payment :where(#place_order, .pleeko-return-cart),
body.pleeko-theme.woocommerce-order-received .pleeko-order-action {
	display: inline-flex !important;
	box-sizing: border-box;
	min-height: 3.15rem;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.72rem 1rem !important;
	border-radius: 0.8rem !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
}

body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout .pleeko-cart-continue,
body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart,
body.pleeko-theme.woocommerce-order-received .pleeko-order-action--secondary {
	border: 1px solid var(--pleeko-border-strong) !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pleeko-ink) !important;
	transform: none !important;
}

body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout .pleeko-cart-continue:hover,
body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout .pleeko-cart-continue:focus-visible,
body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart:hover,
body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart:focus-visible,
body.pleeko-theme.woocommerce-order-received .pleeko-order-action--secondary:hover,
body.pleeko-theme.woocommerce-order-received .pleeko-order-action--secondary:focus-visible {
	border-color: var(--pleeko-pink) !important;
	background: var(--pleeko-pink-soft) !important;
	box-shadow: none !important;
	color: var(--pleeko-ink) !important;
	transform: none !important;
}

/* Checkout: one visual system, with WooCommerce retaining every field and action. */
body.pleeko-theme.woocommerce-checkout form.checkout {
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

body.pleeko-theme.woocommerce-checkout #customer_details {
	display: grid;
	gap: 1rem;
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(.col-1, .col-2),
body.pleeko-theme.woocommerce-checkout #order_review {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid var(--pleeko-border);
	border-radius: 1.25rem;
	background: var(--pleeko-surface);
	box-shadow: 0 0.7rem 1.8rem rgb(68 60 55 / 8%);
	float: none;
}

body.pleeko-theme.woocommerce-checkout #customer_details h3,
body.pleeko-theme.woocommerce-checkout #order_review_heading {
	margin: 0 0 1rem;
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	line-height: 1.15;
}

body.pleeko-theme.woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
	margin-bottom: 0.5rem;
}

body.pleeko-theme.woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.4;
}

body.pleeko-theme.woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 input {
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper
) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper
) > .form-row {
	box-sizing: border-box;
	width: auto;
	margin: 0;
	float: none;
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper
) > .form-row-wide {
	grid-column: 1 / -1;
}

body.pleeko-theme.woocommerce-checkout #customer_details .form-row label {
	margin-bottom: 0.35rem;
	color: var(--pleeko-ink);
	font-size: 0.9rem;
	font-weight: 750;
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(input.input-text, textarea, select),
body.pleeko-theme.woocommerce-checkout #customer_details .select2-selection {
	box-sizing: border-box;
	width: 100%;
	min-height: 3rem;
	border: 1px solid var(--pleeko-border-strong);
	border-radius: 0.7rem;
	background: var(--pleeko-paper);
	color: var(--pleeko-ink);
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(input.input-text, textarea) {
	padding: 0.7rem 0.8rem;
}

body.pleeko-theme.woocommerce-checkout #customer_details textarea {
	min-height: 7rem;
	resize: vertical;
}

body.pleeko-theme.woocommerce-checkout #customer_details :where(input.input-text, textarea, select):focus,
body.pleeko-theme.woocommerce-checkout #customer_details .select2-container--focus .select2-selection {
	border-color: var(--pleeko-pink);
	box-shadow: 0 0 0 3px rgb(226 76 155 / 12%);
	outline: 0;
}

body.pleeko-theme.woocommerce-checkout #order_review_heading {
	padding-left: 0.15rem;
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
	margin: 0 0 1rem;
	border: 0;
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead {
	background: var(--pleeko-yellow-soft);
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table :where(th, td) {
	border-color: var(--pleeko-border);
}

body.pleeko-theme.woocommerce-checkout #order_review .product-name {
	color: var(--pleeko-ink);
	font-weight: 750;
}

body.pleeko-theme :where(.woocommerce-cart-form, #order_review) .pleeko-cart-artwork-preview {
	display: block;
	margin-top: 0.6rem;
}

body.pleeko-theme :where(.woocommerce-cart-form, #order_review) .pleeko-cart-artwork-preview__link {
	display: inline-flex;
	box-sizing: border-box;
	min-height: 2.25rem;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.7rem;
	border: 1px solid var(--pleeko-pink);
	border-radius: 999px;
	background: var(--pleeko-pink-soft);
	color: var(--pleeko-ink) !important;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

body.pleeko-theme :where(.woocommerce-cart-form, #order_review) .pleeko-cart-artwork-preview__link:hover,
body.pleeko-theme :where(.woocommerce-cart-form, #order_review) .pleeko-cart-artwork-preview__link:focus-visible {
	border-color: var(--pleeko-ink);
	background: #fff;
}

body.pleeko-theme.woocommerce-checkout #order_review dl.variation {
	display: grid;
	grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr);
	margin: 0.65rem 0 0;
	gap: 0.2rem 0.65rem;
	color: var(--pleeko-ink-soft);
	font-size: 0.86rem;
	line-height: 1.4;
}

body.pleeko-theme.woocommerce-checkout #order_review dl.variation :where(dt, dd, p) {
	box-sizing: border-box;
	min-width: 0;
	margin: 0;
	padding: 0 !important;
	float: none !important;
	clear: none !important;
	text-align: left;
}

body.pleeko-theme.woocommerce-checkout #order_review dl.variation dt {
	font-weight: 750;
}

body.pleeko-theme.woocommerce-checkout #payment {
	border: 1px solid var(--pleeko-border);
	border-radius: 1rem;
	background: var(--pleeko-paper);
	overflow: hidden;
}

body.pleeko-theme.woocommerce-checkout #payment .wc_payment_methods {
	margin: 0;
	padding: 0.85rem;
	border: 0;
}

body.pleeko-theme.woocommerce-checkout #payment .wc_payment_method {
	margin: 0;
	padding: 0.85rem;
	border: 1px solid var(--pleeko-border);
	border-radius: 0.8rem;
	background: var(--pleeko-surface);
}

body.pleeko-theme.woocommerce-checkout #payment .wc_payment_method > label {
	color: var(--pleeko-ink);
	font-weight: 800;
}

body.pleeko-theme.woocommerce-checkout #payment .payment_box {
	margin: 0.75rem 0 0;
	padding: 0.85rem;
	border-radius: 0.65rem;
	background: var(--pleeko-yellow-soft);
	color: var(--pleeko-ink-soft);
	font-size: 0.92rem;
	line-height: 1.55;
}

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

body.pleeko-theme.woocommerce-checkout #payment .form-row.place-order {
	margin: 0;
	padding: 1rem;
	border-top: 1px solid var(--pleeko-border);
}

@media (min-width: 769px) {
	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form :where(th.product-name, td.product-name) {
		min-width: 18rem;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form :where(.product-price, .product-quantity, .product-subtotal) {
		white-space: nowrap;
	}
}

@media (min-width: 901px) {
	body.pleeko-theme.woocommerce-checkout form.checkout {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
		grid-template-rows: auto 1fr;
		align-items: start;
		column-gap: clamp(1.25rem, 3vw, 2rem);
	}

	body.pleeko-theme.woocommerce-checkout #customer_details {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: auto !important;
		padding: 0 !important;
		float: none !important;
	}

	body.pleeko-theme.woocommerce-checkout #order_review_heading {
		grid-column: 2;
		grid-row: 1;
		width: auto !important;
		margin: 0 0 0.75rem !important;
		padding: 0 !important;
		float: none !important;
	}

	body.pleeko-theme.woocommerce-checkout #order_review {
		grid-column: 2;
		grid-row: 2;
		width: auto !important;
		padding: clamp(1rem, 2.4vw, 1.45rem) !important;
		float: none !important;
	}
}

/*
 * Keep the checkout product description in the flexible column. Some parent
 * and WooCommerce combinations let the subtotal column consume the unused
 * table width, which leaves variation values only a few pixels wide.
 */
body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
	width: 100% !important;
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table :where(th.product-name, td.product-name) {
	width: auto;
	min-width: 0;
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table :where(th.product-total, td.product-total) {
	width: 1%;
	text-align: right;
	white-space: nowrap;
}

/*
 * Shipping is descriptive content, not a short currency amount. Break that
 * row out of the product-price column so rates and fallback messages have the
 * full order-card width available without widening every product subtotal.
 */
body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
	display: grid;
	grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
	align-items: start;
	gap: 0.35rem 1rem;
	width: 100%;
	border-bottom: 1px solid var(--pleeko-border);
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping > :where(th, td) {
	display: block;
	box-sizing: border-box;
	width: auto !important;
	min-width: 0;
	padding: 0.9rem 0.4rem;
	border: 0;
}

body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping > td {
	text-align: left;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

body.pleeko-theme.woocommerce-checkout #order_review .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Keep checkout actions in normal flow with one clear primary action. */
body.pleeko-theme.woocommerce-checkout #payment .form-row.place-order {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
}

body.pleeko-theme.woocommerce-checkout #payment #place_order {
	float: none !important;
	margin: 0 !important;
}

body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart {
	display: inline-flex !important;
	align-self: stretch;
	justify-content: center;
	width: 100% !important;
	min-height: 3.15rem;
	margin: 0 !important;
	padding: 0.72rem 1rem !important;
	border: 1px solid var(--pleeko-border-strong) !important;
	border-radius: 0.8rem !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pleeko-ink) !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	transform: none !important;
}

body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart:hover,
body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart:focus-visible {
	border-color: var(--pleeko-pink) !important;
	background: var(--pleeko-pink-soft) !important;
	box-shadow: none !important;
	color: var(--pleeko-ink) !important;
	transform: none !important;
}

/* The basket chooses a fulfilment method; address entry belongs at checkout. */
body.pleeko-theme.woocommerce-cart :where(
	.shipping-calculator-button,
	.shipping-calculator-form
) {
	display: none !important;
}

/* Collection has no shipment destination; retain the method but hide that irrelevant line. */
body.pleeko-theme.pleeko-collection-selected.woocommerce-cart .woocommerce-shipping-destination {
	display: none !important;
}

/* Order receipt: a complete, readable final state rather than raw WooCommerce fragments. */
body.pleeko-theme.woocommerce-order-received .woocommerce-order {
	display: grid;
	margin-bottom: clamp(2rem, 6vw, 4rem);
	gap: clamp(1rem, 3vw, 1.5rem);
}

body.pleeko-theme.woocommerce-order-received .woocommerce-order > :where(
	.woocommerce-notice,
	.woocommerce-thankyou-order-received
) {
	margin: 0 !important;
	padding: clamp(1.25rem, 4vw, 2rem) !important;
	border: 1px solid rgb(87 151 93 / 34%) !important;
	border-radius: 1.25rem;
	background: rgb(235 248 231 / 82%) !important;
	box-shadow: 0 0.7rem 1.8rem rgb(68 60 55 / 8%);
	color: var(--pleeko-ink);
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 750;
	line-height: 1.55;
}

body.pleeko-theme.woocommerce-order-received ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 !important;
	padding: clamp(1rem, 3vw, 1.4rem) !important;
	border: 1px solid var(--pleeko-border);
	border-radius: 1.25rem;
	background: var(--pleeko-surface);
	box-shadow: 0 0.7rem 1.8rem rgb(68 60 55 / 8%);
	gap: 0.9rem;
}

body.pleeko-theme.woocommerce-order-received ul.woocommerce-order-overview li {
	box-sizing: border-box;
	min-width: 0;
	margin: 0 !important;
	padding: 0.85rem !important;
	border: 0 !important;
	border-radius: 0.8rem;
	background: var(--pleeko-paper);
	color: var(--pleeko-ink-soft);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

body.pleeko-theme.woocommerce-order-received ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.25rem;
	color: var(--pleeko-ink);
	font-size: 0.95rem;
	font-weight: 850;
	line-height: 1.35;
	text-transform: none;
	overflow-wrap: anywhere;
}

body.pleeko-theme.woocommerce-order-received :where(
	.woocommerce-order-details,
	.woocommerce-customer-details
) {
	box-sizing: border-box;
	margin: 0 !important;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid var(--pleeko-border);
	border-radius: 1.25rem;
	background: var(--pleeko-surface);
	box-shadow: 0 0.7rem 1.8rem rgb(68 60 55 / 8%);
}

body.pleeko-theme.woocommerce-order-received :where(
	.woocommerce-order-details__title,
	.woocommerce-column__title
) {
	margin: 0 0 0.85rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
}

body.pleeko-theme.woocommerce-order-received .woocommerce-customer-details address {
	box-sizing: border-box;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--pleeko-border);
	border-radius: 0.85rem;
	background: var(--pleeko-paper);
	line-height: 1.65;
}

body.pleeko-theme.woocommerce-order-received .pleeko-order-received-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

body.pleeko-theme.woocommerce-order-received .pleeko-order-action {
	min-width: min(100%, 12rem);
}

/* WordPress exposes this shortcut only to editors; keep the storefront clean even while testing signed in. */
body.pleeko-theme.page .entry-footer {
	display: none !important;
}

/* Lightweight About/Useful Links band between Store content and footer. */
body.pleeko-theme .pleeko-prefooter {
	margin-top: clamp(2rem, 5vw, 4rem);
	padding-block: clamp(1.5rem, 4vw, 2.5rem);
	border-block: 1px solid var(--pleeko-border);
	background: rgb(255 254 246 / 58%);
}

body.pleeko-theme .pleeko-prefooter__inner {
	display: grid;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
	width: min(100%, var(--pleeko-theme-width));
	margin-inline: auto;
	padding-inline: clamp(1rem, 4vw, 2rem);
	gap: clamp(2rem, 6vw, 5rem);
}

body.pleeko-theme .pleeko-prefooter :where(h2, p, ul) {
	margin-top: 0;
}

body.pleeko-theme .pleeko-prefooter h2 {
	margin-bottom: 0.75rem;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}

body.pleeko-theme .pleeko-prefooter p {
	max-width: 43rem;
	margin-bottom: 0;
	color: var(--pleeko-ink-soft);
	font-size: 1rem;
	line-height: 1.7;
}

body.pleeko-theme .pleeko-prefooter ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 0;
	padding: 0;
	gap: 0.45rem 1.25rem;
	list-style: none;
}

body.pleeko-theme .pleeko-prefooter a {
	color: var(--pleeko-ink);
	text-decoration-color: var(--pleeko-pink);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

body.pleeko-theme .pleeko-prefooter a:hover {
	color: var(--pleeko-pink-dark);
}

/* Shared footer: compact, menu-managed and free from page-builder rendering. */
body.pleeko-theme #colophon {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--pleeko-border);
	background: var(--pleeko-canvas);
	color: var(--pleeko-ink);
}

body.pleeko-theme #colophon .pleeko-site-footer__inner {
	display: grid;
	box-sizing: border-box;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	width: min(100%, var(--pleeko-theme-width)) !important;
	max-width: var(--pleeko-theme-width) !important;
	min-height: 0;
	align-items: center;
	margin-inline: auto;
	padding: 1.5rem clamp(1rem, 4vw, 2rem);
	gap: 0.8rem 1.5rem;
}

body.pleeko-theme #colophon .pleeko-site-footer__brand img {
	display: block;
	box-sizing: border-box;
	width: 4.4rem !important;
	height: 4.4rem !important;
	padding: 0.3rem;
	border: 1px solid var(--pleeko-border);
	border-radius: 50%;
	background: var(--pleeko-paper);
	object-fit: contain;
	filter: none;
}

body.pleeko-theme #colophon .pleeko-site-footer__copyright {
	margin: 0;
	color: var(--pleeko-ink-soft);
	font-size: 0.95rem;
}

body.pleeko-theme #colophon a {
	color: var(--pleeko-ink);
	text-decoration-color: var(--pleeko-pink);
	text-underline-offset: 0.2em;
}

body.pleeko-theme #colophon a:hover {
	color: var(--pleeko-pink-dark);
}

body.pleeko-theme #colophon .footer-navigation {
	margin: 0;
}

body.pleeko-theme #colophon .footer-navigation-wrapper {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.pleeko-theme #colophon .footer-navigation-wrapper li {
	margin: 0;
}

body.pleeko-theme #colophon .footer-navigation-wrapper a {
	display: inline-flex;
	width: 2.9rem;
	height: 2.9rem;
	min-height: 0;
	align-items: center;
	justify-content: center;
	padding: 0.55rem;
	border: 0;
	border-radius: 0.8rem;
	background: transparent;
	color: var(--pleeko-ink);
	line-height: 1;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.pleeko-theme #colophon .footer-navigation-wrapper a:hover {
	background: var(--pleeko-pink-soft);
	color: var(--pleeko-pink-dark);
	transform: translateY(-2px);
}

body.pleeko-theme #colophon .pleeko-instagram-icon {
	width: 1.8rem;
	height: 1.8rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.pleeko-theme #colophon .pleeko-instagram-icon__dot {
	fill: currentColor;
	stroke: none;
}

@media (max-width: 900px) {
	body.pleeko-theme.pleeko-managed-business-card-product div.product,
	body.pleeko-theme.pleeko-managed-tissue-product div.product {
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
		row-gap: 1rem;
	}

	body.pleeko-theme.pleeko-managed-business-card-product div.product > .summary > .product_title,
	body.pleeko-theme.pleeko-managed-business-card-product div.product > .woocommerce-product-gallery,
	body.pleeko-theme.pleeko-managed-business-card-product form.cart,
	body.pleeko-theme.pleeko-managed-tissue-product div.product > .summary > .product_title,
	body.pleeko-theme.pleeko-managed-tissue-product div.product > .woocommerce-product-gallery,
	body.pleeko-theme.pleeko-managed-tissue-product form.cart {
		grid-column: 1;
	}

	body.pleeko-theme.pleeko-managed-business-card-product div.product > .summary > .product_title,
	body.pleeko-theme.pleeko-managed-tissue-product div.product > .summary > .product_title {
		grid-row: 1;
	}

	body.pleeko-theme.pleeko-managed-business-card-product form.cart,
	body.pleeko-theme.pleeko-managed-tissue-product form.cart {
		grid-row: 2;
	}

	body.pleeko-theme.pleeko-managed-business-card-product div.product > .woocommerce-product-gallery,
	body.pleeko-theme.pleeko-managed-tissue-product div.product > .woocommerce-product-gallery {
		grid-row: 3;
	}

	body.pleeko-theme .pleeko-what-we-do-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.pleeko-theme.woocommerce-order-received ul.woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.pleeko-theme.woocommerce-checkout form.checkout {
		display: block;
	}

	body.pleeko-theme.woocommerce-checkout :where(#customer_details, #order_review_heading, #order_review) {
		box-sizing: border-box;
		width: 100% !important;
		float: none !important;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details {
		padding: 0 !important;
	}

	body.pleeko-theme.woocommerce-checkout #order_review_heading {
		margin: 1.5rem 0 0.75rem !important;
		padding: 0 !important;
	}

	body.pleeko-theme.woocommerce-checkout #order_review {
		padding: 1rem !important;
	}
}

@media (max-width: 782px) {
	body.admin-bar.pleeko-theme #masthead {
		top: 46px;
	}
}

@media (max-width: 720px) {
	body.pleeko-theme .pleeko-what-we-do-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.85rem;
	}

	body.pleeko-theme .pleeko-what-we-do-grid .elementor-flip-box {
		min-height: 18rem;
	}

	body.pleeko-theme #masthead {
		min-height: 5.5rem;
		padding-inline: 1rem !important;
	}

	body.pleeko-theme #masthead .custom-logo-link,
	body.pleeko-theme #masthead .custom-logo {
		width: 4.5rem !important;
		height: 4.5rem !important;
	}

	body.pleeko-theme #masthead .primary-navigation .menu-button-container {
		position: static;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
	}

	body.pleeko-theme #masthead #primary-mobile-menu {
		position: static;
		display: flex;
	}

	body.pleeko-theme #masthead .primary-navigation .primary-menu-container {
		position: absolute !important;
		top: calc(100% + 0.5rem) !important;
		right: 1rem !important;
		bottom: auto !important;
		left: 1rem !important;
		box-sizing: border-box;
		width: auto !important;
		max-width: none !important;
		height: auto !important;
		margin: 0;
		padding: 0.55rem;
		overflow: visible;
		border: 1px solid var(--pleeko-border);
		border-radius: 1rem;
		background: var(--pleeko-surface);
		box-shadow: var(--pleeko-theme-shadow);
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-0.35rem);
		transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
	}

	body.primary-navigation-open.pleeko-theme #masthead .primary-navigation .primary-menu-container {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	body.pleeko-theme #masthead .primary-navigation .menu-wrapper {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
		justify-content: stretch !important;
		justify-items: stretch;
		width: 100%;
		gap: 0.2rem;
		text-align: left !important;
	}

	body.pleeko-theme #masthead .primary-navigation .menu-item {
		width: 100%;
		text-align: left !important;
	}

	body.pleeko-theme #masthead .primary-navigation .menu-item > a {
		box-sizing: border-box;
		width: 100%;
		min-height: 3rem;
		justify-content: flex-start;
		margin: 0;
		padding-inline: 1rem !important;
		text-align: left !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form {
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form table.shop_table {
		display: block;
	}

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

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
		display: grid;
		gap: 0.85rem;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form table.shop_table tbody > tr:not(.woocommerce-cart-form__cart-item) {
		display: block;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item {
		position: relative;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0;
		overflow: hidden;
		border: 1px solid var(--pleeko-border);
		border-radius: 1rem;
		background: var(--pleeko-surface);
		box-shadow: 0 0.35rem 1rem rgb(68 60 55 / 6%);
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > td {
		box-sizing: border-box;
		width: 100%;
		padding: 0.7rem 0.45rem !important;
		border: 0 !important;
		background: transparent !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-remove {
		position: absolute;
		z-index: 2;
		top: 0.65rem;
		right: 0.65rem;
		display: block !important;
		width: 2rem;
		padding: 0 !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-remove::before,
	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-thumbnail {
		display: none !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-name {
		display: block !important;
		grid-column: 1 / -1;
		padding: 0.85rem 3rem 0.8rem 0.85rem !important;
		text-align: left !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-name::before {
		display: none;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-name > a {
		display: block;
		font-size: 1.15rem;
		line-height: 1.2;
	}

	body.pleeko-theme :where(.woocommerce-cart-form, #order_review) .pleeko-cart-artwork-preview__link {
		width: 100%;
		min-height: 2.75rem;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > :where(.product-price, .product-quantity, .product-subtotal) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		align-content: center;
		justify-items: center;
		gap: 0.35rem;
		border-top: 1px solid var(--pleeko-border) !important;
		text-align: center !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > :where(.product-price, .product-quantity) {
		border-right: 1px solid var(--pleeko-border) !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > :where(.product-price, .product-quantity, .product-subtotal)::before {
		color: var(--pleeko-ink-soft);
		content: attr(data-title);
		font-size: 0.68rem;
		font-weight: 750;
		letter-spacing: 0.045em;
		line-height: 1.2;
		text-align: center;
		text-transform: uppercase;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > .product-subtotal {
		color: var(--pleeko-ink);
		font-weight: 800;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form__cart-item > :where(.product-price, .product-subtotal) .woocommerce-Price-amount {
		font-size: 0.98rem;
		font-weight: 800;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form .quantity .qty {
		width: 3.25rem !important;
		min-width: 0;
		height: 2.75rem;
		padding: 0.35rem !important;
		font-size: 1rem;
		line-height: 1;
		text-align: center;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form dl.variation {
		display: grid;
		width: 100%;
		grid-template-columns: minmax(5.25rem, 0.85fr) minmax(0, 1.15fr);
		margin: 0.55rem 0 0;
		gap: 0.18rem 0.45rem;
		color: var(--pleeko-ink-soft);
		font-size: 0.8rem;
		line-height: 1.35;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form dl.variation :where(dt, dd, p) {
		box-sizing: border-box;
		width: auto !important;
		min-width: 0;
		margin: 0;
		padding: 0 !important;
		float: none !important;
		clear: none !important;
		text-align: left;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form dl.variation dt {
		font-weight: 750;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form dl.variation dd,
	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form dl.variation dd p {
		width: 100% !important;
		overflow-wrap: break-word;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form td.actions {
		display: flex !important;
		box-sizing: border-box;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
		padding: 0.1rem 0 !important;
		border: 0 !important;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		gap: 0.6rem;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form td.actions::before {
		display: none;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
		display: grid;
		flex: 1 1 auto;
		width: auto;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.6rem;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form td.actions .input-text {
		box-sizing: border-box;
		width: 100% !important;
		margin: 0 !important;
	}

	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form td.actions > .button,
	body.pleeko-theme.woocommerce-cart .woocommerce-cart-form td.actions .coupon .button {
		box-sizing: border-box;
		width: auto !important;
		min-height: 2.75rem;
		margin: 0 !important;
		padding: 0.6rem 0.9rem !important;
		border-radius: 0.7rem;
		font-size: 0.86rem !important;
		line-height: 1.2;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
		padding: 0.9rem;
		border-radius: 1rem;
		box-shadow: 0 0.35rem 1rem rgb(68 60 55 / 6%);
		float: none;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals h2 {
		margin-bottom: 0.55rem;
		font-size: 1.35rem;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
		display: block;
		margin-bottom: 0.85rem;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody {
		display: block;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 0.75rem;
		padding: 0.7rem 0;
		border-top: 1px solid var(--pleeko-border);
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:first-child {
		border-top: 0;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping {
		grid-template-columns: minmax(4.75rem, auto) minmax(0, 1fr);
	}

	body.pleeko-theme :where(
		.woocommerce-cart .cart-collaterals,
		.woocommerce-checkout #order_review
	) .woocommerce-shipping-methods {
		display: grid !important;
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
		gap: 0.55rem;
	}

	body.pleeko-theme :where(
		.woocommerce-cart .cart-collaterals,
		.woocommerce-checkout #order_review
	) .woocommerce-shipping-methods > li {
		display: grid !important;
		box-sizing: border-box;
		width: 100%;
		grid-template-columns: 1.35rem minmax(0, 1fr);
		align-items: center;
		margin: 0 !important;
		padding: 0.7rem 0.75rem !important;
		border: 1px solid var(--pleeko-border-strong);
		border-radius: 0.75rem;
		background: #fff;
		color: var(--pleeko-ink);
		gap: 0.55rem;
		text-align: left;
	}

	body.pleeko-theme :where(
		.woocommerce-cart .cart-collaterals,
		.woocommerce-checkout #order_review
	) .woocommerce-shipping-methods > li:has(input:checked) {
		border-color: var(--pleeko-product-blue);
		background: rgb(118 192 215 / 16%);
		box-shadow: 0 0 0 2px rgb(118 192 215 / 22%);
	}

	body.pleeko-theme :where(
		.woocommerce-cart .cart-collaterals,
		.woocommerce-checkout #order_review
	) .woocommerce-shipping-methods input[type="radio"] {
		position: static !important;
		display: block !important;
		width: 1.2rem !important;
		height: 1.2rem !important;
		margin: 0 !important;
		opacity: 1 !important;
		appearance: auto !important;
		accent-color: var(--pleeko-pink);
	}

	body.pleeko-theme :where(
		.woocommerce-cart .cart-collaterals,
		.woocommerce-checkout #order_review
	) .woocommerce-shipping-methods label {
		display: block !important;
		margin: 0 !important;
		color: var(--pleeko-ink) !important;
		font-size: 0.94rem;
		font-weight: 750;
		line-height: 1.35;
		text-align: left;
		white-space: normal;
		cursor: pointer;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table :where(th, td) {
		display: block;
		box-sizing: border-box;
		width: auto !important;
		min-width: 0;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: right;
		white-space: normal;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td::before {
		display: none !important;
		content: none !important;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
		text-align: left;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total {
		margin-top: 0.2rem;
		padding: 0.75rem;
		border: 0;
		border-radius: 0.75rem;
		background: var(--pleeko-yellow-soft);
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total small {
		display: block;
		margin-top: 0.12rem;
		font-size: 0.72rem;
		line-height: 1.3;
	}

	body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout {
		display: grid;
		gap: 0.75rem;
	}

	body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout :where(.pleeko-cart-continue, .checkout-button) {
		display: inline-flex !important;
		box-sizing: border-box;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		min-height: 3.15rem;
		margin: 0 !important;
		padding: 0.72rem 1rem !important;
		border-radius: 0.8rem;
		font-size: 1rem !important;
		line-height: 1.25;
		text-align: center;
	}

	body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout .pleeko-cart-continue {
		border: 1px solid var(--pleeko-border-strong) !important;
		background: #fff !important;
		box-shadow: none !important;
		color: var(--pleeko-ink) !important;
	}

	body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout .pleeko-cart-continue:hover,
	body.pleeko-theme.woocommerce-cart .wc-proceed-to-checkout .pleeko-cart-continue:focus-visible {
		border-color: var(--pleeko-pink) !important;
		background: var(--pleeko-pink-soft) !important;
		color: var(--pleeko-ink) !important;
		transform: none !important;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details :where(
		.woocommerce-billing-fields__field-wrapper,
		.woocommerce-shipping-fields__field-wrapper
	) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.pleeko-theme.woocommerce-checkout #customer_details :where(
		.woocommerce-billing-fields__field-wrapper,
		.woocommerce-shipping-fields__field-wrapper
	) > .form-row-wide {
		grid-column: auto;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details :where(.col-1, .col-2),
	body.pleeko-theme.woocommerce-checkout #order_review {
		padding: 0.9rem;
		border-radius: 1rem;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details {
		overflow: hidden;
		border: 1px solid var(--pleeko-border);
		border-radius: 1rem;
		background: var(--pleeko-surface);
		box-shadow: 0 0.35rem 1rem rgb(68 60 55 / 6%);
		gap: 0;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details :where(.col-1, .col-2) {
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details .col-2 {
		border-top: 1px solid var(--pleeko-border);
	}

	body.pleeko-theme.woocommerce-checkout #customer_details h3,
	body.pleeko-theme.woocommerce-checkout #order_review_heading {
		margin-bottom: 0.75rem;
		font-size: 1.3rem;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details :where(
		.woocommerce-billing-fields__field-wrapper,
		.woocommerce-shipping-fields__field-wrapper
	) {
		gap: 0.65rem;
	}

	body.pleeko-theme.woocommerce-checkout #customer_details :where(input.input-text, textarea, select),
	body.pleeko-theme.woocommerce-checkout #customer_details .select2-selection {
		min-height: 2.8rem;
	}

	body.pleeko-theme.woocommerce-checkout #order_review_heading {
		margin-top: 1.25rem !important;
		margin-bottom: 0.65rem !important;
		padding-left: 0.1rem !important;
	}

	body.pleeko-theme.woocommerce-checkout #order_review {
		box-shadow: 0 0.35rem 1rem rgb(68 60 55 / 6%);
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead {
		display: none;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody,
	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item {
		display: block;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item {
		margin-bottom: 0;
		padding: 0.75rem 0;
		border: 0;
		border-bottom: 1px solid var(--pleeko-border);
		border-radius: 0;
		background: transparent;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item > td {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		padding: 0.35rem 0;
		border: 0;
		text-align: left;
		white-space: normal;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item > td.product-total {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		padding-top: 0.7rem;
		border-top: 1px solid var(--pleeko-border);
		text-align: right;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item > td.product-total::before {
		color: var(--pleeko-ink-soft);
		content: "Item total";
		font-size: 0.86rem;
		font-weight: 750;
		text-align: left;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-totals) {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-totals) > :where(th, td) {
		display: block;
		box-sizing: border-box;
		width: auto !important;
		min-width: 0;
		padding: 0.75rem 0.35rem;
		text-align: right;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-totals) > th {
		text-align: left;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total {
		margin-top: 0.2rem;
		padding: 0.75rem 0.65rem;
		border-radius: 0.75rem;
		background: var(--pleeko-yellow-soft);
	}

	body.pleeko-theme.woocommerce-checkout #order_review dl.variation {
		grid-template-columns: minmax(5.5rem, auto) minmax(0, 1fr);
		font-size: 0.8rem;
	}

	body.pleeko-theme.woocommerce-checkout #payment .wc_payment_methods,
	body.pleeko-theme.woocommerce-checkout #payment .form-row.place-order {
		padding: 0.75rem 0;
	}

	body.pleeko-theme.woocommerce-checkout #payment {
		margin-top: 0.35rem;
		border: 0;
		border-top: 1px solid var(--pleeko-border);
		border-radius: 0;
		background: transparent;
	}

	body.pleeko-theme.woocommerce-checkout #payment .wc_payment_method {
		padding: 0.75rem;
		border: 0;
		background: var(--pleeko-paper);
	}

	body.pleeko-theme.woocommerce-checkout #payment .form-row.place-order {
		border-top: 0;
	}

	body.pleeko-theme.woocommerce-checkout #payment #place_order {
		box-sizing: border-box;
		width: 100% !important;
		min-height: 3.2rem;
	}

	body.pleeko-theme.woocommerce-checkout #payment .pleeko-return-cart {
		width: auto !important;
	}

	body.pleeko-theme .pleeko-catalogue {
		padding-top: 2.5rem;
	}

	body.pleeko-theme .pleeko-catalogue__heading {
		text-align: left;
	}

	body.pleeko-theme .pleeko-catalogue__heading h2 {
		max-width: 13ch;
		margin-inline: 0;
	}

	body.pleeko-theme .pleeko-catalogue__heading h2::after {
		margin-left: 0;
	}

	body.pleeko-theme .pleeko-catalogue__intro {
		margin-left: 0;
	}

	body.pleeko-theme .pleeko-catalogue__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.pleeko-theme .pleeko-catalogue-card__body {
		min-height: 0;
	}

	body.pleeko-theme .pleeko-prefooter__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	body.pleeko-theme #colophon .pleeko-site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		gap: 0.8rem;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.2rem;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping > td {
		color: var(--pleeko-ink-soft);
		font-size: 0.86rem;
		line-height: 1.45;
		text-align: left;
	}

	body.pleeko-theme.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total,
	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr.order-total {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.1rem;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping > th {
		padding-bottom: 0.2rem;
	}

	body.pleeko-theme.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping > td {
		padding-top: 0.2rem;
		color: var(--pleeko-ink-soft);
		font-size: 0.86rem;
		line-height: 1.45;
	}

	body.pleeko-theme #masthead {
		padding-inline: 0.85rem !important;
	}

	body.pleeko-theme #masthead .primary-navigation .primary-menu-container {
		left: 0.85rem !important;
		right: 0.85rem !important;
		width: auto !important;
	}

	body.pleeko-theme .pleeko-prefooter ul {
		grid-template-columns: minmax(0, 1fr);
	}

	body.pleeko-theme .pleeko-catalogue-card {
		border-radius: 1.1rem;
	}

	body.pleeko-theme .pleeko-catalogue-card__media {
		aspect-ratio: 4 / 3;
	}

	body.pleeko-theme .pleeko-cart-fab {
		right: 0.875rem;
		bottom: 0.875rem;
		width: auto;
		max-width: calc(100vw - 1.75rem);
	}

	body.pleeko-theme .pleeko-cart-toast {
		bottom: 5.5rem;
		width: calc(100vw - 1.75rem);
		max-width: 25rem;
		justify-content: center;
		padding: 0.72rem;
		font-size: 0.86rem;
	}

	body.pleeko-theme .pleeko-cart-toast__message {
		white-space: normal;
	}

	body.pleeko-theme .pleeko-fab-btn {
		min-width: 9.75rem;
		min-height: 3.875rem;
		padding: 0.55rem 0.8rem 0.55rem 0.65rem;
	}

	body.pleeko-theme .pleeko-fab-icon {
		flex-basis: 2.45rem;
		width: 2.45rem;
		height: 2.45rem;
	}

	body.pleeko-theme .pleeko-fab-icon svg {
		width: 1.5rem;
		height: 1.5rem;
	}

	body.pleeko-theme.woocommerce-order-received ul.woocommerce-order-overview {
		grid-template-columns: minmax(0, 1fr);
	}

	body.pleeko-theme.woocommerce-order-received .pleeko-order-received-actions {
		display: grid;
	}

	body.pleeko-theme.woocommerce-order-received .pleeko-order-action {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pleeko-theme *,
	body.pleeko-theme *::before,
	body.pleeko-theme *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	body.pleeko-theme #masthead .custom-logo {
		transform: none !important;
	}
}
