.single-homvnd_product .site-content {
	padding-block: 0;
}

.single-homvnd_product .site-content > .ast-container {
	max-width: none;
	padding-inline: 0;
}

.homvnd-product-hero {
	padding-block: var(--homvnd-space-6) var(--homvnd-space-8);
	background: var(--homvnd-color-surface-muted);
}

.homvnd-product-hero__layout {
	display: grid;
	gap: var(--homvnd-space-8);
	align-items: center;
}

.homvnd-product-hero__media,
.homvnd-product-hero__information {
	min-width: 0;
}

.homvnd-product-gallery {
	max-width: 32rem;
	margin-inline: auto;
}

.homvnd-product-gallery__main {
	display: grid;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	border: var(--homvnd-border-width) solid var(--homvnd-color-border);
	border-radius: var(--homvnd-radius-lg);
	background: var(--homvnd-color-surface);
	place-items: center;
}

.homvnd-product-gallery__main-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.homvnd-product-gallery__thumbnails {
	display: flex;
	gap: var(--homvnd-space-3);
	margin: var(--homvnd-space-4) 0 0;
	padding: var(--homvnd-space-1);
	overflow-x: auto;
	list-style: none;
	scrollbar-gutter: stable;
}

.homvnd-product-gallery__thumbnails li {
	flex: 0 0 5rem;
	margin: 0;
}

.homvnd-product-gallery__thumb-button,
.homvnd-product-gallery__fallback-link {
	display: block;
	width: 5rem;
	height: 5rem;
	padding: var(--homvnd-space-1);
	border: var(--homvnd-border-width-emphasis) solid var(--homvnd-color-border);
	border-radius: var(--homvnd-radius-md);
	color: inherit;
	background: var(--homvnd-color-surface);
	box-shadow: none;
	text-decoration: none;
	cursor: pointer;
}

.homvnd-product-gallery__thumb-button {
	appearance: none;
}

.homvnd-product-gallery__thumb-button[hidden],
.homvnd-product-gallery.is-enhanced .homvnd-product-gallery__fallback-link {
	display: none;
}

.homvnd-product-gallery__thumb-button:hover,
.homvnd-product-gallery__fallback-link:hover {
	border-color: var(--homvnd-color-primary);
	color: inherit;
	background: var(--homvnd-color-surface);
	box-shadow: none;
}

.homvnd-product-gallery__thumb-button:focus {
	outline: none;
	box-shadow: none;
}

.homvnd-product-gallery__thumb-button[aria-pressed="true"] {
	border-color: var(--homvnd-color-primary);
}

.homvnd-product-gallery__thumb-button:focus-visible,
.homvnd-product-gallery__fallback-link:focus-visible {
	outline: var(--homvnd-focus-width) solid var(--homvnd-color-focus);
	outline-offset: var(--homvnd-focus-offset);
	box-shadow: none;
}

.homvnd-product-gallery__thumb-button img,
.homvnd-product-gallery__fallback-link img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
	outline: 0;
	box-shadow: none;
}

.homvnd-product-hero__eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: var(--homvnd-space-2) var(--homvnd-space-4);
	margin-bottom: var(--homvnd-space-3);
	color: var(--homvnd-color-primary);
	font-size: var(--homvnd-font-size-sm);
	font-weight: var(--homvnd-font-weight-semibold);
	line-height: var(--homvnd-line-height-sm);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.homvnd-product-hero__eyebrow > * + *::before {
	margin-right: var(--homvnd-space-4);
	color: var(--homvnd-color-border);
	content: "•";
}

.homvnd-product-hero h1 {
	max-width: none;
	margin: 0;
	color: var(--homvnd-color-primary);
	font-size: var(--homvnd-font-size-3xl);
	font-weight: var(--homvnd-font-weight-bold);
	line-height: var(--homvnd-line-height-3xl);
	overflow-wrap: break-word;
}

.homvnd-product-hero__summary {
	max-width: var(--homvnd-width-reading);
	margin: var(--homvnd-space-4) 0 0;
	color: var(--homvnd-color-text-muted);
	font-size: var(--homvnd-font-size-lg);
	line-height: var(--homvnd-line-height-lg);
}

.homvnd-product-hero__meta {
	display: grid;
	gap: var(--homvnd-space-3);
	margin: var(--homvnd-space-4) 0 0;
	padding-block: var(--homvnd-space-3);
	border-block: var(--homvnd-border-width) solid var(--homvnd-color-border);
}

.homvnd-product-hero__meta div {
	display: grid;
	gap: var(--homvnd-space-1);
	min-width: 0;
}

.homvnd-product-hero__meta dt,
.homvnd-product-details__list dt {
	color: var(--homvnd-color-text-muted);
	font-size: var(--homvnd-font-size-sm);
	font-weight: var(--homvnd-font-weight-semibold);
}

.homvnd-product-hero__meta dd,
.homvnd-product-details__list dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.homvnd-product-hero__quote {
	margin-top: var(--homvnd-space-4);
}

.homvnd-product-hero__quote .homvnd-button {
	min-height: var(--homvnd-target-min);
}

.homvnd-product__sections {
	display: grid;
	gap: var(--homvnd-space-8);
	padding-block: var(--homvnd-space-12);
}

.homvnd-product-section {
	min-width: 0;
	padding: var(--homvnd-space-6);
	border: var(--homvnd-border-width) solid var(--homvnd-color-border);
	border-radius: var(--homvnd-radius-lg);
	background: var(--homvnd-color-surface);
}

