/**
 * Picturestees × Flatsome — design system + responsive storefront.
 * Version 2: buttons, typography, mobile-first, light weight (no extra fonts).
 */

:root {
	--pt-primary: #dd9933;
	--pt-primary-dark: #b8781a;
	--pt-primary-light: #f0c56a;
	--pt-primary-soft: rgba(221, 153, 51, 0.14);
	--pt-primary-ring: rgba(221, 153, 51, 0.45);
	--pt-ink: #161618;
	--pt-ink-soft: #2d2d30;
	--pt-muted: #6b7280;
	--pt-surface: #f7f5f1;
	--pt-surface-warm: #f0ece4;
	--pt-card: #ffffff;
	--pt-line: rgba(22, 22, 24, 0.09);
	--pt-border: rgba(22, 22, 24, 0.09);
	--pt-bg: #f7f5f1;
	--pt-radius-xs: 8px;
	--pt-radius-sm: 12px;
	--pt-radius-md: 16px;
	--pt-radius-btn: 12px;
	--pt-radius-pill: 999px;
	--pt-header-chip-h: 34px;
	--pt-header-chip-bg: #efeeeb;
	--pt-header-chip-bg-hover: #e6e4df;
	--pt-shadow-xs: 0 1px 2px rgba(22, 22, 24, 0.05);
	--pt-shadow-sm: 0 4px 14px rgba(22, 22, 24, 0.06);
	--pt-shadow-md: 0 12px 28px rgba(22, 22, 24, 0.09);
	--pt-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--pt-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--pt-text-xs: 0.8125rem;
	--pt-text-sm: 0.9375rem;
	--pt-text-base: 1rem;
	--pt-text-md: 1.0625rem;
	--pt-text-2xs: 0.75rem;
	--pt-touch: 44px;
	--pt-container-pad: clamp(0.75rem, 2.5vw, 1.25rem);
}

/* ── Base typography ───────────────────────────────────── */
html {
	font-size: 100%;
}

body {
	background-color: var(--pt-surface);
	color: var(--pt-ink);
	font-family: var(--pt-font);
	font-size: var(--pt-text-base);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3 {
	letter-spacing: -0.02em;
	line-height: 1.15;
}

p, .product-short-description {
	line-height: 1.6;
}

/* ── Layout / container breathing room ─────────────────── */
#main,
.shop-container,
.product-main {
	padding-left: var(--pt-container-pad);
	padding-right: var(--pt-container-pad);
}

.row.row-collapse {
	margin-left: calc(var(--pt-container-pad) * -0.5);
	margin-right: calc(var(--pt-container-pad) * -0.5);
}

/* ── Header ────────────────────────────────────────────── */
.header-wrapper {
	background: #fff !important;
	border-bottom: 1px solid var(--pt-line);
	box-shadow: var(--pt-shadow-xs);
}

@media (min-width: 850px) {
	.header-wrapper {
		background: rgba(255, 255, 255, 0.94) !important;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
}

.header-main .nav > li > a {
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	min-height: var(--pt-touch);
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
	transition: color 0.2s var(--pt-ease);
}

.header-main .nav > li > a:hover,
.header-main .nav > li.active > a {
	color: var(--pt-primary-dark);
}

.nav-dropdown {
	border: 1px solid var(--pt-line) !important;
	border-radius: var(--pt-radius-sm) !important;
	box-shadow: var(--pt-shadow-md) !important;
}

/* Cart/account dropdowns override overflow in their own block below. */

/* Header — logo + search (Pawfect-style polish) */
.pt-header-polish .header-main {
	height: auto !important;
	min-height: 0 !important;
	padding: 0.55rem 0 !important;
}

.pt-header-polish .header-wrapper.stuck .header-main,
.pt-header-polish.stuck .header-main {
	height: auto !important;
	min-height: 0 !important;
	padding: 0.38rem 0 !important;
}

.pt-header-polish .header-wrapper.stuck .header-inner.flex-row,
.pt-header-polish.stuck .header-inner.flex-row {
	align-items: center;
}

.pt-header-polish .header-wrapper.stuck #logo img,
.pt-header-polish.stuck #logo img {
	max-height: 40px !important;
}

.pt-header-polish .header-inner.flex-row {
	align-items: center;
	gap: clamp(0.75rem, 2.5vw, 1.75rem);
}

.pt-header-polish #logo.flex-col.logo {
	flex: 0 0 auto;
	max-width: none !important;
	width: auto !important;
}

.pt-header-polish #logo a {
	display: block;
	line-height: 0;
	max-width: none !important;
}

.pt-header-polish #logo img,
.pt-header-polish #logo .header_logo,
.pt-header-polish #logo .header-logo {
	display: block;
	height: auto !important;
	max-height: 48px !important;
	max-width: min(200px, 42vw) !important;
	width: auto !important;
}

.pt-header-polish #logo .header-logo-dark {
	display: none !important;
}

/* Header — utility chips continued */
.pt-header-polish .header-nav.nav-right {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.28rem;
	justify-content: flex-end;
}

.pt-header-polish .header-nav.nav-right > li {
	align-items: center;
	display: flex;
	line-height: 1;
	margin: 0;
}

.pt-header-polish .header-nav.nav-right > li > a.pt-header-chip {
	line-height: 1 !important;
	min-height: var(--pt-header-chip-h);
}

/* Flatsome sticky header forces nav link line-height — reset for chips */
.pt-header-polish .header-wrapper.stuck .header-main .header-nav.nav-right > li > a.pt-header-chip,
.pt-header-polish .stuck .header-main .header-nav.nav-right > li > a.pt-header-chip {
	height: var(--pt-header-chip-h) !important;
	line-height: 1 !important;
	padding-block: 0 !important;
	vertical-align: middle;
}

.pt-header-polish .header-main .hide-for-medium.flex-left.flex-grow {
	flex: 1 1 280px;
	margin-inline: 0 auto;
	max-width: min(540px, 100%);
}

.pt-header-polish .header-main .hide-for-medium.flex-right {
	flex: 0 0 auto;
	margin-left: auto;
}

.pt-header-polish .header-nav.header-nav-main.nav-left {
	width: 100%;
}

.pt-header-polish .header-search-form.search-form {
	margin: 0;
	width: 100%;
}

.pt-header-polish .header-search-form-wrapper,
.pt-header-polish .searchform-wrapper.ux-search-box {
	width: 100%;
}

.pt-header-polish .header-search-form .searchform .flex-row {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.1);
	border-radius: var(--pt-radius-pill);
	box-shadow: 0 1px 2px rgba(22, 22, 24, 0.04);
	gap: 0.25rem;
	padding: 0.22rem 0.28rem 0.22rem 0.95rem;
	transition:
		background 0.2s var(--pt-ease),
		border-color 0.2s var(--pt-ease),
		box-shadow 0.2s var(--pt-ease);
}

.pt-header-polish .header-search-form .searchform .flex-row:focus-within {
	background: #fff;
	border-color: rgba(221, 153, 51, 0.45);
	box-shadow: 0 0 0 3px var(--pt-primary-soft);
}

.pt-header-polish .header-search-form .search-field {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--pt-ink);
	font-size: var(--pt-text-sm);
	font-weight: 500;
	min-height: var(--pt-header-chip-h);
	padding: 0.35rem 0.35rem 0.35rem 0 !important;
}

.pt-header-polish .header-search-form .search-field::placeholder {
	color: #9ca3af;
	font-weight: 450;
	opacity: 1;
}

.pt-header-polish .header-search-form .ux-search-submit {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: var(--pt-muted) !important;
	display: inline-flex !important;
	flex-shrink: 0;
	height: 30px !important;
	justify-content: center;
	margin: 0 !important;
	min-height: 30px !important;
	padding: 0 !important;
	transition: background 0.18s var(--pt-ease), color 0.18s var(--pt-ease);
	width: 30px !important;
}

.pt-header-polish .header-search-form .ux-search-submit:hover {
	background: rgba(22, 22, 24, 0.06) !important;
	color: var(--pt-ink) !important;
	transform: none;
}

.pt-header-polish .header-search-form .ux-search-submit i {
	font-size: 1rem;
	line-height: 1;
}

.pt-header-polish .header-search-form .relevanssi-live-search-instructions {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Pawfect-style live search panel */
.pt-header-polish .header-search-form .searchform,
.pt-header-polish .searchform {
	position: relative;
}

.pt-header-polish .header-search-form,
.pt-header-polish .header-main .hide-for-medium.flex-left.flex-grow {
	overflow: visible;
}

.pt-search-panel {
	left: 0;
	min-width: min(760px, calc(100vw - 1.5rem));
	position: absolute;
	top: calc(100% + 0.4rem);
	width: max(100%, 680px);
	z-index: 250;
}

.pt-search-panel.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.pt-search-panel__shell {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-md);
	display: grid;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	max-height: min(520px, 72vh);
	overflow: hidden;
}

.pt-search-panel__shell--empty {
	grid-template-columns: 1fr;
	max-height: none;
}

.pt-search-panel__aside {
	border-right: 1px solid var(--pt-line);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	overflow: auto;
	padding: 0.85rem 0.9rem 1rem;
}

.pt-search-panel__aside--solo {
	border-right: 0;
}

.pt-search-panel__main {
	overflow: auto;
	padding: 0.85rem 0.9rem 1rem;
}

