.tp-product-page {
	--tp-product-container: min(1280px, calc(100% - 4rem));
	--tp-product-section-y: 56px;
	--tp-product-heading-gap: 20px;
	--tp-product-content-gap: 24px;
	--tp-product-card-gap: 20px;
	--tp-product-cream: #fff9f3;
	--tp-product-ink: #472d24;
	--tp-product-accent: #c87350;
	--tp-product-line: #e7d5c8;
	--tp-product-soft: #f4e5d6;
	display: flex;
	flex-direction: column;
	background: var(--tp-product-cream);
	color: var(--tp-product-ink);
	overflow: clip;
}

.tp-product-page > .tp-product-hero {
	order: 1;
}

.tp-product-page > .tp-product-process-section {
	order: 3 !important;
}

.tp-product-page > .tp-product-size-section {
	order: 2 !important;
}

.tp-product-page > .tp-product-benefits {
	order: 4;
}

.tp-product-page > .tp-product-reviews-section {
	order: 5;
}

.tp-product-page > .tp-product-faq-section {
	order: 6;
}

.tp-product-page > .tp-cart-drawer {
	order: 99;
}

.tp-product-page .wp-block-group,
.tp-product-page .wp-block-columns,
.tp-product-page .wp-block-column {
	box-sizing: border-box;
	margin-block-start: 0;
}

.tp-product-page p,
.tp-product-page h1,
.tp-product-page h2,
.tp-product-page h3,
.tp-product-page ul,
.tp-product-page figure {
	margin-block-start: 0;
}

.tp-product-page .wp-block-buttons {
	margin-block: 0;
}

.tp-product-hero,
.tp-product-size-section,
.tp-product-benefits,
.tp-product-process-section,
.tp-product-reviews-section,
.tp-product-faq-section {
	margin-block-start: 0 !important;
	padding: var(--tp-product-section-y) 0;
}

.tp-product-hero {
	padding: 24px 0 8px;
	background: var(--tp-product-cream);
}

.tp-product-page > .tp-product-size-section {
	margin-block-start: 32px !important;
}

.tp-product-hero__shell,
.tp-product-size-section__shell,
.tp-product-benefits__shell,
.tp-product-process-section__shell,
.tp-product-reviews-section__shell,
.tp-product-faq-section__shell {
	max-width: none !important;
}

.tp-product-hero__shell,
.tp-product-size-section__shell,
.tp-product-benefits__shell,
.tp-product-process-section__shell,
.tp-product-reviews-section__shell,
.tp-product-faq-section__shell {
	width: var(--tp-product-container);
	margin-inline: auto;
}

.tp-product-hero__columns {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	width: 100%;
	max-width: none !important;
	align-items: center;
	margin: 0 !important;
}

.tp-product-hero__copy {
	width: 100%;
	min-width: 0;
	max-width: 56rem;
	margin-inline: auto;
	justify-self: center;
	text-align: center;
}

.tp-product-hero__visual {
	display: none !important;
}

.tp-product-hero__eyebrow,
.tp-product-size-section__kicker,
.tp-product-process-section__kicker,
.tp-product-reviews-section__kicker,
.tp-product-faq-section__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1rem;
	padding: 0.55rem 0.9rem;
	border: 1px solid var(--tp-product-line);
	border-radius: 999px;
	color: var(--tp-product-accent);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tp-product-hero__eyebrow::before {
	content: "✦";
	font-size: 0.9rem;
}

