

/* Start:/local/templates/box/components/bitrix/news/manufacturers/bitrix/news.detail/brends_detail/style.css?17853645175612*/
/*
 * Страница бренда: шапка (обложка, логотип, рассказ) и переход к товарам.
 * Битрикс подключает style.css шаблона сам — стили грузятся только здесь.
 *
 * Направление — mercury-монохром шаблона: тонкий Manrope, воздух, без рамок и теней.
 * Своих hex нет: цвета и размеры берём переменными из style/constructor.css.
 */

.brand-hero {
    margin: 0 0 48px;
}

/* Обложка идёт встык с меню (так и задумано), а логотип без неё упирался в шапку */
.brand-hero:not(.brand-hero--cover) {
    padding-top: 32px;
}

/* Обложка 1920×550 — такие уже лежат у пяти марок в DETAIL_PICTURE */
.brand-hero__cover {
    margin-bottom: 32px;
    overflow: hidden;
}

.brand-hero__cover img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 550;
    object-fit: cover;
}

/* Текст слева, а не по центру: центрированный герой с одинокой кнопкой — ровно тот
   шаблонный вид, который дизайн-система запрещает. */
.brand-hero__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-hero__logo {
    display: block;
    max-height: 44px;
    max-width: 200px;
    width: auto;
    margin-bottom: 20px;
}

/* Логотип уже несёт имя марки — заголовок рядом с ним читался бы дважды. Когда
   логотип есть, h1 остаётся только для поиска и скринридеров. */
.brand-hero__logo + .brand-hero__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.brand-hero__title {
    margin: 0 0 20px;
    font-family: var(--font-family-display);
    font-weight: 200;
    font-size: var(--main-h1-size);
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--text-color);
}

.brand-hero__text {
    max-width: 68ch;
    margin: 0;
    font-size: var(--main-p-size);
    line-height: 1.7;
    color: var(--text-color-2);
}

.brand-hero__text > *:first-child {
    margin-top: 0;
}

.brand-hero__text > *:last-child {
    margin-bottom: 0;
}

.brand-hero__text p {
    margin: 0 0 12px;
}

.brand-hero__text h2,
.brand-hero__text h3 {
    margin: 24px 0 10px;
    font-size: var(--main-h3-size);
    font-weight: 300;
}

.brand-hero__text ul,
.brand-hero__text ol {
    margin: 0 0 12px;
    padding-left: 20px;
}

.brand-hero__text li {
    margin-bottom: 6px;
}

.brand-hero__text a {
    color: var(--text-color);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.15s ease;
}

.brand-hero__text a:hover {
    color: var(--accent);
}

/* Переход к товарам — строчная ссылка со стрелкой, не кнопка-призыв */
.brand-hero__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.15s ease;
}

.brand-hero__more:hover {
    color: var(--accent);
}

.brand-hero__more svg {
    flex-shrink: 0;
    transition: transform 0.15s ease;
}

.brand-hero__more:hover svg {
    transform: translateY(2px);
}

/* Полоса над сеткой: слева число изделий марки, справа кнопка шторки (мобильный) */
.brand-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.brand-products-head__count {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-color-4);
}

/* Якорь плавного перехода — на контейнере выдачи, с воздухом над ним */
.catalog-container[id="brand-products"] {
    scroll-margin-top: 24px;
}

/* Пока фильтра на странице не было, сетка занимала всю ширину. Теперь слева колонка
   фильтра, и ширину задаёт общее правило .catalog-section (100% − 305px). */
.catalog-section.brends {
    width: calc(100% - 305px);
}

@media (prefers-reduced-motion: reduce) {
    .brand-hero__more,
    .brand-hero__more svg {
        transition: none;
    }
}

@media (max-width: 992px) {
    /* Фильтр уезжает в шторку — выдача занимает всю ширину */
    .catalog-section.brends {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .brand-hero {
        margin-bottom: 32px;
    }

    .brand-hero:not(.brand-hero--cover) {
        padding-top: 20px;
    }

    .brand-hero__cover {
        margin-bottom: 24px;
    }

    /* Кадр 1920×550 на узком экране вырождается в полоску — режем ближе к 3:2 */
    .brand-hero__cover img {
        aspect-ratio: 3 / 2;
    }

    .brand-hero__logo {
        max-height: 36px;
        max-width: 150px;
        margin-bottom: 16px;
    }

    .brand-hero__more {
        margin-top: 20px;
    }
}

/* End */


/* Start:/local/templates/box/components/bitrix/catalog.smart.filter/shop/style.css?17855079269409*/
.bx-filter-container-modef {
	position: absolute;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	z-index: 999;
}
.bx-filter-container-modef a {
	color:#999999;
}

.filter {
	width: 305px;
}

.filter-tags {
	width: 100%;
	margin-bottom: 20px;
}

.filter-tags:empty {
	margin-bottom: 0;
}

.filter-container {
	background: var(--main-bg-color);
	padding: 20px 20px 20px 20px;
	border-radius: 0px 4px 4px 0px;
	margin-right: 30px;
	position: sticky;
	top: 20px;
	margin-left: -20px;
	max-height: calc(100vh - 40px);
	overflow: hidden;
	overflow-y: auto;
}


.filter-container::-webkit-scrollbar {
	width: 4px;
}

.filter-container::-webkit-scrollbar-track {
	background-color: var(--border-color);
	border-radius: 4px;

}

.filter-container::-webkit-scrollbar-thumb {
	background: var(--link-color);
	border-radius: 4px;

}


.filter-container::before {
	/* content: '';
	position: absolute;
	left: -20px;
	bottom: 0;
	top: 0;
	right: 100%;
	background: var(--main-bg-color-2); */
	/* width: 100%; */
}

.filter-prop__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #231F20;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	user-select: none;
}

