

/* Start:/local/components/tempus/catalog.section/templates/maket-section/style.css?178764636044715*/
/* Tempus catalog maket-section — listing chrome around Figma cards */

@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Light.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Regular.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web Medium";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Medium.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Styrene A Web";
	src: url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff2") format("woff2"),
		url("/local/templates/main/assets/font/StyreneAWeb-Bold.woff2") format("woff2"),
		url("/local/assets/maket_section_html/fonts/StyreneAWeb-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.tcs-page {
	--tcs-bg: #ffffff;
	--tcs-white: #ffffff;
	--tcs-text: #3c3c3c;
	--tcs-text-strong: #1a1a1a;
	--tcs-muted: #939393;
	--tcs-line: #ede8e3;
	--tcs-line-2: #d8d2cb;
	--tcs-accent: #dede2b;
	--tcs-radius: 12px;
	--tcs-font: "Styrene A Web", "Styrene B LC", Arial, sans-serif;
	background: #ffffff;
	font-family: var(--tcs-font) !important;
}

.tcs-catalog {
	font-family: var(--tcs-font) !important;
	padding-bottom: 48px;
}

.tcs-catalog,
.tcs-catalog button,
.tcs-catalog input,
.tcs-catalog .msh-card,
.tcs-catalog .msh-card__name,
.tcs-catalog .msh-card__price,
.tcs-catalog .pagination,
.tcs-catalog .msh-pager,
.tcs-catalog .msh-more {
	font-family: var(--tcs-font) !important;
}

.tcs-catalog__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 8px 0 14px;
}

@media (min-width: 768px) {
	.tcs-catalog__meta {
		display: none;
	}
}

.tcs-catalog__count {
	display: none;
}

.tcs-catalog__view {
	display: flex;
	align-items: center;
	gap: 6px;
}

.tcs-catalog__view-btn,
.tcs-catalog__density-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: none;
	color: #c5bfb8;
	cursor: pointer;
}

.tcs-catalog__view-btn.is-active {
	color: var(--tcs-text-strong);
}

.tcs-catalog__density {
	display: none;
}

.tcs-catalog__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 32px;
	text-align: center;
}

.tcs-catalog__empty-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: var(--tcs-text);
}

.tcs-catalog__empty-text {
	margin: 0;
	font-size: 14px;
	letter-spacing: -0.28px;
	color: var(--tcs-muted);
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid,
.tcs-page .tcs-catalog .catalog-grid,
.tcs-catalog .catalog-grid {
	--msh-cols: 2;
	/* Figma CardEl photo box is inner: 5-col 316×340, 4-col 373×450 */
	--msh-photo-ratio: 316 / 340;
	--msh-img-h: 280px;
	--msh-card-pad-x: 10px;
	--msh-name-size: 14px;
	--msh-text: #3c3c3c;
	--msh-muted: #939393;
	--msh-muted-2: #b0a99f;
	--msh-accent: #dede2b;
	display: grid !important;
	grid-template-columns: repeat(var(--msh-cols), minmax(0, 1fr)) !important;
	gap: 12px !important;
	padding: 0 0 24px !important;
	border-bottom: none !important;
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid__item,
.tcs-page .tcs-catalog .catalog-grid__item,
.tcs-catalog .catalog-grid__item {
	--cols: 1;
	grid-column: auto !important;
	min-width: 0;
	overflow: visible;
}

.tcs-catalog .catalog-grid__item[data-entity^="banner"]:empty {
	display: none;
}

.tcs-catalog .catalog-grid__item[data-entity^="banner"]:not(:empty) {
	grid-column: 1 / -1;
}

.tcs-catalog .catalog-grid__item.section-banner img,
.tcs-catalog .catalog-grid__item[data-entity^="banner"] img {
	width: 100%;
	height: auto;
	aspect-ratio: 29 / 20;
	object-fit: cover;
	border-radius: var(--tcs-radius);
}

.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
.tcs-page .tcs-catalog.is-list .catalog-grid,
.tcs-catalog.is-list .catalog-grid {
	--msh-cols: 1;
	gap: 0;
}

/* Same breakpoints as maket_section_html: 5 desktop → 3 tablet → 2 mobile */
@media (min-width: 768px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="5"] .catalog-grid {
		--msh-cols: 3;
		--msh-photo-ratio: 336 / 340;
		--msh-img-h: 340px;
		--msh-card-pad-x: 16px;
		--msh-name-size: 18px;
		gap: 16px !important;
	}
}

@media (min-width: 1201px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid,
	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="5"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="5"] .catalog-grid {
		--msh-cols: 5;
		--msh-photo-ratio: 316 / 340;
		--msh-img-h: 340px;
		--msh-card-pad-x: 10px;
		--msh-name-size: 18px;
		gap: 30px !important;
	}

	.tcs-catalog[data-tcs-cols="5"] .msh-card__cmp-label {
		display: none;
	}

	.tcs-catalog[data-tcs-cols="5"] .msh-card__cmp {
		width: 36px;
		height: 36px;
		padding: 0;
	}

	.catalog-page.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-page .tcs-catalog[data-tcs-cols="4"] .catalog-grid,
	.tcs-catalog[data-tcs-cols="4"] .catalog-grid {
		--msh-cols: 4;
		--msh-photo-ratio: 373 / 450;
		--msh-img-h: 450px;
		--msh-card-pad-x: 16px;
		--msh-name-size: 22px;
		gap: 40px !important;
	}
}

