* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}




.product-gallery-demo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px;
}

.product-gallery-card {
	width: min(758px, 100%);
	padding: 28px 32px 40px;
}

.wrapperBlack:has(.product-gallery--swiper) {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: #131315;
}

.wrapperBlack:has(.product-gallery--swiper) .h1_title {
	margin-bottom: 28px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}

.product-gallery--swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.product-gallery--swiper .product-gallery__main {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: transparent;
}

.product-gallery--swiper .product-gallery__main,
.product-gallery--swiper .product-gallery__main .swiper-wrapper,
.product-gallery--swiper .product-gallery__main .swiper-slide {
	min-height: 370px;
}

.product-gallery--swiper .product-gallery__main .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.product-gallery--swiper .product-gallery__main .swiper-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	width: 100% !important;
	max-width: 100%;
}

.product-gallery--swiper .product-gallery__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 370px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.product-gallery--swiper .product-gallery__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 86%;
	max-height: 370px;
	margin: 0 auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.product-gallery--swiper .product-gallery__thumbs {
	overflow: hidden;
	max-width: 100%;
}

.product-gallery--swiper .product-gallery__thumbs .swiper-slide {
	width: 60px;
	height: 54px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 0;
	background: #1a1a1d;
	opacity: 0.78;
	-webkit-transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.product-gallery--swiper .product-gallery__thumbs .swiper-slide-thumb-active,
.product-gallery--swiper .product-gallery__thumbs .is-active {
	border-color: #fff;
	opacity: 1;
}

.product-gallery--swiper .product-gallery__thumbs .swiper-slide:hover {
	opacity: 1;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.product-gallery--swiper .product-gallery__thumb {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.product-gallery--swiper .product-gallery__button {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 44px;
	height: 44px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(2, 2, 49, 0.68);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.product-gallery--swiper:hover .product-gallery__button,
.product-gallery--swiper .product-gallery__button:focus-visible {
	opacity: 1;
}

.product-gallery--swiper .product-gallery__button:hover {
	border-color: rgba(255, 255, 255, 0.78);
	background: rgba(35, 69, 116, 0.9);
}

.product-gallery--swiper .product-gallery__button--prev {
	left: 14px;
}

.product-gallery--swiper .product-gallery__button--next {
	right: 14px;
}

.product-gallery--swiper .product-gallery__button::before {
	display: block;
	font-size: 19px;
	line-height: 1;
	font-weight: 300;
}

.product-gallery--swiper .product-gallery__button--prev::before {
	content: "<";
}

.product-gallery--swiper .product-gallery__button--next::before {
	content: ">";
}

@media (max-width: 767px) {
	.wrapperBlack:has(.product-gallery--swiper) .h1_title {
		margin-bottom: 18px;
		font-size: 18px;
	}

	.product-gallery-demo {
		padding: 16px;
	}

	.product-gallery-card {
		padding: 22px 18px 28px;
	}

	.product-gallery--swiper .product-gallery__main,
	.product-gallery--swiper .product-gallery__main .swiper-wrapper,
	.product-gallery--swiper .product-gallery__main .swiper-slide,
	.product-gallery--swiper .product-gallery__link {
		min-height: 270px;
	}

	.product-gallery--swiper .product-gallery__image {
		max-width: 94%;
		max-height: 270px;
	}

	.product-gallery--swiper .product-gallery__thumbs .swiper-slide {
		width: 56px;
		height: 50px;
	}

	.product-gallery--swiper .product-gallery__button {
		width: 38px;
		height: 38px;
	}
}