/* Z-06: треугольник-шеврон, поворот по раскрытию группы */
.filter-prop__angle {
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #231F20;
	border-bottom: 1.5px solid #231F20;
	transform: rotate(-45deg);
	transition: transform .25s ease;
	margin-left: 12px;
	flex: 0 0 auto;
}
.filter-prop.bx-active > .filter-prop__title .filter-prop__angle {
	transform: rotate(45deg);
}

/* 31.07: счётчик выбранных значений у свёрнутой группы — иначе применённый фильтр не виден.
   margin-right:auto отталкивает шеврон вправо, счётчик остаётся вплотную к названию. */
.filter-prop__count {
	margin-left: 8px;
	margin-right: auto;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: #231F20;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
}

/* Z-06: свёрнутая группа прячет содержимое (hideFilterProps перебивает inline-стилем при раскрытии) */
.filter-prop:not(.bx-active) > .bx-filter-block {
	display: none;
}

/* Z-06: hairline-разделитель между группами вместо голого отступа */
.filter-prop + .filter-prop {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EDEAE4;
}

.filter-prop__item+.filter-prop__item {
	margin-top: 10px;
}

.filter-prop__box--razmer.filter-prop__box {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.filter-prop__box--razmer .filter-prop__item {
	margin-top: 0;
}

.filter-prop__box--razmer .filter-prop__item {
	margin: 2.5px;
}

.filter-prop__box--razmer .filter-prop__item {
	--razmer-cols: 3;
	width: calc(100% / var(--razmer-cols) - 5px);
}

.filter-prop__box--razmer .ui-input--checkbox-2 input+span {
	width: 100%;
	padding: 8px 5px;
	justify-content: center;
}

.filter-btns {
	display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    position: sticky;
    background: var(--main-bg-color);
	bottom: 0;
	width: 100%;
}
.filter-btns::before{
	content: '';
    position: absolute;
    background: var(--main-bg-color);
    width: 100%;
    height: 20px;
    bottom: -20px;
}

.filter-btns>* {
	margin-right: 15px;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	z-index: 0;
	/*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: var(--main-color-9);
	display: none;
}

.bx-filter .bx-ui-slider-part.p1 {
	left: -11px;
	/* display: block; */
}

.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
	right: -11px;
	/* display: block; */
}

.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx-filter .bx-ui-slider-range {
	z-index: 4;
}

.bx-filter .bx-ui-slider-pricebar {
	z-index: 5;
}

.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 1;
	/*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 2;
	/*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 3;
	/*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 20px;
	height: 20px;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-filter .bx-ui-slider-handle::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--link-color);
	border-radius: 50%;
}

.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: -webkit-grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: -webkit-grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
}

.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}

.bx-filter .bx-ui-slider-handle.left, .bx-filter .bx-ui-slider-handle.right {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(23, 113, 241, 0.2);
	border-radius: 50%;
	top: -10px;
	z-index: 2;
}

.bx-filter .bx-ui-slider-track {
	height: 2px !important;
	background: var(--main-color-9);
}

.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 5px !important;
	background: var(--main-color-9);
}

.bx-filter.bx-red .bx-ui-slider-pricebar-v, .bx-filter.bx-red .bx-ui-slider-pricebar-vn {
	background: #c1c1c1 !important;
}

/*------------------------------------------------------------------------------------------------------*/


.input_prices {
	display: flex;
	align-items: center;
}

.input_prices .defis {
	margin: 0 5px;
}

.input_prices .currency {
	text-transform: lowercase;
	margin-left: 5px;
}


.bx-filter-parameters-box-container-block {
	display: flex;
	border: 1px solid #D2C9B7;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
}


.filter-prop--price .bx-filter-parameters-box-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -7.5px;
	width: calc(100% + 15px);
}

.bx-filter-parameters-box-container-block {
	width: calc(50% - 15px);
	margin: 7.5px;

}

