/*
Theme Name: Tail & Frame Studio
Theme URI: https://petivoart.com/
Author: Codex
Description: Conversion focused custom pet product storefront theme.
Version: 1.2.40
Text Domain: tail-frame-studio
*/

/* Critical purchase-flow fixes loaded near the top to avoid stale lower-block overrides. */
.tf-cart-drawer-overlay {
	position: fixed !important;
	inset: 0 !important;
	z-index: 10020 !important;
	background: rgba(17, 24, 39, .42) !important;
	opacity: 0;
	transition: opacity .18s ease;
}

.tf-cart-drawer-overlay.is-open {
	opacity: 1 !important;
}

.tf-cart-drawer {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 10030 !important;
	display: flex !important;
	flex-direction: column !important;
	width: min(410px, calc(100vw - 12px)) !important;
	max-width: 100vw !important;
	height: 100dvh !important;
	background: #fff !important;
	box-shadow: -18px 0 48px rgba(17, 24, 39, .24) !important;
	transform: translateX(105%);
	transition: transform .22s ease;
}

.tf-cart-drawer.is-open,
body.tf-cart-drawer-open .tf-cart-drawer {
	transform: translateX(0) !important;
}

body.tf-cart-drawer-open {
	overflow: hidden !important;
}

body.tf-cart-drawer-open .woocommerce-message {
	display: none !important;
}

.tf-commerce-page div.product form.cart table.variations .reset_variations {
	font-size: 0 !important;
	color: transparent !important;
}

.tf-commerce-page div.product form.cart table.variations .reset_variations:after {
	content: "Clear";
	font-size: 11px;
	color: #d96b3b;
	font-weight: 800;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item {
	display: block !important;
	position: relative !important;
	padding: 14px 16px !important;
	border-bottom: 1px solid rgba(22, 54, 45, .1) !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item > a:not(.remove) {
	display: grid !important;
	grid-template-columns: 76px minmax(0, 1fr) !important;
	gap: 10px !important;
	align-items: start !important;
	min-width: 0 !important;
	color: #17392f !important;
	font-size: 13px !important;
	line-height: 1.32 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item > a:not(.remove) img {
	width: 74px !important;
	height: 74px !important;
	margin: 0 !important;
	border-radius: 9px !important;
	object-fit: cover !important;
	border: 1px solid rgba(22, 54, 45, .12) !important;
	background: #fff !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) !important;
	gap: 4px 8px !important;
	margin: 10px 0 0 !important;
	padding: 10px 0 0 !important;
	border-top: 1px dashed rgba(22, 54, 45, .16) !important;
	clear: both !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dt,
.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dd {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dt {
	color: rgba(23, 57, 47, .72) !important;
	font-weight: 850 !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dd,
.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dd p {
	color: #17392f !important;
	font-weight: 650 !important;
	overflow-wrap: anywhere !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item .quantity {
	display: block !important;
	margin: 9px 0 0 !important;
	font-size: 12px !important;
	color: rgba(23, 57, 47, .72) !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation {
	display: block !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dt,
.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dd {
	display: block !important;
	width: auto !important;
	grid-column: auto !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dt {
	margin-top: 7px !important;
	font-size: 11px !important;
	line-height: 1.2 !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dt:first-child {
	margin-top: 0 !important;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item dl.variation dd {
	margin-top: 2px !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
}

:root {
	--tf-ink: #16362d;
	--tf-ink-2: #284e43;
	--tf-sage: #dcece8;
	--tf-sage-2: #eff8f5;
	--tf-cream: #f6faf7;
	--tf-paper: #ffffff;
	--tf-sky: #d9eafa;
	--tf-gold: #c8893b;
	--tf-clay: #d96b3b;
	--tf-blush: #f8e1e8;
	--tf-line: rgba(22, 54, 45, .14);
	--tf-muted: #64746e;
	--tf-shadow: 0 22px 70px rgba(22, 54, 45, .13);
}

/* 1.2.35 checkout clarity pass: compact payment, collapsed custom details, and clearer next step. */
body.tfstudio.woocommerce-checkout .tf-commerce-page {
	background: #f8f6f1;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .tf-container {
	max-width: 1080px;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px 18px;
	padding: 14px 16px;
	border-radius: 14px;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple > div:first-child {
	min-width: 0;
}

.tf-checkout-steps {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tf-checkout-steps li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #31433d;
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.tf-checkout-steps li + li:before {
	content: "";
	width: 18px;
	height: 1px;
	margin-right: 2px;
	background: rgba(22, 54, 45, .24);
}

.tf-checkout-steps span {
	display: inline-grid !important;
	place-items: center;
	width: 22px;
	height: 22px;
	margin: 0 !important;
	border-radius: 999px;
	background: var(--tf-ink);
	color: #fff !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-mini-trust {
	grid-column: 1 / -1;
	justify-content: flex-start;
}

@media (min-width: 981px) {
	body.tfstudio.woocommerce-checkout .tf-commerce-page form.checkout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
		gap: 18px !important;
		align-items: start;
	}
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-additional-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-checkout-review-order {
	border-color: rgba(22, 54, 45, .14);
	box-shadow: 0 12px 34px rgba(22, 54, 45, .055);
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table th,
body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td {
	padding: 11px 12px;
	color: #17392f;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	line-height: 1.35;
	vertical-align: top;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-name {
	width: 72%;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-total {
	width: 28%;
	text-align: right;
	white-space: nowrap;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name {
	font-weight: 750;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation {
	display: none;
	margin: 8px 0 0;
	padding: 8px 10px;
	border-radius: 10px;
	background: #f7fbf8;
	color: #4f625b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name.is-open dl.variation {
	display: grid;
	gap: 4px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation dt,
body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation dd {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation dd p {
	display: inline;
	margin: 0;
}

.tf-order-meta-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--tf-clay);
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.tf-order-meta-toggle:after {
	content: "+";
	display: inline-grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: rgba(217, 107, 59, .1);
	text-decoration: none;
}

td.product-name.is-open .tf-order-meta-toggle:after {
	content: "-";
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact {
	padding: 12px 14px;
	border-top: 1px solid rgba(22, 54, 45, .1);
	border-bottom: 1px solid rgba(22, 54, 45, .1);
	background: #f5fbf8;
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact p {
	margin-top: 8px;
	font-size: 12px;
}

body.tfstudio.woocommerce-checkout #payment,
body.tfstudio.woocommerce-checkout #payment * {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px !important;
	gap: 7px;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods li {
	padding: 9px 10px !important;
	border-radius: 10px;
}

body.tfstudio.woocommerce-checkout #payment div.payment_box {
	margin-top: 8px !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce-checkout #payment div.payment_box > p {
	margin: 0 0 8px;
	color: #51655e;
	font-size: 12px;
}

body.tfstudio.woocommerce-checkout #payment .form-row,
body.tfstudio.woocommerce-checkout #payment p.form-row {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce-checkout #payment label {
	margin: 0 0 5px !important;
	color: #17392f !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
}

body.tfstudio.woocommerce-checkout #payment input[type="text"],
body.tfstudio.woocommerce-checkout #payment input[type="tel"],
body.tfstudio.woocommerce-checkout #payment input[type="number"],
body.tfstudio.woocommerce-checkout #payment .input-text,
body.tfstudio.woocommerce-checkout #payment iframe {
	width: 100% !important;
	min-height: 42px !important;
	border: 1px solid rgba(22, 54, 45, .22) !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #17392f !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce-checkout #payment .form-row-first,
body.tfstudio.woocommerce-checkout #payment .form-row-last {
	float: none !important;
	width: 100% !important;
}

body.tfstudio.woocommerce-checkout #payment div.form-row.place-order {
	padding: 10px 12px 12px !important;
}

@media (max-width: 780px) {
	body.tfstudio.woocommerce-checkout .tf-checkout-simple {
		grid-template-columns: 1fr;
	}

	.tf-checkout-steps {
		justify-content: space-between;
		width: 100%;
	}

	.tf-checkout-steps li {
		font-size: 11px;
	}

	.tf-checkout-steps li + li:before {
		width: 10px;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-name,
	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-total {
		width: auto;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--tf-cream);
	color: var(--tf-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

.tf-shell {
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(217, 234, 250, .7) 0%, transparent 31%),
		radial-gradient(circle at 85% 10%, rgba(216, 107, 59, .10), transparent 28%),
		linear-gradient(180deg, #f6faf7 0%, #f4f1ea 100%);
}

.tf-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.tf-announcement {
	background: var(--tf-ink);
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .02em;
}

.tf-announcement .tf-container {
	display: flex;
	justify-content: center;
	gap: 18px;
	padding: 9px 0;
	text-align: center;
}

.tf-announcement span {
	overflow-wrap: anywhere;
}

.tf-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 250, 241, .92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--tf-line);
}

.tf-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	padding: 18px 0;
}

.tf-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 950;
	letter-spacing: .01em;
	font-size: 24px;
	white-space: nowrap;
}

.tf-logo-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--tf-clay), var(--tf-gold));
	box-shadow: 0 10px 24px rgba(216, 107, 59, .28);
}

.tf-main-nav {
	display: flex;
	justify-content: center;
	gap: 26px;
	font-weight: 850;
	font-size: 14px;
	color: var(--tf-ink-2);
}

.tf-main-nav a {
	padding: 8px 0;
}

.tf-main-nav a:hover {
	color: var(--tf-clay);
}

.tf-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tf-mobile-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--tf-line);
	border-radius: 12px;
	background: #fff;
	color: var(--tf-ink);
	font-weight: 900;
	cursor: pointer;
}

.tf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 950;
	letter-spacing: .01em;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tf-btn:hover {
	transform: translateY(-1px);
}

.tf-btn-primary {
	background: var(--tf-ink);
	color: #fff;
	box-shadow: 0 12px 32px rgba(22, 54, 45, .22);
}

.tf-btn-primary:hover {
	background: #0f2b24;
}

.tf-btn-secondary {
	background: #fff;
	color: var(--tf-ink);
	border-color: var(--tf-line);
}

.tf-btn-secondary:hover {
	box-shadow: 0 10px 28px rgba(22, 54, 45, .1);
}

.tf-hero {
	padding: 72px 0 56px;
}

.tf-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
	gap: 48px;
	align-items: center;
}

.tf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #fff;
	color: var(--tf-clay);
	border: 1px solid rgba(216, 107, 59, .24);
	font-weight: 950;
	font-size: 13px;
	box-shadow: 0 8px 28px rgba(22, 54, 45, .08);
}

.tf-hero h1,
.tf-section-head h2,
.tf-split-copy h2,
.tf-final h2 {
	margin: 18px 0 18px;
	font-size: clamp(42px, 6vw, 76px);
	line-height: .95;
	letter-spacing: 0;
	font-family: Fraunces, Georgia, serif;
	font-weight: 800;
}

.tf-hero p {
	max-width: 620px;
	margin: 0 0 24px;
	color: #435850;
	font-size: 20px;
}

.tf-hero-copy {
	position: relative;
	z-index: 2;
}

.tf-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin: 28px 0 24px;
}

.tf-micro-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 700px;
}

.tf-micro-trust span,
.tf-proof-chip,
.tf-mini-card {
	border: 1px solid var(--tf-line);
	background: rgba(255, 255, 255, .8);
	border-radius: 16px;
	padding: 12px 14px;
	font-weight: 900;
	font-size: 14px;
	color: var(--tf-ink);
}

.tf-hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-width: 520px;
	margin-top: 16px;
}

.tf-hero-stats div {
	padding: 14px 16px;
	border: 1px solid rgba(22, 54, 45, .14);
	border-radius: 18px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 10px 28px rgba(22, 54, 45, .07);
}

.tf-hero-stats strong {
	display: block;
	color: var(--tf-ink);
	font-size: 22px;
	line-height: 1;
	font-weight: 950;
}

.tf-hero-stats span {
	display: block;
	margin-top: 5px;
	color: var(--tf-muted);
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.28;
}

.tf-signal-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px;
}

.tf-signal-bar span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .76);
	border: 1px solid var(--tf-line);
	font-size: 13px;
	font-weight: 900;
	color: var(--tf-ink-2);
}

.tf-signal-bar b {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--tf-ink);
	color: #fff;
	font-size: 12px;
}

.tf-visual {
	position: relative;
	min-height: 610px;
}

.tf-collage {
	position: relative;
	height: 610px;
}

.tf-photo-card {
	position: absolute;
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
	border: 8px solid #fff;
	box-shadow: var(--tf-shadow);
}

.tf-photo-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-photo-main {
	inset: 30px 50px 118px 42px;
}

.tf-photo-side {
	right: 0;
	top: 0;
	width: 210px;
	height: 250px;
	transform: rotate(5deg);
}

.tf-art-card,
.tf-preview-board {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 330px;
	min-height: 230px;
	padding: 24px;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 250, 241, .98)),
		linear-gradient(135deg, rgba(220, 234, 223, .8), rgba(247, 222, 209, .7));
	border: 1px solid var(--tf-line);
	box-shadow: var(--tf-shadow);
}

.tf-preview-board {
	width: 360px;
	min-height: 286px;
	padding: 20px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,250,247,.98)),
		linear-gradient(135deg, rgba(217,234,250,.55), rgba(248,225,232,.45));
}

.tf-preview-header {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 16px;
}

.tf-preview-header span {
	color: var(--tf-muted);
	font-size: 13px;
	font-weight: 900;
}

.tf-preview-header b {
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--tf-sage-2);
	color: var(--tf-ink);
	font-size: 12px;
}

.tf-upload-box {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--tf-line);
}

.tf-proof-photo {
	width: 74px;
	height: 74px;
	overflow: hidden;
	border-radius: 18px;
	background: var(--tf-sky);
}

.tf-proof-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-upload-box strong {
	display: block;
	font-size: 16px;
	line-height: 1.15;
}

.tf-upload-box p {
	margin: 5px 0 0;
	color: var(--tf-muted);
	font-size: 13px;
	line-height: 1.35;
}

.tf-preview-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: 16px 0 12px;
}

.tf-preview-steps span {
	min-height: 42px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 7px;
	border-radius: 14px;
	background: rgba(22, 54, 45, .06);
	color: var(--tf-muted);
	font-size: 11px;
	font-weight: 950;
	line-height: 1.1;
}

.tf-preview-steps .is-done {
	background: var(--tf-sage);
	color: var(--tf-ink);
}

.tf-preview-steps .is-active {
	background: var(--tf-ink);
	color: #fff;
}

.tf-progress {
	height: 9px;
	border-radius: 999px;
	background: rgba(22, 54, 45, .1);
	overflow: hidden;
}

.tf-progress span {
	display: block;
	width: 64%;
	height: 100%;
	background: linear-gradient(90deg, var(--tf-clay), var(--tf-gold));
	border-radius: inherit;
}

.tf-art-frame {
	display: grid;
	place-items: center;
	height: 128px;
	border-radius: 22px;
	background: linear-gradient(135deg, #eef5ed, #fff4ec);
	border: 1px solid var(--tf-line);
	color: var(--tf-ink);
	font-size: 58px;
}

.tf-art-card strong {
	display: block;
	margin-top: 18px;
	font-size: 20px;
}

.tf-art-card p {
	margin: 4px 0 0;
	color: var(--tf-muted);
}

.tf-proof-chip {
	position: absolute;
	right: 16px;
	bottom: 48px;
	display: flex;
	align-items: center;
	gap: 9px;
	background: var(--tf-ink);
	color: #fff;
	border: 0;
}

.tf-proof-strip {
	padding: 8px 0 28px;
}

.tf-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.tf-proof-item {
	padding: 22px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 12px 34px rgba(22, 54, 45, .07);
}

.tf-proof-item b {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}

.tf-proof-item span {
	color: var(--tf-muted);
	font-size: 14px;
}

.tf-section {
	padding: 72px 0;
}

.tf-brand-proof {
	padding: 58px 0;
	background: #fff;
	border-top: 1px solid var(--tf-line);
	border-bottom: 1px solid var(--tf-line);
}

.tf-brand-proof-grid {
	display: grid;
	grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
	gap: 36px;
	align-items: center;
}

.tf-brand-proof-media {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--tf-line);
	background: #f7f1e8;
	box-shadow: 0 18px 48px rgba(22, 54, 45, .10);
}