.tp-product-hero__title {
	max-width: 18ch;
	margin-inline: auto;
	margin-bottom: 14px;
	color: var(--tp-product-ink);
	font-family: var(--tp-font-heading);
	font-size: clamp(2.875rem, 3.5vw, 3.375rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.tp-product-hero__description {
	max-width: 44rem;
	margin-inline: auto;
	margin-bottom: 18px;
	color: var(--tp-color-muted);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.48;
}

.tp-product-hero__trust {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	justify-items: center;
	width: 100%;
	max-width: 38rem;
	margin-inline: auto !important;
	margin-bottom: 18px;
}

.tp-product-hero__trust-item {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	color: var(--tp-product-ink);
	font-size: 0.82rem;
	white-space: nowrap;
}

.tp-product-hero__trust-icon,
.tp-product-benefit__icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 1.65rem;
	height: 1.65rem;
	border: 1px solid rgba(200, 115, 80, 0.55);
	border-radius: 50%;
	color: var(--tp-product-accent);
	font-size: 0.75rem;
}

.tp-product-hero__review {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-content: center;
	max-width: 38rem;
	margin-inline: auto;
	padding-top: 12px;
	border-top: 1px solid var(--tp-product-line);
	color: var(--tp-color-muted);
	font-size: 0.82rem;
}

.tp-product-hero__stars {
	color: var(--tp-product-accent);
	letter-spacing: 0.08em;
}

.tp-product-scale-visual {
	position: relative;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid rgba(231, 213, 200, 0.9);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 249, 243, 0.1), rgba(255, 249, 243, 0.5)),
		#dfd0bf;
	box-shadow: var(--tp-shadow-card);
}

.tp-product-scale-visual::after {
	content: "";
	position: absolute;
	right: -10%;
	bottom: -30%;
	left: -10%;
	height: 52%;
	border-radius: 50%;
	background: rgba(255, 249, 243, 0.58);
	box-shadow: 0 -18px 36px rgba(91, 61, 44, 0.08);
	transform: rotate(-2deg);
}

.tp-product-scale-visual__label {
	position: absolute;
	z-index: 2;
	top: 1rem;
	left: 1rem;
	padding: 0.65rem 0.85rem;
	border-radius: 8px;
	background: rgba(102, 75, 56, 0.45);
	color: #fffaf4;
	font-size: 0.8rem;
}

.tp-product-scale-visual__phone {
	position: absolute;
	z-index: 1;
	bottom: 4rem;
	left: 8%;
	width: 2.5rem;
	height: 7.2rem;
	border: 3px solid #2f2823;
	border-radius: 0.4rem;
	background: #191817;
	box-shadow: 0 10px 16px rgba(53, 38, 27, 0.2);
}

.tp-product-scale-visual__phone::before {
	content: "";
	position: absolute;
	top: 0.25rem;
	left: 50%;
	width: 0.55rem;
	height: 0.15rem;
	border-radius: 999px;
	background: #756b62;
	transform: translateX(-50%);
}

.tp-product-scale-visual__ruler {
	position: absolute;
	z-index: 1;
	bottom: 4rem;
	left: 17%;
	width: 1rem;
	height: 8rem;
	border: 1px solid rgba(71, 45, 36, 0.35);
	background: repeating-linear-gradient(to bottom, transparent 0 0.55rem, rgba(71, 45, 36, 0.35) 0.55rem 0.62rem);
}

.tp-product-scale-item {
	position: absolute;
	z-index: 2;
	bottom: 2.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 28%;
	color: var(--tp-product-ink);
	text-align: center;
}

.tp-product-scale-item--10 {
	left: 28%;
}

.tp-product-scale-item--12 {
	left: 48%;
}

.tp-product-scale-item--15 {
	left: 68%;
}

.tp-product-scale-item__image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 210px;
}

.tp-product-scale-item--10 .tp-product-scale-item__image {
	height: 130px;
}

.tp-product-scale-item--12 .tp-product-scale-item__image {
	height: 170px;
}

.tp-product-scale-item--15 .tp-product-scale-item__image {
	height: 195px;
}

.tp-product-scale-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.tp-product-scale-item strong {
	margin-top: 0.45rem;
	font-family: var(--tp-font-heading);
	font-size: 1rem;
}

.tp-product-scale-item span {
	margin-top: 0.1rem;
	color: var(--tp-color-muted);
	font-size: 0.72rem;
}

