.catalog-feature-filter {
	position: relative;
	overflow: hidden;
	padding: 1.25rem;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 58%, #fff8e6 100%);
	box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}
.catalog-feature-filter:before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: #ffac0a;
}
.catalog-feature-filter__head {
	position: relative;
	display: flex;
	gap: .75rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding-left: .25rem;
}
.catalog-feature-filter__hint {
	max-width: 760px;
	color: #64748b;
	font-size: .92rem;
	line-height: 1.45;
}
.catalog-feature-filter__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .9rem;
}
.catalog-feature-filter__group {
	min-width: 0;
	padding: .9rem;
	border: 1px solid rgba(148, 163, 184, .28);
	border-radius: 14px;
	background: rgba(255, 255, 255, .78);
}
.catalog-feature-filter__name {
	margin-bottom: .55rem;
	color: #0f172a;
	font-size: .85rem;
	font-weight: 700;
	letter-spacing: .01em;
}
.catalog-feature-filter__values {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	min-width: 0;
}
.catalog-feature-filter__values a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	max-width: 100%;
	padding: .35rem .62rem;
	border: 1px solid #dbe4ee;
	border-radius: 999px;
	background: #fff;
	color: #1f2937;
	font-size: .86rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: border-color .15s ease, background-color .15s ease, color .15s ease, transform .15s ease;
}
.catalog-feature-filter__values a:hover {
	border-color: #f3b02d;
	background: #fff7dd;
	color: #111827;
	transform: translateY(-1px);
}
.catalog-feature-filter__values a.selected {
	border-color: #ffac0a;
	background: #ffac0a;
	color: #1f1a10;
	box-shadow: 0 8px 18px rgba(255, 172, 10, .2);
}

@media (max-width: 767.98px) {
	.catalog-feature-filter {
		padding: 1rem;
		border-radius: 16px;
	}
	.catalog-feature-filter__head {
		display: block;
	}
	.catalog-feature-filter__grid {
		grid-template-columns: 1fr;
		gap: .75rem;
	}
	.catalog-feature-filter__group {
		padding: .75rem;
	}
	.catalog-feature-filter__values a {
		min-height: 30px;
		padding: .32rem .55rem;
		font-size: .82rem;
	}
}

.product-card-specs {
	margin: -.15rem 0 1rem;
	padding: .75rem;
	border: 1px solid #e8edf4;
	border-radius: 14px;
	background: #f8fafc;
}
.product-card-specs__title {
	margin-bottom: .45rem;
	color: #64748b;
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.product-card-specs__chips {
	display: flex;
	flex-wrap: wrap;
	gap: .38rem;
}
.product-card-specs__chips a {
	display: inline-flex;
	max-width: 100%;
	flex-direction: column;
	gap: .08rem;
	padding: .38rem .5rem;
	border: 1px solid #dce4ef;
	border-radius: 10px;
	background: #fff;
	color: #0f172a;
	line-height: 1.15;
	text-decoration: none;
	transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}
.product-card-specs__chips a:hover {
	border-color: #ffac0a;
	background: #fff8e8;
	transform: translateY(-1px);
}
.product-card-specs__chips span {
	color: #64748b;
	font-size: .68rem;
	font-weight: 600;
}
.product-card-specs__chips strong {
	font-size: .82rem;
	font-weight: 800;
	overflow-wrap: anywhere;
}
.product-purchase-specs {
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 68%, #fff8e6 100%);
}
.product-purchase-specs__title {
	margin-bottom: .8rem;
	color: #0f172a;
	font-size: .95rem;
	font-weight: 800;
}
.product-purchase-specs__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .55rem;
}
.product-purchase-specs__item {
	min-width: 0;
	padding: .65rem .7rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: rgba(255, 255, 255, .84);
}
.product-purchase-specs__item span {
	display: block;
	margin-bottom: .15rem;
	color: #64748b;
	font-size: .76rem;
	font-weight: 700;
}
.product-purchase-specs__item strong {
	display: block;
	color: #111827;
	font-size: .95rem;
	line-height: 1.18;
	overflow-wrap: anywhere;
}
.product-purchase-specs__link {
	display: inline-flex;
	margin-top: .8rem;
	color: #8a5a00;
	font-weight: 800;
	text-decoration: none;
}
.product-purchase-specs__link:hover {
	color: #111827;
	text-decoration: underline;
}

.product-price-request__deal {
	margin-top: 9px;
	padding: 8px 10px;
	border: 1px solid #f3d38a;
	border-radius: 10px;
	background: #fffaf0;
	color: #785000;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
}

