.com-swiper{
	position: relative;
}

.com-swiper_peek-both .com-swiper-container{

	width: 100%;
	overflow: visible;
}


@media only screen and (max-width: 768px) {
	.com-swiper_peek-both .com-swiper-container{

		width: 100%;
		overflow: hidden;
	}
}



.swiper-button-prev, :host(.swiper-rtl) .swiper-button-next{
	background-color: #000;
  }
  

/*=============================================
=     Section Custom Bullets        =
=============================================*/

[class^="carousel-pagination_"] {

	margin-right: calc((100% - 100vw) / 2);
	padding: var(--spacing);
	text-align: center;
}

.swiper-pagination-bullets {

	position: absolute;
    bottom: 0;
	z-index: 9;

}
.swiper-pagination-bullet {

	display: inline-block;
	width: 20px;
	height: 1px;
	opacity: 1;
	background: #fff;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active {

	width: 40px;
	height: 1px;

	transition: width 0.5s right;
	opacity: 1;
	background-color: #fff;
}

.bullet-animation {

	width: 20px;
	height: 1px;

	transition: width 0.5s ease-in-out;
	animation: fill 0.5s ease-in-out;
	animation: fade 0.25s ease-out;
}

@keyframes fill {
	0% {
		width: 20px;
	}
	100% {
		width: 7px;
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	100% {
		width: 0.2;
	}
}

/*=====  End of Section Custom Bullets  ======*/


.swiper-button-prev:after,
.swiper-button-next:after{
	content: '' !important;
}

.swiper-button-next:after,
.swiper-button-prev:after,
:host(.swiper-rtl) .swiper-button-prev:after {

	content: '' !important;
}

.swiper-button-prev.custom-prev {

	top: 50%;
	left: unset;
	right: 2rem;
	bottom: 0;
}

.swiper-button-next.custom-next {

	top: 50%;
	left: 2rem;
	right: unset;
	bottom: 0;
}

.swiper-button-prev img {


	width: 1rem;
	min-width: 1rem;
	height: 1rem;

	transform: rotate(-90deg);
    background: rgba(255,255,255,0.4);
    padding: 0.5rem;
    box-sizing: content-box;
    border-radius: 50%;
}

.swiper-button-next img {


	width: 1rem;
	min-width: 1rem;
	height: 1rem;

	transform: rotate(90deg);
    background: rgba(255,255,255,0.4);
    padding: 0.5rem;
    box-sizing: content-box;
	transition: all 0.2s;
    border-radius: 50%;
}

.swiper-button-next img:hover, .swiper-button-prev img:hover {

	background: rgba(255,255,255,0.8);
	transition: all 0.2s;
}



@media screen and (max-width: 768px) {
	.swiper-button-next.custom-next,
	.swiper-button-prev.custom-prev {

		display: none;
	}

	.swiper-slide{
		height: auto !important;
	}
}

/*=============================================
=     Section Custom Navigation        =
=============================================*/





/*=====  End of Section Custom Navigation  ======*/