.woocommerce-product-header { position: relative; }
.pxl-product-card-slider {
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: transparent;
	line-height: 0;
	height: 420px !important;
}
.pxl-product-card-slider .pxl-swiper-container {
	width: 100%;
	height: 100% !important;
}
.pxl-product-card-slider .pxl-swiper-wrapper {
	width: 100%;
	transform: translate3d(0,0,0);
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
}
.pxl-product-card-slider .pxl-swiper-slide {
	text-align: center;
	width: 100%;
	min-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
}
.pxl-product-card-slider .pxl-product-card-image-link {
	display: block;
	width: 100%;
	height: 100% !important;
	line-height: 0;
}
.pxl-product-card-slider .pxl-product-card-image-link img {
	width: 100%;
	height: 100% !important;
	display: block;
	object-fit: cover !important;
}
.pxl-product-card-slider .pxl-swiper-arrow-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 6px;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity .18s ease;
}
.pxl-product-card-slider:hover .pxl-swiper-arrow-wrap {
	opacity: 1;
}
.pxl-product-card-slider .pxl-swiper-arrow {
	pointer-events: all;
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: none;
	z-index: 5;
}
.pxl-product-card-slider .pxl-swiper-arrow i {
	font-size: 14px;
	line-height: 1;
}
.pxl-product-card-slider .pxl-swiper-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 5;
	pointer-events: all;
}
.pxl-product-card-slider .pxl-swiper-dots .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	opacity: 1;
}
.pxl-product-card-slider .pxl-swiper-dots .swiper-pagination-bullet-active {
	background: #fff;
}

.woocommerce-product-header .woocommerce-product-meta {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-product-header .woocommerce-product-meta > div {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce-product-header .woocommerce-product-meta > div,
.woocommerce-product-header .woocommerce-product-meta a,
.woocommerce-product-header .woocommerce-product-meta button,
.woocommerce-product-header .woocommerce-product-meta i,
.woocommerce-product-header .woocommerce-product-meta svg {
	pointer-events: auto;
}

.woocommerce-product-inner .woocommerce-product-header {
	overflow: hidden;
	background: transparent;
	height: 420px !important;
}

.woocommerce-product-header .woocommerce-product-details,
.pxl-product-card-slider {
	display: block;
	height: 100% !important;
}

.woocommerce ul.products li.product .woocommerce-product-inner,
.woocommerce ul.products li.product .woocommerce-product-header,
.woocommerce ul.products li.product .woocommerce-product-details {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

/* Swiper fallback essentials scoped to product cards */
.pxl-product-card-slider .pxl-swiper-container {
	position: relative;
	overflow: hidden;
}
.pxl-product-card-slider .pxl-swiper-wrapper {
	display: flex;
	transition-property: transform;
	box-sizing: border-box;
}
.pxl-product-card-slider .pxl-swiper-slide {
	flex-shrink: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
}
