

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section.list/sections_list/style.css?17810049655324*/
.catalog-brands-grid {
	margin-bottom: 30px;
}

.catalog-brands-grid__title,
.catalog-sections-list__title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
	color: #fecc00;
	text-transform: uppercase;
}

.catalog-sections-list__title {
	margin-top: 10px;
	margin-bottom: 20px;
}

.catalog-brands-grid__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 12px;
}

.catalog-brands-grid__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 16px 12px;
	border: 1px solid #f2f2f2;
	background: #fff;
	text-align: center;
	text-decoration: none;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.catalog-brands-grid__item:hover {
	border-color: #fecc00;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.catalog-brands-grid__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	margin-bottom: 10px;
}

.catalog-brands-grid__logo img {
	max-width: 100%;
	max-height: 48px;
	object-fit: contain;
}

.catalog-brands-grid__name {
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
}

.catalog-brands-grid__item:hover .catalog-brands-grid__name {
	color: #000;
}

.catalog-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 10px;
}

.catalog-category-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 14px;
	border: 1px solid #ececec;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.catalog-category-card:hover {
	border-color: #fecc00;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.catalog-category-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	margin-bottom: 12px;
	padding: 16px;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	text-decoration: none;
}

.catalog-category-card__image img {
	max-width: 72%;
	max-height: 72%;
	object-fit: contain;
}

.catalog-category-card__title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	color: #222;
	text-decoration: none;
}

.catalog-category-card__title:hover {
	color: #000;
}

.catalog-category-card__subs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-category-card__sub {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 1.4;
}

.catalog-category-card__sub a {
	color: #666;
	text-decoration: none;
}

.catalog-category-card__sub a:hover {
	color: #222;
}

.catalog-category-card__sub.is-hidden {
	display: none;
}

.catalog-category-card__more {
	display: inline-block;
	margin-top: 4px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 12px;
	line-height: 1.4;
	color: #fecc00;
	cursor: pointer;
	text-decoration: underline;
}

.catalog-category-card__more:hover {
	color: #e0b600;
}

.catalog-product-types__title {
	margin-top: 28px;
}

.catalog-product-types {
	margin-bottom: 20px;
}

.catalog-product-types__alphabet {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px 12px;
	align-items: start;
}

.catalog-product-types__group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.catalog-product-types__letter {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fecc00;
	text-transform: uppercase;
}

.catalog-product-types__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-product-types__group--collapsed:not(.is-expanded) .catalog-product-types__list {
	max-height: 272px;
	overflow: hidden;
}

.catalog-product-types__item {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.1;
}

.catalog-product-types__item + .catalog-product-types__item {
	margin-top: 1px;
}

.catalog-product-types__item a {
	display: block;
	margin: 0;
	padding: 0;
	color: #555;
	text-decoration: none;
}

.catalog-product-types__item a:hover {
	color: #111;
}

.catalog-product-types__more {
	display: inline-block;
	margin: 2px 0 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 11px;
	line-height: 1;
	color: #fecc00;
	cursor: pointer;
	text-decoration: underline;
}

.catalog-product-types__more:hover {
	color: #e0b600;
}

.catalog-type-page__header {
	margin-bottom: 20px;
}

.catalog-type-page__title {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 600;
}

.catalog-type-page__back {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}

.catalog-type-page__back:hover {
	color: #222;
}

@media (max-width: 991px) {
	.catalog-categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.catalog-brands-grid__items {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		gap: 8px;
	}

	.catalog-brands-grid__item {
		min-height: 96px;
		padding: 12px 8px;
	}

	.catalog-categories-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.catalog-product-types__alphabet {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 12px;
	}
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section.list/sections_list/style.css?17810049655324 */
