body.catalog-preview-loading #ajaxSection,
body.catalog-preview-loading #catalogLine,
body.catalog-preview-loading #smartFilterControls {
	opacity: 0.5;
	pointer-events: none;
}

#catalogPreviewStatus {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 10010;
	max-width: min(360px, calc(100vw - 36px));
	padding: 12px 16px;
	background: #14224c;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

#catalogPreviewStatus.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 600px) {
	#catalogPreviewStatus {
		right: 12px;
		bottom: 84px;
		max-width: calc(100vw - 24px);
	}
}

/*
 * Typography and surface polish for the static asphalt catalog.
 * Structural dimensions and the original catalog/filter markup stay unchanged.
 */
body.asphalt-catalog-page {
	--asphalt-ink: #101b34;
	--asphalt-copy: #415066;
	--asphalt-muted: #687589;
	--asphalt-line: #dce3ec;
	--asphalt-soft: #f5f7fa;
	--asphalt-navy: #17245f;
	--asphalt-navy-hover: #0f1948;
	--asphalt-yellow: #f1d600;
	color: var(--asphalt-copy);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.asphalt-catalog-page #main > .limiter > h1 {
	margin-top: 22px;
	margin-bottom: 20px;
	color: var(--asphalt-ink);
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

body.asphalt-catalog-page #breadcrumbs,
body.asphalt-catalog-page #breadcrumbs a,
body.asphalt-catalog-page #breadcrumbs span {
	color: var(--asphalt-muted);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.45;
}

body.asphalt-catalog-page #breadcrumbs a:hover {
	color: var(--asphalt-navy);
}

body.asphalt-catalog-page .sectionTopDescription {
	color: var(--asphalt-copy);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.72;
}

body.asphalt-catalog-page .sectionTopDescription p {
	margin-top: 0;
	margin-bottom: 14px;
}

body.asphalt-catalog-page .sectionTopDescription li {
	margin-bottom: 7px;
}

body.asphalt-catalog-page .sectionTopDescription a {
	color: var(--asphalt-navy);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.asphalt-catalog-page .sectionTopDescription img {
	border: 1px solid var(--asphalt-line);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(18, 30, 59, 0.08);
}

body.asphalt-catalog-page #popularProducts,
body.asphalt-catalog-page #nextSection,
body.asphalt-catalog-page #smartFilter {
	border-color: var(--asphalt-line);
	background: #fff;
	box-shadow: 0 8px 22px rgba(18, 30, 59, 0.05);
}

body.asphalt-catalog-page #popularProducts > .heading,
body.asphalt-catalog-page #smartFilter > .heading,
body.asphalt-catalog-page #nextSection > .title {
	color: #fff;
	background: var(--asphalt-navy);
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

body.asphalt-catalog-page .popularProductsLink,
body.asphalt-catalog-page #nextSection a,
body.asphalt-catalog-page #smartFilter label,
body.asphalt-catalog-page #smartFilter input {
	color: var(--asphalt-copy);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

body.asphalt-catalog-page .popularProductsLink:hover,
body.asphalt-catalog-page #nextSection a:hover {
	color: var(--asphalt-navy);
}

body.asphalt-catalog-page #nextSection .sectionLine {
	border-color: var(--asphalt-line);
}

body.asphalt-catalog-page #nextSection .cnt {
	color: var(--asphalt-muted);
	font-weight: 700;
}

body.asphalt-catalog-page #smartFilter .paramsBoxTitle span {
	color: var(--asphalt-ink);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

body.asphalt-catalog-page #smartFilter input[type="text"] {
	border-color: #cbd5e1;
	border-radius: 3px;
	background: #fff;
	color: var(--asphalt-ink);
}

body.asphalt-catalog-page #smartFilter input[type="text"]:focus {
	border-color: var(--asphalt-navy);
	box-shadow: 0 0 0 3px rgba(23, 36, 95, 0.1);
	outline: 0;
}

body.asphalt-catalog-page #smartFilterControls a {
	font-family: "Oswald", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

body.asphalt-catalog-page #catalogLine {
	border-color: var(--asphalt-line);
	background: #fff;
	box-shadow: 0 8px 22px rgba(18, 30, 59, 0.05);
}

body.asphalt-catalog-page #catalogLine .label,
body.asphalt-catalog-page #catalogLine .dropDownSelected,
body.asphalt-catalog-page #catalogLine .dropDownItem {
	color: var(--asphalt-copy);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0;
}