.tcs-catalog .pagination.page-section,
.tcs-page .tcs-catalog .msh-pager {
	padding: 0;
	margin: 40px 0 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 48px;
	width: 100%;
	max-width: 1800px;
	box-sizing: border-box;
}

.tcs-catalog .pagination__counter {
	display: none !important;
}

.tcs-page .tcs-catalog .pagination__more,
.tcs-page .tcs-catalog .msh-more {
	width: 100%;
	max-width: none;
	height: 48px;
	margin: 0;
	padding: 0 16px;
	border: 1.5px solid #3c3c3c;
	border-radius: 10px;
	background: #fff;
	color: #3c3c3c;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.64px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	box-shadow: none;
	text-transform: none;
}

.tcs-catalog .pagination__more:hover,
.tcs-catalog .msh-more:hover {
	background: #3c3c3c;
	color: #fff;
	border-color: #3c3c3c;
}

.tcs-catalog .msh-pager__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	flex-wrap: wrap;
}

.tcs-catalog .msh-pager__size {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.tcs-catalog .msh-pager__size-label {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: #939393;
	white-space: nowrap;
}

.tcs-catalog .msh-pager__size-list {
	display: flex;
	align-items: center;
	gap: 4px;
}

.tcs-catalog .msh-pager__size-btn {
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #e0dbd5;
	border-radius: 6px;
	background: #fff;
	color: #3c3c3c;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.tcs-catalog .msh-pager__size-btn:hover:not(:disabled):not(.is-active) {
	background: #f0ece8;
	border-color: #3c3c3c;
}

.tcs-catalog .msh-pager__size-btn.is-active,
.tcs-catalog .msh-pager__size-btn:disabled.is-active {
	background: #3c3c3c;
	border-color: #3c3c3c;
	color: #fff;
	cursor: default;
}

.tcs-catalog .pagination__main,
.tcs-catalog .msh-pager__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.tcs-catalog .msh-pager__pages,
.tcs-catalog .pagination__list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tcs-catalog .pagination__item {
	margin: 0;
	padding: 0;
}

.tcs-catalog .msh-pager__move,
.tcs-catalog .pagination__move {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: auto;
	padding: 8px 16px 8px 12px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: #3c3c3c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
	white-space: nowrap;
}

.tcs-catalog .msh-pager__move:last-child,
.tcs-catalog .pagination__navigation:last-child .pagination__move {
	padding: 8px 12px 8px 16px;
}

.tcs-catalog .msh-pager__move:hover:not(.is-disabled) {
	background: #f0ece8;
	border-color: #b8b2ab;
	color: #3c3c3c;
	transform: translateY(-1px);
}

.tcs-catalog .msh-pager__move.is-disabled,
.tcs-catalog .pagination__move.is-disabled {
	opacity: 0.45;
	pointer-events: none;
	cursor: default;
}

.tcs-catalog .msh-pager__page,
.tcs-catalog .pagination__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: auto;
	padding: 8px 12px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: #3c3c3c;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 1.4;
	text-decoration: none;
	box-sizing: border-box;
	pointer-events: auto;
	cursor: pointer;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.12s ease;
}

.tcs-catalog a.msh-pager__move,
.tcs-catalog a.pagination__move {
	pointer-events: auto;
	cursor: pointer;
}

.tcs-catalog .msh-pager__page:hover:not(.is-active):not(.is-inactive),
.tcs-catalog .pagination__action:hover:not(.is-active):not(.is-inactive) {
	background: #f0ece8;
	border-color: #b8b2ab;
	color: #3c3c3c;
	transform: translateY(-1px);
}

.tcs-catalog .msh-pager__page.is-active,
.tcs-catalog .pagination__action.is-active {
	background: #dede2b;
	border-color: transparent;
	border: none;
	color: #3c3c3c;
	pointer-events: none;
	padding: 9px 13px;
}

.tcs-catalog .msh-pager__page.is-inactive,
.tcs-catalog .pagination__action.is-inactive {
	pointer-events: none;
	cursor: default;
}

