.new-design-catalogRoot .page-header{
	background: white;
	padding-top: 30px;
	padding-block: 0;
}
.new-design-catalogRoot .input__field-fill{
	border-radius: 5px;
}
.new-design-catalogRoot section{
	margin: 48px 0;
}
.new-design-catalogRoot__banner-wrapper{
	border-radius: 10px;
	overflow: hidden;
	max-height: 500px;
}
.new-design-catalogRoot__banner img{
	width: 100%;
	max-height: inherit;
}
@media(max-width: 767px){
	.new-design-catalogRoot section{
		margin: 30px 0;
	}
}
.new-design-catalogRoot__sales-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.new-design-catalogRoot__sales-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	margin: 0;
}
.new-design-catalogRoot__sales-all{
	font-size: 14px;
	line-height: 140%;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: .4s;
}
.new-design-catalogRoot__sales-all:hover{
	border-bottom: 1px solid var(--bwt-dark-blue);
}
.new-design-catalogRoot__sales-slider{
	margin-left: -12px;
	width: calc(100% + 24px);
}
.new-design-catalogRoot__sales-item{
	height: 244px;
	overflow: hidden;
	border-radius: 10px;
}
@media(max-width: 1459px){
	.new-design-catalogRoot__sales-item{
		height: 211px;
	}
}
@media(max-width: 1199px){
	.new-design-catalogRoot__sales-item{
		height: 177px;
	}
}
@media(max-width: 991px){
	.new-design-catalogRoot__sales-item{
		height: 172px;
	}
}
@media(max-width: 767px){
	.new-design-catalogRoot__sales-item{
		height: auto;
		max-height: 368px;
	}
	.new-design-catalogRoot__sales-slider{
		margin-left: 0;
		width: 100%;
	}
}
.new-design-catalogRoot__sales-item img{
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.new-design-catalogRoot__sales .slick-slide{
	margin: 0 12px;
}
.new-design-catalogRoot__sales .slider__prev{
	left: -30px;
}
.new-design-catalogRoot__sales .slider__next{
	right: -30px;
}
@media(max-width: 767px){
	.new-design-catalogRoot__sales .slider__prev{
		left: -20px;
		width: 20px;
        height: 80px;
	}
	.new-design-catalogRoot__sales .slider__btn_arrow{
		max-height: 6px;
	}
	.new-design-catalogRoot__sales .slider__next{
		right: -20px;
		width: 20px;
        height: 80px;
	}
}
.new-design__blackFridaySticker{
	background: linear-gradient(89.92deg, #142448 9.14%, #FF88BD 44.67%, #FF88BD 62.86%, #142448 97.13%);
	font-size: 12px;
	font-weight: 700;
	padding: 6.5px 4.5px;
	width: fit-content;
	color: white;
}
.new-design__blackFridaySticker--listing{
	background: var(--bwt-dark-blue);
	border-radius: 8px;
	padding: 3px 6px;
	font-size: 16px;
}
.new-design-catalogRoot__sections .container{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.new-design-catalogRoot__section{
	padding: 20px 20px 25px 20px;
	background-color: rgba(245, 245, 245, 1);
	border-radius: 10px;
	background-image: url('../img/catalog-root-section-back.png');
	background-size: 85%;
	background-position: 20px bottom;
	background-repeat: no-repeat;
	width: calc(25% - 18px);
	display: flex;
	flex-direction: column;
}
.new-design-catalogRoot__sections--fiz .new-design-catalogRoot__section{
	width: calc(20% - 20px);
}
.new-design-catalogRoot__section h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 11px;
	line-height: 120%;
	transition: .4s;
}
.new-design-catalogRoot__section img{
	margin-left: auto;
	margin-top: auto;
}
.new-design-catalogRoot__section:hover h3{
	color: var(--bwt-pink);
}
@media(max-width: 1199px){
	.new-design-catalogRoot__section{
		width: calc(25% - 18px);
	}
	.new-design-catalogRoot__sections--fiz .new-design-catalogRoot__section{
		width: calc(25% - 18px);
	}
}
@media(max-width: 991px){
	.new-design-catalogRoot__section{
		width: calc(50% - 12px);
	}
	.new-design-catalogRoot__sections--fiz .new-design-catalogRoot__section{
		width: calc(50% - 12px);
	}
}
@media(max-width: 767px){
	.new-design-catalogRoot__section{
		width: 100%;
	}
	.new-design-catalogRoot__sections--fiz .new-design-catalogRoot__section{
		width: 100%;
	}
}