.gw-image-carousel {
	width: 100%;
    position: relative;
    z-index: 2;
}

.gw-image-carousel__swiper {
	width: 100%;
	overflow: visible;
}

.gw-image-carousel .swiper-slide {
	width: min(100%, 216px);
}

.gw-image-carousel__card {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	aspect-ratio: 10 / 13;
}

.gw-image-carousel__media {
	width: 100%;
	aspect-ratio: 10 / 11;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: aspect-ratio 0.3s ease, transform 0.3s ease;
}

.gw-image-carousel__media:hover {
	aspect-ratio: 10 / 13;
}

.gw-image-carousel__title {
	position: absolute;
    left: 50%;
    bottom: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    border-radius: 10px;
    background-color: #B7D6BF;
    color: #64806b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
	transform: translateY(-100%) translateX(-50%);
    transition: all 0.3s ease;
}

.swiper-slide-active .gw-image-carousel__title {
	opacity: 1;
	transform: translateY(0) translateX(-50%);
}

.wc-block-mini-cart__badge{
    font-size: 13px;
}

@media (max-width: 767px) {
	.gw-image-carousel .swiper-slide {
		width: min(82vw, 216px);
	}
}