@media (max-width: 767px) {
	.tcs-page .tcs-catalog .pagination.page-section,
	.tcs-page .tcs-catalog .msh-pager {
		margin-top: 16px;
		gap: 0;
		padding: 0 12px 8px;
	}

	.tcs-page .tcs-catalog .pagination__more,
	.tcs-page .tcs-catalog .msh-more {
		display: none !important;
	}

	.tcs-catalog .msh-pager__bar {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;
	}

	.tcs-catalog .msh-pager__size {
		display: none;
	}

	.tcs-catalog .pagination__main,
	.tcs-catalog .msh-pager__nav {
		justify-content: center;
		flex: 1 1 100%;
		gap: 6px;
	}

	.tcs-catalog .msh-pager__pages,
	.tcs-catalog .pagination__list {
		gap: 4px;
	}

	.tcs-catalog .msh-pager__move span,
	.tcs-catalog .pagination__move span {
		display: none;
	}

	.tcs-catalog .msh-pager__move,
	.tcs-catalog .pagination__move,
	.tcs-catalog .msh-pager__move:last-child,
	.tcs-catalog .pagination__navigation:last-child .pagination__move {
		min-width: 36px;
		padding: 8px;
	}

	.tcs-catalog .msh-pager__page,
	.tcs-catalog .pagination__action {
		min-width: 34px;
		padding: 8px 10px;
	}

	.tcs-page .description__section,
	.catalog-page .description__section {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.tcs-page .description__section .tempus-seo-block,
	.catalog-page .description__section .tempus-seo-block,
	.tcs-page .description__section p,
	.tcs-page .description__section li,
	.catalog-page .description__section p,
	.catalog-page .description__section li {
		max-width: 100%;
		box-sizing: border-box;
		white-space: normal;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.tcs-page .hide-on-mobile,
	.tcs-catalog .hide-on-mobile {
		display: none !important;
	}

	.tcs-catalog {
		background: #f2f1ee;
	}

	.tcs-catalog__meta {
		justify-content: space-between;
		padding: 4px 16px 0;
	}

	.tcs-catalog__count {
		display: block;
		margin: 0;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.24px;
		color: #939393;
	}

	.tcs-catalog__view-btn {
		width: auto;
		height: auto;
		color: #c5bfb8;
	}

	.tcs-catalog__view-btn.is-active {
		color: #1a1a1a;
	}

	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid {
		padding: 6px 14px 24px !important;
		gap: 14px !important;
	}

	.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-catalog.is-list .catalog-grid {
		padding: 12px 0 24px !important;
		gap: 0 !important;
	}
}

.tcs-catalog .catalog-back-top,
.tcs-page .catalog-back-top {
	font-family: var(--tcs-font);
	border-radius: 24px;
}

/* ── msh-card from maket_section_html (no legacy product-card classes) ── */
@font-face {
	font-family: "Tmm Ruble";
	src: url("/local/assets/maket_section_html/fonts/RubleGlyph.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.tcs-catalog .msh-card__rub {
	font-family: "Tmm Ruble", sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.tcs-catalog .msh-card__cur {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.tcs-catalog .msh-card__old .msh-card__rub {
	text-decoration: line-through;
}

.tcs-catalog .msh-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	color: var(--msh-text);
	font-family: var(--tcs-font);
	box-sizing: border-box;
}

@media (hover: hover) {
	.tcs-catalog .msh-card:hover {
		box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
		transform: translateY(-3px);
	}
}

.tcs-catalog .msh-card__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	align-items: center;
	gap: 12px;
	padding: 24px var(--msh-card-pad-x, 16px) 16px;
	box-sizing: border-box;
}

/* Figma CardEl photo: aspect from cardWidth/imgHeight so block scales 1:1 with maket */
.tcs-catalog .msh-card__photo {
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	aspect-ratio: var(--msh-photo-ratio, 316 / 340) !important;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
}

.tcs-catalog .msh-card__photo-link {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 1;
	text-decoration: none;
}

.tcs-catalog .msh-card__photo img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	background: transparent;
	pointer-events: none;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__photo img.msh-card__photo-hover {
	opacity: 0;
	background: #fff !important;
	z-index: 2;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.tcs-catalog .msh-card:hover .msh-card__photo-link img.msh-card__photo-hover {
	opacity: 1;
}

.tcs-catalog .msh-card:hover .msh-card__photo-link:has(.msh-card__photo-hover) img:not(.msh-card__photo-hover) {
	opacity: 0;
}

.tcs-catalog .msh-card__photo:has(.msh-card__gallery) .msh-card__photo-link {
	display: none;
}

.tcs-catalog .msh-card__gallery {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: row;
}

/* Hover zones share the photo; the image is positioned to the gallery, not the zone. */
.tcs-catalog .msh-card__slide {
	position: static;
	flex: 1 1 0;
	min-width: 0;
	height: 100%;
}

.tcs-catalog .msh-card__slide img {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.tcs-catalog .msh-card__slide.is-on img {
	opacity: 1;
	z-index: 1;
}

.tcs-catalog .msh-card__hover-nav {
	display: none;
}

.tcs-catalog .msh-card__fav {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #ede8e3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.18s, border-color 0.15s, background 0.15s, color 0.15s;
	color: var(--msh-text);
	box-sizing: border-box;
}

.tcs-catalog .msh-card:hover .msh-card__fav,
.tcs-catalog .msh-card__fav.is-active {
	opacity: 1;
}

.tcs-catalog .msh-card__fav.is-active {
	background: var(--msh-text);
	border-color: var(--msh-text);
	color: #fff;
}

.tcs-catalog .msh-card__fav.is-active svg path {
	fill: currentColor;
}

.tcs-catalog .msh-card__fav:hover {
	border-color: var(--msh-text);
}

.tcs-catalog .msh-card__qv,
.tcs-page .msh-card__qv,
.tcs-page .tca-card__qv,
.tcs-page .product-card__action.is-preview {
	display: none !important;
}

.tcs-catalog .msh-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
}

.tcs-catalog .msh-card__title-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	overflow: hidden;
}

.tcs-catalog .msh-card__dots {
	display: none;
}

.tcs-catalog .msh-card__brand + .msh-card__collection::before {
	content: " ";
}

.tcs-catalog .msh-card__name {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: var(--msh-name-size);
	font-weight: 700;
	letter-spacing: -0.88px;
	line-height: 1.1;
	color: var(--msh-text);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tcs-catalog .msh-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	color: var(--msh-text);
	white-space: nowrap;
}

.tcs-catalog .msh-card__rating span {
	color: var(--msh-muted-2);
	font-size: 12px;
	letter-spacing: -0.24px;
}

.tcs-catalog .msh-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.tcs-catalog .msh-card__sku {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: var(--msh-muted-2);
}

.tcs-catalog .msh-card__badge {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--msh-muted-2);
	white-space: nowrap;
}

.tcs-catalog .msh-card__badge--photo {
	display: none;
}

.tcs-catalog .msh-card__price-block {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
}

.tcs-catalog .msh-card__price-main {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex: 1;
	min-width: 0;
}

.tcs-catalog .msh-card__price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: nowrap;
	min-width: 0;
}

.tcs-catalog .msh-card__price {
	margin: 0;
	padding: 0;
	font-family: "Tmm Ruble", var(--tcs-font);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.88px;
	line-height: 1.1;
	color: var(--msh-text);
}

.tcs-catalog .msh-card__old-row {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
}

.tcs-catalog .msh-card__old {
	margin: 0;
	padding: 0;
	font-family: "Tmm Ruble", var(--tcs-font);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: var(--msh-muted-2);
	text-decoration: line-through;
	white-space: nowrap;
}

.tcs-catalog .msh-card__off {
	display: none;
}

.tcs-catalog .msh-card__offers {
	display: none;
}

.tcs-catalog .msh-card__installment {
	margin: 0;
	padding: 0;
	font-family: "Tmm Ruble", var(--tcs-font);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: var(--msh-muted-2);
}

.tcs-catalog .msh-card__installment--empty {
	visibility: hidden;
	pointer-events: none;
}

.tcs-catalog .msh-card__specs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 5px 4px;
	border-top: 1px solid #f0ece8;
	border-bottom: 1px solid #f0ece8;
	box-sizing: border-box;
	overflow: hidden;
}

