:root {
	--mantor-catalog-blue: #083672;
	--mantor-catalog-blue-2: #083672;
	--mantor-catalog-line: rgba(8, 54, 114, 0.2);
	--mantor-catalog-line-soft: rgba(8, 54, 114, 0.12);
	--mantor-catalog-soft: #e9eef5;
	--mantor-catalog-media: #eeeeef;
	--mantor-catalog-text: #05070b;
	--mantor-catalog-muted: rgba(8, 54, 114, 0.5);
	--mantor-font: "Involve", Arial, sans-serif;
	--mantor-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.mantor-catalog-page,
.mantor-product-page,
.mantor-cart-page,
.mantor-order-page {
	color: var(--mantor-catalog-text);
	font-family: var(--mantor-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	overflow: clip;
}

.mantor-catalog-page *,
.mantor-product-page *,
.mantor-cart-page *,
.mantor-order-page * {
	box-sizing: border-box;
	font-family: inherit;
}

.mantor-catalog-page button,
.mantor-catalog-page input,
.mantor-catalog-page select,
.mantor-catalog-page textarea,
.mantor-product-page button,
.mantor-product-page input,
.mantor-product-page select,
.mantor-product-page textarea,
.mantor-cart-page button,
.mantor-cart-page input,
.mantor-cart-page select,
.mantor-cart-page textarea {
	font: inherit;
}

.mantor-catalog-page h1,
.mantor-catalog-page h2,
.mantor-catalog-page h3,
.mantor-catalog-page h4,
.mantor-product-page h1,
.mantor-product-page h2,
.mantor-product-page h3,
.mantor-cart-page h1,
.mantor-cart-page h2 {
	margin-top: 0;
	font-family: var(--mantor-font);
	font-weight: 500;
}

.mantor-catalog-container {
	width: min(1380px, calc(100% - 60px));
	margin-inline: auto;
}

.mantor-catalog-button,
.mantor-catalog-form button[type="submit"],
.mantor-product-buy-form > button {
	display: inline-flex;
	min-height: 36px;
	padding: 9px 24px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: var(--mantor-catalog-blue);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 280ms var(--mantor-ease), box-shadow 280ms var(--mantor-ease), background-color 220ms ease;
}

.mantor-catalog-button:hover,
.mantor-catalog-form button[type="submit"]:hover,
.mantor-product-buy-form > button:hover {
	background: #0b458b;
	box-shadow: 0 10px 24px rgba(8, 54, 114, 0.14);
	transform: translateY(-2px);
}

.mantor-catalog-button:focus-visible,
.mantor-catalog-form button[type="submit"]:focus-visible,
.mantor-product-buy-form > button:focus-visible {
	outline: 2px solid #216bfb;
	outline-offset: 3px;
}

.mantor-catalog-hero {
	position: relative;
	min-height: 620px;
	padding: 169px 0 60px;
	color: #fff;
	background: #083672;
	overflow: hidden;
	isolation: isolate;
}

.mantor-catalog-hero::before,
.mantor-catalog-hero::after {
	display: none;
	content: "";
}

.mantor-catalog-hero__vectors {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center bottom;
	opacity: 1;
	pointer-events: none;
	user-select: none;
}

.mantor-catalog-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	width: min(1260px, calc(100% - 180px));
	min-height: 391px;
	margin-inline: auto;
	flex-direction: column;
	justify-content: space-between;
}

.mantor-catalog-hero__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
}

.mantor-catalog-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(52px, 4.5vw, 64px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.mantor-catalog-basket-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 42px;
	margin-top: 22px;
	padding: 0;
	border-radius: 0;
	color: var(--mantor-catalog-blue);
	background: transparent;
	text-decoration: none;
	transition: transform 280ms var(--mantor-ease);
}

.mantor-catalog-basket-link:hover {
	transform: translateX(3px);
}

.mantor-catalog-basket-link__main {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 12px;
	align-items: center;
	gap: 9px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 17, 47, 0.08);
}

.mantor-catalog-basket-link img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.mantor-catalog-basket-link__arrow {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 10px;
	background: #fff;
	font-size: 24px;
	line-height: 1;
	transition: transform 280ms var(--mantor-ease);
}

.mantor-catalog-basket-link:hover .mantor-catalog-basket-link__arrow {
	transform: translateX(2px);
}

.mantor-catalog-benefits {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 150px));
	justify-content: space-between;
	gap: 22px;
}

.mantor-catalog-benefit {
	min-width: 0;
}

.mantor-catalog-benefit img {
	display: block;
	width: 100px;
	height: 100px;
	object-fit: contain;
	filter: drop-shadow(0 8px 16px rgba(0, 26, 68, 0.06));
	transition: transform 420ms var(--mantor-ease);
}

.mantor-catalog-benefit:hover img {
	transform: translateY(-5px) scale(1.025);
}

.mantor-catalog-benefit p {
	width: 175px;
	margin: 10px 0 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.mantor-catalog-series {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	padding-block: 30px 36px;
}

.mantor-catalog-series-card,
.mantor-category-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	border: 1px solid var(--mantor-catalog-line);
	background: #fff;
	text-align: center;
	transition: border-color 280ms ease, box-shadow 360ms var(--mantor-ease), transform 360ms var(--mantor-ease);
}

.mantor-catalog-series-card:hover,
.mantor-category-card:hover {
	border-color: rgba(8, 54, 114, 0.32);
	box-shadow: 0 18px 45px rgba(5, 28, 62, 0.08);
	transform: translateY(-4px);
}

.mantor-catalog-series-card {
	min-height: 620px;
	padding: 46px 44px 28px;
	border-radius: 30px;
}

.mantor-catalog-series-card h2 {
	margin-bottom: 24px;
	font-size: clamp(36px, 3.7vw, 52px);
	line-height: 1;
}

.mantor-catalog-series-card h3 {
	margin: 26px 0 20px;
	font-size: 26px;
	font-weight: 400;
}

.mantor-catalog-series-card p,
.mantor-category-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.32;
}

.mantor-catalog-series-card p {
	max-width: 540px;
}

