.wooswipe-gallery {
	position: relative;
	max-width: 100%;
}

.wooswipe-gallery .woocommerce-product-gallery__wrapper {
	position: relative;
	overflow: visible;
	opacity: 1 !important;
}

.wooswipe-gallery .swiper-wrapper {
	display: flex;
	box-sizing: content-box;
}

.wooswipe-gallery .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: auto;
}

.wooswipe-gallery .wooswipe-main {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.wooswipe-gallery .wooswipe-main .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	cursor: zoom-in;
}

.wooswipe-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(10, 10, 10, 0.95);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.96);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
	display: flex;
	flex-direction: column;
}

.wooswipe-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.wooswipe-lightbox .wooswipe-lightbox__main {
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
}

.wooswipe-lightbox .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wooswipe-lightbox .swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wooswipe-lightbox .wooswipe-lightbox__main img {
	max-width: 92vw;
	max-height: 82vh;
	width: auto;
	height: auto;
	object-fit: contain;
}

.wooswipe-lightbox .swiper-button-next,
.wooswipe-lightbox .swiper-button-prev {
	color: #fff;
}

.wooswipe-lightbox__close {
	position: absolute;
	top: 16px;
	right: 20px;
	z-index: 100001;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 0;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

.wooswipe-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.25);
}

.wooswipe-lightbox__counter {
	position: absolute;
	top: 22px;
	left: 24px;
	z-index: 100001;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.02em;
	opacity: 0.85;
}

.wooswipe-lightbox__thumbs {
	flex: 0 0 auto;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 20px;
	padding: 0 20px;
	box-sizing: border-box;
}

.wooswipe-lightbox__thumbs .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid transparent;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.wooswipe-lightbox__thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #fff;
}

.wooswipe-lightbox__thumbs img {
	width: 100%;
	height: auto;
	display: block;
}

body.wooswipe-lightbox-open {
	overflow: hidden;
}

.wooswipe-gallery .wooswipe-main img {
	width: 100%;
	height: auto;
	display: block;
}

.wooswipe-gallery .wooswipe-thumbs .swiper-button-next,
.wooswipe-gallery .wooswipe-thumbs .swiper-button-prev {
	color: #052133;
    background: #F1F8FD;
    width: 30px;
    height: 100%;
    top: 0;
    border-radius: 0;
    margin-top: 0;
	border: 2px solid #F1F8FD;
}
.wooswipe-gallery .wooswipe-thumbs .swiper-button-next{
	border-radius: 0 10px 10px 0;
	right: 0;
}
.wooswipe-gallery .wooswipe-thumbs .swiper-button-prev{
	border-radius: 10px 0 0px 10px;
	left: 0;
}

.wooswipe-gallery .wooswipe-thumbs .swiper-button-next::after,
.wooswipe-gallery .wooswipe-thumbs .swiper-button-prev::after {
	font-size: 16px;
}

.wooswipe-gallery .wooswipe-thumbs {
	margin-top: 10px;
}

.wooswipe-gallery .wooswipe-thumbs .swiper-slide {
	opacity: 0.55;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #E9E9E9;
}

.wooswipe-gallery .wooswipe-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #052133;
}

.wooswipe-gallery .wooswipe-thumbs img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-product-gallery--without-images .wooswipe-main img {
	max-width: 400px;
	margin: 0 auto;
}