.homvnd-product-section h2 {
	margin: 0 0 var(--homvnd-space-6);
	color: var(--homvnd-color-primary);
	font-size: var(--homvnd-font-size-2xl);
	line-height: var(--homvnd-line-height-2xl);
}

.homvnd-product-details__list {
	margin: 0;
}

.homvnd-product-details__list > div {
	display: grid;
	gap: var(--homvnd-space-1);
	padding-block: var(--homvnd-space-4);
	border-top: var(--homvnd-border-width) solid var(--homvnd-color-border);
}

.homvnd-product-details__list > div:first-child {
	padding-top: 0;
	border-top: 0;
}

.homvnd-product-details__list > div:last-child {
	padding-bottom: 0;
}

.homvnd-product-features ul,
.homvnd-product-downloads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.homvnd-product-features li {
	position: relative;
	margin-top: var(--homvnd-space-4);
	padding-left: var(--homvnd-space-6);
}

.homvnd-product-features li:first-child {
	margin-top: 0;
}

.homvnd-product-features li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: var(--homvnd-space-2);
	height: var(--homvnd-space-2);
	border-radius: var(--homvnd-radius-pill);
	background: var(--homvnd-color-accent);
	content: "";
}

.homvnd-product-downloads li + li {
	margin-top: var(--homvnd-space-3);
}

.homvnd-product-downloads a {
	display: flex;
	min-height: var(--homvnd-target-min);
	align-items: center;
	justify-content: space-between;
	gap: var(--homvnd-space-4);
	padding: var(--homvnd-space-3) var(--homvnd-space-4);
	border: var(--homvnd-border-width) solid var(--homvnd-color-border);
	border-radius: var(--homvnd-radius-md);
	text-decoration: none;
}

.homvnd-product-downloads small {
	flex: 0 0 auto;
	color: var(--homvnd-color-text-muted);
	font-size: var(--homvnd-font-size-xs);
}

.homvnd-product-description {
	grid-column: 1 / -1;
}

.homvnd-product-description__content > :first-child {
	margin-top: 0;
}

.homvnd-product-description__content {
	width: 100%;
	max-width: none;
}

.homvnd-product-details__row--wide dd {
	white-space: pre-line;
}

.homvnd-product-inquiry {
	display: flex;
	grid-column: 1 / -1;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--homvnd-space-5);
	background: var(--homvnd-color-surface-muted);
}

.homvnd-product-inquiry h2 {
	margin: 0;
}

.homvnd-product-inquiry .homvnd-button {
	min-height: var(--homvnd-target-min);
	padding-inline: var(--homvnd-space-6);
}

.homvnd-product-description__content > :last-child {
	margin-bottom: 0;
}

.homvnd-product-continuation {
	display: flex;
	grid-column: 1 / -1;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--homvnd-space-6);
	background: var(--homvnd-color-surface-muted);
}

.homvnd-product-continuation__eyebrow {
	margin: 0 0 var(--homvnd-space-2);
	color: var(--homvnd-color-text-muted);
	font-size: var(--homvnd-font-size-sm);
	font-weight: var(--homvnd-font-weight-semibold);
	line-height: var(--homvnd-line-height-sm);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.homvnd-product-continuation h2 {
	margin: 0;
}

.homvnd-product-continuation .homvnd-button {
	flex: 0 0 auto;
}

@media (min-width: 48rem) {
	.homvnd-product-hero {
		padding-block: var(--homvnd-space-8) var(--homvnd-space-12);
	}

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

	.homvnd-product-details__list > div {
		grid-template-columns: minmax(8rem, 0.75fr) minmax(0, 1.25fr);
		gap: var(--homvnd-space-6);
	}

	.homvnd-product-details__list > .homvnd-product-details__row--wide {
		grid-template-columns: 1fr;
		gap: var(--homvnd-space-2);
	}

	.homvnd-product-inquiry {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.homvnd-product-continuation {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 64rem) {
	.homvnd-product-hero__layout {
		grid-template-columns: minmax(0, 9fr) minmax(22rem, 11fr);
		grid-template-rows: auto auto;
		column-gap: var(--homvnd-space-12);
		row-gap: 0;
	}

	.homvnd-product-hero:not(.homvnd-product-hero--no-media) .homvnd-product-hero__media,
	.homvnd-product-hero:not(.homvnd-product-hero--no-media) .homvnd-product-gallery {
		display: contents;
	}

	.homvnd-product-hero:not(.homvnd-product-hero--no-media) .homvnd-product-gallery__main {
		width: 100%;
		max-width: 32rem;
		grid-column: 1;
		grid-row: 1;
		justify-self: center;
	}

	.homvnd-product-hero:not(.homvnd-product-hero--no-media) .homvnd-product-gallery__thumbnails {
		width: 100%;
		max-width: 32rem;
		grid-column: 1;
		grid-row: 2;
		justify-self: center;
	}

	.homvnd-product-hero:not(.homvnd-product-hero--no-media) .homvnd-product-hero__information {
		grid-column: 2;
		grid-row: 1;
	}

	.homvnd-product-hero--no-media .homvnd-product-hero__layout {
		grid-template-columns: minmax(0, var(--homvnd-width-reading));
	}

	.homvnd-product-hero h1 {
		font-size: var(--homvnd-font-size-4xl);
		line-height: var(--homvnd-line-height-4xl);
	}
}