.tf-brand-proof-media img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
}

.tf-brand-proof-copy h2 {
	max-width: 700px;
	margin: 14px 0 14px;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(34px, 4vw, 58px);
	line-height: 1;
	letter-spacing: 0;
}

.tf-brand-proof-copy p {
	max-width: 740px;
	margin: 0;
	color: #4f615b;
	font-size: 17px;
	line-height: 1.7;
}

.tf-brand-proof-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.tf-brand-proof-stats div {
	padding: 16px;
	border-radius: 18px;
	background: var(--tf-sage-2);
	border: 1px solid rgba(22, 54, 45, .12);
}

.tf-brand-proof-stats strong {
	display: block;
	color: var(--tf-ink);
	font-size: 20px;
	font-weight: 950;
	line-height: 1.05;
}

.tf-brand-proof-stats span {
	display: block;
	margin-top: 6px;
	color: var(--tf-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.tf-section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 28px;
	margin-bottom: 30px;
}

.tf-section-head h2,
.tf-split-copy h2,
.tf-final h2 {
	font-size: clamp(34px, 4vw, 56px);
}

.tf-section-head p {
	max-width: 520px;
	color: var(--tf-muted);
	font-size: 17px;
	margin: 0;
}

.tf-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	counter-reset: step;
}

.tf-step {
	position: relative;
	min-height: 220px;
	padding: 24px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 16px 44px rgba(22, 54, 45, .08);
}

.tf-step:before {
	counter-increment: step;
	content: counter(step);
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--tf-clay);
	color: #fff;
	font-weight: 950;
	margin-bottom: 28px;
}

.tf-step h3,
.tf-card h3,
.tf-guide-card h3,
.tf-trust-card h3,
.tf-faq summary {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.12;
}

.tf-step p,
.tf-card p,
.tf-guide-card p,
.tf-trust-card p,
.tf-faq p {
	margin: 0;
	color: var(--tf-muted);
}

.tf-how-compact {
	padding: 58px 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(239, 248, 245, .86)),
		var(--tf-cream);
}

.tf-how-panel {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
	gap: 38px;
	align-items: center;
	padding: 30px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 18px 54px rgba(22, 54, 45, .09);
}

.tf-how-copy h2 {
	max-width: 560px;
	margin: 10px 0 12px;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.02;
}

.tf-how-intro {
	max-width: 540px;
	margin: 0 0 22px;
	color: var(--tf-muted);
	font-size: 16px;
}

.tf-how-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--tf-line);
}

.tf-how-step {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	width: 100%;
	padding: 17px 0;
	border-bottom: 1px solid var(--tf-line);
	border-top: 0;
	border-right: 0;
	border-left: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color .18s ease, padding-left .18s ease;
}

.tf-how-step:hover,
.tf-how-step:focus-visible {
	background: rgba(239, 248, 245, .72);
}

.tf-how-step:focus-visible {
	outline: 3px solid rgba(216, 107, 59, .28);
	outline-offset: 4px;
}

.tf-how-step.is-active {
	padding-left: 12px;
	background: linear-gradient(90deg, rgba(239, 248, 245, .95), transparent);
}

.tf-how-step > span {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #f5ebe2;
	color: var(--tf-clay);
	font-weight: 950;
	font-size: 14px;
}

.tf-how-step.is-active > span {
	background: var(--tf-ink);
	color: #fff;
}

.tf-how-step h3 {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 1.2;
}

.tf-how-step p {
	margin: 0;
	color: var(--tf-muted);
	font-size: 14px;
	line-height: 1.45;
}

.tf-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: var(--tf-clay);
	font-weight: 950;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.tf-how-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 16px;
}

.tf-how-controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	min-height: 40px;
	padding: 9px 14px;
	border-radius: 999px;
	border: 1px solid var(--tf-line);
	background: #fff;
	color: var(--tf-ink);
	font-weight: 950;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(22, 54, 45, .07);
}

.tf-how-controls button:hover,
.tf-how-controls button:focus-visible {
	border-color: rgba(216, 107, 59, .35);
	color: var(--tf-clay);
}

.tf-how-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.tf-how-dots span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(22, 54, 45, .18);
	transition: width .18s ease, background-color .18s ease;
}

.tf-how-dots span.is-active {
	width: 22px;
	background: var(--tf-clay);
}

.tf-how-visual {
	position: relative;
	min-height: 408px;
	border-radius: 30px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(216, 107, 59, .14), transparent 38%),
		linear-gradient(180deg, var(--tf-sage-2), #fff);
	border: 1px solid var(--tf-line);
}

.tf-how-device {
	position: absolute;
	left: 50%;
	top: 48%;
	width: min(430px, 84%);
	transform: translate(-50%, -50%);
	padding: 0;
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(22, 54, 45, .20);
}

.tf-device-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--tf-ink);
	padding: 12px 14px;
	font-size: 12px;
	font-weight: 900;
	background: #fff;
	border-bottom: 1px solid var(--tf-line);
}

.tf-device-top span {
	width: 48px;
	height: 5px;
	border-radius: 999px;
	background: var(--tf-sage);
}

.tf-device-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 0;
	background: #fff;
}

.tf-device-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-device-order {
	display: grid;
	gap: 8px;
	margin-top: 0;
	padding: 14px 16px 16px;
	border-radius: 0;
	background: #fff;
}

.tf-device-order strong {
	font-size: 14px;
}

.tf-device-order span {
	position: relative;
	padding-left: 18px;
	color: var(--tf-muted);
	font-size: 12px;
	font-weight: 850;
}

.tf-device-order span:before {
	content: "";
	position: absolute;
	left: 0;
	top: .42em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--tf-clay);
}

.tf-how-note {
	position: absolute;
	max-width: 190px;
	padding: 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .94);
	border: 1px solid var(--tf-line);
	box-shadow: 0 14px 34px rgba(22, 54, 45, .13);
}

.tf-how-note b,
.tf-how-note span {
	display: block;
}

.tf-how-note b {
	margin-bottom: 5px;
	font-size: 14px;
}

.tf-how-note span {
	color: var(--tf-muted);
	font-size: 12px;
	line-height: 1.35;
}

.tf-how-note-one {
	left: 22px;
	top: 32px;
}

.tf-how-note-two {
	right: 22px;
	bottom: 34px;
}

.tf-styles {
	background: var(--tf-paper);
	border-top: 1px solid var(--tf-line);
	border-bottom: 1px solid var(--tf-line);
}

.tf-shop-preview {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(360px, 1.16fr);
	gap: 24px;
	align-items: center;
	margin-top: 28px;
	padding: 26px;
	border-radius: 28px;
	background: linear-gradient(135deg, var(--tf-sage-2), #fff);
	border: 1px solid var(--tf-line);
	box-shadow: 0 16px 42px rgba(22, 54, 45, .08);
}

.tf-shop-preview h3 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.05;
	font-family: Fraunces, Georgia, serif;
}

.tf-shop-preview p {
	margin: 0;
	color: var(--tf-muted);
}

.tf-shopbar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.tf-shopbar span {
	min-height: 64px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 10px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--tf-line);
	font-weight: 950;
	font-size: 13px;
}

.tf-gift-guide {
	background:
		linear-gradient(180deg, rgba(217,234,250,.34), transparent 56%),
		var(--tf-cream);
}

.tf-gift-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.tf-gift-card {
	min-height: 170px;
	padding: 22px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 14px 38px rgba(22, 54, 45, .07);
}

.tf-gift-card:before {
	content: "";
	display: block;
	width: 38px;
	height: 7px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--tf-clay), var(--tf-gold));
	margin-bottom: 22px;
}

.tf-gift-card b {
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}

.tf-gift-card span {
	display: block;
	color: var(--tf-muted);
}

.tf-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.tf-card {
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 16px 42px rgba(22, 54, 45, .08);
}

.tf-card-media {
	height: 245px;
	background: var(--tf-sage);
	overflow: hidden;
}

.tf-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tf-card-body {
	padding: 22px;
}

.tf-card-kicker {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--tf-clay);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.tf-card-link {
	display: inline-flex;
	margin-top: 18px;
	font-weight: 950;
	color: var(--tf-ink);
}

.tf-split {
	display: grid;
	grid-template-columns: .94fr 1.06fr;
	gap: 36px;
	align-items: center;
}

.tf-split-visual {
	overflow: hidden;
	border-radius: 32px;
	background: #fff;
	border: 10px solid #fff;
	box-shadow: var(--tf-shadow);
}

.tf-split-visual img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.tf-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.tf-guide-card {
	padding: 20px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .82);
	border: 1px solid var(--tf-line);
}

.tf-trust {
	background: linear-gradient(135deg, var(--tf-ink), #22493f);
	color: #fff;
}

.tf-trust .tf-section-head p {
	color: rgba(255, 255, 255, .72);
}

.tf-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tf-trust-card {
	padding: 24px;
	border-radius: 28px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
}

.tf-trust-card p {
	color: rgba(255, 255, 255, .72);
}

.tf-trust-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: var(--tf-clay);
	margin-bottom: 18px;
	font-weight: 950;
}

.tf-story {
	background: #f7efe4;
}

.tf-story-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
	gap: 30px;
	align-items: center;
	padding: 42px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: var(--tf-shadow);
}

.tf-story-copy p {
	color: var(--tf-muted);
	font-size: 18px;
	margin: 0 0 18px;
}

.tf-mini-stack {
	display: grid;
	gap: 12px;
}

.tf-mini-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.tf-faq-grid {
	display: grid;
	grid-template-columns: .86fr 1.14fr;
	gap: 32px;
	align-items: start;
}

.tf-faq-list {
	display: grid;
	gap: 12px;
}

.tf-faq {
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--tf-line);
	overflow: hidden;
}

.tf-faq summary {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	cursor: pointer;
	padding: 20px 22px;
	font-weight: 950;
}

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

.tf-faq summary:after {
	content: "+";
	color: var(--tf-clay);
	font-weight: 950;
}

.tf-faq[open] summary:after {
	content: "-";
}

.tf-faq p {
	padding: 0 22px 22px;
}

.tf-final {
	padding: 76px 0;
	text-align: center;
	background:
		linear-gradient(rgba(22, 54, 45, .72), rgba(22, 54, 45, .72)),
		url("https://petivoart.com/wp-content/uploads/tfstudio-site-art/final-cta.webp") center / cover;
	color: #fff;
}

.tf-final p {
	max-width: 680px;
	margin: 0 auto 26px;
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
}

.tf-page {
	padding: 68px 0 84px;
	background: linear-gradient(180deg, var(--tf-paper), var(--tf-cream));
}

.tf-page-card {
	max-width: 920px;
	margin: 0 auto;
	padding: 44px;
	border-radius: 32px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: var(--tf-shadow);
}

.tf-page-card h1 {
	margin: 0 0 16px;
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1;
}

.tf-page-card h2 {
	margin: 32px 0 10px;
	font-size: 26px;
}

.tf-page-card p,
.tf-page-card li {
	color: var(--tf-muted);
	font-size: 17px;
}

.tf-page-card a {
	color: var(--tf-clay);
	font-weight: 900;
}

.tf-commerce-page {
	padding: 52px 0 78px;
	background:
		linear-gradient(180deg, rgba(217, 234, 250, .42), transparent 280px),
		var(--tf-cream);
}

.tf-commerce-page .woocommerce,
.tf-commerce-page .product {
	color: var(--tf-ink);
}

.tf-commerce-page h1,
.tf-commerce-page .product_title,
.tf-commerce-page .woocommerce-products-header__title {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1;
	letter-spacing: 0;
	color: var(--tf-ink);
}

.tf-commerce-page .woocommerce-result-count,
.tf-commerce-page .woocommerce-breadcrumb,
.tf-commerce-page .woocommerce-product-details__short-description,
.tf-commerce-page .woocommerce-product-details__short-description p {
	color: var(--tf-muted);
}

.tf-commerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.tf-commerce-page ul.products:before,
.tf-commerce-page ul.products:after {
	display: none;
}

.tf-commerce-page ul.products li.product {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 18px;
	border-radius: 28px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 16px 42px rgba(22, 54, 45, .08);
}

body.tfstudio.woocommerce .tf-commerce-page ul.products li.product,
body.tfstudio.woocommerce-page .tf-commerce-page ul.products li.product {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.tf-commerce-page ul.products li.product a img,
.tf-commerce-page div.product div.images img {
	border-radius: 24px;
	background: var(--tf-sage-2);
}

.tf-commerce-page div.product div.images {
	overflow: hidden;
}

.tf-commerce-page div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.tf-commerce-page div.product .woocommerce-product-gallery__image a {
	cursor: zoom-in;
}

.tf-commerce-page div.product .woocommerce-product-gallery .flex-viewport {
	border-radius: 24px;
	background: #fff;
}

.tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 12px 0 0;
	padding: 4px 2px 8px;
	list-style: none;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

.tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none;
	flex: 0 0 84px;
	width: 84px !important;
	margin: 0;
	scroll-snap-align: start;
}

.tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img {
	display: block;
	width: 84px;
	height: 84px;
	object-fit: cover;
	border-radius: 16px;
	border: 2px solid transparent;
	opacity: .58;
	cursor: pointer;
	transition: border-color .15s ease, opacity .15s ease, transform .15s ease;
}

.tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
	border-color: var(--tf-clay);
	opacity: 1;
	transform: translateY(-1px);
}

.tf-commerce-page div.product .woocommerce-product-gallery__trigger {
	display: none;
}

body.tf-gallery-open {
	overflow: hidden;
}

.tf-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(12, 31, 26, .88);
	opacity: 0;
	pointer-events: none;
	transition: opacity .16s ease;
}

.tf-gallery-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.tf-gallery-lightbox-image {
	display: block;
	max-width: min(1080px, 92vw);
	max-height: 84vh;
	width: auto;
	height: auto;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
	object-fit: contain;
}

.tf-gallery-close,
.tf-gallery-prev,
.tf-gallery-next {
	position: fixed;
	display: inline-grid;
	place-items: center;
	border: 0;
	background: #fff;
	color: var(--tf-ink);
	font-weight: 950;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
	cursor: pointer;
}

.tf-gallery-close {
	top: 18px;
	right: 18px;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	font-size: 22px;
}

.tf-gallery-prev,
.tf-gallery-next {
	top: 50%;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	font-size: 28px;
	transform: translateY(-50%);
}

.tf-gallery-prev {
	left: 18px;
}

.tf-gallery-next {
	right: 18px;
}

.tf-gallery-count {
	position: fixed;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--tf-ink);
	font-size: 13px;
	font-weight: 900;
}

.tf-commerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 22px;
	line-height: 1.12;
	color: var(--tf-ink);
	overflow-wrap: anywhere;
	word-break: normal;
	white-space: normal;
}

.tf-shop-collection-intro {
	display: grid;
	gap: 8px;
	margin: 0 0 24px;
	padding: 22px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 16px 42px rgba(22, 54, 45, .08);
}

.tf-shop-collection-intro span {
	color: var(--tf-clay);
	font-size: 13px;
	font-weight: 950;
	text-transform: uppercase;
}

.tf-shop-collection-intro strong {
	color: var(--tf-ink);
	font-size: 22px;
	line-height: 1.15;
}

.tf-shop-collection-intro p {
	max-width: 760px;
	margin: 0;
	color: var(--tf-muted);
}

.tf-commerce-page .price,
.tf-commerce-page .amount {
	color: var(--tf-clay);
	font-weight: 950;
}