.tp-product-scale-visual__note {
	margin-top: 0.6rem;
	color: var(--tp-color-muted);
	font-size: 0.76rem;
	text-align: center;
}

.tp-product-size-section {
	padding: 40px 0 28px;
	background: rgba(255, 250, 244, 0.74);
}

.tp-product-size-section__head {
	max-width: 44rem;
	margin: 0 auto var(--tp-product-heading-gap);
	text-align: center;
}

.tp-product-size-section__head h2,
.tp-product-process-section__head h2,
.tp-product-reviews-section__head h2,
.tp-product-faq-section__head h2 {
	margin-bottom: 8px;
	color: var(--tp-product-ink);
	font-family: var(--tp-font-heading);
	font-size: clamp(1.9rem, 2.8vw, 2.65rem);
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.tp-product-size-section__head p:last-child,
.tp-product-process-section__head p:last-child,
.tp-product-reviews-section__head p:last-child,
.tp-product-faq-section__head p:last-child {
	margin-bottom: 0;
	color: var(--tp-color-muted);
	line-height: 1.48;
}

.tp-product-size-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--tp-product-card-gap);
	width: min(100%, 1040px);
	max-width: 1040px;
	margin: 0 auto !important;
}

.tp-product-size-grid > .wp-block-column {
	width: auto !important;
	flex-basis: auto !important;
	margin: 0 !important;
}

.tp-product-size-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0.65rem;
	border: 1px solid var(--tp-product-line);
	border-radius: 14px;
	background: #fffdf9;
	box-shadow: 0 8px 22px rgba(73, 47, 35, 0.045);
	cursor: pointer;
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.tp-product-size-card:hover {
	border-color: rgba(200, 115, 80, 0.7);
	box-shadow: 0 14px 30px rgba(73, 47, 35, 0.1);
	transform: translateY(-3px);
}

.tp-product-size-card.is-selected {
	padding: calc(0.65rem - 1px);
	border: 2px solid var(--tp-product-accent);
	box-shadow: 0 10px 24px rgba(200, 115, 80, 0.1);
}

.tp-product-size-card:focus-visible {
	outline: 3px solid rgba(200, 115, 80, 0.3);
	outline-offset: 3px;
}

.tp-product-size-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1200 / 622;
	height: auto;
	border-radius: 10px;
	background: var(--tp-product-soft);
}

.tp-product-size-card__media .wp-block-image,
.tp-product-size-card__media figure,
.tp-product-size-card__media img {
	width: 100%;
	height: auto;
	margin: 0;
}

.tp-product-size-card__media img {
	display: block;
	object-fit: contain;
	object-position: center;
	background: var(--tp-product-soft);
}

.tp-product-size-card__check {
	position: absolute;
	z-index: 2;
	top: 0.7rem;
	right: 0.7rem;
	display: grid;
	place-items: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--tp-product-accent);
	color: #fffaf4;
	font-size: 0.9rem;
	opacity: 0;
	transform: scale(0.75);
	transition: opacity 180ms ease, transform 180ms ease;
}

.tp-product-size-card.is-selected .tp-product-size-card__check {
	opacity: 1;
	transform: scale(1);
}

.tp-product-size-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-block-start: 0 !important;
	padding: 0.55rem 0.3rem 0.15rem;
	line-height: 1.3;
}