.pt-search-panel__heading {
	color: var(--pt-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.pt-search-panel__heading--products {
	color: var(--pt-ink);
	font-size: 0.82rem;
	letter-spacing: 0;
	margin-bottom: 0.65rem;
	text-transform: none;
}

.pt-search-panel__suggestions,
.pt-search-panel__categories,
.pt-search-panel__products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-search-panel__suggestion {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: var(--pt-radius-xs);
	color: var(--pt-ink);
	cursor: pointer;
	display: flex;
	font-family: var(--pt-font);
	font-size: 0.84rem;
	font-weight: 550;
	gap: 0.55rem;
	line-height: 1.35;
	padding: 0.45rem 0.35rem;
	text-align: left;
	transition: background 0.15s var(--pt-ease);
	width: 100%;
}

.pt-search-panel__suggestion:hover {
	background: var(--pt-surface);
}

.pt-search-panel__icon {
	color: var(--pt-muted);
	flex: 0 0 auto;
	font-size: 0.82rem;
	line-height: 1;
}

.pt-search-panel__cats-head {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	margin-top: 0.65rem;
}

.pt-search-panel__more {
	color: var(--pt-primary-dark);
	font-size: 0.78rem;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
}

.pt-search-panel__more:hover {
	text-decoration: underline;
}

.pt-search-panel__category {
	color: var(--pt-ink-soft);
	display: block;
	font-size: 0.82rem;
	font-weight: 550;
	line-height: 1.4;
	padding: 0.28rem 0;
	text-decoration: none;
}

.pt-search-panel__category:hover {
	color: var(--pt-primary-dark);
}

.pt-search-panel__view-all {
	background: var(--pt-primary);
	border-radius: var(--pt-radius-xs);
	color: #fff !important;
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-top: auto;
	padding: 0.65rem 0.75rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.pt-search-panel__view-all:hover {
	background: var(--pt-primary-dark);
	color: #fff !important;
}

.pt-search-panel__products {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pt-search-panel__product-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	height: 100%;
	text-decoration: none;
}

.pt-search-panel__product-media {
	aspect-ratio: 1 / 1;
	background: var(--pt-surface);
	border-radius: var(--pt-radius-xs);
	overflow: hidden;
}

.pt-search-panel__product-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pt-search-panel__product-title {
	color: var(--pt-ink);
	display: -webkit-box;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pt-search-panel__product-price {
	color: #c0392b;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
}

.pt-search-panel__product-price del {
	color: var(--pt-muted);
	font-size: 0.72rem;
	font-weight: 500;
	margin-right: 0.2rem;
	text-decoration: line-through;
}

.pt-search-panel__product-price ins {
	color: #c0392b;
	font-weight: 800;
	text-decoration: none;
}

.pt-search-panel__empty {
	color: var(--pt-muted);
	font-size: 0.88rem;
	margin: 0.5rem 0 0;
}

@media (max-width: 849px) {
	.pt-search-panel {
		left: 50%;
		min-width: 0;
		transform: translateX(-50%);
		width: min(calc(100vw - 1.25rem), 680px);
	}

	.pt-search-panel__shell {
		grid-template-columns: 1fr;
		max-height: min(70vh, 640px);
	}

	.pt-search-panel__aside {
		border-bottom: 1px solid var(--pt-line);
		border-right: 0;
		max-height: 42%;
	}

	.pt-search-panel__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pt-header-polish .live-search-results {
	display: none !important;
}

.pt-header-polish .header-main .flex-right .nav-top-link,
.pt-header-polish .header-main .flex-right .header-cart-link {
	font-size: 0.88rem;
	font-weight: 600;
}

.pt-header-polish .header-main .header-divider {
	display: none;
}

.pt-header-polish .header-main .account-item + .header-divider {
	display: none;
}

.pt-header-polish #wide-nav.header-bottom {
	display: none !important;
}

.pt-header-chip {
	align-items: center;
	border: 0;
	border-radius: var(--pt-radius-pill);
	color: var(--pt-ink) !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 600;
	gap: 0.28rem;
	justify-content: center;
	line-height: 1.15;
	min-height: var(--pt-header-chip-h);
	text-decoration: none !important;
	transition:
		background 0.18s var(--pt-ease),
		color 0.18s var(--pt-ease);
}

.pt-header-chip--label {
	background: var(--pt-header-chip-bg);
	padding: 0.28rem 0.72rem;
	white-space: nowrap;
}

.pt-header-chip--label:hover {
	background: var(--pt-header-chip-bg-hover);
	color: var(--pt-ink) !important;
}

/* Sticky header — icon-only utility chips (Flatsome line-height fix) */
.pt-header-polish .header-wrapper.stuck .header-nav.nav-right > li > a.pt-header-chip--label,
.pt-header-polish.stuck .header-nav.nav-right > li > a.pt-header-chip--label {
	align-items: center;
	gap: 0;
	height: var(--pt-header-chip-h) !important;
	justify-content: center;
	min-width: var(--pt-header-chip-h);
	padding: 0 !important;
	width: var(--pt-header-chip-h);
}

.pt-header-polish .header-wrapper.stuck .pt-header-chip__label,
.pt-header-polish.stuck .pt-header-chip__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pt-header-polish .header-wrapper.stuck .header-search-form .search-field,
.pt-header-polish.stuck .header-search-form .search-field {
	font-size: 0.84rem;
	min-height: 32px;
	padding-block: 0.25rem !important;
}

.pt-header-polish .header-wrapper.stuck .header-search-form .searchform .flex-row,
.pt-header-polish.stuck .header-search-form .searchform .flex-row {
	padding-block: 0.18rem;
}

.pt-header-chip--icon {
	background: transparent;
	height: var(--pt-header-chip-h);
	min-width: var(--pt-header-chip-h);
	padding: 0;
	width: var(--pt-header-chip-h);
}

.pt-header-chip--icon:hover {
	background: rgba(22, 22, 24, 0.05);
	color: var(--pt-ink) !important;
}

.pt-header-chip--icon i {
	font-size: 1.02rem;
	line-height: 1;
}

.pt-header-chip__label {
	letter-spacing: 0;
}

.pt-header-happy__star {
	color: #f5a623;
	flex-shrink: 0;
	font-size: 0.88rem;
	line-height: 1;
}

.pt-header-track__icon {
	align-items: center;
	color: var(--pt-muted);
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.pt-header-track__icon svg {
	height: 14px;
	width: 14px;
}

.pt-header-chip--label:hover .pt-header-track__icon {
	color: var(--pt-ink);
}

/* Header — account, cart, mini cart */
.pt-header-account__link i,
.pt-header-cart__link i {
	font-size: 1.02rem;
	line-height: 1;
}

.pt-header-cart__link {
	position: relative;
}

.pt-header-cart__link .header-cart-title {
	display: none !important;
}

.pt-header-cart__link i[data-icon-label]:not([data-icon-label="0"])::after {
	background: var(--pt-primary);
	border-radius: 999px;
	color: #1a1206;
	content: attr(data-icon-label);
	font-family: var(--pt-font);
	font-size: 0.58rem;
	font-style: normal;
	font-weight: 800;
	height: 16px;
	line-height: 16px;
	min-width: 16px;
	padding: 0 3px;
	position: absolute;
	right: -2px;
	text-align: center;
	top: -3px;
}

.pt-header-cart__dropdown.nav-dropdown,
.pt-header-account__dropdown.nav-dropdown {
	border: 1px solid var(--pt-line) !important;
	border-radius: var(--pt-radius-md) !important;
	box-shadow: var(--pt-shadow-md) !important;
	display: block !important;
	left: auto !important;
	margin-top: 0.55rem !important;
	min-width: min(360px, calc(100vw - 2rem));
	padding: 0 !important;
	right: 0 !important;
	top: 100% !important;
	transform: none !important;
	z-index: 10020;
}

/* Sticky header + Flatsome auto-reveal: anchor below cart icon (JS sets --pt-mini-cart-*). */
.pt-header-polish .pt-header-cart.has-dropdown.is-cart-open > .pt-header-cart__dropdown.nav-dropdown,
.pt-header-polish .pt-header-cart.has-dropdown.current-dropdown > .pt-header-cart__dropdown.nav-dropdown,
.pt-header-polish .pt-header-cart.has-dropdown.cart-active > .pt-header-cart__dropdown.nav-dropdown {
	bottom: auto !important;
	left: auto !important;
	margin-top: 0 !important;
	max-height: min(70vh, 520px);
	position: fixed !important;
	right: var(--pt-mini-cart-right, 1rem) !important;
	top: var(--pt-mini-cart-top, 4.5rem) !important;
	width: min(360px, calc(100vw - 2rem));
}

.pt-header-polish #header,
.pt-header-polish .header-wrapper,
.pt-header-polish .header-wrapper.stuck,
.pt-header-polish .header-main,
.pt-header-polish .header-inner.flex-row,
.pt-header-polish .header-nav.nav-right,
.pt-header-polish .pt-header-cart.has-dropdown {
	overflow: visible !important;
}

.pt-header-cart__dropdown .widget_shopping_cart,
.pt-header-account__dropdown {
	overflow: visible;
}

.pt-mini-cart {
	padding: 1rem 1rem 0.85rem;
}

.pt-mini-cart__title {
	color: var(--pt-ink);
	font-size: 0.92rem;
	font-weight: 750;
	margin: 0 0 0.75rem;
}

.pt-header-polish .woocommerce-mini-cart__empty-message {
	background: var(--pt-surface);
	border-radius: var(--pt-radius-sm);
	color: var(--pt-muted);
	font-size: 0.88rem;
	margin: 0;
	padding: 1.25rem 1rem;
	text-align: center;
}

.pt-header-polish .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	max-height: 320px;
	overflow-y: auto;
	padding: 0;
}

.pt-header-polish .woocommerce-mini-cart-item {
	border-bottom: 1px solid var(--pt-line);
	display: grid;
	gap: 0.35rem 0.65rem;
	grid-template-columns: 56px 1fr auto;
	padding: 0.75rem 0;
}

.pt-header-polish .woocommerce-mini-cart-item:last-child {
	border-bottom: 0;
}

.pt-header-polish .woocommerce-mini-cart-item a:not(.remove) {
	color: var(--pt-ink);
	display: contents;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none !important;
}

.pt-header-polish .woocommerce-mini-cart-item img {
	border-radius: var(--pt-radius-xs);
	height: 56px;
	object-fit: cover;
	width: 56px;
}

.pt-header-polish .woocommerce-mini-cart-item .quantity {
	color: var(--pt-muted);
	font-size: 0.78rem;
	grid-column: 2;
}

.pt-header-polish .woocommerce-mini-cart-item .remove {
	align-self: start;
	background: var(--pt-surface);
	border-radius: 50%;
	color: var(--pt-muted) !important;
	font-size: 1.1rem;
	height: 26px;
	line-height: 24px;
	text-align: center;
	width: 26px;
}

.pt-header-polish .woocommerce-mini-cart-item .remove:hover {
	background: #fee2e2;
	color: #b91c1c !important;
}

.pt-header-polish .woocommerce-mini-cart__total {
	border-top: 1px solid var(--pt-line);
	color: var(--pt-ink);
	font-size: 0.92rem;
	font-weight: 700;
	margin: 0.75rem 0 0;
	padding-top: 0.75rem;
}

.pt-header-polish .woocommerce-mini-cart__total .amount {
	color: var(--pt-primary-dark);
}

.pt-header-polish .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 0.45rem;
	grid-template-columns: 1fr 1fr;
	margin: 0.85rem 0 0;
}

.pt-header-polish .woocommerce-mini-cart__buttons .button {
	border-radius: var(--pt-radius-btn) !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	margin: 0 !important;
	min-height: 42px;
	padding: 0.55rem 0.75rem !important;
	text-align: center;
	width: 100%;
}

.pt-header-polish .woocommerce-mini-cart__buttons .checkout {
	background: var(--pt-primary) !important;
	border-color: var(--pt-primary) !important;
	color: #1a1206 !important;
}

.pt-header-polish .woocommerce-mini-cart__buttons .checkout:hover {
	background: var(--pt-primary-dark) !important;
	border-color: var(--pt-primary-dark) !important;
	color: #fff !important;
}

.pt-header-polish .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
	background: transparent !important;
	border: 2px solid var(--pt-line) !important;
	color: var(--pt-ink) !important;
}

.pt-header-account__dropdown .woocommerce-MyAccount-navigation-link a,
.pt-header-account__dropdown li a {
	color: var(--pt-ink);
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	padding: 0.55rem 1rem;
	text-decoration: none !important;
}

.pt-header-account__dropdown li a:hover {
	background: var(--pt-primary-soft);
	color: var(--pt-primary-dark);
}

/* Mobile / off-canvas cart popup */
.pt-cart-popup .cart-popup-inner,
#cart-popup.pt-cart-popup .cart-popup-inner {
	padding: 1.25rem 1rem 1.5rem;
}

.pt-cart-popup__head,
.pt-cart-popup .cart-popup-title {
	margin-bottom: 0.85rem;
	text-align: left;
}

.pt-cart-popup__head h4,
.pt-cart-popup .cart-popup-title h4 {
	color: var(--pt-ink);
	font-size: 1.05rem;
	font-weight: 750;
	margin: 0;
	text-transform: none;
}

.pt-cart-popup .is-divider,
.pt-header-polish .header-cart-content {
	display: none !important;
}

.pt-header-polish .off-canvas-cart.mfp-content,
.pt-header-polish #cart-popup.mfp-content {
	background: #fff;
	max-width: min(420px, 100vw);
}

/* Login lightbox */
.pt-header-polish #login-form-popup.lightbox-content {
	border-radius: var(--pt-radius-md);
	max-width: 420px;
	overflow: hidden;
	padding: 1.5rem 1.25rem 1.25rem;
}

.pt-header-polish #login-form-popup .woocommerce-form-login label {
	color: var(--pt-ink);
	font-size: 0.88rem;
	font-weight: 600;
}

.pt-header-polish #login-form-popup .input-text,
.pt-header-polish #login-form-popup input[type="password"] {
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	min-height: 44px;
}

.pt-header-polish #login-form-popup .woocommerce-button.button {
	background: var(--pt-primary) !important;
	border-color: var(--pt-primary) !important;
	border-radius: var(--pt-radius-btn) !important;
	color: #1a1206 !important;
	font-weight: 700;
	min-height: 44px;
	width: 100%;
}

@media (max-width: 849px) {
	.pt-header-chip--label {
		gap: 0;
		height: var(--pt-header-chip-h);
		min-width: var(--pt-header-chip-h);
		padding: 0;
		width: var(--pt-header-chip-h);
	}

	.pt-header-chip__label {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.pt-header-happy__star {
		font-size: 0.92rem;
	}
}

@media (min-width: 850px) {
	.pt-header-polish .header-inner.flex-row {
		display: grid;
		grid-template-columns: auto minmax(240px, 1fr) auto;
	}

	.pt-header-polish .header-main .hide-for-medium.flex-left.flex-grow {
		grid-column: 2;
		margin-inline: auto;
		max-width: 520px;
		width: 100%;
	}

	.pt-header-polish #logo.flex-col.logo {
		grid-column: 1;
	}

	.pt-header-polish .header-main .hide-for-medium.flex-right {
		grid-column: 3;
	}
}

@media (max-width: 849px) {
	.pt-header-polish .header-main {
		padding: 0.5rem 0 !important;
	}

	.pt-header-polish #logo img {
		max-height: 42px !important;
		max-width: 160px !important;
	}

	.pt-header-polish .mobile-nav .nav-icon > a {
		border: 1px solid var(--pt-line);
		border-radius: var(--pt-radius-sm);
		min-height: 40px;
		min-width: 40px;
	}
}

/* Mobile header / off-canvas */
@media (max-width: 849px) {
	.header-main {
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}

	.mobile-nav .nav > li > a {
		font-size: 1rem;
		min-height: var(--pt-touch);
		padding: 0.75rem 1rem;
	}

	.mfp-content .sidebar-menu {
		padding-bottom: env(safe-area-inset-bottom, 0);
	}
}

.cart-icon strong {
	border-color: var(--pt-primary) !important;
	border-radius: var(--pt-radius-xs) !important;
	color: var(--pt-primary) !important;
}

.cart-icon strong:after {
	border-color: var(--pt-primary) !important;
}

.cart-icon:hover strong,
.current-dropdown .cart-icon strong {
	background-color: var(--pt-primary) !important;
	color: #fff !important;
}

/* ── Button system (Flatsome + WooCommerce) ────────────── */
.button,
button,
input[type="submit"],
input[type="button"],
.single_add_to_cart_button,
.add_to_cart_button,
.checkout-button,
#place_order,
.woocommerce a.button {
	align-items: center;
	border-radius: var(--pt-radius-btn) !important;
	display: inline-flex;
	font-family: var(--pt-font);
	font-size: 0.9rem !important;
	font-weight: 650 !important;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.2 !important;
	min-height: var(--pt-touch);
	padding: 0.7em 1.35em !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition:
		background-color 0.2s var(--pt-ease),
		border-color 0.2s var(--pt-ease),
		box-shadow 0.2s var(--pt-ease),
		transform 0.15s var(--pt-ease),
		color 0.2s var(--pt-ease) !important;
}

/* Primary CTA */
.button.primary:not(.is-outline):not(.is-link),
button[type="submit"]:not(.is-outline),
.single_add_to_cart_button,
.checkout-button,
#place_order,
.woocommerce a.button.alt {
	background: var(--pt-primary) !important;
	border: 2px solid transparent !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 6px 16px rgba(221, 153, 51, 0.28) !important;
	color: #1a1206 !important;
}

.button.primary:not(.is-outline):not(.is-link):hover,
button[type="submit"]:not(.is-outline):hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.woocommerce a.button.alt:hover {
	background: var(--pt-primary-dark) !important;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08), 0 10px 22px rgba(221, 153, 51, 0.34) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.button.primary:not(.is-outline):active,
.single_add_to_cart_button:active,
#place_order:active {
	transform: translateY(0);
}

/* Secondary / outline */
.button.is-outline,
.button.secondary.is-outline,
.woocommerce a.button.is-outline {
	background: transparent !important;
	border: 2px solid var(--pt-ink-soft) !important;
	box-shadow: none !important;
	color: var(--pt-ink) !important;
}

.button.is-outline:hover,
.button.secondary.is-outline:hover {
	border-color: var(--pt-primary) !important;
	color: var(--pt-primary-dark) !important;
}

/* Small buttons on cards */
.products .add_to_cart_button,
.grid-tools a {
	font-size: 0.78rem !important;
	min-height: 38px;
	padding: 0.5em 0.85em !important;
}

/* Focus ring (keyboard / a11y) */
.button:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
a.button:focus-visible {
	box-shadow: 0 0 0 3px var(--pt-primary-ring) !important;
	outline: none;
}

/* ── Forms (checkout, account) ───────────────────────── */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea,
.woocommerce form .input-text {
	border: 1px solid var(--pt-line) !important;
	border-radius: var(--pt-radius-xs) !important;
	font-size: 16px !important; /* prevents iOS zoom */
	min-height: var(--pt-touch);
	padding: 0.65rem 0.85rem !important;
	transition: border-color 0.2s var(--pt-ease), box-shadow 0.2s var(--pt-ease);
}

input:focus,
select:focus,
textarea:focus,
.woocommerce form .input-text:focus {
	border-color: var(--pt-primary) !important;
	box-shadow: 0 0 0 3px var(--pt-primary-soft) !important;
	outline: none;
}

/* ── Product grid ──────────────────────────────────────── */
.products {
	--pt-grid-gap: clamp(0.65rem, 2vw, 1rem);
}

.products .product-small,
.products .product {
	margin-bottom: var(--pt-grid-gap);
}

.products .col-inner {
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	overflow: hidden;
	transition: box-shadow 0.25s var(--pt-ease), border-color 0.25s var(--pt-ease);
}

@media (min-width: 850px) {
	.products .col-inner {
		transition: transform 0.25s var(--pt-ease), box-shadow 0.25s var(--pt-ease), border-color 0.25s var(--pt-ease);
	}

	.products .col-inner:hover {
		border-color: rgba(221, 153, 51, 0.28);
		box-shadow: var(--pt-shadow-md);
		transform: translateY(-3px);
	}

	.products .col-inner:hover .box-image img {
		transform: scale(1.03);
	}
}

.products .box-image {
	aspect-ratio: 1 / 1;
	background: #f0eeea;
	border-radius: var(--pt-radius-md) var(--pt-radius-md) 0 0;
	overflow: hidden;
}

.products .box-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s var(--pt-ease);
	width: 100%;
}

.products .box-text {
	padding: 0.75rem 0.9rem 1rem !important;
}

.products .product-title a {
	color: var(--pt-ink);
	display: -webkit-box;
	font-size: clamp(0.84rem, 2.2vw, 0.95rem);
	font-weight: 600;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.35;
	overflow: hidden;
}

.products .price span.amount {
	color: var(--pt-primary-dark);
	font-size: clamp(0.95rem, 2.5vw, 1.05rem);
	font-weight: 700;
}

.products .price del span.amount {
	color: var(--pt-muted);
	font-size: 0.88rem;
	font-weight: 500;
}

/* Mobile: 2-column shop grid spacing */
@media (max-width: 549px) {
	.shop-container .products .product-small {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0.35rem;
		padding-right: 0.35rem;
	}

	.shop-container .products.row {
		margin-left: -0.35rem;
		margin-right: -0.35rem;
	}
}

/* ── Badges ────────────────────────────────────────────── */
.badge-inner,
.onsale,
span.onsale {
	background: #c0392b !important;
	border-radius: var(--pt-radius-pill) !important;
	font-size: 0.68rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.3em 0.6em !important;
	text-transform: uppercase;
}

.grid-tools a {
	background: var(--pt-ink) !important;
	border-radius: 0 !important;
}

.grid-tools a:hover {
	background: var(--pt-primary-dark) !important;
}

.star-rating span:before,
.star-rating:before {
	color: var(--pt-primary);
}

/* ── Single product ────────────────────────────────────── */
.product-main {
	padding-top: clamp(1rem, 3vw, 2.5rem);
	padding-bottom: clamp(1.5rem, 4vw, 3rem);
}

.product-info {
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	padding: clamp(1rem, 3vw, 1.5rem) !important;
}

.product-info .product-title {
	font-size: clamp(1.35rem, 4vw, 1.85rem);
	font-weight: 700;
}

.product-gallery {
	border-radius: var(--pt-radius-md);
	overflow: hidden;
}

