

/* Start:/local/templates/dreame/components/bitrix/catalog.section/.default/style.css?176096992113062*/
.catalog-header {
	margin-bottom: 1.2em;
	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;
	gap: 0.75em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-actions {
	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;
	gap: 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%;
}
.sort-block form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.2em;
	font-size: 0.875em;
}
.sort-block form .btn {
	font-weight:  500;
	color: #D2D2D4;
}
.sort-block form .btn.selected, .sort-block form .btn:hover {
	color: var(--color-black);
}
.catalog-choose-view form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog-choose-view form .icon {
	width: 1.5em;
	height: 1.5em;
}
.catalog-choose-view .btn {
	-webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(1586%) hue-rotate(282deg) brightness(95%) contrast(91%);
	filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(1586%) hue-rotate(282deg) brightness(95%) contrast(91%);
}
.catalog-choose-view .btn.selected, .catalog-choose-view .btn:hover {
	-webkit-filter: unset;
	filter: unset;
}
.product-item-container.hover {
	z-index: 1;
}
.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: unset;
}
@media (max-width: 768px) {
	.sort-block form {
		font-size:1em;
	}
	.catalog-actions {
		width: auto;
	}
}
@media (max-width: 576px) {
	.catalog-view-list .catalog-section .product-item,
	.catalog-view-grid .catalog-section .product-item {
		display:-ms-grid;
		display:grid;
		-ms-grid-columns: 7.5em 1fr;
		grid-template-columns: 7.5em 1fr;
	}
	.catalog-view-list .catalog-section .product-item .product-item__label,
	.catalog-view-grid .catalog-section .product-item .product-item__label {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		grid-area: 1/1/1/1;
	}
	.catalog-view-list .catalog-section .product-item .product-item__img,
	.catalog-view-grid .catalog-section .product-item .product-item__img {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		grid-area: 1/1/1/1;
	}
	.catalog-view-list .catalog-section .product-item__eco-wrapper,
	.catalog-view-grid .catalog-section .product-item__eco-wrapper {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		grid-area: 2/1/2/1;
	}
	.catalog-view-list .catalog-section .product-item-content,
	.catalog-view-grid .catalog-section .product-item-content {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-area: 1 / 2 / 3 / 3;
		gap: 0.312em;
		display:-webkit-box;
		display:-webkit-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.catalog-view-list .catalog-section .product-item .product-item__price .price-group,
	.catalog-view-grid .catalog-section .product-item .product-item__price .price-group {
		gap: 0.312em;
	}
	.catalog-view-list .catalog-section .product-item .product-item__price,
	.catalog-view-grid .catalog-section .product-item .product-item__price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0.312em;
		height: unset;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.catalog-view-list .catalog-section .product-item__actions,
	.catalog-view-grid .catalog-section .product-item__actions {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.catalog-view-list .catalog-section .product-item__actions .btn span:not(.icon),
	.catalog-view-grid .catalog-section .product-item__actions .btn span:not(.icon) {
		display: block;
	}
	.catalog-view-list .catalog-section .product-item__buttons > *,
	.catalog-view-grid .catalog-section .product-item__buttons > * {
		width: 100%;
	}
	.catalog-view-list .product-item .product-item__title.for-list {
		display: none !important;
	}
	.catalog-view-list .product-item .product-item__title:not(.for-list) {
		display: block !important;
		height: unset;
	}
	.catalog-view-list .product-item .product-item__hover-actions {
		display: none;
	}
}


@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
.catalog-main {
	width: 100%;
}
.catalog-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.875em;
	margin-bottom: 1.875em;
}
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.catalog-view-grid .product-item-small-card {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.875em 1fr 1.875em 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.875em;
}
.catalog-view-grid .product-item-list-col-3 .product-item-small-card {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}
.catalog-view-grid .product-item-list-col-4 .product-item-small-card {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}
.product-item-small-card .product-item-container {
	min-width: 100%;
	max-width: 100%;
}
.catalog-view-list .product-item-small-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875em;
}
.filter-mob .filter-mob-btn .icon {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.filter-mob .filter-mob-btn {
	gap: 0.875em;
}
.filter-mob-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	z-index: 100;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	background: #fff;
	padding-top: 1.875em;
	overflow-y: scroll;
	overflow-x: hidden;
}
.filter-mob.is-active .filter-mob-container {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.filter-mob .bx-filter.bx-blue .bx-filter-section {
	background: unset;
}
.btn.btn-show-more {
	width: 100%;
	margin-bottom: 1.875em;
}
@media (max-width: 768px) {
	.catalog-view-grid .product-item-small-card, .catalog-view-list .product-item-small-card {
		gap: 1.25em;
	}
}
@media (max-width: 576px){
	.catalog-view-grid .product-item-small-card, .catalog-view-list .product-item-small-card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	select.d-form-control[name="catalog-sort"], .filter-mob .filter-mob-btn {
		font-size: 0.9em;
		padding: 0.5em 1em;
	}

	select.d-form-control[name="catalog-sort"] {
		padding: 0.5em 2em 0.5em 1em;
	}
}
/* End */


/* Start:/local/templates/dreame/components/bitrix/catalog.item/template1/style.css?17648422365173*/
.product-item-button-container .btn {
    width: 100%;
}
.product-item-button-container span {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.catalog-view-list .product-item, .bx-no-touch .catalog-view-list .product-item-container.hover .product-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9.375em 1.2em auto 1.2em 12.5em;
    grid-template-columns: 9.375em auto 12.5em;
    gap: 1.2em;
}
.catalog-view-list .product-item .product-item__title:not(.for-list) {
    display:none;
}
.catalog-view-list .product-item .product-item__title.for-list {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 1 / 2;
}
.catalog-view-list .product-item .product-item__img, .product-item .product-item__label {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: 1/1/2/1;
}
.catalog-view-list .product-item__eco-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    grid-area: 1/2/2/2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625em;
}
.catalog-view-list .product-item-content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    grid-area: 1 / 3 / 2 / 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}
.catalog-view-list .product-item .product-item__price {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1 / 1 / 1 / 1;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.catalog-view-list .product-item .product-item__price .price-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.catalog-view-list .product-item .product-item__hover-actions {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: 1 / 2 / 1 / 2;
    right: unset;
    top:0;
}
.catalog-view-list .product-item__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 2 / 3;
    margin-top:0;
    text-align: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-item .product-item-scu-item-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625em;
}

