.single-coverage-product {
	padding-top: 60px;
}

@media screen and (min-width: 951px) {
	.single-coverage-product .product__center {
		width: 55%;
	}

	.single-coverage-product .product__left {
		width: 45%;
	}

	/* Clipping keeps the sticky buy box from becoming a nested scroll container. */
	body.single-product {
		overflow-x: clip;
		overflow-y: visible;
	}
}

/* Product gallery. */
.pdp-gallery {
	width: 100%;
}

.pdp-gallery__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
}

.pdp-gallery__main {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.pdp-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.pdp-gallery__thumb {
	width: 72px;
	height: 72px;
	padding: 0;
	background: #f5f5f5;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.15s ease;
}

.pdp-gallery__thumb:hover {
	border-color: #bbb;
}

.pdp-gallery__thumb.active,
.pdp-gallery__thumb:focus-visible {
	border-color: #111;
}

.pdp-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 951px) {
	.pdp-gallery {
		display: flex;
		align-items: flex-start;
		gap: 14px;
	}

	.pdp-gallery__thumbs {
		order: -1;
		flex: 0 0 78px;
		flex-flow: column nowrap;
		gap: 10px;
		width: 78px;
		max-height: 370px;
		margin-top: 0;
		overflow-y: auto;
		scrollbar-width: none;
	}

	.pdp-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	.pdp-gallery__stage {
		flex: 1 1 auto;
		min-width: 0;
	}
}

/* A legacy global hides this row on other templates. */
.single-coverage-product .price-display-top {
	display: block;
}

.pdp-buybox .coverage-short-desc {
	margin: 0 0 20px;
	color: var(--pdp-ink);
	font-family: var(--exg-body);
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
}

.pdp-buybox .fkwcs_paylater_messaging {
	margin: 0 0 14px;
}

.pdp-buybox .singleGuard__addToCart-wrap {
	margin: 0 0 4px;
}

.coverage-fits {
	margin: 0 0 24px;
	color: var(--pdp-ink, #282728);
	font-family: var(--exg-body);
	font-size: 14px;
}

.coverage-fits strong {
	font-weight: var(--exg-weight-semibold);
}

.coverage-fits ul {
	margin: 6px 0 0 20px;
	list-style: disc;
}

.coverage-fits li {
	margin-bottom: 4px;
}

/* Utility links under the specification table. */
.pdp-cov__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin: 6px 0 26px;
}

.pdp-cov__actions .pdp-cov__kb {
	margin-left: auto;
}

.pdp-cov__install-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding-bottom: 3px;
	color: #282728;
	font-family: var(--exg-display);
	font-size: 14px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #fdbc19;
	cursor: pointer;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.pdp-cov__install-cta::after {
	font-size: 15px;
	line-height: 1;
	content: "\2193";
}

.pdp-cov__install-cta:hover {
	color: #000;
	border-color: #000;
}

/* Mounting instructions. */
.mount-section {
	margin: 40px 0 0;
	padding: 46px 0;
	background: #f4f4f4;
	scroll-margin-top: 100px;
}

.mount-section__title {
	margin: 0 0 24px;
	color: #282728;
	font-family: var(--exg-display);
	font-size: 30px;
	font-weight: var(--exg-weight-action);
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mount-section__inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.mount-section__video {
	flex: 0 0 48%;
	max-width: 48%;
	min-width: 0;
}

.mount-section__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding-top: 0;
	background: #000;
	border-radius: 6px;
	overflow: hidden;
}

.mount-section__frame iframe,
.mount-section__frame video {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.mount-section__panel {
	flex: 1 1 auto;
	min-width: 0;
}

.mount-section__panel--full {
	flex: 1 1 100%;
	max-width: 620px;
}

.mount-section__meta {
	display: flex;
	align-items: baseline;
	gap: 10px;
	width: max-content;
	max-width: 100%;
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.mount-section__meta-label {
	color: #7a7a7a;
	font-family: var(--exg-body);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mount-section__meta-value {
	color: #282728;
	font-family: var(--exg-display);
	font-size: 20px;
	font-weight: var(--exg-weight-action);
	text-transform: uppercase;
}

.mount-section__notes {
	margin: 16px 0 0;
	color: #555;
	font-family: var(--exg-body);
	font-size: 14px;
	line-height: 1.5;
}

.mount-section__cta {
	display: inline-block;
	margin-top: 18px;
	padding: 13px 28px;
	color: #000;
	font-family: var(--exg-display);
	font-size: 16px;
	font-weight: var(--exg-weight-action);
	text-decoration: none;
	text-transform: uppercase;
	background: #fdbc19;
	border: 1px solid #fdbc19;
}

.mount-section__cta:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}

/* Exclusive coating and design. */
.pdp-lower-section {
	margin: 40px 0 50px;
}

.built-stronger {
	padding: 40px;
	color: #fff;
	background: #222;
}

.built-stronger__inner {
	display: flex;
	align-items: flex-start;
	gap: 34px;
}

.built-stronger__media {
	flex: 0 0 42%;
	max-width: 42%;
}

.built-stronger__figure {
	margin: 0;
}

.built-stronger__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.built-stronger__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 16px;
}

.bs-spec {
	padding-left: 11px;
	color: #cfcfcf;
	font-family: var(--exg-body);
	font-size: 12px;
	line-height: 1.3;
	border-left: 3px solid #fdbc19;
}

.bs-spec strong {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.built-stronger__title {
	margin: 0 0 16px;
	color: #fff;
	font-family: var(--exg-display);
	font-size: 26px;
	font-weight: var(--exg-weight-action);
	line-height: 1.1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.built-stronger__text {
	flex: 1;
}

.built-stronger__text p {
	margin: 0 0 14px;
	color: #e4e4e4;
	font-family: var(--exg-body);
	font-size: 15px;
	line-height: 1.55;
}

.built-stronger__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 950px) {
	.single-coverage-product {
		padding-top: 36px;
	}

	.mount-section__inner,
	.built-stronger__inner {
		flex-direction: column;
	}

	.mount-section__video {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
	}

	.mount-section__panel,
	.mount-section__panel--full {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
		margin-top: 24px;
	}

	.built-stronger__inner {
		align-items: stretch;
	}

	.built-stronger__media {
		flex: 0 0 auto;
		width: 100%;
		max-width: 340px;
		margin: 0 0 22px;
	}
}

@media (max-width: 560px) {
	.pdp-cov__actions .pdp-cov__kb {
		width: 100%;
		margin-left: 0;
	}

	.mount-section {
		padding: 36px 0;
	}

	.built-stronger {
		padding: 28px 22px;
	}
}