.mantor-catalog-chips,
.mantor-category-card__features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
}

.mantor-catalog-chips span,
.mantor-category-card__features span {
	padding: 6px 12px;
	border-radius: 999px;
	color: var(--mantor-catalog-blue);
	background: var(--mantor-catalog-soft);
	font-size: 12px;
	line-height: 1.1;
}

.mantor-catalog-series-card > img {
	width: min(440px, 92%);
	height: 250px;
	margin-top: auto;
	object-fit: contain;
	transition: transform 420ms var(--mantor-ease);
}

.mantor-catalog-series-card:hover > img {
	transform: scale(1.025);
}

.mantor-catalog-series-card > .mantor-catalog-button,
.mantor-category-card > .mantor-catalog-button {
	width: min(320px, 100%);
	margin-top: 22px;
	flex: 0 0 auto;
}

.mantor-catalog-section,
.mantor-catalog-products {
	padding-bottom: 60px;
}

.mantor-catalog-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 22px;
}

.mantor-category-card {
	position: relative;
	height: 680px;
	min-height: 680px;
	padding: 36px 26px 20px;
	border-radius: 28px;
	overflow: hidden;
}

.mantor-category-card h3 {
	display: flex;
	min-height: 52px;
	margin: 0 0 16px;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.16;
	text-transform: uppercase;
}

.mantor-category-card h4 {
	margin: 24px 0 18px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
}

.mantor-category-card p {
	max-width: 340px;
	min-height: 62px;
	font-size: 12px;
	line-height: 1.3;
}

.mantor-category-card__features {
	max-width: 360px;
	min-height: 103px;
	align-content: flex-start;
}

.mantor-category-card__media {
	display: flex;
	width: 100%;
	height: auto;
	min-height: 0;
	margin-top: 12px;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	flex: 1 1 0;
}

.mantor-category-card__media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 86%;
	max-height: 100%;
	object-fit: contain;
	transform-origin: center bottom;
	transition: transform 420ms var(--mantor-ease);
}

.mantor-category-card--valve .mantor-category-card__media img {
	max-width: 86%;
}

.mantor-category-card--nozzle .mantor-category-card__media img,
.mantor-category-card--connector .mantor-category-card__media img {
	max-width: 86%;
}

.mantor-category-card--nut .mantor-category-card__media img {
	max-width: 64%;
}

.mantor-category-card--solenoid .mantor-category-card__media img {
	max-width: 76%;
}

.mantor-category-card > .mantor-catalog-button {
	margin-top: 0;
}

.mantor-category-card:hover .mantor-category-card__media img {
	transform: scale(1.02);
}

.mantor-category-card__media--empty {
	visibility: hidden;
}

.mantor-catalog-controls {
	display: grid;
	grid-template-columns: minmax(320px, 2fr) minmax(220px, 1fr) auto minmax(190px, auto);
	gap: 16px;
	margin: 12px 0 54px;
	align-items: start;
}

.mantor-catalog-search {
	position: relative;
	display: block;
}

.mantor-catalog-search__icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 14px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	color: var(--mantor-catalog-blue);
	transform: translateY(-50%);
}

.mantor-catalog-search__icon svg,
.mantor-catalog-filter-toggle svg,
.mantor-catalog-sort__button svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mantor-catalog-search input,
.mantor-catalog-filter-toggle,
.mantor-catalog-reset {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 12px;
	color: var(--mantor-catalog-blue);
	background: var(--mantor-catalog-soft);
	font-size: 14px;
}

.mantor-catalog-search input {
	padding: 10px 18px 10px 45px;
	outline: 1px solid transparent;
	transition: outline-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.mantor-catalog-search input:focus {
	outline-color: rgba(8, 54, 114, 0.24);
	background: #f4f7fb;
	box-shadow: 0 8px 20px rgba(8, 54, 114, 0.06);
}

.mantor-catalog-filter-toggle,
.mantor-catalog-reset {
	display: flex;
	padding: 10px 16px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 220ms ease, transform 220ms var(--mantor-ease);
}

.mantor-catalog-filter-toggle svg {
	width: 22px;
	height: 22px;
}

.mantor-catalog-filter-toggle:hover,
.mantor-catalog-reset:hover {
	background: #dfe7f1;
	transform: translateY(-1px);
}

.mantor-catalog-search-dock .mantor-catalog-filter-toggle > span,
.mantor-catalog-search-dock .mantor-catalog-reset > span:first-child {
	max-width: 180px;
	opacity: 1;
	white-space: nowrap;
	transition: max-width 280ms var(--mantor-ease), width 280ms var(--mantor-ease), opacity 180ms ease, transform 280ms var(--mantor-ease);
}

.mantor-catalog-sort {
	display: flex;
	gap: 6px;
}

.mantor-catalog-sort__button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 13px;
	place-items: center;
	border: 0;
	border-radius: 12px;
	color: var(--mantor-catalog-blue);
	background: var(--mantor-catalog-soft);
	cursor: pointer;
	transition: transform 220ms var(--mantor-ease), background-color 220ms ease, color 220ms ease;
}

.mantor-catalog-sort__button:hover {
	transform: translateY(-2px);
}

.mantor-catalog-sort__button.is-active {
	color: #fff;
	background: var(--mantor-catalog-blue);
}

.mantor-catalog-filter-panel {
	grid-column: 1 / -1;
	display: flex;
	padding: 20px 22px;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	border: 1px solid var(--mantor-catalog-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 34px rgba(8, 54, 114, 0.05);
}

.mantor-catalog-filter-panel[hidden] {
	display: none;
}

.mantor-catalog-filter-panel label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
}

.mantor-catalog-filter-panel input {
	accent-color: var(--mantor-catalog-blue);
}

.mantor-catalog-empty {
	padding: 60px 24px;
	border: 1px solid var(--mantor-catalog-line);
	color: var(--mantor-catalog-blue);
	text-align: center;
}

