/**
 * Standalone semi-guard product detail.
 *
 * The legacy data and Slick gallery hooks remain in place; this layer aligns
 * the record with the current purchase-first product templates.
 */

body.exg-guard-product-page {
	--guard-pdp-accent: var(--exg-gold, #fdbc19);
	--guard-pdp-accent-ink: var(--exg-gold-deep, #806100);
	--guard-pdp-border: #dfdfdf;
	--guard-pdp-muted: #666666;
	background: var(--exg-white, #ffffff);
}

body.exg-guard-product-page #main-content {
	overflow: clip;
}

body.exg-guard-product-page #main-content .grid-container {
	width: min(1200px, calc(100% - 80px));
}

body.exg-guard-product-page .singleGuard > .guard-pdp__breadcrumb-wrap {
	padding: 24px 0 0;
}

body.exg-guard-product-page .guard-pdp__breadcrumbs,
body.exg-guard-product-page .guard-pdp__breadcrumbs ol {
	min-width: 0;
	flex-wrap: nowrap !important;
	gap: 7px !important;
	white-space: nowrap;
}

body.exg-guard-product-page .guard-pdp__breadcrumbs {
	overflow: hidden;
	color: #757575 !important;
	font-size: 12px !important;
	line-height: 18px !important;
}

body.exg-guard-product-page .guard-pdp__breadcrumbs ol {
	width: 100%;
	overflow: hidden;
}

body.exg-guard-product-page .guard-pdp__breadcrumbs li:last-child {
	overflow: hidden;
}

body.exg-guard-product-page .guard-pdp__breadcrumbs [aria-current="page"] span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.exg-guard-product-page .guard-pdp__breadcrumbs a {
	color: var(--exg-black, #282728) !important;
	font-weight: var(--exg-weight-strong, 700) !important;
}

body.exg-guard-product-page .singleGuard__block.guard-pdp__purchase {
	margin-top: 24px;
	padding: 0 0 clamp(58px, 6vw, 82px);
	background: var(--exg-white, #ffffff);
}

body.exg-guard-product-page .guard-pdp__purchase > .grid-container {
	display: grid;
	grid-template-areas:
		"gallery buybox"
		"support buybox";
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	grid-template-rows: auto 1fr;
	align-items: start;
	column-gap: clamp(34px, 4vw, 62px);
	row-gap: 20px;
}

/* Gallery: keep the proven Slick behavior, but give its controls the same
 * neutral, compact treatment as the current vehicle galleries. */
body.exg-guard-product-page .singleGuard .singleGuard__gallery {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	min-width: 0;
	min-height: 0;
	grid-area: gallery;
	margin: 0;
	padding: 24px 52px 52px;
	border: 1px solid var(--guard-pdp-border);
	border-radius: 8px;
	background: #f5f5f3;
	box-shadow: 0 12px 34px rgba(10, 10, 10, 0.06);
}

body.exg-guard-product-page .singleGuard__gallery .slick-list,
body.exg-guard-product-page .singleGuard__gallery .slick-track {
	min-width: 0;
}

body.exg-guard-product-page .singleGuard__gallery .slick-track {
	display: flex;
	align-items: center;
}

body.exg-guard-product-page .singleGuard__gallery .slick-slide,
body.exg-guard-product-page .singleGuard__gallery img {
	display: block;
	width: 100%;
	height: 410px;
	object-fit: contain;
}

body.exg-guard-product-page .singleGuard__gallery .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: grid !important;
	width: 40px;
	height: 40px;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	box-shadow: none;
	color: #ffffff;
	font-size: 0;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background-color 0.15s ease;
}

body.exg-guard-product-page .singleGuard__gallery .slick-prev {
	left: 10px;
	right: auto;
}

body.exg-guard-product-page .singleGuard__gallery .slick-next {
	left: auto;
	right: 10px;
}

body.exg-guard-product-page .singleGuard__gallery .slick-arrow::before {
	position: static !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	color: #ffffff !important;
	font: 400 22px/1 var(--exg-body, Arial, sans-serif) !important;
	opacity: 1;
}

body.exg-guard-product-page .singleGuard__gallery .slick-arrow::after {
	display: none !important;
	content: none !important;
}

body.exg-guard-product-page .singleGuard__gallery .slick-prev::before {
	content: "‹";
}

body.exg-guard-product-page .singleGuard__gallery .slick-next::before {
	content: "›";
}

body.exg-guard-product-page .singleGuard__gallery .slick-arrow:is(:hover, :focus-visible) {
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

body.exg-guard-product-page .singleGuard__gallery .slick-dots {
	position: absolute;
	bottom: 14px;
	left: 50%;
	display: flex !important;
	width: auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	transform: translateX(-50%);
}

body.exg-guard-product-page .singleGuard__gallery .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

body.exg-guard-product-page .singleGuard__gallery .slick-dots button {
	display: block;
	overflow: hidden;
	width: 9px !important;
	height: 9px !important;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(0, 0, 0, 0.25) !important;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}

body.exg-guard-product-page .singleGuard__gallery .slick-dots button::before {
	display: none !important;
	content: none !important;
}

body.exg-guard-product-page .singleGuard__gallery .slick-dots li.slick-active button {
	background: #000000 !important;
}

/* Purchase card. */
body.exg-guard-product-page .singleGuard .guard-pdp__buybox {
	position: relative;
	top: auto;
	display: block;
	width: 100%;
	min-width: 0;
	grid-area: buybox;
	margin: 0;
	padding: 22px;
	border: 1px solid #e3e3e3;
	border-top: 5px solid var(--guard-pdp-accent);
	border-radius: 8px;
	background: #f8f9f8;
	box-shadow: 0 16px 44px rgba(10, 10, 10, 0.08);
}

body.exg-guard-product-page .guard-pdp__eyebrow,
body.exg-guard-product-page .guard-pdp__section-eyebrow {
	display: block;
	margin: 0 0 8px;
	color: var(--guard-pdp-accent-ink);
	font: var(--exg-weight-action, 700) 12px/16px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .singleGuard__title {
	margin: 0 0 12px;
	color: var(--exg-black, #282728);
	font: var(--exg-weight-display, 800) clamp(28px, 2.3vw, 34px)/1.02 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

body.exg-guard-product-page #main-content .price-display-top.exg-pdp-price-block {
	flex-wrap: nowrap !important;
	gap: 8px 10px !important;
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #dedede;
}

body.exg-guard-product-page #main-content .price-display-top.exg-pdp-price-block .exg-pdp-price-block__amount {
	font-size: 18px !important;
	line-height: 1 !important;
	letter-spacing: 0;
}

body.exg-guard-product-page .guard-pdp__description {
	margin: 0;
	color: #535353;
	font: var(--exg-weight-regular, 400) 15px/1.55 var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__description :is(p, ul, ol) {
	margin: 0 0 12px;
	color: inherit !important;
	font: inherit !important;
}

body.exg-guard-product-page .guard-pdp__description :is(p, ul, ol):last-child {
	margin-bottom: 0;
}

body.exg-guard-product-page .guard-pdp__description [style*="color"] {
	color: inherit !important;
}

body.exg-guard-product-page .singleGuard .singleGuard__colors {
	display: grid;
	width: 100%;
	max-width: none;
	gap: 7px;
	margin: 18px 0 0;
}

body.exg-guard-product-page .singleGuard .singleGuard__colors label {
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: 12px;
	font-weight: var(--exg-weight-action, 700);
	letter-spacing: 0.07em;
}

body.exg-guard-product-page .singleGuard .singleGuard__colors select {
	height: 48px;
	border-color: #a9a9a9;
	border-radius: 5px;
	background-color: #ffffff;
}

body.exg-guard-product-page .singleGuard__actions {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0 0;
}

body.exg-guard-product-page .singleGuard .singleGuard__availability,
body.exg-guard-product-page .singleGuard .singleGuard__reqQuote {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 10px 13px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

body.exg-guard-product-page .singleGuard .singleGuard__reqQuote {
	order: -1;
}

body.exg-guard-product-page .guard-pdp__buybox .exg-pdp-fleet-card {
	margin-top: 17px;
}

body.exg-guard-product-page .guard-pdp__fitment-note {
	display: grid;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin: 0 0 14px;
	padding: 17px 19px;
	border: 1px solid #dddddd;
	border-left: 5px solid var(--guard-pdp-accent);
	border-radius: 7px;
	background: linear-gradient(135deg, #fafafa, #f2f2f2);
	box-shadow: 0 8px 24px rgba(10, 10, 10, 0.06);
	color: var(--exg-black, #282728);
	text-align: left;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.exg-guard-product-page .guard-pdp__fitment-note:is(:hover, :focus-visible) {
	border-color: color-mix(in srgb, var(--guard-pdp-accent) 42%, #dddddd);
	box-shadow: 0 12px 28px rgba(10, 10, 10, 0.1);
	color: var(--exg-black, #282728);
	transform: translateY(-1px);
}

body.exg-guard-product-page .guard-pdp__fitment-note:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--guard-pdp-accent) 34%, transparent);
	outline-offset: 3px;
}

body.exg-guard-product-page .guard-pdp__fitment-note .exg-pdp-info-card__copy {
	display: grid;
	min-width: 0;
	gap: 3px;
}

body.exg-guard-product-page .guard-pdp__fitment-note .exg-pdp-info-card__eyebrow {
	color: var(--guard-pdp-accent-ink);
	font: var(--exg-weight-action, 700) 12px/18px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__fitment-note .exg-pdp-info-card__title {
	color: var(--exg-black, #282728);
	font: var(--exg-weight-display, 800) 20px/24px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__fitment-note .exg-pdp-info-card__text {
	color: #666666;
	font: 400 14px/21px var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__fitment-note .exg-pdp-info-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--guard-pdp-accent-ink);
	font: var(--exg-weight-action, 700) 13px/18px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-transform: uppercase;
	white-space: nowrap;
}

body.exg-guard-product-page .guard-pdp__meta {
	display: grid;
	gap: 4px;
	margin-top: 17px;
	padding-top: 14px;
	border-top: 1px solid #dedede;
}

body.exg-guard-product-page .singleGuard .guard-pdp__meta .singleGuard__sku,
body.exg-guard-product-page .singleGuard .guard-pdp__meta .singleGuard__categories {
	margin: 0;
	color: #676767;
	font-size: 12px;
	line-height: 18px;
}

/* Supporting information sits below the gallery on desktop and after the
 * buy box on small screens, preserving a purchase-first mobile sequence. */
body.exg-guard-product-page .guard-pdp__support {
	min-width: 0;
	grid-area: support;
}

body.exg-guard-product-page .guard-pdp__support .pdp-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
}

body.exg-guard-product-page .guard-pdp__support .pdp-logo-wrap {
	display: block;
	flex: 0 0 auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.18s ease;
}

body.exg-guard-product-page .guard-pdp__support a.pdp-logo-wrap:is(:hover, :focus-visible) {
	opacity: 0.72;
}

body.exg-guard-product-page .guard-pdp__support .pdp-logo-wrap .pdp-logo,
body.exg-guard-product-page .guard-pdp__support .pdp-logo-wrap .pdp-logo--usa {
	display: block;
	width: auto !important;
	max-width: none !important;
	height: 58px !important;
	max-height: 58px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain;
}

body.exg-guard-product-page .guard-pdp__details {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #ffffff;
}

body.exg-guard-product-page .guard-pdp__details summary {
	position: relative;
	display: grid;
	align-content: center;
	gap: 2px;
	min-height: 70px;
	padding: 15px 48px 15px 17px;
	color: var(--exg-black, #282728);
	cursor: pointer;
	list-style: none;
}

body.exg-guard-product-page .guard-pdp__details summary::-webkit-details-marker {
	display: none;
}

body.exg-guard-product-page .guard-pdp__details summary::after {
	position: absolute;
	top: 50%;
	right: 17px;
	color: var(--guard-pdp-accent-ink);
	font: var(--exg-weight-action, 700) 22px/1 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	content: "+";
	transform: translateY(-50%);
}

body.exg-guard-product-page .guard-pdp__details[open] summary::after {
	content: "−";
}

body.exg-guard-product-page .guard-pdp__details summary > span {
	font: var(--exg-weight-action, 700) 15px/20px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__details summary > small {
	color: #6e6e6e;
	font: 400 12px/18px var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__details-panel {
	padding: 0 17px 17px;
	border-top: 1px solid #e8e8e8;
}

body.exg-guard-product-page .guard-pdp__specs {
	display: grid;
	margin: 12px 0 0;
}

body.exg-guard-product-page .guard-pdp__spec {
	display: grid;
	grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
	gap: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}

body.exg-guard-product-page .guard-pdp__spec:last-child {
	border-bottom: 0;
}

body.exg-guard-product-page .guard-pdp__spec dt,
body.exg-guard-product-page .guard-pdp__spec dd {
	margin: 0;
	font: 400 13px/19px var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__spec dt {
	color: var(--exg-black, #282728);
	font-weight: var(--exg-weight-strong, 700);
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__spec dd {
	color: #5f5f5f;
}

body.exg-guard-product-page .guard-pdp__resources {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	margin: 0;
}

body.exg-guard-product-page .guard-pdp__resources .exg-pdp-quality-teaser {
	margin: 0;
}

body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-row, .exg-pdp-faq-cta) {
	display: grid;
	box-sizing: border-box;
	width: 100%;
	min-height: 70px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 15px 17px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: none;
	color: var(--exg-black, #282728);
	text-align: left;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-row, .exg-pdp-faq-cta):is(:hover, :focus-visible) {
	border-color: #b9b9b9;
	background: #fafafa;
	color: var(--exg-black, #282728);
}

body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-row, .exg-pdp-faq-cta):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--guard-pdp-accent) 34%, transparent);
	outline-offset: 3px;
}

body.exg-guard-product-page .guard-pdp__resources .exg-pdp-quality-teaser__copy {
	display: grid;
	min-width: 0;
	gap: 2px;
}

body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-teaser__title, .exg-pdp-faq-cta__label) {
	color: var(--exg-black, #282728);
	font: var(--exg-weight-action, 700) 15px/20px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__resources .exg-pdp-quality-teaser__text {
	color: #6e6e6e;
	font: 400 12px/18px var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-teaser__cta--row, .exg-pdp-faq-cta__arrow) {
	display: grid;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	place-items: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--guard-pdp-accent-ink);
	font: var(--exg-weight-action, 700) 22px/1 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	transition: transform 0.18s ease;
}

body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-row, .exg-pdp-faq-cta):is(:hover, :focus-visible) :is(.exg-pdp-quality-teaser__cta--row, .exg-pdp-faq-cta__arrow) {
	transform: translateX(2px);
}

/* Engineering story. */
body.exg-guard-product-page .guard-engineering {
	padding: clamp(56px, 6vw, 76px) 0;
	background: #222222;
	color: #ffffff;
}

body.exg-guard-product-page .guard-engineering__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
	align-items: center;
	gap: clamp(36px, 5vw, 70px);
}

body.exg-guard-product-page .guard-engineering__content {
	grid-column: 1;
	grid-row: 1;
}

body.exg-guard-product-page .guard-engineering__media {
	overflow: hidden;
	min-width: 0;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	border-radius: 10px;
	background: #e9e9e7;
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
}

body.exg-guard-product-page .guard-engineering__media img {
	display: block;
	width: 100%;
	height: auto;
}

body.exg-guard-product-page .guard-engineering__eyebrow {
	display: block;
	margin: 0 0 9px;
	color: var(--guard-pdp-accent);
	font: var(--exg-weight-action, 700) 12px/16px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-engineering__content h2 {
	max-width: 720px;
	margin: 0;
	color: #ffffff;
	font: var(--exg-weight-display, 800) clamp(42px, 4.5vw, 62px)/0.95 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-engineering__intro {
	max-width: 720px;
	margin: 20px 0 0;
	color: #e0e0e0;
	font: 400 18px/1.6 var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-engineering__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 30px;
}

body.exg-guard-product-page .guard-engineering__features article {
	padding: 2px 0 2px 18px;
	border-left: 3px solid var(--guard-pdp-accent);
}

body.exg-guard-product-page .guard-engineering__features h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font: var(--exg-weight-action, 700) 22px/1.05 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-engineering__features p {
	margin: 0;
	color: #c9c9c9;
	font: 400 15px/1.55 var(--exg-body, Arial, sans-serif);
}

/* Series story and service media. */
body.exg-guard-product-page .singleGuard__model.guard-pdp__series {
	padding: clamp(58px, 6vw, 78px) 0;
	background: #f5f5f3;
}

body.exg-guard-product-page .guard-pdp__series-intro {
	max-width: 980px;
	margin: 0 auto 34px;
	text-align: center;
}

body.exg-guard-product-page .guard-pdp__series-intro .guard-pdp__section-eyebrow {
	margin-bottom: 10px;
}

body.exg-guard-product-page .singleGuard .guard-pdp__series-intro .singleGuard__model-title {
	margin: 0;
	color: var(--exg-black, #282728);
	font: var(--exg-weight-display, 800) clamp(38px, 4.3vw, 56px)/0.98 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .guard-pdp__series-intro .singleGuard__model-description {
	max-width: 900px;
	margin: 20px auto 0;
	color: #5c5c5c;
	font: 400 16px/1.65 var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__series-intro .singleGuard__model-description :is(p, ul, ol) {
	margin: 0 0 13px;
	color: inherit !important;
	font: inherit !important;
}

body.exg-guard-product-page .guard-pdp__series-intro .singleGuard__model-description :is(p, ul, ol):last-child {
	margin-bottom: 0;
}

body.exg-guard-product-page .guard-pdp__series-intro .singleGuard__model-description [style*="color"] {
	color: inherit !important;
}

body.exg-guard-product-page .guard-pdp__license-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
	align-items: center;
	gap: 28px;
	margin: 0 0 24px;
	padding: 28px;
	border: 1px solid var(--guard-pdp-border);
	border-top: 5px solid var(--guard-pdp-accent);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(10, 10, 10, 0.06);
}

body.exg-guard-product-page .guard-pdp__license-card h3,
body.exg-guard-product-page .guard-pdp__media-card h3 {
	margin: 0;
	color: var(--exg-black, #282728);
	font: var(--exg-weight-display, 800) 30px/1.05 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__license-card p,
body.exg-guard-product-page .guard-pdp__media-card p {
	margin: 12px 0 0;
	color: #626262;
	font: 400 15px/1.55 var(--exg-body, Arial, sans-serif);
}

body.exg-guard-product-page .guard-pdp__license-card a {
	display: inline-flex;
	margin-top: 16px;
	color: var(--guard-pdp-accent-ink);
	font: var(--exg-weight-action, 700) 13px/18px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__license-card img {
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

body.exg-guard-product-page .guard-pdp__media-card {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-top: 24px;
	border: 1px solid var(--guard-pdp-border);
	border-radius: 9px;
	background: #ffffff;
	box-shadow: 0 14px 40px rgba(10, 10, 10, 0.07);
}

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

body.exg-guard-product-page .guard-pdp__latch-card,
body.exg-guard-product-page .guard-pdp__video-card {
	min-width: 0;
	padding: clamp(24px, 3vw, 34px);
}

body.exg-guard-product-page .guard-pdp__video-card {
	border-left: 1px solid var(--guard-pdp-border);
}

body.exg-guard-product-page .guard-pdp__media-card--single .guard-pdp__video-card {
	border-left: 0;
}

body.exg-guard-product-page .guard-pdp__latch-card .singleGuard__latch {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 220px;
	margin: 20px auto 0;
	object-fit: contain;
}

body.exg-guard-product-page .guard-pdp__latch-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

body.exg-guard-product-page .singleGuard .guard-pdp__latch-actions .btn-howtoopen,
body.exg-guard-product-page .singleGuard .guard-pdp__latch-actions .btn-preTripGuide {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 10px 14px;
	border: 2px solid var(--exg-black, #282728);
	border-radius: 5px;
	background: transparent;
	color: var(--exg-black, #282728);
	font: var(--exg-weight-action, 700) 12px/17px var(--exg-display, "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.035em;
	text-decoration: none;
	text-transform: uppercase;
}

body.exg-guard-product-page .singleGuard .guard-pdp__latch-actions .btn-preTripGuide {
	border-color: var(--guard-pdp-accent);
	background: var(--guard-pdp-accent);
}

body.exg-guard-product-page .singleGuard .guard-pdp__latch-actions a:is(:hover, :focus-visible) {
	border-color: var(--exg-black, #282728);
	background: var(--exg-black, #282728);
	color: #ffffff;
}

body.exg-guard-product-page .guard-pdp__video-card .singleGuard__model-video {
	margin-top: 16px;
}

body.exg-guard-product-page .guard-pdp__video-card :is(iframe, video) {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: 6px;
}

body.exg-guard-product-page .guard-pdp__comparison {
	margin-top: 42px;
}

body.exg-guard-product-page .guard-pdp__comparison > header {
	max-width: 760px;
	margin: 0 auto 24px;
	text-align: center;
}

body.exg-guard-product-page .guard-pdp__comparison > header h2 {
	margin: 0;
	color: var(--exg-black, #282728);
	font: var(--exg-weight-display, 800) clamp(32px, 4vw, 48px)/1 var(--exg-display, "Arial Narrow", Arial, sans-serif);
	text-transform: uppercase;
}

body.exg-guard-product-page .guard-pdp__comparison-tables {
	display: grid;
	gap: 20px;
}

body.exg-guard-product-page .guard-pdp__comparison-tables > div {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1020px) {
	body.exg-guard-product-page #main-content .grid-container {
		width: min(760px, calc(100% - 64px));
	}

	body.exg-guard-product-page .guard-pdp__purchase > .grid-container {
		grid-template-areas:
			"gallery"
			"buybox"
			"support";
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto;
		gap: 24px;
	}

	body.exg-guard-product-page .singleGuard .guard-pdp__buybox {
		position: static;
	}

	body.exg-guard-product-page .guard-engineering__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	body.exg-guard-product-page .guard-engineering__content,
	body.exg-guard-product-page .guard-engineering__media {
		grid-column: 1;
	}

	body.exg-guard-product-page .guard-engineering__content {
		grid-row: 1;
	}

	body.exg-guard-product-page .guard-engineering__media {
		width: min(100%, 520px);
		grid-row: 2;
		margin: 0 auto;
	}
}

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

	body.exg-guard-product-page .singleGuard > .guard-pdp__breadcrumb-wrap {
		padding-top: 18px;
	}

	body.exg-guard-product-page .singleGuard__block.guard-pdp__purchase {
		margin-top: 16px;
		padding-bottom: 40px;
	}

	body.exg-guard-product-page .singleGuard .singleGuard__gallery {
		min-height: 0;
		padding: 16px 42px 44px;
	}

	body.exg-guard-product-page .singleGuard__gallery .slick-slide,
	body.exg-guard-product-page .singleGuard__gallery img {
		height: 300px;
	}

	body.exg-guard-product-page .singleGuard__gallery .slick-prev {
		left: 6px;
		right: auto;
	}

	body.exg-guard-product-page .singleGuard__gallery .slick-next {
		left: auto;
		right: 6px;
	}

	body.exg-guard-product-page .singleGuard .guard-pdp__buybox {
		padding: 18px;
	}

	body.exg-guard-product-page .singleGuard .singleGuard__title {
		font-size: 28px;
	}

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

	body.exg-guard-product-page .guard-pdp__support .pdp-logos {
		gap: 12px;
	}

	body.exg-guard-product-page .guard-pdp__support .pdp-logo-wrap {
		min-height: 0;
	}

	body.exg-guard-product-page .guard-pdp__spec {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	body.exg-guard-product-page .guard-pdp__fitment-note {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.exg-guard-product-page .guard-pdp__fitment-note .exg-pdp-info-card__cta {
		white-space: normal;
	}

	body.exg-guard-product-page .guard-engineering,
	body.exg-guard-product-page .singleGuard__model.guard-pdp__series {
		padding: 40px 0;
	}

	body.exg-guard-product-page .guard-engineering__content h2 {
		font-size: 34px;
	}

	body.exg-guard-product-page .guard-engineering__intro {
		margin-top: 16px;
		font-size: 16px;
	}

	body.exg-guard-product-page .guard-engineering__features {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 24px;
	}

	body.exg-guard-product-page .singleGuard .guard-pdp__series-intro .singleGuard__model-title {
		font-size: 32px;
	}

	body.exg-guard-product-page .guard-pdp__license-card,
	body.exg-guard-product-page .guard-pdp__media-card {
		grid-template-columns: 1fr;
	}

	body.exg-guard-product-page .guard-pdp__video-card {
		border-top: 1px solid var(--guard-pdp-border);
		border-left: 0;
	}

	body.exg-guard-product-page .guard-pdp__license-card {
		padding: 22px;
	}

	body.exg-guard-product-page .guard-pdp__latch-actions,
	body.exg-guard-product-page .singleGuard .guard-pdp__latch-actions a {
		width: 100%;
	}
}

@media (max-width: 420px) {
	body.exg-guard-product-page #main-content .price-display-top.exg-pdp-price-block {
		gap: 7px !important;
	}

	body.exg-guard-product-page #main-content .price-display-top.exg-pdp-price-block .exg-pdp-price-block__amount {
		font-size: 18px !important;
	}

	body.exg-guard-product-page .singleGuard__gallery .slick-slide,
	body.exg-guard-product-page .singleGuard__gallery img {
		height: 260px;
	}

}

@media (prefers-reduced-motion: reduce) {
	body.exg-guard-product-page .singleGuard__gallery .slick-arrow,
	body.exg-guard-product-page .guard-pdp__fitment-note,
	body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-row, .exg-pdp-faq-cta),
	body.exg-guard-product-page .guard-pdp__resources :is(.exg-pdp-quality-teaser__cta--row, .exg-pdp-faq-cta__arrow) {
		transition: none;
	}
}
