/* Promptvergleich marketplace product, creator, review and buyer-library UI. */

body.single-product {
	--pvc-market-coral: #d64e31;
	--pvc-market-ink: #101211;
	--pvc-market-concrete: #d8d6d3;
	--pvc-market-paper: #f7f5f0;
}

/* Product opening: turn the standard WooCommerce split into a strong editorial hero. */
body.single-product div.product .woocommerce-product-gallery {
	box-sizing: border-box;
	padding: clamp(10px, 1.4vw, 18px);
	border: 1px solid var(--pvc-market-ink);
	background: #d8d6d4;
}

body.single-product div.product .woocommerce-product-gallery img {
	display: block;
	width: 100%;
	border-radius: 0 !important;
}

body.single-product div.product .summary {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 54px) !important;
	border: 1px solid var(--pvc-market-ink);
	background: var(--pvc-market-paper);
	isolation: isolate;
}

body.single-product div.product .summary::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 7px;
	background: var(--pvc-market-coral);
	content: "";
}

body.single-product div.product .summary::after {
	position: absolute;
	top: -92px;
	right: -92px;
	z-index: -1;
	width: 210px;
	aspect-ratio: 1;
	border: 1px solid var(--pvc-market-ink);
	border-radius: 50%;
	background: var(--pvc-market-coral);
	content: "";
}

body.single-product div.product .summary .product_title {
	max-width: 780px;
	margin-bottom: 20px;
	font-size: clamp(42px, 5vw, 76px);
	font-weight: 900;
	line-height: .92;
	letter-spacing: -.055em;
}

body.single-product div.product .summary .price {
	display: inline-flex;
	align-items: baseline;
	margin: 8px 0 22px;
	padding: 10px 14px;
	border: 1px solid var(--pvc-market-ink);
	background: #fff;
	color: var(--pvc-market-ink);
	font-weight: 850;
}

/* WooCommerce product tabs: editorial, robust and touch friendly. */
body.single-product .woocommerce-tabs {
	clear: both;
	margin: clamp(42px, 6vw, 76px) 0 0;
	border: 1px solid var(--pvc-ink);
	background: var(--pvc-market-paper);
}

body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	overflow-x: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pvc-ink) !important;
	background: #e5e3df !important;
	list-style: none;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
	content: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	position: relative;
	flex: 1 0 auto;
	min-width: max-content;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-right: 1px solid rgba(23, 20, 31, .18) !important;
	border-radius: 0 !important;
	background: transparent !important;
	scroll-snap-align: start;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 16px clamp(18px, 2.4vw, 34px) !important;
	color: #514d55 !important;
	font: 800 12px/1.25 Inter, ui-sans-serif, system-ui, sans-serif !important;
	letter-spacing: .035em;
	word-spacing: .12em;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color .18s ease, color .18s ease;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	background: rgba(255, 255, 255, .72);
	color: var(--pvc-ink) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
	background: #fbfaf7 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active::after {
	display: block !important;
	position: absolute;
	right: 14px;
	bottom: -1px;
	left: 14px;
	height: 5px;
	background: var(--pvc-market-coral);
	content: "" !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	color: var(--pvc-ink) !important;
}

body.single-product .woocommerce-tabs .panel {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: clamp(28px, 5vw, 64px) !important;
	border: 0 !important;
	background: #fbfaf7;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs .panel > h2:first-child {
	margin: 0 0 28px;
	font-size: clamp(34px, 4.4vw, 62px);
	line-height: .95;
	letter-spacing: -.05em;
}

body.single-product .woocommerce-tabs .panel > p {
	max-width: 900px;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.7;
}

