@scope ([data-wue-scope-start="carousels/card-carousel-type-a"]) to (:not([data-wue-scope="carousels/card-carousel-type-a"])) {
	:scope {
		width: 100%;
		height: auto;
		overflow: visible;
		--swiper-theme-color: black;
		.swiper-slide {
			height: auto;
			> * {
				transition: opacity .3s ease;
			}
			&:not(.swiper-slide-visible) > * {
				opacity: .2;
			}
		}
	}
}