/*
 * Scoped polish for the retained semi guard and mounting-bracket records.
 * Their data model and legacy gallery behavior stay intact; this layer brings
 * the presentation onto the shared shell, typography, spacing and controls.
 */

body.exg-hardware-product-page {
	--exg-border: #dddddd;
	background: var(--exg-white);
	color: var(--exg-black);
}

body.exg-hardware-product-page #main-content,
body.exg-hardware-product-page #main-content * {
	box-sizing: border-box;
}

body.exg-hardware-product-page #main-content {
	overflow: hidden;
	font-family: var(--exg-body);
}

body.exg-hardware-product-page #main-content .grid-container {
	width: min(1180px, calc(100% - 48px));
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

body.exg-hardware-product-page #main-content .breadcrumbs,
body.exg-hardware-product-page #main-content .breadcrumbs ol,
body.exg-hardware-product-page #main-content .breadcrumbs__wrapper {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: var(--exg-slate);
	font: var(--exg-weight-semibold) var(--exg-type-caption-size)/var(--exg-type-caption-line) var(--exg-body);
}

body.exg-hardware-product-page #main-content .breadcrumbs a,
body.exg-hardware-product-page #main-content .breadcrumbs span,
body.exg-hardware-product-page #main-content .breadcrumbs li {
	margin: 0;
	color: inherit;
	font: inherit;
	text-decoration: none;
}

body.exg-hardware-product-page #main-content .breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.exg-hardware-product-page #main-content .breadcrumbs li {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
}

body.exg-hardware-product-page #main-content .breadcrumbs li + li::before {
	content: "/";
	color: #888888;
}

body.exg-hardware-product-page #main-content .breadcrumbs [aria-current="page"] span {
	overflow-wrap: anywhere;
}

body.exg-hardware-product-page #main-content .breadcrumbs a:is(:hover, :focus-visible),
body.exg-hardware-product-page #main-content .breadcrumbs__wrapper a:is(:hover, :focus-visible) {
	color: var(--exg-gold-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.exg-hardware-product-page #main-content :is(a, button, select):focus-visible {
	outline: 3px solid var(--exg-gold-deep);
	outline-offset: 3px;
}

/* Semi guard record. */
body.exg-guard-product-page .singleGuard .hero {
	padding: 0;
	border-bottom: 7px solid var(--exg-gold);
	background: linear-gradient(110deg, #ffc400 0%, #ffd35c 100%);
}

body.exg-guard-product-page .singleGuard .hero > .grid-container {
	display: grid;
	min-height: 430px;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

body.exg-guard-product-page .singleGuard .hero__title {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-hero-size)/var(--exg-type-hero-line) var(--exg-display);
	letter-spacing: -0.015em;
	text-align: left;
	text-transform: uppercase;
	text-wrap: balance;
}

body.exg-guard-product-page .singleGuard .hero__block {
	display: flex;
	width: auto;
	height: 430px;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

body.exg-guard-product-page .singleGuard .hero__block img,
body.exg-guard-product-page .singleGuard .hero img {
	display: block;
	width: auto;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	max-height: 410px;
	margin: 0;
	padding: 18px 0 0;
	object-fit: contain;
	object-position: center bottom;
}

body.exg-guard-product-page .singleGuard > .grid-container {
	padding-block: 22px;
}

body.exg-guard-product-page .singleGuard__block {
	padding: clamp(52px, 6vw, 76px) 0 clamp(64px, 7vw, 92px);
	background: var(--exg-white);
}

body.exg-guard-product-page .singleGuard__block > .grid-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
	gap: clamp(42px, 7vw, 88px);
	align-items: start;
}

body.exg-guard-product-page .singleGuard .singleGuard__gallery {
	display: block;
	width: 100%;
	max-width: 620px;
	min-height: 460px;
	margin: 0;
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid var(--exg-border);
	border-radius: 5px;
	background: var(--exg-warm);
}

body.exg-guard-product-page .singleGuard__gallery img {
	width: 100%;
	height: 420px;
	object-fit: contain;
}

body.exg-guard-product-page .singleGuard .singleGuard__info {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--exg-black);
	font: var(--exg-weight-regular) var(--exg-type-body-size)/var(--exg-type-body-line) var(--exg-body);
}

body.exg-guard-product-page .singleGuard .singleGuard__title {
	margin: 0 0 var(--exg-space-3);
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-section-size)/var(--exg-type-section-line) var(--exg-display);
	letter-spacing: -0.012em;
	text-transform: uppercase;
}