.product-price-request__deal--priced {
	display: block;
	margin-top: 10px;
	max-width: 420px;
	font-size: 12px;
	font-weight: 500;
}

.product-card-price {
	display: grid;
	gap: 2px;
	margin: 10px 0 12px;
	padding: 9px 11px;
	border: 1px solid #dfe8f2;
	border-radius: 12px;
	background: #f8fafc;
	text-align: center;
	line-height: 1.2;
}

.product-card-price--priced {
	border-color: #f0c96d;
	background: linear-gradient(135deg, #fffaf0 0%, #ffffff 72%);
}

.product-card-price__old {
	color: #b42318;
	font-size: 12px;
	text-decoration: line-through;
}

.product-card-price__current {
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -.01em;
	white-space: nowrap;
}

.product-card-price__request {
	color: #176fc3;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.product-card-price__request:hover {
	color: #111827;
	text-decoration: underline;
}

.catalog-compact-filter {
	display: grid;
	grid-template-columns: minmax(150px, 1.2fr) repeat(3, minmax(120px, 1fr));
	gap: 8px;
	align-items: end;
	margin: 14px 0 18px;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 72%, #fff8e6 100%);
	box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.catalog-compact-filter__title {
	align-self: center;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
}

.catalog-compact-filter label {
	display: grid;
	gap: 4px;
	min-width: 0;
	margin: 0;
}

.catalog-compact-filter label span {
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.1;
}

.catalog-compact-filter input,
.catalog-compact-filter select {
	width: 100%;
	min-height: 36px;
	padding: 6px 9px;
	border: 1px solid #d8e2ee;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.catalog-compact-filter input:focus,
.catalog-compact-filter select:focus {
	border-color: #ffac0a;
	box-shadow: 0 0 0 3px rgba(255, 172, 10, .16);
	outline: 0;
}

.catalog-compact-filter__actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.catalog-compact-filter__actions button,
.catalog-compact-filter__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 6px 12px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.catalog-compact-filter__actions button {
	border: 1px solid #ffac0a;
	background: #ffac0a;
	color: #111827;
}

.catalog-compact-filter__actions a {
	border: 1px solid #d8e2ee;
	background: #fff;
	color: #176fc3;
}

.catalog-compact-filter__actions a:hover {
	border-color: #ffac0a;
	color: #111827;
}

.plate-fit-finder {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
	margin: 14px 0 18px;
	padding: 14px;
	border: 1px solid #dbe6f2;
	border-radius: 18px;
	background:
		radial-gradient(circle at 4% 0%, rgba(255, 172, 10, .18), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #f8fafc 64%, #eef5fb 100%);
	box-shadow: 0 16px 36px rgba(20, 48, 78, .08);
}

.catalog-products.is-plate-updating {
	cursor: progress;
}

.catalog-products.is-plate-updating .products {
	opacity: .58;
	transition: opacity .15s ease;
}

.plate-fit-finder.is-loading {
	pointer-events: none;
}

.plate-fit-finder.is-loading:after {
	content: "Подбираем без перезагрузки";
	position: absolute;
	right: 14px;
	bottom: 12px;
	z-index: 2;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(23, 111, 195, .92);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(20, 48, 78, .16);
}

.plate-fit-finder:before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: #ffac0a;
}

.plate-fit-finder__head {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	padding-left: 4px;
	min-width: 0;
}

.plate-fit-finder__head p {
	margin: 0 0 2px;
	color: #7b8794;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.plate-fit-finder__head h2 {
	margin: 0;
	color: #172336;
	font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
	font-size: 23px;
	line-height: 1.08;
	font-weight: 500;
}

.plate-fit-finder__head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid #d8e2ee;
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	color: #176fc3;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	white-space: normal;
}

.plate-fit-finder__popular {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
	padding-left: 4px;
	min-width: 0;
}

.plate-fit-finder__popular a {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid #d8e2ee;
	border-radius: 999px;
	background: #fff;
	color: #26384d;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.plate-fit-finder__popular a:hover {
	border-color: #ffac0a;
	background: #fff8e8;
	color: #111827;
}

.plate-fit-finder__popular a.is-selected {
	border-color: #ffac0a;
	background: #fff3cc;
	color: #111827;
	box-shadow: inset 0 0 0 1px rgba(255, 172, 10, .35);
}

.plate-fit-finder__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 10px;
	border: 1px solid rgba(216, 226, 238, .9);
	border-radius: 14px;
	background: rgba(255, 255, 255, .78);
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.plate-fit-finder label {
	display: grid;
	gap: 4px;
	min-width: 0;
	margin: 0;
}

.plate-fit-finder label span {
	color: #64748b;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.1;
}

.plate-fit-finder input,
.plate-fit-finder select {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid #d8e2ee;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
}

.plate-fit-finder input:focus,
.plate-fit-finder select:focus {
	border-color: #ffac0a;
	box-shadow: 0 0 0 3px rgba(255, 172, 10, .16);
	outline: 0;
}

.plate-fit-finder__actions {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	gap: 8px;
	align-items: end;
	min-width: 0;
}

.plate-fit-finder__actions button,
.plate-fit-finder__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 38px;
	padding: 7px 13px;
	border-radius: 11px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.plate-fit-finder__actions button {
	border: 1px solid #ffac0a;
	background: #ffac0a;
	color: #111827;
}

.plate-fit-finder__actions a {
	border: 1px solid #d8e2ee;
	background: #fff;
	color: #176fc3;
}

.plate-fit-finder__note {
	position: relative;
	margin: 9px 0 0 4px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.product-cta-promo,
.product-card-promo {
	border: 1px solid #f0c96d;
	background: linear-gradient(135deg, #fff8dc 0%, #fff 58%, #fff4c2 100%);
	color: #4b3600;
	box-shadow: 0 8px 18px rgba(143, 101, 0, .08);
}

.product-cta-promo {
	display: grid;
	gap: 2px;
	margin: -4px 0 12px;
	padding: 10px 12px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.35;
}

.product-cta-promo strong {
	font-size: 14px;
	line-height: 1.2;
}

.product-cta-promo span {
	color: #6b520b;
}

.product-card-promo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: -4px;
	padding: 7px 9px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.2;
}

.product-card-promo span {
	color: #6b520b;
}

.product-card-promo strong {
	color: #111827;
	white-space: nowrap;
}

.home-catalog-preview {
	margin: 0 0 14px;
	padding: 10px;
	border: 1px solid #e2eaf3;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(20, 48, 78, .06);
}

.home-catalog-preview__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.home-catalog-preview__eyebrow {
	margin: 0 0 2px;
	color: #7b8794;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.home-catalog-preview__title {
	margin: 0;
	color: #26384d;
	font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 400;
}

.home-catalog-preview__all-link {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid #dce7f1;
	border-radius: 999px;
	background: #f8fbff;
	color: #176fc3;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.home-catalog-preview__all-link:hover {
	border-color: #ffac0a;
	color: #111827;
}

.home-catalog-preview__grid {
	--bs-gutter-x: .55rem;
	--bs-gutter-y: .55rem;
}

.home-catalog-preview__grid .card {
	flex-direction: row;
	align-items: center;
	gap: 8px;
	min-height: 68px;
	padding: 8px !important;
	border-color: #e5edf5;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
}

.home-catalog-preview__grid .card:hover {
	border-color: #ffac0a;
	background: #fffaf0;
	box-shadow: 0 10px 22px rgba(20, 48, 78, .07) !important;
}

.home-catalog-preview__grid .card-img-top {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	margin: 0;
	object-fit: contain;
}

.home-catalog-preview__grid .card h3 {
	margin: 0;
	font-size: 13px;
	line-height: 1.25;
	text-align: left !important;
}

.home-catalog-preview__more-btn {
	width: 100%;
	min-height: 38px;
	margin-top: 4px;
	border: 1px solid #dce7f1;
	border-radius: 12px;
	background: #f8fbff;
	color: #176fc3;
	font-size: 13px;
	font-weight: 700;
}

#homeCatalogSidebar .sidebar_menu {
	position: sticky;
	top: 12px;
	margin-bottom: 18px !important;
}

#homeCatalogSidebar .sidebar_menu a {
	padding: 8px 10px;
	font-size: 12.5px;
	line-height: 1.3;
}

#homeCatalogSidebar .sidebar_menu ul ul li {
	padding-left: 8px;
}