body.asphalt-catalog-page #catalogLine .dropDownSelected {
	color: var(--asphalt-ink);
	font-weight: 700;
}

body.asphalt-catalog-page #catalogSection .item.product .tabloid {
	border-color: var(--asphalt-line);
	background: #fff;
	box-shadow: 0 10px 26px rgba(18, 30, 59, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.asphalt-catalog-page #catalogSection .item.product:hover .tabloid {
	border-color: #b8c5d6;
	box-shadow: 0 15px 32px rgba(18, 30, 59, 0.1);
}

body.asphalt-catalog-page #catalogSection .name,
body.asphalt-catalog-page #catalogSection .name span {
	color: var(--asphalt-ink);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

body.asphalt-catalog-page #catalogSection .name:hover,
body.asphalt-catalog-page #catalogSection .name:hover span {
	color: var(--asphalt-navy);
}

body.asphalt-catalog-page #catalogSection .price {
	color: var(--asphalt-navy);
	font-family: "Oswald", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

body.asphalt-catalog-page #catalogSection .measure,
body.asphalt-catalog-page #catalogSection .optional,
body.asphalt-catalog-page #catalogSection .label {
	font-family: "Oswald", Arial, sans-serif;
	letter-spacing: 0;
}

body.asphalt-catalog-page #catalogSection .marker {
	border-radius: 2px;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
}

body.asphalt-catalog-page #catalogSection .fastBack,
body.asphalt-catalog-page #catalogSection .add-cart,
body.asphalt-catalog-page #catalogSection .btn-simple {
	border-radius: 3px !important;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

body.asphalt-catalog-page #catalogSection .fastBack {
	background: var(--asphalt-navy) !important;
	border-color: var(--asphalt-navy) !important;
	color: #fff !important;
}

body.asphalt-catalog-page #catalogSection .fastBack:hover {
	background: var(--asphalt-navy-hover) !important;
	border-color: var(--asphalt-navy-hover) !important;
}

body.asphalt-catalog-page #catalogSection .add-cart {
	background: var(--asphalt-yellow) !important;
	border-color: var(--asphalt-yellow) !important;
	color: #10162c !important;
	box-shadow: none !important;
}

body.asphalt-catalog-page #catalogSection .add-cart:hover {
	background: #ddc400 !important;
	border-color: #ddc400 !important;
}

body.asphalt-catalog-page a:focus-visible,
body.asphalt-catalog-page button:focus-visible,
body.asphalt-catalog-page input:focus-visible {
	outline: 3px solid rgba(23, 36, 95, 0.28);
	outline-offset: 2px;
}

@media (max-width: 760px) {
	body.asphalt-catalog-page {
		font-size: 14px;
		line-height: 1.55;
	}

	body.asphalt-catalog-page #main > .limiter > h1 {
		margin-top: 16px;
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 1.18;
	}

	body.asphalt-catalog-page .sectionTopDescription {
		font-size: 15px;
		line-height: 1.65;
	}

	body.asphalt-catalog-page #catalogSection .name,
	body.asphalt-catalog-page #catalogSection .name span {
		font-size: 14px;
		line-height: 1.4;
	}

	body.asphalt-catalog-page #catalogSection .price {
		font-size: 17px;
	}
}

/* Clearer sidebar navigation and price filter. */
body.asphalt-catalog-page #popularProducts > .heading,
body.asphalt-catalog-page #smartFilter > .heading,
body.asphalt-catalog-page #nextSection > .title {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 48px;
	height: 48px;
	padding: 0 16px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

body.asphalt-catalog-page #popularProducts > .heading .arrow,
body.asphalt-catalog-page #popularProducts > .heading ins {
	position: absolute;
	right: 14px;
}

body.asphalt-catalog-page .popularProductsItem {
	box-sizing: border-box;
	padding: 0;
	border-bottom: 1px solid var(--asphalt-line);
}

body.asphalt-catalog-page .popularProductsItem:last-child {
	border-bottom: 0;
}

body.asphalt-catalog-page .popularProductsLink {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 60px;
	padding: 12px 18px;
	color: #2d3b50;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
	transition: color 150ms ease, background-color 150ms ease;
}

body.asphalt-catalog-page .popularProductsLink:hover,
body.asphalt-catalog-page .popularProductsLink:focus {
	background: var(--asphalt-soft);
	color: var(--asphalt-navy);
	text-decoration: none;
}

