.market-catalog {
	background: #f6f7f9;
	box-sizing: border-box;
	color: #20242a;
	padding: 18px 0 36px;
}

.market-catalog *,
.market-catalog *::before,
.market-catalog *::after {
	box-sizing: border-box;
}

.market-catalog__hero,
.market-catalog__listing-head,
.market-catalog__section,
.market-catalog__actions {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding-left: 16px;
	padding-right: 16px;
}

.market-catalog__internal-links-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.market-catalog__internal-link {
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	color: #244d76;
	display: inline-flex;
	font-size: 14px;
	line-height: 1.3;
	padding: 8px 10px;
	text-decoration: none;
}

.market-catalog__internal-link:hover,
.market-catalog__internal-link:focus {
	border-color: #b8c7d8;
	color: #163a5c;
	text-decoration: none;
}

.market-catalog__hero {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 260px;
}

.market-catalog__hero-main,
.market-catalog__hero-side,
.market-catalog__listing-head,
.market-catalog__filters,
.market-catalog__empty {
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(32, 36, 42, 0.05);
}

.market-catalog__hero-main {
	min-width: 0;
	padding: 22px;
}

.market-catalog__hero-side {
	align-content: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	min-width: 0;
	padding: 16px;
}

.market-catalog__listing-head {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	padding-bottom: 16px;
	padding-top: 16px;
}

.market-catalog__listing-copy {
	min-width: 0;
}

.market-catalog__eyebrow {
	color: #657181;
	font-size: 13px;
	line-height: 1.35;
	margin-bottom: 4px;
}

.market-catalog__title {
	color: #1f2732;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	margin: 0 0 8px;
	overflow-wrap: anywhere;
}

.market-catalog__title--compact {
	font-size: 25px;
	margin-bottom: 5px;
}

.market-catalog__subtitle {
	color: #526171;
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 16px;
	max-width: 760px;
}