.tcs-catalog .msh-card__specs--empty {
	padding: 0;
	border: 0;
	min-height: 6px;
}

@media (min-width: 768px) {
	.tcs-catalog:not(.is-list) .msh-card__body {
		flex: 1 1 auto;
	}

	.tcs-catalog:not(.is-list) .msh-card__specs,
	.tcs-catalog:not(.is-list) .msh-card__specs--empty {
		margin-top: auto;
	}
}

.tcs-catalog .msh-card__specs-item {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.22px;
	line-height: 1.2;
	color: var(--msh-text);
	white-space: nowrap;
}

.tcs-catalog .msh-card__specs-dot {
	flex-shrink: 0;
	color: #d8d2cb;
	font-size: 10px;
	line-height: 1;
}

.tcs-catalog .msh-card__specs > :nth-child(n + 8) {
	display: none !important;
}

.tcs-catalog[data-tcs-cols="5"] .msh-card__specs-item {
	font-size: 11px;
}

.tcs-catalog .msh-card__avail {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	padding: 0 0 2px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.22px;
	line-height: 1.2;
	color: var(--msh-muted-2);
	white-space: nowrap;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__avail:not(:empty)::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--msh-accent);
	box-shadow: 0 0 0 2px rgba(222, 222, 43, 0.28);
	flex-shrink: 0;
}

.tcs-catalog a.msh-card__avail {
	text-decoration: none;
	color: var(--msh-muted-2);
}

.tcs-catalog a.msh-card__avail:hover {
	color: var(--msh-text);
	text-decoration: underline;
}

.tcs-catalog .msh-card__actions {
	display: flex;
	align-items: stretch;
	gap: 6px;
	width: 100%;
	margin-top: auto;
	padding: 0 4px;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__cmp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-shrink: 0;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #e0dbd5;
	border-radius: 8px;
	background: #fff;
	color: var(--msh-text);
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	line-height: 1;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__cmp.is-active {
	background: var(--msh-text);
	border-color: var(--msh-text);
	color: #fff;
}

.tcs-catalog .msh-card__cmp:hover:not(.is-active) {
	border-color: var(--msh-text);
}

.tcs-catalog .msh-card__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #3c3c3c;
	color: #fff;
	font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	line-height: 19.5px;
	text-align: center;
	white-space: nowrap;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-synthesis: none;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transform: none;
	transition: background 0.15s, opacity 0.15s;
	box-sizing: border-box;
}

.tcs-catalog .msh-card__cart-label {
	display: block;
	font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif;
	font-weight: 500;
	line-height: 19.5px;
	color: inherit;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}