body.exg-guard-product-page .price-display-top {
	margin: 0 0 var(--exg-space-5);
	color: var(--exg-black);
	font: var(--exg-weight-semibold) var(--exg-type-body-size)/var(--exg-type-body-line) var(--exg-body);
}

body.exg-guard-product-page .pdp-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 18px;
	margin: 0 0 var(--exg-space-5);
	padding: 16px 0;
	border-block: 1px solid var(--exg-border);
}

body.exg-guard-product-page .pdp-logos a {
	display: inline-flex;
	align-items: center;
}

body.exg-guard-product-page .pdp-logos .pdp-logo {
	display: block;
	width: auto;
	max-width: 94px;
	height: 50px;
	object-fit: contain;
}

body.exg-guard-product-page .pdp-logos .pdp-logo--usa {
	max-width: 116px;
	height: 58px;
}

body.exg-guard-product-page .singleGuard__info > p,
body.exg-guard-product-page .singleGuard__info > div:not(.pdp-logos):not(.singleGuard__actions) {
	font-family: var(--exg-body);
}

body.exg-guard-product-page .singleGuard .singleGuard__colors {
	display: grid;
	max-width: 300px;
	gap: 8px;
	margin: var(--exg-space-5) 0;
}

body.exg-guard-product-page .singleGuard .singleGuard__colors label {
	color: var(--exg-black);
	font: var(--exg-weight-strong) var(--exg-type-caption-size)/var(--exg-type-caption-line) var(--exg-body);
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__colors select {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 42px 0 14px;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	background: var(--exg-white);
	color: var(--exg-black);
	font: var(--exg-weight-semibold) var(--exg-type-body-size)/1 var(--exg-body);
}

body.exg-guard-product-page .singleGuard__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: var(--exg-space-5) 0;
}

body.exg-guard-product-page .singleGuard .singleGuard__availability,
body.exg-guard-product-page .singleGuard .singleGuard__reqQuote {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 11px 20px;
	border: 2px solid var(--exg-gold);
	border-radius: 3px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font: var(--exg-weight-action) var(--exg-type-action-size)/var(--exg-type-action-line) var(--exg-display);
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__availability {
	border-color: var(--exg-black);
	background: transparent;
}

body.exg-guard-product-page .singleGuard :is(.singleGuard__availability, .singleGuard__reqQuote):is(:hover, :focus-visible) {
	border-color: var(--exg-black);
	background: var(--exg-black);
	color: var(--exg-white);
}

body.exg-guard-product-page .singleGuard .singleGuard__categories,
body.exg-guard-product-page .singleGuard .singleGuard__categories a {
	color: var(--exg-slate);
	font: var(--exg-weight-regular) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
}

body.exg-guard-product-page .singleGuard .singleGuard__categories a {
	font-weight: var(--exg-weight-strong);
	text-underline-offset: 3px;
}

body.exg-guard-product-page .singleGuard .singleGuard__sku {
	margin-top: var(--exg-space-4);
	color: var(--exg-black);
	font: var(--exg-weight-strong) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
}

body.exg-guard-product-page .singleGuard .singleGuard__sku span {
	font-weight: var(--exg-weight-regular);
}

body.exg-guard-product-page .coatingdesignbox {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(32px, 6vw, 72px);
	align-items: center;
	margin-block: 0;
	padding-block: clamp(56px, 7vw, 88px);
	border-top: 1px solid var(--exg-border);
}

body.exg-guard-product-page .coatingdesignbox img {
	display: block;
	width: 100%;
	max-height: 430px;
	object-fit: contain;
}

body.exg-guard-product-page .coatingdesignbox h2 {
	margin: 0 0 var(--exg-space-4);
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-section-size)/var(--exg-type-section-line) var(--exg-display);
	text-transform: uppercase;
}

body.exg-guard-product-page .coatingdesignbox p,
body.exg-guard-product-page .singleGuard__model-description {
	color: var(--exg-slate);
	font: var(--exg-weight-regular) var(--exg-type-body-size)/var(--exg-type-body-line) var(--exg-body);
}

body.exg-guard-product-page .singleGuard__model {
	padding: clamp(56px, 7vw, 88px) 0;
	background: var(--exg-warm);
}

body.exg-guard-product-page .singleGuard .singleGuard__model-title {
	margin: 0;
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-section-size)/var(--exg-type-section-line) var(--exg-display);
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__model-description {
	max-width: 820px;
	margin: var(--exg-space-4) 0 var(--exg-space-8);
}

