/* Single slide. */
.dwe_woo_products_hero_slider_item{
	height: auto;
}
.dwe-product-hero-slide-wrap{
	background-size: cover;
	height: 100%;
}
.dwe-product-hero-slide-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	height: 100%;
}
.dwe-phs-thumbnail-wrap{
	overflow: hidden;
}
.dwe-phs-thumbnail-wrap img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.dwe-phs-categories-badge-wrap{
	margin-bottom: 15px;
}
.dwe-phs-categories-badge-wrap .dwe-phs-categories{
	display: flex;
	gap: 5px;
}
.dwe-phs-product-title,
.dwe-phs-custom-title,
.dwe-phs-product-excerpt,
.dwe-phs-custom-excerpt{
	margin-bottom: 10px;
}
.dwe-phs-product-price{
	margin-bottom: 15px;
}
.dwe-phs-categories-badge-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dwe-phs-categories-badge-wrap .dwe-phs-badge .onsale{
	position: relative;
	display: block;
    top: 0 !important;
	left: 0 !important;
}

/* Content position. */
.dwe_content_pos_left .dwe-phs-thumbnail-wrap{
	order: 2;
}
.dwe_content_pos_alternate .swiper-wrapper .dwe_woo_products_hero_slider_item:nth-child(odd) .dwe-phs-thumbnail-wrap{
	order: 2;
}
