.nc-demo-modal-wrapper {
	display: none;
}

/* ===== Релевантные товары в статье (blog-cta, макрос %TOVAR%) ===== */
.article-products-block {
	margin: 32px 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a1a;
}

/* На случай если макрос остался внутри <code> в редакторе */
.article-text code .article-products-block,
.article-text code .article-products-block * {
	font-family: "Roboto", sans-serif;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
}

.article-products-block__title {
	font-family: 'Unbounded', sans-serif;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

.article-products-carousel__slider {
	position: relative;
}

.article-products-carousel {
	position: relative;
	overflow: hidden;
}

.article-products-carousel__wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Перебить .article-text li { padding-left: 28px } — карусель внутри текста статьи */
.article-text .article-products-block li.article-products-carousel__item {
	height: auto;
	display: flex;
	position: static;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	list-style: none !important;
}

/* Не наследовать маркеры списка из .article-text li::before */
.article-text .article-products-block li.article-products-carousel__item::before,
.article-text .article-products-block li.article-products-carousel__item::after {
	content: none !important;
	display: none !important;
	background: none !important;
}

.article-products-carousel .product-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 16px;
	overflow: hidden;
}

.article-products-carousel .product-card>.tpl-variable-part {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
}

.article-products-carousel__img-link {
	display: block;
}

.article-products-carousel .product-card__img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.article-products-carousel .product-card__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center center;
}

.article-products-carousel__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 14px;
	gap: 8px;
}

.article-products-carousel__title {
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	line-height: 1.3;
}

.article-products-carousel__title:hover {
	color: #ee2d45;
}

.article-products-carousel__meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.article-products-carousel__meta-item {
	font-size: 13px;
	color: #777;
}

.article-products-carousel__price-row {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.article-products-carousel__price {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	white-space: nowrap;
}

.article-products-carousel__btn {
	padding: 9px 14px;
	font-size: 14px;
	border-radius: 10px;
	cursor: pointer;
}

.article-products-carousel__btn_outline {
	background: transparent;
	border: 1px solid #ee2d45;
	color: #ee2d45;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s, color 0.2s;
}

.article-products-carousel__btn_outline:hover {
	background: #ee2d45;
	color: #fff;
}

.article-products-carousel .swiper-pagination {
	position: static;
	margin-top: 12px;
}

.article-products-carousel .swiper-pagination-bullet-active {
	background: #ee2d45;
}

.article-products-block__cta {
	text-align: center;
	margin-top: 24px;
}

.article-products-block__cta .btn {
	display: inline-flex;
	width: auto;
	min-width: 240px;
	padding: 15px 36px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

/* ===== Карусель статей на страницах каталога (252/522) ===== */
.catalog-articles__slider-wrapper {
	display: block !important;
}

.catalog-articles .popular__title {
	margin-bottom: 24px;
}

.catalog-articles__slide {
	height: auto;
}

.catalog-articles__slide .article-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.catalog-articles__slide .article-card__content {
	flex: 1 1 auto;
}

.catalog-articles__slide .article-card__title a {
	color: inherit;
	text-decoration: none;
}

.catalog-articles__slide .article-card__title a:hover {
	color: #ee2d45;
}

@media (max-width: 949px) {
	.catalog-articles__slider-wrapper .slider__btn-prev,
	.catalog-articles__slider-wrapper .slider__btn-next {
		display: none;
	}
}