.tcs-catalog .msh-card__cart .product-card__action-text {
	display: none;
}

.tcs-catalog .msh-card__cart:hover:not([disabled]) {
	background: #222;
}

.tcs-catalog .msh-card__cart[disabled] {
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 767px) {
	.catalog-page.tcs-page .tcs-catalog .catalog-grid,
	.tcs-page .tcs-catalog .catalog-grid,
	.tcs-catalog .catalog-grid {
		--msh-photo-ratio: 100 / 145;
		--msh-card-pad-x: 10px;
		gap: 14px !important;
		padding: 6px 14px 24px !important;
		align-items: stretch;
	}

	.catalog-page.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-page .tcs-catalog.is-list .catalog-grid,
	.tcs-catalog.is-list .catalog-grid {
		padding: 12px 0 24px !important;
		gap: 0 !important;
	}

	.tcs-catalog .catalog-grid__item {
		display: flex;
	}

	.tcs-catalog .msh-card {
		flex: 1;
		height: auto;
		border-radius: 12px;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
	}

	.tcs-catalog .msh-card__inner {
		position: relative;
		display: flex;
		flex-direction: column;
		flex: 1;
		height: 100%;
		padding: 0 0 10px;
		gap: 0;
	}

	.tcs-catalog .msh-card__photo {
		margin: 0;
		aspect-ratio: unset !important;
		height: 0 !important;
		padding-bottom: 145%;
		min-height: 0 !important;
		max-height: none !important;
	}

	.tcs-catalog .msh-card__photo img {
		padding: 0 !important;
	}

	.tcs-catalog .msh-card__photo img.msh-card__photo-hover {
		display: none !important;
	}

	.tcs-catalog .msh-card__badge--photo {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 2;
		font-size: 9px;
		letter-spacing: 0.06em;
		line-height: 1;
		color: #3c3c3c;
		background: #fff;
		border: 1px solid #e0dbd5;
		border-radius: 4px;
		padding: 3px 6px;
	}

	.tcs-catalog .msh-card__meta .msh-card__badge {
		display: none;
	}

	.tcs-catalog .msh-card__body {
		display: flex;
		flex-direction: column;
		flex: 1;
		gap: 2px;
		padding: 10px 10px 0;
	}

	.tcs-catalog .msh-card__title-row {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 8px;
		overflow: visible;
	}

	.tcs-catalog .msh-card__name {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
		min-width: 0;
		font-size: 13px;
		letter-spacing: -0.3px;
		white-space: normal;
	}

	.tcs-catalog .msh-card__brand {
		max-width: 100%;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: -0.3px;
		line-height: 1.2;
		color: #1a1a1a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tcs-catalog .msh-card__collection {
		max-width: 100%;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: -0.4px;
		line-height: 1.2;
		color: #1a1a1a;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tcs-catalog .msh-card__brand + .msh-card__collection::before {
		content: none;
	}

	.tcs-catalog .msh-card__rating {
		display: inline-flex !important;
		margin-top: 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.2px;
		line-height: 1.2;
		color: #3c3c3c;
		white-space: nowrap;
	}

	.tcs-catalog .msh-card__gallery {
		overflow: hidden;
		touch-action: pan-y;
	}

	.tcs-catalog .msh-card__slide {
		position: absolute;
		inset: 0;
		flex: none;
		width: 100%;
		height: 100%;
	}

	.tcs-catalog .msh-card__slide img {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		padding: 0 !important;
		opacity: 0;
	}

	.tcs-catalog .msh-card__slide.is-on img {
		opacity: 1;
	}

	.tcs-catalog .msh-card__sku {
		font-size: 10px;
		font-weight: 500;
		letter-spacing: -0.2px;
		line-height: 1.2;
		color: #636363;
	}

	.tcs-catalog .msh-card__price-block {
		margin-top: 6px;
	}

	.tcs-catalog:not(.is-list) .msh-card__price-block {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.tcs-catalog:not(.is-list) .msh-card__avail {
		padding: 0;
	}

	.tcs-catalog .msh-card__price-row {
		flex-wrap: wrap;
		align-items: center;
		gap: 5px;
	}

	.tcs-catalog .msh-card__price {
		width: 100%;
		font-size: 15px;
		letter-spacing: -0.5px;
	}

	.tcs-catalog .msh-card__old {
		font-size: 10px;
	}

	.tcs-catalog .msh-card__off {
		display: inline-flex;
		align-items: center;
		font-size: 12px;
		font-weight: 500;
		padding: 2px 6px;
		border-radius: 4px;
		background: #dede2b;
		color: #3c3c3c;
	}

	.tcs-catalog .msh-card__installment {
		display: none;
	}

	.tcs-catalog .msh-card__offers {
		display: none;
	}

	.tcs-catalog .msh-card__specs {
		flex-wrap: wrap;
		justify-content: flex-start;
		overflow: visible;
		gap: 3px;
		margin-top: auto;
		margin-bottom: 0;
		padding: 8px 36px 0 0;
		border-top: 0;
		border-bottom: none;
	}

	.tcs-catalog .msh-card__specs--empty {
		min-height: 20px;
		margin-top: auto;
	}

	.tcs-catalog .msh-card__specs-item {
		font-size: 9px;
		letter-spacing: -0.18px;
		line-height: 1;
		color: #636363;
		background: #f0ece8;
		border-radius: 4px;
		padding: 3px 5px;
	}

	.tcs-catalog .msh-card__specs-dot {
		display: none;
	}

	.tcs-catalog .msh-card__rating {
		font-size: 12px;
		gap: 4px;
	}

	.tcs-catalog .msh-card__rating svg {
		width: 12px;
		height: 12px;
	}

	.tcs-catalog .msh-card__rating span {
		font-size: 12px;
		letter-spacing: -0.2px;
		color: #636363;
	}

	.tcs-catalog .msh-card__cmp-label,
	.tcs-catalog .msh-card__cart {
		display: none !important;
	}

	.tcs-catalog .msh-card__actions {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.tcs-catalog .msh-card__cmp {
		width: 28px;
		height: 28px;
		padding: 0;
		border-radius: 50%;
		border: 1px solid #ede8e3;
		background: #fff;
	}

	.tcs-catalog .msh-card__fav {
		opacity: 1;
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
		border: 1px solid #ede8e3;
		background: #fff;
	}

	.tcs-catalog .tcs-catalog__density,
	.tcs-catalog .tcs-catalog__density-btn {
		display: none !important;
	}

	.tcs-catalog.is-list .msh-card {
		border-radius: 0;
		box-shadow: none;
		background: #fff;
	}

	.tcs-catalog.is-list .msh-card__photo {
		aspect-ratio: unset !important;
		height: 0 !important;
		padding-bottom: 100%;
	}

	.tcs-catalog.is-list .msh-card__photo img {
		padding: 8px !important;
	}

	.tcs-catalog.is-list .msh-card__badge--photo {
		top: 14px;
		left: 14px;
		font-size: 10px;
		padding: 4px 8px;
		border-radius: 5px;
	}

	.tcs-catalog.is-list .msh-card__fav {
		top: 12px;
		right: 12px;
		width: 34px;
		height: 34px;
	}

	.tcs-catalog.is-list .msh-card__inner {
		padding-bottom: 0;
	}

	.tcs-catalog.is-list .msh-card__body {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"name price"
			"sku old"
			"rating rating"
			"specs specs"
			"offers offers";
		column-gap: 8px;
		row-gap: 2px;
		flex: none;
		padding: 10px 14px 0;
	}

	.tcs-catalog.is-list .msh-card__title-row,
	.tcs-catalog.is-list .msh-card__meta,
	.tcs-catalog.is-list .msh-card__price-block,
	.tcs-catalog.is-list .msh-card__price-main,
	.tcs-catalog.is-list .msh-card__price-row {
		display: contents;
	}

	.tcs-catalog.is-list .msh-card__name {
		grid-area: name;
		display: block;
		font-size: 18px;
		letter-spacing: -0.5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tcs-catalog.is-list .msh-card__brand,
	.tcs-catalog.is-list .msh-card__collection {
		display: inline;
		font-size: inherit;
		letter-spacing: inherit;
	}

	.tcs-catalog.is-list .msh-card__brand + .msh-card__collection::before {
		content: " ";
	}

	.tcs-catalog.is-list .msh-card__slide img {
		padding: 8px !important;
	}

	.tcs-catalog.is-list .msh-card__price {
		grid-area: price;
		width: auto;
		font-size: 18px;
		letter-spacing: -0.5px;
		justify-self: end;
	}

	.tcs-catalog.is-list .msh-card__sku {
		grid-area: sku;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.24px;
		color: #636363;
	}

	.tcs-catalog.is-list .msh-card__old-row {
		grid-area: old;
		justify-self: end;
		gap: 5px;
	}

	.tcs-catalog.is-list .msh-card__old {
		font-size: 12px;
	}

	.tcs-catalog.is-list .msh-card__off {
		font-size: 12px;
		padding: 2px 6px;
		border-radius: 4px;
	}

	.tcs-catalog.is-list .msh-card__rating {
		grid-area: rating;
		justify-self: start;
		margin: 4px 0 6px;
		font-size: 13px;
	}

	.tcs-catalog.is-list .msh-card__installment,
	.tcs-catalog.is-list .msh-card__avail,
	.tcs-catalog.is-list .msh-card__meta .msh-card__badge {
		display: none !important;
	}

	.tcs-catalog.is-list .msh-card__specs {
		grid-area: specs;
		margin: 8px 0 0;
		padding: 0;
		border: 0;
	}

	.tcs-catalog.is-list .msh-card__specs-item {
		font-size: 11px;
		padding: 4px 7px;
	}

	.tcs-catalog.is-list .msh-card__offers {
		grid-area: offers;
		display: flex;
		flex-direction: column;
		gap: 5px;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #f0ece8;
	}

	.tcs-catalog.is-list .msh-card__offer--fitting {
		display: none;
	}

	.tcs-catalog.is-list .msh-card__offers:not(:has(.msh-card__offer:not(.msh-card__offer--fitting))) {
		display: none;
	}

	.tcs-catalog.is-list .msh-card__offer {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.24px;
		color: #3c3c3c;
	}

	.tcs-catalog.is-list .msh-card__offer svg {
		flex-shrink: 0;
	}

	.tcs-catalog.is-list .msh-card__actions {
		position: static;
		display: flex;
		flex-direction: row;
		width: 100%;
		padding: 10px 14px 16px;
	}

	.tcs-catalog.is-list .msh-card__cart {
		display: flex !important;
		order: 1;
		flex: 1;
		height: 46px;
		min-height: 46px;
		max-height: 46px;
		border-radius: 10px;
	}

	.tcs-catalog.is-list .msh-card__cmp {
		order: 2;
		width: 46px;
		height: 46px;
		border-radius: 10px;
	}
}

/* Product card skeletons (initial JS render + filter reload) */
.tcs-catalog .msh-skel {
	min-width: 0;
}

.tcs-catalog .msh-skel__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	padding: 24px var(--msh-card-pad-x, 16px) 16px;
	box-sizing: border-box;
	gap: 12px;
}

.tcs-catalog .msh-skel__photo {
	width: 100%;
	aspect-ratio: var(--msh-photo-ratio, 316 / 340);
	border-radius: 8px;
	background: linear-gradient(90deg, #f0ece8 0%, #f7f4f1 45%, #f0ece8 100%);
	background-size: 200% 100%;
	animation: msh-skel-shimmer 1.2s ease-in-out infinite;
}

.tcs-catalog .msh-skel__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 4px;
	width: 100%;
	box-sizing: border-box;
}

.tcs-catalog .msh-skel__line {
	display: block;
	height: 12px;
	border-radius: 6px;
	background: linear-gradient(90deg, #f0ece8 0%, #f7f4f1 45%, #f0ece8 100%);
	background-size: 200% 100%;
	animation: msh-skel-shimmer 1.2s ease-in-out infinite;
}

.tcs-catalog .msh-skel__line--title {
	height: 18px;
	width: 72%;
}

.tcs-catalog .msh-skel__line--meta {
	width: 48%;
	height: 10px;
}

.tcs-catalog .msh-skel__line--price {
	height: 22px;
	width: 40%;
	margin-top: 2px;
}

.tcs-catalog .msh-skel__line--sub {
	width: 56%;
	height: 10px;
}

@keyframes msh-skel-shimmer {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.tcs-catalog .msh-skel__photo,
	.tcs-catalog .msh-skel__line {
		animation: none;
		background: #f0ece8;
	}
}

/* Grid promo banners from iblock (GRID_POSITION) */
.tcs-catalog a.catalog-grid__item.msh-grid-promo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ede8e3;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	z-index: 1;
}

.tcs-catalog .msh-grid-promo__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.tcs-catalog.is-list a.catalog-grid__item.msh-grid-promo {
	min-height: 0;
}

/* Store overlay banner (badge / title / CTA from iblock) */
.tcs-catalog a.catalog-grid__item.msh-grid-promo.msh-store-promo {
	color: #fff;
}

.tcs-catalog .msh-store-promo[hidden] {
	display: none !important;
}

.tcs-catalog .msh-store-promo__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.tcs-catalog .msh-store-promo__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(160deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.44) 100%);
	pointer-events: none;
}