body.exg-guard-product-page .singleGuard .gridhalf {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 48px);
	align-items: start;
}

body.exg-guard-product-page .singleGuard .singleGuard__model-details {
	margin: 0;
	padding: clamp(24px, 3vw, 34px);
	border-top: 5px solid var(--exg-gold);
	background: var(--exg-white);
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-card-size)/var(--exg-type-card-line) var(--exg-display);
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__model-details > h3,
body.exg-guard-product-page .singleGuard .singleGuard__model-plate-title,
body.exg-guard-product-page .singleGuard .model__image-title {
	margin: 0;
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-card-size)/var(--exg-type-card-line) var(--exg-display);
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__model-plate-title {
	margin-bottom: var(--exg-space-3);
}

body.exg-guard-product-page .singleGuard .model__image-title {
	margin: var(--exg-space-3) 0;
}

body.exg-guard-product-page .singleGuard .singleGuard__model-details > div {
	display: grid;
	grid-template-columns: minmax(145px, 0.7fr) minmax(0, 1.3fr);
	gap: 14px;
	margin-top: 12px;
	color: var(--exg-black);
	font: var(--exg-weight-strong) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__model-details > div span {
	color: var(--exg-slate);
	font: var(--exg-weight-regular) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
	text-transform: none;
}

body.exg-guard-product-page .singleGuard__model-plate {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(140px, 0.65fr);
	gap: clamp(18px, 3vw, 30px);
	align-items: center;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--exg-border);
	border-top: 5px solid var(--exg-gold);
	border-radius: 4px;
	background: var(--exg-white);
}

body.exg-guard-product-page .singleGuard__model-plate-description {
	color: var(--exg-slate);
	font: var(--exg-weight-regular) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
}

body.exg-guard-product-page .singleGuard__model-plate-image,
body.exg-guard-product-page .singleGuard__latch {
	position: static;
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

body.exg-guard-product-page .singleGuard__model-plate-button,
body.exg-guard-product-page .singleGuard .btn-preTripGuide {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: var(--exg-space-4);
	padding: 10px 16px;
	border: 2px solid var(--exg-black);
	border-radius: 3px;
	background: transparent;
	color: var(--exg-black);
	font: var(--exg-weight-action) var(--exg-type-action-size)/var(--exg-type-action-line) var(--exg-display);
	text-decoration: none;
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard :is(.singleGuard__model-plate-button, .btn-preTripGuide):is(:hover, :focus-visible) {
	background: var(--exg-black);
	color: var(--exg-white);
}

body.exg-guard-product-page .singleGuard__model-video iframe,
body.exg-guard-product-page .singleGuard__model-video video {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

body.exg-guard-product-page .singleGuard__media-grid {
	margin-top: var(--exg-space-8);
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid var(--exg-border);
	border-radius: 4px;
	background: var(--exg-white);
}

body.exg-guard-product-page .singleGuard__media-grid .textalignc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body.exg-guard-product-page .singleGuard__media-grid .textalignc.hide {
	display: none;
}

body.exg-guard-product-page .singleGuard .icon-scroll-right {
	text-align: right;
}

body.exg-guard-product-page .singleGuard .icon-scroll-right img {
	width: 125px;
	max-width: 100%;
	margin-bottom: -15px;
}

@media (min-width: 800px) {
	body.exg-guard-product-page .singleGuard .icon-scroll-right {
		display: none;
	}
}

body.exg-guard-product-page .singleGuard :is(.comp_table_1, .comp_table_2, .comp_table_3, .comp_table_4) {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Bracket-kit record. */
body.exg-bracket-product-page .singleBracketKits {
	padding-bottom: 0;
	background: var(--exg-white);
}

body.exg-bracket-product-page .singleBracketKits > .breadcrumbs {
	display: block;
	margin: 0;
	padding: 26px 0;
	border-bottom: 1px solid var(--exg-border);
}

body.exg-bracket-product-page .singleBracketKits > .breadcrumbs > .grid-container {
	margin-inline: auto;
}

body.exg-bracket-product-page .singleBracketKits > .singleBracketKits__block {
	padding: clamp(48px, 6vw, 76px) 0 clamp(64px, 7vw, 90px);
}

body.exg-bracket-product-page .singleBracketKits > .singleBracketKits__block > .grid-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	gap: clamp(42px, 7vw, 88px);
	align-items: center;
}

body.exg-bracket-product-page .singleBracketKits__gallery {
	display: grid;
	width: 100%;
	min-height: 480px;
	padding: clamp(24px, 4vw, 44px);
	place-items: center;
	border: 1px solid var(--exg-border);
	border-radius: 5px;
	background: var(--exg-warm);
}

body.exg-bracket-product-page .singleBracketKits__gallery img {
	display: block;
	width: 100%;
	max-width: 520px;
	height: 420px;
	object-fit: contain;
}

body.exg-bracket-product-page .singleBracketKits__info {
	display: block;
	width: 100%;
	padding: 0;
	color: var(--exg-black);
	font: var(--exg-weight-regular) var(--exg-type-body-size)/var(--exg-type-body-line) var(--exg-body);
}

body.exg-bracket-product-page #main-content .singleBracketKits__title {
	margin: 0 0 var(--exg-space-4);
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-section-size)/var(--exg-type-section-line) var(--exg-display);
	letter-spacing: -0.012em;
	text-transform: uppercase;
	text-wrap: balance;
}

body.exg-bracket-product-page .singleBracketKits__compatible,
body.exg-bracket-product-page .singleBracketKits__categories,
body.exg-bracket-product-page .singleBracketKits__compatible a,
body.exg-bracket-product-page .singleBracketKits__categories a {
	color: var(--exg-slate);
	font: var(--exg-weight-regular) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
}

body.exg-bracket-product-page .singleBracketKits__sku,
body.exg-bracket-product-page .singleBracketKits__categories {
	margin-top: var(--exg-space-3);
}

body.exg-bracket-product-page .singleBracketKits__compatible a,
body.exg-bracket-product-page .singleBracketKits__categories a {
	font-weight: var(--exg-weight-strong);
	text-underline-offset: 3px;
}

body.exg-bracket-product-page .singleBracketKits__compatible {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}

body.exg-bracket-product-page .singleBracketKits__compatible ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.exg-bracket-product-page .singleBracketKits__compatible li {
	margin: 0;
}

body.exg-bracket-product-page #main-content .singleBracketKits__request {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin: var(--exg-space-4) 0 0;
	padding: 11px 22px;
	border: 2px solid var(--exg-gold);
	border-radius: 3px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font: var(--exg-weight-action) var(--exg-type-action-size)/var(--exg-type-action-line) var(--exg-display);
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

body.exg-bracket-product-page #main-content .singleBracketKits__request:is(:hover, :focus-visible) {
	border-color: var(--exg-black);
	background: var(--exg-black);
	color: var(--exg-white);
}