.tf-commerce-page .button,
.tf-commerce-page button.button,
.tf-commerce-page input.button,
.tf-commerce-page #respond input#submit,
.tf-commerce-page a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	background: var(--tf-ink);
	color: #fff;
	border: 0;
	font-weight: 950;
	padding: 13px 22px;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.tfstudio .tf-commerce-page button.single_add_to_cart_button.button.alt,
body.tfstudio .tf-commerce-page div.product form.cart .button,
body.tfstudio.woocommerce div.product form.cart .button {
	background: var(--tf-ink) !important;
	color: #fff !important;
	border-color: var(--tf-ink) !important;
}

body.tfstudio .tf-commerce-page button.single_add_to_cart_button.button.alt:hover,
body.tfstudio .tf-commerce-page div.product form.cart .button:hover,
body.tfstudio.woocommerce div.product form.cart .button:hover {
	background: #0f2b24 !important;
	color: #fff !important;
}

.tf-commerce-page .button:hover,
.tf-commerce-page button.button:hover,
.tf-commerce-page input.button:hover,
.tf-commerce-page #respond input#submit:hover,
.tf-commerce-page a.button:hover {
	background: #0f2b24;
	color: #fff;
	transform: translateY(-1px);
}

.tf-commerce-page div.product {
	padding: 28px;
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: var(--tf-shadow);
}

.tf-commerce-page div.product .summary {
	padding: 10px 0 0;
}

@media (min-width: 981px) {
	.tf-commerce-page div.product .summary {
		position: sticky;
		top: 118px;
		align-self: start;
	}
}

body.tfstudio.woocommerce .tf-commerce-page div.product div.summary h1.product_title {
	margin-bottom: 10px;
	color: var(--tf-ink);
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.05;
	letter-spacing: 0;
}

body.tfstudio.woocommerce .tf-commerce-page div.product div.summary .price {
	margin: 14px 0 6px;
	font-size: clamp(26px, 2.4vw, 34px);
	line-height: 1;
}

.tf-commerce-page div.product form.cart {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.tf-commerce-page div.product form.cart .quantity {
	margin: 0;
}

.tf-commerce-page div.product form.cart .quantity input {
	min-height: 48px;
	border: 1px solid var(--tf-line);
	border-radius: 14px;
	padding: 8px 12px;
}

.tf-commerce-page div.product form.cart .single_add_to_cart_button {
	width: 100%;
	min-height: 56px;
	font-size: 17px;
}

.tf-commerce-page div.product form.cart table.variations {
	width: 100%;
	margin: 8px 0 0;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.tf-commerce-page div.product form.cart table.variations th,
.tf-commerce-page div.product form.cart table.variations td {
	display: block;
	padding: 0;
	text-align: left;
	background: transparent;
	border: 0;
}

.tf-commerce-page div.product form.cart table.variations th.label {
	margin-bottom: 6px;
	color: var(--tf-ink);
	font-weight: 950;
}

.tf-commerce-page div.product form.cart table.variations select {
	min-height: 52px;
	border: 1px solid rgba(22, 54, 45, .22);
	background: #fff;
	font-weight: 850;
}

.tf-commerce-page div.product form.cart table.variations .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: var(--tf-clay);
	font-weight: 900;
	font-size: 13px;
}

.tf-commerce-page .single_variation_wrap {
	display: grid;
	gap: 12px;
}

.tf-commerce-page .woocommerce-variation {
	padding: 14px;
	border-radius: 18px;
	background: #fff8ee;
	border: 1px solid rgba(200, 137, 59, .26);
}

.tf-commerce-page .woocommerce-variation-price .price {
	font-size: 28px;
	line-height: 1;
}

.tf-custom-order-box {
	display: grid;
	gap: 10px;
	margin: 18px 0;
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(135deg, var(--tf-sage-2), #fff);
	border: 1px solid var(--tf-line);
}

.tf-order-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 4px 0 8px;
	padding: 0;
	list-style: none;
}

.tf-order-steps li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid rgba(22, 54, 45, .12);
	border-radius: 14px;
	background: rgba(255, 255, 255, .78);
	color: var(--tf-ink);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.15;
}

.tf-order-steps span {
	display: inline-grid;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 999px;
	background: var(--tf-clay);
	color: #fff;
	font-size: 12px;
}

.tf-memorial-canvas-story {
	clear: both;
	margin-top: 42px;
}

.tf-product-story {
	display: grid;
	gap: 20px;
}

.tf-product-story h2,
.tf-product-story h3 {
	margin: 0;
	color: var(--tf-ink);
	letter-spacing: 0;
}

.tf-product-story h2 {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1;
}

.tf-product-story h3 {
	font-size: 24px;
}

.tf-product-story p,
.tf-product-story li {
	color: var(--tf-muted);
	font-size: 16px;
}

.tf-story-hero,
.tf-story-grid,
.tf-proof-panel,
.tf-size-guide {
	border: 1px solid var(--tf-line);
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 16px 46px rgba(22, 54, 45, .08);
}

.tf-story-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: 24px;
	align-items: center;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(248, 225, 232, .48), transparent 42%),
		linear-gradient(135deg, #fff, var(--tf-sage-2));
}

.tf-story-kicker {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(216, 107, 59, .12);
	color: var(--tf-clay);
	font-weight: 950;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.tf-story-hero ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tf-story-hero li {
	padding: 16px;
	border-radius: 20px;
	background: rgba(255,255,255,.82);
	border: 1px solid var(--tf-line);
}

.tf-story-hero li strong,
.tf-story-hero li span {
	display: block;
}

.tf-story-hero li strong {
	color: var(--tf-ink);
	font-weight: 950;
}

.tf-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 26px;
}

.tf-story-grid ol,
.tf-story-grid ul {
	margin: 12px 0 0;
	padding-left: 20px;
}

.tf-size-guide {
	padding: 26px;
}

.tf-size-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.tf-size-table div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 13px 14px;
	border-radius: 16px;
	background: var(--tf-sage-2);
	border: 1px solid var(--tf-line);
}

.tf-size-table strong {
	color: var(--tf-ink);
}

.tf-size-table span {
	color: var(--tf-clay);
	font-weight: 950;
	white-space: nowrap;
}

.tf-proof-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px;
	background: #102921;
	color: #fff;
}

.tf-proof-panel h3,
.tf-proof-panel p {
	color: #fff;
}

.tf-proof-panel p {
	opacity: .82;
	margin-bottom: 0;
}

.tf-proof-panel a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #fff;
	color: var(--tf-ink);
	font-weight: 950;
	white-space: nowrap;
}

.tf-custom-order-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tf-custom-order-head span {
	font-weight: 950;
	color: var(--tf-clay);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.tf-custom-order-head strong {
	font-size: 14px;
}

.tf-custom-order-note {
	margin: 0 0 4px;
	color: var(--tf-muted);
	font-size: 14px;
	line-height: 1.45;
}

.tf-custom-order-box label {
	font-weight: 950;
	color: var(--tf-ink);
	font-size: 14px;
}

.tf-field-group {
	display: grid;
	gap: 8px;
}

.tf-field-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tf-field-label a {
	color: var(--tf-clay);
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.tf-custom-order-box label span,
.tf-custom-order-box label em {
	font-style: normal;
	color: var(--tf-muted);
	font-size: 12px;
	font-weight: 800;
}

.tf-custom-order-box label em {
	color: var(--tf-clay);
}

.tf-custom-order-box input,
.tf-custom-order-box select,
.tf-custom-order-box textarea,
.tf-commerce-page .input-text,
.tf-commerce-page select,
.tf-commerce-page textarea {
	width: 100%;
	min-height: 52px;
	border-radius: 16px;
	border: 1px solid var(--tf-line);
	background: #fff;
	padding: 12px 14px;
	color: var(--tf-ink);
	font-size: 15px;
}

.tf-custom-order-box textarea,
.tf-commerce-page textarea {
	min-height: 96px;
}

.tf-file-input {
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

.tf-file-drop {
	display: grid !important;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border-radius: 20px;
	border: 1px dashed rgba(22, 54, 45, .32);
	background: #fff;
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.tf-file-drop:hover,
.tf-upload-group.has-file .tf-file-drop {
	border-color: var(--tf-clay);
	background: #fff9f3;
	box-shadow: 0 10px 26px rgba(22, 54, 45, .08);
}

.tf-file-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--tf-ink);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.tf-file-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.tf-file-copy strong {
	color: var(--tf-ink);
	font-size: 15px;
	line-height: 1.15;
}

.tf-file-copy small {
	overflow: hidden;
	color: var(--tf-muted);
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tf-file-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--tf-clay);
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	white-space: nowrap;
}

.tf-upload-help {
	margin: 0;
	color: var(--tf-muted);
	font-size: 13px;
	line-height: 1.4;
}

.tf-template-select,
.tf-custom-order-box .select2-container,
.tf-custom-order-box .select2-container .select2-selection--single {
	width: 100% !important;
}

.tf-custom-order-box .select2-container .select2-selection--single {
	min-height: 52px;
	border: 1px solid rgba(22, 54, 45, .18);
	border-radius: 16px;
	background: #fff;
}

.tf-custom-order-box .select2-container .select2-selection__rendered {
	padding: 11px 42px 11px 14px;
	color: var(--tf-ink);
	font-weight: 850;
	line-height: 28px;
}

.tf-custom-order-box .select2-container .select2-selection__arrow {
	top: 12px;
	right: 10px;
}

.tf-custom-order-box small {
	color: var(--tf-muted);
}

.tf-custom-order-box small a {
	color: var(--tf-clay);
	font-weight: 950;
}

.tf-product-trust-panel,
.tf-commerce-trust,
.tf-checkout-intro,
.tf-payment-trust {
	margin: 18px 0;
	padding: 18px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--tf-line);
	box-shadow: 0 12px 32px rgba(22, 54, 45, .07);
}

.tf-product-trust-panel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	background: linear-gradient(135deg, #fff, var(--tf-sage-2));
}

.tf-product-trust-panel div {
	padding: 14px;
	border-radius: 18px;
	background: rgba(255,255,255,.78);
	border: 1px solid var(--tf-line);
}

.tf-product-trust-panel strong,
.tf-commerce-trust strong,
.tf-checkout-intro strong,
.tf-payment-trust strong {
	display: block;
	color: var(--tf-ink);
	font-weight: 950;
}

.tf-product-trust-panel span,
.tf-commerce-trust span,
.tf-checkout-intro span {
	display: block;
	margin-top: 4px;
	color: var(--tf-muted);
	font-size: 14px;
}

.tf-payment-trust {
	background: var(--tf-sage-2);
}

.tf-payment-trust ul {
	margin: 8px 0 0;
	padding-left: 18px;
	color: var(--tf-muted);
}

.tf-payment-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-top: 12px;
}

.tf-payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 26px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(17, 24, 39, .08), 0 6px 18px rgba(22, 54, 45, .06);
}

.tf-payment-icon svg {
	display: block;
	width: 40px;
	height: 26px;
}

.tf-payment-badges-footer {
	margin-top: 14px;
}

.tf-payment-trust .tf-payment-badges {
	margin: 10px 0 10px;
}

.tf-commerce-page table.shop_table,
.tf-commerce-page .woocommerce-checkout-review-order,
.tf-commerce-page #payment,
.tf-commerce-page .woocommerce-billing-fields,
.tf-commerce-page .woocommerce-additional-fields,
.tf-commerce-page .cart_totals {
	border-radius: 24px;
	border: 1px solid var(--tf-line);
	background: #fff;
	overflow: hidden;
}

.tf-commerce-page #payment {
	background: #fff;
}

.tf-commerce-page #payment div.payment_box {
	background: var(--tf-sage-2);
	color: var(--tf-ink);
}

.tf-commerce-page #payment div.payment_box:before {
	border-bottom-color: var(--tf-sage-2);
}

.tf-commerce-page .woocommerce-info,
.tf-commerce-page .woocommerce-message,
.tf-commerce-page .woocommerce-error {
	border-radius: 18px;
	background: #fff;
	border-top-color: var(--tf-clay);
	box-shadow: 0 10px 28px rgba(22, 54, 45, .08);
}

.tf-commerce-page .woocommerce-error {
	border-top-color: #b8332c;
}

.tf-commerce-page .checkout_coupon,
.tf-commerce-page .woocommerce-form-login {
	border-radius: 22px;
	border-color: var(--tf-line);
	background: #fff;
}

.tf-commerce-page .woocommerce-message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tf-commerce-page .woocommerce-message .button {
	order: 2;
	flex: 0 0 auto;
	min-height: 40px;
	padding: 9px 16px;
	font-size: 13px;
}

.tf-commerce-page .cart_totals h2,
.tf-commerce-page #order_review_heading,
.tf-commerce-page .woocommerce-billing-fields h3,
.tf-commerce-page .woocommerce-additional-fields h3 {
	color: var(--tf-ink);
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: 0;
}

.tf-commerce-page table.shop_table {
	font-size: 15px;
}

.tf-commerce-page table.shop_table th,
.tf-commerce-page table.shop_table td {
	padding: 14px 16px;
}

.tf-commerce-page .wc-proceed-to-checkout .checkout-button,
.tf-commerce-page #place_order {
	width: 100%;
	min-height: 56px;
	font-size: 17px;
}

.tf-commerce-page .woocommerce-checkout-review-order {
	box-shadow: 0 18px 46px rgba(22, 54, 45, .08);
}

@media (min-width: 981px) {
	.tf-commerce-page form.checkout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
		gap: 24px;
		align-items: start;
	}

	.tf-commerce-page form.checkout #customer_details {
		min-width: 0;
	}

	.tf-commerce-page form.checkout #order_review_heading,
	.tf-commerce-page form.checkout #order_review {
		grid-column: 2;
	}

	.tf-commerce-page form.checkout #order_review {
		position: sticky;
		top: 118px;
	}
}

.tf-footer {
	border-top: 1px solid rgba(22, 54, 45, .12);
	background: #fff;
	color: #333b38;
	padding: 54px 0 46px;
}

.tf-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(180px, .72fr) minmax(260px, 1.05fr);
	gap: clamp(34px, 6vw, 84px);
	align-items: start;
}

.tf-footer-column {
	display: grid;
	align-content: start;
	gap: 12px;
}

.tf-footer h2 {
	margin: 0 0 12px;
	color: #111827;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tf-footer p {
	max-width: 520px;
	margin: 0;
	color: #55615d;
	font-size: 15px;
	line-height: 1.75;
}

.tf-footer a {
	color: #37413d;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}

.tf-footer a:hover {
	color: #102921;
}

.tf-footer-links {
	display: grid;
	gap: 12px;
	font-size: 15px;
	font-weight: 500;
}

.tf-footer-links a {
	text-decoration: none;
}

.tf-footer-text-link {
	width: fit-content;
	font-size: 15px;
}

.tf-footer-policy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 10px;
	font-size: 13px;
}

.tf-footer-policy-links a {
	color: #5b6762;
	text-decoration: none;
}

.tf-page-card .tf-policy-grid,
.tf-page-card .tf-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 22px 0;
}

.tf-page-card .tf-policy-card {
	padding: 18px;
	border: 1px solid var(--tf-line);
	border-radius: 18px;
	background: var(--tf-cream);
}

.tf-page-card .tf-policy-card h3 {
	margin: 0 0 8px;
	color: var(--tf-ink);
	font-size: 18px;
}

.tf-page-card .tf-policy-card p,
.tf-page-card .tf-policy-card li {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.55;
}

.tf-page-card .tf-policy-note {
	padding: 18px;
	border-radius: 18px;
	background: #fff7ed;
	border: 1px solid rgba(216, 107, 59, .22);
}

.tf-page-card .tf-policy-note strong {
	color: var(--tf-ink);
}

.tf-sticky-cta {
	display: none;
}

