.edc-latest-home {
	position: relative;
	margin: 24px 0 18px;
}

.edc-latest-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 12px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 9px;
}

.edc-latest-head h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.edc-latest-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 7px 14px;
	border: 1px solid #222;
	color: #222;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.edc-latest-all:hover,
.edc-latest-all:focus {
	background: #222;
	color: #fff;
	text-decoration: none;
}

.edc-latest-slider .owl-carousel {
	position: relative;
	padding: 0 36px;
}

.edc-latest-slider .owl-wrapper {
	display: flex !important;
}

.edc-latest-slider .owl-item {
	display: flex;
}

.edc-latest-slider .owl-wrapper-outer {
	padding-bottom: 22px;
	margin-bottom: -22px;
}

.edc-latest-item {
	width: 100%;
	padding: 0 8px;
}

.edc-latest-home .product-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	overflow: visible;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 9px;
}

.edc-latest-home .product-thumb .image {
	position: relative;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 9px;
}

.edc-latest-home .product-thumb .image a,
.edc-latest-home .product-thumb .image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.edc-latest-home .caption {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 128px;
}

.edc-latest-home .name {
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 8px;
	min-height: 36px;
}

.edc-latest-home .price {
	margin: auto 0 8px;
	font-size: 18px;
}

.edc-latest-home .cart,
.edc-latest-home .cart .btn-group {
	position: static !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	top: auto !important;
	display: flex !important;
	align-items: center;
	visibility: visible !important;
	opacity: 1 !important;
	gap: 4px;
}

.edc-latest-home .btn-cart {
	min-width: 74px;
	padding-left: 10px;
	padding-right: 10px;
}

.edc-latest-home .wishlist,
.edc-latest-home .compare {
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}

.edc-latest-slider .owl-controls {
	position: static !important;
	margin: 0 !important;
}

.edc-latest-slider .owl-controls .owl-buttons div {
	position: absolute !important;
	top: 50% !important;
	z-index: 5;
	width: 28px;
	height: 44px;
	margin: -22px 0 0 !important;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #222;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	opacity: 1 !important;
	border-radius: 0;
}

.edc-latest-slider .owl-controls .owl-buttons div:hover {
	background: #222;
	border-color: #222;
	color: #fff;
}

.edc-latest-slider .owl-controls .owl-buttons .owl-prev {
	left: 0 !important;
	right: auto !important;
}

.edc-latest-slider .owl-controls .owl-buttons .owl-next {
	right: 0 !important;
	left: auto !important;
}

.edc-latest-page .product-filter {
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.edc-latest-home {
		margin-top: 18px;
	}

	.edc-latest-head {
		align-items: flex-end;
		padding: 0 0 9px;
		margin-bottom: 10px;
	}

	.edc-latest-head h2 {
		font-size: 18px;
	}

	.edc-latest-all {
		min-height: 30px;
		padding: 6px 10px;
		font-size: 11px;
	}

	.edc-latest-slider .owl-carousel {
		padding: 0 28px;
	}

	.edc-latest-item {
		padding: 0 5px;
	}

	.edc-latest-home .product-thumb {
		padding: 8px;
	}

	.edc-latest-home .caption {
		min-height: 118px;
	}

	.edc-latest-home .name {
		font-size: 12px;
		min-height: 34px;
	}

	.edc-latest-home .price {
		font-size: 16px;
	}

	.edc-latest-home .btn-cart {
		min-width: 64px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.edc-latest-home .wishlist,
	.edc-latest-home .compare {
		width: 27px;
	}

	.edc-latest-slider .owl-controls .owl-buttons div {
		width: 24px;
		height: 38px;
		margin-top: -19px !important;
		font-size: 22px;
		line-height: 34px;
	}
}

/* Scoped overrides for Sellegance product slider defaults. */
.edc-latest-slider #edc-latest-home-carousel {
	position: relative !important;
	overflow: visible !important;
}

.edc-latest-slider #edc-latest-home-carousel .owl-wrapper-outer {
	overflow: hidden !important;
	padding: 0 0 26px !important;
	margin: 0 0 -26px !important;
}

.edc-latest-slider #edc-latest-home-carousel .owl-controls,
.edc-latest-slider #edc-latest-home-carousel .owl-controls .owl-buttons {
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.edc-latest-slider #edc-latest-home-carousel .owl-controls .owl-buttons .owl-prev,
.edc-latest-slider #edc-latest-home-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute !important;
	display: block !important;
	top: 50% !important;
	z-index: 20 !important;
	width: 30px !important;
	height: 46px !important;
	margin: -23px 0 0 !important;
	padding: 0 !important;
	border: 1px solid #d7d7d7 !important;
	background: #fff !important;
	color: #222 !important;
	font-size: 26px !important;
	line-height: 42px !important;
	text-align: center !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	transform: none !important;
}

.edc-latest-slider #edc-latest-home-carousel .owl-controls .owl-buttons .owl-prev {
	left: 0 !important;
	right: auto !important;
}

.edc-latest-slider #edc-latest-home-carousel .owl-controls .owl-buttons .owl-next {
	right: 0 !important;
	left: auto !important;
}

.edc-latest-home .product-thumb,
.edc-latest-home .product-thumb:hover,
.edc-latest-home .product-thumb .caption,
.edc-latest-home .product-thumb:hover .caption,
.edc-latest-home .product-thumb .cart,
.edc-latest-home .product-thumb:hover .cart,
.edc-latest-home .product-thumb .cart .btn-group,
.edc-latest-home .product-thumb:hover .cart .btn-group {
	animation: none !important;
	transition: none !important;
	transform: none !important;
}

.edc-latest-home .product-thumb .cart,
.edc-latest-home .product-thumb:hover .cart {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.edc-latest-home .product-thumb .cart .btn-group,
.edc-latest-home .product-thumb:hover .cart .btn-group {
	position: static !important;
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	gap: 4px !important;
	overflow: visible !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.edc-latest-home .product-thumb .cart .btn-cart,
.edc-latest-home .product-thumb:hover .cart .btn-cart {
	position: static !important;
	flex: 1 1 auto !important;
	min-width: 76px !important;
	max-width: none !important;
	white-space: nowrap !important;
}

.edc-latest-home .product-thumb .image.hover_fade_in_back {
	position: relative;
	display: block;
	overflow: hidden;
}

.edc-latest-home .product-thumb .image.hover_fade_in_back a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .22s ease;
}

.edc-latest-home .product-thumb .image.hover_fade_in_back a:first-child {
	position: relative;
	z-index: 1;
}

.edc-latest-home .product-thumb .image.hover_fade_in_back a + a {
	z-index: 2;
	opacity: 0;
}

.edc-latest-home .product-thumb:hover .image.hover_fade_in_back a:first-child:nth-last-child(2) {
	opacity: 0;
}

.edc-latest-home .product-thumb:hover .image.hover_fade_in_back a + a {
	opacity: 1;
}

.edc-latest-page .product-thumb .image.hover_fade_in_back {
	position: relative;
	display: block;
	overflow: hidden;
}

.edc-latest-page .product-thumb .image.hover_fade_in_back a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .22s ease;
}

.edc-latest-page .product-thumb .image.hover_fade_in_back a:first-child {
	position: relative;
	z-index: 1;
}

.edc-latest-page .product-thumb .image.hover_fade_in_back a + a {
	z-index: 2;
	opacity: 0;
}

.edc-latest-page .product-thumb:hover .image.hover_fade_in_back a:first-child:nth-last-child(2) {
	opacity: 0;
}

.edc-latest-page .product-thumb:hover .image.hover_fade_in_back a + a {
	opacity: 1;
}