/* Shared tab storytelling. */
body.single-product .woocommerce-tabs .pvc-tab {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs .pvc-tab-intro {
	display: grid;
	grid-template-columns: minmax(150px, .36fr) minmax(0, 1.64fr);
	gap: clamp(24px, 5vw, 76px);
	align-items: end;
	margin-bottom: clamp(30px, 5vw, 58px);
	padding-bottom: 24px;
	border-bottom: 1px solid var(--pvc-market-ink);
}

body.single-product .woocommerce-tabs .pvc-tab-intro > span,
body.single-product .woocommerce-tabs .pvc-inputs-block header span,
body.single-product .woocommerce-tabs .pvc-example-card header > span,
body.single-product .woocommerce-tabs .pvc-test-summary > span,
body.single-product .woocommerce-tabs .pvc-safety-context > span {
	color: #67626b !important;
	font: 800 10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace !important;
	letter-spacing: .09em !important;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs .pvc-tab-intro h3 {
	max-width: 900px;
	margin: 0;
	color: var(--pvc-market-ink) !important;
	font-size: clamp(38px, 5vw, 68px);
	line-height: .94;
}

body.single-product .woocommerce-tabs .pvc-tab-intro p {
	max-width: 760px;
	margin: 14px 0 0;
	color: #5e5962;
	font-size: 16px;
	line-height: 1.65;
}

/* Details: product promise, inputs and example as modular cards. */
body.single-product .woocommerce-tabs .pvc-detail-stats {
	display: grid !important;
	grid-template-columns: 1.25fr .75fr .8fr !important;
	gap: 14px !important;
}

body.single-product .woocommerce-tabs .pvc-detail-stats article,
body.single-product .woocommerce-tabs .pvc-safety article,
body.single-product .woocommerce-tabs .pvc-score-grid article {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 176px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
	gap: 22px;
	padding: clamp(22px, 2.5vw, 32px);
	border: 1px solid rgba(23, 20, 31, .28);
	background: #dfddda;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

body.single-product .woocommerce-tabs .pvc-detail-stats article::after,
body.single-product .woocommerce-tabs .pvc-safety article::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: var(--pvc-market-coral);
	content: "";
}

body.single-product .woocommerce-tabs .pvc-detail-stats article:nth-child(2)::after,
body.single-product .woocommerce-tabs .pvc-safety article:nth-child(2)::after { background: var(--pvc-market-ink); }
body.single-product .woocommerce-tabs .pvc-detail-stats article:nth-child(3)::after,
body.single-product .woocommerce-tabs .pvc-safety article:nth-child(3)::after { background: var(--pvc-market-concrete); }

body.single-product .woocommerce-tabs .pvc-detail-stats article:hover,
body.single-product .woocommerce-tabs .pvc-safety article:hover,
body.single-product .woocommerce-tabs .pvc-score-grid article:hover,
body.single-product .woocommerce-tabs .pvc-input-grid article:hover {
	background: #fff;
	box-shadow: 7px 7px 0 rgba(23, 20, 31, .92);
	transform: translate(-3px, -3px);
}

body.single-product .woocommerce-tabs .pvc-detail-stats article > span,
body.single-product .woocommerce-tabs .pvc-safety article > span {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
	color: #625d65 !important;
	font: 800 10px/1.3 ui-monospace, monospace !important;
	letter-spacing: .08em !important;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs .pvc-detail-stats article > span b,
body.single-product .woocommerce-tabs .pvc-safety article > span b {
	display: inline-grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 9px;
}

body.single-product .woocommerce-tabs .pvc-detail-stats article > strong,
body.single-product .woocommerce-tabs .pvc-safety article > strong {
	display: block !important;
	max-width: 96%;
	color: var(--pvc-market-ink) !important;
	font: 850 clamp(20px, 2vw, 29px)/1.18 "Inter Tight", Inter, sans-serif !important;
	letter-spacing: -.03em;
	overflow-wrap: anywhere;
}

body.single-product .woocommerce-tabs .pvc-detail-stats article:first-child > strong {
	font-size: clamp(20px, 1.8vw, 27px) !important;
}

body.single-product .woocommerce-tabs .pvc-detail-stats article > small {
	color: #6a656d;
	font-size: 11px;
}

body.single-product .woocommerce-tabs .pvc-inputs-block {
	margin-top: clamp(42px, 6vw, 74px);
	border: 1px solid var(--pvc-market-ink);
	background: #f7f5f0;
}

body.single-product .woocommerce-tabs .pvc-inputs-block > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 3vw, 38px);
	border-bottom: 1px solid var(--pvc-market-ink);
}

body.single-product .woocommerce-tabs .pvc-inputs-block h3,
body.single-product .woocommerce-tabs .pvc-example-card h3 {
	margin: 8px 0 0;
	color: var(--pvc-market-ink) !important;
	font-size: clamp(30px, 3.8vw, 50px);
	line-height: .96;
}

body.single-product .woocommerce-tabs .pvc-inputs-block > header > b {
	padding: 9px 12px;
	border: 1px solid var(--pvc-market-ink);
	background: var(--pvc-market-concrete);
	font-size: 11px;
	white-space: nowrap;
}

body.single-product .woocommerce-tabs .pvc-input-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--pvc-market-ink);
}