.mantor-catalog-quick-filter {
	display: flex;
	margin: 0 0 34px;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.mantor-catalog-quick-filter__title {
	margin-right: 4px;
	color: #6f7d90;
	font-size: 13px;
	font-weight: 500;
}

.mantor-catalog-quick-filter__chip {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce4ef;
	border-radius: 999px;
	color: var(--mantor-catalog-blue);
	background: #f5f8fc;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: transform 220ms var(--mantor-ease), border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.mantor-catalog-quick-filter__chip:hover {
	transform: translateY(-2px);
	border-color: rgba(8, 54, 114, 0.34);
	box-shadow: 0 10px 24px rgba(8, 54, 114, 0.07);
}

.mantor-catalog-quick-filter__chip.is-active {
	border-color: var(--mantor-catalog-blue);
	color: #fff;
	background: var(--mantor-catalog-blue);
}

.mantor-catalog-pagination {
	display: flex;
	width: 100%;
	margin: 46px auto 0;
	justify-content: center;
}

.mantor-pagination {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-areas: "prev pages next" "meta meta meta";
	align-items: center;
	justify-content: center;
	gap: 10px 12px;
	color: var(--mantor-catalog-blue);
}

.mantor-pagination__pages {
	grid-area: pages;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.mantor-pagination__link,
.mantor-pagination__current,
.mantor-pagination__dots {
	display: grid;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: transform 220ms var(--mantor-ease), border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.mantor-pagination__link {
	color: var(--mantor-catalog-blue);
	background: var(--mantor-catalog-soft);
}

.mantor-pagination__link:hover {
	border-color: rgba(8, 54, 114, 0.16);
	background: #fff;
	transform: translateY(-2px);
}

.mantor-pagination__current {
	color: #fff;
	background: var(--mantor-catalog-blue);
	box-shadow: 0 8px 18px rgba(8, 54, 114, 0.14);
}

.mantor-pagination__dots {
	min-width: 24px;
	padding: 0;
	color: rgba(8, 54, 114, 0.48);
}

.mantor-pagination__prev {
	grid-area: prev;
}

.mantor-pagination__next {
	grid-area: next;
}

.mantor-pagination__disabled {
	display: grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	color: rgba(8, 54, 114, 0.3);
	background: rgba(8, 54, 114, 0.05);
}

.mantor-pagination__meta {
	grid-area: meta;
	margin-top: 3px;
	color: rgba(8, 54, 114, 0.5);
	font-size: 11px;
	text-align: center;
}

.mantor-catalog-request,
.mantor-cart-order {
	position: relative;
	background: #fff;
	overflow: hidden;
	isolation: isolate;
}

.mantor-catalog-request::before,
.mantor-cart-order::before {
	display: none;
	content: "";
}

.mantor-catalog-request__vectors,
.mantor-cart-order__vectors {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	pointer-events: none;
}

.mantor-catalog-request {
	min-height: 880px;
	padding: 190px 0 140px;
}

.mantor-catalog-request__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1380px, calc(100% - 60px));
	margin-inline: auto;
	grid-template-columns: 496px 675px;
	align-items: center;
	justify-content: end;
	gap: 124px;
}

.mantor-catalog-request__form {
	width: 496px;
	max-width: 100%;
	padding: 0;
	text-align: center;
	transform: translateY(28px);
}

.mantor-catalog-request h2 {
	width: 100%;
	margin: 0 0 20px;
	color: var(--mantor-catalog-blue);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.015em;
}

.mantor-catalog-request__form > p {
	max-width: 360px;
	margin: 0 auto;
	color: var(--mantor-catalog-blue);
	font-size: 12px;
	line-height: 1.25;
}

.mantor-catalog-request__image {
	display: block;
	width: 675px;
	height: 550px;
	max-width: 100%;
	object-fit: cover;
}

.mantor-catalog-form form {
	display: grid;
	gap: 0;
	margin-top: 26px;
}

.mantor-catalog-form label:not(.mantor-catalog-form__consent):not(.mantor-catalog-form__consent-check) {
	display: grid;
	min-height: 47px;
	align-content: end;
	text-align: left;
}

.mantor-catalog-form label > span {
	color: var(--mantor-catalog-blue);
	font-size: 14px;
}

.mantor-catalog-form input[type="text"],
.mantor-catalog-form input[type="tel"],
.mantor-catalog-form input[type="email"] {
	width: 100%;
	min-height: 29px;
	padding: 0 0 6px;
	border: 0;
	border-bottom: 1px solid rgba(8, 54, 114, 0.16);
	border-radius: 0;
	outline: none;
	color: var(--mantor-catalog-blue);
	background: transparent;
	font-size: 14px;
	transition: border-color 220ms ease, box-shadow 220ms ease;
}

.mantor-catalog-form input[type="text"]:focus,
.mantor-catalog-form input[type="tel"]:focus,
.mantor-catalog-form input[type="email"]:focus {
	border-color: rgba(8, 54, 114, 0.68);
	box-shadow: 0 2px 0 rgba(8, 54, 114, 0.08);
}

.mantor-catalog-form button[type="submit"] {
	width: 100%;
	margin-top: 26px;
}

.mantor-catalog-form__consent {
	display: block !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	margin: 20px auto 0;
	padding: 0 8px;
	box-sizing: border-box;
	justify-self: stretch;
	color: rgba(8, 54, 114, 0.5);
	font-size: 10px;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	writing-mode: horizontal-tb;
}

.mantor-catalog-form__consent a {
	display: inline !important;
	float: none !important;
	position: static !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
}

.mantor-catalog-form__consent-check {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
}

.mantor-catalog-form__consent-check input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--mantor-catalog-blue);
}

.mantor-catalog-form__success,
.mantor-catalog-form__errors {
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid var(--mantor-catalog-line);
	color: var(--mantor-catalog-blue);
	font-size: 12px;
}

.mantor-required {
	color: #e50000 !important;
}

.mantor-catalog-page--section {
	padding-top: 64px;
}

.mantor-catalog-section-heading {
	padding-bottom: 44px;
}

.mantor-catalog-section-heading a {
	color: var(--mantor-catalog-blue);
	font-size: 13px;
	text-decoration: none;
}

