/* Пагинация слайдера аксессуаров — ниже карточки и в фирменном жёлтом */
#catalogElement .related-products-new-con .related-products-swiper .swiper-pagination {
	position: static;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
}

#catalogElement .related-products-new-con .related-products-swiper .swiper-pagination-bullet {
	background: #fbbf24;
	opacity: 0.4;
	width: 6px;
	height: 6px;
	margin: 0 3px !important;
}

#catalogElement .related-products-new-con .related-products-swiper .swiper-pagination-bullet-active {
	background: #ffb800;
	opacity: 1;
	transform: scale(1.2);
}

