

/* Start:/local/templates/dreame/components/bitrix/breadcrumb/template1/style.css?1760969921573*/
.breadcrumbs {
	padding: 0.937em 0;
}
.bx-breadcrumb {
	font-size: 0.75em;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin-bottom: 0;
	line-height: 1.25;
	margin-right: 0.625em;
	display: inline;
}
.bx-breadcrumb .bx-breadcrumb-item i + span {
	margin-left: 0.312em;
}
.bx-breadcrumb .bx-breadcrumb-item>span {
	color: var(--color-brown);
}
.bx-breadcrumb .bx-breadcrumb-item .icon {
	transform: rotate(-90deg);
	width: 0.833em;
	height: 0.833em;
	filter: brightness(0) saturate(100%) invert(47%) sepia(54%) saturate(357%) hue-rotate(353deg) brightness(92%) contrast(91%);
}
/* End */


/* Start:/local/templates/dreame/components/bitrix/catalog/template1/bitrix/catalog.section.list/.default/style.css?17609699212163*/
.bx_catalog_tile .bx_catalog_tile_ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.187em 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1.187em;
	grid-auto-rows: 16.25em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog-category {
	background: #F0F1F3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	height: 100%;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.catalog-category>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.catalog-category__title {
	padding: 1.25em;
	max-width: 50%;
	font-weight: 500;
	font-size: 1.25em;
}
.catalog-category__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.catalog-category__img img {
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}
.catalog-category:hover .catalog-category__img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 768px) {
	.catalog-category__title {
		font-size: 1em;
	}
	.bx_catalog_tile .bx_catalog_tile_ul {
		grid-auto-rows: 11.25em;
	}
}

@media (max-width: 576px) {
	.catalog-category {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.catalog-category__title {
		text-align: center;
		max-width: 100%;
	}
	.catalog-category__img {
		height: 9.375em;
	}
	.bx_catalog_tile .bx_catalog_tile_ul {
		grid-auto-rows: 16.25em;
		gap: 0.625em;
	}
}
/* End */
/* /local/templates/dreame/components/bitrix/breadcrumb/template1/style.css?1760969921573 */
/* /local/templates/dreame/components/bitrix/catalog/template1/bitrix/catalog.section.list/.default/style.css?17609699212163 */
