.ae-product-carousel .splide,
.ae-product-carousel .splide.is-initialized {
	visibility: visible !important;
}

.ae-product-carousel .splide__track {
	overflow: hidden;
}

.ae-product-carousel .splide__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ae-product-carousel .splide__slide {
	display: flex;
	height: auto;
}

.ae-product-carousel__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ae-product-carousel .splide {
	width: 100%;
}

/* Bottom-left nav: small circular arrows */
.ae-product-carousel__nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
	padding: 0;
}

.ae-product-carousel__arrow {
    align-items: center;
    border: 2px solid #000000;
	border-radius: 50%;
    height: 3em;
	width: 3rem;
	cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: .75;
    padding: 0;
    z-index: 1;
    transition: opacity .3s ease-in-out;
	color:#000000;
	background:transparent;
}

.ae-product-carousel__arrow svg {
	fill: currentColor;
    height: 1em;
    width: 1em;	
}

.ae-product-carousel__arrow--prev svg {
    transform: scaleX(-1);
}

.ae-product-carousel__arrow:hover,
.ae-product-carousel__arrow:focus {
	opacity:1;
	color:#000000;
	background:transparent;
}

/* Card: optional product line, then tall image + title link */
.ae-product-carousel-card {
	width:100%;
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.ae-product-carousel-card__product-line {
	padding:25px 25px 8px 25px;
	width: 100%;
	flex-shrink: 0;
}

.ae-product-carousel-card__product-line .product-lines {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.65rem;
	align-items: center;
}

.ae-product-carousel-card__product-line .product-line {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.ae-product-carousel-card__product-line .product-line-icon {
	max-width: 36px;
	height: auto;
	display: block;
}

.ae-product-carousel-card__product-line .product-line-name {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	color: #1a1a1a;
}

.ae-product-carousel-card__link {
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	min-height: 0;
	text-decoration: none;
	color: inherit;
}

.ae-product-carousel-card__media {
	background:var(--global-palette9);
	position: relative;
	width: 100%;
	flex: 1 1 auto;
	min-height: 200px;
	overflow: hidden;
}

.ae-product-carousel-card__media img,
.ae-product-carousel-card__img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	object-position: center;
}

.ae-product-carousel-card__title {
	font-size: 1.25rem;
    font-family: var(--global-heading-font-family);
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
	color: var(--global-palette4);
	display: block;
	padding:0 25px 25px 25px;
	line-height: 1.1;
}

.ae-product-carousel-empty {
	margin: 0;
	padding: 16px;
	text-align: center;
	color: #555;
	background: #f0f0f0;
	border-radius: 2px;
}