.tp-product-size-card__badge {
	margin-bottom: 0.25rem;
	color: var(--tp-product-accent);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tp-product-size-card__title {
	margin-bottom: 0.25rem;
	color: var(--tp-product-ink);
	font-family: var(--tp-font-heading);
	font-size: clamp(1.35rem, 1.7vw, 1.7rem);
	line-height: 1.05;
}

.tp-product-size-card__physical {
	margin-bottom: 0.35rem;
	line-height: 1.3;
	color: var(--tp-color-muted);
	font-size: 0.82rem;
}

.tp-product-size-card__features {
	display: grid;
	gap: 0.25rem;
	margin: 0 0 0.4rem;
	padding: 0;
	list-style: none;
	color: var(--tp-color-muted);
	font-size: 0.75rem;
	line-height: 1.35;
}

.tp-product-size-card__features li {
	position: relative;
	padding-left: 1rem;
}

.tp-product-size-card__features li::before {
	content: "·";
	position: absolute;
	left: 0.1rem;
	color: var(--tp-product-accent);
	font-size: 1.25rem;
	line-height: 0.7;
}

.tp-product-size-card__price-row {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: 0.18rem;
	margin-top: 0;
	margin-bottom: 0.4rem;
	line-height: 1.2;
}
.tp-product-size-card__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.38rem;
	margin: 0;
	color: var(--tp-product-ink);
	font-family: var(--tp-font-body);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.1;
}

