.custom-gallery-carousel-2-swiper {
	position: relative;
}

.custom-gallery-carousel-2-swiper[data-card-animation="true"]:not(.cg2-animation-ready) .swiper-slide {
	opacity: 0;
	visibility: hidden;
}

.custom-gallery-carousel-2-swiper img {
	display: block;
	width: 100%;
	height: 100% !important;
	transition: height 0.3s ease-in-out;
}

.custom-gallery-carousel-2-swiper .swiper-slide > img {
	height: 100% !important;
	object-fit: cover;
}

.custom-gallery-carousel-2-swiper .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.custom-gallery-carousel-2-swiper .slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	flex: 1;
	padding: 15px;
}

.custom-gallery-carousel-2-swiper .slide-content::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
}

.custom-gallery-carousel-2-swiper .slide-title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.custom-gallery-carousel-2-swiper .slide-description {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.custom-gallery-2-navigation-pagination {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.custom-gallery-2-navigation-pagination-left {
	justify-content: flex-start !important;
}

.custom-gallery-2-navigation-pagination-center {
	justify-content: center !important;
}

.custom-gallery-2-navigation-pagination-right {
	justify-content: flex-end !important;
}

.custom-gallery-carousel-2-swiper[data-pagination-pos="left"] .custom-gallery-2-navigation-pagination {
	justify-content: flex-start !important;
}

.custom-gallery-carousel-2-swiper[data-pagination-pos="center"] .custom-gallery-2-navigation-pagination {
	justify-content: center !important;
}

.custom-gallery-carousel-2-swiper[data-pagination-pos="right"] .custom-gallery-2-navigation-pagination {
	justify-content: flex-end !important;
}

.custom-gallery-2-navigation-pagination .swiper-pagination {
	position: relative !important;
	bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: inherit;
	width: auto !important;
	margin-top: 0 !important;
}

.custom-gallery-2-navigation-pagination .swiper-pagination-bullet {
	opacity: 1 !important;
}

.custom-gallery-carousel-2-swiper .swiper-button-prev::after,
.custom-gallery-carousel-2-swiper .swiper-button-next::after {
	display: none !important;
}

.custom-gallery-2-navigation-pagination .swiper-button-prev,
.custom-gallery-2-navigation-pagination .swiper-button-next {
	position: relative !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.custom-gallery-carousel-2-swiper.swiper-slide-centered .swiper-slide {
	opacity: 1;
	transition: all 0.3s ease;
}

.custom-gallery-carousel-2-swiper.swiper-slide-centered .swiper-slide-active {
	opacity: 1;
}