body.exg-bracket-product-page .bracket-compatibility-note {
	display: inline-flex;
	margin-top: var(--exg-space-5);
	padding: 10px 13px;
	border: 1px solid var(--exg-gold);
	border-left-width: 5px;
	background: #fff9db;
	color: var(--exg-black);
	font: var(--exg-weight-semibold) var(--exg-type-small-size)/var(--exg-type-small-line) var(--exg-body);
}

body.exg-bracket-product-page .singleBracketKits__description {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: var(--exg-space-4);
	border-top: 1px solid var(--exg-border);
	color: var(--exg-slate);
	font: var(--exg-weight-regular) var(--exg-type-body-size)/var(--exg-type-body-line) var(--exg-body);
}

body.exg-bracket-product-page .singleBracketKits__description :is(p, ul, ol) {
	margin: 0 0 var(--exg-space-3);
}

body.exg-bracket-product-page .singleBracketKits__relatedProducts {
	padding: clamp(56px, 7vw, 88px) 0;
	background: var(--exg-warm);
}

body.exg-bracket-product-page .singleBracketKits__relatedProducts-title {
	margin: 0 0 var(--exg-space-6);
	padding: 0;
	border: 0;
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-section-size)/var(--exg-type-section-line) var(--exg-display);
	letter-spacing: -0.012em;
	text-transform: uppercase;
}

body.exg-bracket-product-page .singleBracketKits__relatedProducts .singleBracketKits__block {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 28px);
	padding: 0;
}

body.exg-bracket-product-page .singleBracketKits__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	min-height: 100%;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--exg-border);
	border-top: 5px solid var(--exg-gold);
	border-radius: 4px;
	background: var(--exg-white);
	box-shadow: 0 10px 28px rgba(10, 10, 10, 0.08);
}

body.exg-bracket-product-page .singleBracketKits__item-image {
	display: block;
	overflow: hidden;
	border-radius: 2px;
}

body.exg-bracket-product-page .singleBracketKits__item img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: contain;
}