.tp-product-size-card__price del,
.tp-product-size-card__price-label {
	color: #725f56;
	font-family: var(--tp-font-body);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.tp-product-size-card__original-price {
	color: #725f56;
	font-family: var(--tp-font-body);
	font-size: 0.72rem;
	font-weight: 650;
}

.tp-product-size-card__sale-price {
	background: linear-gradient(135deg, #a84020 0%, #c9562c 48%, #d8a258 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 1.72rem;
	font-weight: 850;
	line-height: 0.95;
	letter-spacing: -0.035em;
	-webkit-text-fill-color: transparent;
}

.tp-product-size-card__price-label {
	display: inline-flex;
	align-items: center;
	min-height: 19px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #a84020;
	color: #fffaf6;
	font-size: 0.56rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.tp-product-size-card__today {
	margin: 0;
	color: #6f5b52;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.3;
	overflow-wrap: break-word;
}

.tp-product-size-section__deposit-note {
	max-width: 44rem;
	margin: 0.7rem auto 0;
	color: var(--tp-color-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	text-align: center;
}

.tp-product-size-card__body > .wp-block-buttons {
	display: none;
}

.tp-product-size-card__select {
	display: block;
	width: 100%;
	border: 1px solid var(--tp-product-line);
	border-radius: 8px;
	background: transparent;
	color: var(--tp-product-ink) !important;
	font-size: 0.87rem;
	text-align: center;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tp-product-size-card.is-selected .tp-product-size-card__select,
.tp-product-size-card__select:hover,
.tp-product-size-card__select:focus-visible {
	border-color: var(--tp-product-accent);
	background: var(--tp-product-accent);
	color: #fffaf4 !important;
}

.tp-product-purchase {
	width: 100%;
	max-width: none !important;
	margin-inline: auto !important;
	padding: 20px 0 0;
}

.tp-product-purchase__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1.1rem;
}

.tp-product-quantity {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 132px;
	height: 50px;
	padding: 0 0.35rem;
	border: 1px solid var(--tp-product-line);
	border-radius: 9px;
	background: #fffdf9;
}

.tp-product-quantity__button {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--tp-product-ink);
	cursor: pointer;
	font-size: 1.15rem;
}

.tp-product-quantity__button:hover,
.tp-product-quantity__button:focus-visible {
	background: var(--tp-product-soft);
	color: var(--tp-product-accent);
}

.tp-product-quantity__value {
	min-width: 1.5rem;
	color: var(--tp-product-ink);
	font-family: var(--tp-font-heading);
	text-align: center;
}

.tp-product-purchase__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 340px;
	min-height: 52px;
	border-radius: 9px;
	background: var(--tp-product-accent) !important;
	color: #fffaf4 !important;
	font-weight: 700;
	transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tp-product-purchase__cta:hover,
.tp-product-purchase__cta:focus-visible {
	background: var(--tp-color-accent-dark) !important;
	box-shadow: 0 10px 22px rgba(200, 115, 80, 0.2);
	transform: translateY(-2px);
}

.tp-product-benefits {
	padding: 0 0 40px;
}

.tp-product-benefits__strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	max-width: 1180px;
	margin-inline: auto !important;
	padding: 16px 20px;
	border: 1px solid var(--tp-product-line);
	border-radius: 14px;
	background: rgba(255, 253, 249, 0.78);
}

.tp-product-benefit {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	padding: 0.25rem 0.7rem;
	border-right: 1px solid var(--tp-product-line);
}

.tp-product-benefit:last-child {
	border-right: 0;
}

.tp-product-benefit__copy {
	min-width: 0;
}

.tp-product-benefit__title,
.tp-product-benefit__description {
	margin: 0;
}

.tp-product-benefit__title {
	color: var(--tp-product-ink);
	font-size: 0.85rem;
	font-weight: 700;
}

.tp-product-benefit__description {
	margin-top: 0.2rem;
	color: var(--tp-color-muted);
	font-size: 0.72rem;
}

.tp-product-process-section {
	padding: 12px 0 24px;
	background: transparent;
}

.tp-product-process-section__head,
.tp-product-reviews-section__head,
.tp-product-faq-section__head {
	max-width: 42rem;
	margin: 0 auto 10px;
	text-align: center;
}

.tp-product-process-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	counter-reset: tp-process;
	margin: 0;
}

.tp-product-process-step {
	position: relative;
	counter-increment: tp-process;
	padding: 0 0.35rem;
	text-align: center;
}

.tp-product-process-step:not(:last-child)::after {
	content: "→";
	position: absolute;
	top: 1.25rem;
	right: -0.65rem;
	color: var(--tp-product-accent);
	font-size: 1.35rem;
}

.tp-product-process-step__image {
	display: none !important;
}

.tp-product-process-step__number {
	display: none;
}

.tp-product-process-step h3 {
	margin-bottom: 0.45rem;
	color: var(--tp-product-ink);
	font-family: var(--tp-font-heading);
	font-size: 1.05rem;
}

.tp-product-process-step h3::before {
	content: counter(tp-process, decimal-leading-zero) "  ";
	color: var(--tp-product-accent);
	font-family: var(--tp-font-body);
	font-size: 0.72em;
	letter-spacing: 0.08em;
}

.tp-product-process-step p {
	margin: 0;
	color: var(--tp-color-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.tp-product-reviews-section {
	background: var(--tp-product-cream);
}

.tp-product-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
}

.tp-product-review-card {
	display: flex;
	flex-direction: column;
	min-height: 200px;
	padding: 1.1rem;
	border: 1px solid var(--tp-product-line);
	border-radius: 14px;
	background: #fffdf9;
}

.tp-product-review-card__stars {
	margin-bottom: 0.6rem;
	color: var(--tp-product-accent);
	letter-spacing: 0.08em;
}

.tp-product-review-card__quote {
	flex: 1;
	margin-bottom: 0.8rem;
	color: var(--tp-product-ink);
	font-size: 0.9rem;
	line-height: 1.5;
}

.tp-product-review-card__author {
	margin: 0;
	color: var(--tp-color-muted);
	font-size: 0.78rem;
}

.tp-product-faq-section {
	background: #f7ede3;
}

.tp-product-faq {
	max-width: 850px;
	margin-inline: auto;
}

.tp-product-faq details {
	border-top: 1px solid var(--tp-product-line);
}

.tp-product-faq details:last-child {
	border-bottom: 1px solid var(--tp-product-line);
}

.tp-product-faq summary {
	position: relative;
	min-height: 52px;
	padding: 0.75rem 2.5rem 0.75rem 0;
	color: var(--tp-product-ink);
	cursor: pointer;
	font-family: var(--tp-font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	list-style: none;
}

.tp-product-faq summary::-webkit-details-marker {
	display: none;
}

.tp-product-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--tp-product-accent);
	font-family: var(--tp-font-body);
	font-size: 1.35rem;
	font-weight: 400;
	transform: translateY(-50%);
}

.tp-product-faq details[open] summary::after {
	content: "−";
}

.tp-product-faq details p {
	max-width: 48rem;
	padding: 0 2.5rem 1rem 0;
	color: var(--tp-color-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

@media (max-width: 850px) {
	.tp-product-hero__columns {
		grid-template-columns: 1fr;
	}

	.tp-product-hero__copy {
		text-align: center;
	}

	.tp-product-hero__eyebrow,
	.tp-product-hero__description {
		margin-inline: auto;
	}

	.tp-product-hero__title {
		max-width: 100%;
	}

	.tp-product-hero__trust {
		max-width: 32rem;
		margin-inline: auto;
	}

	.tp-product-hero__review {
		justify-content: center;
	}

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

	.tp-product-size-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 0.6rem);
		margin-inline: auto;
		width: 100%;
	}

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

	.tp-product-benefit:nth-child(2) {
		border-right: 0;
	}

	.tp-product-benefit:nth-child(-n + 2) {
		border-bottom: 1px solid var(--tp-product-line);
		padding-bottom: 1rem;
	}

	.tp-product-benefit:nth-child(n + 3) {
		padding-top: 1rem;
	}

	.tp-product-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 0.8rem;
		row-gap: 1.6rem;
	}

	.tp-product-process-step:not(:last-child)::after {
		top: 1.25rem;
		right: -0.5rem;
	}

	.tp-product-process-step:nth-child(2)::after,
	.tp-product-process-step:nth-child(4)::after {
		display: none;
	}

	.tp-product-process-step:nth-child(3)::after {
		content: "↓";
		top: auto;
		right: auto;
		bottom: -1.35rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.tp-product-review-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
		margin-inline: 0;
		gap: 0.75rem;
	}

	.tp-product-review-card {
		min-width: 0;
		min-height: 220px;
		padding: 0.85rem;
	}

	.tp-product-review-card__stars {
		font-size: 0.78rem;
		letter-spacing: 0.04em;
	}

	.tp-product-review-card__quote {
		font-size: 0.76rem;
		line-height: 1.45;
	}

	.tp-product-review-card__author {
		font-size: 0.64rem;
		line-height: 1.3;
	}
}