.tcs-catalog .msh-store-promo__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 20px 24px;
	box-sizing: border-box;
}

.tcs-catalog .msh-store-promo__badge {
	align-self: flex-start;
	padding: 4px 8px;
	border-radius: 4px;
	background: #dede2b;
	color: #3c3c3c;
	font-family: var(--tcs-font, inherit);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	line-height: 1.2;
}

.tcs-catalog .msh-store-promo__bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tcs-catalog .msh-store-promo__title {
	margin: 0;
	font-family: var(--tcs-font, inherit);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
	overflow-wrap: anywhere;
}

.tcs-catalog .msh-store-promo__text {
	margin: 0;
	font-family: var(--tcs-font, inherit);
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.72);
}

.tcs-catalog .msh-store-promo__row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
	flex-wrap: wrap;
}

.tcs-catalog .msh-store-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 7px;
	background: #dede2b;
	color: #3c3c3c;
	font-family: var(--tcs-font, inherit);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.02em;
	white-space: nowrap;
	line-height: 1.2;
}


@media (min-width: 1201px) {
	.tcs-catalog[data-tcs-cols="4"] .msh-store-promo__content {
		padding: 20px;
	}

	.tcs-catalog[data-tcs-cols="4"] .msh-store-promo__title {
		font-size: 28px;
		letter-spacing: -0.04em;
	}
}