body.asphalt-catalog-page #nextSection .sectionLine {
	box-sizing: border-box;
	min-height: 44px;
	border-bottom: 1px solid var(--asphalt-line);
}

body.asphalt-catalog-page #nextSection li:last-child .sectionLine {
	border-bottom: 0;
}

body.asphalt-catalog-page #nextSection .sectionColumn {
	vertical-align: middle;
}

body.asphalt-catalog-page #nextSection .sectionColumn a {
	box-sizing: border-box;
	color: #3b4960;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
}

body.asphalt-catalog-page #nextSection .sectionColumn a:hover,
body.asphalt-catalog-page #nextSection .sectionColumn a:focus {
	color: var(--asphalt-navy);
	text-decoration: none;
}

body.asphalt-catalog-page #nextSection .sectionColumn.last {
	width: 42px;
	text-align: center;
}

body.asphalt-catalog-page #nextSection .cnt {
	color: var(--asphalt-navy);
	font-size: 13px;
	font-weight: 800;
}

body.asphalt-catalog-page #smartFilter .paramsBox {
	box-sizing: border-box;
	padding: 0 20px 24px;
}

body.asphalt-catalog-page #smartFilter .paramsBoxTitle {
	display: flex;
	align-items: center;
	min-height: 52px;
	border-bottom: 1px solid var(--asphalt-line);
}

body.asphalt-catalog-page #smartFilter .paramsBoxTitle span {
	color: var(--asphalt-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

body.asphalt-catalog-page #smartFilter .params {
	box-sizing: border-box;
	padding-top: 17px;
}

body.asphalt-catalog-page #smartFilter .rangeSlider {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: 8px;
	row-gap: 17px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

body.asphalt-catalog-page #smartFilter .rangeSlider > label {
	margin: 0;
	color: var(--asphalt-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

body.asphalt-catalog-page #smartFilter .rangeSlider > input[type="text"] {
	width: 100% !important;
	height: 34px;
	padding: 0 9px;
	border: 1px solid #c8d3df;
	border-radius: 3px;
	background: #fff;
	color: var(--asphalt-ink);
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	line-height: 32px;
}

body.asphalt-catalog-page #smartFilter .rangeSlider > .slider {
	grid-column: 1 / -1;
	box-sizing: border-box;
	width: 100%;
	margin-top: 2px;
	background-color: #dce3ec;
}

body.asphalt-catalog-page #smartFilter .rangeSlider .blackoutLeft {
	background-color: var(--asphalt-navy) !important;
}

body.asphalt-catalog-page #smartFilter .rangeSlider .blackoutRight {
	background-color: var(--asphalt-yellow) !important;
}

body.asphalt-catalog-page #smartFilter .rangeSlider ins {
	border-color: #b8c5d5 !important;
	background-color: #fff !important;
	box-shadow: 0 3px 10px rgba(18, 30, 59, 0.16);
}

body.asphalt-catalog-page #smartFilterControls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 8px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px 22px;
}

body.asphalt-catalog-page #smartFilterControls li {
	display: block;
	width: auto !important;
	margin: 0;
	padding: 0;
}

body.asphalt-catalog-page #smartFilterControls a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100% !important;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid var(--asphalt-navy);
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

body.asphalt-catalog-page #smartFilterControls #set_filter {
	background: var(--asphalt-navy);
	color: #fff;
}

body.asphalt-catalog-page #smartFilterControls #set_filter:hover,
body.asphalt-catalog-page #smartFilterControls #set_filter:focus {
	background: var(--asphalt-navy-hover);
}

body.asphalt-catalog-page #smartFilterControls #del_filter {
	background: #fff;
	color: var(--asphalt-navy);
}

body.asphalt-catalog-page #smartFilterControls #del_filter:hover,
body.asphalt-catalog-page #smartFilterControls #del_filter:focus {
	background: var(--asphalt-soft);
}

@media (max-width: 760px) {
	body.asphalt-catalog-page #popularProducts > .heading,
	body.asphalt-catalog-page #smartFilter > .heading,
	body.asphalt-catalog-page #nextSection > .title {
		min-height: 46px;
		height: 46px;
		font-size: 15px;
	}

	body.asphalt-catalog-page .popularProductsLink {
		min-height: 56px;
		padding: 11px 16px;
		font-size: 13.5px;
	}
}