#homeCatalogSidebar .home-catalog-title {
	padding: 8px 10px;
	font-size: 13px;
}

@media (max-width: 991.98px) {
	.catalog-compact-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.catalog-compact-filter__title,
	.catalog-compact-filter__actions {
		grid-column: 1 / -1;
	}
	.plate-fit-finder__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.plate-fit-finder__actions {
		grid-column: 1 / -1;
	}
	#homeCatalogSidebar .sidebar_menu {
		position: static;
	}
}

@media (max-width: 575.98px) {
	.catalog-compact-filter {
		grid-template-columns: 1fr;
		padding: 10px;
	}
	.catalog-compact-filter__title,
	.catalog-compact-filter__actions {
		grid-column: auto;
	}
	.catalog-compact-filter__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.plate-fit-finder {
		padding: 11px;
		border-radius: 15px;
	}
	.plate-fit-finder__head {
		display: grid;
		gap: 8px;
	}
	.plate-fit-finder__head h2 {
		font-size: 20px;
	}
	.plate-fit-finder__grid {
		grid-template-columns: 1fr;
		padding: 8px;
	}
	.plate-fit-finder__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column: auto;
	}
	.plate-fit-finder__popular {
		max-height: 72px;
		overflow: auto;
	}
	.home-catalog-preview {
		padding: 10px;
		border-radius: 14px;
	}
	.home-catalog-preview__head {
		align-items: flex-start;
	}
	.home-catalog-preview__title {
		font-size: 18px;
	}
	.home-catalog-preview__grid .card {
		min-height: 66px;
	}
	.home-catalog-preview__grid .card-img-top {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
	}
}