@media (max-width: 767px) {
	.tcs-catalog .msh-store-promo__content {
		padding: 10px;
	}

	.tcs-catalog .msh-store-promo__badge {
		font-size: 8px;
		padding: 3px 6px;
	}

	.tcs-catalog .msh-store-promo__title {
		font-size: 13px;
		letter-spacing: -0.03em;
	}

	.tcs-catalog .msh-store-promo__bottom {
		gap: 8px;
	}

	.tcs-catalog .msh-store-promo__text,
	.tcs-catalog .msh-store-promo__cta {
		font-size: 9px;
	}

	.tcs-catalog .msh-store-promo__cta {
		padding: 6px 9px;
	}
}

.tcs-utp-hold[hidden] {
	display: none !important;
}

.catalog-page.tcs-page .tcs-catalog .catalog-grid__item.msh-utp,
.catalog-page.tcs-page .tcs-catalog .catalog-grid__item[data-entity="utp"],
.tcs-page .tcs-catalog .catalog-grid__item.msh-utp,
.tcs-page .tcs-catalog .catalog-grid__item[data-entity="utp"],
.tcs-catalog .catalog-grid__item.msh-utp,
.tcs-catalog .catalog-grid__item[data-entity="utp"] {
	grid-column: 1 / -1 !important;
	overflow: visible;
}