.mantor-catalog-section-heading h1 {
	margin: 20px 0 0;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 500;
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.mantor-product-main {
	display: grid;
	grid-template-columns: minmax(0, 612px) minmax(0, 608px);
	gap: 80px;
	padding-top: 68px;
	align-items: start;
	justify-content: space-between;
}

.mantor-product-gallery {
	display: grid;
	grid-template-columns: 92px 500px;
	gap: 20px;
	min-width: 0;
}

.mantor-product-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mantor-product-gallery__thumbs button {
	display: grid;
	width: 92px;
	height: 92px;
	padding: 5px;
	place-items: center;
	border: 1px solid transparent;
	background: var(--mantor-catalog-media);
	cursor: pointer;
	transition: border-color 220ms ease, transform 260ms var(--mantor-ease), background-color 220ms ease;
}

.mantor-product-gallery__thumbs button:hover,
.mantor-product-gallery__thumbs button.is-active {
	border-color: rgba(8, 54, 114, 0.45);
	background: #f4f5f7;
	transform: translateX(2px);
}

.mantor-product-gallery__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mantor-product-gallery__stage {
	position: relative;
	width: 500px;
	height: 500px;
	min-height: 0;
	background: var(--mantor-catalog-media);
	overflow: hidden;
}

.mantor-product-gallery__slide {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}

.mantor-product-gallery__slide[hidden] {
	display: none;
}

.mantor-product-gallery__slide img {
	width: 100%;
	height: 100%;
	padding: 28px;
	object-fit: contain;
	transition: transform 520ms var(--mantor-ease);
}

.mantor-product-gallery__stage:hover .mantor-product-gallery__slide.is-active img {
	transform: scale(1.025);
}

.mantor-product-gallery__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--mantor-catalog-media);
}

.mantor-product-gallery__labels {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.mantor-product-gallery__labels span,
.mantor-product-summary__series,
.mantor-product-summary__availability {
	display: inline-flex;
	min-height: 24px;
	padding: 5px 10px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	color: #fff;
	background: var(--mantor-catalog-blue);
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
}

.mantor-product-gallery__expand {
	position: absolute;
	z-index: 4;
	top: 18px;
	right: 18px;
	display: grid;
	width: 28px;
	height: 28px;
	padding: 4px;
	place-items: center;
	border: 0;
	color: #111;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	transition: transform 260ms var(--mantor-ease), background-color 220ms ease;
}

.mantor-product-gallery__expand:hover {
	background: rgba(255, 255, 255, 0.7);
	transform: scale(1.08);
}

.mantor-product-gallery__expand svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mantor-product-gallery__dots {
	position: absolute;
	z-index: 3;
	bottom: 22px;
	left: 50%;
	display: flex;
	gap: 5px;
	transform: translateX(-50%);
}

.mantor-product-gallery__dots span {
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
}

.mantor-product-gallery__dots span.is-active {
	background: var(--mantor-catalog-blue);
}

.mantor-product-summary {
	min-width: 0;
	padding-top: 0;
}

.mantor-product-summary h1 {
	margin: -8px 0 22px;
	font-size: clamp(34px, 3.1vw, 40px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.018em;
	overflow-wrap: anywhere;
}

.mantor-product-summary__codes {
	display: flex;
	min-height: 46px;
	padding-bottom: 18px;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	border-bottom: 1px solid var(--mantor-catalog-line);
	font-size: 14px;
}

.mantor-product-summary__oem {
	color: #216bfb;
}

.mantor-product-summary__availability.is-unavailable {
	color: var(--mantor-catalog-blue);
	background: rgba(8, 54, 114, 0.1);
}

.mantor-product-summary__price {
	margin: 22px 0 18px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}

.mantor-product-buy-form {
	display: block;
}

.mantor-product-buy-form__row {
	display: flex;
	margin-bottom: 18px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.mantor-product-buy-form .mantor-product-summary__price {
	margin: 0;
}

.mantor-product-buy-form > .mantor-catalog-button,
.mantor-product-summary > .mantor-catalog-button {
	width: 100%;
	min-height: 36px;
}

.mantor-quantity {
	display: grid;
	width: 92px;
	height: 42px;
	grid-template-columns: 30px 32px 30px;
	border-radius: 10px;
	background: rgba(8, 54, 114, 0.1);
	overflow: hidden;
}

.mantor-quantity button,
.mantor-quantity input {
	width: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	color: var(--mantor-catalog-blue);
	background: transparent;
	font-size: 14px;
	text-align: center;
}

.mantor-quantity button {
	cursor: pointer;
	transition: background-color 180ms ease;
}

.mantor-quantity button:hover {
	background: rgba(8, 54, 114, 0.08);
}

.mantor-quantity input {
	appearance: textfield;
}

.mantor-quantity input::-webkit-inner-spin-button,
.mantor-quantity input::-webkit-outer-spin-button {
	appearance: none;
}

.mantor-product-trust {
	display: grid;
	gap: 10px;
	margin: 30px 0 0;
	padding: 0;
}

.mantor-product-trust li {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	font-size: 14px;
}

.mantor-product-trust li > span {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	border-radius: 10px;
	background: rgba(8, 54, 114, 0.1);
	transition: transform 260ms var(--mantor-ease), background-color 220ms ease;
}

.mantor-product-trust li:hover > span {
	background: rgba(8, 54, 114, 0.14);
	transform: translateX(3px);
}

.mantor-product-trust img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.mantor-product-details {
	padding: 70px 0 110px;
}

.mantor-product-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--mantor-catalog-line);
}

.mantor-product-tabs button {
	position: relative;
	min-height: 54px;
	padding: 0 14px;
	border: 0;
	color: rgba(8, 54, 114, 0.4);
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: color 220ms ease;
}

.mantor-product-tabs button::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: var(--mantor-catalog-blue);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 300ms var(--mantor-ease);
}

.mantor-product-tabs button:hover,
.mantor-product-tabs button.is-active {
	color: var(--mantor-catalog-blue);
}

.mantor-product-tabs button.is-active::after {
	transform: scaleX(1);
}

