

/* Start:/local/components/my/product.list/templates/product_slider/style.css?1786542067808*/
/**
 * Вложенный слайдер в v-page-section (как catalog-item.html):
 * у page-section уже есть .container — убираем второй inset и старый max-width карточки.
 */
.page-section .product-slider--page-section.product-slider,
.page-section .product-slider.product-slider--page-section {
	min-height: 0;
}

.page-section .product-slider__container.container {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.newDetailedCardContainer .page-section .product-slider__container.container {
	max-width: none;
}

@media (max-width: 767px) {
	.newDetailedCardContainer .page-section .product-slider__container.container {
		max-width: none;
	}

	.page-section .product-slider {
		margin-bottom: 0;
	}
}

/* End */
/* /local/components/my/product.list/templates/product_slider/style.css?1786542067808 */