.tcs-catalog.is-list .msh-utp {
	display: none;
}

@media (min-width: 768px) {
	.tcs-catalog .msh-utp__label,
	.tcs-catalog .msh-utp__pager,
	.tcs-catalog .msh-utp__desc,
	.tcs-catalog .msh-utp .smartseo-usp__desc {
		display: none !important;
	}
}

.tcs-catalog .msh-utp__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
	padding: 52px 60px;
	border-radius: 16px;
	background: #f5f3f0;
}

.tcs-catalog .msh-utp__item,
.tcs-catalog .msh-utp .smartseo-usp__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
	position: static;
}

.tcs-catalog .msh-utp__title,
.tcs-catalog .msh-utp .smartseo-usp__title {
	margin: 0 !important;
	font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: -0.48px !important;
	line-height: 1.2 !important;
	color: #3c3c3c !important;
	text-transform: none !important;
	text-decoration: none !important;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	display: block !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	white-space: normal !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: initial !important;
}

.tcs-catalog .msh-utp__title *,
.tcs-catalog .msh-utp .smartseo-usp__title * {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
}

@media (max-width: 1200px) {
	.tcs-catalog .msh-utp__inner {
		padding: 32px 28px;
		gap: 16px;
	}

	.tcs-catalog .msh-utp__title,
	.tcs-catalog .msh-utp .smartseo-usp__title {
		font-size: 14px !important;
		letter-spacing: -0.28px !important;
	}
}

@media (max-width: 767px) {
	.tcs-catalog.is-list .catalog-grid .msh-utp {
		display: block;
	}

	.tcs-catalog .catalog-grid .msh-utp,
	.tcs-catalog .catalog-grid .catalog-grid__item.msh-utp {
		display: block;
		padding: 28px 4px 24px;
		box-sizing: border-box;
		background: #f5f3f0;
		border-radius: 12px;
	}

	.tcs-catalog .catalog-grid .msh-utp__label {
		display: block;
		margin: 0 0 20px;
		padding: 0 12px;
		font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-transform: uppercase;
		color: #939393;
	}

	.tcs-catalog .catalog-grid .msh-utp__inner {
		display: block !important;
		padding: 0 12px;
		border-radius: 0;
		background: transparent;
	}

	.tcs-catalog .catalog-grid .msh-utp__item,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__item {
		display: none !important;
		flex: none;
		max-width: none;
	}

	.tcs-catalog .catalog-grid .msh-utp__item.is-active,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__item.is-active {
		display: block !important;
	}

	.tcs-catalog .catalog-grid .msh-utp__title,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__title {
		margin: 0 0 10px !important;
		font-size: 28px !important;
		font-weight: 500 !important;
		letter-spacing: -0.84px !important;
		line-height: 1.1 !important;
		color: #1a1a1a !important;
	}

	.tcs-catalog .catalog-grid .msh-utp__desc,
	.tcs-catalog .catalog-grid .msh-utp .smartseo-usp__desc {
		display: block !important;
		margin: 0 !important;
		font-family: "Styrene A Web", sans-serif !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		letter-spacing: -0.28px !important;
		line-height: 1.4 !important;
		color: #636363 !important;
	}

	.tcs-catalog .catalog-grid .msh-utp__pager {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 24px;
		padding: 0 12px;
	}

	.tcs-catalog .catalog-grid .msh-utp__dots {
		display: flex;
		align-items: center;
		gap: 6px;
	}

	.tcs-catalog .catalog-grid .msh-utp__dot {
		width: 6px;
		height: 6px;
		padding: 0;
		border: 0;
		border-radius: 3px;
		background: #d8d2cb;
		cursor: pointer;
		transition: width 0.25s ease, background 0.25s ease;
	}

	.tcs-catalog .catalog-grid .msh-utp__dot.is-active {
		width: 24px;
		background: #3c3c3c;
	}

	.tcs-catalog .catalog-grid .msh-utp__count {
		font-family: "Styrene A Web Medium", "Styrene A Web", sans-serif;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: -0.24px;
		color: #939393;
	}
}


/* End */
/* /local/components/tempus/catalog.section/templates/maket-section/style.css?178764636044715 */