.bx-ui-slider-track-container {
	width: 100%;
}

.bx-filter-parameters-box-container-block i {
	background: var(--main-color-5);
	color: var(--main-color-8);
	padding: 6px 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	font-style: normal;
	border-right: 1px solid var(--main-color-9);
}

.bx-filter .bx-filter-input-container input {
	border-radius: 0;
	width: 100%;
	height: 36px;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
}

.bx-filter-input-container {
	flex: 1;
}


.bx-filter .bx-ui-slider-track-container {
	padding: 10px 30px;
}

.bx-filter .bx-ui-slider-part {
	background: #ccc;
}

.bx-filter .bx-ui-slider-part.p1 span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	display: block;
	width: 50px;
	margin-left: 0;
	text-align: left;
	color: #898989;
}

.bx-filter .bx-ui-slider-part {
	top: -12px;
}

.bx-filter .bx-ui-slider-part.p5 span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	display: block;
	width: 50px;
	margin-left: 0;
	text-align: right;
	color: #898989;
	margin-left: -50px;
}

.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-v {
	background: var(--link-color);
}


@media (max-width: 992px) {
	.filter {
		position: fixed;
		transform: translateX(-100%);
		left: 0;
		margin-right: 0;
		z-index: var(--z-index-filter);
		top: 0;
		bottom: 0;
		width: 100%;
		transition: 0.5s;
		height: 100vh; 
	}

	.filter-container {
		margin-left: 0;
		width: 306px;
  		height: calc(var(--vh, 1vh) * 100); /*FIX MOBILE viewport*/
		max-height: calc(var(--vh, 1vh) * 100);
		position: relative;
		box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.15);
		top: 0;
		z-index: calc(var(--z-index-filter) + 1);
		

	}

	.ui-overlay {
		background: rgba(0, 0, 0, 0.15);
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: calc(var(--z-index-filter) + 1);
	}

	.filter--open {
		transform: translateX(0%);
	}

	.filter-container::before {
		display: none;
	}

	.filter-btns {
		z-index: calc(var(--z-index-filter) + 2);
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}
}

/* Z-06: счётчик найденных перенесён в кнопку «Показать (N)» */
#modef {
	display: none !important;
}

/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17853674992523*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex: 1;
    justify-content: flex-end;
}

/* Пагинация — mercury: цифры сами по себе, без кремовых плашек и рамок.
   Текущая страница помечена тонкой линией под цифрой, наведение — золотом.
   Кликабельная зона остаётся 40×40, чтобы попадать пальцем на телефоне. */
.pagination-list__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	text-decoration: none;
	color: var(--text-color-2);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0 2px;
	transition: color .15s ease, border-color .15s ease;
}

a.pagination-list__link:hover {
	color: var(--accent);
}

/* Неактивная стрелка (span вместо ссылки) — приглушена, а не залита серым */
span.pagination-list__link {
	background: none;
	border-color: transparent;
	color: var(--main-color-9);
}

.pagination-list__item--active .pagination-list__link {
	background: none;
	color: var(--text-color);
	border-bottom-color: var(--text-color);
}

.pagination-list__item svg {
	width: 7px;
}

/* «Показать ещё» — контурная кнопка: заливка была того же кремового тона, что и цифры,
   и кнопка не читалась как основное действие списка. */