.market-catalog__subtitle--compact {
	display: -webkit-box;
	margin: 6px 0 0;
	max-width: 820px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.market-catalog__result-text {
	color: #526171;
	font-size: 13px;
	line-height: 1.35;
}

.market-catalog__seo-text {
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	color: #3e4854;
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 14px;
	padding-top: 14px;
}

.market-catalog__seo-text p,
.market-catalog__seo-text ul,
.market-catalog__seo-text ol {
	margin: 0 0 10px;
}

.market-catalog__seo-text p:last-child,
.market-catalog__seo-text ul:last-child,
.market-catalog__seo-text ol:last-child {
	margin-bottom: 0;
}

.market-catalog__seo-text a {
	color: #1368b5;
}

.market-catalog__search {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0;
	min-width: 0;
}

.market-catalog__search--category {
	align-self: center;
}

.market-catalog__search-input,
.market-catalog__search-button,
.market-catalog__seller-link {
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.4;
	min-height: 42px;
}

.market-catalog__search-input {
	border: 1px solid #cbd3dd;
	color: #20242a;
	min-width: 0;
	padding: 8px 12px;
	width: 100%;
}

.market-catalog__search-button,
.market-catalog__seller-link {
	align-items: center;
	background: #1368b5;
	border: 1px solid #1368b5;
	color: #ffffff;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.market-catalog__search-button:hover,
.market-catalog__seller-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.market-catalog__seller-link {
	background: #17824f;
	border-color: #17824f;
	width: 100%;
}

.market-catalog__seller-caption {
	color: #657181;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

.market-catalog__stats {
	border-top: 1px solid #e6ebf0;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 12px;
	width: 100%;
}

.market-catalog--root-home .market-catalog__hero-side .market-catalog__stats {
	border-top: 0;
	padding-top: 0;
}

.market-catalog__stat {
	min-width: 0;
	text-align: center;
}

.market-catalog__stat-value {
	color: #20242a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.market-catalog__stat-label {
	color: #657181;
	font-size: 12px;
	line-height: 1.25;
	margin-top: 2px;
}

.market-catalog__trust {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.market-catalog__trust-item {
	background: #f7f8fa;
	border: 1px solid #e0e6ed;
	border-radius: 5px;
	min-width: 0;
	padding: 10px;
}

.market-catalog__trust-title {
	color: #20242a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.market-catalog__trust-text {
	color: #657181;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 3px;
}

.market-catalog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.market-catalog__action {
	background: #ffffff;
	border: 1px solid #cbd3dd;
	border-radius: 5px;
	color: #20242a;
	font-size: 14px;
	line-height: 1.3;
	min-width: 0;
	padding: 9px 12px;
	text-decoration: none;
}

.market-catalog__section {
	margin-top: 16px;
}

.market-catalog--category .market-catalog__section {
	margin-top: 12px;
}

.market-catalog__section-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 9px;
	min-width: 0;
}

.market-catalog__section-head--products {
	margin-bottom: 10px;
}

.market-catalog--category .market-catalog__section-head--products {
	display: none;
}

.market-catalog__section-title {
	color: #20242a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.market-catalog__section-link {
	background: #ffffff;
	border: 1px solid #cbd3dd;
	border-radius: 5px;
	color: #1368b5;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	padding: 7px 10px;
	text-decoration: none;
}

.market-catalog__section-link:hover {
	background: #eef4fb;
	color: #174f82;
	text-decoration: none;
}

.market-catalog--category .market-catalog__section-title {
	font-size: 16px;
}

.market-catalog__tiles,
.market-catalog__products {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.market-catalog__tiles {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-catalog__tiles--rail {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 2px;
	scrollbar-width: thin;
}

.market-catalog__tile {
	--market-tile-accent: #1368b5;
	--market-tile-accent-bg: #eef4fb;
	--market-tile-accent-border: #d8e5f1;
	--market-tile-hover-bg: #f8fbff;
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	color: #20242a;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	min-height: 52px;
	min-width: 0;
	padding: 11px 12px;
	text-decoration: none;
}

.market-catalog__tile:hover {
	border-color: #b9c5d1;
	background: var(--market-tile-hover-bg);
	color: #20242a;
	text-decoration: none;
}

.market-catalog__tile--clothing,
.market-catalog__tile--beauty,
.market-catalog__tile--fabrics,
.market-catalog__tile--wedding,
.market-catalog__tile--jewelry,
.market-catalog__tile--health-beauty-services {
	--market-tile-accent: #a84373;
	--market-tile-accent-bg: #fff0f5;
	--market-tile-accent-border: #f1c9d8;
	--market-tile-hover-bg: #fff7fa;
}

.market-catalog__tile--home-garden,
.market-catalog__tile--home-services,
.market-catalog__tile--pets,
.market-catalog__tile--food,
.market-catalog__tile--agriculture {
	--market-tile-accent: #24845d;
	--market-tile-accent-bg: #eef9f3;
	--market-tile-accent-border: #cce9d9;
	--market-tile-hover-bg: #f6fcf8;
}

.market-catalog__tile--electronics,
.market-catalog__tile--telecom,
.market-catalog__tile--electrical,
.market-catalog__tile--measuring,
.market-catalog__tile--it-services,
.market-catalog__tile--office,
.market-catalog__tile--stationery,
.market-catalog__tile--printing {
	--market-tile-accent: #1969a8;
	--market-tile-accent-bg: #edf6ff;
	--market-tile-accent-border: #cbe2f6;
	--market-tile-hover-bg: #f6fbff;
}

.market-catalog__tile--auto,
.market-catalog__tile--trucks,
.market-catalog__tile--transport-services,
.market-catalog__tile--air-rail-water,
.market-catalog__tile--outdoors,
.market-catalog__tile--tourism-services,
.market-catalog__tile--sport {
	--market-tile-accent: #147b87;
	--market-tile-accent-bg: #eefafa;
	--market-tile-accent-border: #c7e7ea;
	--market-tile-hover-bg: #f6fcfc;
}

.market-catalog__tile--tools,
.market-catalog__tile--construction,
.market-catalog__tile--repair,
.market-catalog__tile--materials,
.market-catalog__tile--industrial,
.market-catalog__tile--service-equipment,
.market-catalog__tile--packaging {
	--market-tile-accent: #8a6418;
	--market-tile-accent-bg: #fff8e8;
	--market-tile-accent-border: #ead9ab;
	--market-tile-hover-bg: #fffaf0;
}

.market-catalog__tile--kids,
.market-catalog__tile--hobby,
.market-catalog__tile--holidays,
.market-catalog__tile--culture,
.market-catalog__tile--music,
.market-catalog__tile--antiques {
	--market-tile-accent: #7655a0;
	--market-tile-accent-bg: #f6f1fb;
	--market-tile-accent-border: #dccfec;
	--market-tile-hover-bg: #fbf8fe;
}

.market-catalog__tile--medical,
.market-catalog__tile--security,
.market-catalog__tile--finance,
.market-catalog__tile--education,
.market-catalog__tile--insurance,
.market-catalog__tile--real-estate,
.market-catalog__tile--marketing,
.market-catalog__tile--design,
.market-catalog__tile--wholesale,
.market-catalog__tile--chemistry,
.market-catalog__tile--smoking,
.market-catalog__tile--ritual,
.market-catalog__tile--temporary {
	--market-tile-accent: #53667a;
	--market-tile-accent-bg: #f2f5f8;
	--market-tile-accent-border: #d6dee7;
	--market-tile-hover-bg: #f8fafc;
}

.market-catalog__tile-icon {
	align-items: center;
	background: var(--market-tile-accent-bg);
	border: 1px solid var(--market-tile-accent-border);
	border-radius: 6px;
	color: var(--market-tile-accent);
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.market-catalog__tile-icon svg {
	display: block;
	height: 35px;
	width: 35px;
}

.market-catalog__tiles--rail .market-catalog__tile {
	align-items: start;
	display: grid;
	flex: 0 0 218px;
	gap: 3px 10px;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: 34px auto;
	min-height: 66px;
	padding: 8px 10px;
}

.market-catalog__tiles--rail .market-catalog__tile-icon {
	grid-column: 1;
	grid-row: 1;
	height: 34px;
	width: 34px;
}

.market-catalog__tiles--rail .market-catalog__tile-icon svg {
	height: 31px;
	width: 31px;
}

.market-catalog__tiles--rail .market-catalog__tile-title {
	align-self: center;
	grid-column: 2;
	grid-row: 1 / span 2;
	-webkit-line-clamp: 3;
}

.market-catalog__tiles--rail .market-catalog__tile-count {
	align-self: start;
	font-size: 11px;
	grid-column: 1;
	grid-row: 2;
	justify-self: center;
	margin-left: 0;
	padding: 2px 7px;
}

.market-catalog__tile-title {
	display: -webkit-box;
	flex: 1 1 auto;
	line-height: 1.25;
	min-width: 0;
	overflow: hidden;
	overflow-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.market-catalog__tile-count {
	background: #f3f6f9;
	border-radius: 999px;
	color: #657181;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 1.2;
	margin-left: auto;
	padding: 3px 8px;
}

.market-listing-toolbar {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

.market-listing-toolbar__main,
.market-listing-toolbar__sort,
.market-listing-toolbar__chips {
	align-items: center;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.market-listing-toolbar__summary {
	color: #526171;
	font-size: 13px;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.market-listing-toolbar__filter-button,
.market-listing-toolbar__sort-link,
.market-listing-toolbar__chip {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 13px;
	line-height: 1.25;
	min-height: 32px;
	padding: 7px 10px;
	text-decoration: none;
	white-space: normal;
}

.market-listing-toolbar__filter-button {
	background: #1f2732;
	border: 1px solid #1f2732;
	color: #ffffff;
	flex: 0 0 auto;
}

.market-listing-toolbar__filter-button:hover {
	color: #ffffff;
	text-decoration: none;
}

.market-listing-toolbar__sort {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.market-listing-toolbar__sort-link,
.market-listing-toolbar__chip {
	background: #f7f8fa;
	border: 1px solid #dfe4ea;
	color: #526171;
}

.market-listing-toolbar__sort-link--active,
.market-listing-toolbar__chip {
	background: #eef4fb;
	border-color: #bcd2e8;
	color: #174f82;
}

.market-listing-toolbar__chips {
	grid-column: 1 / -1;
	overflow-x: auto;
	padding-bottom: 1px;
}

.market-listing-toolbar__chip-remove {
	font-size: 16px;
	line-height: 1;
	margin-left: 5px;
}

.market-catalog__workspace {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: 238px minmax(0, 1fr);
}

@media (min-width: 1200px) {
	.market-catalog__workspace {
		grid-template-columns: 330px minmax(0, 1fr);
	}
}

.market-catalog__workspace--listing-only {
	grid-template-columns: 1fr;
}

.market-catalog__filters {
	display: grid;
	gap: 14px;
	padding: 14px;
}

.market-catalog__filters-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	min-width: 0;
}

.market-catalog__filters-title {
	color: #20242a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.market-catalog__filters-close,
.market-catalog__filters-reset {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 13px;
	line-height: 1.25;
	min-height: 32px;
	padding: 7px 10px;
	text-decoration: none;
}

.market-catalog__filters-close {
	background: #1f2732;
	border: 1px solid #1f2732;
	color: #ffffff;
	display: none;
}

.market-catalog__filters-close:hover {
	color: #ffffff;
	text-decoration: none;
}

.market-catalog__filters-reset {
	background: #f7f8fa;
	border: 1px solid #dfe4ea;
	color: #526171;
	width: fit-content;
}

.market-catalog__filters-reset:hover {
	background: #eef4fb;
	color: #174f82;
	text-decoration: none;
}

.market-catalog__filters-foot {
	display: none;
}

.market-catalog__filters-apply {
	align-items: center;
	background: #1368b5;
	border: 1px solid #1368b5;
	border-radius: 5px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 38px;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
}

.market-catalog__filters-apply:hover {
	color: #ffffff;
	text-decoration: none;
}

.market-catalog__filter-group {
	border-top: 1px solid #edf0f3;
	display: grid;
	gap: 8px;
	padding-top: 12px;
}

.market-catalog__filter-title {
	color: #20242a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.market-catalog__filter-list {
	display: grid;
	gap: 7px;
}

.market-catalog__filter-chip {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	color: #526171;
	display: flex;
	font-size: 13px;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 34px;
	min-width: 0;
	padding: 7px 9px;
	text-align: left;
	text-decoration: none;
}

.market-catalog__filter-chip--active,
.market-catalog__filter-chip:hover {
	background: #eef4fb;
	border-color: #bcd2e8;
	color: #174f82;
	text-decoration: none;
}

.market-catalog__ad-slot {
	align-items: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	text-align: center;
}

.market-catalog__ad-slot--qa {
	background: #f1f3f5;
	border: 1px dashed #aeb8c4;
	color: #657181;
	font-size: 13px;
	line-height: 1.35;
	padding: 12px;
}

.market-catalog__ad-slot--adsense {
	background: transparent;
	border: 0;
	padding: 0;
}

.market-catalog__ad-slot--after-products.market-catalog__ad-slot--adsense {
	padding-top: 8px;
}

.market-catalog__ad-slot--empty {
	display: none !important;
	margin: 0 !important;
	min-height: 0 !important;
}

.market-catalog__ad-label {
	color: #657181;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}

.market-catalog__ad-slot--sidebar {
	margin-top: 2px;
	min-height: 250px;
	max-width: 100%;
	width: 100%;
}

.market-catalog__ad-slot--after-products {
	grid-column: 1 / -1;
	margin-top: 10px;
	min-height: 92px;
}

.market-catalog__ad-slot--after-products .market-catalog__adsense {
	display: inline-block !important;
	height: 90px !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 728px !important;
}

.market-catalog__ad-slot--sidebar .market-catalog__adsense {
	display: block !important;
	min-height: 250px;
	max-width: 100%;
	width: 100% !important;
}

.market-catalog__adsense {
	display: block;
	min-width: 0;
	width: 100%;
}

.market-catalog__product-area {
	min-width: 0;
}

.market-catalog__products {
	align-items: stretch;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.market-catalog__empty {
	color: #657181;
	padding: 18px;
}

.market-catalog__empty p {
	margin: 0 0 12px;
}

.market-catalog__empty-search {
	max-width: 620px;
}

.market-catalog__empty-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.market-catalog__empty-links a {
	background: #f7f8fa;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	color: #20242a;
	font-size: 13px;
	line-height: 1.25;
	padding: 7px 10px;
	text-decoration: none;
}

.market-catalog__empty-links a:hover {
	background: #eef4fb;
	color: #174f82;
	text-decoration: none;
}

.market-catalog__seller-strip {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(32, 36, 42, 0.05);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	padding-bottom: 14px;
	padding-top: 14px;
}

.market-catalog__seller-strip-copy {
	min-width: 0;
}

.market-catalog__seller-strip-title {
	color: #20242a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 4px;
}

.market-catalog__seller-link--secondary {
	background: #ffffff;
	border-color: #17824f;
	color: #17824f;
}

.market-catalog__seller-link--secondary:hover {
	background: #eef9f3;
	color: #0f6d44;
}

.market-product-card {
	background: #ffffff;
	border: 1px solid #e2e7ed;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.market-product-card:hover {
	border-color: #c5d0dc;
	box-shadow: 0 8px 20px rgba(32, 36, 42, 0.08);
	transform: translateY(-1px);
}

.market-product-card__image-link {
	align-items: center;
	aspect-ratio: 5 / 4;
	background: #f4f6f8;
	color: #657181;
	display: flex;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.market-product-card__image-link--empty .market-product-card__image-placeholder {
	display: flex;
}

.market-product-card__image-placeholder {
	align-items: center;
	background: #e7ebf0;
	border-radius: 50%;
	color: #526171;
	display: flex;
	font-size: 28px;
	font-weight: 700;
	height: 64px;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
	width: 64px;
}

.market-product-card__image {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: contain;
	position: absolute;
	transition: transform 0.18s ease;
	width: 100%;
}

.market-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 6px;
	padding: 10px 11px 11px;
}

.market-product-card__title {
	color: #20242a;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	min-height: 36px;
	overflow: hidden;
	overflow-wrap: anywhere;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.market-product-card__title:hover,
.market-product-card__seller:hover {
	color: #1368b5;
	text-decoration: underline;
}

.market-product-card__price {
	color: #d76612;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	min-height: 20px;
	overflow-wrap: anywhere;
}

.market-product-card__meta-line {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-width: 0;
}

.market-product-card__availability {
	align-self: start;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1.2;
	padding: 3px 7px;
	width: fit-content;
}

.market-product-card__availability--available {
	background: #e7f6ed;
	color: #0f6d44;
}

.market-product-card__availability--unavailable,
.market-product-card__availability--unknown {
	background: #eef1f4;
	color: #657181;
}

.market-product-card__code {
	background: #f3f6f9;
	border-radius: 999px;
	color: #657181;
	font-size: 12px;
	line-height: 1.2;
	padding: 3px 7px;
}

.market-product-card__summary {
	color: #465464;
	display: -webkit-box;
	font-size: 12px;
	line-height: 1.35;
	min-height: 32px;
	overflow: hidden;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.market-product-card__seller-row {
	color: #657181;
	display: grid;
	font-size: 13px;
	gap: 2px;
	line-height: 1.3;
	margin-top: auto;
	min-height: 18px;
	min-width: 0;
}

.market-product-card__seller,
.market-product-card__place {
	color: #657181;
	overflow: hidden;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.market-product-card__hover-panel {
	display: none;
}

.market-product-card__details {
	align-items: center;
	background: #1368b5;
	border: 1px solid #1368b5;
	border-radius: 5px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 32px;
	padding: 7px 10px;
	text-decoration: none;
	width: 100%;
}

.market-product-card__details:hover {
	color: #ffffff;
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.market-product-card__hover-panel {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 26%);
		bottom: 0;
		display: block;
		left: 0;
		opacity: 0;
		padding: 24px 11px 11px;
		pointer-events: none;
		position: absolute;
		right: 0;
		transform: translateY(8px);
		transition: opacity 0.16s ease, transform 0.16s ease;
	}

	.market-product-card:hover .market-product-card__hover-panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.market-product-card:hover .market-product-card__image {
		transform: scale(1.03);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.market-catalog__ad-slot--sidebar {
		display: none;
	}
}

.market-catalog__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.market-catalog__page-link {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	color: #20242a;
	display: inline-flex;
	font-size: 14px;
	line-height: 1.25;
	min-height: 34px;
	padding: 7px 11px;
	text-decoration: none;
}

.market-catalog__page-link--active,
.market-catalog__page-link:hover {
	background: #1f2732;
	border-color: #1f2732;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 991px) {
	html.market-filter-drawer-open,
	html.market-filter-drawer-open body {
		overflow: hidden;
	}

	.market-catalog:has(.market-catalog__filters:target)::before {
		background: rgba(32, 36, 42, 0.34);
		bottom: 0;
		content: "";
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 18;
	}

	.market-catalog__hero,
	.market-catalog__listing-head,
	.market-catalog__workspace,
	.market-listing-toolbar,
	.market-catalog__seller-strip {
		grid-template-columns: 1fr;
	}

	.market-catalog__trust {
		grid-template-columns: 1fr;
	}

	.market-catalog__ad-slot--sidebar {
		display: none;
	}

	.market-catalog__tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.market-catalog__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.market-catalog .market-product-card__code,
	.market-catalog .market-product-card__summary {
		display: none;
	}

	.market-catalog__tiles--rail .market-catalog__tile {
		flex-basis: clamp(220px, 36vw, 280px);
		min-height: 66px;
	}

	.market-catalog__tiles--rail .market-catalog__tile-title {
		display: block;
		overflow: visible;
		-webkit-line-clamp: unset;
	}

	.market-catalog__tiles--rail .market-catalog__tile-count {
		display: none;
	}

	.market-listing-toolbar__sort {
		justify-content: flex-start;
	}

	.market-catalog--category .market-catalog__listing-head {
		gap: 10px;
		grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	}

	.market-catalog--category .market-catalog__subtitle--compact,
	.market-catalog--category .market-catalog__category-rail .market-catalog__section-head {
		display: none;
	}

	.market-listing-toolbar__sort {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 1px;
	}

	.market-listing-toolbar__sort-link {
		flex: 0 0 auto;
	}

	.market-catalog__filters {
		display: none;
	}

	.market-catalog__filters:target {
		bottom: 0;
		display: grid;
		left: 0;
		max-height: 82vh;
		overflow: auto;
		padding-bottom: 0;
		position: fixed;
		right: 0;
		top: auto;
		z-index: 20;
	}

	.market-catalog__filters-close {
		display: inline-flex;
	}

	.market-catalog__filters-foot {
		background: #ffffff;
		border-top: 1px solid #dfe4ea;
		bottom: 0;
		display: grid;
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto;
		margin: 2px -14px 0;
		padding: 10px 14px 12px;
		position: sticky;
	}

	.market-catalog__filters-foot .market-catalog__filters-reset {
		justify-content: center;
		width: auto;
	}
}

@media (max-width: 700px) {
	html.market-filter-drawer-open,
	html.market-filter-drawer-open body {
		overflow: hidden;
	}

	.market-catalog:has(.market-catalog__filters:target)::before {
		background: rgba(32, 36, 42, 0.34);
		bottom: 0;
		content: "";
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 18;
	}

	.market-catalog {
		padding-top: 10px;
	}

	.market-catalog--category .market-catalog__section {
		margin-top: 10px;
	}

	.market-catalog__hero,
	.market-catalog__listing-head,
	.market-catalog__section,
	.market-catalog__actions,
	.market-catalog__seller-strip {
		padding-left: 10px;
		padding-right: 10px;
	}

	.breadcrumb {
		display: flex;
		flex-wrap: wrap;
		min-width: 0;
	}

	.breadcrumb > li,
	.breadcrumb .btn-group,
	.breadcrumb .btn-link {
		max-width: 100%;
		white-space: normal;
	}

	.breadcrumb .btn-link {
		overflow-wrap: anywhere;
		text-align: left;
	}

	.market-catalog__hero-main,
	.market-catalog__listing-head {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.market-catalog--category .market-catalog__listing-head {
		gap: 8px;
		grid-template-columns: 1fr;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.market-catalog__hero-main {
		padding-left: 14px;
		padding-right: 14px;
	}

	.market-catalog:not(.market-catalog--category) .market-catalog__hero {
		gap: 10px;
	}

	.market-catalog:not(.market-catalog--category) .market-catalog__hero-side {
		display: none;
	}

	.market-catalog:not(.market-catalog--category) .market-catalog__seller-link {
		font-size: 14px;
		min-height: 38px;
		width: auto;
	}

	.market-catalog:not(.market-catalog--category) .market-catalog__seller-caption,
	.market-catalog:not(.market-catalog--category) .market-catalog__stats {
		display: none;
	}

	.market-catalog__trust {
		display: none;
	}

	.market-catalog__title {
		font-size: 26px;
	}

	.market-catalog__title--compact {
		font-size: 22px;
	}

	.market-catalog--category .market-catalog__title--compact {
		font-size: 20px;
		margin-bottom: 3px;
	}

	.market-catalog__subtitle--compact {
		font-size: 14px;
		-webkit-line-clamp: 1;
	}

	.market-catalog--category .market-catalog__subtitle--compact {
		display: none;
	}

	.market-catalog__search {
		grid-template-columns: minmax(0, 1fr) minmax(82px, auto);
	}

	.market-catalog__search-input,
	.market-catalog__search-button {
		font-size: 15px;
		min-height: 40px;
	}

	.market-catalog__search-button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.market-catalog__section-head {
		align-items: flex-start;
	}

	.market-catalog__section-link {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.market-catalog__stats {
		grid-template-columns: 1fr 1fr;
	}

	.market-catalog__tiles:not(.market-catalog__tiles--rail) {
		grid-template-columns: 1fr;
	}

	.market-catalog__tiles--home {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: thin;
	}

	.market-catalog__tiles--home .market-catalog__tile {
		flex: 0 0 188px;
		min-height: 42px;
		padding: 9px 10px;
	}

	.market-catalog__tiles--rail {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.market-catalog__tiles--rail .market-catalog__tile {
		flex-basis: clamp(220px, 70vw, 280px);
		min-height: 64px;
		padding: 8px 9px;
	}

	.market-catalog__tiles--rail .market-catalog__tile-count {
		display: none;
	}

	.market-catalog--category .market-catalog__category-rail .market-catalog__section-head {
		display: none;
	}

	.market-listing-toolbar {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		position: sticky;
		top: 0;
		z-index: 2;
	}

	.market-listing-toolbar__main,
	.market-listing-toolbar__sort {
		overflow-x: auto;
		padding-bottom: 1px;
	}

	.market-listing-toolbar__summary {
		flex: 0 0 auto;
	}

	.market-catalog__filters {
		display: none;
	}

	.market-catalog__filters:target {
		bottom: 0;
		display: grid;
		left: 0;
		max-height: 82vh;
		overflow: auto;
		padding-bottom: 0;
		position: fixed;
		right: 0;
		top: auto;
		z-index: 20;
	}

	.market-catalog__filters-close {
		display: inline-flex;
	}

	.market-catalog__filters-foot {
		background: #ffffff;
		border-top: 1px solid #dfe4ea;
		bottom: 0;
		display: grid;
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto;
		margin: 2px -14px 0;
		padding: 10px 14px 12px;
		position: sticky;
	}

	.market-catalog__filters-foot .market-catalog__filters-reset {
		justify-content: center;
		width: auto;
	}

	.market-catalog__products {
		grid-template-columns: 1fr;
	}

	.market-catalog__ad-slot--sidebar {
		display: none;
	}

	.market-catalog .market-product-card {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 116px;
	}

	.market-catalog .market-product-card__image-link {
		aspect-ratio: auto;
		height: 100%;
		min-height: 116px;
	}

	.market-catalog .market-product-card__image-placeholder {
		font-size: 22px;
		height: 52px;
		width: 52px;
	}

	.market-catalog .market-product-card__body {
		align-content: start;
		gap: 4px;
		padding: 8px 9px;
	}

	.market-catalog .market-product-card__title {
		font-size: 14px;
		line-height: 1.25;
		min-height: 34px;
		-webkit-line-clamp: 2;
	}

	.market-catalog .market-product-card__price {
		font-size: 15px;
		line-height: 1.2;
		min-height: 18px;
	}

	.market-catalog .market-product-card__code,
	.market-catalog .market-product-card__summary {
		display: none;
	}

	.market-catalog .market-product-card__availability {
		font-size: 11px;
		padding: 2px 6px;
	}

	.market-catalog .market-product-card__seller-row {
		display: block;
		font-size: 12px;
		line-height: 1.2;
		min-height: 0;
	}

	.market-catalog .market-product-card__seller {
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.market-catalog .market-product-card__place {
		display: none;
	}

	.market-catalog__ad-slot--after-products {
		min-height: 100px;
	}

	.market-catalog__ad-slot--after-products .market-catalog__adsense {
		height: 100px !important;
		width: 320px !important;
	}
}

@media (max-width: 420px) {
	.market-catalog__search {
		grid-template-columns: minmax(0, 1fr) minmax(76px, auto);
	}

	.market-listing-toolbar__filter-button,
	.market-listing-toolbar__sort-link,
	.market-listing-toolbar__chip {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.market-catalog .market-product-card {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.market-catalog .market-product-card__image-link {
		min-height: 112px;
	}
}

.market-product-detail {
	background: #f6f7f9;
	color: #20242a;
	padding: 16px 0 34px;
}

.market-product-detail *,
.market-product-detail *::before,
.market-product-detail *::after {
	box-sizing: border-box;
}

.market-product-detail__crumbs,
.market-product-detail__search,
.market-product-detail__hero,
.market-product-detail__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding-left: 16px;
	padding-right: 16px;
}

.market-product-detail__crumbs {
	align-items: center;
	color: #657181;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 7px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.market-product-detail__crumbs a {
	color: #1368b5;
	text-decoration: none;
}

.market-product-detail__search {
	margin-bottom: 14px;
}

.market-product-detail__hero {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(280px, 490px) minmax(0, 1fr);
}

.market-product-detail__gallery,
.market-product-detail__summary,
.market-product-detail__section {
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(32, 36, 42, 0.05);
	min-width: 0;
}

.market-product-detail__gallery {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.market-product-detail__image-frame {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #f0f2f5;
	border-radius: 5px;
	color: #657181;
	display: flex;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.market-product-detail__image-fallback {
	align-items: center;
	background: #e7ebf0;
	border-radius: 50%;
	color: #526171;
	display: flex;
	font-size: 42px;
	font-weight: 700;
	height: 92px;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
	width: 92px;
}

.market-product-detail__image {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: contain;
	position: absolute;
	width: 100%;
}

.market-product-detail__image-frame--empty .market-product-detail__image-fallback {
	display: flex;
}

.market-product-detail__thumbs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
}

.market-product-detail__thumb {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #f0f2f5;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.market-product-detail__thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.market-product-detail__summary {
	display: grid;
	gap: 13px;
	padding: 18px;
}

.market-product-detail__title {
	color: #1f2732;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.18;
	margin: 0;
	overflow-wrap: anywhere;
}

.market-product-detail__price {
	color: #0f6d44;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.market-product-detail__availability {
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 6px 10px;
	width: fit-content;
}

.market-product-detail__availability--available {
	background: #e7f6ed;
	color: #0f6d44;
}

.market-product-detail__availability--unavailable,
.market-product-detail__availability--unknown {
	background: #eef1f4;
	color: #657181;
}

.market-product-detail__buy {
	display: grid;
	gap: 10px;
	grid-template-columns: 96px minmax(0, 1fr);
	max-width: 420px;
}

.market-product-detail__qty {
	border: 1px solid #cbd3dd;
	border-radius: 5px;
	color: #20242a;
	font-size: 16px;
	min-height: 42px;
	padding: 8px 10px;
	text-align: center;
	width: 100%;
}

.market-product-detail__primary,
.market-product-detail__contact-primary .targets-contacts {
	align-items: center;
	background: #17824f;
	border: 1px solid #17824f;
	border-radius: 5px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 42px;
	padding: 9px 14px;
	text-align: center;
	text-decoration: none;
}

.market-product-detail__primary:hover,
.market-product-detail__contact-primary .targets-contacts:hover {
	color: #ffffff;
	text-decoration: none;
}

.market-product-detail__other-prices {
	border-top: 1px solid #edf0f3;
	color: #526171;
	display: grid;
	font-size: 13px;
	gap: 6px;
	padding-top: 12px;
}

.market-product-detail__other-prices div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.market-product-detail__seller {
	border-top: 1px solid #edf0f3;
	display: grid;
	gap: 7px;
	padding-top: 13px;
}

.market-product-detail__seller h2,
.market-product-detail__section h2 {
	color: #20242a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 4px;
}

.market-product-detail__seller-name,
.market-product-detail__contact-row {
	color: #526171;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.market-product-detail__seller-name {
	color: #1368b5;
	font-weight: 700;
}

.market-product-detail__content {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.market-product-detail__ad {
	min-height: 92px;
	width: 100%;
}

.market-product-detail__ad.market-catalog__ad-slot--qa {
	padding: 12px;
}

.market-product-detail__ad .market-catalog__adsense {
	display: inline-block !important;
	height: 90px !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 728px !important;
}

.market-product-detail__section {
	padding: 16px;
}

.market-product-detail__description {
	color: #333942;
	font-size: 15px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.market-product-detail__description img {
	height: auto;
	max-width: 100%;
}

.market-product-detail__map {
	height: 300px;
	width: 100%;
}

.market-product-detail__navigation a,
.market-product-detail__related a,
.market-product-detail__seller-site a {
	color: #1368b5;
}

.market-product-detail__nav-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-product-detail__nav-link,
.market-product-detail__related-card {
	align-items: center;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	display: flex;
	gap: 10px;
	min-width: 0;
	padding: 11px 12px;
	text-decoration: none;
}

.market-product-detail__nav-thumb,
.market-product-detail__related-thumb {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #f0f2f5;
	border: 1px solid #dfe4ea;
	border-radius: 5px;
	color: #657181;
	display: flex;
	flex: 0 0 62px;
	font-size: 22px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
	width: 62px;
}

.market-product-detail__nav-thumb img,
.market-product-detail__related-thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.market-product-detail__nav-copy,
.market-product-detail__related-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.market-product-detail__nav-copy span,
.market-product-detail__related-copy span,
.market-product-detail__related-copy em {
	color: #657181;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
}

.market-product-detail__nav-copy strong,
.market-product-detail__related-copy strong {
	color: #20242a;
	font-size: 14px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.market-product-detail__nav-link:hover,
.market-product-detail__related-card:hover {
	background: #f4f8fc;
	text-decoration: none;
}

.market-product-detail__nav-link--prev {
	text-align: left;
}

.market-product-detail__related-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

@media (max-width: 860px) {
	.market-product-detail__hero {
		display: flex;
		flex-direction: column;
	}

	.market-product-detail__summary {
		order: 1;
	}

	.market-product-detail__gallery {
		order: 2;
	}

	.market-product-detail__title {
		font-size: 25px;
	}

	.market-product-detail__price {
		font-size: 23px;
	}
}

@media (max-width: 520px) {
	.market-product-detail {
		padding-top: 10px;
	}

	.market-product-detail__crumbs,
	.market-product-detail__search,
	.market-product-detail__hero,
	.market-product-detail__content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.market-product-detail__summary,
	.market-product-detail__section {
		padding: 13px;
	}

	.market-product-detail__ad {
		min-height: 100px;
	}

	.market-product-detail__ad .market-catalog__adsense {
		height: 100px !important;
		width: 320px !important;
	}

	.market-product-detail__gallery {
		padding: 10px;
	}

	.market-product-detail__title {
		font-size: 22px;
	}

	.market-product-detail__buy {
		grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
		max-width: none;
	}

	.market-product-detail__buy .input-group {
		min-width: 0;
		width: 100%;
	}

	.market-product-detail__buy .input-group-addon {
		min-width: 34px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.market-product-detail__nav-grid {
		grid-template-columns: 1fr;
	}

	.market-product-detail__nav-thumb,
	.market-product-detail__related-thumb {
		flex-basis: 56px;
		width: 56px;
	}
}

.market-stores__head {
	align-items: start;
}

.market-stores__nav-current {
	background: #20242a;
	color: #ffffff;
}

.market-stores__status {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.market-stores__notice {
	background: #fff7e0;
	border: 1px solid #eed48a;
	border-radius: 5px;
	color: #6b5300;
	font-size: 13px;
	line-height: 1.35;
	padding: 9px 12px;
}

.market-stores__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-stores__grid--home {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}

.market-store-card {
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(32, 36, 42, 0.05);
	display: grid;
	gap: 12px;
	grid-template-columns: 68px minmax(0, 1fr);
	min-width: 0;
	padding: 14px;
}

.market-store-card__logo {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #eef2f6;
	border: 1px solid #dde4ec;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.market-store-card__logo-fallback {
	color: #667585;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.market-store-card__logo-img {
	display: block;
	height: 100%;
	object-fit: contain;
	position: absolute;
	width: 100%;
}

.market-store-card__body {
	min-width: 0;
}

.market-store-card__title {
	color: #20242a;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.market-store-card__title:hover {
	color: #1368b5;
	text-decoration: none;
}

.market-store-card__meta,
.market-store-card__count,
.market-store-card__text {
	color: #5d6875;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 6px;
	overflow-wrap: anywhere;
}

.market-store-card__count {
	color: #1368b5;
	font-weight: 700;
}

.market-store-card__text {
	display: -webkit-box;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 980px) {
	.market-stores__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.market-stores__status {
		align-items: stretch;
		flex-direction: column;
	}

	.market-stores__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.market-store-card {
		grid-template-columns: 58px minmax(0, 1fr);
		padding: 12px;
	}
}