@media (max-width: 560px) {
	.tp-product-page {
		--tp-product-container: min(1280px, calc(100% - 2rem));
	}

	.tp-product-hero,
	.tp-product-size-section,
	.tp-product-process-section,
	.tp-product-reviews-section,
	.tp-product-faq-section {
		padding: 36px 0;
	}

	.tp-product-hero {
		padding: 20px 0 6px;
	}

	.tp-product-process-section {
		padding: 10px 0 20px;
	}

	.tp-product-size-section {
		padding: 32px 0 24px;
	}

	.tp-product-benefits {
		padding-bottom: 28px;
	}

	.tp-product-hero__title {
		font-size: clamp(2.45rem, 13vw, 3.45rem);
	}

	.tp-product-hero__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		justify-items: stretch;
		gap: 0.55rem 0.75rem;
		max-width: 22rem;
	}

	.tp-product-hero__trust-item {
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		gap: 0.4rem;
		font-size: 0.72rem;
		line-height: 1.2;
		white-space: normal;
	}

	.tp-product-hero__review {
		flex-wrap: wrap;
	}

	.tp-product-scale-visual {
		min-height: 270px;
		border-radius: 18px;
	}

	.tp-product-scale-visual__phone {
		bottom: 3rem;
		left: 5%;
		width: 1.9rem;
		height: 5.5rem;
	}

	.tp-product-scale-visual__ruler {
		bottom: 3rem;
		left: 13%;
		height: 6rem;
	}

	.tp-product-scale-item {
		bottom: 2rem;
		width: 31%;
	}

	.tp-product-scale-item--10 {
		left: 24%;
	}

	.tp-product-scale-item--12 {
		left: 46%;
	}

	.tp-product-scale-item--15 {
		left: 68%;
	}

	.tp-product-scale-item__image,
	.tp-product-scale-item--15 .tp-product-scale-item__image {
		height: 145px;
	}

	.tp-product-scale-item--10 .tp-product-scale-item__image {
		height: 95px;
	}

	.tp-product-scale-item--12 .tp-product-scale-item__image {
		height: 120px;
	}

	.tp-product-scale-item strong {
		font-size: 0.82rem;
	}

	.tp-product-scale-item span {
		font-size: 0.62rem;
	}

	.tp-product-size-grid {
		position: relative;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 1fr;
		gap: 0;
		width: calc(100% - 2.5rem);
		max-width: 100%;
		margin-inline: auto !important;
		overflow: visible;
		isolation: isolate;
	}

	.tp-product-size-card {
		grid-area: 1 / 1;
		grid-column: 1 !important;
		grid-row: 1 !important;
		min-width: 0;
		height: auto;
		min-height: 0;
		padding: 0.7rem;
		border-radius: 14px;
		transition: transform 260ms ease, opacity 220ms ease, border-color 200ms ease, box-shadow 260ms ease;
	}

	.tp-product-size-card:last-child {
		grid-column: 1 !important;
		grid-row: 1 !important;
		max-width: 100%;
		margin-inline: 0;
		width: 100%;
	}

	.tp-product-size-card--10 {
		z-index: 1;
		transform: translateX(-4.5rem) scale(0.92);
	}

	.tp-product-size-card--12 {
		z-index: 3;
		transform: translateX(0) scale(1);
	}

	.tp-product-size-card--15 {
		z-index: 1;
		transform: translateX(4.5rem) scale(0.92);
	}

	.tp-product-size-card--10.is-selected,
	.tp-product-size-card--12.is-selected,
	.tp-product-size-card--15.is-selected {
		z-index: 4;
		transform: translateX(0) scale(1);
		opacity: 1;
	}

	.tp-product-size-card--10.is-selected ~ .tp-product-size-card--12 {
		z-index: 2;
		transform: translateX(4.5rem) scale(0.92);
	}

	.tp-product-size-card--10.is-selected ~ .tp-product-size-card--15 {
		z-index: 1;
		transform: translateX(6.5rem) scale(0.88);
	}

	.tp-product-size-card--15.is-selected ~ .tp-product-size-card--10 {
		transform: translateX(-6.5rem) scale(0.88);
	}

	.tp-product-size-card--15.is-selected ~ .tp-product-size-card--12 {
		z-index: 2;
		transform: translateX(-4.5rem) scale(0.92);
	}

	.tp-product-size-grid.is-size-10 .tp-product-size-card--10,
	.tp-product-size-grid.is-size-12 .tp-product-size-card--12,
	.tp-product-size-grid.is-size-15 .tp-product-size-card--15 {
		z-index: 4;
		transform: translateX(0) scale(1);
	}

	.tp-product-size-grid.is-size-10 .tp-product-size-card--12 {
		z-index: 2;
		transform: translateX(4.5rem) scale(0.92);
	}

	.tp-product-size-grid.is-size-10 .tp-product-size-card--15 {
		z-index: 1;
		transform: translateX(6.5rem) scale(0.88);
	}

	.tp-product-size-grid.is-size-15 .tp-product-size-card--10 {
		z-index: 1;
		transform: translateX(-6.5rem) scale(0.88);
	}

	.tp-product-size-grid.is-size-15 .tp-product-size-card--12 {
		z-index: 2;
		transform: translateX(-4.5rem) scale(0.92);
	}

	.tp-product-size-card.is-selected {
		padding: calc(0.7rem - 1px);
		box-shadow: 0 18px 38px rgba(73, 47, 35, 0.14);
	}

	.tp-product-size-card__media {
		height: auto;
		aspect-ratio: 1200 / 622;
		border-radius: 10px;
	}

	.tp-product-size-card__body {
		padding: 0.65rem 0.2rem 0.2rem;
	}

	.tp-product-size-card__badge {
		font-size: 0.62rem;
		letter-spacing: 0.04em;
	}

	.tp-product-size-card__title {
		font-size: 1.45rem;
	}

	.tp-product-size-card__physical,
	.tp-product-size-card__features {
		font-size: 0.72rem;
		line-height: 1.4;
	}

	.tp-product-size-card__features {
		gap: 0.2rem;
	}

	.tp-product-size-card__features li {
		padding-left: 0.75rem;
	}

	.tp-product-size-card__features li::before {
		left: 0.05rem;
		font-size: 1rem;
	}

	.tp-product-size-card__price {
		gap: 0.25rem;
	}

	.tp-product-size-card__price-label,
	.tp-product-size-card__price del,
	.tp-product-size-card__original-price {
		font-size: 0.62rem;
		line-height: 1.25;
	}

	.tp-product-size-card__sale-price {
		font-size: 1.38rem;
		line-height: 0.95;
	}

	.tp-product-size-card__price-label {
		min-height: 17px;
		padding: 3px 6px;
		font-size: 0.5rem;
		line-height: 1;
	}

	.tp-product-size-card__today {
		font-size: 0.66rem;
		line-height: 1.3;
	}

	.tp-product-purchase__controls {
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
	}

	.tp-product-purchase__controls .wp-block-buttons {
		width: 100%;
		max-width: 340px;
	}

	.tp-product-purchase__controls .wp-block-button {
		width: 100%;
		max-width: 340px;
	}

	.tp-product-purchase__cta {
		width: 100%;
		min-width: 0;
	}

	.tp-product-benefits__strip {
		grid-template-columns: 1fr;
		padding: 0.75rem;
	}

	.tp-product-benefit,
	.tp-product-benefit:nth-child(-n + 2),
	.tp-product-benefit:nth-child(n + 3) {
		border-right: 0;
		border-bottom: 1px solid var(--tp-product-line);
		padding: 0.85rem 0.45rem;
	}

	.tp-product-benefit:last-child {
		border-bottom: 0;
	}

	.tp-product-process-grid {
		grid-template-columns: 1fr;
		row-gap: 1.2rem;
	}

	.tp-product-process-step:not(:last-child)::after,
	.tp-product-process-step:nth-child(3)::after {
		content: "↓";
		top: auto;
		right: auto;
		bottom: -0.95rem;
		left: 50%;
		display: block;
		transform: translateX(-50%);
	}

	.tp-product-faq summary {
		font-size: 0.98rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tp-product-size-card,
	.tp-product-size-card__check,
	.tp-product-size-card__select,
	.tp-product-purchase__cta {
		transition-duration: 0.01ms !important;
	}
}

/* Mobile product-flow spacing repair — keep the review marker inline and
 * place each process arrow in normal flow so it cannot overlap copy. */
@media (max-width: 560px) {
	.tp-product-hero__review {
		align-items: center !important;
		justify-content: flex-start !important;
		flex-wrap: nowrap !important;
		width: 100%;
		padding-inline: 0.25rem;
		text-align: left;
	}

	.tp-product-hero__review > .tp-product-hero__stars {
		flex: 0 0 auto;
		line-height: 1;
	}

	.tp-product-hero__review > span:last-child {
		min-width: 0;
		flex: 1 1 auto;
	}

	.tp-product-process-grid {
		row-gap: 0;
	}

	.tp-product-process-step:not(:last-child)::after,
	.tp-product-process-step:nth-child(3)::after {
		position: static;
		display: block;
		width: 100%;
		height: 1rem;
		margin: 0.55rem auto 0;
		font-size: 1.1rem;
		line-height: 1;
		text-align: center;
		transform: none;
	}
}
