/* ==========================================================================
   NAVIGATION SLIDER ICONS
   Custom arrow icons for sliders
   ========================================================================== */

/* Sets positioning for previous slide navigation */
.xpro-dynamic-slider-navigation-horizontal-classic .slick-nav-prev {
	position: relative;
}

/* Replaces default next arrow with custom SVG */
.xpro-dynamic-slider-navigation-horizontal-classic .slick-nav-next::after {
	content: url("https://geely.rjong.se/wp-content/uploads/2025/03/arrow-right.svg"); /* Right arrow SVG */
	display: inline-block;
	width: 16px;
	height: 16px;
}

/* Replaces default previous arrow with custom SVG */
.xpro-dynamic-slider-navigation-horizontal-classic .slick-nav-prev::before {
	content: url("https://geely.rjong.se/wp-content/uploads/2025/03/arrow-left.svg"); /* Left arrow SVG */
	display: inline-block;
	width: 16px;
	height: 16px;
}