@media (max-width: 849px) {
	.product-main .product-gallery,
	.product-main .product-info {
		margin-bottom: 1rem;
	}

	.single-product form.cart .quantity {
		margin-bottom: 0.75rem;
		width: 100%;
	}

	.single-product .single_add_to_cart_button {
		width: 100%;
	}
}

.quantity input[type="number"] {
	border-radius: var(--pt-radius-xs) !important;
	min-height: var(--pt-touch);
}

/* Trust box */
.wcst_guarantee_box {
	background: var(--pt-card);
	border: 1px solid rgba(221, 153, 51, 0.2);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	padding: 1rem;
}

.wcst_guarantee_box_icon i {
	color: #0d9f6e;
}

/* WCPA — Pawfect option fields */
.pt-product-pawfect .wcpa_form_outer {
	margin: 0.35rem 0 1rem;
	width: 100%;
}

.pt-product-pawfect .wcpa_form_item {
	margin-bottom: 0.85rem;
}

.pt-product-pawfect .wcpa_form_item > label,
.pt-product-pawfect .wcpa_form_item .wcpa_label {
	color: var(--pt-ink-soft);
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 0.38rem;
	overflow: visible;
	padding-right: 0;
	white-space: normal;
}

.pt-product-pawfect .wcpa_form_item .wcpa_required {
	color: var(--pt-primary-dark);
	font-weight: 700;
}

.pt-product-pawfect .wcpa_type_select .select {
	max-width: 100%;
	position: relative;
	width: 100%;
}

.pt-product-pawfect .wcpa_type_select select,
.pt-product-pawfect .wcpa_form_item select {
	appearance: none;
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	box-shadow: none;
	color: var(--pt-ink);
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	min-height: 48px;
	outline: none;
	padding: 0.65rem 2.65rem 0.65rem 0.9rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	width: 100%;
}

.pt-product-pawfect .wcpa_type_select select:hover,
.pt-product-pawfect .wcpa_form_item select:hover {
	border-color: var(--pt-muted);
}

.pt-product-pawfect .wcpa_type_select select:focus,
.pt-product-pawfect .wcpa_form_item select:focus {
	border-color: var(--pt-primary);
	box-shadow: 0 0 0 3px var(--pt-primary-soft);
}

.pt-product-pawfect .wcpa_type_select .select_arrow {
	border-color: var(--pt-muted) transparent transparent;
	border-style: solid;
	border-width: 6px 5px 0;
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 0.95rem;
	top: 50%;
	transform: translateY(-35%);
	width: 0;
}

.pt-product-pawfect .wcpa_form_item input[type="text"],
.pt-product-pawfect .wcpa_form_item input[type="number"],
.pt-product-pawfect .wcpa_form_item input[type="email"],
.pt-product-pawfect .wcpa_form_item textarea {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	box-shadow: none;
	color: var(--pt-ink);
	font-size: 0.92rem;
	min-height: 46px;
	outline: none;
	padding: 0.6rem 0.85rem;
	width: 100%;
}

.pt-product-pawfect .wcpa_form_item input:focus,
.pt-product-pawfect .wcpa_form_item textarea:focus {
	border-color: var(--pt-primary);
	box-shadow: 0 0 0 3px var(--pt-primary-soft);
}

.pt-product-pawfect .wcpa_type_checkbox .wcpa_checkbox,
.pt-product-pawfect .wcpa_type_radio .wcpa_radio {
	align-items: flex-start;
	display: flex;
	gap: 0.45rem;
	margin-bottom: 0.45rem;
}

.pt-product-pawfect .wcpa_type_checkbox input,
.pt-product-pawfect .wcpa_type_radio input {
	accent-color: var(--pt-primary);
	flex-shrink: 0;
	margin-top: 0.2rem;
}

.wcpa_helptext {
	background: var(--pt-primary-soft);
	border-radius: var(--pt-radius-pill);
	color: var(--pt-primary-dark);
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.7rem;
}

/* ── Pawfect-style single product (PDP) ─────────────────── */
.pt-product-pawfect .product-main {
	padding-top: clamp(0.75rem, 2vw, 1.5rem);
}

