/* Задача промо-каталогу: стилі плиток розділів над каталогом і промо-слайдерів товарів. */
.touch-promo-catalog {
	margin: 0 0 30px;
}

.sect_list .touch-promo-catalog {
	margin: 0;
	padding: 12px 24px;
}

.sect_list .section_item ul li.skuPropertyValue {
	margin-bottom: 5px;
}

.touch-promo-tiles {
	margin: 0 0 28px;
}

.touch-promo-tiles__title {
	margin: 0 0 18px;
	font: 26px/1.25 "roboto_ltregular", Arial, sans-serif;
	color: #111827;
}

.touch-promo-tiles__list {
	display: flex;
	gap: 34px;
	overflow-x: auto;
	padding: 0 0 8px;
	scroll-snap-type: x proximity;
}

.touch-promo-tiles__item {
	flex: 0 0 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #1462a8;
	scroll-snap-align: start;
}

.touch-promo-tiles__image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 8px rgba(23, 31, 45, 0.06);
	overflow: hidden;
}

.touch-promo-tiles__image img {
	max-width: 78%;
	max-height: 78%;
	display: block;
}

.touch-promo-tiles__name {
	margin-top: 12px;
	font: 16px/1.25 "roboto_ltregular", Arial, sans-serif;
}

/* Задача промо-каталогу: обгортка товарних слайдерів не використовує productList, щоб не чіпляти JS/стилі основного каталогу. */
.touch-promo-product-slider {
	margin: 0 0 34px;
	max-width: 100%;
	min-width: 0;
}

.sect_list .touch-promo-product-slider {
	margin: 0;
}

.touch-promo-product-slider__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 14px;
}

.touch-promo-product-slider__head-left {
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.touch-promo-product-slider__head-left:hover .touch-promo-product-slider__title {
	color: #F30F5E;
}

.touch-promo-product-slider__nav {
	display: flex;
	gap: 8px;
	align-items: center;
}

.touch-promo-product-slider__nav .touch-promo-product-slider__nav-prev,
.touch-promo-product-slider__nav .touch-promo-product-slider__nav-next {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2E9CFF;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: static;
	margin: 0;
}

.touch-promo-product-slider__nav .touch-promo-product-slider__nav-prev::after,
.touch-promo-product-slider__nav .touch-promo-product-slider__nav-next::after {
	display: none;
}

.touch-promo-product-slider__nav .touch-promo-product-slider__nav-prev:hover,
.touch-promo-product-slider__nav .touch-promo-product-slider__nav-next:hover {
	background-color: #2575ba;
}

.touch-promo-product-slider__nav .swiper-button-disabled:hover,
.touch-promo-product-slider__nav .swiper-button-disabled {
	background-color: #CED6DF;
	cursor: no-drop;
}

.touch-promo-product-slider__title {
	margin: 0;
	font-size: 24px;
	color: #111827;
	transition: all 0.3s ease;
}

.touch-promo-product-slider__all {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sect_list .touch-promo-product-slider__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
}

.sect_list .touch-promo-product-slider_viewAll {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #ff2d5b;
}

.touch-promo-product-slider__viewport {
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.touch-promo-product-slider__track {
	display: flex;
	align-items: stretch !important;
	margin-bottom: 0 !important;
	padding: 0 0 10px;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.touch-promo-product-slider__track .item.product {
	/* width: 220px !important; */
	height: auto !important;
	align-self: flex-start !important;
}

.touch-promo-product-slider__more {
	display: block;
	height: auto !important;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s linear;
}

.touch-promo-product-slider__more-btn {
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
	display: block;
	padding: 0;
}

html[lang="ru"] .touch-promo-product-slider__more {
	background: url("/images/action_catalog/more_items_vert1.png") no-repeat center;
	background-size: cover;
}

html[lang="ru"] .touch-promo-product-slider__more:hover {
	background: url("/images/action_catalog/more_items_vert2.png") no-repeat center;
	background-size: cover;
}

html[lang="uk"] .touch-promo-product-slider__more {
	background: url("/images/action_catalog/more_items_vert_ua1.png") no-repeat center;
	background-size: cover;
}

html[lang="uk"] .touch-promo-product-slider__more:hover {
	background: url("/images/action_catalog/more_items_vert_ua2.png") no-repeat center;
	background-size: cover;
}

.touch-promo-product-slider__more-icon,
.touch-promo-product-slider__more-text {
	display: none;
}

.touch-promo-product-slider.is-loading .touch-promo-product-slider__more-btn {
	opacity: 0.55;
	pointer-events: none;
}

@media all and (max-width: 768px) {
	.touch-promo-catalog {
		margin-bottom: 22px;
	}

	.touch-promo-tiles__title {
		font-size: 22px;
	}

	.touch-promo-tiles__list {
		gap: 18px;
	}

	.touch-promo-tiles__item {
		flex-basis: 118px;
	}

	.touch-promo-tiles__image {
		width: 118px;
		height: 118px;
	}

	.touch-promo-tiles__name {
		font-size: 14px;
	}

	.touch-promo-product-slider__head-left {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.touch-promo-product-slider__title {
		font-size: 21px;
	}
}

@media all and (max-width: 600px) {
	.sect_list .touch-promo-product-slider__title {
		font-size: 18px;
	}
}