.cvpd-page,
.cvpd-page * {
	box-sizing: border-box;
}

/* 1.6.0 — simplified furniture-led size reference */
.cvpd-placement.cvpd-editorial-section {
	padding-top: clamp(52px, 6vw, 88px);
	padding-bottom: clamp(54px, 6vw, 86px);
}

.cvpd-placement .cvpd-section-heading {
	margin-bottom: 28px;
}

.cvpd-placement .cvpd-section-heading h2 {
	font-size: clamp(34px, 4vw, 58px);
}

.cvpd-size-guide-toolbar {
	display: block;
	margin-bottom: 16px;
}

.cvpd-scene-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cvpd-scene-tab {
	min-height: 44px;
	padding: 0 21px;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .08em;
	background: rgba(255, 255, 255, .35);
	border: 1px solid rgba(17, 19, 22, .18);
}

.cvpd-scene-tab.is-active {
	color: #f7f4ed;
	background: #17191b;
	border-color: #17191b;
}

.cvpd-size-guide-layout {
	display: block;
	min-height: 0;
	border: 0;
	border-radius: 22px;
	overflow: hidden;
}

.cvpd-room-diagram {
	--cvpd-art-width: 30%;
	--cvpd-art-ratio: 4 / 3;
	--cvpd-item-width: 60%;
	--cvpd-item-height: 22%;
	--cvpd-art-bottom: 35%;
	min-height: clamp(470px, 48vw, 610px);
	background:
		linear-gradient(180deg, rgba(255,255,255,.36), transparent 38%),
		linear-gradient(180deg, #eee9de 0 82%, #e2dacf 82% 100%);
	border: 1px solid rgba(66, 55, 41, .11);
	border-radius: 22px;
	box-shadow: inset 0 1px rgba(255,255,255,.65);
}

.cvpd-room-diagram::before {
	top: auto;
	bottom: 18%;
	height: 1px;
	background: rgba(63, 55, 46, .34);
}

.cvpd-room-diagram::after {
	display: none;
}

.cvpd-room-window,
.cvpd-room-lamp,
.cvpd-room-plant,
.cvpd-room-rug {
	display: none !important;
}

.cvpd-reference-copy {
	position: absolute;
	top: 74px;
	left: 7.5%;
	z-index: 7;
	width: min(310px, 31%);
	color: #1a1b1c;
}

.cvpd-reference-copy > span {
	display: block;
	margin-bottom: 7px;
	color: #b48742;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .15em;
}

.cvpd-reference-copy h3 {
	margin: 0 0 8px;
	font-size: clamp(16px, 1.55vw, 22px);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.01em;
}

.cvpd-reference-copy p {
	margin: 0;
	color: rgba(25, 26, 27, .66);
	font-size: 12px;
	line-height: 1.5;
}

.cvpd-wall-measure {
	z-index: 6;
	color: rgba(36, 31, 26, .5);
}

.cvpd-wall-measure span {
	font-size: 8px;
	font-weight: 650;
	letter-spacing: .13em;
}

.cvpd-wall-measure-width {
	top: 23px;
	right: 7.5%;
	left: 7.5%;
	padding-top: 7px;
	border-top-color: rgba(56, 48, 40, .28);
}

.cvpd-wall-measure-height {
	top: 16%;
	bottom: 20%;
	left: 24px;
	border-left-color: rgba(56, 48, 40, .28);
}

.cvpd-artwork-shape {
	top: auto;
	bottom: var(--cvpd-art-bottom);
	left: 50%;
	z-index: 5;
	width: var(--cvpd-art-width);
	height: auto;
	padding: 5px;
	aspect-ratio: var(--cvpd-art-ratio);
	background: #5d4936;
	border: 1px solid #b58a44;
	box-shadow: 0 0 0 2px #3f3126, 0 13px 26px rgba(46, 35, 24, .16);
	transform: translateX(-50%);
}

.cvpd-artwork-visual {
	background: #f5f0e7;
}

.cvpd-artwork-visual img {
	filter: saturate(.82) contrast(.96);
}

.cvpd-artwork-caption {
	top: calc(100% + 8px);
	padding: 5px 8px;
	background: rgba(246, 243, 236, .92);
	border-color: rgba(40, 35, 30, .12);
	box-shadow: none;
}

.cvpd-artwork-caption span,
.cvpd-artwork-caption strong {
	font-size: 9px;
}

.cvpd-room-furniture,
.cvpd-room-furniture.is-living,
.cvpd-room-furniture.is-bedroom,
.cvpd-room-furniture.is-sideboard,
.cvpd-room-furniture.is-entryway {
	bottom: 8%;
	width: var(--cvpd-item-width);
	height: var(--cvpd-item-height);
	min-width: 0;
	min-height: 0;
}

.cvpd-vector-fill,
.cvpd-vector-mid,
.cvpd-vector-dark,
.cvpd-vector-cushion {
	fill: #f2ede4;
	stroke: #5b544c;
	stroke-width: 3;
}

.cvpd-vector-mid { fill: #ded5ca; }
.cvpd-vector-dark { fill: #d1c7bb; }
.cvpd-vector-cushion { fill: #f8f4ed; }
.cvpd-vector-line { stroke: #5b544c; stroke-width: 5; }
.cvpd-vector-fire { fill: #2d2925; stroke: #171512; stroke-width: 3; }

.cvpd-room-person {
	right: 6.5%;
	bottom: 8%;
	z-index: 4;
	height: 41%;
	fill: #1d1c1a;
}

.cvpd-room-person .cvpd-person-arms {
	stroke: #1d1c1a;
}

.cvpd-furniture-caption {
	bottom: 2.2%;
	z-index: 7;
	padding: 4px 7px;
	background: rgba(246,243,236,.9);
	border-color: rgba(40,35,30,.11);
}

.cvpd-furniture-caption span,
.cvpd-furniture-caption strong {
	font-size: 9px;
}

.cvpd-gap-measure {
	right: auto;
	bottom: calc(var(--cvpd-art-bottom) - 28px);
	left: 50%;
	z-index: 7;
	padding: 3px 7px;
	color: rgba(35, 31, 27, .62);
	font-size: 8px;
	font-weight: 650;
	letter-spacing: .08em;
	background: rgba(246,243,236,.9);
	transform: translateX(-50%);
}

.cvpd-guide-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 15px;
	border-top: 1px solid rgba(17, 19, 22, .15);
	border-bottom: 1px solid rgba(17, 19, 22, .15);
}

.cvpd-guide-facts > div {
	min-width: 0;
	padding: 18px 22px;
}

.cvpd-guide-facts > div + div {
	border-left: 1px solid rgba(17, 19, 22, .13);
}

.cvpd-guide-facts span,
.cvpd-guide-facts strong {
	display: block;
}

.cvpd-guide-facts span {
	margin-bottom: 6px;
	color: #ad8140;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
}

.cvpd-guide-facts strong {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.cvpd-size-guide-disclaimer {
	margin: 12px 0 0;
	padding: 0;
	color: rgba(17, 19, 22, .56);
	font-size: 11px;
	line-height: 1.5;
	border: 0;
}

@media (max-width: 820px) {
	.cvpd-placement.cvpd-editorial-section {
		padding: 44px 16px 52px;
	}

	.cvpd-placement .cvpd-section-heading {
		margin-bottom: 22px;
	}

	.cvpd-placement .cvpd-section-heading h2 {
		font-size: 31px;
	}

	.cvpd-scene-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.cvpd-scene-tabs::-webkit-scrollbar {
		display: none;
	}

	.cvpd-scene-tab {
		flex: 0 0 auto;
		padding: 0 16px;
	}

	.cvpd-size-guide-layout,
	.cvpd-room-diagram {
		border-radius: 16px;
	}

	.cvpd-room-diagram {
		min-height: 430px;
	}

	.cvpd-reference-copy {
		top: 53px;
		left: 18px;
		width: 58%;
	}

	.cvpd-reference-copy h3 {
		font-size: 15px;
	}

	.cvpd-reference-copy p {
		font-size: 10px;
	}

	.cvpd-wall-measure-width {
		right: 18px;
		left: 18px;
	}

	.cvpd-wall-measure-height {
		left: 10px;
	}

	.cvpd-room-diagram.is-portrait .cvpd-artwork-shape {
		width: min(var(--cvpd-art-width), 36%);
	}

	.cvpd-room-diagram.is-square .cvpd-artwork-shape {
		width: min(var(--cvpd-art-width), 43%);
	}

	.cvpd-room-person {
		right: 2.5%;
		height: 36%;
	}

	.cvpd-gap-measure {
		bottom: calc(var(--cvpd-art-bottom) - 24px);
		white-space: nowrap;
	}

	.cvpd-guide-facts {
		grid-template-columns: 1fr;
	}

	.cvpd-guide-facts > div {
		display: grid;
		grid-template-columns: 126px 1fr;
		gap: 12px;
		padding: 13px 4px;
	}

	.cvpd-guide-facts > div + div {
		border-top: 1px solid rgba(17, 19, 22, .12);
		border-left: 0;
	}

	.cvpd-guide-facts span {
		margin: 2px 0 0;
	}
}

body.cvpd-product-page {
	margin: 0;
	overflow-x: clip;
	color: var(--cvpd-ink);
	background: var(--cvpd-bg);
}

/* 1.9.2 — the product breadcrumb belongs below Signature Header. This is a
 * defensive fallback for visitors who still have an older header stylesheet
 * cached or a historical transparent override saved on an individual product. */
body.cvpd-product-page .cvlh-header.is-overlay,
body.cvpd-product-page .cvlh-header.is-overlay.has-announcement {
	margin-bottom: 0 !important;
}

body.cvpd-product-page .cvpd-page {
	position: relative;
	z-index: 1;
	clear: both;
}

/* The custom template needs get_header() for the document shell, but the
 * theme's visual header is redundant when Signature Header is present. */
body.cvpd-product-page.cvlh-enabled header:not(.cvlh-header):not([data-cvlh-header]),
body.cvpd-product-page.cvlh-enabled .wp-site-blocks > .wp-block-template-part:has(.wp-block-site-title):not(:has(.cvlh-header)),
body.cvpd-product-page.cvlh-enabled .wp-site-blocks > .wp-block-group:has(.wp-block-site-title):not(:has(.cvlh-header)),
body.cvpd-product-page.cvlh-enabled #page > .site-branding {
	display: none !important;
}

/* Hostinger AI Theme renders its fallback title as a div instead of a
 * semantic header, so target the exact verified wrapper as well. */
body.cvpd-product-page.cvlh-enabled #page > #header[role="banner"] {
	display: none !important;
}

body.cvpd-product-page .cvpd-theme-header-hidden {
	display: none !important;
}

html.cvpd-lightbox-open {
	overflow: hidden;
}

body.cvpd-product-page :where(.site-content, #content, .content-area, #primary, .site-main) {
	max-width: none;
	margin: 0;
	padding: 0;
}

.cvpd-page {
	--cvpd-panel: #efede7;
	width: 100%;
	margin: 0;
	color: var(--cvpd-ink);
	background: var(--cvpd-bg);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
}

.cvpd-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.cvpd-page a {
	color: inherit;
}

.cvpd-page button,
.cvpd-page input,
.cvpd-page select {
	font: inherit;
}

.cvpd-page :where(a, button, input, select):focus-visible {
	outline: 2px solid var(--cvpd-accent);
	outline-offset: 3px;
}

.cvpd-shell,
.cvpd-information-inner,
.cvpd-related-inner {
	width: min(100%, 1740px);
	margin: 0 auto;
}

.cvpd-shell {
	padding: 24px clamp(22px, 3vw, 56px) clamp(74px, 7vw, 118px);
}

.cvpd-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 38px;
	margin: 0 0 28px;
	overflow: hidden;
	color: rgba(17, 19, 22, 0.56);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}

.cvpd-breadcrumb a {
	text-decoration: none;
	transition: color 160ms ease;
}

.cvpd-breadcrumb a:hover {
	color: var(--cvpd-accent);
}

.cvpd-breadcrumb-current {
	overflow: hidden;
	text-overflow: ellipsis;
}

.cvpd-primary {
	display: grid;
	grid-template-columns: minmax(0, 1.48fr) minmax(410px, 0.82fr);
	gap: clamp(38px, 3.5vw, 64px);
	align-items: start;
}

.cvpd-gallery-column,
.cvpd-summary-column {
	min-width: 0;
}

.cvpd-gallery-column {
	position: sticky;
	top: calc(var(--cvlh-height-desktop, 90px) + 44px);
}

.cvpd-gallery {
	width: 100%;
}

.cvpd-gallery-stage {
	position: relative;
	height: var(--cvpd-gallery-height);
	overflow: hidden;
	background: var(--cvpd-bg);
	border: 0;
	border-radius: 14px;
}

.cvpd-gallery-track {
	position: relative;
	width: 100%;
	height: 100%;
}

.cvpd-gallery-slide {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.cvpd-gallery-slide.is-active {
	display: flex;
}

.cvpd-gallery-image {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	filter: saturate(0.98) contrast(1.015);
}

.cvpd-zoom-button {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: var(--cvpd-ink);
	background: rgba(250, 246, 235, 0.92);
	border: 1px solid rgba(17, 19, 22, 0.1);
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 8px 30px rgba(20, 17, 12, 0.08);
	transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.cvpd-zoom-button:hover {
	color: #fff;
	background: var(--cvpd-ink);
	transform: translateY(-2px);
}

.cvpd-zoom-button svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.cvpd-gallery-count {
	position: absolute;
	right: 18px;
	bottom: 15px;
	padding: 5px 9px;
	color: rgba(17, 19, 22, 0.72);
	background: rgba(250, 246, 235, 0.86);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.cvpd-thumbnails {
	display: flex;
	gap: 10px;
	width: 100%;
	margin-top: 12px;
	padding: 0 0 4px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
}

.cvpd-thumbnail {
	flex: 0 0 92px;
	width: 92px;
	height: 76px;
	padding: 5px;
	overflow: hidden;
	background: rgba(239, 233, 222, 0.56);
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 150ms ease, opacity 150ms ease;
}

.cvpd-thumbnail:not(.is-active) {
	opacity: 0.62;
}

.cvpd-thumbnail.is-active,
.cvpd-thumbnail:hover {
	opacity: 1;
	border-color: var(--cvpd-accent);
}

.cvpd-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.cvpd-lightbox[hidden] {
	display: none;
}

.cvpd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: clamp(20px, 5vw, 80px);
	background: rgba(7, 8, 9, 0.94);
}

.cvpd-lightbox img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 80px);
	object-fit: contain;
}

.cvpd-lightbox-close {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 46px;
	height: 46px;
	padding: 0;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 50%;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.cvpd-summary {
	padding-top: clamp(10px, 1.5vw, 22px);
}

.cvpd-eyebrow,
.cvpd-related-heading p {
	margin: 0 0 15px;
	color: var(--cvpd-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

.cvpd-title {
	max-width: 720px;
	margin: 0;
	color: var(--cvpd-ink);
	font-weight: var(--cvpd-title-weight, 550);
	text-wrap: balance;
}

.cvpd-title-main {
	display: block;
	font-size: var(--cvpd-title-size-desktop, 46px);
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.cvpd-title-subtitle {
	display: block;
	max-width: 620px;
	margin-top: 10px;
	color: rgba(17, 19, 22, 0.82);
	font-size: var(--cvpd-subtitle-size-desktop, 20px);
	font-weight: var(--cvpd-subtitle-weight, 500);
	letter-spacing: -0.015em;
	line-height: 1.35;
}

.cvpd-rating {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 19px;
	color: rgba(17, 19, 22, 0.62);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-decoration: none;
}

.cvpd-rating .star-rating {
	margin: 0;
	color: var(--cvpd-accent);
	font-size: 0.82em;
}

.cvpd-price {
	margin: 24px 0 0;
	color: var(--cvpd-ink);
	font-size: var(--cvpd-price-size-desktop, 28px);
	font-weight: var(--cvpd-price-weight, 500);
	letter-spacing: -0.025em;
}

.cvpd-price-prefix {
	font-size: 0.58em;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cvpd-price del {
	margin-right: 8px;
	color: rgba(17, 19, 22, 0.42);
}

.cvpd-price ins {
	text-decoration: none;
}

.cvpd-stock {
	margin-top: 10px;
	color: #8a3f2c;
	font-size: 12px;
}

.cvpd-stock p {
	margin: 0;
}

.cvpd-excerpt {
	max-width: 640px;
	margin-top: 24px;
	color: rgba(17, 19, 22, 0.68);
	font-size: var(--cvpd-body-size-desktop, 15px);
	font-weight: var(--cvpd-body-weight, 400);
	line-height: 1.75;
}

.cvpd-excerpt p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cvpd-summary-information {
	margin-top: 31px;
}

.cvpd-summary-information .cvpd-accordion-toggle {
	min-height: 54px;
	font-size: var(--cvpd-accordion-size-desktop, 13px);
	font-weight: var(--cvpd-accordion-weight, 700);
	letter-spacing: 0.14em;
}

.cvpd-summary-information .cvpd-accordion-panel {
	padding-bottom: 27px;
}

.cvpd-summary-information .cvpd-prose {
	font-size: var(--cvpd-body-size-desktop, 15px);
	line-height: 1.75;
}

.cvpd-summary-information .cvpd-prose :where(h2, h3, h4) {
	font-size: 14px;
}

.cvpd-summary-information .cvpd-attribute-list {
	grid-template-columns: 1fr;
	margin-top: 18px;
}

.cvpd-summary-information + .cvpd-purchase {
	margin-top: 29px;
	padding-top: 0;
	border-top: 0;
}

.cvpd-purchase {
	margin-top: 35px;
	padding-top: 31px;
	border-top: 1px solid rgba(17, 19, 22, 0.14);
}

.cvpd-purchase form.cart,
.cvpd-purchase table.variations,
.cvpd-purchase table.variations tbody,
.cvpd-purchase table.variations tr,
.cvpd-purchase table.variations th,
.cvpd-purchase table.variations td {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	min-height: 0 !important;
}

.cvpd-purchase table.variations {
	margin: 0 !important;
	border-spacing: 0 !important;
}

.cvpd-purchase table.variations tbody {
	display: grid !important;
	gap: var(--cvpd-variation-gap-desktop, 26px) !important;
}

.cvpd-purchase table.variations tr {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--cvpd-variation-label-gap-desktop, 14px) !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.cvpd-purchase table.variations tr + tr {
	margin-top: 0 !important;
}

.cvpd-purchase table.variations td.value,
.cvpd-purchase .woo-variation-items-wrapper,
.cvpd-purchase .variable-items-wrapper,
.cvpd-purchase .cvpd-choice-grid {
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.cvpd-purchase table.variations td.value {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 0 !important;
	overflow: visible !important;
}

.cvpd-purchase table.variations th.label {
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--cvpd-ink);
	font-size: var(--cvpd-variation-label-size-desktop, 14px);
	font-weight: var(--cvpd-variation-label-weight, 700);
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.cvpd-purchase table.variations th.label label {
	font: inherit;
}

.cvpd-purchase table.variations select {
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	color: var(--cvpd-ink);
	background: transparent;
	border: 1px solid rgba(17, 19, 22, 0.3);
	border-radius: 0;
}

.cvpd-page.is-js .cvpd-purchase select.cvpd-native-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.cvpd-choice-grid,
.cvpd-purchase .variable-items-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start !important;
	gap: 9px;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cvpd-choice,
.cvpd-purchase .variable-item {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 43px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 9px 15px !important;
	color: rgba(17, 19, 22, 0.78) !important;
	background: rgba(255, 255, 255, 0.34) !important;
	border: 1px solid rgba(17, 19, 22, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: var(--cvpd-option-size-desktop, 15px) !important;
	font-weight: var(--cvpd-option-weight, 550) !important;
	line-height: 1.2 !important;
	cursor: pointer;
	transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.cvpd-purchase .variable-item span {
	font: inherit !important;
}

.cvpd-choice:hover,
.cvpd-purchase .variable-item:hover {
	border-color: var(--cvpd-ink) !important;
}

.cvpd-choice.is-selected,
.cvpd-purchase .variable-item.selected {
	color: #fff !important;
	background: var(--cvpd-ink) !important;
	border-color: var(--cvpd-ink) !important;
}

.cvpd-choice:disabled,
.cvpd-purchase .variable-item.disabled {
	opacity: 0.3 !important;
	cursor: not-allowed;
	text-decoration: line-through;
}

.cvpd-purchase .reset_variations {
	display: inline-block;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	color: rgba(17, 19, 22, 0.5);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.cvpd-purchase .single_variation_wrap {
	height: auto !important;
	min-height: 0 !important;
	margin: var(--cvpd-purchase-gap-desktop, 22px) 0 0 !important;
	padding: 0 !important;
}

.cvpd-purchase .single_variation,
.cvpd-purchase .woocommerce-variation-add-to-cart {
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cvpd-purchase .single_variation:empty {
	display: none !important;
}

.cvpd-purchase .woocommerce-variation-description {
	margin-bottom: 14px;
	color: rgba(17, 19, 22, 0.62);
	font-size: 13px;
}

.cvpd-purchase .woocommerce-variation-price {
	margin-bottom: 14px;
	font-size: 22px;
}

.cvpd-purchase .woocommerce-variation-price .price {
	color: var(--cvpd-ink);
}

.cvpd-purchase .woocommerce-variation-availability {
	margin-bottom: 13px;
	font-size: 12px;
}

.cvpd-purchase .woocommerce-variation-add-to-cart,
.cvpd-purchase form.cart:not(.variations_form) {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

.cvpd-purchase form.cart:not(.variations_form) {
	margin: 0;
}

.cvpd-purchase .quantity {
	float: none !important;
	width: 120px;
	margin: 0 !important;
}

.cvpd-purchase .quantity .qty {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 8px;
	color: var(--cvpd-ink);
	background: transparent;
	border: 1px solid rgba(17, 19, 22, 0.28);
	border-radius: 0;
	text-align: center;
}

.cvpd-purchase .single_add_to_cart_button,
.cvpd-buy-now {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin: 0 !important;
	padding: 0 24px !important;
	border-radius: 0 !important;
	font-size: var(--cvpd-button-size-desktop, 14px) !important;
	font-weight: var(--cvpd-button-weight, 700) !important;
	letter-spacing: 0.17em !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.cvpd-purchase .single_add_to_cart_button {
	grid-column: 1 / -1;
	color: #fff !important;
	background: var(--cvpd-ink) !important;
	border: 1px solid var(--cvpd-ink) !important;
}

.cvpd-purchase .single_add_to_cart_button:hover {
	color: var(--cvpd-ink) !important;
	background: var(--cvpd-accent) !important;
	border-color: var(--cvpd-accent) !important;
}

.cvpd-buy-now {
	grid-column: 1 / -1;
	width: 100%;
	color: #fff;
	background: #5635e8;
	border: 1px solid #5635e8;
}

.cvpd-buy-now:hover {
	color: #fff;
	background: #4728d2;
	border-color: #4728d2;
}

.cvpd-purchase :where(.single_add_to_cart_button, .cvpd-buy-now):disabled,
.cvpd-purchase .single_add_to_cart_button.disabled {
	opacity: 0.34 !important;
	cursor: not-allowed !important;
}

.cvpd-variation-help {
	grid-column: 1 / -1;
	margin: 2px 0 0;
	color: rgba(17, 19, 22, 0.5);
	font-size: 11px;
	line-height: 1.5;
}

.cvpd-variation-help.is-complete {
	display: none;
}

.cvpd-wishlist {
	margin-top: 18px;
	font-size: 12px;
}

.cvpd-product-meta {
	margin-top: 14px;
	color: rgba(17, 19, 22, 0.47);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

.cvpd-product-meta .sku {
	color: rgba(17, 19, 22, 0.68);
}

.cvpd-wishlist :where(a, button) {
	color: rgba(17, 19, 22, 0.62) !important;
	background: transparent !important;
	text-decoration: none;
}

.cvpd-payment {
	margin-top: 10px;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.cvpd-payment-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	min-height: 54px;
	padding: 0 24px;
	color: #fff;
	background: var(--cvpd-ink);
	border: 1px solid var(--cvpd-ink);
	border-radius: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	cursor: pointer;
}

.cvpd-payment-panel[hidden] {
	display: none;
}

.cvpd-payment-panel {
	padding: 20px 4px 0;
}

.cvpd-payment-heading {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cvpd-payment-heading svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--cvpd-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.cvpd-payment-heading h2 {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.cvpd-payment-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
}

.cvpd-payment-method {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 6px 10px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(17, 19, 22, 0.12);
	border-radius: 7px;
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.cvpd-payment-icon,
.cvpd-payment-icon img {
	display: inline-flex;
	align-items: center;
	width: auto;
	max-width: 54px;
	height: 18px !important;
	margin: 0 !important;
}

.cvpd-payment-panel > p {
	margin: 12px 0 0;
	color: rgba(17, 19, 22, 0.55);
	font-size: 10px;
	line-height: 1.55;
}

.cvpd-style-links {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(17, 19, 22, 0.13);
}

.cvpd-style-links h2 {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.45;
}

.cvpd-style-links-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
	gap: 8px;
}

.cvpd-style-link {
	position: relative;
	display: block;
	min-width: 0;
	aspect-ratio: 1 / 1;
	padding: 4px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(17, 19, 22, 0.17);
	border-radius: 9px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cvpd-style-link:hover {
	border-color: var(--cvpd-accent);
	box-shadow: 0 9px 24px rgba(17, 19, 22, 0.1);
	transform: translateY(-2px);
}

.cvpd-style-link img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 6px;
}

.cvpd-style-links > p {
	margin: 10px 0 0;
	color: rgba(17, 19, 22, 0.45);
	font-size: 8px;
	font-weight: 650;
	letter-spacing: 0.12em;
}

.cvpd-delivery-estimate {
	margin-top: 28px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.34);
	border: 1px solid rgba(17, 19, 22, 0.13);
}

.cvpd-delivery-estimate-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(17, 19, 22, 0.12);
}

.cvpd-delivery-estimate-heading span {
	color: rgba(17, 19, 22, 0.52);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.cvpd-delivery-estimate-heading strong {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.cvpd-delivery-track {
	display: grid;
	grid-template-columns: 1fr 24px 1.5fr;
	align-items: center;
	gap: 9px;
	padding: 20px 0 18px;
}

.cvpd-delivery-track > div {
	display: grid;
	grid-template-columns: 22px 1fr;
	align-items: center;
	column-gap: 8px;
}

.cvpd-delivery-track > div > span {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: var(--cvpd-accent);
	background: rgba(183, 147, 82, 0.12);
	border-radius: 50%;
	font-size: 13px;
}

.cvpd-delivery-track strong,
.cvpd-delivery-track small {
	display: block;
}

.cvpd-delivery-track strong {
	font-size: 9px;
	letter-spacing: 0.08em;
}

.cvpd-delivery-track small {
	color: rgba(17, 19, 22, 0.61);
	font-size: 10px;
	font-weight: 500;
}

.cvpd-delivery-track > i {
	color: rgba(17, 19, 22, 0.38);
	font-style: normal;
	text-align: center;
}

.cvpd-delivery-estimate > p {
	margin: 0;
	padding-top: 14px;
	color: rgba(17, 19, 22, 0.52);
	border-top: 1px solid rgba(17, 19, 22, 0.09);
	font-size: 10px;
	line-height: 1.55;
}

.cvpd-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 34px;
	padding-top: 23px;
	border-top: 1px solid rgba(17, 19, 22, 0.14);
}

.cvpd-trust-item {
	display: grid;
	grid-template-columns: 25px minmax(0, 1fr);
	gap: 10px;
	padding: 0 14px;
	border-right: 1px solid rgba(17, 19, 22, 0.11);
}

.cvpd-trust-item:first-child {
	padding-left: 0;
}

.cvpd-trust-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.cvpd-trust-item svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: var(--cvpd-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
}

.cvpd-trust-item strong,
.cvpd-trust-item span {
	display: block;
}

.cvpd-sticky-purchase {
	position: fixed;
	right: clamp(18px, 3vw, 48px);
	bottom: 22px;
	left: clamp(18px, 3vw, 48px);
	z-index: 9998;
	max-width: 1120px;
	margin: 0 auto;
	color: var(--cvpd-ink);
	background: rgba(250, 246, 235, 0.94);
	border: 1px solid rgba(17, 19, 22, 0.16);
	box-shadow: 0 18px 65px rgba(17, 19, 22, 0.18);
	backdrop-filter: blur(16px);
	opacity: 0;
	transform: translateY(calc(100% + 40px));
	visibility: hidden;
	pointer-events: none;
	transition: opacity 190ms ease, transform 230ms ease, visibility 230ms ease;
}

.cvpd-sticky-purchase.is-visible {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

.cvpd-sticky-purchase-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(210px, 0.32fr);
	gap: 28px;
	align-items: center;
	min-height: 82px;
	padding: 10px;
}

.cvpd-sticky-artwork {
	display: flex;
	align-items: center;
	min-width: 0;
}

.cvpd-sticky-thumb {
	flex: 0 0 64px;
	width: 64px;
	height: 60px;
	margin-right: 15px;
	padding: 4px;
	background: rgba(239, 233, 222, 0.74);
}

.cvpd-sticky-thumb img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.cvpd-sticky-copy {
	min-width: 0;
}

.cvpd-sticky-copy span,
.cvpd-sticky-copy strong {
	display: block;
}

.cvpd-sticky-copy span {
	margin-bottom: 4px;
	color: var(--cvpd-accent);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.cvpd-sticky-copy strong {
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cvpd-sticky-price {
	font-size: 14px;
	white-space: nowrap;
}

.cvpd-sticky-price del {
	margin-right: 6px;
	color: rgba(17, 19, 22, 0.42);
}

.cvpd-sticky-price ins {
	text-decoration: none;
}

.cvpd-sticky-button {
	align-self: stretch;
	min-height: 56px;
	padding: 0 28px;
	color: #fff;
	background: var(--cvpd-ink);
	border: 1px solid var(--cvpd-ink);
	border-radius: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.cvpd-sticky-button:hover {
	color: var(--cvpd-ink);
	background: var(--cvpd-accent);
	border-color: var(--cvpd-accent);
}

.cvpd-sticky-button.needs-selection::after {
	margin-left: 8px;
	content: "↑";
}

.cvpd-trust-item strong {
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.35;
}

.cvpd-trust-item span {
	color: rgba(17, 19, 22, 0.51);
	font-size: 10px;
	line-height: 1.45;
}

.cvpd-editorial-section {
	width: 100%;
	padding: clamp(76px, 8vw, 130px) clamp(28px, 5vw, 86px);
}

.cvpd-section-heading,
.cvpd-placement-grid,
.cvpd-logistics-grid,
.cvpd-review-grid,
.cvpd-all-reviews,
.cvpd-artist {
	max-width: 1428px;
	margin-right: auto;
	margin-left: auto;
}

.cvpd-section-heading {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
	column-gap: clamp(45px, 8vw, 140px);
	align-items: end;
	margin-bottom: clamp(42px, 5vw, 74px);
}

.cvpd-section-heading > p {
	grid-column: 1;
	margin: 0 0 13px;
	color: var(--cvpd-accent);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.19em;
}

.cvpd-section-heading h2 {
	grid-column: 1;
	margin: 0;
	font-size: clamp(31px, 3.4vw, 54px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.06;
}

.cvpd-section-heading > div {
	grid-column: 2;
	grid-row: 1 / span 2;
	max-width: 620px;
	color: rgba(17, 19, 22, 0.62);
	font-size: 14px;
	line-height: 1.75;
}

.cvpd-details {
	background: var(--cvpd-bg);
	border-top: 1px solid rgba(17, 19, 22, 0.07);
}

.cvpd-detail-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 28px);
	max-width: 1428px;
	margin: 0 auto;
}

.cvpd-detail-image {
	grid-column: span 6;
	margin: 0;
	overflow: hidden;
	background: #efeee9;
	border-radius: 14px;
}

.cvpd-detail-image:first-child,
.cvpd-detail-image:nth-child(4n) {
	grid-column: 1 / -1;
}

.cvpd-detail-image img {
	width: 100%;
	height: auto !important;
	border-radius: inherit;
}

.cvpd-placement {
	background: #f4ede0;
	border-top: 1px solid rgba(17, 19, 22, 0.07);
}

.cvpd-placement-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.5vw, 38px);
}

.cvpd-placement-card {
	overflow: hidden;
	background: var(--cvpd-panel);
	border-radius: 14px;
}

.cvpd-placement-visual {
	display: grid;
	place-items: center;
	min-height: 230px;
	padding: 26px;
	background: var(--cvpd-panel);
}

.cvpd-placement-visual svg {
	width: min(100%, 280px);
	height: auto;
	fill: none;
	stroke: rgba(17, 19, 22, 0.67);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.cvpd-placement-visual svg rect {
	fill: rgba(183, 147, 82, 0.28);
	stroke: var(--cvpd-accent);
}

.cvpd-placement-copy {
	position: relative;
	min-height: 180px;
	padding: 28px;
}

.cvpd-placement-copy > span {
	position: absolute;
	top: 26px;
	right: 28px;
	color: rgba(17, 19, 22, 0.28);
	font-size: 11px;
	letter-spacing: 0.14em;
}

.cvpd-placement-copy h3 {
	max-width: 75%;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
}

.cvpd-placement-copy p {
	margin: 20px 0 0;
	color: rgba(17, 19, 22, 0.61);
	font-size: 13px;
	line-height: 1.65;
}

.cvpd-logistics {
	color: #f7f1e7;
	background:
		radial-gradient(circle at 88% 18%, rgba(183, 147, 82, 0.2), transparent 28%),
		#111316;
}

.cvpd-section-heading-light > div {
	color: rgba(247, 241, 231, 0.58);
}

.cvpd-logistics-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(247, 241, 231, 0.18);
}

.cvpd-logistics-step {
	position: relative;
	min-height: 235px;
	padding: 34px 28px 24px 0;
	border-right: 1px solid rgba(247, 241, 231, 0.14);
}

.cvpd-logistics-step + .cvpd-logistics-step {
	padding-left: 28px;
}

.cvpd-logistics-step:last-child {
	border-right: 0;
}

.cvpd-logistics-step > span {
	color: var(--cvpd-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.cvpd-logistics-step h3 {
	margin: 62px 0 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.cvpd-logistics-step p {
	margin: 16px 0 0;
	color: rgba(247, 241, 231, 0.56);
	font-size: 12px;
	line-height: 1.7;
}

.cvpd-reviews {
	background: var(--cvpd-bg);
}

.cvpd-demo-notice {
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: 1428px;
	margin: -22px auto 30px;
	padding: 12px 15px;
	color: #654d24;
	background: var(--cvpd-panel);
	border: 1px solid rgba(183, 147, 82, 0.38);
	font-size: 10px;
	line-height: 1.5;
}

.cvpd-demo-notice strong {
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.cvpd-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2.4vw, 34px);
}

.cvpd-review-card {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: clamp(28px, 3vw, 44px);
	background: var(--cvpd-panel);
	border-radius: 14px;
}

.cvpd-review-stars {
	color: var(--cvpd-accent);
	font-size: 13px;
	letter-spacing: 0.16em;
}

.cvpd-review-card > p,
.cvpd-review-content {
	margin: 37px 0 auto;
	color: rgba(17, 19, 22, 0.76);
	font-size: 17px;
	line-height: 1.75;
}

.cvpd-review-content > :first-child,
.cvpd-review-content > :last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.cvpd-review-card footer {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid rgba(17, 19, 22, 0.12);
}

.cvpd-review-card footer strong {
	font-size: 10px;
	letter-spacing: 0.12em;
}

.cvpd-review-card footer span {
	color: rgba(17, 19, 22, 0.46);
	font-size: 8px;
	letter-spacing: 0.08em;
}

.cvpd-all-reviews {
	margin-top: 30px;
	border-top: 1px solid rgba(17, 19, 22, 0.16);
	border-bottom: 1px solid rgba(17, 19, 22, 0.16);
}

.cvpd-all-reviews > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	cursor: pointer;
}

.cvpd-native-reviews {
	padding: 10px 0 45px;
}

.cvpd-native-reviews #reviews,
.cvpd-native-reviews #comments,
.cvpd-native-reviews #review_form_wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.cvpd-native-reviews .commentlist {
	padding-left: 0;
}

.cvpd-native-reviews input:not([type="submit"]),
.cvpd-native-reviews textarea {
	width: 100%;
	padding: 12px;
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(17, 19, 22, 0.22);
}

.cvpd-native-reviews input[type="submit"] {
	min-height: 48px;
	padding: 0 24px;
	color: #fff;
	background: var(--cvpd-ink);
	border: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.cvpd-artist {
	max-width: none;
	background: var(--cvpd-bg);
	border-top: 1px solid rgba(17, 19, 22, 0.07);
}

.cvpd-artist-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 1120px);
	margin: 0 auto;
	text-align: center;
}

.cvpd-artist-label {
	margin: 0 0 36px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

.cvpd-artist-identity {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	text-align: left;
}

.cvpd-artist-media {
	flex: 0 0 180px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	background: #e8ddcc;
	border: 1px solid rgba(17, 19, 22, 0.12);
	border-radius: 6px;
}

.cvpd-artist-media > img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	filter: saturate(0.82) contrast(1.02);
}

.cvpd-artist-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #f3eadc;
	background: linear-gradient(135deg, #17191b, #302c27);
}

.cvpd-artist-placeholder > span {
	font-family: Georgia, serif;
	font-size: 62px;
	letter-spacing: -0.18em;
	line-height: 1;
}

.cvpd-artist-placeholder > span span {
	color: var(--cvpd-accent);
}

.cvpd-artist-meta h2 {
	margin: 0;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.cvpd-artist-meta span,
.cvpd-artist-meta small {
	display: block;
	margin-top: 9px;
	color: rgba(17, 19, 22, 0.56);
	font-size: 12px;
	line-height: 1.45;
}

.cvpd-artist-meta small {
	margin-top: 5px;
	font-size: 11px;
}

.cvpd-artist-bio {
	max-width: 980px;
	margin-top: 48px;
	color: rgba(17, 19, 22, 0.68);
	font-size: 15px;
	line-height: 1.85;
}

.cvpd-artist-bio p {
	margin: 0;
}

.cvpd-artist-profile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	min-height: 50px;
	margin-top: 36px;
	padding: 0 26px;
	color: #fff !important;
	background: var(--cvpd-ink);
	border: 1px solid var(--cvpd-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease;
}

.cvpd-artist-profile:hover {
	color: var(--cvpd-ink) !important;
	background: transparent;
}

.cvpd-information {
	width: 100%;
	background: rgba(239, 233, 222, 0.74);
	border-top: 1px solid rgba(17, 19, 22, 0.08);
	border-bottom: 1px solid rgba(17, 19, 22, 0.08);
}

.cvpd-information-inner {
	padding: clamp(54px, 6vw, 92px) clamp(28px, 9vw, 150px);
}

.cvpd-accordion {
	border-bottom: 1px solid rgba(17, 19, 22, 0.18);
}

.cvpd-accordion:first-child {
	border-top: 1px solid rgba(17, 19, 22, 0.18);
}

.cvpd-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 76px;
	padding: 0;
	color: var(--cvpd-ink);
	background: transparent;
	border: 0;
	font-size: var(--cvpd-accordion-size-desktop, 13px);
	font-weight: var(--cvpd-accordion-weight, 700);
	letter-spacing: 0.16em;
	text-align: left;
	cursor: pointer;
}

.cvpd-accordion-mark {
	position: relative;
	width: 18px;
	height: 18px;
}

.cvpd-accordion-mark::before,
.cvpd-accordion-mark::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 1px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 170ms ease;
}

.cvpd-accordion-mark::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.cvpd-accordion-toggle[aria-expanded="true"] .cvpd-accordion-mark::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.cvpd-accordion-panel[hidden] {
	display: none;
}

.cvpd-accordion-panel {
	padding: 0 0 48px;
}

.cvpd-prose {
	max-width: 960px;
	color: rgba(17, 19, 22, 0.7);
	font-size: 15px;
	line-height: 1.85;
}

.cvpd-prose > :first-child {
	margin-top: 0;
}

.cvpd-prose > :last-child {
	margin-bottom: 0;
}

.cvpd-prose h2,
.cvpd-prose h3,
.cvpd-prose h4 {
	color: var(--cvpd-ink);
	font-size: 17px;
	font-weight: 600;
}

.cvpd-attribute-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 30px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}

.cvpd-related {
	width: 100%;
	background: var(--cvpd-bg);
}

.cvpd-related-inner {
	padding: clamp(72px, 7vw, 120px) clamp(28px, 5vw, 86px) clamp(90px, 8vw, 140px);
}

.cvpd-related-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 34px;
}

.cvpd-related-heading p {
	margin-bottom: 4px;
}

.cvpd-related-heading h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 48px);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.cvpd-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2.4vw, 38px);
}

.cvpd-related-card {
	min-width: 0;
}

.cvpd-related-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: clamp(12px, 1.5vw, 22px);
	overflow: hidden;
	background: rgba(239, 233, 222, 0.7);
	border-radius: 12px;
	text-decoration: none;
}

.cvpd-related-image img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
	transition: transform 320ms ease;
}

.cvpd-related-card:hover .cvpd-related-image img {
	transform: scale(1.025);
}

.cvpd-related-copy {
	padding-top: 19px;
}

.cvpd-related-copy h3 {
	min-height: 2.8em;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.cvpd-related-copy h3 a {
	text-decoration: none;
}

.cvpd-related-price {
	margin-top: 12px;
	color: rgba(17, 19, 22, 0.62);
	font-size: 13px;
}

.cvpd-related-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-top: 17px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(17, 19, 22, 0.45);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
}

/* Keep every lower-page module on one continuous warm-white canvas. Cards
 * retain subtle tonal separation, but no section becomes a different band. */
.cvpd-placement,
.cvpd-logistics,
.cvpd-reviews,
.cvpd-artist,
.cvpd-information,
.cvpd-related {
	color: var(--cvpd-ink);
	background: var(--cvpd-bg);
	border-top: 1px solid rgba(17, 19, 22, 0.07);
}

.cvpd-section-heading-light > div,
.cvpd-logistics-step p {
	color: rgba(17, 19, 22, 0.62);
}

.cvpd-logistics-grid {
	border-top-color: rgba(17, 19, 22, 0.16);
}

.cvpd-logistics-step {
	border-right-color: rgba(17, 19, 22, 0.12);
}

.cvpd-process-link {
	margin-top: 20px !important;
}

.cvpd-process-link a,
.cvpd-size-guide-link {
	color: var(--cvpd-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.cvpd-process-link a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(17, 19, 22, 0.34);
}

.cvpd-purchase table.variations th.label {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.cvpd-size-guide-link {
	color: rgba(17, 19, 22, 0.58) !important;
	font-size: 10px;
	letter-spacing: 0.09em;
	white-space: nowrap;
}

.cvpd-size-guide-link:hover {
	color: var(--cvpd-accent) !important;
}

.cvpd-delivery-estimate {
	border-radius: 2px;
}

.cvpd-delivery-estimate-heading span {
	font-size: 11px;
}

.cvpd-delivery-estimate-heading strong {
	font-size: 17px;
	font-weight: 600;
}

.cvpd-delivery-track {
	grid-template-columns: minmax(0, 0.9fr) 16px minmax(0, 1.1fr) 16px minmax(0, 1.35fr);
	gap: 6px;
}

.cvpd-delivery-track > div {
	grid-template-columns: 24px minmax(0, 1fr);
}

.cvpd-delivery-track > div > span {
	width: 24px;
	height: 24px;
	font-size: 10px;
	font-weight: 700;
}

.cvpd-delivery-track strong {
	font-size: 11px;
	font-weight: 700;
}

.cvpd-delivery-track small {
	font-size: 11px;
	line-height: 1.35;
}

.cvpd-delivery-estimate > p {
	font-size: 12px;
}

.cvpd-size-guide-toolbar,
.cvpd-size-guide-layout {
	width: min(100%, 1428px);
	margin-right: auto;
	margin-left: auto;
}

.cvpd-size-guide-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.cvpd-scene-tabs {
	display: flex;
	flex: 1;
	gap: 8px;
}

.cvpd-scene-tab,
.cvpd-unit-toggle button {
	min-height: 46px;
	padding: 0 20px;
	color: rgba(17, 19, 22, 0.68);
	background: rgba(255, 255, 255, 0.34);
	border: 1px solid rgba(17, 19, 22, 0.2);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.cvpd-scene-tab.is-active,
.cvpd-unit-toggle button.is-active {
	color: #fff;
	background: var(--cvpd-ink);
	border-color: var(--cvpd-ink);
}

.cvpd-unit-toggle {
	display: flex;
}

.cvpd-unit-toggle button {
	min-width: 54px;
	padding: 0 12px;
}

.cvpd-unit-toggle button + button {
	border-left: 0;
}

.cvpd-size-guide-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.55fr);
	min-height: 560px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.36);
	border: 1px solid rgba(17, 19, 22, 0.12);
	border-radius: 14px;
}

.cvpd-room-diagram {
	--cvpd-art-width: 28%;
	--cvpd-art-height: 34%;
	--cvpd-item-width: 62%;
	--cvpd-item-height: 20%;
	--cvpd-art-bottom: 48%;
	position: relative;
	min-height: 560px;
	overflow: hidden;
	background:
		linear-gradient(to bottom, transparent 86%, rgba(17, 19, 22, 0.05) 86%),
		repeating-linear-gradient(to right, transparent 0, transparent 79px, rgba(17, 19, 22, 0.035) 80px),
		#ede7dc;
}

.cvpd-room-diagram::after {
	position: absolute;
	right: 8%;
	bottom: 8%;
	left: 8%;
	height: 1px;
	background: rgba(17, 19, 22, 0.36);
	content: "";
}

.cvpd-artwork-shape {
	position: absolute;
	bottom: var(--cvpd-art-bottom);
	left: 50%;
	display: grid;
	place-content: center;
	width: var(--cvpd-art-width);
	height: var(--cvpd-art-height);
	padding: 8px;
	color: #5f4720;
	background: rgba(183, 147, 82, 0.24);
	border: 2px solid var(--cvpd-accent);
	box-shadow: 0 8px 28px rgba(17, 19, 22, 0.08);
	text-align: center;
	transform: translateX(-50%);
}

.cvpd-artwork-shape span,
.cvpd-room-furniture span,
.cvpd-wall-measure span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.cvpd-artwork-shape strong,
.cvpd-room-furniture strong,
.cvpd-wall-measure strong {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 600;
}

.cvpd-room-furniture {
	position: absolute;
	z-index: 1;
	bottom: 8%;
	left: 50%;
	display: grid;
	place-content: center;
	width: var(--cvpd-item-width);
	height: var(--cvpd-item-height);
	color: rgba(17, 19, 22, 0.72);
	background: rgba(17, 19, 22, 0.08);
	border: 1px solid rgba(17, 19, 22, 0.45);
	text-align: center;
	transform: translateX(-50%);
}

.cvpd-room-furniture.is-living {
	border-radius: 10px 10px 2px 2px;
}

.cvpd-room-furniture.is-bedroom {
	border-radius: 18px 18px 0 0;
}

.cvpd-room-furniture.is-sideboard,
.cvpd-room-furniture.is-entryway {
	border-bottom: 8px solid rgba(17, 19, 22, 0.13);
}

.cvpd-gap-measure {
	position: absolute;
	right: 12%;
	bottom: calc(var(--cvpd-art-bottom) - 23px);
	padding-left: 12px;
	color: rgba(17, 19, 22, 0.56);
	border-left: 1px solid rgba(17, 19, 22, 0.42);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.08em;
}

.cvpd-wall-measure {
	position: absolute;
	color: rgba(17, 19, 22, 0.52);
	text-align: center;
}

.cvpd-wall-measure-width {
	top: 28px;
	right: 12%;
	left: 12%;
	padding-top: 10px;
	border-top: 1px solid rgba(17, 19, 22, 0.28);
}

.cvpd-wall-measure-height {
	top: 16%;
	bottom: 16%;
	left: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
	border-left: 1px solid rgba(17, 19, 22, 0.28);
	writing-mode: vertical-rl;
}

.cvpd-wall-measure-height strong {
	margin: 6px 0 0;
}

.cvpd-center-measure {
	position: absolute;
	top: 50%;
	right: 22px;
	color: rgba(17, 19, 22, 0.45);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.08em;
	transform: rotate(90deg) translateX(50%);
	transform-origin: right center;
}

.cvpd-size-guide-notes {
	padding: 50px 42px;
	background: rgba(247, 246, 242, 0.82);
}

.cvpd-size-guide-scene {
	margin: 0 0 14px;
	color: var(--cvpd-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.cvpd-size-guide-notes h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.015em;
}

.cvpd-size-guide-notes ol {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.cvpd-size-guide-notes li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 14px;
	padding: 18px 0;
	border-top: 1px solid rgba(17, 19, 22, 0.12);
}

.cvpd-size-guide-notes li > span {
	color: var(--cvpd-accent);
	font-size: 10px;
	font-weight: 700;
}

.cvpd-size-guide-notes li strong {
	font-size: 11px;
	letter-spacing: 0.09em;
}

.cvpd-size-guide-notes li p,
.cvpd-size-guide-disclaimer {
	margin: 5px 0 0;
	color: rgba(17, 19, 22, 0.58);
	font-size: 12px;
	line-height: 1.55;
}

.cvpd-size-guide-disclaimer {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(17, 19, 22, 0.12);
}

.cvpd-artist {
	padding-top: 72px;
	padding-bottom: 72px;
}

.cvpd-artist-inner {
	width: min(100%, 880px);
}

.cvpd-artist-label {
	margin-bottom: 26px;
	font-size: 15px;
}

.cvpd-artist-media {
	flex-basis: 128px;
	width: 128px;
	height: 128px;
	text-decoration: none;
}

.cvpd-artist-meta h2 {
	font-size: 28px;
}

.cvpd-artist-meta h2 a {
	text-decoration: none;
}

.cvpd-artist-bio {
	display: -webkit-box;
	max-width: 760px;
	margin-top: 30px;
	overflow: hidden;
	font-size: 15px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--cvpd-artist-lines-desktop, 2);
}

.cvpd-artist.is-expanded .cvpd-artist-bio {
	display: block;
	overflow: visible;
}

.cvpd-artist-toggle {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	padding: 0;
	color: var(--cvpd-ink);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.cvpd-artist-toggle svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	transition: transform 180ms ease;
}

.cvpd-artist.is-expanded .cvpd-artist-toggle svg {
	transform: rotate(180deg);
}

@media (max-width: 1180px) {
	.cvpd-primary {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
		gap: 45px;
	}

	.cvpd-trust {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.cvpd-trust-item,
	.cvpd-trust-item:first-child,
	.cvpd-trust-item:last-child {
		padding: 0;
		border: 0;
	}

	.cvpd-logistics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cvpd-logistics-step:nth-child(2) {
		border-right: 0;
	}

	.cvpd-logistics-step:nth-child(n + 3) {
		border-top: 1px solid rgba(17, 19, 22, 0.12);
	}
}

@media (max-width: 900px) {
	.cvpd-shell {
		padding-right: 26px;
		padding-left: 26px;
	}

	.cvpd-primary {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
		gap: 30px;
	}

	.cvpd-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.cvpd-page {
		background: var(--cvpd-bg);
	}

	.cvpd-shell {
		padding: 0 0 68px;
	}

	.cvpd-breadcrumb {
		min-height: 46px;
		margin: 0;
		padding: 0 20px;
		border-bottom: 1px solid rgba(17, 19, 22, 0.08);
		font-size: 9px;
	}

	.cvpd-breadcrumb-current {
		display: none;
	}

	.cvpd-breadcrumb span[aria-hidden="true"]:last-of-type {
		display: none;
	}

	.cvpd-primary {
		display: block;
	}

	.cvpd-gallery-column {
		position: static;
	}

	.cvpd-gallery-stage {
		height: auto;
		width: calc(100% - 28px);
		margin: 14px 14px 0;
		border-radius: 12px;
	}

	.cvpd-gallery-track {
		display: flex;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.cvpd-gallery-track::-webkit-scrollbar {
		display: none;
	}

	.cvpd-gallery-slide,
	.cvpd-gallery-slide.is-active {
		display: flex;
		flex: 0 0 100%;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		padding: 0;
		scroll-snap-align: start;
	}

	.cvpd-zoom-button {
		top: 14px;
		right: 14px;
		width: 44px;
		height: 44px;
	}

	.cvpd-gallery-count {
		right: 14px;
		bottom: 12px;
	}

	.cvpd-thumbnails {
		gap: 8px;
		margin: 9px 0 0;
		padding: 0 18px 5px;
	}

	.cvpd-thumbnail {
		flex-basis: 72px;
		width: 72px;
		height: 62px;
	}

	.cvpd-summary-column {
		padding: 0 20px;
	}

	.cvpd-summary {
		position: static;
		padding-top: 40px;
	}

	.cvpd-eyebrow {
		margin-bottom: 13px;
		font-size: 9px;
	}

	.cvpd-title {
		font-weight: 550;
	}

	.cvpd-title-main {
		font-size: var(--cvpd-title-size-mobile, 33px);
		line-height: 1.08;
	}

	.cvpd-title-subtitle {
		margin-top: 8px;
		font-size: var(--cvpd-subtitle-size-mobile, 17px);
		line-height: 1.4;
	}

	.cvpd-price {
		margin-top: 23px;
		font-size: 24px;
	}

	.cvpd-excerpt {
		margin-top: 22px;
		font-size: var(--cvpd-body-size-mobile, 15px);
		line-height: 1.72;
	}

	.cvpd-summary-information .cvpd-prose {
		font-size: var(--cvpd-body-size-mobile, 15px);
	}

	.cvpd-purchase {
		margin-top: 28px;
		padding-top: 25px;
	}

	.cvpd-purchase table.variations tbody {
		gap: var(--cvpd-variation-gap-mobile, 22px) !important;
	}

	.cvpd-purchase table.variations tr {
		gap: var(--cvpd-variation-label-gap-mobile, 16px) !important;
	}

	.cvpd-purchase .single_variation_wrap {
		margin-top: var(--cvpd-purchase-gap-mobile, 24px) !important;
	}

	.cvpd-choice,
	.cvpd-purchase .variable-item {
		min-height: 44px !important;
		padding: 10px 13px !important;
		font-size: 14px !important;
	}

	.cvpd-purchase .woocommerce-variation-add-to-cart,
	.cvpd-purchase form.cart:not(.variations_form) {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.cvpd-purchase .quantity {
		width: 96px;
	}

	.cvpd-purchase .single_add_to_cart_button,
	.cvpd-buy-now {
		padding-right: 14px !important;
		padding-left: 14px !important;
		font-size: 10px !important;
	}

	.cvpd-trust {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		margin-top: 30px;
	}

	.cvpd-trust-item,
	.cvpd-trust-item:first-child,
	.cvpd-trust-item:last-child {
		display: block;
		padding: 0 7px;
		text-align: center;
	}

	.cvpd-trust-item + .cvpd-trust-item {
		border-left: 1px solid rgba(17, 19, 22, 0.1);
	}

	.cvpd-trust-item svg {
		width: 21px;
		height: 21px;
		margin: 0 auto 8px;
	}

	.cvpd-trust-item strong {
		font-size: 8px;
	}

	.cvpd-trust-item span {
		display: none;
	}

	.cvpd-payment-panel {
		padding-top: 17px;
	}

	.cvpd-style-links {
		margin-top: 25px;
		padding-top: 22px;
	}

	.cvpd-style-links-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 7px;
	}

	.cvpd-style-link {
		padding: 3px;
		border-radius: 8px;
	}

	.cvpd-delivery-estimate {
		margin-top: 25px;
		padding: 19px 16px;
	}

	.cvpd-delivery-track {
		grid-template-columns: 1fr 18px 1.45fr;
		gap: 5px;
	}

	.cvpd-delivery-track > div {
		grid-template-columns: 19px 1fr;
		column-gap: 6px;
	}

	.cvpd-delivery-track > div > span {
		width: 19px;
		height: 19px;
	}

	.cvpd-editorial-section {
		padding: 64px 18px;
	}

	.cvpd-section-heading {
		display: block;
		margin-bottom: 34px;
	}

	.cvpd-section-heading h2 {
		font-size: 32px;
	}

	.cvpd-section-heading > div {
		margin-top: 20px;
		font-size: 13px;
	}

	.cvpd-detail-grid {
		display: block;
	}

	.cvpd-detail-image + .cvpd-detail-image {
		margin-top: 13px;
	}

	.cvpd-detail-image {
		border-radius: 11px;
	}

	.cvpd-placement-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cvpd-placement-visual {
		min-height: 190px;
	}

	.cvpd-placement-copy {
		min-height: 150px;
		padding: 23px;
	}

	.cvpd-logistics-grid {
		grid-template-columns: 1fr;
	}

	.cvpd-logistics-step,
	.cvpd-logistics-step + .cvpd-logistics-step {
		min-height: 0;
		padding: 25px 0 28px;
		border-top: 1px solid rgba(17, 19, 22, 0.12);
		border-right: 0;
	}

	.cvpd-logistics-step h3 {
		margin-top: 25px;
	}

	.cvpd-review-grid {
		display: flex;
		gap: 13px;
		margin-right: -18px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.cvpd-review-grid::-webkit-scrollbar {
		display: none;
	}

	.cvpd-review-card {
		flex: 0 0 min(84vw, 360px);
		min-height: 290px;
		padding: 28px;
		scroll-snap-align: start;
	}

	.cvpd-review-card > p,
	.cvpd-review-content {
		font-size: 15px;
	}

	.cvpd-demo-notice {
		align-items: flex-start;
		margin-top: -10px;
	}

	.cvpd-all-reviews > summary {
		font-size: 9px;
	}

	.cvpd-artist {
		padding: 64px 20px;
	}

	.cvpd-artist-label {
		margin-bottom: 28px;
		font-size: 15px;
	}

	.cvpd-artist-identity {
		gap: 18px;
		width: 100%;
		max-width: 360px;
	}

	.cvpd-artist-media {
		flex-basis: 118px;
		width: 118px;
		height: 118px;
	}

	.cvpd-artist-placeholder > span {
		font-size: 44px;
	}

	.cvpd-artist-meta {
		min-width: 0;
	}

	.cvpd-artist-meta h2 {
		font-size: 24px;
	}

	.cvpd-artist-bio {
		margin-top: 34px;
		font-size: 14px;
		line-height: 1.75;
	}

	.cvpd-artist-profile {
		margin-top: 28px;
	}

	.cvpd-information-inner {
		padding: 52px 20px;
	}

	.cvpd-accordion-toggle {
		min-height: 68px;
		font-size: 10px;
	}

	.cvpd-accordion-panel {
		padding-bottom: 35px;
	}

	.cvpd-prose {
		font-size: 15px;
		line-height: 1.75;
	}

	.cvpd-attribute-list {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.cvpd-related-inner {
		padding: 70px 16px 92px;
	}

	.cvpd-related-heading {
		display: block;
		margin: 0 4px 28px;
	}

	.cvpd-related-heading p {
		margin-bottom: 10px;
	}

	.cvpd-related-heading h2 {
		font-size: 30px;
	}

	.cvpd-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 12px;
	}

	.cvpd-related-image {
		padding: 9px;
	}

	.cvpd-related-copy {
		padding-top: 13px;
	}

	.cvpd-related-copy h3 {
		min-height: 0;
		font-size: 13px;
		line-height: 1.4;
	}

	.cvpd-related-price {
		margin-top: 8px;
		font-size: 12px;
	}

	.cvpd-related-link {
		margin-top: 11px;
		font-size: 8px;
	}

	.cvpd-sticky-purchase {
		right: 0;
		bottom: 0;
		left: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}

	.cvpd-sticky-purchase-inner {
		grid-template-columns: minmax(0, 1fr) minmax(142px, 0.58fr);
		gap: 10px;
		min-height: 70px;
		padding: 9px 12px max(9px, env(safe-area-inset-bottom));
	}

	.cvpd-sticky-thumb {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		margin-right: 10px;
	}

	.cvpd-sticky-copy span,
	.cvpd-sticky-price {
		display: none;
	}

	.cvpd-sticky-copy strong {
		display: -webkit-box;
		overflow: hidden;
		font-size: 11px;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.cvpd-sticky-button {
		min-height: 50px;
		padding: 0 12px;
		font-size: 9px;
	}
}

@media (max-width: 820px) {
	.cvpd-title {
		font-weight: var(--cvpd-title-weight, 550);
	}

	.cvpd-title-subtitle {
		font-weight: var(--cvpd-subtitle-weight, 500);
	}

	.cvpd-price {
		font-size: var(--cvpd-price-size-mobile, 25px);
		font-weight: var(--cvpd-price-weight, 500);
	}

	.cvpd-excerpt p {
		-webkit-line-clamp: 3;
	}

	.cvpd-purchase table.variations th.label {
		font-size: var(--cvpd-variation-label-size-mobile, 15px);
		font-weight: var(--cvpd-variation-label-weight, 700);
	}

	.cvpd-choice,
	.cvpd-purchase .variable-item {
		font-size: var(--cvpd-option-size-mobile, 15px) !important;
		font-weight: var(--cvpd-option-weight, 550) !important;
	}

	.cvpd-purchase .single_add_to_cart_button,
	.cvpd-buy-now {
		font-size: var(--cvpd-button-size-mobile, 15px) !important;
		font-weight: var(--cvpd-button-weight, 700) !important;
	}

	.cvpd-summary-information {
		margin-top: 24px;
	}

	.cvpd-summary-information .cvpd-accordion-toggle,
	.cvpd-accordion-toggle {
		min-height: 50px;
		font-size: var(--cvpd-accordion-size-mobile, 14px);
		font-weight: var(--cvpd-accordion-weight, 700);
	}

	.cvpd-delivery-track {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 16px 0;
	}

	.cvpd-delivery-track > i {
		display: block;
		width: 1px;
		height: 15px;
		margin: 2px 0 2px 11px;
		overflow: hidden;
		background: rgba(17, 19, 22, 0.22);
		font-size: 0;
	}

	.cvpd-delivery-track > div {
		grid-template-columns: 24px minmax(0, 1fr);
		min-height: 34px;
	}

	.cvpd-delivery-track strong,
	.cvpd-delivery-track small {
		font-size: 12px;
	}

	.cvpd-size-guide-toolbar {
		display: block;
		margin-bottom: 14px;
	}

	.cvpd-scene-tabs {
		gap: 7px;
		margin-right: -18px;
		overflow-x: auto;
		padding-right: 18px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.cvpd-scene-tabs::-webkit-scrollbar {
		display: none;
	}

	.cvpd-scene-tab {
		flex: 0 0 auto;
		min-height: 44px;
		padding: 0 16px;
		scroll-snap-align: start;
	}

	.cvpd-unit-toggle {
		margin-top: 10px;
	}

	.cvpd-unit-toggle button {
		min-height: 40px;
	}

	.cvpd-size-guide-layout {
		display: block;
		min-height: 0;
		border-radius: 10px;
	}

	.cvpd-room-diagram {
		min-height: 430px;
	}

	.cvpd-wall-measure-height {
		left: 13px;
	}

	.cvpd-center-measure {
		right: 12px;
		font-size: 8px;
	}

	.cvpd-gap-measure {
		left: auto;
		right: 11px;
		max-width: 90px;
	}

	.cvpd-artwork-shape span,
	.cvpd-room-furniture span,
	.cvpd-wall-measure span {
		font-size: 8px;
	}

	.cvpd-artwork-shape strong,
	.cvpd-room-furniture strong,
	.cvpd-wall-measure strong {
		font-size: 9px;
	}

	.cvpd-size-guide-notes {
		padding: 30px 24px;
	}

	.cvpd-size-guide-notes ol {
		margin-top: 22px;
	}

	.cvpd-artist {
		padding: 54px 20px;
	}

	.cvpd-artist-label {
		margin-bottom: 22px;
	}

	.cvpd-artist-media {
		flex-basis: 104px;
		width: 104px;
		height: 104px;
	}

	.cvpd-artist-bio {
		margin-top: 24px;
		-webkit-line-clamp: var(--cvpd-artist-lines-mobile, 3);
	}

	.cvpd-artist.is-expanded .cvpd-artist-bio {
		display: block;
	}
}

@media (max-width: 390px) {
	.cvpd-purchase .woocommerce-variation-add-to-cart,
	.cvpd-purchase form.cart:not(.variations_form) {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.cvpd-purchase .quantity {
		width: 88px;
	}

	.cvpd-choice,
	.cvpd-purchase .variable-item {
		padding-right: 10px !important;
		padding-left: 10px !important;
		font-size: var(--cvpd-option-size-mobile, 15px) !important;
	}
}

/* 1.4.1 — calmer type scale and a compact, recognisable room planner. */
.cvpd-editorial-section {
	padding: clamp(54px, 5.4vw, 84px) clamp(24px, 5vw, 78px);
}

.cvpd-section-heading {
	grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
	margin-bottom: clamp(28px, 3.2vw, 46px);
}

.cvpd-section-heading > p {
	margin-bottom: 10px;
	font-size: 10px;
}

.cvpd-section-heading h2 {
	font-size: clamp(30px, 2.6vw, 42px);
	line-height: 1.08;
}

.cvpd-section-heading > div {
	font-size: 15px;
	line-height: 1.65;
}

.cvpd-breadcrumb,
.cvpd-eyebrow {
	font-size: 11px;
}

.cvpd-trust-item strong,
.cvpd-payment-toggle,
.cvpd-style-links-heading,
.cvpd-review-card footer strong,
.cvpd-all-reviews > summary,
.cvpd-related-link {
	font-size: 11px;
}

.cvpd-trust-item span,
.cvpd-review-card footer span {
	font-size: 10px;
}

.cvpd-related-heading h2 {
	font-size: clamp(28px, 2.4vw, 38px);
}

.cvpd-size-guide-toolbar {
	margin-bottom: 12px;
}

.cvpd-scene-tab,
.cvpd-unit-toggle button {
	min-height: 42px;
	padding: 0 17px;
	font-size: 11px;
}

.cvpd-room-presets {
	display: flex;
	gap: 8px;
	width: min(100%, 1428px);
	margin: 0 auto 12px;
}

.cvpd-room-presets button {
	display: grid;
	gap: 3px;
	min-width: 150px;
	min-height: 52px;
	padding: 8px 15px;
	color: rgba(17, 19, 22, 0.66);
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(17, 19, 22, 0.17);
	text-align: left;
	cursor: pointer;
}

.cvpd-room-presets button[hidden] {
	display: none;
}

.cvpd-room-presets button strong {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.cvpd-room-presets button small {
	font-size: 10px;
	letter-spacing: 0.03em;
}

.cvpd-room-presets button.is-active {
	color: #fff;
	background: var(--cvpd-ink);
	border-color: var(--cvpd-ink);
}

.cvpd-size-guide-layout {
	grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.54fr);
	min-height: 450px;
}

.cvpd-room-diagram {
	--cvpd-art-width: 16%;
	--cvpd-art-height: 30%;
	--cvpd-item-width: 40%;
	--cvpd-item-height: 18%;
	--cvpd-art-bottom: 43%;
	min-height: 450px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.35), transparent 28%, transparent 72%, rgba(255,255,255,.28)),
		linear-gradient(180deg, #eee8dd 0 74%, #d8cdbd 74% 100%);
}

.cvpd-room-diagram::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 26%;
	background:
		repeating-linear-gradient(103deg, transparent 0 70px, rgba(79,64,47,.13) 71px 72px),
		linear-gradient(180deg, rgba(255,255,255,.12), rgba(105,84,61,.09));
	content: "";
}

.cvpd-room-diagram::after {
	right: 0;
	bottom: 26%;
	left: 0;
	background: rgba(74, 59, 43, 0.2);
}

.cvpd-room-window {
	position: absolute;
	top: 24%;
	left: 6%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 19%;
	height: 35%;
	padding: 5px;
	background: #b5afa6;
	box-shadow: 0 8px 18px rgba(34, 28, 22, .09);
}

.cvpd-room-window i {
	background: linear-gradient(145deg, #d8e0df, #f6f0e4 58%, #b9c7c5);
	border: 2px solid #eee9df;
}

.cvpd-room-lamp {
	position: absolute;
	right: 8%;
	bottom: 25%;
	width: 5px;
	height: 33%;
	background: #675b4d;
}

.cvpd-room-lamp::before {
	position: absolute;
	top: -4px;
	left: 50%;
	width: 58px;
	height: 34px;
	background: #c5ab80;
	clip-path: polygon(17% 0, 83% 0, 100% 100%, 0 100%);
	content: "";
	transform: translate(-50%, -100%);
}

.cvpd-room-lamp::after {
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 48px;
	height: 6px;
	background: #675b4d;
	border-radius: 50%;
	content: "";
	transform: translateX(-50%);
}

.cvpd-room-furniture::before,
.cvpd-room-furniture::after {
	display: none !important;
	content: none !important;
}

.cvpd-room-plant {
	position: absolute;
	right: 17%;
	bottom: 23%;
	width: 44px;
	height: 48px;
	background: transparent;
}

.cvpd-room-plant::after {
	position: absolute;
	right: 7px;
	bottom: 0;
	left: 7px;
	height: 34px;
	background: #8e765d;
	clip-path: polygon(5% 0, 95% 0, 76% 100%, 24% 100%);
	content: "";
}

.cvpd-room-plant i {
	position: absolute;
	bottom: 58%;
	left: 50%;
	width: 42px;
	height: 64px;
	background: #687463;
	border-radius: 100% 0 100% 0;
	transform-origin: bottom left;
}

.cvpd-room-plant i:nth-child(1) { transform: rotate(-34deg) translateX(-5px); }
.cvpd-room-plant i:nth-child(2) { transform: rotate(8deg) scale(.9); }
.cvpd-room-plant i:nth-child(3) { transform: rotate(52deg) translateX(-4px) scale(.82); }

.cvpd-room-rug {
	position: absolute;
	right: 18%;
	bottom: 3%;
	left: 18%;
	height: 15%;
	background: rgba(151, 127, 99, .25);
	border: 1px solid rgba(98, 78, 57, .16);
	border-radius: 50%;
	transform: perspective(180px) rotateX(55deg);
}

.cvpd-artwork-shape {
	z-index: 3;
	padding: 7px;
	background:
		radial-gradient(circle at 68% 35%, rgba(184,135,89,.62), transparent 26%),
		linear-gradient(145deg, #e6dcc7 0 36%, #a2adb0 37% 54%, #6d7776 55% 64%, #d0b79a 65%);
	border: 5px solid #66503c;
	box-shadow: 0 0 0 1px #b79352, 0 12px 24px rgba(17,19,22,.14);
}

.cvpd-artwork-shape span,
.cvpd-artwork-shape strong {
	display: inline-block;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 5px;
	color: #28231e;
	background: rgba(247,246,242,.82);
}

.cvpd-room-furniture {
	z-index: 2;
	bottom: 12%;
	display: block;
	color: transparent;
	background: #8f8170;
	border: 0;
	box-shadow: 0 14px 24px rgba(58,43,29,.18);
}

.cvpd-room-furniture i {
	position: absolute;
	display: block;
}

.cvpd-room-furniture.is-living {
	background: #837667;
	border-radius: 22px 22px 7px 7px;
	box-shadow: inset 0 -13px rgba(43,38,33,.12), 0 14px 24px rgba(58,43,29,.18);
}

.cvpd-room-furniture.is-living::before,
.cvpd-room-furniture.is-living::after {
	position: absolute;
	top: 20%;
	bottom: 8%;
	width: 13%;
	background: #75695c;
	border-radius: 16px 16px 5px 5px;
	content: "";
}

.cvpd-room-furniture.is-living::before { left: -4%; }
.cvpd-room-furniture.is-living::after { right: -4%; }

.cvpd-room-furniture.is-living i {
	top: 11%;
	bottom: 25%;
	width: 22%;
	background: #a99a88;
	border-radius: 8px;
}

.cvpd-room-furniture.is-living i:nth-child(1) { left: 5%; }
.cvpd-room-furniture.is-living i:nth-child(2) { left: 29%; }
.cvpd-room-furniture.is-living i:nth-child(3) { right: 29%; }
.cvpd-room-furniture.is-living i:nth-child(4) { right: 5%; }

.cvpd-room-furniture.is-bedroom {
	height: calc(var(--cvpd-item-height) + 4%);
	background: linear-gradient(180deg, #9e8872 0 58%, #d7c9b8 59% 100%);
	border-radius: 30px 30px 4px 4px;
	transform: translateX(-50%) perspective(200px) rotateX(5deg);
}

.cvpd-room-furniture.is-bedroom i:nth-child(1),
.cvpd-room-furniture.is-bedroom i:nth-child(2) {
	top: 18%;
	width: 34%;
	height: 34%;
	background: #eee7dc;
	border-radius: 10px 10px 3px 3px;
}

.cvpd-room-furniture.is-bedroom i:nth-child(1) { left: 12%; }
.cvpd-room-furniture.is-bedroom i:nth-child(2) { right: 12%; }

.cvpd-room-furniture.is-sideboard,
.cvpd-room-furniture.is-entryway {
	background: #80674f;
	border-bottom: 0;
	border-radius: 2px;
	box-shadow: inset 0 -5px rgba(44,33,24,.18), 0 14px 20px rgba(58,43,29,.16);
}

.cvpd-room-furniture.is-sideboard i {
	top: 12%;
	bottom: 12%;
	width: 21%;
	border: 1px solid rgba(238,225,207,.32);
}

.cvpd-room-furniture.is-sideboard i:nth-child(1) { left: 3%; }
.cvpd-room-furniture.is-sideboard i:nth-child(2) { left: 27%; }
.cvpd-room-furniture.is-sideboard i:nth-child(3) { right: 27%; }
.cvpd-room-furniture.is-sideboard i:nth-child(4) { right: 3%; }

.cvpd-room-furniture.is-entryway {
	bottom: 18%;
	height: 7%;
	background: #725b45;
}

.cvpd-room-furniture.is-entryway::before,
.cvpd-room-furniture.is-entryway::after {
	position: absolute;
	top: 100%;
	width: 5px;
	height: 72px;
	background: #725b45;
	content: "";
}

.cvpd-room-furniture.is-entryway::before { left: 9%; }
.cvpd-room-furniture.is-entryway::after { right: 9%; }

.cvpd-furniture-caption {
	position: absolute;
	z-index: 4;
	bottom: 4%;
	left: 50%;
	padding: 4px 7px;
	color: rgba(17,19,22,.7);
	background: rgba(247,246,242,.82);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	transform: translateX(-50%);
}

.cvpd-furniture-caption strong {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	white-space: nowrap;
}

.cvpd-room-diagram.is-bedroom .cvpd-room-plant,
.cvpd-room-diagram.is-entryway .cvpd-room-window,
.cvpd-room-diagram.is-entryway .cvpd-room-lamp {
	display: none;
}

.cvpd-room-diagram.is-sideboard .cvpd-room-window {
	left: 8%;
	width: 16%;
}

.cvpd-room-diagram.is-entryway .cvpd-room-plant {
	right: 10%;
}

.cvpd-wall-measure-width {
	top: 18px;
	z-index: 5;
	padding-top: 8px;
}

.cvpd-wall-measure-height {
	top: 14%;
	bottom: 29%;
	z-index: 5;
}

.cvpd-gap-measure,
.cvpd-center-measure {
	z-index: 5;
	background: rgba(247,246,242,.72);
}

.cvpd-size-guide-notes {
	padding: 34px 32px;
}

.cvpd-size-guide-notes h3 {
	font-size: 18px;
}

.cvpd-size-guide-notes ol {
	margin-top: 24px;
}

.cvpd-size-guide-notes li {
	padding: 13px 0;
}

.cvpd-size-guide-notes li strong {
	font-size: 12px;
}

.cvpd-size-guide-disclaimer {
	margin-top: 16px;
	padding-top: 15px;
}

@media (max-width: 820px) {
	.cvpd-editorial-section {
		padding: 48px 16px;
	}

	.cvpd-section-heading {
		margin-bottom: 26px;
	}

	.cvpd-section-heading h2 {
		font-size: 30px;
	}

	.cvpd-section-heading > div {
		margin-top: 15px;
		font-size: 14px;
	}

	.cvpd-room-presets {
		gap: 7px;
		margin-right: -16px;
		overflow-x: auto;
		padding-right: 16px;
		scrollbar-width: none;
	}

	.cvpd-room-presets::-webkit-scrollbar { display: none; }

	.cvpd-room-presets button {
		flex: 0 0 142px;
		min-width: 142px;
	}

	.cvpd-room-diagram {
		min-height: 340px;
	}

	.cvpd-room-window {
		left: 7%;
		width: 20%;
	}

	.cvpd-room-lamp {
		right: 7%;
	}

	.cvpd-room-plant {
		right: 17%;
		transform: scale(.76);
		transform-origin: bottom center;
	}

	.cvpd-room-furniture.is-entryway::before,
	.cvpd-room-furniture.is-entryway::after {
		height: 52px;
	}

	.cvpd-wall-measure-width {
		right: 10%;
		left: 10%;
	}

	.cvpd-wall-measure-height {
		bottom: 31%;
		left: 10px;
	}

	.cvpd-center-measure {
		display: none;
	}

	.cvpd-size-guide-notes {
		padding: 26px 22px;
	}

	.cvpd-accordion-toggle {
		font-size: var(--cvpd-accordion-size-mobile, 14px);
	}

	.cvpd-related-heading h2 {
		font-size: 29px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cvpd-page *,
	.cvpd-page *::before,
	.cvpd-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* 1.5.0 — scene-led size planner with real artwork and compact measurements. */
.cvpd-placement.cvpd-editorial-section {
	padding-top: clamp(48px, 4.8vw, 72px);
	padding-bottom: clamp(52px, 5vw, 76px);
}

.cvpd-placement .cvpd-section-heading {
	width: min(100%, 1320px);
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.cvpd-placement .cvpd-section-heading h2 {
	font-size: clamp(30px, 2.5vw, 40px);
}

.cvpd-size-guide-toolbar,
.cvpd-room-presets,
.cvpd-size-guide-layout {
	width: min(100%, 1320px);
}

.cvpd-size-guide-toolbar {
	margin-bottom: 10px;
}

.cvpd-scene-tab,
.cvpd-unit-toggle button {
	min-height: 42px;
	padding-right: 17px;
	padding-left: 17px;
}

.cvpd-room-presets {
	margin-bottom: 12px;
}

.cvpd-room-presets button {
	min-width: 146px;
	min-height: 48px;
	padding: 7px 13px;
	background: rgba(255, 255, 255, .48);
	border-radius: 3px;
}

.cvpd-size-guide-layout {
	grid-template-columns: minmax(0, 1.72fr) minmax(300px, .58fr);
	min-height: 420px;
	border-color: rgba(17, 19, 22, .14);
	border-radius: 12px;
}

.cvpd-room-diagram {
	--cvpd-art-width: 18%;
	--cvpd-art-height: 30%;
	--cvpd-item-width: 44%;
	--cvpd-item-height: 20%;
	--cvpd-art-bottom: 44%;
	min-height: 420px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.38), transparent 23%, transparent 77%, rgba(255,255,255,.3)),
		linear-gradient(180deg, #eee9df 0 75%, #d8cdbd 75% 100%);
}

.cvpd-room-diagram::before {
	height: 25%;
	background:
		repeating-linear-gradient(102deg, transparent 0 82px, rgba(79,64,47,.11) 83px 84px),
		linear-gradient(180deg, rgba(255,255,255,.15), rgba(105,84,61,.08));
}

.cvpd-room-diagram::after {
	bottom: 25%;
	background: rgba(74, 59, 43, .22);
}

.cvpd-artwork-shape {
	z-index: 5;
	display: block;
	padding: 6px;
	background: #5f4a38;
	border: 1px solid #b79352;
	box-shadow: 0 0 0 2px #3d3026, 0 12px 26px rgba(31, 24, 18, .18);
}

.cvpd-artwork-visual {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ddd3c3;
}

.cvpd-artwork-visual img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.cvpd-artwork-placeholder {
	display: block !important;
	width: 100% !important;
	height: 100%;
	background:
		radial-gradient(circle at 70% 34%, rgba(185, 130, 82, .62), transparent 24%),
		linear-gradient(145deg, #e5dbc8 0 38%, #9fa9aa 39% 56%, #687170 57% 66%, #cdb292 67%);
}

.cvpd-artwork-caption {
	position: absolute;
	top: calc(100% + 9px);
	left: 50%;
	display: flex;
	align-items: center;
	gap: 7px;
	width: max-content;
	max-width: 190px;
	padding: 4px 7px;
	color: #2a241f;
	background: rgba(247, 246, 242, .9);
	border: 1px solid rgba(17, 19, 22, .13);
	box-shadow: 0 4px 12px rgba(30, 23, 17, .06);
	transform: translateX(-50%);
}

.cvpd-artwork-caption span,
.cvpd-artwork-caption strong {
	margin: 0;
	font-size: 8px;
	line-height: 1.2;
	white-space: nowrap;
}

.cvpd-artwork-caption span {
	color: rgba(17, 19, 22, .55);
	font-weight: 700;
	letter-spacing: .1em;
}

.cvpd-artwork-caption strong {
	font-weight: 650;
}

.cvpd-room-furniture,
.cvpd-room-furniture.is-living,
.cvpd-room-furniture.is-bedroom,
.cvpd-room-furniture.is-sideboard,
.cvpd-room-furniture.is-entryway {
	z-index: 3;
	bottom: 10%;
	display: block;
	min-width: 210px;
	min-height: 88px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transform: translateX(-50%);
}

.cvpd-furniture-vector {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.cvpd-vector-scene {
	display: none;
}

.cvpd-room-furniture.is-living .cvpd-vector-living,
.cvpd-room-furniture.is-bedroom .cvpd-vector-bedroom,
.cvpd-room-furniture.is-sideboard .cvpd-vector-sideboard,
.cvpd-room-furniture.is-entryway .cvpd-vector-entryway {
	display: block;
}

.cvpd-vector-fill { fill: #948777; stroke: #554b40; stroke-width: 4; }
.cvpd-vector-mid { fill: #776b5e; stroke: #554b40; stroke-width: 3; }
.cvpd-vector-dark { fill: #6b6055; stroke: #4c433a; stroke-width: 4; }
.cvpd-vector-cushion { fill: #b6a998; stroke: #665b50; stroke-width: 3; }
.cvpd-vector-line { fill: none; stroke: #4e453c; stroke-width: 7; stroke-linecap: round; }
.cvpd-vector-fire { fill: #322d28; stroke: #171512; stroke-width: 4; }

.cvpd-room-person {
	position: absolute;
	right: 4.5%;
	bottom: 9%;
	z-index: 2;
	width: auto;
	height: 47%;
	fill: rgba(49, 43, 37, .5);
}

.cvpd-room-person .cvpd-person-arms {
	fill: none;
	stroke: rgba(49, 43, 37, .5);
	stroke-width: 7;
	stroke-linecap: round;
}

.cvpd-furniture-caption {
	z-index: 6;
	bottom: 3.5%;
	padding: 3px 6px;
	background: rgba(247,246,242,.88);
	border: 1px solid rgba(17,19,22,.1);
}

.cvpd-furniture-caption span,
.cvpd-furniture-caption strong {
	display: inline;
	margin: 0;
	font-size: 8px;
}

.cvpd-furniture-caption strong {
	margin-left: 6px;
	font-weight: 650;
}

.cvpd-wall-measure-width {
	top: 18px;
	right: 9%;
	left: 9%;
	padding-top: 7px;
}

.cvpd-wall-measure-height {
	top: 15%;
	bottom: 27%;
	left: 15px;
}

.cvpd-gap-measure {
	right: 10%;
	bottom: calc(var(--cvpd-art-bottom) - 20px);
	padding: 3px 5px 3px 10px;
	background: rgba(247,246,242,.78);
}

.cvpd-center-measure {
	right: 14px;
	font-size: 8px;
}

.cvpd-size-guide-notes {
	padding: 28px 28px 24px;
	background: rgba(247, 246, 242, .92);
}

.cvpd-size-guide-scene {
	margin-bottom: 8px;
}

.cvpd-size-guide-notes h3 {
	font-size: 18px;
	line-height: 1.25;
}

.cvpd-size-guide-notes ol {
	margin-top: 18px;
}

.cvpd-size-guide-notes li {
	grid-template-columns: 25px 1fr;
	gap: 9px;
	padding: 10px 0;
}

.cvpd-size-guide-notes li strong {
	font-size: 10px;
}

.cvpd-size-guide-notes li p,
.cvpd-size-guide-disclaimer {
	font-size: 11px;
	line-height: 1.45;
}

.cvpd-size-guide-disclaimer {
	margin-top: 12px;
	padding-top: 12px;
}

.cvpd-room-diagram.is-bedroom .cvpd-room-window {
	left: 7%;
}

.cvpd-room-diagram.is-sideboard .cvpd-room-window {
	left: 6%;
	width: 18%;
}

.cvpd-room-diagram.is-entryway .cvpd-room-window,
.cvpd-room-diagram.is-entryway .cvpd-room-lamp,
.cvpd-room-diagram.is-entryway .cvpd-room-plant,
.cvpd-room-diagram.is-entryway .cvpd-room-rug {
	display: none;
}

@media (max-width: 820px) {
	.cvpd-placement.cvpd-editorial-section {
		padding: 42px 16px 48px;
	}

	.cvpd-placement .cvpd-section-heading {
		margin-bottom: 22px;
	}

	.cvpd-placement .cvpd-section-heading h2 {
		font-size: 29px;
	}

	.cvpd-size-guide-toolbar {
		margin-bottom: 10px;
	}

	.cvpd-room-presets {
		margin-right: -16px;
		padding-right: 16px;
	}

	.cvpd-room-presets button {
		flex-basis: 136px;
		min-width: 136px;
	}

	.cvpd-size-guide-layout {
		display: block;
		min-height: 0;
	}

	.cvpd-room-diagram {
		min-height: 350px;
	}

	.cvpd-room-furniture,
	.cvpd-room-furniture.is-living,
	.cvpd-room-furniture.is-bedroom,
	.cvpd-room-furniture.is-sideboard,
	.cvpd-room-furniture.is-entryway {
		min-width: 175px;
		min-height: 74px;
	}

	.cvpd-room-person {
		right: 2.5%;
		height: 43%;
	}

	.cvpd-room-window {
		top: 27%;
		width: 18%;
		height: 30%;
	}

	.cvpd-room-lamp {
		right: 6%;
		transform: scale(.82);
		transform-origin: bottom center;
	}

	.cvpd-room-plant {
		display: none;
	}

	.cvpd-wall-measure-height {
		left: 8px;
	}

	.cvpd-center-measure {
		display: none;
	}

	.cvpd-gap-measure {
		right: 6px;
		max-width: 84px;
		font-size: 7px;
	}

	.cvpd-artwork-caption {
		max-width: 145px;
		gap: 4px;
		padding: 3px 5px;
	}

	.cvpd-artwork-caption span,
	.cvpd-artwork-caption strong {
		font-size: 7px;
	}

	.cvpd-size-guide-notes {
		padding: 24px 21px 20px;
	}

	.cvpd-size-guide-notes ol {
		margin-top: 16px;
	}

	.cvpd-size-guide-notes li {
		padding: 9px 0;
	}
}

/* 1.7.0 — complete-image gallery and one-step typography lift. */
.cvpd-gallery-image {
	object-fit: contain;
	object-position: center;
	background: var(--cvpd-bg);
	border-radius: 0;
}

.cvpd-gallery-stage {
	background: var(--cvpd-bg);
}

.cvpd-breadcrumb,
.cvpd-eyebrow,
.cvpd-rating,
.cvpd-stock,
.cvpd-product-meta,
.cvpd-gallery-count,
.cvpd-wishlist,
.cvpd-variation-help,
.cvpd-purchase .reset_variations,
.cvpd-purchase .woocommerce-variation-description,
.cvpd-purchase .woocommerce-variation-availability,
.cvpd-process-link a,
.cvpd-size-guide-link,
.cvpd-payment-toggle,
.cvpd-payment-heading h2,
.cvpd-payment-method,
.cvpd-style-links h2,
.cvpd-style-links > p,
.cvpd-trust-item strong,
.cvpd-all-reviews > summary,
.cvpd-related-heading p,
.cvpd-related-link,
.cvpd-sticky-copy span,
.cvpd-sticky-copy strong,
.cvpd-sticky-button,
.cvpd-demo-notice,
.cvpd-native-reviews input[type="submit"],
.cvpd-artist-profile {
	font-size: 13px;
}

.cvpd-payment-panel > p,
.cvpd-delivery-estimate > p,
.cvpd-trust-item span,
.cvpd-review-card footer span,
.cvpd-artist-meta span,
.cvpd-artist-meta small,
.cvpd-related-price,
.cvpd-sticky-price {
	font-size: 14px;
}

.cvpd-section-heading > p,
.cvpd-delivery-estimate-heading span,
.cvpd-delivery-track > div > span {
	font-size: 12px;
}

.cvpd-delivery-track strong,
.cvpd-delivery-track small,
.cvpd-review-card footer strong {
	font-size: 13px;
}

.cvpd-section-heading > div,
.cvpd-review-card > p,
.cvpd-review-content,
.cvpd-artist-bio,
.cvpd-related-copy h3 {
	font-size: 16px;
}

.cvpd-delivery-estimate-heading strong {
	font-size: 17px;
	font-weight: 650;
}

@media (max-width: 820px) {
	.cvpd-breadcrumb,
	.cvpd-eyebrow,
	.cvpd-rating,
	.cvpd-stock,
	.cvpd-product-meta,
	.cvpd-variation-help,
	.cvpd-purchase .reset_variations,
	.cvpd-process-link a,
	.cvpd-size-guide-link,
	.cvpd-payment-toggle,
	.cvpd-payment-heading h2,
	.cvpd-payment-method,
	.cvpd-style-links h2,
	.cvpd-style-links > p,
	.cvpd-trust-item strong,
	.cvpd-all-reviews > summary,
	.cvpd-related-heading p,
	.cvpd-related-link {
		font-size: 13px;
	}

	.cvpd-section-heading > div,
	.cvpd-review-card > p,
	.cvpd-review-content,
	.cvpd-artist-bio,
	.cvpd-related-copy h3 {
		font-size: 16px;
	}
}

/* 1.8.0 — continuous gallery surface, restored corners and compact choices. */
body.cvpd-product-page,
.cvpd-page,
.cvpd-shell,
.cvpd-primary,
.cvpd-gallery-column,
.cvpd-gallery,
.cvpd-gallery-stage,
.cvpd-gallery-track,
.cvpd-gallery-slide {
	background-color: var(--cvpd-bg) !important;
}

.cvpd-gallery-stage,
.cvpd-gallery-track,
.cvpd-gallery-slide,
.cvpd-gallery-image {
	border-radius: 14px !important;
}

.cvpd-gallery-stage,
.cvpd-gallery-track,
.cvpd-gallery-slide {
	overflow: hidden;
}

.cvpd-gallery-image {
	object-fit: contain;
	object-position: center;
	background-color: var(--cvpd-bg) !important;
}

.cvpd-purchase table.variations tbody {
	gap: var(--cvpd-variation-gap-desktop, 20px) !important;
}

.cvpd-purchase table.variations tr {
	gap: var(--cvpd-variation-label-gap-desktop, 10px) !important;
}

.cvpd-choice,
.cvpd-purchase .variable-item {
	min-height: 40px !important;
	padding: 7px 12px !important;
}

.cvpd-variation-row-size .cvpd-choice-grid,
.cvpd-variation-row-size .variable-items-wrapper {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px !important;
	width: 100%;
}

.cvpd-variation-row-frame .cvpd-choice-grid,
.cvpd-variation-row-frame .variable-items-wrapper {
	display: grid !important;
	grid-template-columns: max-content max-content;
	gap: 8px !important;
	width: 100%;
}

.cvpd-purchase .single_variation_wrap {
	margin-top: var(--cvpd-purchase-gap-desktop, 16px) !important;
}

@media (max-width: 820px) {
	.cvpd-gallery-stage,
	.cvpd-gallery-track,
	.cvpd-gallery-slide,
	.cvpd-gallery-image {
		border-radius: 12px !important;
	}

	.cvpd-purchase {
		margin-top: 24px;
		padding-top: 20px;
	}

	.cvpd-purchase table.variations tbody {
		gap: var(--cvpd-variation-gap-mobile, 16px) !important;
	}

	.cvpd-purchase table.variations tr {
		gap: var(--cvpd-variation-label-gap-mobile, 10px) !important;
	}

	.cvpd-variation-row-size .cvpd-choice-grid,
	.cvpd-variation-row-size .variable-items-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px !important;
	}

	.cvpd-variation-row-frame .cvpd-choice-grid,
	.cvpd-variation-row-frame .variable-items-wrapper {
		grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr);
		gap: 7px !important;
	}

	.cvpd-choice,
	.cvpd-purchase .variable-item {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 42px !important;
		padding: 7px 9px !important;
		font-size: var(--cvpd-option-size-mobile, 14px) !important;
		white-space: nowrap;
	}

	.cvpd-purchase table.variations th.label {
		font-size: var(--cvpd-variation-label-size-mobile, 15px);
		line-height: 1.25;
	}

	.cvpd-purchase .single_variation_wrap {
		margin-top: var(--cvpd-purchase-gap-mobile, 14px) !important;
	}

	.cvpd-purchase .woocommerce-variation-add-to-cart,
	.cvpd-purchase form.cart:not(.variations_form) {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 8px;
	}

	.cvpd-purchase .quantity {
		width: 70px;
	}

	.cvpd-purchase .quantity .qty,
	.cvpd-purchase .single_add_to_cart_button,
	.cvpd-buy-now {
		height: 48px;
		min-height: 48px;
	}
}

/* 1.9.0 — compact three-column variations and uncropped artwork links. */
.cvpd-style-link {
	padding: 5px;
	background: var(--cvpd-bg) !important;
}

.cvpd-style-link img,
.cvpd-related-image img {
	width: 100%;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center;
	background: var(--cvpd-bg) !important;
}

.cvpd-related-image {
	background: var(--cvpd-bg) !important;
	border: 1px solid rgba(17, 19, 22, .12);
}

.cvpd-variation-row-size .cvpd-choice-grid,
.cvpd-variation-row-size .variable-items-wrapper,
.cvpd-variation-row-frame .cvpd-choice-grid,
.cvpd-variation-row-frame .variable-items-wrapper {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 7px !important;
	width: 100%;
}

.cvpd-choice,
.cvpd-purchase .variable-item {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 36px !important;
	padding: 6px 8px !important;
	font-size: min(var(--cvpd-option-size-desktop, 14px), 14px) !important;
	line-height: 1.15 !important;
	white-space: normal !important;
}

.cvpd-purchase table.variations th.label {
	font-size: min(var(--cvpd-variation-label-size-desktop, 13px), 13px) !important;
}

@media (max-width: 820px) {
	.cvpd-variation-row-size .cvpd-choice-grid,
	.cvpd-variation-row-size .variable-items-wrapper,
	.cvpd-variation-row-frame .cvpd-choice-grid,
	.cvpd-variation-row-frame .variable-items-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 6px !important;
	}

	.cvpd-choice,
	.cvpd-purchase .variable-item {
		min-height: 38px !important;
		padding: 5px 4px !important;
		font-size: min(var(--cvpd-option-size-mobile, 12px), 12px) !important;
		line-height: 1.12 !important;
	}

	.cvpd-purchase table.variations th.label {
		font-size: min(var(--cvpd-variation-label-size-mobile, 13px), 13px) !important;
		line-height: 1.2;
	}

	.cvpd-purchase table.variations tbody {
		gap: 14px !important;
	}

	.cvpd-purchase table.variations tr {
		gap: 8px !important;
	}

	.cvpd-gallery-track {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.cvpd-gallery-slide,
	.cvpd-gallery-slide.is-active {
		flex: 0 0 100%;
		width: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
}

@media (hover: none) and (pointer: coarse) {
	.cvpd-thumbnail:not(.is-active):hover {
		opacity: .62;
		border-color: transparent;
	}
}

/* 1.9.1 — seamless counter and centred related-artwork thumbnails. */
.cvpd-gallery-count {
	background: var(--cvpd-bg) !important;
	border: 0 !important;
	box-shadow: none !important;
}

.cvpd-style-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: var(--cvpd-bg) !important;
}

.cvpd-style-link img {
	display: block;
	width: 88% !important;
	height: 88% !important;
	max-width: 88% !important;
	max-height: 88% !important;
	margin: auto !important;
	object-fit: contain !important;
	object-position: 50% 50% !important;
}

@media (max-width: 820px) {
	.cvpd-style-link {
		padding: 6px !important;
	}

	.cvpd-style-link img {
		width: 82% !important;
		height: 82% !important;
		max-width: 82% !important;
		max-height: 82% !important;
	}
}