.mantor-product-tab-panel {
	max-width: 610px;
	padding: 34px 30px;
	font-size: 14px;
	line-height: 1.38;
}

.mantor-product-tab-panel[hidden] {
	display: none;
}

.mantor-product-tab-panel.is-active {
	animation: mantor-tab-in 360ms var(--mantor-ease) both;
}

.mantor-product-tab-panel__lead {
	margin-bottom: 24px;
}

.mantor-product-tab-panel ul {
	margin: 0;
	padding-left: 20px;
}

.mantor-product-tab-panel li + li {
	margin-top: 8px;
}

.mantor-product-specs {
	display: block;
	max-width: 680px;
	margin: 0;
}

.mantor-product-specs > div {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr);
	gap: 20px;
	margin-bottom: 0;
	padding: 8px 0;
	border-bottom: 1px solid var(--mantor-catalog-line-soft);
}

.mantor-product-specs dt,
.mantor-product-specs dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.mantor-product-specs dt {
	color: var(--mantor-catalog-blue);
}

.mantor-related-products {
	padding-bottom: 105px;
}

.mantor-related-products__heading {
	display: flex;
	margin-bottom: 46px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mantor-related-products h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
}

.mantor-related-products__arrows {
	display: flex;
	gap: 4px;
}

.mantor-related-products__arrows button {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 10px;
	color: rgba(8, 54, 114, 0.34);
	background: rgba(8, 54, 114, 0.1);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: transform 220ms var(--mantor-ease), background-color 220ms ease, color 220ms ease;
}

.mantor-related-products__arrows button:last-child {
	color: #fff;
	background: var(--mantor-catalog-blue);
}

.mantor-related-products__arrows button:hover {
	transform: translateY(-2px);
}