.pagination-more {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 1px solid var(--border-color);
	border-radius: 0;
	padding: 0 32px;
	text-decoration: none;
	color: var(--text-color);
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.pagination-more:hover {
	background: var(--text-color);
	border-color: var(--text-color);
	color: #fff;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.section/shop/style.css?17848955601894*/
.catalog-container {
	display: flex;
	flex-wrap: wrap;
}

.catalog-section {
	width: calc(100% - 305px);
}

.catalog-section__row>div[id^="bx_incl_area_"] {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.catalog-section__row {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--item-margin)*-1) calc(var(--item-margin)*-1) 0;
}

.catalog-section__row, .catalog-section .catalog-item {
	--item-col: 3;
	--item-margin: 16px;
}

.catalog-section .catalog-item {
	width: calc(100% / var(--item-col) - (var(--item-margin) * 2));
	margin: var(--item-margin);
}

/* mercury: без теней, товар парит на воздухе */

.section-list {
	display: flex;
	flex-wrap: wrap;
	margin: -2.5px -2.5px 20px;
}

.catalog-section__row {
	min-width: 100%;
	width: calc(100% + (var(--item-margin) * 2));
}

.section-list__item {
	background: transparent;
	border: 1px solid var(--border-color);
	border-radius: 2px;
	padding: 5px 5px 5px 12px;
	display: flex;
	align-items: center;
	margin: 2.5px;
}

.section-list__link {
	font-size: 12px;
	line-height: 150%;
	color: #231F20;
	text-decoration: none;
}

.section-list__item::after {
	content: attr(data-section-list-count);
	background: #FFFFFF;
	border-radius: 9px;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
	color: #414042;
	padding: 2px 5px;
	margin-left: 5px;
}

.bx-section-desc-post {
	margin-top: var(--margin-default);
	width: 100%;
}

@media (max-width: 1200px) {
	.catalog-section .catalog-item {
		--item-col: 2;
	}
}

@media (max-width: 992px) {
	.catalog-section {
		width: 100%;
	}

	.catalog-section .catalog-item {
		--item-col: 3;
	}

	.section-list {
		overflow: auto;
		flex-wrap: nowrap;
		width: calc(100% + 20px);
	}

	.section-list__item {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.catalog-section__row, .catalog-section .catalog-item {
		--item-col: 2;
		--item-margin: 5px;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.item/shop/style.css?17853645174193*/
/* FIX slick */

.catalog-item-slider .slick-track {
	width: 100%;
}

.catalog-item-slider {
	width: 100%;
}

.catalog-item-slider__item {
    position: absolute;
    left: 0;
    top: 0;
}

.slick-initialized .catalog-item-slider__item, .catalog-item-slider__item:first-child {
    position: relative;
}

.catalog-item-slider .slick-dots li button{
	width: 10px;
	height: 10px;
}

/* FIX slick */


.catalog-item {
	position: relative;
	background: transparent;
	padding: 0 0 10px;
}

.catalog-item__badges {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 0;
	z-index: 1;
}

.badge {
	border-radius: 2px;
	color: #fff;
	padding: 3px 7px;
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}

.badge+.badge {
	margin-top: 5px;
}

/* mercury-монохром: бейджи не кричат. Новинка/Хит — тёмные, скидка — приглушённый янтарь */
.badge--green {
	background: #231F20;
}

.badge--red {
	background: #B06A34;
}

.badge--purple {
	background: #231F20;
}

.catalog-item__picture {
	position: relative;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
}

.catalog-item__picture picture {
	padding-top: 100%;
	position: relative;
	
	display: block;
}

.catalog-item__picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* object-fit: cover; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



.catalog-item__title {
	font-size: 14px;
	line-height: 150%;
	color: #414042;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box;
	-webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	/* height: 3em; */
	white-space: nowrap;
}

.catalog-item__prices {
	display: flex;
	align-items: baseline;
}

.catalog-item__price {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	margin-top: 8px;
	margin-right: 10px;
	letter-spacing: 0.01em;
}

.catalog-item__price--old {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #8C8071;
}

.catalog-item__buttons{
	margin-top: 12px;
}

/* Метки в углу фото идут в ряд: избранное, следом признак «в корзине» */
.catalog-item__marks {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 6px;
}

.catalog-item__favorite {
	position: static;
	cursor: pointer;
	line-height: 0;
}

/* Значок корзины — состояние, а не действие: виден всегда, пока товар отложен.
   Ведёт в корзину, чтобы клик по нему не оказался пустым. */
.catalog-item__in-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #231F20;
	line-height: 0;
	transition: opacity .15s ease;
}

.catalog-item__in-cart[hidden] {
	display: none;
}

.catalog-item__in-cart:hover {
	opacity: .55;
}

/* mercury: действия проявляются по наведению (fade). На тач-устройствах видны всегда.
   Значка корзины это не касается — он сообщает состояние и виден постоянно. */
@media (hover: hover) {
	.catalog-item__buttons,
	.catalog-item__favorite {
		opacity: 0;
		transition: opacity .25s ease;
	}
	.catalog-item:hover .catalog-item__buttons,
	.catalog-item:hover .catalog-item__favorite {
		opacity: 1;
	}
	.catalog-item__favorite.liked {
		opacity: 1;
	}
}

@media (max-width: 1200px) {
	.catalog-item__title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.catalog-item__buttons{
		display: none;
	}
	.catalog-item {
		padding: 0 0 6px;
	}

	.catalog-item__title {
		font-size: 12px;
	}

	.catalog-item__prices {
		flex-wrap: wrap;
	}

	.catalog-item__price {
		margin-top: 5px;
		font-size: 14px;
	}

	.catalog-item__price--old {
		font-size: 12px;
	}
}


.liked svg {
	fill: #231F20 !important;
}

.liked svg path {
	stroke: #231F20 !important;
}

/* End */
/* /local/templates/box/components/bitrix/news/manufacturers/bitrix/news.detail/brends_detail/style.css?17853645175612 */
/* /local/templates/box/components/bitrix/catalog.smart.filter/shop/style.css?17855079269409 */
/* /local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17853674992523 */
/* /local/templates/box/components/bitrix/catalog.section/shop/style.css?17848955601894 */
/* /local/templates/box/components/bitrix/catalog.item/shop/style.css?17853645174193 */