@media (max-width: 980px) {
	.tf-header-inner {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.tf-main-nav {
		display: none;
		grid-column: 1 / -1;
		justify-content: start;
		flex-wrap: wrap;
		gap: 12px 20px;
		padding-top: 6px;
	}

	.tf-main-nav.is-open {
		display: flex;
	}

	.tf-mobile-toggle {
		display: grid;
		place-items: center;
	}

	.tf-actions .tf-btn {
		display: none;
	}

	.tf-hero-grid,
	.tf-split,
	.tf-story-panel,
	.tf-story-hero,
	.tf-story-grid,
	.tf-faq-grid {
		grid-template-columns: 1fr;
	}

	.tf-hero {
		padding-top: 46px;
	}

	.tf-visual,
	.tf-collage {
		min-height: 540px;
		height: 540px;
	}

	.tf-proof-grid,
	.tf-steps,
	.tf-card-grid,
	.tf-trust-grid,
	.tf-gift-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tf-shop-preview {
		grid-template-columns: 1fr;
	}

	.tf-commerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tf-commerce-page div.product {
		padding: 20px;
	}

	.tf-product-trust-panel {
		grid-template-columns: 1fr;
	}

	.tf-size-table {
		grid-template-columns: 1fr;
	}

	.tf-proof-panel {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	html,
	body,
	.tf-shell,
	.tf-commerce-page {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.tf-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 16px;
		padding-right: 16px;
	}

	.tf-commerce-page .tf-container {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.tf-announcement .tf-container {
		flex-direction: column;
		gap: 2px;
	}

	.tf-announcement span {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: 13px;
		line-height: 1.3;
		white-space: normal !important;
	}

	.tf-announcement span:first-child {
		display: none;
	}

	.tf-logo {
		font-size: 20px;
	}

	.tf-logo-mark {
		width: 38px;
		height: 38px;
		border-radius: 12px;
	}

	.tf-hero h1,
	.tf-section-head h2,
	.tf-split-copy h2,
	.tf-final h2 {
		font-size: 42px;
		line-height: 1.02;
	}

	.tf-hero p {
		font-size: 17px;
	}

	.tf-hero-actions,
	.tf-micro-trust,
	.tf-proof-grid,
	.tf-steps,
	.tf-card-grid,
	.tf-guide-grid,
	.tf-trust-grid {
		grid-template-columns: 1fr;
	}

	.tf-hero-actions {
		display: grid;
	}

	.tf-btn {
		width: 100%;
	}

	.tf-visual,
	.tf-collage {
		min-height: 470px;
		height: 470px;
	}

	.tf-photo-main {
		inset: 28px 0 130px 0;
	}

	.tf-photo-side {
		width: 150px;
		height: 170px;
	}

	.tf-art-card {
		width: calc(100% - 28px);
		left: 14px;
	}

	.tf-preview-board {
		width: calc(100% - 28px);
		left: 14px;
		padding: 16px;
	}

	.tf-proof-chip {
		right: 0;
		bottom: 8px;
	}

	.tf-section-head {
		display: block;
	}

	.tf-section {
		padding: 54px 0;
	}

	.tf-story-panel {
		padding: 24px;
	}

	.tf-page-card {
		padding: 26px;
	}

	.tf-footer-inner {
		grid-template-columns: 1fr;
	}

	.tf-page-card .tf-policy-grid,
	.tf-page-card .tf-contact-grid {
		grid-template-columns: 1fr;
	}

	.tf-shopbar,
	.tf-gift-grid {
		grid-template-columns: 1fr;
	}

	.tf-commerce-page {
		padding: 32px 0 70px;
	}

	.tf-commerce-page ul.products {
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.tfstudio.woocommerce .tf-commerce-page ul.products li.product {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.tfstudio.woocommerce .tf-commerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 19px;
		line-height: 1.15;
		overflow-wrap: anywhere;
		word-break: normal;
		white-space: normal;
	}

	body.tfstudio.woocommerce .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
	}

	body.tfstudio.woocommerce .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 68px !important;
		width: 68px !important;
		max-width: 68px !important;
	}

	body.tfstudio.woocommerce .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img {
		width: 68px !important;
		height: 68px !important;
		border-radius: 13px;
	}

	.tf-file-drop {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 10px;
		padding: 12px;
	}

	.tf-file-action {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 40px;
	}

	.tf-file-copy strong {
		font-size: 14px;
	}

	.tf-file-copy small,
	.tf-upload-help {
		font-size: 12px;
	}

	.tf-commerce-page div.product {
		padding: 12px;
		border-radius: 24px;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		overflow: hidden;
	}

	.tf-commerce-page .woocommerce,
	.tf-commerce-page .product,
	.tf-commerce-page div.product.product {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: hidden !important;
	}

.tf-commerce-page div.product div.images,
	.tf-commerce-page div.product div.summary {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		clear: both;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.tf-commerce-page div.product .woocommerce-product-gallery,
	.tf-commerce-page div.product .woocommerce-product-gallery__wrapper,
	.tf-commerce-page div.product .woocommerce-product-gallery__image,
	.tf-commerce-page div.product .summary,
	.tf-commerce-page div.product .entry-summary {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.tf-commerce-page div.product .woocommerce-product-gallery {
		overflow: hidden;
		opacity: 1 !important;
	}

	.tf-commerce-page div.product .woocommerce-product-gallery__wrapper {
		display: block !important;
		transform: none !important;
		width: 100% !important;
	}

	.tf-commerce-page div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child),
	.tf-commerce-page div.product .woocommerce-product-gallery__wrapper > div:nth-of-type(n+2),
	.tf-commerce-page div.product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:nth-of-type(n+2) {
		display: none !important;
	}

	.tf-commerce-page div.product .woocommerce-product-gallery__image a,
	.tf-commerce-page div.product .woocommerce-product-gallery__image img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.tf-commerce-page div.product .flex-control-thumbs,
	.tf-commerce-page div.product .woocommerce-product-gallery ol.flex-control-thumbs {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		gap: 8px;
		margin: 10px 0 18px !important;
		padding: 0 !important;
		list-style: none;
		-webkit-overflow-scrolling: touch;
	}

	.tf-commerce-page div.product .flex-control-thumbs li,
	.tf-commerce-page div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
		float: none !important;
		flex: 0 0 64px !important;
		width: 64px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.tf-commerce-page div.product .flex-control-thumbs img {
		width: 64px !important;
		aspect-ratio: 1 / 1;
		height: 64px !important;
		object-fit: cover;
		border-radius: 12px;
		border: 1px solid var(--tf-line);
	}

	.tf-commerce-page h1,
	.tf-commerce-page .product_title,
	.tf-commerce-page .woocommerce-products-header__title {
		font-size: 27px;
		line-height: 1.05;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
	}

	.tf-commerce-page div.product div.images img {
		width: 100%;
		height: auto;
	}

	.tf-custom-order-head {
		display: block;
	}

	.tf-story-hero,
	.tf-story-grid,
	.tf-proof-panel,
	.tf-size-guide {
		padding: 18px;
		border-radius: 22px;
	}

	.tf-product-story h2 {
		font-size: 30px;
		line-height: 1.05;
	}

	.tf-size-table div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.tf-custom-order-box,
	.tf-custom-order-note,
	.tf-product-story,
	.tf-product-story *,
	.tf-commerce-page .woocommerce-product-details__short-description,
	.tf-commerce-page .summary {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.tf-commerce-page div.product .summary > *,
	.tf-commerce-page .woocommerce-product-details__short-description,
	.tf-custom-order-box,
	.tf-product-story,
	.tf-story-hero,
	.tf-story-grid,
	.tf-proof-panel,
	.tf-size-guide {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.tf-commerce-page div.product form.cart,
	.tf-commerce-page div.product form.cart table.variations,
	.tf-commerce-page .single_variation_wrap,
	.tf-commerce-page .woocommerce-variation,
	.tf-commerce-page div.product .cart .button {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary h1.product_title,
	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary .price,
	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description,
	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary form.cart,
	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary .tf-custom-order-box,
	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary .tf-product-trust-panel {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.tf-custom-order-head strong {
		display: block;
		margin-top: 4px;
	}

	.tf-commerce-page .woocommerce table.shop_table_responsive tr,
	.tf-commerce-page .woocommerce-page table.shop_table_responsive tr {
		border-bottom: 1px solid var(--tf-line);
	}

	.tf-custom-order-box input[type="file"] {
		font-size: 14px;
		max-width: 100%;
	}

	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary h1.product_title {
		font-size: 24px !important;
		line-height: 1.08 !important;
		margin: 8px 0 8px !important;
	}

	body.tfstudio.woocommerce .tf-commerce-page div.product div.summary .price {
		font-size: 24px !important;
		margin: 10px 0 4px !important;
	}

	.tf-commerce-page div.product form.cart {
		gap: 12px;
		margin-top: 14px;
	}

	.tf-commerce-page div.product form.cart table.variations {
		border-spacing: 0 8px;
		margin-top: 4px;
	}

	.tf-commerce-page div.product form.cart table.variations th.label {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.tf-commerce-page div.product form.cart table.variations select,
	.tf-custom-order-box input,
	.tf-custom-order-box select,
	.tf-custom-order-box textarea {
		min-height: 48px;
		font-size: 14px;
	}

	.tf-custom-order-box {
		gap: 9px;
		margin: 14px 0;
		padding: 14px;
		border-radius: 20px;
	}

	.tf-custom-order-note {
		font-size: 13px;
		line-height: 1.42;
	}

	.tf-order-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.tf-order-steps li {
		display: grid;
		justify-items: center;
		gap: 5px;
		min-height: 58px;
		padding: 8px 5px;
		text-align: center;
		font-size: 11px;
	}

	.tf-order-steps span {
		width: 21px;
		height: 21px;
	}

	.tf-gallery-lightbox {
		padding: 12px;
	}

	.tf-gallery-lightbox-image {
		max-width: 96vw;
		max-height: 78vh;
		border-radius: 16px;
	}

	.tf-gallery-close {
		top: 12px;
		right: 12px;
		width: 44px;
		height: 44px;
	}

	.tf-gallery-prev,
	.tf-gallery-next {
		top: auto;
		bottom: 14px;
		width: 46px;
		height: 46px;
		font-size: 24px;
		transform: none;
	}

	.tf-gallery-prev {
		left: 16px;
	}

	.tf-gallery-next {
		right: 16px;
	}

	.tf-gallery-count {
		bottom: 21px;
	}

	.tf-commerce-page .woocommerce-message {
		display: grid;
		gap: 10px;
	}

	.tf-commerce-page .woocommerce-message .button {
		order: 0;
		width: 100%;
	}

	.tf-commerce-page table.shop_table {
		font-size: 14px;
	}

	.tf-commerce-page table.shop_table th,
	.tf-commerce-page table.shop_table td {
		padding: 12px;
	}

	.tf-commerce-page .cart_totals h2,
	.tf-commerce-page #order_review_heading,
	.tf-commerce-page .woocommerce-billing-fields h3,
	.tf-commerce-page .woocommerce-additional-fields h3 {
		font-size: 21px;
	}

	.tf-sticky-cta {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 12px;
		z-index: 30;
		display: block;
		opacity: 0;
		pointer-events: none;
		transform: translateY(18px);
		transition: opacity .2s ease, transform .2s ease;
	}

	.tf-sticky-cta.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.tf-sticky-cta a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		border-radius: 999px;
		background: var(--tf-ink);
		color: #fff;
		font-weight: 950;
		box-shadow: 0 16px 40px rgba(22, 54, 45, .34);
	}

	.tf-footer {
		padding-bottom: 92px;
	}
}

/* Etsy-style compact product page calibration */
body.tfstudio.woocommerce.single-product .tf-commerce-page {
	padding: 28px 0 64px;
	background: #faf8f5;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
	font-family: Inter, Arial, sans-serif;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
	font-family: Inter, Arial, sans-serif !important;
	color: #1f2933;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.35 !important;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
	color: #111827;
	font-size: 22px !important;
	font-weight: 800;
	line-height: 1.1;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-product-details__short-description,
body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-product-details__short-description p {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.45;
}

body.tfstudio.woocommerce.single-product .tf-order-steps {
	display: none;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box {
	margin: 14px 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-head {
	display: grid;
	gap: 4px;
	margin-bottom: 12px;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-head span {
	color: #111827;
	font-size: 14px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-head strong,
body.tfstudio.woocommerce.single-product .tf-custom-order-note {
	color: #4b5563;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

body.tfstudio.woocommerce.single-product .tf-field-group {
	gap: 7px;
	margin-top: 12px;
}

body.tfstudio.woocommerce.single-product .tf-field-label,
body.tfstudio.woocommerce.single-product .tf-custom-order-box label {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

body.tfstudio.woocommerce.single-product .tf-field-label a,
body.tfstudio.woocommerce.single-product .tf-custom-order-box small a {
	color: #6b4e2e;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box label span,
body.tfstudio.woocommerce.single-product .tf-custom-order-box label em {
	font-size: 12px;
	font-weight: 700;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box input,
body.tfstudio.woocommerce.single-product .tf-custom-order-box select,
body.tfstudio.woocommerce.single-product .tf-custom-order-box textarea,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations select {
	min-height: 48px;
	border-color: #9ca3af;
	border-radius: 8px;
	color: #1f2933;
	font-size: 14px;
	font-weight: 500;
}

body.tfstudio.woocommerce.single-product .tf-file-drop {
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	padding: 14px 16px;
	border-color: #9ca3af;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
}

body.tfstudio.woocommerce.single-product .tf-file-icon {
	width: 34px;
	height: 34px;
	background: transparent;
	color: #111827;
	font-size: 30px;
	font-weight: 500;
}

body.tfstudio.woocommerce.single-product .tf-file-copy strong {
	color: #111827;
	font-size: 13px;
	font-weight: 800;
}

body.tfstudio.woocommerce.single-product .tf-file-copy small,
body.tfstudio.woocommerce.single-product .tf-upload-help {
	color: #4b5563;
	font-size: 12px;
	line-height: 1.35;
}

body.tfstudio.woocommerce.single-product .tf-file-action {
	grid-column: 2;
	justify-content: flex-start;
	min-height: auto;
	padding: 0;
	background: transparent;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart {
	gap: 12px;
	margin-top: 14px;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations {
	margin-top: 0;
	border-spacing: 0 8px;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations th.label {
	margin-bottom: 6px;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-variation {
	padding: 12px;
	border-radius: 8px;
	background: #fff8f0;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-variation-price .price {
	color: #b45309;
	font-size: 20px !important;
	font-weight: 800;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .single_add_to_cart_button {
	min-height: 48px;
	border-radius: 24px;
	font-size: 15px;
	font-weight: 800;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel {
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel div {
	padding: 10px 0;
	border: 0;
	border-top: 1px solid #e5e7eb;
	border-radius: 0;
	background: transparent;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel strong {
	font-size: 13px;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel span {
	font-size: 12px;
	line-height: 1.35;
}

@media (min-width: 981px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page .tf-container {
		max-width: 1320px;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
		display: grid !important;
		grid-template-columns: minmax(0, 780px) minmax(360px, 430px);
		gap: 52px;
		align-items: start;
		padding: 28px 18px;
		border: 0;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery {
		display: grid !important;
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 20px;
		overflow: visible;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-viewport {
		grid-column: 2;
		grid-row: 1;
		border-radius: 6px;
		background: #f4f0eb;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs {
		grid-column: 1;
		grid-row: 1;
		flex-direction: column;
		gap: 8px;
		max-height: 680px;
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 62px;
		width: 62px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img {
		width: 62px !important;
		height: 62px !important;
		border-radius: 6px;
		border: 1px solid transparent;
		opacity: .72;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img.tf-active-thumb,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
		border-color: #111827;
		opacity: 1;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images img {
		border-radius: 6px;
		object-fit: contain;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		display: flex !important;
		flex-direction: column;
		gap: 10px;
		padding-top: 4px;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
		order: 1;
		margin: 0;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
		order: 2;
		margin: 0;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description {
		order: 3;
		margin: 2px 0 6px;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary form.cart {
		order: 4;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .tf-product-trust-panel {
		order: 5;
	}
}

@media (max-width: 640px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page {
		padding-top: 22px;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
		padding: 12px;
		border-radius: 16px;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-viewport,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images img {
		border-radius: 10px;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
		font-size: 17px !important;
		line-height: 1.28 !important;
		margin: 10px 0 4px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
		font-size: 22px !important;
		margin: 8px 0 2px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-product-details__short-description,
	body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-product-details__short-description p {
		font-size: 14px;
		line-height: 1.45;
	}

	body.tfstudio.woocommerce.single-product .tf-custom-order-box {
		margin-top: 12px;
	}

	body.tfstudio.woocommerce.single-product .tf-file-drop {
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 12px;
	}

	body.tfstudio.woocommerce.single-product .tf-file-action {
		grid-column: 2;
		width: auto;
	}
}

/* Etsy product-page hardening: compact purchase panel and no mobile overflow. */
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .product_meta {
	display: none !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page,
body.tfstudio.woocommerce.single-product .tf-commerce-page .tf-container,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery__wrapper,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery__image,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .entry-summary,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .single_variation_wrap,
body.tfstudio.woocommerce.single-product .tf-custom-order-box,
body.tfstudio.woocommerce.single-product .tf-custom-order-box * {
	box-sizing: border-box;
	min-width: 0;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
	font-family: Inter, Arial, sans-serif !important;
	max-width: 100%;
	color: #1f2933 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	overflow-wrap: anywhere;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
	color: #111827 !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description p {
	color: #374151 !important;
	font-size: 14px !important;
	line-height: 1.42 !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box label,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations th.label {
	color: #111827 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box input,
body.tfstudio.woocommerce.single-product .tf-custom-order-box select,
body.tfstudio.woocommerce.single-product .tf-custom-order-box textarea,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations select {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px !important;
	border: 1px solid #9ca3af !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #111827 !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce.single-product .tf-file-drop {
	width: 100% !important;
	max-width: 100% !important;
	grid-template-columns: 34px minmax(0, 1fr) !important;
	border: 1px dashed #9ca3af !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce.single-product .tf-file-icon {
	width: 28px !important;
	height: 28px !important;
	background: transparent !important;
	color: #111827 !important;
	font-size: 24px !important;
	font-weight: 500 !important;
}

body.tfstudio.woocommerce.single-product .tf-file-copy strong,
body.tfstudio.woocommerce.single-product .tf-file-action {
	color: #111827 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

body.tfstudio.woocommerce.single-product .tf-file-copy small,
body.tfstudio.woocommerce.single-product .tf-upload-help {
	color: #4b5563 !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .single_add_to_cart_button {
	min-height: 48px !important;
	border-radius: 24px !important;
	font-size: 15px !important;
	font-weight: 800 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .single_variation_wrap .woocommerce-variation {
	display: none !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-tabs,
body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products {
	clear: both !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 34px 0 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-tabs {
	padding-top: 8px;
	border-top: 1px solid #ece7df;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .wc-tabs {
	display: flex !important;
	gap: 4px;
	margin: 0 0 20px !important;
	padding: 0 !important;
	border-bottom: 1px solid #d8d1c7;
	overflow-x: auto;
	list-style: none !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .wc-tabs li {
	float: none !important;
	margin: 0 !important;
	border: 1px solid #d8d1c7 !important;
	border-bottom: 0 !important;
	border-radius: 8px 8px 0 0 !important;
	background: #f7f3ed !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .wc-tabs li a {
	display: block;
	padding: 10px 14px !important;
	color: #374151 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .wc-tabs li.active {
	background: #fff !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-Tabs-panel {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-story {
	gap: 16px !important;
}

body.tfstudio.woocommerce.single-product .tf-product-story h2 {
	font-family: Inter, Arial, sans-serif !important;
	font-size: 28px !important;
	line-height: 1.12 !important;
	font-weight: 850 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-story h3 {
	font-size: 17px !important;
	line-height: 1.2 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-story p,
body.tfstudio.woocommerce.single-product .tf-product-story li {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

body.tfstudio.woocommerce.single-product .tf-story-hero,
body.tfstudio.woocommerce.single-product .tf-story-grid,
body.tfstudio.woocommerce.single-product .tf-proof-panel,
body.tfstudio.woocommerce.single-product .tf-size-guide {
	border-radius: 14px !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce.single-product .tf-story-hero {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px) !important;
	gap: 20px !important;
	padding: 22px !important;
}

body.tfstudio.woocommerce.single-product .tf-story-hero ul {
	gap: 8px !important;
}

body.tfstudio.woocommerce.single-product .tf-story-hero li {
	padding: 12px 14px !important;
	border-radius: 12px !important;
}

body.tfstudio.woocommerce.single-product .tf-proof-panel {
	padding: 18px 20px !important;
}

body.tfstudio.woocommerce.single-product .tf-proof-panel h3 {
	font-size: 18px !important;
}

body.tfstudio.woocommerce.single-product .tf-proof-panel a {
	min-height: 40px !important;
	padding: 9px 14px !important;
	border-radius: 999px !important;
	font-size: 13px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products > h2 {
	margin: 0 0 16px !important;
	color: #16362d;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products ul.products li.product {
	width: 100% !important;
	max-width: 100% !important;
	padding: 12px !important;
	border-radius: 14px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products ul.products li.product a img {
	border-radius: 10px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products .woocommerce-loop-product__title {
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
	font-weight: 750 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products .price {
	font-size: 13px !important;
	line-height: 1.3 !important;
}

@media (min-width: 981px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		position: sticky;
		top: 112px;
	}
}

@media (max-width: 980px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page {
		padding: 18px 0 48px !important;
		overflow-x: hidden !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page .tf-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-inline: 16px !important;
		overflow-x: hidden !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 12px !important;
		overflow: hidden !important;
		border-radius: 14px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery__wrapper,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery__image,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery__image a,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery__image img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		transform: none !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-viewport {
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
		border-radius: 10px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs {
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
		margin: 10px 0 18px !important;
		padding: 0 !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
		flex: 0 0 64px !important;
		width: 64px !important;
		max-width: 64px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs img {
		width: 64px !important;
		height: 64px !important;
		border-radius: 8px !important;
		object-fit: cover !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
		order: 1 !important;
		margin: 0 !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
		order: 2 !important;
		margin: 0 !important;
		font-size: 16px !important;
		line-height: 1.32 !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description {
		order: 3 !important;
		margin: 0 0 4px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary form.cart {
		order: 4 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .tf-product-trust-panel {
		order: 5 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.tfstudio.woocommerce.single-product .tf-story-hero,
	body.tfstudio.woocommerce.single-product .tf-story-grid {
		grid-template-columns: 1fr !important;
	}

	body.tfstudio.woocommerce.single-product .tf-product-story h2 {
		font-size: 24px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-story-hero {
		padding: 18px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-proof-panel {
		align-items: stretch !important;
		flex-direction: column !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* Etsy-inspired below-gallery information replaces crowded default tabs/related products. */
body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-tabs,
body.tfstudio.woocommerce.single-product .tf-commerce-page .related.products {
	display: none !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(260px, .86fr);
	gap: 24px;
	width: 100%;
	max-width: 100%;
	padding-top: 26px;
	border-top: 1px solid #ece7df;
}

body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery h2 {
	margin: 0 0 14px;
	color: #111827;
	font-family: Inter, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: 0;
}

body.tfstudio.woocommerce.single-product .tf-etsy-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 18px;
	color: #111827;
	font-size: 13px;
	line-height: 1.3;
}

body.tfstudio.woocommerce.single-product .tf-etsy-tags span:first-child {
	flex-basis: 100%;
	color: #6b7280;
	font-size: 12px;
	font-weight: 650;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 3px 12px;
	align-items: center;
	margin-bottom: 18px;
	padding: 14px;
	border: 1px solid #ece7df;
	border-radius: 14px;
	background: #fffaf4;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row strong {
	grid-row: span 2;
	color: #111827;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row span {
	color: #111827;
	font-size: 13px;
	font-weight: 750;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row em {
	color: #6b7280;
	font-size: 12px;
	font-style: normal;
	line-height: 1.35;
}

body.tfstudio.woocommerce.single-product .tf-etsy-proof-row {
	display: grid;
	gap: 6px;
	margin-bottom: 16px;
	padding: 14px;
	border: 1px solid #e6e0d7;
	border-radius: 12px;
	background: #fffaf4;
}

body.tfstudio.woocommerce.single-product .tf-etsy-proof-row strong {
	color: #111827;
	font-size: 14px;
	font-weight: 850;
}

body.tfstudio.woocommerce.single-product .tf-etsy-proof-row span {
	color: #4b5563;
	font-size: 13px;
	line-height: 1.45;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-lines {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-lines div {
	padding: 14px;
	border: 1px solid #ece7df;
	border-radius: 14px;
	background: #fff;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-lines strong {
	display: block;
	margin-bottom: 4px;
	color: #111827;
	font-size: 14px;
	font-weight: 800;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-lines p,
body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail p,
body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail li {
	margin: 0;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.45;
}

body.tfstudio.woocommerce.single-product .tf-review-card {
	min-height: 0;
	box-shadow: 0 10px 28px rgba(22, 54, 45, .06);
}

body.tfstudio.woocommerce.single-product .tf-review-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	background: transparent;
}

body.tfstudio.woocommerce.single-product .tf-review-stars {
	color: #f5a400;
	font-size: 14px;
	letter-spacing: .02em;
	white-space: nowrap;
}

body.tfstudio.woocommerce.single-product .tf-review-verified {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eff8f5;
	color: var(--tf-ink);
	border: 1px solid rgba(22, 54, 45, .12);
	font-size: 10.5px !important;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

body.tfstudio.woocommerce.single-product .tf-product-rating {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 6px !important;
	color: var(--tf-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

body.tfstudio.woocommerce.single-product .tf-product-stars {
	color: #f5a400;
	font-size: 16px;
	letter-spacing: .02em;
	white-space: nowrap;
}

body.tfstudio.woocommerce.single-product .tf-product-rating .woocommerce-review-link {
	color: var(--tf-ink);
	text-decoration: none;
	font-weight: 750;
}

body.tfstudio.woocommerce.single-product .tf-review-verified:before {
	content: "✓";
	color: #16895a;
	font-weight: 950;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail {
	display: grid;
	gap: 0;
	align-self: start;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail details {
	padding: 14px 0;
	border-top: 1px solid #ece7df;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail details:last-child {
	border-bottom: 1px solid #ece7df;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail summary::-webkit-details-marker {
	display: none;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail summary:after {
	content: "^";
	font-size: 13px;
	font-weight: 800;
	transform: rotate(180deg);
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail details[open] summary:after {
	transform: rotate(0);
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail ul {
	display: grid;
	gap: 10px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail p {
	margin-top: 12px;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-section {
	grid-column: 1 / -1;
	width: 100%;
	max-width: 100%;
	margin: 34px 0 8px;
	padding: 30px 0 8px;
	border-top: 1px solid #ece7df;
	overflow: hidden;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head {
	display: grid;
	gap: 8px;
	max-width: 760px;
	margin-bottom: 18px;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head span {
	width: fit-content;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f7eadf;
	color: #c95e2d;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .02em;
	text-transform: uppercase;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head h2 {
	margin: 0;
	color: #16362d;
	font-family: Inter, Arial, sans-serif;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: 0;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head p {
	max-width: 620px;
	margin: 0;
	color: #5f6f69;
	font-size: 14px;
	line-height: 1.55;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee {
	position: relative;
	overflow: hidden;
	padding: 4px 0 18px;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:before,
body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 84px;
	pointer-events: none;
	content: "";
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:after {
	right: 0;
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-track {
	display: flex;
	width: max-content;
	gap: 14px;
	animation: tf-buyer-show-scroll 92s linear infinite;
	will-change: transform;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:hover .tf-buyer-show-track {
	animation-play-state: paused;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-card {
	flex: 0 0 220px;
	width: 220px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(22, 54, 45, .12);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(22, 54, 45, .08);
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 0;
}

@keyframes tf-buyer-show-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.tfstudio.woocommerce.single-product .tf-buyer-show-track {
		animation: none;
	}
}

@media (min-width: 981px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
		grid-template-rows: auto auto;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images {
		grid-column: 1;
		grid-row: 1;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery {
		grid-column: 1;
		grid-row: 2;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-section {
		grid-row: 3;
	}
}

@media (max-width: 980px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images {
		order: 1;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
		order: 2;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery {
		order: 3;
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 18px;
		padding-top: 20px;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-section {
		order: 4;
		margin-top: 20px;
		padding-top: 22px;
	}
}

/* Mobile product-page hardening: prevent desktop-width remnants from clipping text. */
@media (max-width: 980px) {
	html,
	body,
	body.tfstudio.woocommerce.single-product {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	body.tfstudio.woocommerce.single-product *,
	body.tfstudio.woocommerce.single-product *::before,
	body.tfstudio.woocommerce.single-product *::after {
		box-sizing: border-box;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page .tf-container {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 16px !important;
		padding-left: 16px !important;
		overflow-x: hidden !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.images,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary,
	body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-product-gallery,
	body.tfstudio.woocommerce.single-product .tf-commerce-page .woocommerce-product-gallery__wrapper,
	body.tfstudio.woocommerce.single-product .tf-commerce-page form.cart,
	body.tfstudio.woocommerce.single-product .tf-custom-order-box,
	body.tfstudio.woocommerce.single-product .tf-field-group,
	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery,
	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery > *,
	body.tfstudio.woocommerce.single-product .tf-buyer-show-section {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-wrap: anywhere !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary p,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary small,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary label,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary span,
	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary a,
	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery p,
	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery li,
	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery span,
	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery em {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
	}

	body.tfstudio.woocommerce.single-product .tf-field-label {
		align-items: flex-start !important;
		flex-wrap: wrap !important;
		gap: 4px 10px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-file-drop {
		grid-template-columns: 28px minmax(0, 1fr) !important;
		gap: 10px !important;
		padding: 12px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-file-action {
		grid-column: 2 !important;
		justify-content: flex-start !important;
		width: auto !important;
		min-height: auto !important;
		padding: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.tfstudio.woocommerce.single-product .tf-file-copy small {
		white-space: normal !important;
		text-overflow: clip !important;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-head h2 {
		font-size: 24px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee {
		overflow-x: auto !important;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:before,
	body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:after {
		display: none;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-track {
		animation: none;
		padding-right: 14px;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-card {
		flex-basis: 168px;
		width: 168px;
		border-radius: 12px;
	}
}

@media (max-width: 520px) {
	body.tfstudio.woocommerce.single-product .tf-commerce-page .tf-container {
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery h2 {
		font-size: 18px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-tags {
		gap: 6px 10px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 980px) {
	.tf-how-panel {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.tf-how-visual {
		min-height: 370px;
	}
}

@media (max-width: 640px) {
	.tf-how-compact {
		padding: 34px 0;
	}

	.tf-how-panel {
		padding: 18px;
		border-radius: 24px;
		gap: 18px;
	}

	.tf-how-copy h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}

	.tf-how-intro {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 1.42;
	}

	.tf-how-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
		overflow: visible;
		scroll-snap-type: none;
		padding: 0;
		border-top: 0;
	}

	.tf-how-step {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 8px;
		min-height: 96px;
		padding: 12px;
		border: 1px solid var(--tf-line);
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 8px 20px rgba(22, 54, 45, .06);
		scroll-snap-align: none;
	}

	.tf-how-step.is-active {
		padding-left: 12px;
		border-color: rgba(216, 107, 59, .4);
		background: #fff9f3;
	}

	.tf-how-step > span {
		width: 28px;
		height: 28px;
		font-size: 13px;
	}

	.tf-how-step h3 {
		margin-bottom: 3px;
		font-size: 14px;
	}

	.tf-how-step p {
		font-size: 11.5px;
		line-height: 1.28;
	}

	.tf-how-controls {
		display: none;
	}

	.tf-inline-link {
		margin-top: 12px;
		font-size: 13px;
	}

	.tf-how-visual {
		min-height: 240px;
		border-radius: 22px;
	}

	.tf-how-device {
		top: 50%;
		width: 82%;
		border-radius: 20px;
	}

	.tf-device-image {
		aspect-ratio: 1 / 1;
	}

	.tf-device-order {
		gap: 5px;
		padding: 9px 11px 11px;
	}

	.tf-device-order strong {
		font-size: 12px;
	}

	.tf-device-order span {
		font-size: 10.5px;
	}

	.tf-how-note {
		display: none;
	}
}

/* 1.2.27 mature custom-commerce flow: concise home path and one-step checkout. */
.tf-home-products {
	padding: 58px 0 46px;
	background: #fff;
	border-top: 1px solid var(--tf-line);
	border-bottom: 1px solid var(--tf-line);
}

.tf-home-products .tf-section-head,
.tf-home-proof .tf-section-head,
.tf-home-faq .tf-section-head {
	margin-bottom: 26px;
}

.tf-home-products .tf-section-head h2,
.tf-home-proof-copy h2,
.tf-home-faq .tf-faq-grid h2 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
}

.tf-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.tf-home-product-card {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--tf-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(22, 54, 45, .07);
}

.tf-home-product-media {
	display: block;
	overflow: hidden;
	background: var(--tf-sage-2);
}

.tf-home-product-media img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	transition: transform .2s ease;
}

.tf-home-product-card:hover .tf-home-product-media img {
	transform: scale(1.035);
}

.tf-home-product-body {
	display: grid;
	gap: 8px;
	padding: 14px;
}

.tf-home-product-body h3 {
	min-height: 44px;
	margin: 0;
	color: var(--tf-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
}

.tf-home-product-price {
	color: var(--tf-clay);
	font-size: 14px;
	font-weight: 950;
}

.tf-home-product-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 4px;
	border-radius: 999px;
	background: var(--tf-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 950;
}

.tf-home-proof {
	padding: 58px 0;
	background:
		linear-gradient(135deg, rgba(239, 248, 245, .92), rgba(255, 255, 255, .86)),
		#fff;
}

.tf-home-proof-grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: 34px;
	align-items: center;
}

.tf-home-proof-copy > p {
	color: var(--tf-muted);
}

.tf-home-proof-list {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.tf-home-proof-list div {
	display: grid;
	gap: 3px;
	padding: 14px 0;
	border-top: 1px solid rgba(22, 54, 45, .12);
}

.tf-home-proof-list strong {
	color: var(--tf-ink);
	font-size: 15px;
}

.tf-home-proof-list span {
	color: var(--tf-muted);
	font-size: 14px;
	line-height: 1.45;
}

.tf-home-photo-wall {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.tf-home-photo-wall figure {
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(22, 54, 45, .08);
}

.tf-home-photo-wall figure:nth-child(1),
.tf-home-photo-wall figure:nth-child(6) {
	grid-row: span 2;
}

.tf-home-photo-wall img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
}

.tf-home-faq {
	padding: 54px 0 64px;
	background: #fff;
}

.tf-home-faq .tf-faq-grid {
	gap: 38px;
}

.tf-home-faq .tf-faq p {
	font-size: 15px;
}

.tf-home-proof .tf-container {
	overflow: hidden;
}

.tf-home-proof-copy {
	max-width: 780px;
	margin-bottom: 24px;
}

.tf-home-proof-copy p {
	max-width: 680px;
	margin: 0;
	color: var(--tf-muted);
	font-size: 16px;
	line-height: 1.6;
}

.tf-confidence-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 4px 0 12px;
}

.tf-confidence-marquee:before,
.tf-confidence-marquee:after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 72px;
	pointer-events: none;
	content: "";
}

.tf-confidence-marquee:before {
	left: 0;
	background: linear-gradient(90deg, #f3fbf7 0%, rgba(243, 251, 247, 0) 100%);
}

.tf-confidence-marquee:after {
	right: 0;
	background: linear-gradient(270deg, #f3fbf7 0%, rgba(243, 251, 247, 0) 100%);
}

.tf-confidence-track {
	display: flex;
	width: max-content;
	gap: 14px;
	animation: tf-confidence-scroll 78s linear infinite;
}

.tf-confidence-marquee:hover .tf-confidence-track {
	animation-play-state: paused;
}

.tf-confidence-card {
	flex: 0 0 214px;
	width: 214px;
	margin: 0;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(22, 54, 45, .12);
	box-shadow: 0 14px 34px rgba(22, 54, 45, .08);
	overflow: hidden;
}

.tf-confidence-text-card {
	display: grid;
	align-content: center;
	gap: 8px;
	min-height: 214px;
	padding: 18px;
}

.tf-confidence-text-card strong {
	color: var(--tf-ink);
	font-size: 16px;
	font-weight: 950;
	line-height: 1.15;
}

.tf-confidence-text-card span {
	color: var(--tf-muted);
	font-size: 13px;
	line-height: 1.45;
}

.tf-confidence-photo-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
}

@keyframes tf-confidence-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tf-confidence-track {
		animation: none;
	}
}

body.tfstudio.woocommerce-checkout .tf-commerce-page {
	background: #faf8f5;
	padding: 28px 0 58px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .tf-container {
	max-width: 1140px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page h1,
body.tfstudio.woocommerce-checkout .tf-commerce-page .entry-title {
	font-family: Inter, Arial, sans-serif;
	font-size: 30px;
	line-height: 1.15;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e4dfd7;
	box-shadow: 0 12px 30px rgba(22, 54, 45, .06);
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple strong {
	color: #111827;
	font-size: 17px;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple span {
	margin: 3px 0 0;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.4;
}

.tf-checkout-mini-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.tf-checkout-mini-trust span {
	display: inline-flex !important;
	align-items: center;
	min-height: 30px;
	margin: 0 !important;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--tf-sage-2);
	color: var(--tf-ink) !important;
	font-weight: 850;
	white-space: nowrap;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page form.checkout {
	margin-top: 0;
}

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

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-additional-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-checkout-review-order {
	border-radius: 16px;
	border: 1px solid #e4dfd7;
	background: #fff;
	box-shadow: 0 12px 30px rgba(22, 54, 45, .05);
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-additional-fields {
	padding: 18px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields h3,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-additional-fields h3,
body.tfstudio.woocommerce-checkout .tf-commerce-page #order_review_heading {
	margin: 0 0 12px;
	color: #111827;
	font-family: Inter, Arial, sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.2;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .form-row {
	margin-bottom: 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .form-row label {
	margin-bottom: 5px;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .input-text,
body.tfstudio.woocommerce-checkout .tf-commerce-page select,
body.tfstudio.woocommerce-checkout .tf-commerce-page textarea {
	min-height: 46px;
	border-color: #b8c0bc;
	border-radius: 10px;
	font-size: 14px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-checkout-review-order {
	overflow: hidden;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table th,
body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td {
	padding: 12px 14px;
	font-size: 14px;
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact {
	margin: 0;
	padding: 14px;
	border-width: 1px 0;
	border-radius: 0;
	background: #f5fbf8;
	box-shadow: none;
}

.tf-payment-trust-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tf-payment-trust-head strong {
	color: #111827;
	font-size: 14px;
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact .tf-payment-badges {
	margin: 0;
	gap: 7px;
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact p {
	margin: 10px 0 0;
	color: #4b5563;
	font-size: 12.5px;
	line-height: 1.45;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment {
	border: 0;
	border-radius: 0;
	background: #fff;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods {
	padding: 14px;
	border-bottom: 1px solid #e5e7eb;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.form-row {
	padding: 14px;
}

.tf-checkout-submit-reassurance {
	display: grid;
	gap: 6px;
	padding: 12px 14px 0;
	color: #4b5563;
	font-size: 12.5px;
	line-height: 1.35;
}

.tf-checkout-submit-reassurance span:before {
	content: "✓ ";
	color: var(--tf-ink);
	font-weight: 900;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #place_order {
	min-height: 52px;
	border-radius: 999px;
	font-size: 15px;
}

@media (min-width: 981px) {
	body.tfstudio.woocommerce-checkout .tf-commerce-page form.checkout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
		gap: 20px;
	}
}

@media (max-width: 980px) {
	.tf-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tf-home-proof-grid {
		grid-template-columns: 1fr;
	}

	.tf-home-photo-wall {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.tfstudio.woocommerce-checkout .tf-checkout-simple {
		align-items: stretch;
		flex-direction: column;
	}

	.tf-checkout-mini-trust {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.tf-home-products,
	.tf-home-proof,
	.tf-home-faq {
		padding: 38px 0;
	}

	.tf-home-products .tf-section-head h2,
	.tf-home-proof-copy h2,
	.tf-home-faq .tf-faq-grid h2 {
		font-size: 28px;
	}

	.tf-home-product-grid {
		gap: 12px;
	}

	.tf-home-product-body {
		padding: 11px;
	}

	.tf-home-product-body h3 {
		min-height: 40px;
		font-size: 13px;
		line-height: 1.18;
	}

	.tf-home-product-price {
		font-size: 12px;
	}

	.tf-home-product-link {
		min-height: 36px;
		font-size: 12px;
	}

	.tf-home-photo-wall {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page {
		padding-top: 18px;
	}

	body.tfstudio.woocommerce-checkout .tf-checkout-simple,
	body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields,
	body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields,
	body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-additional-fields {
		padding: 14px;
		border-radius: 14px;
	}

	.tf-checkout-mini-trust span {
		min-height: 28px;
		font-size: 11.5px !important;
	}

	.tf-payment-trust-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li img,
body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .payment_box img {
	display: inline-block !important;
	width: auto !important;
	max-width: 120px !important;
	max-height: 24px !important;
	object-fit: contain;
	vertical-align: middle;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 14px;
	line-height: 1.3;
}

.tf-checkout-submit-reassurance span {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.tf-checkout-submit-reassurance span:before {
	content: "" !important;
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	margin-top: 5px;
	border-radius: 999px;
	background: var(--tf-ink);
	box-shadow: 0 0 0 3px rgba(19, 66, 54, .1);
}

@media (max-width: 980px) {
	body.woocommerce-checkout .form-row-first,
	body.woocommerce-checkout .form-row-last,
	body.tfstudio.woocommerce-checkout .tf-commerce-page .form-row-first,
	body.tfstudio.woocommerce-checkout .tf-commerce-page .form-row-last {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
		display: block !important;
	}

	body.woocommerce-checkout .form-row {
		clear: both !important;
	}
}

/* 1.2.31 final launch polish: richer brand visuals, compact trust, smoother checkout. */
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:before,
body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee:after {
	width: 42px;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-card {
	background: #f8f5ef;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-card img {
	display: block;
	background: #f8f5ef;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple {
	margin-bottom: 12px;
	padding: 12px 14px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-additional-fields {
	padding: 14px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .form-row {
	margin-bottom: 8px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .input-text,
body.tfstudio.woocommerce-checkout .tf-commerce-page select,
body.tfstudio.woocommerce-checkout .tf-commerce-page textarea {
	min-height: 42px;
	padding: 9px 11px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods {
	padding: 10px 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li {
	margin: 0;
	padding: 8px 0;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.payment_box {
	margin: 8px 0 0;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 12.5px;
	line-height: 1.42;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.form-row {
	padding: 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li img,
body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .payment_box img {
	max-width: 86px !important;
	max-height: 18px !important;
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact {
	padding: 12px;
}

body.tfstudio.woocommerce-checkout .tf-payment-trust-compact p,
.tf-checkout-submit-reassurance {
	font-size: 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #place_order {
	min-height: 48px;
}

/* 1.2.32 launch checkout finish: one clear form flow and compact payment options. */
body.tfstudio.woocommerce-checkout .tf-commerce-page .col2-set .col-1,
body.tfstudio.woocommerce-checkout .tf-commerce-page .col2-set .col-2,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce .col2-set .col-1,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields__field-wrapper,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields__field-wrapper .form-row,
body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields__field-wrapper .form-row {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_email_field,
body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_country_field,
body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_address_1_field,
body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_address_2_field,
body.tfstudio.woocommerce-checkout .tf-commerce-page #order_comments_field {
	grid-column: 1 / -1;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields {
	margin-top: 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #ship-to-different-address {
	margin: 0;
	padding: 10px 14px;
	border-radius: 12px;
	background: #f7fbf8;
	border: 1px solid rgba(22, 54, 45, .12);
	font-size: 14px;
	line-height: 1.3;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 850;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment,
body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods,
body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .form-row.place-order,
body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.payment_box {
	background: #fff !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods {
	display: grid;
	gap: 8px;
	padding: 12px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li {
	margin: 0 !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(22, 54, 45, .12);
	border-radius: 12px;
	background: #fff;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #17392f;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li input[type="radio"] {
	margin: 0 8px 0 0;
	transform: translateY(1px);
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li img,
body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .payment_box img {
	display: none !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.payment_box {
	margin: 8px 0 0 !important;
	padding: 8px 0 0 !important;
	border: 0;
	color: #4b5563;
	font-size: 12.5px;
	line-height: 1.4;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.payment_box:before {
	display: none !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .woocommerce-terms-and-conditions-wrapper {
	padding-top: 2px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .woocommerce-privacy-policy-text p {
	margin: 0 0 8px;
	font-size: 12.5px;
	line-height: 1.45;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12.5px;
	line-height: 1.35;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment .woocommerce-form__label-for-checkbox input {
	margin-top: 2px;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #payment div.form-row.place-order {
	padding: 12px !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #place_order {
	float: none !important;
	width: 100% !important;
	min-height: 50px;
	margin-top: 10px;
	border-radius: 999px;
	background: var(--tf-ink) !important;
	box-shadow: 0 12px 26px rgba(22, 54, 45, .18);
}

body.tfstudio.woocommerce-checkout .tf-commerce-page #place_order:hover,
body.tfstudio.woocommerce-checkout .tf-commerce-page #place_order:focus-visible {
	background: #0f2b24 !important;
}

body.tfstudio.woocommerce-checkout form.checkout .col2-set .col-1,
body.tfstudio.woocommerce-checkout form.checkout .col2-set .col-2,
body.tfstudio.woocommerce-checkout .woocommerce .col2-set .col-1,
body.tfstudio.woocommerce-checkout .woocommerce .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
}

body.tfstudio.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.tfstudio.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 10px 12px;
}

body.tfstudio.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.tfstudio.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.tfstudio.woocommerce-checkout #billing_email_field,
body.tfstudio.woocommerce-checkout #billing_country_field,
body.tfstudio.woocommerce-checkout #billing_address_1_field,
body.tfstudio.woocommerce-checkout #billing_address_2_field,
body.tfstudio.woocommerce-checkout #order_comments_field {
	grid-column: 1 / -1;
}

body.tfstudio.woocommerce-checkout #billing_first_name_field {
	grid-column: 1 / -1;
	grid-row: auto;
}

body.tfstudio.woocommerce-checkout #billing_last_name_field {
	grid-column: 1 / -1;
	grid-row: auto;
}

body.tfstudio.woocommerce-checkout #billing_email_field {
	grid-row: auto;
}

body.tfstudio.woocommerce-checkout #billing_country_field {
	grid-row: auto;
}

body.tfstudio.woocommerce-checkout #billing_address_1_field {
	grid-row: auto;
}

body.tfstudio.woocommerce-checkout #billing_address_2_field {
	grid-row: auto;
}

body.tfstudio.woocommerce-checkout .woocommerce-shipping-fields {
	margin-top: 12px;
}

body.tfstudio.woocommerce-checkout #ship-to-different-address {
	margin: 0;
	padding: 10px 14px;
	border-radius: 12px;
	background: #f7fbf8;
	border: 1px solid rgba(22, 54, 45, .12);
	font-size: 14px;
	line-height: 1.3;
}

body.tfstudio.woocommerce-checkout #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 850;
}

body.tfstudio.woocommerce-checkout #payment,
body.tfstudio.woocommerce-checkout #payment ul.payment_methods,
body.tfstudio.woocommerce-checkout #payment .form-row.place-order,
body.tfstudio.woocommerce-checkout #payment div.payment_box {
	background: #fff !important;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 8px;
	padding: 12px;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0 !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(22, 54, 45, .12);
	border-radius: 12px;
	background: #fff;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #17392f;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	margin: 0 8px 0 0;
	transform: translateY(1px);
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods li img,
body.tfstudio.woocommerce-checkout #payment .payment_box img {
	display: none !important;
}

body.tfstudio.woocommerce-checkout #payment div.payment_box {
	margin: 8px 0 0 !important;
	padding: 8px 0 0 !important;
	border: 0;
	color: #4b5563;
	font-size: 12.5px;
	line-height: 1.4;
}

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

body.tfstudio.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
	margin: 0 0 8px;
	font-size: 12.5px;
	line-height: 1.45;
}

body.tfstudio.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12.5px;
	line-height: 1.35;
}

body.tfstudio.woocommerce-checkout #payment .woocommerce-form__label-for-checkbox input {
	margin-top: 2px;
}

body.tfstudio.woocommerce-checkout #payment div.form-row.place-order {
	padding: 12px !important;
}

body.tfstudio.woocommerce-checkout #place_order {
	float: none !important;
	width: 100% !important;
	min-height: 50px;
	margin-top: 10px;
	border-radius: 999px;
	background: var(--tf-ink) !important;
	box-shadow: 0 12px 26px rgba(22, 54, 45, .18);
}

body.tfstudio.woocommerce-checkout #place_order:hover,
body.tfstudio.woocommerce-checkout #place_order:focus-visible {
	background: #0f2b24 !important;
}

@media (max-width: 980px) {
	.tf-brand-proof-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.tf-brand-proof-stats {
		grid-template-columns: 1fr;
	}

	.tf-confidence-marquee {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.tf-confidence-marquee::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.tf-confidence-track {
		animation: none;
		padding-right: 14px;
	}

	.tf-confidence-marquee:before,
	.tf-confidence-marquee:after {
		display: none;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-billing-fields__field-wrapper,
	body.tfstudio.woocommerce-checkout .tf-commerce-page .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_email_field,
	body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_country_field,
	body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_address_1_field,
	body.tfstudio.woocommerce-checkout .tf-commerce-page #billing_address_2_field,
	body.tfstudio.woocommerce-checkout .tf-commerce-page #order_comments_field {
		grid-column: auto;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page #payment ul.payment_methods li {
		padding: 9px 10px !important;
	}

	body.tfstudio.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.tfstudio.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	body.tfstudio.woocommerce-checkout #billing_email_field,
	body.tfstudio.woocommerce-checkout #billing_country_field,
	body.tfstudio.woocommerce-checkout #billing_address_1_field,
	body.tfstudio.woocommerce-checkout #billing_address_2_field,
	body.tfstudio.woocommerce-checkout #order_comments_field {
		grid-column: auto;
	}

	body.tfstudio.woocommerce-checkout #billing_first_name_field,
	body.tfstudio.woocommerce-checkout #billing_last_name_field,
	body.tfstudio.woocommerce-checkout #billing_email_field,
	body.tfstudio.woocommerce-checkout #billing_country_field,
	body.tfstudio.woocommerce-checkout #billing_address_1_field,
	body.tfstudio.woocommerce-checkout #billing_address_2_field {
		grid-column: auto;
		grid-row: auto;
	}

	body.tfstudio.woocommerce-checkout #payment ul.payment_methods li {
		padding: 9px 10px !important;
	}
}

@media (max-width: 640px) {
	.tf-hero-stats,
	.tf-micro-trust {
		grid-template-columns: 1fr;
	}

	.tf-brand-proof {
		padding: 38px 0;
	}

	.tf-brand-proof-media {
		border-radius: 20px;
	}

	.tf-brand-proof-copy h2 {
		font-size: 31px;
	}

	.tf-brand-proof-copy p {
		font-size: 14px;
		line-height: 1.55;
	}

	.tf-confidence-card {
		flex-basis: 168px;
		width: 168px;
		border-radius: 14px;
	}

	.tf-confidence-text-card {
		min-height: 168px;
		padding: 14px;
	}

	.tf-confidence-text-card strong {
		font-size: 14px;
	}

	.tf-confidence-text-card span {
		font-size: 12px;
		line-height: 1.35;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table th,
	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td {
		padding: 9px 10px;
		font-size: 12.5px;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-review-lines {
		grid-template-columns: 1fr;
	}

	body.tfstudio.woocommerce.single-product .tf-review-card {
		min-height: 0;
	}
}

/* 1.2.35 final override: checkout must stay compact and explicit. */
body.tfstudio.woocommerce-checkout .tf-commerce-page .tf-container {
	max-width: 1080px !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 12px 18px !important;
	padding: 14px 16px !important;
	border-radius: 14px !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-simple > div:first-child {
	min-width: 0 !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-steps {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-steps li {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	color: #31433d !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	white-space: nowrap !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-steps li + li:before {
	content: "" !important;
	width: 18px !important;
	height: 1px !important;
	margin-right: 2px !important;
	background: rgba(22, 54, 45, .24) !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-steps span {
	display: inline-grid !important;
	place-items: center !important;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	background: var(--tf-ink) !important;
	color: #fff !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-mini-trust {
	grid-column: 1 / -1 !important;
	justify-content: flex-start !important;
}

@media (min-width: 981px) {
	body.tfstudio.woocommerce-checkout .tf-commerce-page form.checkout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
		gap: 18px !important;
		align-items: start !important;
	}
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table th,
body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td {
	padding: 11px 12px !important;
	color: #17392f !important;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	vertical-align: top !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-name {
	width: 72% !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-total {
	width: 28% !important;
	text-align: right !important;
	white-space: nowrap !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation {
	display: none !important;
	margin: 8px 0 0 !important;
	padding: 8px 10px !important;
	border-radius: 10px !important;
	background: #f7fbf8 !important;
	color: #4f625b !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name.is-open dl.variation {
	display: grid !important;
	gap: 4px !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation dt,
body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation dd {
	float: none !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation dd p {
	display: inline !important;
	margin: 0 !important;
}

body.tfstudio.woocommerce-checkout .tf-order-meta-toggle {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--tf-clay) !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
	cursor: pointer !important;
}

body.tfstudio.woocommerce-checkout .tf-order-meta-toggle:after {
	content: "+" !important;
	display: inline-grid !important;
	place-items: center !important;
	width: 16px !important;
	height: 16px !important;
	border-radius: 999px !important;
	background: rgba(217, 107, 59, .1) !important;
	text-decoration: none !important;
}

body.tfstudio.woocommerce-checkout td.product-name.is-open .tf-order-meta-toggle:after {
	content: "-" !important;
}

body.tfstudio.woocommerce-checkout #payment,
body.tfstudio.woocommerce-checkout #payment * {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px !important;
	gap: 7px !important;
}

body.tfstudio.woocommerce-checkout #payment ul.payment_methods li {
	padding: 9px 10px !important;
	border-radius: 10px !important;
}

body.tfstudio.woocommerce-checkout #payment div.payment_box {
	margin-top: 8px !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce-checkout #payment .form-row,
body.tfstudio.woocommerce-checkout #payment p.form-row {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce-checkout #payment label {
	margin: 0 0 5px !important;
	color: #17392f !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
}

body.tfstudio.woocommerce-checkout #payment input[type="text"],
body.tfstudio.woocommerce-checkout #payment input[type="tel"],
body.tfstudio.woocommerce-checkout #payment input[type="number"],
body.tfstudio.woocommerce-checkout #payment .input-text,
body.tfstudio.woocommerce-checkout #payment iframe {
	width: 100% !important;
	min-height: 42px !important;
	border: 1px solid rgba(22, 54, 45, .22) !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #17392f !important;
	font-size: 14px !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce-checkout #payment .form-row-first,
body.tfstudio.woocommerce-checkout #payment .form-row-last {
	float: none !important;
	width: 100% !important;
}

@media (max-width: 780px) {
	body.tfstudio.woocommerce-checkout .tf-checkout-simple {
		grid-template-columns: 1fr !important;
	}

	body.tfstudio.woocommerce-checkout .tf-checkout-steps {
		justify-content: space-between !important;
		width: 100% !important;
	}

	body.tfstudio.woocommerce-checkout .tf-checkout-steps li {
		font-size: 11px !important;
	}

	body.tfstudio.woocommerce-checkout .tf-checkout-steps li + li:before {
		width: 10px !important;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-name,
	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-total {
		width: auto !important;
	}
}

/* 1.2.35 checkout final polish: compact mobile order review and gateway button text. */
body.tfstudio.woocommerce-checkout #payment button,
body.tfstudio.woocommerce-checkout #payment input[type="submit"],
body.tfstudio.woocommerce-checkout #place_order {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	letter-spacing: 0 !important;
}

body.tfstudio.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.tfstudio.woocommerce-cart .actions .button,
body.tfstudio.woocommerce-cart button.button {
	background: #133f34 !important;
	border: 1px solid #133f34 !important;
	color: #fff !important;
	border-radius: 14px !important;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: 850 !important;
	letter-spacing: 0 !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce-cart .coupon .input-text {
	border-radius: 10px !important;
	border: 1px solid rgba(22, 54, 45, .22) !important;
	color: #17392f !important;
}

body.tfstudio.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt,
body.tfstudio.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt,
body.tfstudio.woocommerce-cart a.checkout-button {
	background-color: #133f34 !important;
	background-image: none !important;
	border-color: #133f34 !important;
	color: #fff !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart {
	table-layout: fixed !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart th.product-thumbnail,
body.tfstudio.woocommerce-cart .shop_table.cart td.product-thumbnail {
	width: 96px !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart td.product-thumbnail img {
	width: 78px !important;
	height: 78px !important;
	max-width: 78px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	border: 1px solid rgba(22, 54, 45, .14) !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart td.product-name {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	vertical-align: top !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart td.product-name > a {
	display: block !important;
	max-width: 520px !important;
	margin-bottom: 12px !important;
	color: #d96b3b !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart dl.variation,
body.tfstudio.woocommerce-cart .shop_table.cart .wc-item-meta {
	display: grid !important;
	grid-template-columns: minmax(82px, 110px) minmax(0, 1fr) !important;
	gap: 7px 12px !important;
	max-width: 560px !important;
	margin: 0 !important;
	padding: 12px !important;
	background: #f6fbf7 !important;
	border: 1px solid rgba(22, 54, 45, .12) !important;
	border-radius: 12px !important;
	color: #17392f !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart dl.variation dt,
body.tfstudio.woocommerce-cart .shop_table.cart dl.variation dd,
body.tfstudio.woocommerce-cart .shop_table.cart .wc-item-meta li {
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart dl.variation dt {
	grid-column: 1 !important;
	color: rgba(23, 57, 47, .72) !important;
	font-weight: 850 !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart dl.variation dd {
	grid-column: 2 !important;
	min-width: 0 !important;
	color: #17392f !important;
	font-weight: 650 !important;
	overflow-wrap: anywhere !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart dl.variation dd p {
	margin: 0 !important;
}

body.tfstudio.woocommerce-cart .shop_table.cart td.product-price,
body.tfstudio.woocommerce-cart .shop_table.cart td.product-quantity,
body.tfstudio.woocommerce-cart .shop_table.cart td.product-subtotal {
	vertical-align: middle !important;
	white-space: nowrap !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart td.product-thumbnail,
.woocommerce-cart table.shop_table.cart td.product-thumbnail {
	width: 104px !important;
	min-width: 104px !important;
	vertical-align: top !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart td.product-thumbnail a,
.woocommerce-cart table.shop_table.cart td.product-thumbnail a {
	display: inline-flex !important;
	width: 84px !important;
	height: 84px !important;
	align-items: center !important;
	justify-content: center !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart td.product-thumbnail img,
.woocommerce-cart table.shop_table.cart td.product-thumbnail img,
.woocommerce-cart table.cart img {
	width: 84px !important;
	height: 84px !important;
	max-width: 84px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart dl.variation,
.woocommerce-cart table.shop_table.cart dl.variation {
	display: grid !important;
	grid-template-columns: 86px minmax(0, 1fr) !important;
	gap: 7px 10px !important;
	margin: 12px 0 0 !important;
	padding: 12px !important;
	max-width: 560px !important;
	background: #f6fbf7 !important;
	border: 1px solid rgba(22, 54, 45, .12) !important;
	border-radius: 12px !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart dl.variation dt,
.woocommerce-cart .tf-commerce-page table.shop_table.cart dl.variation dd,
.woocommerce-cart table.shop_table.cart dl.variation dt,
.woocommerce-cart table.shop_table.cart dl.variation dd {
	float: none !important;
	clear: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.35 !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart dl.variation dt,
.woocommerce-cart table.shop_table.cart dl.variation dt {
	grid-column: 1 !important;
	color: rgba(23, 57, 47, .7) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart dl.variation dd,
.woocommerce-cart table.shop_table.cart dl.variation dd {
	grid-column: 2 !important;
	color: #17392f !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	overflow-wrap: anywhere !important;
}

.woocommerce-cart .tf-commerce-page table.shop_table.cart dl.variation dd p,
.woocommerce-cart table.shop_table.cart dl.variation dd p {
	margin: 0 !important;
}

.woocommerce-cart .tf-commerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart a.checkout-button.button.alt {
	background: #133f34 !important;
	background-color: #133f34 !important;
	color: #fff !important;
	border-color: #133f34 !important;
}

body.tfstudio.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name .product-quantity {
	display: inline-flex !important;
	margin-left: 4px !important;
	font-weight: 850 !important;
}

@media (max-width: 640px) {
	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table th,
	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td {
		padding: 10px 9px !important;
		font-size: 12px !important;
		line-height: 1.32 !important;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-name {
		width: 68% !important;
		max-width: 0 !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .product-total {
		width: 32% !important;
		text-align: right !important;
		vertical-align: middle !important;
		white-space: normal !important;
	}

	body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table .cart_item .product-name {
		font-weight: 760 !important;
		color: #17392f !important;
	}

	body.tfstudio.woocommerce-checkout .tf-order-meta-toggle {
		display: inline-flex !important;
		margin-top: 5px !important;
		padding: 2px 5px !important;
		font-size: 9px !important;
		line-height: 1.1 !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart,
	body.tfstudio.woocommerce-cart .shop_table.cart tbody,
	body.tfstudio.woocommerce-cart .shop_table.cart tr.cart_item,
	body.tfstudio.woocommerce-cart .shop_table.cart td {
		display: block !important;
		width: 100% !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart thead {
		display: none !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart tr.cart_item {
		position: relative !important;
		padding: 14px 12px !important;
		border: 1px solid rgba(22, 54, 45, .12) !important;
		border-radius: 14px !important;
		background: #fff !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart td.product-thumbnail {
		float: left !important;
		width: 82px !important;
		padding: 0 12px 8px 0 !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart td.product-name {
		padding: 0 0 12px !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart td.product-name > a {
		max-width: none !important;
		font-size: 14px !important;
	}

	body.tfstudio.woocommerce-cart .shop_table.cart dl.variation {
		grid-template-columns: 78px minmax(0, 1fr) !important;
		clear: both !important;
		font-size: 12px !important;
	}
}

/* 1.2.36 final product-flow tightening: compact, clear, and checkout-ready. */
.tf-how-simple {
	padding: 46px 0;
	background: #fff;
	border-top: 1px solid var(--tf-line);
	border-bottom: 1px solid var(--tf-line);
}

.tf-how-simple-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 24px;
	align-items: end;
	margin-bottom: 20px;
}

.tf-how-simple-head h2 {
	max-width: 680px;
	margin: 6px 0 0;
	color: var(--tf-ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: 0;
}

.tf-how-simple-head p {
	margin: 0;
	color: var(--tf-muted);
	font-size: 15px;
	line-height: 1.5;
}

.tf-how-simple-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.tf-how-simple-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid rgba(22, 54, 45, .12);
	border-radius: 16px;
	background: #fffaf4;
	box-shadow: 0 10px 24px rgba(22, 54, 45, .05);
}

.tf-how-mini-visual {
	position: relative;
	min-height: 88px;
	overflow: hidden;
	border: 1px solid rgba(22, 54, 45, .1);
	border-radius: 12px;
	background: linear-gradient(135deg, #f5efe6, #fff);
}

.tf-how-mini-visual span,
.tf-how-mini-visual b,
.tf-how-mini-visual i {
	position: absolute;
	display: block;
	border-radius: 10px;
	content: "";
}

.tf-how-mini-visual span {
	inset: 14px auto auto 14px;
	width: 52px;
	height: 52px;
	background: var(--tf-ink);
	opacity: .9;
}

.tf-how-mini-visual b {
	inset: 20px 14px auto 78px;
	height: 10px;
	background: rgba(22, 54, 45, .2);
}

.tf-how-mini-visual i {
	inset: 42px 42px auto 78px;
	height: 26px;
	background: rgba(216, 107, 59, .18);
}

.tf-how-mini-upload span {
	border: 2px dashed rgba(22, 54, 45, .45);
	background: transparent;
}

.tf-how-mini-proof span {
	background: #fff;
	box-shadow: inset 0 0 0 2px rgba(22, 54, 45, .35);
}

.tf-how-mini-ship span {
	border-radius: 999px;
	background: var(--tf-clay);
}

.tf-how-simple-card strong {
	color: var(--tf-ink);
	font-size: 15px;
	font-weight: 950;
	line-height: 1.2;
}

.tf-how-simple-card p {
	margin: 0;
	color: var(--tf-muted);
	font-size: 13px;
	line-height: 1.4;
}

.tf-how-simple-note {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #eff8f5;
	color: var(--tf-ink);
	font-size: 13px;
	line-height: 1.35;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page {
	background: #fbf8f3;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
	gap: 22px !important;
	padding-top: 18px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary {
	gap: 6px !important;
}

body.tfstudio.woocommerce.single-product .tf-product-rating {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 2px 0 8px !important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-stars,
body.tfstudio.woocommerce.single-product .tf-review-stars {
	display: inline-flex !important;
	align-items: center !important;
	color: #f5a400 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-rating .woocommerce-review-link {
	display: inline-flex !important;
	align-items: center !important;
	line-height: 1.1 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
	margin: 2px 0 2px !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
	margin: 4px 0 2px !important;
	font-size: 22px !important;
	line-height: 1.1 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .woocommerce-product-details__short-description p {
	margin: 0 0 4px !important;
	font-size: 13px !important;
	line-height: 1.38 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart {
	gap: 8px !important;
	margin-top: 8px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations {
	margin: 0 !important;
	border-spacing: 0 6px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations th.label {
	margin-bottom: 4px !important;
	font-size: 12px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations select,
body.tfstudio.woocommerce.single-product .tf-custom-order-box input,
body.tfstudio.woocommerce.single-product .tf-custom-order-box select,
body.tfstudio.woocommerce.single-product .tf-custom-order-box textarea,
body.tfstudio.woocommerce.single-product .tf-custom-order-box .select2-container .select2-selection--single {
	min-height: 42px !important;
	border-radius: 10px !important;
	font-size: 13px !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box textarea {
	min-height: 72px !important;
	padding-top: 10px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart table.variations .reset_variations {
	margin-top: 4px !important;
	font-size: 11px !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-box {
	gap: 8px !important;
	margin: 8px 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-head {
	gap: 2px !important;
	margin-bottom: 4px !important;
}

body.tfstudio.woocommerce.single-product .tf-custom-order-note {
	margin: 0 !important;
	font-size: 12.5px !important;
	line-height: 1.34 !important;
}

body.tfstudio.woocommerce.single-product .tf-order-steps {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 5px !important;
	margin: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-order-steps li {
	min-height: 28px !important;
	padding: 5px 6px !important;
	border-radius: 10px !important;
	font-size: 10.5px !important;
	line-height: 1.1 !important;
}

body.tfstudio.woocommerce.single-product .tf-order-steps span {
	flex-basis: 18px !important;
	width: 18px !important;
	height: 18px !important;
	font-size: 10px !important;
}

body.tfstudio.woocommerce.single-product .tf-field-group {
	gap: 5px !important;
	margin-top: 8px !important;
}

body.tfstudio.woocommerce.single-product .tf-field-label,
body.tfstudio.woocommerce.single-product .tf-custom-order-box label {
	font-size: 12.5px !important;
}

body.tfstudio.woocommerce.single-product .tf-file-drop {
	gap: 9px !important;
	min-height: 54px !important;
	padding: 10px 12px !important;
	border-radius: 10px !important;
}

body.tfstudio.woocommerce.single-product .tf-upload-help {
	margin: 4px 0 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .quantity {
	display: inline-flex !important;
	width: 64px !important;
	margin: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .quantity input,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .quantity .qty {
	width: 64px !important;
	min-height: 42px !important;
	padding: 6px 8px !important;
	border-radius: 12px !important;
	text-align: center !important;
	font-size: 14px !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .single_add_to_cart_button,
body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .tf-buy-now-button {
	width: 100% !important;
	min-height: 46px !important;
	border-radius: 999px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .tf-buy-now-button {
	background: #fff !important;
	color: var(--tf-ink) !important;
	border: 1px solid rgba(22, 54, 45, .28) !important;
}

body.tfstudio.woocommerce.single-product .tf-commerce-page div.product form.cart .is-loading {
	opacity: .72;
	pointer-events: none;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 6px !important;
	margin-top: 8px !important;
	padding: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel div {
	padding: 8px 9px !important;
	border: 1px solid rgba(22, 54, 45, .12) !important;
	border-radius: 10px !important;
	background: #fff !important;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel strong {
	margin: 0 0 2px !important;
	font-size: 12px !important;
	line-height: 1.15 !important;
}

body.tfstudio.woocommerce.single-product .tf-product-trust-panel span {
	font-size: 11px !important;
	line-height: 1.22 !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery {
	gap: 18px !important;
	margin-top: 14px !important;
	padding-top: 18px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-under-gallery h2 {
	margin-bottom: 9px !important;
	font-size: 18px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-tags {
	gap: 5px 10px !important;
	margin-bottom: 10px !important;
	font-size: 12px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row {
	grid-template-columns: auto auto minmax(0, 1fr) !important;
	gap: 4px 9px !important;
	margin-bottom: 10px !important;
	padding: 10px 12px !important;
	border-radius: 12px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row strong {
	grid-row: auto !important;
	font-size: 28px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row .tf-review-stars {
	font-size: 14px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row span {
	font-size: 12.5px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-score-row em {
	grid-column: 1 / -1 !important;
	font-size: 11.5px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-lines {
	gap: 8px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-lines .tf-review-extra {
	display: none !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-review-summary.is-expanded .tf-etsy-review-lines .tf-review-extra {
	display: block !important;
}

body.tfstudio.woocommerce.single-product .tf-review-card,
body.tfstudio.woocommerce.single-product .tf-etsy-review-lines div {
	padding: 10px 12px !important;
	border-radius: 12px !important;
	box-shadow: none !important;
}

body.tfstudio.woocommerce.single-product .tf-review-card-head {
	margin-bottom: 6px !important;
}

body.tfstudio.woocommerce.single-product .tf-review-verified {
	padding: 4px 7px !important;
	font-size: 10px !important;
}

body.tfstudio.woocommerce.single-product .tf-review-verified:before {
	content: "✓" !important;
}

body.tfstudio.woocommerce.single-product .tf-review-toggle {
	justify-self: start;
	width: auto;
	margin-top: 2px;
	padding: 9px 14px;
	border: 1px solid rgba(22, 54, 45, .22);
	border-radius: 999px;
	background: #fff;
	color: var(--tf-ink);
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail details {
	padding: 11px 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail summary {
	font-size: 13.5px !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail summary:after {
	content: "+" !important;
	transform: none !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail details[open] summary:after {
	content: "-" !important;
}

body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail ul {
	gap: 7px !important;
	margin-top: 9px !important;
}

body.tfstudio.woocommerce.single-product .tf-faq-list {
	display: grid;
	gap: 9px;
	margin-top: 10px;
}

body.tfstudio.woocommerce.single-product .tf-faq-list p {
	margin: 0 !important;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-section {
	margin-top: 18px !important;
	padding-top: 18px !important;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head {
	gap: 6px !important;
	margin-bottom: 12px !important;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head h2 {
	font-size: 24px !important;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-head p {
	font-size: 13px !important;
	line-height: 1.4 !important;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-marquee {
	overflow-x: auto !important;
	scrollbar-width: none !important;
	-webkit-overflow-scrolling: touch;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-track {
	width: max-content !important;
	gap: 10px !important;
	animation: none !important;
}

body.tfstudio.woocommerce.single-product .tf-buyer-show-card {
	flex: 0 0 170px !important;
	width: 170px !important;
	border-radius: 12px !important;
}

.tf-cart-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(17, 24, 39, .38);
	opacity: 0;
	transition: opacity .18s ease;
}

.tf-cart-drawer-overlay.is-open {
	opacity: 1;
}

.tf-cart-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 91;
	display: flex;
	flex-direction: column;
	width: min(420px, calc(100vw - 20px));
	height: 100vh;
	background: #fff;
	box-shadow: -18px 0 48px rgba(17, 24, 39, .24);
	transform: translateX(105%);
	transition: transform .22s ease;
}

.tf-cart-drawer.is-open {
	transform: translateX(0);
}

body.tf-cart-drawer-open {
	overflow: hidden;
}

body.single-product.tf-cart-drawer-open .woocommerce-message {
	display: none !important;
}

.tf-cart-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--tf-line);
}

.tf-cart-drawer-head span {
	display: block;
	color: var(--tf-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.tf-cart-drawer-head strong {
	color: var(--tf-ink);
	font-size: 20px;
	line-height: 1.1;
}

.tf-cart-drawer-head button {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 999px;
	background: var(--tf-ink);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.tf-cart-drawer-body {
	flex: 1;
	overflow-y: auto;
	padding: 14px 18px;
}

.tf-cart-drawer-body .woocommerce-mini-cart {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 10px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--tf-line);
}

.tf-cart-drawer-body .woocommerce-mini-cart-item img {
	width: 72px !important;
	height: 72px !important;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid rgba(22, 54, 45, .12);
}

.tf-cart-drawer-body .woocommerce-mini-cart-item a {
	color: var(--tf-ink);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
}

.tf-cart-drawer-body .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	text-align: center;
}

.tf-cart-drawer-body .quantity {
	display: block;
	margin-top: 5px;
	color: var(--tf-muted);
	font-size: 12px;
}

.tf-cart-drawer-body .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid var(--tf-line);
	color: var(--tf-ink);
	font-size: 15px;
}

.tf-cart-drawer-body .woocommerce-mini-cart__buttons {
	display: none;
}

.tf-cart-drawer-foot {
	display: grid;
	gap: 9px;
	padding: 14px 18px 18px;
	border-top: 1px solid var(--tf-line);
	background: #fffaf4;
}

.tf-cart-checkout,
.tf-cart-view,
.tf-cart-drawer-foot button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
}

.tf-cart-checkout {
	background: var(--tf-ink);
	color: #fff;
}

.tf-cart-view,
.tf-cart-drawer-foot button {
	border: 1px solid rgba(22, 54, 45, .22);
	background: #fff;
	color: var(--tf-ink);
}

body.tfstudio.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
	position: relative;
	padding-left: 12px !important;
}

body.tfstudio.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name img {
	width: 54px !important;
	height: 54px !important;
	margin: 0 8px 6px 0 !important;
	object-fit: cover !important;
	border-radius: 8px !important;
	vertical-align: top !important;
}

body.tfstudio.woocommerce-checkout .tf-checkout-product-line {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: start;
	gap: 9px;
	margin-bottom: 5px;
}

body.tfstudio.woocommerce-checkout .tf-checkout-product-line img.tf-checkout-thumb {
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
	border-radius: 9px !important;
	border: 1px solid rgba(22, 54, 45, .14);
	object-fit: cover !important;
	background: #fff;
}

body.tfstudio.woocommerce-checkout .tf-checkout-product-title {
	display: block;
	min-width: 0;
	font-size: 13px;
	line-height: 1.35;
	color: #17392f;
}

body.tfstudio.woocommerce-checkout .tf-order-meta-toggle {
	display: flex !important;
	width: fit-content;
	margin-top: 6px !important;
}

body.tfstudio.woocommerce-checkout .tf-commerce-page table.shop_table td.product-name dl.variation {
	grid-template-columns: minmax(82px, auto) minmax(0, 1fr) !important;
}

@media (max-width: 980px) {
	.tf-header-inner {
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 10px !important;
		padding: 10px 0 !important;
	}

	.tf-logo {
		min-width: 0;
		font-size: 16px;
	}

	.tf-logo-mark {
		width: 34px;
		height: 34px;
		border-radius: 11px;
		font-size: 13px;
	}

	.tf-logo span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.tf-actions {
		justify-self: end;
		min-width: 0;
	}

	.tf-mobile-toggle {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		min-width: 54px !important;
		height: 38px !important;
		padding: 0 12px !important;
		border-radius: 12px !important;
		font-size: 13px !important;
		line-height: 1 !important;
	}

	.tf-main-nav {
		gap: 8px 14px !important;
		padding: 8px 0 4px !important;
		font-size: 13px !important;
	}

	.tf-how-simple {
		padding: 34px 0;
	}

	.tf-how-simple-head {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 14px;
	}

	.tf-how-simple-head h2 {
		font-size: 28px;
	}

	.tf-how-simple-head p {
		font-size: 13px;
		line-height: 1.4;
	}

	.tf-how-simple-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.tf-how-simple-card {
		padding: 10px;
		border-radius: 13px;
	}

	.tf-how-mini-visual {
		min-height: 68px;
	}

	.tf-how-simple-card strong {
		font-size: 13px;
	}

	.tf-how-simple-card p {
		font-size: 11.5px;
		line-height: 1.32;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page {
		padding-top: 10px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page .tf-container {
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product {
		padding: 10px !important;
		border-radius: 14px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary h1.product_title {
		font-size: 16px !important;
		margin-top: 3px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-commerce-page div.product div.summary .price {
		font-size: 21px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-custom-order-box textarea {
		min-height: 68px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-product-trust-panel {
		grid-template-columns: 1fr !important;
	}

	body.tfstudio.woocommerce.single-product .tf-product-trust-panel div {
		padding: 7px 9px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-score-row {
		grid-template-columns: auto minmax(0, 1fr) !important;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-score-row .tf-review-stars {
		justify-self: end;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-score-row span,
	body.tfstudio.woocommerce.single-product .tf-etsy-score-row em {
		grid-column: 1 / -1 !important;
	}

	body.tfstudio.woocommerce.single-product .tf-buyer-show-card {
		flex-basis: 146px !important;
		width: 146px !important;
	}
}

@media (max-width: 520px) {
	.tf-announcement .tf-container {
		gap: 8px !important;
		font-size: 10.5px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-order-steps {
		display: none !important;
	}

	body.tfstudio.woocommerce.single-product .tf-field-group {
		margin-top: 7px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-file-copy strong,
	body.tfstudio.woocommerce.single-product .tf-file-action {
		font-size: 12px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-file-copy small,
	body.tfstudio.woocommerce.single-product .tf-upload-help {
		font-size: 11px !important;
	}

	body.tfstudio.woocommerce.single-product .tf-etsy-detail-rail details {
		padding: 10px 0 !important;
	}

	.tf-cart-drawer {
		width: min(390px, calc(100vw - 10px));
	}
}
