:root {
	--slider-height:30.625rem;
	--slider-margin-button:10.625rem;
}
.swiper-button,
.swiper-slide .info {
	background-color: rgba(var(--color-rgb-dark),0.8);
}
.swiper-button {
	z-index: 99;
	width: 3.4375rem;
	height: 3.4375rem;
	top: calc(var(--slider-height) / 2.1);
}
.swiper-button-nextt {
	right: 0;
	margin-right:calc(var(--slider-margin-button) * -1);
}
.swiper-button-prevv {
	margin-left:calc(var(--slider-margin-button) * -1);
}
.swiper-button svg {
	transform: scale(1.6);
}
.swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}	


@media screen and (max-width: 1780px) {
	.swiper-button-nextt {
		margin-right:0;
	} 
	.swiper-button-prevv {
		margin-left:0;
	}
}
@media screen and (max-width: 2000px) { 
	.swiper-slide {
		background-size: cover;
		background-position-x: 29%;
	}
}


.photo-main,
.photo-mini {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.photo-main {
	height: 30rem;
}
.photo-mini {
	height: 12.5rem;
}
.product-item-properties .dots {
    border-style: dashed;
    margin-bottom: 6px;
}
@media (max-width: 767.98px) {
	.photo-main {
		height: 20rem;
	}
	.photo-mini {
		height: 5.5rem;
	}
	iframe {
		width: 100%;
	}
}