body.single-product .woocommerce-tabs .pvc-input-grid article {
	display: grid;
	min-width: 0;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-height: 94px;
	padding: 20px 24px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body.single-product .woocommerce-tabs .pvc-input-grid article > span {
	color: var(--pvc-market-coral) !important;
	font: 800 11px ui-monospace, monospace !important;
}

body.single-product .woocommerce-tabs .pvc-input-grid article > strong {
	color: var(--pvc-market-ink) !important;
	font-size: clamp(16px, 1.4vw, 19px);
	overflow-wrap: anywhere;
}

body.single-product .woocommerce-tabs .pvc-example-card {
	display: grid;
	grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
	margin-top: 24px;
	border: 1px solid var(--pvc-market-ink);
	background: var(--pvc-market-ink);
}

body.single-product .woocommerce-tabs .pvc-example-card > header,
body.single-product .woocommerce-tabs .pvc-example-card > div {
	padding: clamp(26px, 4vw, 48px);
}

body.single-product .woocommerce-tabs .pvc-example-card > header {
	position: relative;
	overflow: hidden;
	background: var(--pvc-market-ink);
}

body.single-product .woocommerce-tabs .pvc-example-card > header::after {
	position: absolute;
	right: -48px;
	bottom: -58px;
	width: 150px;
	aspect-ratio: 1;
	border: 1px solid var(--pvc-market-ink);
	border-radius: 50%;
	background: var(--pvc-market-concrete);
	content: "";
}

body.single-product .woocommerce-tabs .pvc-example-card > header span,
body.single-product .woocommerce-tabs .pvc-example-card > header h3 { position: relative; z-index: 1; color: #fff !important; }
body.single-product .woocommerce-tabs .pvc-example-card > div { background: #fff; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.7; }
body.single-product .woocommerce-tabs .pvc-example-card > div > :last-child { margin-bottom: 0; }

/* Test report: scores remain readable and never concatenate with labels. */
body.single-product .woocommerce-tabs .pvc-test-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--pvc-market-ink);
}

body.single-product .woocommerce-tabs .pvc-test-head h3 {
	max-width: 780px;
	margin: 16px 0 0;
	color: var(--pvc-market-ink) !important;
	font-size: clamp(36px, 4.8vw, 64px);
	line-height: .94;
}

body.single-product .woocommerce-tabs .pvc-test-head > strong {
	display: grid !important;
	gap: 6px;
	color: var(--pvc-market-ink) !important;
	font-size: 18px;
	text-align: right;
	white-space: nowrap;
}

body.single-product .woocommerce-tabs .pvc-test-head > strong small {
	color: #6a656d;
	font: 800 9px ui-monospace, monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs .pvc-score-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 10px !important;
	margin: 0 !important;
}

body.single-product .woocommerce-tabs .pvc-score-grid article {
	min-height: 154px;
	gap: 28px;
	padding: 22px;
}

body.single-product .woocommerce-tabs .pvc-score-grid article:nth-child(1) { background: #d8d6d3; }
body.single-product .woocommerce-tabs .pvc-score-grid article:nth-child(2) { background: #f7f5f0; }
body.single-product .woocommerce-tabs .pvc-score-grid article:nth-child(3) { background: #d8d6d3; }

body.single-product .woocommerce-tabs .pvc-score-grid article header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

body.single-product .woocommerce-tabs .pvc-score-grid article header > span {
	display: block !important;
	margin: 0 !important;
	color: #5e5962 !important;
	font: 800 9px/1.3 ui-monospace, monospace !important;
	letter-spacing: .07em !important;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs .pvc-score-grid article header > strong {
	display: flex !important;
	align-items: baseline;
	gap: 3px;
	color: var(--pvc-market-ink) !important;
	font: 900 clamp(27px, 2.8vw, 40px)/.9 "Inter Tight", Inter, sans-serif !important;
}

body.single-product .woocommerce-tabs .pvc-score-grid article header > strong small { color: #6b666e; font-size: 10px; }

body.single-product .woocommerce-tabs .pvc-score-grid progress {
	width: 100%;
	height: 8px;
	border: 0;
	background: rgba(23, 20, 31, .12);
	accent-color: var(--pvc-market-coral);
}
body.single-product .woocommerce-tabs .pvc-score-grid progress::-webkit-progress-bar { background: rgba(23, 20, 31, .12); }
body.single-product .woocommerce-tabs .pvc-score-grid progress::-webkit-progress-value { background: var(--pvc-market-coral); }
body.single-product .woocommerce-tabs .pvc-score-grid progress::-moz-progress-bar { background: var(--pvc-market-coral); }

body.single-product .woocommerce-tabs .pvc-test-list { display: grid; gap: 16px; margin-top: 26px; }
body.single-product .woocommerce-tabs .pvc-test-list > article { padding: clamp(24px, 3vw, 38px); border: 1px solid var(--pvc-market-ink); border-radius: 0; background: #fff; }
body.single-product .woocommerce-tabs .pvc-test-list > article > header { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(23,20,31,.2); }
body.single-product .woocommerce-tabs .pvc-test-list > article > header > div { display: grid; gap: 5px; }
body.single-product .woocommerce-tabs .pvc-test-list > article > header > div > span { color: #6a656d !important; font: 800 9px ui-monospace, monospace !important; letter-spacing: .08em; text-transform: uppercase; }
body.single-product .woocommerce-tabs .pvc-test-list > article > header > div > strong { color: var(--pvc-market-ink) !important; font-size: clamp(23px, 2.4vw, 34px); }
body.single-product .woocommerce-tabs .pvc-test-list > article > header > p { display: flex; gap: 8px; margin: 0; color: #615c64; font-size: 13px; }
body.single-product .woocommerce-tabs .pvc-test-summary { padding: 24px 0 4px; }
body.single-product .woocommerce-tabs .pvc-test-summary p { max-width: 900px; margin: 8px 0 0; font-size: 17px; line-height: 1.65; }
body.single-product .woocommerce-tabs .pvc-test-list .pvc-limit { display: grid; gap: 6px; margin: 22px 0 0; padding: 18px 20px; border: 0; border-left: 6px solid var(--pvc-market-coral); background: #e3e1de; }
body.single-product .woocommerce-tabs .pvc-test-list .pvc-limit p { margin: 0; }

/* Safety: strong cards plus a useful, calm warning hierarchy. */
body.single-product .woocommerce-tabs .pvc-safety {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
}
body.single-product .woocommerce-tabs .pvc-safety article { min-height: 190px; }
body.single-product .woocommerce-tabs .pvc-safety-context { display: grid; grid-template-columns: minmax(170px, .4fr) minmax(0, 1.6fr); gap: 30px; margin-top: 24px; padding: 26px 0; border-top: 1px solid var(--pvc-market-ink); border-bottom: 1px solid var(--pvc-market-ink); }
body.single-product .woocommerce-tabs .pvc-safety-context p { max-width: 920px; margin: 0; font-size: 17px; line-height: 1.7; }
body.single-product .woocommerce-tabs .pvc-disclaimer { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: center; max-width: none; margin: 22px 0 0 !important; padding: 24px !important; border: 1px solid var(--pvc-market-ink); background: var(--pvc-market-ink); color: #fff; }
body.single-product .woocommerce-tabs .pvc-disclaimer > span { display: grid !important; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--pvc-market-coral); color: #fff !important; font-size: 22px; font-weight: 900; }
body.single-product .woocommerce-tabs .pvc-disclaimer strong { color: #fff !important; font-size: 18px; }
body.single-product .woocommerce-tabs .pvc-disclaimer p { margin: 5px 0 0; color: rgba(255,255,255,.72); line-height: 1.6; }

/* WCFM policy and enquiry panels should feel intentional even when empty. */
body.single-product .woocommerce-tabs .panel[id*="polic"],
body.single-product .woocommerce-tabs .panel[id*="enquir"],
body.single-product .woocommerce-tabs .panel[id*="inquir"] {
	min-height: 360px;
	padding: clamp(46px, 8vw, 94px) max(clamp(24px, 8vw, 110px), calc((100% - 1240px) / 2)) !important;
	background: #d8d6d3;
}
body.single-product .woocommerce-tabs .panel[id*="polic"]::after,
body.single-product .woocommerce-tabs .panel[id*="enquir"]::after,
body.single-product .woocommerce-tabs .panel[id*="inquir"]::after {
	position: absolute;
	right: clamp(30px, 8vw, 130px);
	bottom: -74px;
	width: 190px;
	aspect-ratio: 1;
	border: 1px solid var(--pvc-market-ink);
	border-radius: 50%;
	background: var(--pvc-market-coral);
	content: "";
	pointer-events: none;
}
body.single-product .woocommerce-tabs .panel[id*="polic"] > *,
body.single-product .woocommerce-tabs .panel[id*="enquir"] > *,
body.single-product .woocommerce-tabs .panel[id*="inquir"] > * { position: relative; z-index: 1; }
body.single-product .woocommerce-tabs .panel[id*="polic"] > h2:first-child,
body.single-product .woocommerce-tabs .panel[id*="enquir"] > h2:first-child,
body.single-product .woocommerce-tabs .panel[id*="inquir"] > h2:first-child {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-bottom: 20px;
	font-size: clamp(44px, 6vw, 78px);
}
body.single-product .woocommerce-tabs .panel[id*="polic"] > p,
body.single-product .woocommerce-tabs .panel[id*="enquir"] > p,
body.single-product .woocommerce-tabs .panel[id*="inquir"] > p { position: relative; z-index: 1; max-width: 680px; }

/* Simple-product actions: consistent breathing room between quantity and CTAs. */
body.single-product .summary form.cart:not(.variations_form):not(.grouped_form) {
	display: flex !important;
	align-items: stretch !important;
	flex-wrap: wrap;
	gap: 12px !important;
}

body.single-product .summary form.cart:not(.variations_form):not(.grouped_form) > * {
	margin: 0 !important;
}

body.single-product .summary form.cart .pvc-single-compare,
body.single-product .summary form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin: 0 !important;
}

.pvc-product-package,
.pvc-product-community {
	clear: both;
	margin-top: clamp(48px, 7vw, 92px);
	border: 1px solid var(--pvc-ink);
	background: #f7f5f0;
	box-shadow: 10px 10px 0 rgba(23, 20, 31, .12);
}

.pvc-product-package > header,
.pvc-product-community > header {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: clamp(28px, 5vw, 74px);
	align-items: end;
	padding: clamp(34px, 6vw, 76px);
	border-bottom: 1px solid var(--pvc-ink);
	background: #d8d6d3;
}

.pvc-product-package .pvc-eyebrow::before,
.pvc-product-community .pvc-eyebrow::before { background: var(--pvc-market-coral); }

.pvc-product-package > header h2,
.pvc-product-community > header h2 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(44px, 6vw, 82px);
	line-height: .9;
}

.pvc-product-package > header > p,
.pvc-product-community > header > p {
	max-width: 620px;
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
}

.pvc-product-package__grid,
.pvc-product-community__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	gap: 1px;
	background: var(--pvc-ink);
}

.pvc-product-includes,
.pvc-prompt-preview {
	min-width: 0;
	padding: clamp(32px, 5vw, 66px);
}

.pvc-product-includes { background: #d8d6d4; }
.pvc-product-includes > span,
.pvc-prompt-preview > span,
.pvc-review-wall__head span,
.pvc-creator-card__identity span {
	font: 800 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pvc-product-includes ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 28px 0 34px;
	padding: 1px;
	background: var(--pvc-ink);
	list-style: none;
}

.pvc-product-includes li {
	display: grid;
	min-height: 104px;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 12px;
	align-content: center;
	padding: 20px;
	background: #fbfaf7;
	font-weight: 750;
	transition: background-color .2s ease, transform .2s ease;
}

.pvc-product-includes li:hover { background: #fff; transform: translateY(-3px); }

.pvc-product-includes li b { color: var(--pvc-violet); }
.pvc-product-access { display: grid; gap: 5px; padding: 20px; border-left: 6px solid var(--pvc-violet); background: #fff; }
.pvc-product-access small { color: var(--pvc-muted); }

.pvc-prompt-preview,
body.single-product .pvc-app .pvc-prompt-preview {
	position: relative;
	overflow: hidden;
	background: #111312 !important;
	color: #fff !important;
	color-scheme: dark;
}

body.single-product .pvc-app .pvc-prompt-preview > span,
body.single-product .pvc-app .pvc-prompt-preview h3,
body.single-product .pvc-app .pvc-prompt-preview p,
body.single-product .pvc-app .pvc-prompt-preview dt,
body.single-product .pvc-app .pvc-prompt-preview dd {
	color: #fff !important;
}

body.single-product .pvc-app .pvc-prompt-preview > p {
	color: rgba(255, 255, 255, .78) !important;
}

.pvc-prompt-preview::after {
	position: absolute;
	top: -85px;
	right: -75px;
	width: 190px;
	height: 190px;
	border: 10px solid var(--pvc-market-coral);
	background: var(--pvc-market-ink);
	border-radius: 50%;
	content: "";
}

.pvc-prompt-preview > * { position: relative; z-index: 1; }
.pvc-prompt-preview h3 { max-width: 520px; margin: 24px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: .95; }
.pvc-prompt-preview > p { max-width: 620px; color: rgba(255,255,255,.74); line-height: 1.7; }
.pvc-prompt-preview__chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0; }
.pvc-prompt-preview__chips span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.52); background: rgba(255,255,255,.09); color: #fff !important; font: 700 10px/1.35 ui-monospace, monospace; }
.pvc-prompt-preview dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 34px 0 0; background: rgba(255,255,255,.3); }
.pvc-prompt-preview dl > div { padding: 18px; background: #111312 !important; }
.pvc-prompt-preview dt { color: rgba(255,255,255,.62) !important; font-size: 10px; text-transform: uppercase; }
.pvc-prompt-preview dd { margin: 5px 0 0; font-weight: 800; }

.pvc-product-community { background: #d8d6d4; }
.pvc-product-community__grid { padding: clamp(24px, 4vw, 54px); gap: clamp(20px, 3vw, 38px); background: transparent; }
.pvc-creator-card,
.pvc-review-wall { min-width: 0; border: 1px solid var(--pvc-ink); background: #fbfaf7; }
.pvc-creator-card { position: relative; overflow: hidden; padding: clamp(26px, 4vw, 46px); }
.pvc-creator-card__accent { position: absolute; top: 0; right: 0; left: 0; height: 86px; background: var(--pvc-market-coral); }
.pvc-creator-card__identity { position: relative; display: flex; align-items: flex-end; gap: 18px; margin-bottom: 26px; }
.pvc-creator-card__avatar { width: 96px; height: 96px; border: 2px solid var(--pvc-ink); border-radius: 50%; background: #fff; object-fit: cover; }
.pvc-creator-card__identity h3 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 46px); line-height: .9; }
.pvc-creator-card__identity b { display: inline-block; margin-top: 9px; color: var(--pvc-market-ink); font-size: 11px; }
.pvc-creator-card__tagline { display: block; max-width: 620px; margin: 0 0 14px; font-size: 21px; line-height: 1.25; }
.pvc-creator-card > p { color: var(--pvc-muted); line-height: 1.65; }
.pvc-creator-card__skills { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0; }
.pvc-creator-card__skills span { padding: 8px 10px; border: 1px solid var(--pvc-ink); font-size: 10px; font-weight: 800; }
.pvc-creator-card > aside { padding: 18px; border-left: 5px solid var(--pvc-market-coral); background: #d8d6d3; }
.pvc-creator-card > aside p { margin: 5px 0 0; }
.pvc-creator-card > footer { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px -46px -46px; background: var(--pvc-ink); }
.pvc-creator-card > footer div { display: grid; gap: 4px; padding: 22px 46px; background: #fff; }
.pvc-creator-card > footer strong { font-size: 30px; line-height: 1; }
.pvc-creator-card > footer span { color: var(--pvc-muted); font-size: 10px; text-transform: uppercase; }

.pvc-review-wall { padding: clamp(24px, 4vw, 42px); }
.pvc-review-wall__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--pvc-ink); }
.pvc-review-wall__head div { display: grid; gap: 7px; }
.pvc-review-wall__head strong { font-size: 30px; }
.pvc-review-wall__head a { color: inherit; font-size: 11px; font-weight: 800; }
.pvc-review-empty { margin-top: 24px; padding: 34px; background: #e5e3df; }
.pvc-review-empty strong { display: block; font-size: 24px; }
.pvc-review-empty p { margin-bottom: 0; }
.pvc-review-list { display: grid; gap: 12px; margin-top: 18px; }
.pvc-review-list article { padding: 20px; border: 1px solid var(--pvc-line); background: #fff; }
.pvc-review-list article > header { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.pvc-review-list article > header img { border-radius: 50%; }
.pvc-review-list article > header div { display: grid; }
.pvc-review-list article > header span { color: var(--pvc-muted); font-size: 10px; }
.pvc-review-stars { color: var(--pvc-market-coral); font-size: 16px; letter-spacing: 1px; }
.pvc-review-list article > div p:last-child { margin-bottom: 0; }

.pvc-library-access { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-bottom: 30px; border: 1px solid var(--pvc-ink); background: var(--pvc-ink); }
.pvc-library-access > div { display: grid; gap: 5px; padding: 16px; background: #f0eee8; }
.pvc-library-access span,
.pvc-library-example span { color: var(--pvc-muted); font: 800 9px ui-monospace, monospace; text-transform: uppercase; }
.pvc-library-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.pvc-library-actions .pvc-button { margin: 0; }
.pvc-library-example { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--pvc-ink); background: var(--pvc-ink); }
.pvc-library-example > div { min-width: 0; padding: 20px; background: #f4f0e6; }
.pvc-library-example > div > :last-child { margin-bottom: 0; }

.pvc-creator-profile-editor {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(28px, 5vw, 72px);
	margin: 34px 0;
	padding: clamp(28px, 5vw, 58px);
	border: 1px solid var(--pvc-ink);
	background: #d8d6d4;
}
.pvc-creator-profile-editor h3 { max-width: 620px; margin: 0; font-size: clamp(34px, 4.5vw, 58px); line-height: .95; }
.pvc-creator-profile-editor > div > p:last-child { max-width: 560px; line-height: 1.65; }
.pvc-creator-profile-editor form { display: grid; gap: 14px; min-width: 0; }
.pvc-creator-profile-editor label { display: grid; gap: 7px; }
.pvc-creator-profile-editor label > span { font: 800 10px ui-monospace, monospace; letter-spacing: .07em; text-transform: uppercase; }
.pvc-creator-profile-editor input,
.pvc-creator-profile-editor textarea { width: 100%; margin: 0; padding: 14px 16px; border: 1px solid var(--pvc-ink); border-radius: 0; background: #fbfaf7; color: var(--pvc-ink); box-shadow: none; }
.pvc-creator-profile-editor input:focus,
.pvc-creator-profile-editor textarea:focus { outline: 3px solid rgba(232, 79, 47, .24); outline-offset: 0; }
.pvc-creator-profile-editor .pvc-button { justify-self: start; }

.woocommerce #reviews #comments ol.commentlist li .comment-text { border-radius: 0; }
.woocommerce #reviews #review_form_wrapper { padding: 24px; border: 1px solid var(--pvc-ink); background: #f4f0e6; }

@media (max-width: 1120px) {
	body.single-product .woocommerce-tabs .pvc-score-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	body.single-product .woocommerce-tabs .pvc-tab-intro,
	body.single-product .woocommerce-tabs .pvc-example-card,
	body.single-product .woocommerce-tabs .pvc-safety-context {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	body.single-product .woocommerce-tabs .pvc-detail-stats,
	body.single-product .woocommerce-tabs .pvc-safety {
		grid-template-columns: 1fr !important;
	}
	body.single-product .woocommerce-tabs .pvc-detail-stats article,
	body.single-product .woocommerce-tabs .pvc-safety article {
		min-height: 148px;
	}
	body.single-product .woocommerce-tabs .pvc-test-head,
	body.single-product .woocommerce-tabs .pvc-test-list > article > header {
		align-items: flex-start;
		flex-direction: column;
	}
	body.single-product .woocommerce-tabs .pvc-test-head > strong {
		text-align: left;
	}
	.pvc-product-package > header,
	.pvc-product-community > header,
	.pvc-product-package__grid,
	.pvc-product-community__grid,
	.pvc-creator-profile-editor { grid-template-columns: 1fr; }
	.pvc-product-includes ul { grid-template-columns: 1fr; }
	.pvc-creator-card > footer { margin-right: -26px; margin-bottom: -26px; margin-left: -26px; }
	.pvc-creator-card > footer div { padding: 20px 26px; }
}

@media (max-width: 620px) {
	body.single-product div.product .summary {
		padding: 30px 20px !important;
	}
	body.single-product div.product .summary .product_title {
		font-size: clamp(38px, 13vw, 58px);
	}
	body.single-product .woocommerce-tabs {
		margin-top: 32px;
	}
	body.single-product .woocommerce-tabs ul.tabs li {
		flex-basis: auto;
	}
	body.single-product .woocommerce-tabs ul.tabs li a {
		min-height: 58px;
		padding: 14px 18px !important;
		font-size: 10px !important;
	}
	body.single-product .woocommerce-tabs .panel {
		padding: 26px 20px !important;
	}
	body.single-product .woocommerce-tabs .pvc-score-grid,
	body.single-product .woocommerce-tabs .pvc-input-grid {
		grid-template-columns: 1fr !important;
	}
	body.single-product .woocommerce-tabs .pvc-inputs-block > header {
		align-items: flex-start;
		flex-direction: column;
	}
	body.single-product .woocommerce-tabs .pvc-input-grid article {
		min-height: 82px;
		padding: 18px;
	}
	body.single-product .woocommerce-tabs .pvc-test-list > article > header > p {
		flex-wrap: wrap;
	}
	body.single-product .woocommerce-tabs .pvc-disclaimer {
		grid-template-columns: 1fr;
	}
	body.single-product .woocommerce-tabs .panel[id*="polic"],
	body.single-product .woocommerce-tabs .panel[id*="enquir"],
	body.single-product .woocommerce-tabs .panel[id*="inquir"] {
		min-height: 320px;
		padding: 42px 20px !important;
	}
	body.single-product .woocommerce-tabs .panel[id*="polic"]::after,
	body.single-product .woocommerce-tabs .panel[id*="enquir"]::after,
	body.single-product .woocommerce-tabs .panel[id*="inquir"]::after {
		right: -60px;
		op: 20px;
		bottom: auto;
		opacity: .25;
	}
	body.single-product .summary form.cart:not(.variations_form):not(.grouped_form) {
		gap: 10px !important;
	}
	body.single-product .summary form.cart .pvc-single-compare,
	body.single-product .summary form.cart .single_add_to_cart_button {
		width: 100%;
	}
	.pvc-product-package,
	.pvc-product-community { margin-top: 36px; }
	.pvc-product-package > header,
	.pvc-product-community > header,
	.pvc-product-includes,
	.pvc-prompt-preview { padding: 26px 20px; }
	.pvc-product-community__grid { padding: 14px; }
	.pvc-prompt-preview dl,
	.pvc-library-access,
	.pvc-library-example { grid-template-columns: 1fr; }
	.pvc-review-wall__head { align-items: flex-start; flex-direction: column; }
	.pvc-review-list article > header { grid-template-columns: 42px minmax(0, 1fr); }
	.pvc-review-stars { grid-column: 2; }
	.pvc-library-actions .pvc-button { width: 100%; justify-content: center; }
	.pvc-creator-profile-editor { padding: 24px 20px; }
	.pvc-creator-profile-editor .pvc-button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .woocommerce-tabs .pvc-detail-stats article,
	body.single-product .woocommerce-tabs .pvc-safety article,
	body.single-product .woocommerce-tabs .pvc-score-grid article,
	body.single-product .woocommerce-tabs .pvc-input-grid article {
		transition: none;
	}
}
