.wp-block-products-carousel {
	margin-top: 4em;
	margin-bottom: 4em;
}
.wp-block-products-carousel h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: center;
}
.wp-block-products-carousel .swiffy-slider {
	--swiffy-slider-item-gap: 1.5em;
	--swiffy-slider-snap-align: start;
	--swiffy-slider-item-count: 1.5;
}
.wp-block-products-carousel .slider-container {
	margin-right: -1em;
	margin-left: -1em;
	scroll-padding: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.wp-block-products-carousel .wp-block-products-carousel__items  a {
	color: #001F59;
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
}
.wp-block-products-carousel .wp-block-products-carousel__items a .image {
	aspect-ratio: 1 / 1;
	position: relative;
}
.wp-block-products-carousel .wp-block-products-carousel__items a img {
	display: block;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s;
	width: 100%;
}
.wp-block-products-carousel .wp-block-products-carousel__items a img + img {
	background-color: #F0E6D8;
	height: 100%;
	opacity: 0;
	width: 100%;
}
.wp-block-products-carousel .wp-block-products-carousel__items a:hover img + img {
	opacity: 1;
}
.wp-block-products-carousel .wp-block-products-carousel__items h5 {
	margin-top: 0.5em;
	margin-bottom: 0;
	text-align: center;
}
.wp-block-products-carousel .wp-block-button {
	margin-top: 3em;
	text-align: center;
}

@media (min-width: 577px) {
	.wp-block-products-carousel .swiffy-slider {
		--swiffy-slider-item-count: 2.5;
	}
}

@media (min-width: 993px) {
	.wp-block-products-carousel .swiffy-slider {
		--swiffy-slider-item-count: 4;
	}
}

/* Animation */
.wp-site-blocks:not(.block-editor-block-list__layout) .wp-block-products-carousel h2 {
	opacity: 0;
}
.wp-site-blocks:not(.block-editor-block-list__layout) .wp-block-products-carousel .wp-block-products-carousel__items  a {
	transform: scale(0);
}
