/* ensure Swiper doesn't inherit weird theme flex rules */
.kw-swiper-gallery .swiper {
	width: 100%;
}

/* main image */
.kw-swiper-gallery .kw-main-img {
	width: 100%;
	height: auto;
	display: block;
}

/* thumbs: force multiple visible + consistent sizing */
.kw-swiper-gallery .kw-thumbs-swiper {
	margin-top: 12px;
}

.kw-swiper-gallery .kw-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

/* arrows (optional) */
.kw-swiper-gallery .kw-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 44px;
	height: 44px;
    background-image: url(../../../assets/dropdown.svg);
    background-repeat: no-repeat;
    background-position: 50% calc(50% + 2px);
    background-size: 25px;
	border-radius: 999px;
	rotate: 90deg;
	border: 0;
	cursor: pointer;
	background-color: rgba(255,255,255,0.9);
	margin: 0;
}

.kw-swiper-gallery .kw-gallery-arrow--prev {
	left: 10px;
}

.kw-swiper-gallery .kw-gallery-arrow--next {
	right: 10px;
	rotate: -90deg;
}

.kw-swiper-gallery .kw-thumbs-swiper .swiper-slide {
	cursor: pointer;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
	height: 80px;
	width: 80px;
}

.kw-swiper-gallery .kw-thumbs-swiper .swiper-slide:after {
	content: '';
	background: #1E3345A1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 10px;
}

.kw-swiper-gallery .kw-thumbs-swiper .swiper-slide-thumb-active:after,
.kw-swiper-gallery .kw-thumbs-swiper .swiper-slide.swiper-slide-thumb-active:after {
	display: none;
}


/* 1:1 main gallery area */
.kw-swiper-gallery .kw-main-swiper .swiper-slide {
	aspect-ratio: 1 / 1;      /* modern browsers */
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #1E3345;
}

/* ensure the link fills the slide */
.kw-swiper-gallery .kw-lightbox-link {
	display: block;
	width: 100%;
	height: 100%;
}

/* image covers 1:1 area */
.kw-swiper-gallery .kw-main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
