.elementor-section:has(.elementor-widget-plh_product_list),
.elementor-column:has(.elementor-widget-plh_product_list),
.elementor-container:has(.elementor-widget-plh_product_list),
.e-con:has(.elementor-widget-plh_product_list),
.e-con-inner:has(.elementor-widget-plh_product_list) {
	position: relative;
	z-index: 10;
	height: auto !important;
	min-height: max-content !important;
	overflow: visible !important;
}

.elementor-widget-plh_product_list,
.elementor-widget-plh_product_list > .elementor-widget-container,
.elementor-widget-plh_product_list .plh-product-list-wrap {
	position: relative;
	z-index: 20 !important;
	display: block;
	width: 100%;
	height: auto !important;
	min-height: 0;
	clear: both;
	overflow: visible !important;
}

.elementor-widget-plh_product_list {
	margin-bottom: var(--plh-widget-bottom-space, 32px);
}

.plh-product-list-wrap {
	position: relative;
	z-index: 20;
	display: flow-root;
	width: 100%;
	clear: both;
	overflow: visible;
}

.plh-product-list {
	--plh-columns: 2;
	position: relative;
	display: grid;
	width: 100%;
	clear: both;
	gap: 16px;
	box-sizing: border-box;
	isolation: isolate;
	overflow: visible;
	z-index: 20;
}

.plh-product-list *,
.plh-product-list *::before,
.plh-product-list *::after {
	box-sizing: border-box;
}

.plh-layout-list {
	grid-template-columns: 1fr;
}

.plh-layout-grid {
	grid-template-columns: repeat(var(--plh-columns), minmax(0, 1fr));
	align-items: stretch;
}

.plh-product-card {
	--plh-content-gap: 16px;
	position: relative;
	display: flex;
	align-items: stretch;
	gap: var(--plh-content-gap);
	background: #ffffff;
	width: 100%;
	min-width: 0;
	min-height: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.plh-layout-grid .plh-product-card {
	flex-direction: column;
}

.plh-product-image {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 140px;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f5f5f5;
	color: inherit;
	text-decoration: none;
	z-index: 0;
}

.plh-layout-grid .plh-product-image {
	width: 100%;
}

.plh-product-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-property: opacity, transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.plh-product-main-image {
	opacity: 1;
	z-index: 1;
}

.plh-product-hover-image {
	opacity: 0;
	z-index: 2;
	pointer-events: none;
}

.plh-has-hover-image:hover .plh-product-main-image,
.plh-has-hover-image:focus .plh-product-main-image {
	opacity: 0;
}

.plh-has-hover-image:hover .plh-product-hover-image,
.plh-has-hover-image:focus .plh-product-hover-image {
	opacity: 1;
}

.plh-sale-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 4px 9px;
	border-radius: 4px;
	background: #d71920;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	z-index: 3;
}

.plh-product-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.plh-product-category {
	color: #777777;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}

.plh-product-title {
	margin: 0;
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.plh-product-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.plh-product-title a:hover {
	color: #d71920;
}

.plh-product-price {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.plh-product-price del {
	margin-right: 6px;
	color: #999999;
	font-weight: 400;
	opacity: 0.75;
}

.plh-product-price ins {
	color: #d71920;
	text-decoration: none;
}

.plh-product-excerpt {
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
}

.plh-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 36px;
	padding: 9px 16px;
	border: 0;
	border-radius: 4px;
	background: #111111;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.plh-product-button:hover,
.plh-product-button:focus {
	background: #d71920;
	color: #ffffff;
	text-decoration: none;
}

.plh-star-rating,
.plh-product-card .star-rating {
	position: relative;
	display: inline-block;
	width: 5.4em;
	height: 1em;
	overflow: hidden;
	font-family: star;
	font-size: 14px;
	line-height: 1;
}

.plh-star-rating::before,
.plh-product-card .star-rating::before {
	content: "\73\73\73\73\73";
	position: absolute;
	top: 0;
	left: 0;
	color: #dddddd;
}

.plh-star-rating span,
.plh-product-card .star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
}

.plh-star-rating span::before,
.plh-product-card .star-rating span::before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0;
	left: 0;
	color: #f6b01e;
}

.plh-empty {
	padding: 16px;
	background: #f7f7f7;
	color: #555555;
	text-align: center;
}

@media (max-width: 767px) {
	.plh-product-card {
		flex-direction: column;
	}

	.plh-product-image {
		width: 100%;
	}
}