body.exg-bracket-product-page .singleBracketKits__item-title {
	margin: var(--exg-space-4) 0;
	color: var(--exg-black);
	font: var(--exg-weight-display) var(--exg-type-card-size)/var(--exg-type-card-line) var(--exg-display);
	text-transform: uppercase;
}

body.exg-bracket-product-page .singleBracketKits__item-title a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

body.exg-bracket-product-page .singleBracketKits__item-title a:is(:hover, :focus-visible) {
	color: var(--exg-gold-deep);
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.exg-bracket-product-page .singleBracketKits__item-request {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 16px;
	border: 2px solid var(--exg-black);
	border-radius: 3px;
	background: transparent;
	color: var(--exg-black);
	font: var(--exg-weight-action) var(--exg-type-action-size)/var(--exg-type-action-line) var(--exg-display);
	text-decoration: none;
	text-transform: uppercase;
}

body.exg-bracket-product-page .singleBracketKits__item-request:is(:hover, :focus-visible) {
	background: var(--exg-black);
	color: var(--exg-white);
}

@media (max-width: 900px) {
	body.exg-guard-product-page .singleGuard .hero > .grid-container,
	body.exg-guard-product-page .singleGuard__block > .grid-container,
	body.exg-bracket-product-page .singleBracketKits > .singleBracketKits__block > .grid-container {
		grid-template-columns: 1fr;
	}

	body.exg-guard-product-page .singleGuard .hero > .grid-container {
		min-height: 0;
		gap: 10px;
		padding-top: 44px;
	}

	body.exg-guard-product-page .singleGuard .hero__title {
		text-align: center;
	}

	body.exg-guard-product-page .singleGuard .hero__block {
		height: 340px;
	}

	body.exg-guard-product-page .singleGuard .singleGuard__gallery,
	body.exg-bracket-product-page .singleBracketKits__gallery {
		margin-inline: auto;
	}

	body.exg-guard-product-page .coatingdesignbox {
		grid-template-columns: 1fr;
	}

	body.exg-bracket-product-page .singleBracketKits__relatedProducts .singleBracketKits__block {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.exg-hardware-product-page #main-content .grid-container {
		width: calc(100% - 32px);
	}

	body.exg-guard-product-page .singleGuard .hero > .grid-container {
		padding-top: 36px;
	}

	body.exg-guard-product-page .singleGuard .hero__title {
		font-size: var(--exg-type-hero-size);
		line-height: var(--exg-type-hero-line);
	}

	body.exg-guard-product-page .singleGuard .hero__block {
		height: 280px;
	}

	body.exg-guard-product-page .singleGuard .hero__block img,
	body.exg-guard-product-page .singleGuard .hero img {
		max-height: 280px;
		padding-top: 8px;
	}

	body.exg-guard-product-page .singleGuard .singleGuard__gallery,
	body.exg-bracket-product-page .singleBracketKits__gallery {
		min-height: 320px;
		padding: 18px;
	}

	body.exg-guard-product-page .singleGuard__gallery img,
	body.exg-bracket-product-page .singleBracketKits__gallery img {
		height: 290px;
	}

	body.exg-guard-product-page .singleGuard__actions,
	body.exg-guard-product-page .singleGuard .singleGuard__availability,
	body.exg-guard-product-page .singleGuard .singleGuard__reqQuote {
		width: 100%;
	}

	body.exg-guard-product-page .singleGuard .gridhalf,
	body.exg-guard-product-page .singleGuard .singleGuard__model-details > div,
	body.exg-bracket-product-page .singleBracketKits__relatedProducts .singleBracketKits__block {
		grid-template-columns: 1fr;
	}

	body.exg-guard-product-page .singleGuard__model-plate {
		grid-template-columns: 1fr;
	}

	body.exg-guard-product-page .singleGuard .singleGuard__model-details > div {
		gap: 2px;
	}

	body.exg-bracket-product-page #main-content .singleBracketKits__title,
	body.exg-bracket-product-page .singleBracketKits__relatedProducts-title,
	body.exg-guard-product-page .coatingdesignbox h2,
	body.exg-guard-product-page .singleGuard .singleGuard__model-title,
	body.exg-guard-product-page .singleGuard .singleGuard__title {
		font-size: var(--exg-type-section-size);
		line-height: var(--exg-type-section-line);
	}

	body.exg-hardware-product-page #main-content :is(h1, h2, h3, p, a, span) {
		overflow-wrap: anywhere;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.exg-hardware-product-page #main-content * {
	scroll-behavior: auto !important;
	}
}