.product-item .product-item-scu-item-color {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.product-item .product-item-scu-item-color-container {
    height: 2.5em;
    width: 2.5em;
    border: 1px solid var(--color-gray);
    padding: 0.312em;
    cursor: pointer;
}

.product-item .product-item-scu-item-color-container.selected {
    border-color: var(--color-brown);
}

.product-item .product-item-scu-item-color-block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.product-item .product-item-detail-info-container-title {
    margin-bottom: 0.4em;
}

@media (max-width: 576px) {
    .product-item__actions .bx-catalog-subscribe-button {
        background: unset;
        border-color: var(--color-black);
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    /*.product-item__actions .bx-catalog-subscribe-button.disabled {
        opacity: 0.2;
    }*/
}
/* End */


/* Start:/local/components/ws/banner.catalog/templates/.default/style.css?17609699213047*/
.banner-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 13.125em;
    background: -webkit-gradient(linear, right top, left top, from(var(--color-one, #fff)), to(var(--color-two, #fff)));
    background: -webkit-linear-gradient(right, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
    background: -moz-linear-gradient(right, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
    background: -o-linear-gradient(right, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
    background: linear-gradient(270deg, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
}
.banner-category-content {
    padding: 1.56em 1.875em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 90%;
}
.banner-category-column {
    width: 100%;
}
.banner-category-title {
    font-size: 1.5em;
    font-weight: 500;
}
.banner-category-text {
    margin-top: 0.714em;
    font-size: 0.875em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.banner-category-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.banner-category-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .banner-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;
        height: unset;
        background: -webkit-gradient(linear, left top, left bottom, from(var(--color-one, #fff)), to(var(--color-two, #fff)));
        background: -webkit-linear-gradient(top, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
        background: -moz-linear-gradient(top, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
        background: -o-linear-gradient(top, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
        background: linear-gradient(180deg, var(--color-one, #fff) 0%, var(--color-two, #fff) 100%);
    }
    .banner-category .banner-category-img {
        height: 13.625em;
    }
    .banner-category-content {
        padding: 1.31em;
        width: 100%;
    }
    .banner-category-content .btn {
        margin-top: 0.714em;
    }
}
/* End */


/* Start:/local/templates/dreame/components/bitrix/catalog.section/.default/themes/blue/style.css?1760969921825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/dreame/components/bitrix/catalog.product.subscribe/template1/style.css?17609699211993*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

@media (max-width: 576px) {
    .catalog-products-viewed .btn-in-cart {
        height:100%;
    }
}
/* End */
/* /local/templates/dreame/components/bitrix/catalog.section/.default/style.css?176096992113062 */
/* /local/templates/dreame/components/bitrix/catalog.item/template1/style.css?17648422365173 */
/* /local/components/ws/banner.catalog/templates/.default/style.css?17609699213047 */
/* /local/templates/dreame/components/bitrix/catalog.section/.default/themes/blue/style.css?1760969921825 */
/* /local/templates/dreame/components/bitrix/catalog.product.subscribe/template1/style.css?17609699211993 */