.pt-product-pawfect .product-info .product-title {
	font-size: clamp(1.15rem, 2.8vw, 1.5rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.28;
	margin-bottom: 0.65rem;
}

.pt-product-pawfect .pt-pdp-rating {
	margin: 0;
}

.pt-pdp-rating__row {
	margin: 0;
}

.pt-pdp-rating__reviews {
	color: var(--pt-muted);
	font-size: 0.84rem;
	font-weight: 600;
	margin-left: 0.15rem;
	text-decoration: none !important;
}

.pt-pdp-rating__reviews:hover {
	color: var(--pt-primary-dark);
}

.pt-pdp-bought {
	color: var(--pt-muted);
	font-size: 0.84rem;
	margin: 0;
}

.pt-pdp-bought strong {
	color: var(--pt-ink);
	font-weight: 800;
}

.pt-product-pawfect .price-wrapper {
	margin-bottom: 0.55rem;
}

.pt-product-pawfect .product-page-price .amount,
.pt-product-pawfect .product-page-price ins .amount {
	color: #c0392b;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 800;
	text-decoration: none;
}

.pt-product-pawfect .product-page-price del .amount {
	color: var(--pt-muted);
	font-size: 1rem;
	font-weight: 500;
}

.pt-product-pawfect .product-page-price.pt-pdp-price-wcpa-sync:not(.pt-pdp-price-qty-sync) del {
	display: none !important;
}

.pt-product-pawfect .product-page-price.pt-pdp-price-qty-sync.pt-pdp-price-wcpa-sync del {
	display: inline !important;
}

.pt-product-pawfect .product-page-price.pt-pdp-price-wcpa-sync .screen-reader-text {
	display: none !important;
}

.pt-product-pawfect .wcpa_price_summary.pt-wcpa-total-hidden {
	display: none !important;
}

.pt-pdp-shipping {
	align-items: center;
	background: var(--pt-surface);
	border-radius: var(--pt-radius-sm);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	gap: 0.35rem 0.65rem;
	justify-content: space-between;
	margin-bottom: 0.85rem;
	padding: 0.55rem 0.75rem;
}

.pt-pdp-shipping__method {
	color: var(--pt-ink);
	font-weight: 700;
}

.pt-pdp-shipping__eta {
	color: var(--pt-muted);
	font-weight: 600;
}

.pt-pdp-timeline {
	margin-bottom: 1rem;
}

.pt-pdp-timeline__steps {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.pt-pdp-timeline__steps--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pt-pdp-timeline__steps::before {
	background: var(--pt-line);
	content: "";
	height: 2px;
	left: 12%;
	position: absolute;
	right: 12%;
	top: 9px;
	z-index: 0;
}

.pt-pdp-timeline__steps--4::before {
	left: 8%;
	right: 8%;
}

.pt-pdp-timeline__steps::after {
	background: var(--pt-primary);
	content: "";
	height: 2px;
	left: 12%;
	position: absolute;
	top: 9px;
	width: 0;
	z-index: 0;
}

.pt-pdp-timeline__steps--4::after {
	left: 8%;
	width: 30%;
}

.pt-pdp-timeline__step {
	position: relative;
	text-align: center;
	z-index: 1;
}

.pt-pdp-timeline__step--deliver-primary .pt-pdp-timeline__dot {
	background: var(--pt-primary);
	border-color: var(--pt-primary);
	box-shadow: 0 0 0 3px var(--pt-primary-soft);
}

.pt-pdp-timeline__step--deliver-tail .pt-pdp-timeline__dot {
	height: 14px;
	margin-top: 2px;
	width: 14px;
}

.pt-pdp-timeline__share {
	color: var(--pt-primary-dark);
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0.2rem;
}

.pt-pdp-timeline__share--tail {
	color: var(--pt-muted);
	font-weight: 600;
}

.pt-pdp-timeline__dot {
	background: #fff;
	border: 2px solid var(--pt-line);
	border-radius: 50%;
	display: block;
	height: 18px;
	margin: 0 auto 0.45rem;
	width: 18px;
}

.pt-pdp-timeline__step.is-done .pt-pdp-timeline__dot,
.pt-pdp-timeline__step.is-active .pt-pdp-timeline__dot {
	background: var(--pt-primary);
	border-color: var(--pt-primary);
	box-shadow: 0 0 0 3px var(--pt-primary-soft);
}

.pt-pdp-timeline__date {
	color: var(--pt-ink);
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
}

.pt-pdp-timeline__label {
	color: var(--pt-muted);
	display: block;
	font-size: 0.72rem;
	line-height: 1.25;
	margin-top: 0.15rem;
}

.pt-product-pawfect form.cart {
	margin-top: 0.5rem;
}

.pt-product-pawfect .single_add_to_cart_button {
	background: var(--pt-primary) !important;
	border-color: var(--pt-primary) !important;
	border-radius: var(--pt-radius-btn) !important;
	color: #1a1206 !important;
	font-size: 1rem;
	font-weight: 800;
	min-height: 48px;
	padding-inline: 1.5rem;
	width: 100%;
}

.pt-product-pawfect .single_add_to_cart_button:hover {
	background: var(--pt-primary-dark) !important;
	border-color: var(--pt-primary-dark) !important;
	color: #fff !important;
}

.pt-pdp-price-caption {
	color: var(--pt-muted);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0.2rem 0 0;
}

.pt-product-pawfect .product-page-price.pt-pdp-price-qty-sync del {
	color: var(--pt-muted);
	font-size: 0.92em;
	opacity: 0.85;
}

.pt-product-pawfect .product-page-price.pt-pdp-price-qty-sync ins {
	color: #c0392b;
	font-weight: 800;
	text-decoration: none;
}

.pt-pdp-qty-savings {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.65rem;
	margin: 0.75rem 0 0.35rem;
	padding: 0.6rem 0.75rem;
}

.pt-pdp-qty-savings.is-active {
	background: linear-gradient(135deg, rgba(39, 174, 96, 0.08), rgba(39, 174, 96, 0.02));
	border-color: rgba(39, 174, 96, 0.28);
}

.pt-pdp-qty-savings.is-upsell {
	background: var(--pt-primary-soft);
	border-color: rgba(221, 153, 51, 0.35);
}

.pt-pdp-qty-savings__badge {
	background: #27ae60;
	border-radius: var(--pt-radius-pill);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	padding: 0.2rem 0.55rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.pt-pdp-qty-savings.is-upsell .pt-pdp-qty-savings__badge {
	background: var(--pt-primary-dark);
}

.pt-pdp-qty-savings__text {
	color: var(--pt-ink-soft);
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.4;
}

.pt-pdp-qty-savings__text strong {
	color: var(--pt-ink);
	font-weight: 800;
}

.pt-pdp-bulk-deals__item.is-qualified {
	border-color: rgba(221, 153, 51, 0.45);
}

.pt-pdp-bulk-deals__item.is-active {
	background: var(--pt-primary-soft);
	border-color: var(--pt-primary);
	box-shadow: 0 0 0 2px rgba(221, 153, 51, 0.18);
}

.pt-pdp-bulk-deals__item.is-active .pt-pdp-bulk-deals__off {
	background: var(--pt-primary);
	color: #1a1206;
}

.pt-pdp-arrival-note {
	background: var(--pt-primary-soft);
	border-radius: var(--pt-radius-sm);
	color: var(--pt-ink-soft);
	font-size: 0.86rem;
	line-height: 1.45;
	margin: 0.65rem 0 0;
	padding: 0.65rem 0.75rem;
}

.pt-product-pawfect form.cart + .pt-pdp-arrival-note {
	margin-top: 0.65rem;
}

.pt-pdp-arrival-note strong {
	color: var(--pt-primary-dark);
}

.pt-pdp-post-cart {
	display: grid;
	gap: 1.1rem;
	margin-top: 1.15rem;
}

.pt-pdp-bulk-deals__title {
	color: var(--pt-ink);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 0.65rem;
}

.pt-pdp-bulk-deals__grid {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-pdp-bulk-deals__item {
	align-items: center;
	background: var(--pt-surface);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.45rem;
	justify-content: space-between;
	min-height: 44px;
	padding: 0.55rem 0.7rem;
}

.pt-pdp-bulk-deals__qty {
	color: var(--pt-ink-soft);
	font-size: 0.82rem;
	font-weight: 600;
}

.pt-pdp-bulk-deals__off {
	background: var(--pt-primary-soft);
	border-radius: var(--pt-radius-pill);
	color: var(--pt-primary-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding: 0.2rem 0.55rem;
	white-space: nowrap;
}

.pt-pdp-perks {
	display: grid;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-pdp-perks__item {
	background: linear-gradient(90deg, var(--pt-primary-soft) 0, transparent 72%);
	border-radius: var(--pt-radius-sm);
	color: var(--pt-ink-soft);
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.35;
	padding: 0.45rem 0.55rem 0.45rem 1.65rem;
	position: relative;
}

.pt-pdp-perks__item::before {
	color: var(--pt-primary-dark);
	content: "✓";
	font-size: 0.78rem;
	font-weight: 800;
	left: 0.55rem;
	position: absolute;
	top: 0.5rem;
}

.pt-pdp-checkout-trust {
	border-top: 1px solid var(--pt-line);
	padding-top: 0.95rem;
}

.pt-pdp-checkout-trust__title {
	color: var(--pt-muted);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.pt-pdp-checkout-trust__badges {
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.92;
	width: min(100%, 420px);
}

.pt-product-pawfect .product-page-accordian {
	margin-top: 1.5rem;
}

.pt-product-pawfect .product-page-accordian .accordion-item {
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	margin-bottom: 0.55rem;
	overflow: hidden;
}

.pt-product-pawfect .product-page-accordian .accordion-title {
	align-items: center;
	background: #fff;
	color: var(--pt-ink);
	display: flex;
	font-size: 0.92rem;
	font-weight: 750;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
}

.pt-product-pawfect .product-page-accordian .accordion-title .toggle {
	flex-shrink: 0;
	height: auto;
	left: auto;
	margin: 0 0 0 auto;
	order: 2;
	position: static;
	top: auto;
	transform-origin: 50% 50%;
	width: auto;
}

.pt-product-pawfect .product-page-accordian .accordion-title.active .toggle {
	transform: rotate(-180deg);
}

.pt-product-pawfect .product-page-accordian .accordion-title.active {
	background: var(--pt-surface);
	color: var(--pt-ink);
}

.pt-product-pawfect .product-page-accordian .accordion-inner {
	background: #fff;
	border-top: 1px solid var(--pt-line);
	font-size: 0.9rem;
	line-height: 1.6;
	padding: 1rem 1.1rem 1.15rem;
}

.pt-pdp-tab-bullets {
	margin: 0;
	padding-left: 1.1rem;
}

.pt-pdp-tab-bullets li + li {
	margin-top: 0.45rem;
}

.pt-pdp-guarantee p {
	margin: 0 0 0.65rem;
}

.pt-product-pawfect #reviews .woocommerce-Reviews-title {
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
	font-weight: 800;
	margin-bottom: 0.75rem;
}

.pt-product-pawfect #reviews .commentlist .review {
	background: var(--pt-surface);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	margin-bottom: 0.75rem;
	padding: 0.85rem 1rem;
}

.pt-product-pawfect .product-gallery {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	padding: 0.5rem;
}

/* ── PDP v2.21 Pawfect parity polish ─────────────────────── */
.pt-product-pawfect .product-main > .row {
	align-items: flex-start;
}

@media (min-width: 850px) {
	.pt-product-pawfect .product-info.summary {
		position: sticky;
		top: clamp(4.5rem, 10vh, 6rem);
	}

	.pt-product-pawfect .product-gallery.large-6 {
		padding-right: 0.5rem;
	}
}

.pt-product-pawfect .product-gallery-slider .woocommerce-product-gallery__image img,
.pt-product-pawfect .product-gallery-slider .woocommerce-product-gallery__image a {
	border-radius: var(--pt-radius-sm);
}

.pt-product-pawfect .product-thumbnails {
	margin-top: 0.35rem;
	padding: 0 0.15rem;
}

.pt-product-pawfect .product-thumbnails .col {
	padding: 0.2rem;
}

.pt-product-pawfect .product-thumbnails img {
	border: 2px solid transparent;
	border-radius: var(--pt-radius-xs);
	transition: border-color 0.15s ease;
}

.pt-product-pawfect .product-thumbnails .is-nav-selected img,
.pt-product-pawfect .product-thumbnails .active img {
	border-color: var(--pt-primary);
}

.pt-product-pawfect .product-info {
	background: #fff;
	border: none;
	box-shadow: none;
	padding: clamp(1.15rem, 3vw, 1.75rem) !important;
}

.pt-product-pawfect .product-info .product-title {
	margin-bottom: 0.65rem;
}

.pt-pdp-trust-ribbon {
	background: var(--pt-primary-soft);
	border: none;
	border-radius: var(--pt-radius-pill);
	color: var(--pt-ink-soft);
	font-size: 0.78rem;
	margin-bottom: 0.75rem;
	padding: 0.45rem 0.7rem;
}

.pt-pdp-trust-ribbon strong {
	color: var(--pt-ink);
	font-weight: 800;
}

.pt-pdp-social-row {
	align-items: center;
	border-bottom: 1px solid var(--pt-line);
	gap: 0.5rem 1rem;
	justify-content: space-between;
	margin-bottom: 0.9rem;
	padding-bottom: 0.75rem;
}

.pt-pdp-social-row .pt-pdp-rating {
	flex: 1 1 auto;
	min-width: 0;
}

.pt-pdp-bought {
	flex: 0 0 auto;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}

.pt-pdp-delivery-card {
	background: var(--pt-surface);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	margin-bottom: 1rem;
	overflow: hidden;
}

.pt-pdp-delivery-card .pt-pdp-shipping {
	background: transparent;
	border-bottom: 1px solid var(--pt-line);
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.65rem 0.85rem;
}

.pt-pdp-delivery-card .pt-pdp-timeline {
	margin-bottom: 0;
	padding: 0.75rem 0.55rem 0.85rem;
}

.pt-product-pawfect .price-wrapper {
	border-bottom: 1px solid var(--pt-line);
	margin-bottom: 0.9rem;
	padding-bottom: 0.75rem;
}

.pt-pdp-options-panel {
	background: var(--pt-surface);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	margin: 0.85rem 0 1rem;
	padding: 1rem 1.05rem 0.35rem;
}

.pt-pdp-options-title {
	color: var(--pt-ink);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin: 0 0 0.85rem;
}

.pt-product-pawfect .pt-pdp-options-panel .wcpa_form_outer {
	border-top: 0;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	margin: 0;
	padding-top: 0;
	width: 100%;
}

.pt-product-pawfect .pt-pdp-options-panel .wcpa_row {
	margin-left: 0;
	margin-right: 0;
}

.pt-product-pawfect .pt-pdp-options-panel .wcpa_row::before,
.pt-product-pawfect .pt-pdp-options-panel .wcpa_row::after {
	content: none;
	display: none;
}

.pt-product-pawfect .pt-pdp-options-panel .wcpa_row {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.pt-product-pawfect .pt-pdp-options-panel [class*="wcpa-col-"] {
	float: none;
	min-height: 0;
	width: 100%;
}

.pt-product-pawfect .pt-pdp-options-panel .wcpa_form_item {
	margin-bottom: 0;
	width: 100%;
}

.pt-product-pawfect .pt-pdp-options-panel .wcpa_row:has(> .wcpa_type_separator) {
	display: none;
}

.pt-product-pawfect .pt-pdp-options-panel .SumoSelect {
	max-width: none;
	width: 100%;
}

.pt-product-pawfect .pt-pdp-options-panel .SumoSelect > .CaptionCont > span {
	overflow: visible;
	text-overflow: unset;
	white-space: normal;
}

.pt-product-pawfect form.cart {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-top: 0.15rem;
}

.pt-product-pawfect form.cart .quantity {
	align-self: flex-start;
	margin: 0;
}

.pt-product-pawfect form.cart .single_add_to_cart_button {
	margin: 0;
	min-height: 50px;
	width: 100%;
}

.pt-product-pawfect form.cart .pt-pdp-qty-savings,
.pt-product-pawfect form.cart .pt-pdp-arrival-note {
	width: 100%;
}

/* wpnlweb / Code Snippets sg_wrapper + Customizer flex row — stack vertically on Pawfect PDP */
body.pt-product-pawfect .sg_wrapper_add_to_cart_quantity,
.pt-product-pawfect .sg_wrapper_add_to_cart_quantity {
	align-items: stretch !important;
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 0.65rem;
	margin-top: 0;
	width: 100%;
}

body.pt-product-pawfect .sg_wrapper_add_to_cart_quantity > *,
.pt-product-pawfect .sg_wrapper_add_to_cart_quantity > * {
	flex: 0 0 auto;
	max-width: 100%;
}

body.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .quantity,
.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .quantity {
	align-self: flex-start;
	flex: 0 0 auto;
	margin: 0 !important;
	width: auto;
}

body.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .pt-pdp-qty-savings,
.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .pt-pdp-qty-savings {
	margin: 0;
	order: 2;
	width: 100%;
}

body.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .single_add_to_cart_button,
.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .single_add_to_cart_button,
body.pt-product-pawfect.single-product .single_add_to_cart_button {
	box-shadow: 0 2px 0 rgba(26, 18, 6, 0.12);
	display: block !important;
	flex: 0 0 auto;
	font-size: 1.02rem !important;
	height: auto !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	min-height: 50px !important;
	order: 3;
	padding: 0.85rem 1.5rem !important;
	white-space: normal !important;
	width: 100% !important;
}

body.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .pt-pdp-arrival-note,
.pt-product-pawfect .sg_wrapper_add_to_cart_quantity .pt-pdp-arrival-note {
	margin: 0;
	order: 4;
	width: 100%;
}

.pt-product-pawfect .quantity {
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	display: inline-flex;
	height: 50px;
	overflow: hidden;
	vertical-align: top;
}

.pt-product-pawfect .quantity .minus,
.pt-product-pawfect .quantity .plus {
	align-items: center;
	background: var(--pt-surface);
	border: 0;
	color: var(--pt-ink);
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: 1;
	min-height: 0;
	padding: 0;
	width: 40px;
}

.pt-product-pawfect .quantity .minus:hover,
.pt-product-pawfect .quantity .plus:hover {
	background: var(--pt-header-chip-bg-hover);
}

.pt-product-pawfect .quantity .qty {
	border: 0;
	border-left: 1px solid var(--pt-line);
	border-radius: 0 !important;
	border-right: 1px solid var(--pt-line);
	box-shadow: none !important;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	margin: 0;
	max-width: 3.25rem;
	min-height: 0;
	padding: 0;
	text-align: center;
	width: 3.25rem;
}

.pt-product-pawfect .single_add_to_cart_button {
	box-shadow: 0 2px 0 rgba(26, 18, 6, 0.12);
	font-size: 1.02rem;
	letter-spacing: 0.01em;
	min-height: 50px;
	transition:
		background 0.18s var(--pt-ease),
		box-shadow 0.18s var(--pt-ease),
		transform 0.12s var(--pt-ease);
}

.pt-product-pawfect .single_add_to_cart_button:active {
	transform: translateY(1px);
}

.pt-pdp-post-cart {
	background: var(--pt-surface);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	margin-top: 1rem;
	padding: 1rem;
}

.pt-product-pawfect .product-page-accordian {
	border-top: 1px solid var(--pt-line);
	margin-top: 1.25rem;
	padding-top: 0.35rem;
}

@media (max-width: 549px) {
	.pt-pdp-bought {
		flex: 1 1 100%;
		text-align: left;
		white-space: normal;
	}

	.pt-product-pawfect .quantity {
		width: 100%;
	}

	.pt-product-pawfect .quantity .qty {
		flex: 1;
		max-width: none;
		width: auto;
	}
}

/* More items to consider — related products */
.pt-pdp-related {
	background: #fff;
	border-top: 1px solid var(--pt-line);
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
	padding: clamp(1.5rem, 4vw, 2.25rem) 0 clamp(2rem, 5vw, 3rem);
}

.pt-pdp-related__pager {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
	margin-bottom: 0.85rem;
}

.pt-pdp-related__page-btn {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: 50%;
	color: var(--pt-ink);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--pt-font);
	font-size: 0.78rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	line-height: 1;
	min-width: 34px;
	padding: 0;
	transition:
		background 0.18s var(--pt-ease),
		border-color 0.18s var(--pt-ease),
		color 0.18s var(--pt-ease);
}

.pt-pdp-related__page-btn:hover:not(:disabled) {
	border-color: rgba(221, 153, 51, 0.45);
	color: var(--pt-primary-dark);
}

.pt-pdp-related__page-btn.is-active {
	background: var(--pt-primary);
	border-color: var(--pt-primary);
	color: #1a1206;
}

.pt-pdp-related__page-btn:disabled {
	cursor: default;
	opacity: 0.35;
}

.pt-pdp-related__title {
	color: var(--pt-ink);
	font-size: clamp(1rem, 2.2vw, 1.2rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 1.25rem;
	text-align: center;
	text-transform: uppercase;
}

.pt-pdp-related__grid {
	margin-inline: auto;
	max-width: min(1200px, 100%);
}

.pt-pdp-related__grid .pt-product-card[hidden] {
	display: none !important;
}

.pt-product-pawfect .related.related-products-wrapper {
	display: none !important;
}

@media (max-width: 549px) {
	.pt-pdp-timeline__date {
		font-size: 0.68rem;
	}

	.pt-pdp-timeline__label {
		font-size: 0.65rem;
	}

	.pt-pdp-timeline__share {
		font-size: 0.6rem;
	}
}

/* ── Cart (Pawfect) ────────────────────────────────────── */
.pt-cart-pawfect #content {
	background: var(--pt-surface);
}

.pt-cart-pawfect .page-title,
.pt-cart-pawfect .shop-page-title {
	display: none !important;
}

.pt-cart-urgency {
	background: #fff0e6;
	border-bottom: 1px solid rgba(221, 153, 51, 0.18);
}

.pt-cart-urgency__inner {
	padding: 0.65rem var(--pt-container-pad);
	text-align: center;
}

.pt-cart-urgency__text {
	color: var(--pt-ink-soft);
	font-size: clamp(0.82rem, 1.8vw, 0.92rem);
	line-height: 1.45;
	margin: 0;
}

.pt-cart-urgency__text strong {
	color: #c0392b;
	font-weight: 800;
}

.pt-cart-urgency.is-expired .pt-cart-urgency__text strong {
	color: #c0392b;
}

.pt-cart-pawfect .woocommerce > .row-large {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-top: clamp(1rem, 2.5vw, 1.75rem);
}

.pt-cart-heading {
	color: var(--pt-ink);
	font-size: clamp(1.15rem, 2.4vw, 1.45rem);
	font-weight: 800;
	margin: 0 0 1rem;
}

.pt-cart-pawfect .cart-wrapper {
	padding: 0;
}

.pt-cart-pawfect .woocommerce-cart-form__contents {
	border: 0;
}

.pt-cart-pawfect .woocommerce-cart-form__contents thead {
	display: none;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tbody tr.cart_item {
	border-bottom: 1px solid var(--pt-line);
	display: grid;
	gap: 0.75rem 1rem;
	grid-template-columns: 96px minmax(0, 1fr);
	grid-template-areas:
		'thumb name'
		'thumb meta'
		'thumb controls';
	padding: 1.15rem 0;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tbody tr.cart_item td {
	border: 0;
	display: block;
	padding: 0;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-thumbnail {
	grid-area: thumb;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-thumbnail img {
	border-radius: var(--pt-radius-sm);
	height: auto;
	width: 96px;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-name {
	grid-area: name;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-name a {
	color: var(--pt-ink);
	font-size: 0.98rem;
	font-weight: 750;
	text-decoration: none;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-name a:hover {
	color: var(--pt-primary-dark);
}

.pt-cart-pawfect .woocommerce-cart-form__contents .variation,
.pt-cart-pawfect .woocommerce-cart-form__contents dl.variation {
	color: var(--pt-muted);
	font-size: 0.82rem;
	grid-area: meta;
	margin: 0.35rem 0 0;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-price,
.pt-cart-pawfect .woocommerce-cart-form__contents .product-subtotal,
.pt-cart-pawfect .woocommerce-cart-form__contents .show-for-small.mobile-product-price {
	display: none !important;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-quantity,
.pt-cart-pawfect .woocommerce-cart-form__contents .product-remove {
	grid-area: controls;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tr.cart_item td.product-quantity {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .quantity {
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-pill);
	display: inline-flex;
	overflow: hidden;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .quantity .minus,
.pt-cart-pawfect .woocommerce-cart-form__contents .quantity .plus,
.pt-cart-pawfect .woocommerce-cart-form__contents .quantity .qty {
	background: #fff;
	border: 0;
	box-shadow: none;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	min-height: 36px;
	width: 36px;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .quantity .qty {
	color: var(--pt-ink);
	font-size: 0.9rem;
	width: 42px;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-remove {
	position: static;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-remove .remove {
	background: transparent;
	border: 0;
	color: var(--pt-muted) !important;
	font-size: 1.15rem;
	height: auto;
	line-height: 1;
	width: auto;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-remove .remove:hover {
	color: #c0392b !important;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tr.cart_item td.product-remove::before {
	display: none;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tr.cart_item::after {
	display: none;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tr.cart_item td.product-name::after {
	display: none;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tr.actions {
	border: 0;
	display: block;
}

.pt-cart-pawfect .woocommerce-cart-form__contents tr.actions td {
	padding: 0.75rem 0 0;
}

.pt-cart-pawfect .woocommerce-cart-form__contents button[name="update_cart"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pt-cart-pawfect .cart-sidebar .col-inner,
.pt-cart-pawfect .cart_totals {
	background: #ebf5ff;
	border: 1px solid rgba(59, 130, 246, 0.18);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	padding: clamp(1rem, 2.5vw, 1.35rem);
}

.pt-cart-pawfect .cart_totals > h2 {
	display: none;
}

.pt-cart-pawfect .cart_totals .shop_table {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
}

.pt-cart-pawfect .cart_totals tr.cart-subtotal th,
.pt-cart-pawfect .cart_totals tr.cart-subtotal td {
	border: 0;
	color: var(--pt-ink);
	font-size: 1rem;
	padding: 0 0 0.35rem;
}

.pt-cart-pawfect .cart_totals tr.cart-subtotal th {
	font-weight: 650;
}

.pt-cart-pawfect .cart_totals tr.cart-subtotal td {
	font-size: 1.15rem;
	font-weight: 800;
	text-align: right;
}

.pt-cart-pawfect .cart_totals tr.cart-subtotal td .amount {
	color: var(--pt-ink);
}

.pt-cart-pawfect .cart_totals tr.shipping,
.pt-cart-pawfect .cart_totals tr.order-total,
.pt-cart-pawfect .cart_totals tr.tax-rate,
.pt-cart-pawfect .cart_totals tr.tax-total,
.pt-cart-pawfect .cart_totals tr.fee,
.pt-cart-pawfect .cart_totals tr.cart-discount {
	display: none;
}

.pt-cart-summary__note {
	color: var(--pt-muted);
	font-size: 0.78rem;
	line-height: 1.45;
	margin: 0 0 0.85rem;
	text-align: center;
}

.pt-cart-pawfect .wc-proceed-to-checkout {
	margin: 0;
	padding: 0;
}

.pt-cart-pawfect .pt-cart-checkout-btn {
	background: var(--pt-primary) !important;
	border: 0 !important;
	border-radius: var(--pt-radius-btn) !important;
	color: #fff !important;
	display: block;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	line-height: 1.2 !important;
	padding: 0.95rem 1rem !important;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.pt-cart-pawfect .pt-cart-checkout-btn:hover {
	background: var(--pt-primary-dark) !important;
	color: #fff !important;
}

.pt-cart-checkout-btn__icon {
	margin-right: 0.35rem;
}

.pt-cart-protection {
	border-top: 1px solid rgba(59, 130, 246, 0.15);
	margin-top: 1rem;
	padding-top: 0.85rem;
}

.pt-cart-protection__head {
	align-items: center;
	display: flex;
	gap: 0.45rem;
	margin-bottom: 0.55rem;
}

.pt-cart-protection__icon {
	font-size: 1.15rem;
	line-height: 1;
}

.pt-cart-protection__title {
	color: var(--pt-ink);
	font-size: 0.88rem;
	font-weight: 800;
}

.pt-cart-protection__list {
	color: var(--pt-ink-soft);
	font-size: 0.78rem;
	line-height: 1.45;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-cart-protection__list li {
	padding-left: 1.15rem;
	position: relative;
}

.pt-cart-protection__list li + li {
	margin-top: 0.35rem;
}

.pt-cart-protection__list li::before {
	color: #2563eb;
	content: '\2713';
	font-weight: 800;
	left: 0;
	position: absolute;
}

.pt-cart-payments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
}

.pt-cart-payments__item {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-xs);
	color: var(--pt-muted);
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.35rem 0.45rem;
	text-transform: uppercase;
}

.pt-cart-pawfect .continue-shopping {
	margin-top: 0.85rem;
	text-align: center;
}

.pt-cart-pawfect .continue-shopping .button-continue-shopping {
	background: #fff !important;
	border: 1px solid var(--pt-ink) !important;
	border-radius: var(--pt-radius-pill) !important;
	color: var(--pt-ink) !important;
	display: inline-block;
	font-size: 0.82rem !important;
	font-weight: 650 !important;
	padding: 0.65rem 1.25rem !important;
	width: 100%;
}

.pt-cart-pawfect .continue-shopping .button-continue-shopping:hover {
	background: var(--pt-surface) !important;
	border-color: var(--pt-primary-dark) !important;
	color: var(--pt-primary-dark) !important;
}

.pt-cart-pawfect .checkout_coupon {
	margin-top: 1rem;
}

.pt-cart-pawfect .checkout_coupon .widget-title {
	font-size: 0.85rem;
}

.pt-cart-pawfect .cross-sells {
	display: none !important;
}

.pt-cart-pawfect .pt-pdp-related {
	background: #fff;
	border-top: 1px solid var(--pt-line);
	margin-top: 0.5rem;
}

.pt-cart-pawfect .woocommerce-cart-form__contents .product-name .amount,
.pt-cart-pawfect .woocommerce-cart-form__contents .product-name ins .amount,
.pt-cart-pawfect .woocommerce-cart-form__contents .product-name .woocommerce-Price-amount {
	color: #c0392b;
	font-size: 1rem;
	font-weight: 800;
}

@media (min-width: 850px) {
	.pt-cart-pawfect .woocommerce-cart-form__contents tbody tr.cart_item {
		align-items: center;
		grid-template-columns: 112px minmax(0, 1fr) auto;
		grid-template-areas:
			'thumb name price'
			'thumb meta controls';
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents .product-thumbnail img {
		width: 112px;
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents tr.cart_item td.product-name::after {
		display: none;
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents .product-subtotal {
		display: block !important;
		grid-area: price;
		text-align: right;
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents .product-subtotal .amount {
		color: #c0392b;
		font-size: 1.05rem;
		font-weight: 800;
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents .product-subtotal del .amount {
		color: var(--pt-muted);
		font-size: 0.82rem;
		font-weight: 500;
	}
}

@media (max-width: 849px) {
	.pt-cart-pawfect .woocommerce-cart-form__contents tbody tr.cart_item {
		position: relative;
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents .product-subtotal {
		display: block !important;
		margin-top: 0.35rem;
	}

	.pt-cart-pawfect .woocommerce-cart-form__contents .product-subtotal .amount {
		color: #c0392b;
		font-weight: 800;
	}
}

/* ── Cart & checkout (shared) ──────────────────────────── */
.woocommerce-cart .shop_table,
form.checkout {
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
}

.pt-cart-pawfect .woocommerce-cart-form__contents.shop_table {
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	padding: 0 clamp(0.85rem, 2vw, 1.15rem);
}

form.checkout {
	padding: clamp(1rem, 3vw, 1.5rem);
}

.pt-checkout-pawfect {
	background: #fff;
}

.pt-checkout-pawfect .pt-checkout-shell {
	margin: 0;
	max-width: none;
}

.pt-checkout-pawfect .page-checkout {
	box-shadow: none !important;
	padding: 0 !important;
}

.pt-checkout-pawfect .pt-checkout-logo {
	border-bottom: 1px solid var(--pt-line);
	padding: clamp(1rem, 2.5vw, 1.35rem) var(--pt-container-pad);
	text-align: center;
}

.pt-checkout-pawfect .pt-checkout-logo #logo img {
	max-height: 52px;
	width: auto;
}

.pt-checkout-pawfect .pt-checkout-body {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 var(--pt-container-pad);
}

.pt-checkout-pawfect form.checkout {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.pt-checkout-pawfect form.checkout > .row {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 850px) {
	.pt-checkout-pawfect form.checkout > .row {
		display: grid;
		gap: 0;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	}

	.pt-checkout-pawfect form.checkout > .row > .col {
		flex: unset;
		max-width: none;
		width: auto;
	}

	.pt-checkout-pawfect form.checkout .large-7 {
		background: #fff;
		padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem) 0;
	}

	.pt-checkout-pawfect form.checkout .large-5 .col-inner {
		background: #f5f5f5;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		margin: 0 calc(-1 * var(--pt-container-pad)) 0 0;
		min-height: calc(100vh - 90px);
		padding: clamp(1.5rem, 3vw, 2rem);
	}
}

@media (max-width: 849px) {
	.pt-checkout-pawfect form.checkout .large-7 {
		padding: 1.25rem 0 0;
	}

	.pt-checkout-pawfect form.checkout .large-5 .col-inner {
		background: #f5f5f5;
		border-radius: var(--pt-radius-md);
		margin-top: 1.25rem;
		padding: 1.15rem;
	}
}

.pt-checkout-pawfect #customer_details .woocommerce-billing-fields > h3,
.pt-checkout-pawfect #customer_details .woocommerce-shipping-fields > h3,
.pt-checkout-pawfect #customer_details .woocommerce-additional-fields > h3,
.pt-checkout-pawfect #order_review_heading,
.pt-checkout-pawfect .checkout-page-title {
	display: none !important;
}

.pt-checkout-section {
	margin-bottom: 1.35rem;
}

.pt-checkout-section__head {
	align-items: baseline;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 0.85rem;
}

.pt-checkout-section__title {
	color: var(--pt-ink);
	font-size: 1.05rem;
	font-weight: 750;
	margin: 0;
}

.pt-checkout-section__link {
	color: var(--pt-primary-dark);
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.pt-checkout-section__link:hover {
	color: var(--pt-primary);
	text-decoration: underline;
}

.pt-checkout-section--delivery {
	margin-top: 0.35rem;
}

.pt-checkout-section--notes {
	margin-top: 0.25rem;
}

.pt-checkout-notes textarea {
	min-height: 88px;
	resize: vertical;
}

/* Checkout field grid — Pawfect-style rows */
.pt-checkout-pawfect .pt-checkout-field-grid {
	display: grid;
	gap: 0.65rem 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pt-checkout-pawfect .pt-checkout-field-grid .form-row {
	grid-column: 1 / -1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pt-checkout-pawfect .pt-checkout-field-grid .form-row-first,
.pt-checkout-pawfect .pt-checkout-field-grid #shipping_first_name_field,
.pt-checkout-pawfect .pt-checkout-field-grid #billing_first_name_field {
	grid-column: 1;
}

.pt-checkout-pawfect .pt-checkout-field-grid .form-row-last,
.pt-checkout-pawfect .pt-checkout-field-grid #shipping_last_name_field,
.pt-checkout-pawfect .pt-checkout-field-grid #billing_last_name_field {
	grid-column: 2;
}

.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-city,
.pt-checkout-pawfect .pt-checkout-field-grid #shipping_city_field,
.pt-checkout-pawfect .pt-checkout-field-grid #billing_city_field {
	grid-column: 1 / -1;
}

.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-state,
.pt-checkout-pawfect .pt-checkout-field-grid #shipping_state_field,
.pt-checkout-pawfect .pt-checkout-field-grid #billing_state_field {
	grid-column: 1;
}

.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-postcode,
.pt-checkout-pawfect .pt-checkout-field-grid #shipping_postcode_field,
.pt-checkout-pawfect .pt-checkout-field-grid #billing_postcode_field {
	grid-column: 2;
}

@media (min-width: 600px) {
	.pt-checkout-pawfect .pt-checkout-field-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.pt-checkout-pawfect .pt-checkout-field-grid .form-row-wide,
	.pt-checkout-pawfect .pt-checkout-field-grid .form-row-first,
	.pt-checkout-pawfect .pt-checkout-field-grid .form-row-last {
		grid-column: auto;
	}

	.pt-checkout-pawfect .pt-checkout-field-grid .form-row-wide,
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_country_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_country_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_email_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_phone_field {
		grid-column: 1 / -1;
	}

	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_first_name_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_first_name_field {
		grid-column: 1 / 4;
	}

	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_last_name_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_last_name_field {
		grid-column: 4 / 7;
	}

	.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-city,
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_city_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_city_field {
		grid-column: 1 / 4;
	}
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_state_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_state_field {
		grid-column: 4 / 6;
	}

	.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-postcode,
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_postcode_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_postcode_field {
		grid-column: 6 / 7;
	}
}

@media (max-width: 599px) {
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_first_name_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_last_name_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_first_name_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_last_name_field,
	.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-state,
	.pt-checkout-pawfect .pt-checkout-field-grid .pt-field-postcode,
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_state_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #shipping_postcode_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_state_field,
	.pt-checkout-pawfect .pt-checkout-field-grid #billing_postcode_field {
		grid-column: 1 / -1;
	}
}

.pt-checkout-section__note {
	color: var(--pt-muted);
	font-size: 0.82rem;
	margin: -0.35rem 0 0.85rem;
}

.pt-checkout-section--billing {
	border-top: 1px solid var(--pt-line);
	margin-top: 0.5rem;
	padding-top: 1.15rem;
}

.pt-checkout-same-billing-wrap {
	margin-bottom: 0.85rem;
}

.pt-checkout-same-billing {
	margin: 0 0 0.75rem;
}

.pt-checkout-same-billing label {
	align-items: center;
	color: var(--pt-ink-soft);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	gap: 0.5rem;
}

.pt-checkout-billing-address {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	margin-bottom: 0.85rem;
	padding: 0.85rem;
}

.pt-checkout-billing-address__label {
	color: var(--pt-ink);
	font-size: 0.82rem;
	font-weight: 700;
	margin: 0 0 0.65rem;
}

.pt-checkout-pawfect .shipping_address {
	display: block !important;
}

.pt-checkout-pawfect #ship-to-different-address {
	display: none !important;
}

.pt-checkout-pawfect #payment {
	background: transparent;
	border-radius: var(--pt-radius-sm);
	margin-top: 1.25rem;
}

.pt-checkout-pawfect #payment .woocommerce-privacy-policy-text,
.pt-checkout-pawfect #payment .woocommerce-terms-and-conditions-wrapper {
	font-size: 0.82rem;
}

.pt-checkout-pawfect #payment ul.payment_methods {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-sm);
	padding: 0.35rem 0.85rem;
}

.pt-checkout-pawfect #payment ul.payment_methods li {
	border-bottom: 1px solid var(--pt-line);
	padding: 0.75rem 0;
}

.pt-checkout-pawfect #payment ul.payment_methods li:last-child {
	border-bottom: 0;
}

.pt-checkout-pawfect #payment div.payment_box {
	background: var(--pt-surface);
	border-radius: var(--pt-radius-xs);
	font-size: 0.88rem;
}

.pt-checkout-pawfect #place_order {
	background: var(--pt-primary) !important;
	border: 0 !important;
	border-radius: var(--pt-radius-btn) !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	margin-top: 0.35rem;
	min-height: 52px;
	padding: 0.95rem 1.25rem !important;
	width: 100%;
}

.pt-checkout-pawfect form.checkout .large-7 #place_order {
	display: block;
}

.pt-checkout-pawfect #place_order:hover {
	background: var(--pt-primary-dark) !important;
}

.pt-checkout-pawfect .checkout-sidebar .col-inner.has-border,
.pt-checkout-pawfect .checkout-sidebar .col-inner.is-well {
	border: 0;
}

.pt-checkout-pawfect #order_review,
.pt-checkout-pawfect .woocommerce-checkout-review-order {
	background: transparent;
	padding: 0;
}

.pt-checkout-pawfect .pt-checkout-review-table thead {
	display: none;
}

.pt-checkout-pawfect .pt-checkout-review-table tbody tr.cart_item td {
	border: 0;
	padding: 0.85rem 0;
	vertical-align: top;
}

.pt-checkout-pawfect .pt-checkout-review-table tbody tr.cart_item + tr.cart_item td {
	border-top: 1px solid rgba(22, 22, 24, 0.08);
}

.pt-checkout-item {
	align-items: flex-start;
	display: flex;
	gap: 0.85rem;
}

.pt-checkout-item__thumb {
	flex: 0 0 64px;
	position: relative;
}

.pt-checkout-item__thumb img {
	border-radius: var(--pt-radius-xs);
	display: block;
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.pt-checkout-item__qty-badge {
	align-items: center;
	background: var(--pt-ink);
	border-radius: var(--pt-radius-pill);
	color: #fff;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	line-height: 1;
	min-width: 22px;
	padding: 0 0.35rem;
	position: absolute;
	right: -6px;
	top: -6px;
}

.pt-checkout-item__info {
	flex: 1;
	min-width: 0;
}

.pt-checkout-item__title,
.pt-checkout-item__title a {
	color: var(--pt-ink);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.pt-checkout-item__title a:hover {
	color: var(--pt-primary-dark);
}

.pt-checkout-pawfect .pt-checkout-item__info .variation,
.pt-checkout-pawfect .pt-checkout-item__info dl {
	color: var(--pt-muted);
	font-size: 0.78rem;
	margin: 0.25rem 0 0;
}

.pt-checkout-pawfect .pt-checkout-review-table .product-total {
	color: var(--pt-ink);
	font-size: 0.88rem;
	font-weight: 700;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.pt-checkout-pawfect .pt-checkout-review-table tfoot th,
.pt-checkout-pawfect .pt-checkout-review-table tfoot td {
	border: 0;
	font-size: 0.88rem;
	padding: 0.35rem 0;
}

.pt-checkout-pawfect .pt-checkout-review-table tfoot tr.order-total th,
.pt-checkout-pawfect .pt-checkout-review-table tfoot tr.order-total td {
	border-top: 1px solid rgba(22, 22, 24, 0.1);
	font-size: 1rem;
	font-weight: 800;
	padding-top: 0.85rem;
}

.pt-checkout-coupon {
	margin-bottom: 1rem;
}

.pt-checkout-coupon__form {
	display: flex;
	gap: 0.5rem;
}

.pt-checkout-coupon__input {
	flex: 1;
	min-width: 0;
}

.pt-checkout-coupon__apply {
	background: #fff !important;
	border: 1px solid var(--pt-line) !important;
	border-radius: var(--pt-radius-xs) !important;
	color: var(--pt-ink) !important;
	flex: 0 0 auto;
	font-weight: 650 !important;
	min-height: var(--pt-touch);
	padding: 0 1rem !important;
}

.pt-checkout-coupon__apply:hover {
	border-color: var(--pt-primary) !important;
	color: var(--pt-primary-dark) !important;
}

.pt-checkout-trust {
	border-top: 1px solid rgba(22, 22, 24, 0.08);
	margin-top: 1.25rem;
	padding-top: 1rem;
}

.pt-checkout-trust__title {
	color: var(--pt-ink);
	font-size: 0.92rem;
	font-weight: 800;
	margin: 0 0 0.85rem;
}

.pt-checkout-trust__list {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-checkout-trust__item {
	align-items: flex-start;
	display: flex;
	gap: 0.65rem;
}

.pt-checkout-trust__icon {
	flex: 0 0 auto;
	font-size: 1.25rem;
	line-height: 1;
}

.pt-checkout-trust__item-title {
	color: var(--pt-ink);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	margin-bottom: 0.2rem;
}

.pt-checkout-trust__text {
	color: var(--pt-muted);
	font-size: 0.75rem;
	line-height: 1.45;
	margin: 0;
}

.pt-checkout-legal {
	color: var(--pt-muted);
	font-size: 0.75rem;
	line-height: 1.6;
	margin: 1.5rem 0 2rem;
	text-align: center;
}

.pt-checkout-legal a {
	color: var(--pt-primary-dark);
	text-decoration: none;
}

.pt-checkout-legal a:hover {
	text-decoration: underline;
}

.pt-checkout-legal__sep {
	margin: 0 0.35rem;
}

.pt-checkout-pawfect .focused-checkout-footer,
.pt-checkout-pawfect .footer-wrapper,
.pt-checkout-pawfect .pt-custom-footer .pt-footer {
	display: none !important;
}

#order_review,
.woocommerce-checkout-review-order {
	background: var(--pt-surface);
	border-radius: var(--pt-radius-sm);
	padding: 1rem;
}

@media (max-width: 849px) {
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 100% !important;
		float: none !important;
	}

	#place_order {
		font-size: 1rem !important;
		width: 100%;
	}
}

.sticky-add-to-cart--active {
	background: rgba(255, 255, 255, 0.96) !important;
	border-top: 1px solid var(--pt-line) !important;
	box-shadow: 0 -8px 24px rgba(22, 22, 24, 0.08);
	padding-bottom: env(safe-area-inset-bottom, 0);
}

/* ── Footer ────────────────────────────────────────────── */
.footer-wrapper {
	background: #121214 !important;
}

.pt-custom-footer .footer-wrapper {
	background: #252219 !important;
	border-top: 0 !important;
}

.footer a:hover {
	color: var(--pt-primary-light) !important;
}

.pt-custom-footer .pt-footer a:hover {
	color: var(--pt-primary-light) !important;
}

/* Custom footer — Pawfect layout, warm ink + logo vault */
.pt-custom-footer .footer-widgets,
.pt-custom-footer .absolute-footer {
	display: none !important;
}

.pt-custom-footer .back-to-top {
	align-items: center !important;
	background: linear-gradient(
		145deg,
		#f5d078 0%,
		var(--pt-primary) 45%,
		var(--pt-primary-dark) 100%
	) !important;
	border: 0 !important;
	border-radius: 50% !important;
	bottom: calc(1.35rem + env(safe-area-inset-bottom, 0)) !important;
	box-shadow:
		0 10px 28px rgba(221, 153, 51, 0.42),
		0 2px 8px rgba(22, 22, 24, 0.14) !important;
	color: #1a1206 !important;
	display: inline-flex !important;
	height: 52px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 52px !important;
	min-width: 52px !important;
	opacity: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
	position: fixed !important;
	right: 1.25rem !important;
	transform: translateY(14px) scale(0.9) !important;
	transition:
		opacity 0.28s var(--pt-ease),
		transform 0.28s var(--pt-ease),
		box-shadow 0.22s var(--pt-ease),
		background 0.22s var(--pt-ease) !important;
	width: 52px !important;
	z-index: 999 !important;
}

.pt-custom-footer .back-to-top.pt-back-to-top--left {
	left: 1.25rem !important;
	right: auto !important;
}

.pt-custom-footer .back-to-top.active {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateY(0) scale(1) !important;
}

.pt-custom-footer .back-to-top:hover {
	background: linear-gradient(
		145deg,
		var(--pt-primary-light) 0%,
		var(--pt-primary) 50%,
		#9a6414 100%
	) !important;
	box-shadow:
		0 14px 34px rgba(221, 153, 51, 0.5),
		0 4px 10px rgba(22, 22, 24, 0.16) !important;
	color: #fff !important;
	transform: translateY(-2px) scale(1.04) !important;
}

.pt-custom-footer .back-to-top:active {
	transform: translateY(0) scale(0.98) !important;
}

.pt-back-to-top__ring {
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	inset: 4px;
	pointer-events: none;
	position: absolute;
}

.pt-back-to-top.back-to-top {
	position: fixed !important;
}

.pt-back-to-top__icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.pt-footer {
	--pt-footer-bg: #252219;
	--pt-footer-bg-deep: #1a1814;
	--pt-footer-ink: rgba(250, 246, 240, 0.94);
	--pt-footer-muted: rgba(250, 246, 240, 0.72);
	--pt-footer-line: rgba(250, 246, 240, 0.12);

	background:
		radial-gradient(ellipse 80% 50% at 50% -10%, rgba(221, 153, 51, 0.08), transparent 55%),
		linear-gradient(180deg, #2c2922 0%, var(--pt-footer-bg) 42%, var(--pt-footer-bg) 100%);
	color: var(--pt-footer-ink);
	font-size: var(--pt-text-sm);
	position: relative;
}

.pt-footer::before {
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(221, 153, 51, 0.15) 18%,
		var(--pt-primary) 50%,
		rgba(221, 153, 51, 0.15) 82%,
		transparent 100%
	);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.pt-footer a {
	color: var(--pt-footer-ink);
	text-decoration: none;
	transition: color 0.15s var(--pt-ease);
}

.pt-footer a:hover {
	color: var(--pt-primary-light);
}

.pt-footer__main {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
	grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(0, 1fr));
	padding: clamp(2.75rem, 5vw, 3.75rem) 0 clamp(2rem, 3.5vw, 2.75rem);
}

.pt-footer__logo {
	display: inline-block;
	line-height: 0;
}

.pt-footer__logo-vault {
	background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--pt-radius-sm);
	box-shadow:
		0 1px 2px rgba(22, 22, 24, 0.06),
		0 10px 28px rgba(0, 0, 0, 0.24);
	padding: 0.75rem 1rem;
	transition:
		box-shadow 0.2s var(--pt-ease),
		transform 0.2s var(--pt-ease);
}

.pt-footer__logo-vault:hover {
	box-shadow:
		0 2px 4px rgba(22, 22, 24, 0.08),
		0 12px 28px rgba(0, 0, 0, 0.28);
	transform: translateY(-1px);
}

.pt-footer__logo img {
	display: block;
	height: auto;
	max-width: min(200px, 100%);
	width: auto;
}

.pt-footer__tagline {
	color: var(--pt-footer-muted);
	font-size: var(--pt-text-sm);
	font-weight: 500;
	line-height: 1.55;
	margin: 1rem 0 0;
	max-width: 26ch;
}

.pt-footer__address {
	color: var(--pt-footer-muted);
	font-size: var(--pt-text-sm);
	line-height: 1.65;
	margin: 1.15rem 0 0;
	max-width: 34ch;
}

.pt-footer__address strong {
	color: var(--pt-footer-ink);
	font-weight: 650;
}

.pt-footer__social-label {
	color: var(--pt-footer-ink);
	font-size: var(--pt-text-sm);
	font-weight: 650;
	margin: 1.35rem 0 0;
}

.pt-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0.65rem 0 0;
	padding: 0;
}

.pt-footer__social a {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(250, 246, 240, 0.2);
	border-radius: 50%;
	color: var(--pt-footer-ink);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	transition:
		background 0.18s var(--pt-ease),
		border-color 0.18s var(--pt-ease),
		color 0.18s var(--pt-ease),
		transform 0.18s var(--pt-ease);
	width: 40px;
}

.pt-footer__social a svg {
	height: 18px;
	width: 18px;
}

.pt-footer__social a:hover {
	background: rgba(221, 153, 51, 0.18);
	border-color: rgba(221, 153, 51, 0.5);
	color: var(--pt-primary-light);
	transform: translateY(-2px);
}

.pt-footer__col-title {
	color: var(--pt-primary-light);
	font-size: var(--pt-text-sm);
	font-weight: 800;
	letter-spacing: 0.06em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.pt-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-footer__links li + li {
	margin-top: 0.7rem;
}

.pt-footer__links a {
	color: var(--pt-footer-muted);
	font-size: var(--pt-text-sm);
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
	transition:
		color 0.15s var(--pt-ease),
		opacity 0.15s var(--pt-ease);
}

.pt-footer__links a:hover {
	color: var(--pt-footer-ink);
	opacity: 1;
	text-decoration: underline;
	text-decoration-color: rgba(221, 153, 51, 0.55);
	text-underline-offset: 3px;
}

.pt-footer__bottom {
	background: var(--pt-footer-bg-deep);
	border-top: 1px solid var(--pt-footer-line);
	padding: 1.25rem 0 1.45rem;
}

.pt-footer__bottom-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: space-between;
}

.pt-footer__copyright {
	color: var(--pt-footer-muted);
	font-size: var(--pt-text-xs);
	line-height: 1.5;
	margin: 0;
	max-width: 42rem;
}

.pt-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-footer__pay-badge {
	background: rgba(250, 246, 240, 0.1);
	border: 1px solid rgba(250, 246, 240, 0.16);
	border-radius: var(--pt-radius-xs);
	color: rgba(250, 246, 240, 0.88);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.45rem 0.6rem;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (max-width: 849px) {
	.pt-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pt-footer__col--brand {
		grid-column: 1 / -1;
	}

	.pt-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
	}

	.pt-footer__payments {
		justify-content: center;
	}
}

@media (max-width: 549px) {
	.pt-footer__main {
		grid-template-columns: 1fr;
	}
}

/* ── UX Builder sections ───────────────────────────────── */
.banner h1,
.banner h2 {
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.section + .section {
	border-top: 0;
}

/* Below-fold paint skip (perf) */
@media (min-width: 850px) {
	.footer-wrapper,
	.product-footer {
		content-visibility: auto;
		contain-intrinsic-size: auto 500px;
	}
}

.shop-container .woocommerce-ordering select,
.woocommerce-result-count {
	color: var(--pt-muted);
	font-size: 0.88rem;
}

/* ═══════════════════════════════════════════════════════
   Phase 1 — Pawfect-inspired storefront blocks
   ═══════════════════════════════════════════════════════ */

/* Promo bar */
.pt-promo-bar {
	background: var(--pt-ink);
	color: #fff;
	font-size: 0.82rem;
	line-height: 1.35;
	position: relative;
	z-index: 999;
}

.pt-promo-bar__inner {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	min-height: 40px;
	padding: 0.45rem 2.5rem 0.45rem 0.75rem;
	position: relative;
	text-align: center;
}

.pt-promo-bar__text {
	margin: 0;
}

.pt-promo-bar__text strong {
	color: var(--pt-primary-light);
	font-weight: 700;
}

.pt-promo-bar__link {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: var(--pt-radius-pill);
	color: #fff !important;
	flex-shrink: 0;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	padding: 0.35em 0.85em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.2s var(--pt-ease), border-color 0.2s var(--pt-ease);
}

.pt-promo-bar__link:hover {
	background: var(--pt-primary);
	border-color: var(--pt-primary);
	color: #1a1206 !important;
}

.pt-promo-bar__close {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
	min-height: var(--pt-touch);
	min-width: var(--pt-touch);
	padding: 0;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.pt-promo-bar__close:hover {
	color: #fff;
}

/* Trust strip */
.pt-trust-strip {
	background: var(--pt-card);
	border-bottom: 1px solid var(--pt-line);
	padding: 0.85rem 0;
}

.pt-trust-strip__grid {
	display: grid;
	gap: 0.75rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 850px) {
	.pt-trust-strip__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pt-trust-strip__item {
	align-items: flex-start;
	display: flex;
	gap: 0.55rem;
}

.pt-trust-strip__icon {
	flex-shrink: 0;
	font-size: 1.35rem;
	line-height: 1;
}

.pt-trust-strip__body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.pt-trust-strip__title {
	color: var(--pt-ink);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.25;
}

.pt-trust-strip__text {
	color: var(--pt-muted);
	font-size: 0.72rem;
	line-height: 1.35;
}

/* Recipient grid */
.pt-recipients {
	background: var(--pt-surface);
	padding: clamp(1.25rem, 3vw, 2rem) 0;
}

.pt-recipients__header {
	margin-bottom: 1rem;
	text-align: center;
}

.pt-recipients__title {
	font-size: clamp(1.25rem, 3.5vw, 1.65rem);
	font-weight: 700;
	margin: 0 0 0.35rem;
}

.pt-recipients__subtitle {
	color: var(--pt-muted);
	font-size: 0.92rem;
	margin: 0;
}

.pt-recipients__grid {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 550px) {
	.pt-recipients__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pt-recipient-tile {
	align-items: center;
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	color: var(--pt-ink) !important;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	justify-content: center;
	min-height: 96px;
	padding: 0.85rem 0.5rem;
	text-align: center;
	text-decoration: none !important;
	transition: border-color 0.2s var(--pt-ease), box-shadow 0.2s var(--pt-ease), transform 0.2s var(--pt-ease);
}

.pt-recipient-tile:hover {
	border-color: rgba(221, 153, 51, 0.35);
	box-shadow: var(--pt-shadow-sm);
	color: var(--pt-primary-dark) !important;
	transform: translateY(-2px);
}

.pt-recipient-tile__emoji {
	font-size: 1.65rem;
	line-height: 1;
}

.pt-recipient-tile__label {
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.25;
}

/* Product card — review line (Pawfect-style) */
.products .pt-review-count {
	color: var(--pt-muted);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0.15rem 0 0.35rem;
}

.products .star-rating {
	margin-bottom: 0.15rem !important;
}

.products .price {
	margin-top: 0 !important;
}

.products .box-text .add-to-cart-button,
.products a.add_to_cart_button {
	margin-top: 0.5rem;
	width: 100%;
}

/* Section spacing after injected blocks */
.pt-recipients + .page-wrapper,
.pt-recipients + #content,
.pt-trust-strip + .pt-recipients {
	margin-top: 0;
}

/* ═══════════════════════════════════════════════════════
   Phase 2 — Mega nav, occasion pills, category hero, trending
   ═══════════════════════════════════════════════════════ */

/* Mega navigation */
.pt-mega-nav {
	background: #fff;
	border-bottom: 1px solid var(--pt-border);
	position: relative;
	z-index: 998;
}

.pt-mega-nav__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	min-height: 48px;
	padding: 0.35rem 0;
}

.pt-mega-nav__toggle {
	align-items: center;
	background: var(--pt-ink);
	border: 0;
	border-radius: var(--pt-radius-sm);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 650;
	gap: 0.45rem;
	min-height: 40px;
	padding: 0.45rem 0.85rem;
}

.pt-mega-nav__toggle-icon {
	background: linear-gradient(#fff 0 0) center/100% 2px no-repeat,
		linear-gradient(#fff 0 0) center/100% 2px no-repeat,
		linear-gradient(#fff 0 0) center/100% 2px no-repeat;
	background-size: 16px 2px;
	background-position: center 6px, center 11px, center 16px;
	height: 22px;
	width: 18px;
}

.pt-mega-nav__panels {
	align-items: stretch;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 0.15rem;
}

.pt-mega-nav__group {
	position: relative;
}

.pt-mega-nav__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: var(--pt-radius-sm);
	color: var(--pt-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 650;
	gap: 0.35rem;
	min-height: 40px;
	padding: 0.45rem 0.75rem;
	transition: background 0.15s var(--pt-ease), color 0.15s var(--pt-ease);
}

.pt-mega-nav__trigger:hover,
.pt-mega-nav__trigger:focus-visible {
	background: rgba(221, 153, 51, 0.1);
	color: var(--pt-primary-dark);
	outline: none;
}

.pt-mega-nav__chevron {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: inline-block;
	height: 7px;
	transform: rotate(45deg) translateY(-2px);
	width: 7px;
}

.pt-mega-nav__dropdown {
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: var(--pt-radius);
	box-shadow: var(--pt-shadow-md);
	display: none;
	left: 0;
	min-width: 220px;
	padding: 0.65rem 0;
	position: absolute;
	top: calc(100% + 2px);
	z-index: 1001;
}

.pt-mega-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-mega-nav__list a {
	color: var(--pt-ink);
	display: block;
	font-size: 0.86rem;
	font-weight: 500;
	padding: 0.45rem 1rem;
	text-decoration: none !important;
	transition: background 0.15s var(--pt-ease), color 0.15s var(--pt-ease);
}

.pt-mega-nav__list a:hover,
.pt-mega-nav__list a:focus-visible {
	background: rgba(221, 153, 51, 0.08);
	color: var(--pt-primary-dark);
}

.pt-mega-nav__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-left: auto;
}

.pt-mega-nav__action {
	border-radius: var(--pt-radius-sm);
	color: var(--pt-muted);
	font-size: 0.82rem;
	font-weight: 600;
	padding: 0.4rem 0.65rem;
	text-decoration: none !important;
	white-space: nowrap;
}

.pt-mega-nav__action:hover {
	color: var(--pt-primary-dark);
}

.pt-mega-nav__action--primary {
	background: var(--pt-primary);
	color: #fff !important;
	font-weight: 650;
}

.pt-mega-nav__action--primary:hover {
	background: var(--pt-primary-dark);
	color: #fff !important;
}

/* Occasion pills */
.pt-occasion-pills {
	background: var(--pt-surface);
	border-bottom: 1px solid var(--pt-border);
	overflow: hidden;
}

.pt-occasion-pills__track {
	display: flex;
	gap: 0.45rem;
	overflow-x: auto;
	padding: 0.55rem 0;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.pt-occasion-pills__track::-webkit-scrollbar {
	display: none;
}

.pt-occasion-pill {
	background: #fff;
	border: 1px solid var(--pt-border);
	border-radius: 999px;
	color: var(--pt-ink);
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 600;
	padding: 0.4rem 0.85rem;
	text-decoration: none !important;
	transition: border-color 0.15s var(--pt-ease), color 0.15s var(--pt-ease), transform 0.15s var(--pt-ease);
	white-space: nowrap;
}

.pt-occasion-pill:hover {
	border-color: rgba(221, 153, 51, 0.45);
	color: var(--pt-primary-dark);
	transform: translateY(-1px);
}

.pt-occasion-pill--hot {
	background: linear-gradient(135deg, rgba(221, 153, 51, 0.15), rgba(221, 153, 51, 0.05));
	border-color: rgba(221, 153, 51, 0.45);
	color: var(--pt-primary-dark);
}

/* Category archive hero */
.tax-product_cat .shop-page-title,
.tax-product_cat .category-page-title,
.tax-product_cat .page-title {
	display: none !important;
}

.pt-category-hero {
	background: linear-gradient(135deg, rgba(221, 153, 51, 0.12) 0%, rgba(255, 255, 255, 0) 55%), var(--pt-surface);
	border-bottom: 1px solid var(--pt-border);
	margin-bottom: 1.25rem;
	padding: 1.75rem 0 1.5rem;
}

.pt-category-hero__eyebrow {
	color: var(--pt-primary-dark);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.pt-category-hero__title {
	color: var(--pt-ink);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 750;
	line-height: 1.15;
	margin: 0 0 0.5rem;
}

.pt-category-hero__desc {
	color: var(--pt-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0 0 0.65rem;
	max-width: 52ch;
}

.pt-category-hero__desc p:last-child {
	margin-bottom: 0;
}

.pt-category-hero__meta {
	color: var(--pt-muted);
	font-size: 0.82rem;
	font-weight: 600;
	margin: 0;
}

/* Trending section — Pawfect-style product grid */
.pt-trending {
	padding: 2rem 0 2.5rem;
}

.pt-trending__header {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.pt-trending__title {
	color: var(--pt-ink);
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.pt-trending__browse-link {
	align-items: center;
	color: var(--pt-ink);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.2rem;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: color 0.15s var(--pt-ease);
	white-space: nowrap;
}

.pt-trending__browse-link:hover {
	color: var(--pt-primary-dark);
}

.pt-trending__browse-arrow {
	font-size: 1.1rem;
	line-height: 1;
}

.pt-trending__grid {
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.35rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 550px) {
	.pt-trending__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 850px) {
	.pt-trending__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Pawfect-style product card — flat grid, image + meta below */
.pt-product-card {
	margin: 0;
}

.pt-product-card__link {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none !important;
}

.pt-product-card__link:hover .pt-product-card__title {
	color: var(--pt-primary-dark);
}

.pt-product-card__media {
	aspect-ratio: 1 / 1;
	background: #f3f0eb;
	border-radius: var(--pt-radius-md);
	overflow: hidden;
	position: relative;
}

.pt-product-card__img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s var(--pt-ease);
	width: 100%;
}

.pt-product-card__link:hover .pt-product-card__img {
	transform: scale(1.03);
}

.pt-product-card__badge {
	background: #c0392b;
	border-radius: var(--pt-radius-pill);
	color: #fff;
	font-size: var(--pt-text-2xs);
	font-weight: 700;
	left: 0.5rem;
	letter-spacing: 0.04em;
	padding: 0.22rem 0.55rem;
	position: absolute;
	text-transform: uppercase;
	top: 0.5rem;
	z-index: 1;
}

.pt-product-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.65rem 0.1rem 0;
	text-align: left;
}

.pt-product-card__rating {
	align-items: center;
	display: flex;
	gap: 0.35rem;
	margin-bottom: 0.1rem;
}

.pt-product-card__stars {
	background: linear-gradient(90deg, #f5a623 0 var(--pt-star-width, 0%), #e5e7eb var(--pt-star-width, 0%) 100%);
	display: inline-block;
	flex-shrink: 0;
	height: 14px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 14'%3E%3Cpath fill='%23000' d='M7 0l2.2 4.5 5 .7-3.6 3.5.8 5L7 11.5 3.6 13.7l.8-5L1 5.2l5-.7L7 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L21 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L35 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L49 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L63 0z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 14'%3E%3Cpath fill='%23000' d='M7 0l2.2 4.5 5 .7-3.6 3.5.8 5L7 11.5 3.6 13.7l.8-5L1 5.2l5-.7L7 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L21 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L35 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L49 0zm14 0l2.2 4.5 5 .7-3.6 3.5.8 5-4.4-2.3-4.4 2.3.8-5-3.6-3.5 5-.7L63 0z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 70px 14px;
	mask-size: 70px 14px;
	width: 70px;
}

.pt-product-card__rating--new .pt-product-card__stars {
	--pt-star-width: 0%;
}

.pt-product-card__rating--synthetic .pt-product-card__rating-text {
	color: var(--pt-muted);
}

.pt-product-card__rating-text {
	color: var(--pt-muted);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.2;
}

.pt-product-card__title {
	color: var(--pt-ink);
	display: -webkit-box;
	font-size: var(--pt-text-sm);
	font-weight: 500;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
	transition: color 0.15s var(--pt-ease);
}

.pt-product-card__price {
	color: #c0392b;
	font-size: var(--pt-text-md);
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0.1rem;
}

.pt-product-card__price del {
	color: var(--pt-muted);
	font-size: 0.8rem;
	font-weight: 500;
	margin-right: 0.2rem;
}

.pt-product-card__price ins {
	color: #c0392b;
	text-decoration: none;
}

.pt-product-card__price .amount {
	color: inherit;
}

/* Desktop mega dropdown */
@media (min-width: 850px) {
	.pt-mega-nav__toggle {
		display: none;
	}

	.pt-mega-nav__dropdown {
		display: block;
		opacity: 0;
		pointer-events: none;
		transform: translateY(6px);
		transition: opacity 0.18s var(--pt-ease), transform 0.18s var(--pt-ease), visibility 0.18s;
		visibility: hidden;
	}

	.pt-mega-nav__group:hover .pt-mega-nav__dropdown,
	.pt-mega-nav__group:focus-within .pt-mega-nav__dropdown {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.pt-mega-nav__group.is-open .pt-mega-nav__dropdown {
		display: block;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}
}

/* Mobile mega nav accordion */
@media (max-width: 849px) {
	.pt-mega-nav__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.pt-mega-nav__panels {
		display: none;
		flex-direction: column;
		width: 100%;
	}

	.pt-mega-nav__panels.is-open {
		display: flex;
	}

	.pt-mega-nav__group.is-open .pt-mega-nav__dropdown {
		display: block;
		position: static;
		box-shadow: none;
		border: 0;
		border-top: 1px solid var(--pt-border);
		border-radius: 0;
	}

	.pt-mega-nav__actions {
		justify-content: stretch;
		margin-left: 0;
		width: 100%;
	}

	.pt-mega-nav__action {
		flex: 1 1 auto;
		text-align: center;
	}

	.pt-trending__header {
		text-align: left;
	}
}

/* ═══════════════════════════════════════════════════════
   Phase 3 — Curated homepage, slim nav, hero, editorial
   ═══════════════════════════════════════════════════════ */

/*
 * Homepage color rhythm (warm gift-store palette):
 * cream base → white sections alternate → gold accent → dark CTA → soft trust → dark footer
 */
.pt-home-curated {
	--pt-home-light: #ffffff;
	--pt-home-cream: var(--pt-surface);
	--pt-home-warm: var(--pt-surface-warm);
	background: var(--pt-home-cream);
}

.pt-home-curated .pt-mega-nav {
	background: var(--pt-home-light);
	border-bottom-color: var(--pt-line);
}

.pt-home-curated .pt-occasion-pills {
	background: var(--pt-home-warm);
	border-bottom-color: var(--pt-line);
}

.pt-home-curated .pt-occasion-pill {
	background: var(--pt-home-light);
}

.pt-home-curated .pt-occasion-pill--hot {
	background: linear-gradient(135deg, rgba(221, 153, 51, 0.18), rgba(221, 153, 51, 0.06));
}

.pt-home {
	background: transparent;
}

.pt-home > section {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.pt-home > section + section {
	border-top: 0;
}

/* Section backgrounds — alternate light / cream */
.pt-home-curated .pt-hero {
	background: var(--pt-ink);
}

.pt-home-curated .pt-recipients {
	background: var(--pt-home-light);
}

.pt-home-curated .pt-trending {
	background: var(--pt-home-cream);
}

.pt-home-curated .pt-occasion-grid {
	background: var(--pt-home-light);
}

.pt-home-curated .pt-home-cta {
	background: linear-gradient(135deg, #1a1a1c 0%, var(--pt-ink) 55%, #2a2218 100%);
}

/* Shared section title accent */
.pt-home-curated .pt-recipients__title,
.pt-home-curated .pt-trending__title,
.pt-home-curated .pt-section-header__title {
	color: var(--pt-ink);
}

.pt-home-curated .pt-recipients__title::after,
.pt-home-curated .pt-trending__title::after,
.pt-home-curated .pt-section-header__title::after {
	background: linear-gradient(90deg, var(--pt-primary), var(--pt-primary-light));
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin-top: 0.45rem;
	width: 2.75rem;
}

.pt-home-curated .pt-recipients__subtitle,
.pt-home-curated .pt-trending__subtitle,
.pt-home-curated .pt-section-header__subtitle {
	color: var(--pt-muted);
}

/* Product cards on homepage */
.pt-home-curated .pt-product-card__link {
	background: var(--pt-home-light);
}

.pt-home-curated .pt-recipient-tile {
	background: var(--pt-home-cream);
}

.pt-home-curated .pt-recipient-tile:hover {
	background: var(--pt-home-light);
}

/* Trust strip before footer — soft gold wash */
.pt-home-curated .pt-home-trust {
	background: linear-gradient(180deg, var(--pt-primary-soft) 0%, var(--pt-home-cream) 100%);
}

.pt-home-curated .pt-home-trust .pt-trust-strip {
	background: transparent;
	border-bottom: 0;
}

.pt-home-curated .pt-home-trust .pt-trust-strip__title {
	color: var(--pt-ink);
}

.pt-home-curated .pt-home-trust .pt-trust-strip__text {
	color: var(--pt-muted);
}

.pt-home-curated .pt-home-trust .pt-trust-strip__icon {
	filter: none;
}

/* Hero gold CTA pop on dark overlay */
.pt-home-curated .pt-hero__eyebrow {
	color: var(--pt-primary-light);
}

.pt-home-curated .pt-hero__cta.button.primary {
	background: var(--pt-primary) !important;
	border-color: var(--pt-primary) !important;
	color: #1a1206 !important;
}

.pt-home-curated .pt-hero__cta.button.primary:hover {
	background: var(--pt-primary-light) !important;
	border-color: var(--pt-primary-light) !important;
}

.pt-home-curated .pt-home-cta .button.primary {
	background: var(--pt-primary) !important;
	border-color: var(--pt-primary) !important;
	color: #1a1206 !important;
}

.pt-home-curated .pt-home-cta .button.is-outline {
	border-color: rgba(255, 255, 255, 0.55) !important;
	color: #fff !important;
}

.pt-home-curated .pt-home-cta .button.is-outline:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
}

.pt-home-curated .pt-trending__browse-link:hover {
	color: var(--pt-primary-dark);
}

.pt-home-curated #content {
	background: transparent;
	padding-top: 0;
}

.pt-home-curated #content > .row,
.pt-home-curated #content .banner,
.pt-home-curated #content .gap-element {
	display: none !important;
}

/* Hero */
.pt-hero {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	border-top: 0 !important;
}

.pt-hero__media {
	background: linear-gradient(120deg, rgba(22, 22, 24, 0.72), rgba(22, 22, 24, 0.35)), var(--pt-hero-image) center / cover no-repeat;
	min-height: clamp(280px, 42vw, 420px);
}

.pt-hero__inner {
	margin-top: calc(-1 * clamp(280px, 42vw, 420px));
	min-height: clamp(280px, 42vw, 420px);
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
	padding-top: 2rem;
	position: relative;
	z-index: 1;
}

.pt-hero__content {
	max-width: 34rem;
}

.pt-hero__eyebrow {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.pt-hero__title {
	color: #fff;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 0.65rem;
}

.pt-hero__subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 0 1.15rem;
	max-width: 32ch;
}

.pt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.pt-hero__cta-secondary.button.is-outline {
	border-color: rgba(255, 255, 255, 0.65);
	color: #fff !important;
}

.pt-hero__cta-secondary.button.is-outline:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
}

/* Shared section header */
.pt-section-header {
	margin-bottom: 1.15rem;
}

.pt-section-header__title {
	color: var(--pt-ink);
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 750;
	margin: 0 0 0.25rem;
}

.pt-section-header__subtitle {
	color: var(--pt-muted);
	font-size: 0.9rem;
	margin: 0;
}

/* Occasion editorial grid */
.pt-occasion-grid {
	padding-bottom: 2.25rem !important;
}

.pt-occasion-grid__list {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.pt-occasion-card {
	border-radius: var(--pt-radius);
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
}

.pt-occasion-card__media {
	aspect-ratio: 4 / 3;
	background: var(--pt-card-image) center / cover no-repeat;
	display: block;
}

.pt-occasion-card__body {
	background: linear-gradient(180deg, transparent, rgba(22, 22, 24, 0.82));
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 1rem;
	position: absolute;
	right: 0;
}

.pt-occasion-card__tag {
	background: var(--pt-primary);
	border-radius: 999px;
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 0.35rem;
	padding: 0.2rem 0.55rem;
	text-transform: uppercase;
}

.pt-occasion-card__label {
	display: block;
	font-size: 1.05rem;
	font-weight: 750;
	line-height: 1.2;
}

.pt-occasion-card__link {
	display: block;
	font-size: 0.82rem;
	margin-top: 0.25rem;
	opacity: 0.9;
}

/* Homepage bottom CTA */
.pt-home-cta {
	background: var(--pt-ink);
	padding-bottom: 2.5rem !important;
	padding-top: 2.5rem !important;
}

.pt-home-cta__inner {
	text-align: center;
}

.pt-home-cta__title {
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 750;
	margin: 0 0 0.5rem;
}

.pt-home-cta__text {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0 auto 1.15rem;
	max-width: 42ch;
}

.pt-home-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.pt-home-trust .pt-trust-strip {
	border-top: 0;
}

/* Homepage section rhythm inside .pt-home */
.pt-home .pt-recipients,
.pt-home .pt-trending,
.pt-home .pt-occasion-grid {
	padding-left: 0;
	padding-right: 0;
}

.pt-home .pt-recipients {
	padding-top: 1.75rem;
}

.pt-home .pt-trending {
	padding-bottom: 2rem;
	padding-top: 1.75rem;
}

/* Slim mobile drawer nav */
.pt-slim-nav #main-menu li.menu-item-type-taxonomy {
	display: none !important;
}

.pt-mobile-drawer {
	border-top: 1px solid var(--pt-border);
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.pt-mobile-drawer__quick {
	display: grid;
	gap: 0.35rem;
	list-style: none;
	margin: 0 0 0.75rem;
	padding: 0;
}

.pt-mobile-drawer__quick a {
	color: var(--pt-ink);
	display: block;
	font-size: 0.92rem;
	font-weight: 650;
	padding: 0.45rem 0.15rem;
	text-decoration: none !important;
}

.pt-mobile-drawer__group {
	border-bottom: 1px solid var(--pt-border);
	margin-bottom: 0.35rem;
}

.pt-mobile-drawer__group summary {
	cursor: pointer;
	font-size: 0.88rem;
	font-weight: 650;
	list-style: none;
	padding: 0.55rem 0.15rem;
}

.pt-mobile-drawer__group summary::-webkit-details-marker {
	display: none;
}

.pt-mobile-drawer__group ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0.5rem 0.75rem;
}

.pt-mobile-drawer__group a {
	color: var(--pt-muted);
	display: block;
	font-size: 0.85rem;
	padding: 0.35rem 0;
	text-decoration: none !important;
}

.pt-mobile-drawer__group a:hover {
	color: var(--pt-primary-dark);
}

@media (max-width: 849px) {
	.pt-occasion-grid__list {
		grid-template-columns: 1fr;
	}

	.pt-hero__actions {
		flex-direction: column;
	}

	.pt-hero__actions .button {
		justify-content: center;
		width: 100%;
	}
}

/* ── Curated category / collection (Pawfect America 250 style) ── */
.pt-category-curated {
	background: var(--pt-surface);
}

.pt-category-curated #main,
.pt-category-curated .shop-container {
	padding-left: 0;
	padding-right: 0;
}

.pt-category-curated .category-page-row.pt-category-page {
	margin-left: 0;
	margin-right: 0;
}

.pt-category-curated .category-page-row.pt-category-page > .col {
	padding-left: 0;
	padding-right: 0;
}

.pt-collection-hero {
	background: #fff;
	border-bottom: 1px solid var(--pt-line);
	padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(1.5rem, 3vw, 2.25rem);
	text-align: center;
}

.pt-collection-hero__inner {
	margin-inline: auto;
	max-width: 46rem;
}

.pt-collection-hero__title {
	color: var(--pt-ink);
	font-size: clamp(1.85rem, 4vw, 2.65rem);
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 0.75rem;
}

.pt-collection-hero__tagline {
	color: var(--pt-muted);
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	line-height: 1.6;
	margin: 0 auto;
	max-width: 42rem;
}

.pt-trust-strip--compact {
	background: #fff;
	border-bottom: 1px solid var(--pt-line);
	padding: 0.85rem 0;
}

.pt-trust-strip--compact .pt-trust-strip__grid {
	gap: 0.75rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pt-trust-strip--compact .pt-trust-strip__item {
	align-items: center;
	flex-direction: row;
	gap: 0.45rem;
	justify-content: center;
	text-align: left;
}

.pt-trust-strip--compact .pt-trust-strip__icon {
	font-size: 1.05rem;
}

.pt-trust-strip--compact .pt-trust-strip__title {
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.25;
}

.pt-trust-strip--compact .pt-trust-strip__text {
	display: none;
}

@media (min-width: 700px) {
	.pt-trust-strip--compact .pt-trust-strip__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pt-trending__subtitle {
	color: var(--pt-muted);
	font-size: 0.92rem;
	line-height: 1.5;
	margin: 0.35rem 0 0;
}

.pt-section-header--center {
	margin-inline: auto;
	max-width: 40rem;
	text-align: center;
}

.pt-shop-by-product {
	background: #fff;
	padding: 2rem 0 2.25rem;
}

.pt-shop-by-product__grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

@media (min-width: 550px) {
	.pt-shop-by-product__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 850px) {
	.pt-shop-by-product__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.pt-shop-by-product__tile {
	color: var(--pt-ink);
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	text-align: center;
	text-decoration: none !important;
}

.pt-shop-by-product__media {
	aspect-ratio: 1 / 1;
	background: #f3f0eb;
	border-radius: var(--pt-radius-md);
	overflow: hidden;
}

.pt-shop-by-product__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s var(--pt-ease);
	width: 100%;
}

.pt-shop-by-product__tile:hover .pt-shop-by-product__media img {
	transform: scale(1.04);
}

.pt-shop-by-product__label {
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.25;
}

.pt-collection-tabs {
	background: var(--pt-surface);
	padding: 2rem 0 2.5rem;
}

.pt-collection-tabs__intro {
	margin-bottom: 1.25rem;
}

.pt-collection-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: center;
	margin-bottom: 1.35rem;
}

.pt-collection-tabs__tab {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-pill);
	color: var(--pt-ink);
	cursor: pointer;
	font-family: var(--pt-font);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1;
	padding: 0.55rem 0.95rem;
	transition:
		background 0.18s var(--pt-ease),
		border-color 0.18s var(--pt-ease),
		color 0.18s var(--pt-ease);
}

.pt-collection-tabs__tab:hover,
.pt-collection-tabs__tab.is-active {
	background: var(--pt-primary-soft);
	border-color: rgba(221, 153, 51, 0.45);
	color: var(--pt-primary-dark);
}

.pt-collection-tabs__panel {
	display: none;
}

.pt-collection-tabs__panel.is-active {
	display: block;
}

.pt-collection-tabs__more {
	margin: 1.15rem 0 0;
	text-align: center;
}

.pt-collection-arrivals {
	background: #fff;
}

.pt-collection-quotes {
	background: var(--pt-surface-warm);
	border-top: 1px solid var(--pt-line);
	padding: 2.25rem 0 2.75rem;
}

.pt-collection-quotes__title {
	color: var(--pt-ink);
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 800;
	margin: 0 0 1.25rem;
	text-align: center;
}

.pt-collection-quotes__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 700px) {
	.pt-collection-quotes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pt-collection-quotes__item {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	margin: 0;
	padding: 1.15rem 1.25rem;
}

.pt-collection-quotes__item p {
	color: var(--pt-ink-soft);
	font-size: 0.95rem;
	font-style: italic;
	line-height: 1.55;
	margin: 0;
}

.pt-category-loop-heading {
	padding-top: 1.5rem;
}

.pt-category-curated .products.pt-category-loop {
	margin-bottom: 2rem;
}

.pt-category-curated .products.pt-category-loop .product {
	list-style: none;
}

.pt-category-curated .woocommerce-result-count,
.pt-category-curated .woocommerce-ordering,
.pt-category-curated .shop-page-title,
.pt-shop-grid .woocommerce-result-count,
.pt-shop-grid .woocommerce-ordering,
.pt-shop-grid .shop-page-title,
.pt-category-grid .woocommerce-result-count,
.pt-category-grid .woocommerce-ordering,
.pt-category-grid .shop-page-title {
	display: none !important;
}

.pt-shop-grid .products.pt-shop-loop,
.pt-category-grid .products.pt-category-loop {
	margin-bottom: 2rem;
}

.pt-shop-grid .products.pt-shop-loop .product,
.pt-category-grid .products.pt-category-loop .product {
	list-style: none;
}

.pt-shop-grid .shop-container,
.pt-category-grid .shop-container {
	padding-top: 0.5rem;
}

/* ── Unified pages & blog ──────────────────────────────── */
.pt-content-unified {
	background: var(--pt-surface);
}

.pt-content-unified #content.page-wrapper,
.pt-content-unified #content.blog-wrapper {
	background: transparent;
	padding-bottom: 0;
}

.pt-content-hero {
	background: linear-gradient(180deg, #fff 0%, var(--pt-surface) 100%);
	border-bottom: 1px solid var(--pt-line);
	padding: clamp(1.35rem, 3vw, 2.25rem) 0 clamp(1.1rem, 2.5vw, 1.75rem);
}

.pt-content-hero__inner {
	max-width: 820px;
	text-align: center;
}

.pt-content-hero__eyebrow {
	color: var(--pt-primary-dark);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.pt-content-hero__title {
	color: var(--pt-ink);
	font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.pt-content-hero__subtitle {
	color: var(--pt-muted);
	font-size: clamp(0.92rem, 1.8vw, 1.05rem);
	line-height: 1.5;
	margin: 1rem auto 0;
	max-width: 640px;
}

.pt-content-unified #content .row-main,
.pt-content-unified #content .row.align-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
	padding-left: var(--pt-container-pad);
	padding-right: var(--pt-container-pad);
}

.pt-content-unified #content .col-inner {
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.pt-content-page #content .col-inner,
.pt-content-single #content .col-inner {
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.pt-content-blog #content .col-inner {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.pt-content-unified .entry-header,
.pt-content-unified .archive-page-header {
	display: none !important;
}

.pt-content-unified .entry-content,
.pt-content-unified .article-inner .entry-content {
	color: var(--pt-ink-soft);
	font-size: 1rem;
	line-height: 1.7;
}

.pt-content-unified .entry-content > *:first-child {
	margin-top: 0;
}

.pt-content-unified .entry-content > *:last-child {
	margin-bottom: 0;
}

.pt-content-unified .entry-content h2,
.pt-content-unified .entry-content h3,
.pt-content-unified .entry-content h4 {
	color: var(--pt-ink);
	font-weight: 750;
	line-height: 1.25;
	margin: 1.75rem 0 0.75rem;
}

.pt-content-unified .entry-content h2 {
	font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.pt-content-unified .entry-content h3 {
	font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.pt-content-unified .entry-content a {
	color: var(--pt-primary-dark);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(184, 120, 26, 0.35);
	text-underline-offset: 0.15em;
}

.pt-content-unified .entry-content a:hover {
	color: var(--pt-primary);
}

.pt-content-unified .entry-content ul,
.pt-content-unified .entry-content ol {
	margin: 0 0 1.15rem;
	padding-left: 1.35rem;
}

.pt-content-unified .entry-content blockquote {
	background: var(--pt-surface);
	border-left: 3px solid var(--pt-primary);
	border-radius: 0 var(--pt-radius-xs) var(--pt-radius-xs) 0;
	color: var(--pt-ink-soft);
	font-style: italic;
	margin: 1.35rem 0;
	padding: 0.85rem 1rem;
}

.pt-content-unified .entry-content img,
.pt-content-unified .entry-content figure {
	border-radius: var(--pt-radius-sm);
	max-width: 100%;
}

.pt-content-unified #post-list article {
	margin-bottom: 1.15rem;
}

.pt-content-unified #post-list .article-inner {
	background: var(--pt-card);
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	overflow: hidden;
	padding: 0;
	transition:
		border-color 0.18s var(--pt-ease),
		box-shadow 0.18s var(--pt-ease);
}

.pt-content-unified #post-list .article-inner:hover {
	border-color: rgba(221, 153, 51, 0.28);
	box-shadow: var(--pt-shadow-sm);
}

.pt-content-unified #post-list .article-inner .entry-header,
.pt-content-unified #post-list .article-inner .entry-image,
.pt-content-unified #post-list .article-inner .entry-content,
.pt-content-unified #post-list .article-inner .entry-footer {
	padding-left: clamp(1rem, 2.5vw, 1.35rem);
	padding-right: clamp(1rem, 2.5vw, 1.35rem);
}

.pt-content-unified #post-list .article-inner .entry-header {
	display: block !important;
	padding-top: 1.15rem;
}

.pt-content-unified #post-list .entry-title a {
	color: var(--pt-ink);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 750;
	text-decoration: none;
}

.pt-content-unified #post-list .entry-title a:hover {
	color: var(--pt-primary-dark);
}

.pt-content-unified #post-list .entry-meta,
.pt-content-unified #post-list .post-meta {
	color: var(--pt-muted);
	font-size: 0.82rem;
}

.pt-content-unified #post-list .entry-content {
	padding-bottom: 0.35rem;
}

.pt-content-unified #post-list .entry-footer {
	border-top: 1px solid var(--pt-line);
	padding-bottom: 1rem;
	padding-top: 0.75rem;
}

.pt-content-unified #post-list .read-more,
.pt-content-unified #post-list .more-link {
	color: var(--pt-primary-dark);
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.pt-content-unified #post-list .read-more:hover,
.pt-content-unified #post-list .more-link:hover {
	color: var(--pt-primary);
}

.pt-content-unified .page-numbers {
	border-radius: var(--pt-radius-pill);
	font-weight: 650;
}

.pt-content-unified .page-numbers.current {
	background: var(--pt-primary-soft);
	border-color: rgba(221, 153, 51, 0.45);
	color: var(--pt-primary-dark);
}

.pt-content-single #content .col-inner {
	margin-top: 0;
}

.pt-content-single .entry-image img,
.pt-content-single .entry-image .image-cover {
	border-radius: var(--pt-radius-sm);
	overflow: hidden;
}

.pt-content-trust {
	background: var(--pt-surface);
	border-top: 1px solid var(--pt-line);
	padding: 0 0 clamp(1.5rem, 3vw, 2rem);
}

.pt-content-trust .pt-trust-strip {
	background: #fff;
	border: 1px solid var(--pt-line);
	border-radius: var(--pt-radius-md);
	box-shadow: var(--pt-shadow-xs);
	margin: 0 auto;
	max-width: 920px;
	padding: clamp(1rem, 2.5vw, 1.35rem) var(--pt-container-pad);
}

@media (max-width: 849px) {
	.pt-content-unified #content .large-10.col {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

/* ── v2.14 Typography floor (Pawfect-readable microcopy) ─ */
.pt-promo-bar__text,
.pt-trust-strip__text,
.pt-trust-strip__title,
.pt-occasion-pill,
.pt-mega-nav__link,
.pt-search-panel__heading,
.pt-search-panel__suggestion,
.pt-search-panel__category,
.pt-search-panel__view-all,
.pt-collection-tabs__tab,
.pt-trending__browse-link,
.pt-product-card__rating-text,
.pt-shop-by-product__label,
.pt-header-chip__label,
.pt-occasion-pills__label {
	font-size: var(--pt-text-xs) !important;
}

.pt-promo-bar__link,
.pt-trust-strip__item strong,
.pt-mega-nav__title {
	font-size: var(--pt-text-sm) !important;
}

.pt-footer__pay-badge {
	font-size: var(--pt-text-2xs) !important;
	padding: 0.5rem 0.65rem !important;
}

/* ── v2.17 Category below-fold paint skip ───────────────── */
.pt-category-curated .pt-collection-subcats,
.pt-category-curated .pt-collection-tabs,
.pt-category-curated .pt-collection-arrivals,
.pt-category-curated .pt-collection-quotes,
.pt-category-curated .pt-category-loop-heading,
.pt-category-curated .products.pt-category-loop {
	content-visibility: auto;
	contain-intrinsic-size: 0 480px;
}

/* ── v2.15 Hide product short descriptions (Flatsome fallback) ─ */
.box-excerpt,
.product-short-description,
.woocommerce-product-details__short-description {
	display: none !important;
}

/* ── Reduced motion ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