.plate-selector {
	border: 1px solid #dce8f3;
	border-radius: 16px;
	padding: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 10px 26px rgba(20, 48, 78, .08);
	scroll-margin-top: 96px;
}

.plate-selector--compact {
	margin-top: 0;
}

.plate-selector__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.plate-selector__title {
	margin: 0;
	color: #17395d;
	font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

.plate-selector__subtitle {
	margin: 3px 0 0;
	color: #6a7a8c;
	font-size: 12px;
	line-height: 1.35;
}

.plate-selector__current {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 12px;
	padding: 8px;
	border: 1px solid #e2ebf4;
	border-radius: 12px;
	background: #fff;
	color: #607184;
	font-size: 12px;
	line-height: 1.35;
}

.plate-selector__current strong,
.plate-selector__current span {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 2px 7px;
	border-radius: 999px;
	background: #eef5fb;
	color: #26384d;
}

.plate-selector__group + .plate-selector__group {
	margin-top: 10px;
}

.plate-selector__group h3 {
	margin: 0 0 6px;
	color: #26384d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.plate-selector__chips {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.plate-selector__chips a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 36px;
	padding: 7px 8px;
	border: 1px solid #d8e4ef;
	border-radius: 11px;
	background: #ffffff;
	color: #1f334a;
	text-decoration: none;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.plate-selector__chips a:hover,
.plate-selector__chips a:focus {
	border-color: #9fc0df;
	background: #eef6ff;
	box-shadow: 0 8px 18px rgba(31, 51, 74, .08);
}

.plate-selector__chips a.is-active {
	border-color: #ffac0a;
	background: linear-gradient(180deg, #fff7d9 0%, #ffeab0 100%);
	box-shadow: inset 0 0 0 1px #ffac0a, 0 6px 14px rgba(255, 172, 10, .16);
	pointer-events: none;
}

.plate-selector__chips strong {
	font-size: 12px;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.plate-selector__chips span {
	display: none;
	margin-top: 2px;
	color: #6b7a8a;
	font-size: 11px;
	line-height: 1.2;
}

.plate-selector__all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	min-height: 30px;
	padding: 4px 9px;
	border: 1px solid #d6e8f7;
	border-radius: 999px;
	background: #fff;
	color: #176ea8;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.plate-selector__all:hover,
.plate-selector__all:focus {
	color: #0f4f82;
	text-decoration: underline;
}

.plate-selector__sets {
	margin-top: 10px;
	border-top: 1px dashed #d9e5f0;
	padding-top: 9px;
}

.plate-selector__sets summary {
	cursor: pointer;
	color: #176ea8;
	font-size: 13px;
	font-weight: 700;
	list-style-position: inside;
}

.plate-selector__sets .plate-selector__chips {
	margin-top: 7px;
}

.plate-selector__chips--thickness {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plate-selector__chips--sets {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 575.98px) {
	.product-card-specs {
		padding: .65rem;
	}
	.product-card-specs__chips a {
		padding: .34rem .45rem;
	}
	.product-purchase-specs {
		padding: .85rem;
	}
	.product-purchase-specs__grid {
		grid-template-columns: 1fr;
	}
	.plate-selector {
		padding: 12px;
		scroll-margin-top: 74px;
	}
	.plate-selector__head {
		display: block;
	}
	.plate-selector__all {
		margin-top: 8px;
		width: 100%;
	}
	.plate-selector__chips {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.plate-selector__chips--thickness {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.plate-selector__chips a {
		min-width: 0;
	}
}