.mantor-related-products__viewport {
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.mantor-related-products__viewport::-webkit-scrollbar {
	display: none;
}

.mantor-related-products__viewport .mantor-product-card {
	scroll-snap-align: start;
}

.mantor-catalog-request--product {
	min-height: 700px;
	padding: 90px 0 110px;
}

.mantor-catalog-request__compact {
	position: relative;
	z-index: 1;
	width: 496px;
	max-width: calc(100% - 30px);
	margin-inline: auto;
	text-align: center;
}

.mantor-catalog-request__compact h2 {
	margin: 0 0 18px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.12;
}

.mantor-catalog-request__compact > p {
	margin: 0 auto 30px;
	color: var(--mantor-catalog-blue);
	font-size: 12px;
	line-height: 1.2;
}

.mantor-cart-page {
	min-height: 100vh;
	padding: 64px 0 0;
	color: #000;
}

.mantor-cart-page h1 {
	margin: 0 0 86px;
	color: var(--mantor-catalog-blue);
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.mantor-cart-message,
.mantor-cart-empty {
	width: min(855px, 100%);
	margin: 0 auto 40px;
	padding: 24px;
	border: 1px solid var(--mantor-catalog-line);
	text-align: center;
}

.mantor-cart-empty .mantor-catalog-button {
	margin-top: 15px;
}

.mantor-cart-list {
	width: min(855px, 100%);
	margin: 0 auto;
	border-top: 1px solid var(--mantor-catalog-line);
}

.mantor-cart-item {
	position: relative;
	display: grid;
	min-height: 200px;
	grid-template-columns: 160px minmax(0, 1fr) 92px;
	grid-template-rows: 1fr auto;
	gap: 0 40px;
	padding: 20px 0;
	border-bottom: 1px solid var(--mantor-catalog-line);
	transition: background-color 260ms ease, transform 320ms var(--mantor-ease);
}

.mantor-cart-item:hover {
	background: linear-gradient(90deg, rgba(8, 54, 114, 0.025), transparent 70%);
	transform: translateX(3px);
}

.mantor-cart-item__image {
	grid-row: 1 / 3;
	display: grid;
	width: 160px;
	height: 160px;
	place-items: center;
	background: var(--mantor-catalog-media);
	overflow: hidden;
}

.mantor-cart-item__image img {
	width: 100%;
	height: 100%;
	padding: 12px;
	object-fit: contain;
	transition: transform 360ms var(--mantor-ease);
}

.mantor-cart-item:hover .mantor-cart-item__image img {
	transform: scale(1.035);
}

.mantor-cart-item__info {
	grid-row: 1 / 3;
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.mantor-cart-item__info h2 {
	margin: 6px 0 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.12;
}

.mantor-cart-item__info h2 a {
	color: #000;
	text-decoration: none;
}

.mantor-cart-item__codes {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 14px;
}

.mantor-cart-item__codes span + span {
	color: var(--mantor-catalog-blue);
}

.mantor-cart-item__codes b {
	padding: 4px 8px;
	border-radius: 100px;
	color: #fff;
	background: var(--mantor-catalog-blue);
	font-size: 10px;
	font-weight: 500;
}

.mantor-cart-item__price {
	margin-top: auto;
	font-size: 24px;
	font-weight: 500;
}

.mantor-cart-item__quantity {
	display: grid;
	width: 92px;
	height: 42px;
	grid-template-columns: 30px 32px 30px;
	align-self: start;
	border-radius: 10px;
	background: rgba(8, 54, 114, 0.1);
	overflow: hidden;
}

.mantor-cart-item__quantity button,
.mantor-cart-item__quantity input {
	width: 100%;
	padding: 0;
	border: 0;
	color: var(--mantor-catalog-blue);
	background: transparent;
	font-size: 14px;
	text-align: center;
}

.mantor-cart-item__quantity button {
	cursor: pointer;
	transition: background-color 180ms ease;
}

.mantor-cart-item__quantity button:hover {
	background: rgba(8, 54, 114, 0.08);
}

.mantor-cart-item__quantity input {
	appearance: textfield;
}

.mantor-cart-item__quantity input::-webkit-inner-spin-button,
.mantor-cart-item__quantity input::-webkit-outer-spin-button {
	appearance: none;
}

.mantor-cart-item__delete {
	align-self: end;
	justify-self: end;
}

.mantor-cart-item__delete button {
	width: 30px;
	height: 30px;
	padding: 3px;
	border: 0;
	color: var(--mantor-catalog-blue);
	background: transparent;
	cursor: pointer;
	transition: transform 220ms var(--mantor-ease), color 220ms ease;
}

.mantor-cart-item__delete button:hover {
	color: #a10f1c;
	transform: scale(1.08);
}

.mantor-cart-item__delete svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mantor-cart-order {
	min-height: 700px;
	margin-top: 80px;
	padding: 84px 0 112px;
}

.mantor-cart-order__inner {
	position: relative;
	z-index: 1;
	width: 496px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	text-align: center;
}

.mantor-cart-order h2 {
	margin: 0 0 20px;
	color: var(--mantor-catalog-blue);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
}

.mantor-cart-order__inner > p {
	margin: 0 0 28px;
	color: var(--mantor-catalog-blue);
	font-size: 12px;
	line-height: 1.2;
}

.mantor-catalog-form--cart form {
	margin-top: 0;
}

.mantor-motion-item {
	opacity: 0;
	translate: 0 24px;
	transition: opacity 700ms var(--mantor-ease), translate 700ms var(--mantor-ease), scale 700ms var(--mantor-ease);
	transition-delay: var(--mantor-motion-delay, 0ms);
	will-change: opacity, translate;
}

.mantor-motion-item[data-mantor-motion="left"] {
	translate: -24px 0;
}

.mantor-motion-item[data-mantor-motion="right"] {
	translate: 24px 0;
}

.mantor-motion-item[data-mantor-motion="scale"] {
	translate: 0 10px;
	scale: 0.985;
}

.mantor-motion-item.is-visible {
	opacity: 1;
	translate: 0 0;
	scale: 1;
}

@keyframes mantor-tab-in {
	0% {
		opacity: 0;
		transform: translateY(8px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 1240px) {
	.mantor-catalog-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mantor-catalog-hero__inner {
		width: min(100% - 72px, 1080px);
	}

	.mantor-catalog-benefits {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.mantor-catalog-benefit p {
		width: auto;
		font-size: 20px;
	}

	.mantor-catalog-benefit img {
		width: 78px;
		height: 78px;
	}

	.mantor-product-main {
		grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
		gap: 48px;
	}

	.mantor-product-gallery {
		grid-template-columns: 80px minmax(0, 1fr);
	}

	.mantor-product-gallery__thumbs button {
		width: 80px;
		height: 80px;
	}

	.mantor-product-gallery__stage {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.mantor-catalog-request__inner {
		grid-template-columns: minmax(380px, 496px) minmax(480px, 1fr);
		gap: 60px;
	}
}

@media (max-width: 1000px) {
	.mantor-catalog-container {
		width: min(100% - 40px, 1380px);
	}

	.mantor-catalog-hero {
		min-height: 680px;
		padding-top: 130px;
	}

	.mantor-catalog-hero__inner {
		width: min(100% - 48px, 900px);
		min-height: 500px;
	}

	.mantor-catalog-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 26px;
	}

	.mantor-catalog-series {
		grid-template-columns: 1fr;
	}

	.mantor-catalog-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mantor-catalog-controls {
		grid-template-columns: 1fr 1fr auto;
	}

	.mantor-catalog-reset {
		grid-column: 1 / -1;
		width: max-content;
	}

	.mantor-catalog-request__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.mantor-catalog-request__form {
		width: min(496px, 100%);
		margin-inline: auto;
		transform: none;
	}

	.mantor-catalog-request__image {
		width: min(675px, 100%);
		margin-inline: auto;
	}

	.mantor-product-main {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.mantor-product-gallery {
		width: min(612px, 100%);
		margin-inline: auto;
	}

	.mantor-product-summary {
		width: min(608px, 100%);
		margin-inline: auto;
	}
}

@media (max-width: 700px) {
	.mantor-catalog-container {
		width: min(100% - 24px, 1380px);
	}

	.mantor-catalog-hero {
		min-height: 760px;
		padding: 112px 0 38px;
	}

	.mantor-catalog-hero__inner {
		width: calc(100% - 28px);
		min-height: 610px;
	}

	.mantor-catalog-hero__top {
		flex-direction: column;
		gap: 22px;
	}

	.mantor-catalog-hero h1 {
		font-size: 42px;
	}

	.mantor-catalog-basket-link {
		width: 100%;
	}

	.mantor-catalog-basket-link__main {
		flex: 1;
	}

	.mantor-catalog-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}

	.mantor-catalog-benefit img {
		width: 58px;
		height: 58px;
	}

	.mantor-catalog-benefit p {
		font-size: 17px;
	}

	.mantor-catalog-series-card,
	.mantor-category-card {
		height: auto;
		min-height: 0;
		padding: 32px 18px 22px;
		border-radius: 22px;
	}

	.mantor-category-card p,
	.mantor-category-card__features {
		min-height: 0;
	}

	.mantor-category-card__media {
		min-height: 230px;
		flex-basis: 230px;
	}

	.mantor-catalog-categories {
		grid-template-columns: 1fr;
	}

	.mantor-catalog-controls {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 34px;
	}

	.mantor-catalog-sort {
		justify-content: flex-start;
	}

	.mantor-catalog-reset {
		grid-column: auto;
		width: 100%;
	}

	.mantor-catalog-quick-filter {
		align-items: stretch;
	}

	.mantor-catalog-quick-filter__title {
		width: 100%;
	}

	.mantor-catalog-quick-filter__chip {
		flex: 1 1 calc(50% - 5px);
	}

	.mantor-catalog-filter-panel {
		grid-column: auto;
		align-items: flex-start;
		flex-direction: column;
	}

	.mantor-catalog-request,
	.mantor-catalog-request--product,
	.mantor-cart-order {
		min-height: 620px;
		padding: 68px 0 86px;
	}

	.mantor-catalog-request h2,
	.mantor-catalog-request__compact h2,
	.mantor-cart-order h2 {
		font-size: 32px;
	}

	.mantor-product-gallery {
		grid-template-columns: 1fr;
	}

	.mantor-product-gallery__thumbs {
		order: 2;
		flex-direction: row;
		overflow-x: auto;
	}

	.mantor-product-gallery__thumbs button {
		flex: 0 0 72px;
		width: 72px;
		height: 72px;
	}

	.mantor-product-gallery__stage {
		width: 100%;
		min-height: 320px;
	}

	.mantor-product-summary h1 {
		font-size: 32px;
	}

	.mantor-product-summary__price {
		font-size: 34px;
	}

	.mantor-product-tabs {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.mantor-product-tabs::-webkit-scrollbar {
		display: none;
	}

	.mantor-product-tabs button {
		min-width: 190px;
	}

	.mantor-product-tab-panel {
		padding-inline: 0;
	}

	.mantor-product-specs > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.mantor-related-products h2 {
		font-size: 32px;
	}

	.mantor-cart-page {
		padding-top: 40px;
	}

	.mantor-cart-page h1 {
		margin-bottom: 48px;
		font-size: 46px;
	}

	.mantor-cart-item {
		grid-template-columns: 100px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		gap: 14px 18px;
	}

	.mantor-cart-item__image {
		grid-row: 1 / 3;
		width: 100px;
		height: 100px;
	}

	.mantor-cart-item__info {
		grid-row: auto;
	}

	.mantor-cart-item__info h2 {
		font-size: 19px;
	}

	.mantor-cart-item__price {
		margin-top: 18px;
		font-size: 20px;
	}

	.mantor-cart-item__quantity {
		grid-column: 2;
		grid-row: 2;
	}

	.mantor-cart-item__delete {
		grid-column: 2;
		grid-row: 3;
		justify-self: start;
	}

	.mantor-pagination {
		grid-template-columns: auto minmax(0, 1fr) auto;
		max-width: 100%;
	}

	.mantor-pagination__pages {
		overflow-x: auto;
		justify-content: flex-start;
		scrollbar-width: none;
	}

	.mantor-pagination__pages::-webkit-scrollbar {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mantor-catalog-page *,
	.mantor-product-page *,
	.mantor-cart-page * {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.mantor-motion-item {
		opacity: 1;
		translate: none;
		scale: none;
	}
}

.mantor-catalog-search-sentinel {
	height: 1px;
	margin-top: -1px;
}

.mantor-catalog-search-dock {
	position: sticky;
	z-index: 24;
	top: 88px;
	padding: 18px 0;
	background: transparent;
	backdrop-filter: none;
	pointer-events: none;
	transition: padding 220ms ease;
}

.mantor-catalog-search-dock .mantor-catalog-search-form,
.mantor-catalog-search-dock .mantor-catalog-controls {
	pointer-events: auto;
}

.mantor-catalog-search-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: start;
}

.mantor-catalog-search-dock .mantor-catalog-controls {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 10px;
	margin: 0;
	align-items: start;
}

.mantor-catalog-search-dock .mantor-catalog-filter-toggle,
.mantor-catalog-search-dock .mantor-catalog-reset,
.mantor-catalog-search-dock .mantor-catalog-sort__button {
	min-height: 62px;
	height: 62px;
	border-radius: 16px;
	overflow: hidden;
	transition: width 320ms var(--mantor-ease), min-height 220ms ease, height 220ms ease, padding 320ms var(--mantor-ease), gap 320ms var(--mantor-ease), border-radius 220ms ease, transform 220ms var(--mantor-ease), background-color 220ms ease, color 220ms ease;
}

.mantor-catalog-search-dock .mantor-catalog-filter-toggle {
	width: 210px;
}

.mantor-catalog-search-dock .mantor-catalog-reset {
	width: 180px;
}

.mantor-catalog-search-dock.is-stuck .mantor-catalog-filter-toggle,
.mantor-catalog-search-dock.is-stuck .mantor-catalog-reset,
.mantor-catalog-search-dock.is-stuck .mantor-catalog-sort__button {
	min-height: 50px;
	height: 50px;
	border-radius: 12px;
}

@media (min-width: 1181px) {
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-filter-toggle,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-reset,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-sort__button {
		width: 50px;
		min-width: 50px;
		padding-left: 0;
		padding-right: 0;
		justify-content: center;
		gap: 0;
	}

	.mantor-catalog-search-dock.is-stuck .mantor-catalog-filter-toggle > span,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-reset > span:first-child {
		width: 0;
		max-width: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateX(8px);
	}
}

.mantor-catalog-search-dock .mantor-catalog-filter-panel {
	grid-column: 1 / -1;
	margin-top: 0;
}

.mantor-catalog-search-dock.is-stuck {
	padding: 9px 0;
	background: transparent;
	box-shadow: none;
}

.mantor-catalog-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 10px;
	align-items: center;
}

.mantor-catalog-search--primary input {
	min-height: 62px;
	padding-left: 52px;
	padding-right: 20px;
	border: 1px solid rgba(8, 54, 114, 0.12);
	border-radius: 16px;
	background: #eef2f7;
	font-size: 15px;
	transition: min-height 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.mantor-catalog-search--primary .mantor-catalog-search__icon {
	left: 18px;
	width: 22px;
	height: 22px;
}

.mantor-catalog-search-dock.is-stuck .mantor-catalog-search--primary input {
	min-height: 50px;
	border-radius: 12px;
}

.mantor-catalog-search-submit,
.mantor-catalog-search-clear {
	display: inline-flex;
	min-height: 62px;
	padding: 0 26px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 16px;
	color: #fff;
	background: var(--mantor-catalog-blue);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: width 320ms var(--mantor-ease), min-height 220ms ease, padding 320ms var(--mantor-ease), border-radius 220ms ease, transform 220ms var(--mantor-ease), box-shadow 220ms ease;
}

.mantor-catalog-search-submit__label {
	max-width: 80px;
	opacity: 1;
	white-space: nowrap;
	transition: max-width 280ms var(--mantor-ease), opacity 180ms ease, transform 280ms var(--mantor-ease);
}

.mantor-catalog-search-submit__icon {
	width: 0;
	height: 20px;
	opacity: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: scale(0.72);
	transition: width 280ms var(--mantor-ease), opacity 180ms ease, transform 280ms var(--mantor-ease);
}

.mantor-catalog-search-clear {
	width: 48px;
	padding: 0;
	color: var(--mantor-catalog-blue);
	background: var(--mantor-catalog-soft);
	font-size: 24px;
	font-weight: 300;
}

.mantor-product-buy-form button[type="submit"].is-added,
.mantor-product-card__cart-form button[type="submit"].is-added {
	filter: brightness(1.08);
	transform: scale(0.98);
}

.mantor-product-buy-form button[type="submit"].is-error,
.mantor-product-card__cart-form button[type="submit"].is-error {
	opacity: 0.72;
}

.mantor-catalog-search-submit:hover,
.mantor-catalog-search-clear:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(8, 54, 114, 0.12);
}

.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-submit,
.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-clear {
	min-height: 50px;
	border-radius: 12px;
}

@media (min-width: 1181px) {
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-submit {
		width: 50px;
		min-width: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-submit__label {
		max-width: 0;
		opacity: 0;
		transform: translateX(8px);
	}

	.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-submit__icon {
		width: 20px;
		opacity: 1;
		transform: scale(1);
	}
}

.mantor-catalog-controls {
	grid-template-columns: minmax(220px, 1fr) auto minmax(190px, auto);
	margin-top: 0;
}

#mantor-products {
	scroll-margin-top: 178px;
}

.mantor-category-card {
	height: 570px;
	min-height: 570px;
	padding: 30px 24px 18px;
}

.mantor-category-card p {
	min-height: 76px;
}

.mantor-category-card__features {
	min-height: 96px;
}

.mantor-category-card__media {
	margin-top: 8px;
}

.mantor-category-card--components .mantor-category-card__media img {
	max-width: 82%;
}

.mantor-product-back-row {
	padding-top: 46px;
}

.mantor-product-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mantor-catalog-blue);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: transform 220ms var(--mantor-ease), opacity 220ms ease;
}

.mantor-product-back:hover {
	transform: translateX(-3px);
	opacity: 0.78;
}

.mantor-product-main {
	padding-top: 26px;
}

.mantor-cart-item__stock {
	margin-top: 10px;
	color: var(--mantor-catalog-blue);
	font-size: 13px;
	font-weight: 500;
}

.mantor-cart-summary {
	width: min(855px, 100%);
	margin: 28px auto 0;
	padding: 22px 24px;
	border: 1px solid var(--mantor-catalog-line);
	border-radius: 16px;
	background: #f8fafc;
}

.mantor-cart-summary > div {
	display: flex;
	padding: 8px 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	color: var(--mantor-catalog-blue);
	font-size: 14px;
}

.mantor-cart-summary > div strong {
	color: #111;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}

.mantor-cart-summary__total {
	margin-top: 8px;
	padding-top: 16px !important;
	border-top: 1px solid var(--mantor-catalog-line);
	font-size: 16px !important;
	font-weight: 500;
}

.mantor-cart-summary__total strong {
	font-size: 24px !important;
}

.mantor-cart-summary p {
	margin: 12px 0 0;
	color: rgba(8, 54, 114, 0.62);
	font-size: 12px;
	line-height: 1.35;
}

@media (max-width: 1180px) {
	.mantor-catalog-search-toolbar {
		grid-template-columns: 1fr;
	}

	.mantor-catalog-search-dock .mantor-catalog-controls {
		grid-template-columns: minmax(0, 1fr) auto minmax(170px, auto);
	}
}

@media (max-width: 1000px) {
	.mantor-catalog-search-dock {
		top: 78px;
	}

	#mantor-products {
		scroll-margin-top: 164px;
	}
}

@media (max-width: 700px) {
	.mantor-catalog-search-dock {
		top: 64px;
		padding: 10px 0;
	}

	.mantor-catalog-search-dock .mantor-catalog-controls {
		grid-template-columns: 1fr auto;
	}

	.mantor-catalog-search-dock .mantor-catalog-filter-toggle,
	.mantor-catalog-search-dock .mantor-catalog-reset {
		width: 100%;
	}

	.mantor-catalog-search-dock .mantor-catalog-reset,
	.mantor-catalog-search-dock .mantor-catalog-filter-panel {
		grid-column: 1 / -1;
	}

	.mantor-catalog-search-dock .mantor-catalog-filter-toggle,
	.mantor-catalog-search-dock .mantor-catalog-reset,
	.mantor-catalog-search-dock .mantor-catalog-sort__button,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-filter-toggle,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-reset,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-sort__button {
		min-height: 48px;
		height: 48px;
	}

	.mantor-catalog-search-form {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
	}

	.mantor-catalog-search--primary input,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-search--primary input {
		min-height: 48px;
		padding-left: 43px;
		font-size: 13px;
	}

	.mantor-catalog-search--primary .mantor-catalog-search__icon {
		left: 14px;
		width: 18px;
		height: 18px;
	}

	.mantor-catalog-search-submit,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-submit {
		min-height: 48px;
		padding: 0 16px;
	}

	.mantor-catalog-search-clear,
	.mantor-catalog-search-dock.is-stuck .mantor-catalog-search-clear {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 34px;
		font-size: 20px;
	}

	#mantor-products {
		scroll-margin-top: 142px;
	}

	.mantor-category-card {
		height: auto;
		min-height: 0;
	}

	.mantor-product-back-row {
		padding-top: 28px;
	}

	.mantor-product-main {
		padding-top: 18px;
	}

	.mantor-cart-summary {
		padding: 18px;
	}

	.mantor-cart-summary > div {
		gap: 12px;
		font-size: 13px;
	}

	.mantor-cart-summary > div strong {
		font-size: 16px;
	}

	.mantor-cart-summary__total strong {
		font-size: 20px !important;
	}
}

@media (max-width: 700px) {
	.mantor-catalog-controls {
		grid-template-columns: 1fr;
	}
}
