.tax-product_scene #content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.tax-product_scene #primary.elxscene-page {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.tax-product_scene #secondary {
	display: none;
}

.elxscene-page {
	width: 100%;
	background: #fff;
	color: #182235;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.elxscene-shell {
	width: min(100%, 1880px);
	margin: 0 auto;
	padding: 28px 14px 56px;
}

.elxscene-banner {
	width: 100%;
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: 6px;
	background: #f3f4f6;
}

.elxscene-banner picture,
.elxscene-banner img {
	display: block;
	width: 100%;
}

.elxscene-banner img {
	height: auto;
	max-height: 460px;
	object-fit: cover;
}

.elxscene-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	color: #707887;
	font-size: 14px;
	line-height: 1.5;
}

.elxscene-breadcrumb a {
	color: #33445d;
	text-decoration: none;
}

.elxscene-breadcrumb a:hover,
.elxscene-breadcrumb a:focus {
	color: #e2231a;
}

.elxscene-header {
	margin: 0 0 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e7eb;
}

.elxscene-heading {
	margin: 0;
	color: #17243a;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
}

.elxscene-description {
	max-width: 960px;
	margin-top: 10px;
	color: #566174;
	font-size: 15px;
	line-height: 1.75;
}

.elxscene-description > :last-child {
	margin-bottom: 0;
}

.elxscene-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 18px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elxscene-card {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.elxscene-product {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e7e9ed;
	border-radius: 8px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.elxscene-product:hover {
	border-color: #efb2ad;
	box-shadow: 0 5px 18px rgba(31, 48, 72, 0.08);
}

.elxscene-image-link {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f6f7f9;
	text-decoration: none !important;
}

.elxscene-image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
	transition: opacity 0.22s ease, transform 0.25s ease;
}

.elxscene-image-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
	.elxscene-image-link.has-hover-image:hover .elxscene-image-primary {
		opacity: 0;
		transform: scale(1.025);
	}

	.elxscene-image-link.has-hover-image:hover .elxscene-image-hover {
		opacity: 1;
		transform: scale(1.025);
	}
}

@media (prefers-reduced-motion: reduce) {
	.elxscene-image {
		transition: none;
	}
}

.elxscene-sale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: grid;
	gap: 2px;
	min-width: 74px;
	padding: 7px 10px 8px;
	border-radius: 4px 4px 4px 0;
	background: #e2231a;
	box-shadow: 0 5px 12px rgba(153, 20, 14, 0.28);
	color: #fff;
	line-height: 1.1;
	pointer-events: none;
}

.elxscene-sale::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 7px solid #9f160f;
	border-right: 7px solid transparent;
	content: "";
}

.elxscene-sale .eldrixa-sale-badge__title {
	display: block;
	overflow: hidden;
	max-width: 92px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.elxscene-sale .eldrixa-sale-badge__saving {
	display: block;
	color: #ffe47a;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.elxscene-sale .woocommerce-Price-amount {
	color: inherit;
}

.elxscene-body {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 14px 15px 16px;
}

.elxscene-title-row {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	min-width: 0;
}

.elxscene-logistics {
	flex: 0 0 auto;
	margin-top: 1px;
	padding: 4px 7px;
	border-radius: 3px;
	background: #e2231a;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.elxscene-title {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
}

.elxscene-title a {
	display: -webkit-box;
	overflow: hidden;
	color: #121b2c !important;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.elxscene-title a:hover,
.elxscene-title a:focus {
	color: #e2231a !important;
}

.elxscene-tagline-row {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.elxscene-festival {
	flex: 0 0 auto;
	padding: 4px 7px;
	border-radius: 3px;
	background: #f5a623;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.elxscene-tagline {
	overflow: hidden;
	color: #e2231a;
	font-size: 14px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.elxscene-extra {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 26px;
}

.elxscene-promo {
	padding: 3px 7px;
	border: 1px solid #e2231a;
	border-radius: 3px;
	color: #e2231a;
	font-size: 12px;
	line-height: 1.2;
}

.elxscene-sold {
	margin-left: auto;
	color: #929aa7;
	font-size: 13px;
	line-height: 1.3;
}

.elxscene-price {
	color: #e2231a;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
}

.elxscene-price del {
	margin-right: 5px;
	color: #9aa1ac;
	font-size: 14px;
	font-weight: 400;
}

.elxscene-price ins {
	text-decoration: none;
}

.elxscene-price .woocommerce-Price-currencySymbol {
	font-size: 0.78em;
}

.elxscene-pagination {
	margin-top: 30px;
}

.elxscene-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.elxscene-pagination a,
.elxscene-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 6px 10px;
	border: 1px solid #d8dde5;
	border-radius: 4px;
	background: #fff;
	color: #24354d;
	text-decoration: none;
}

.elxscene-pagination .current {
	border-color: #e2231a;
	background: #e2231a;
	color: #fff;
}

.elxscene-empty {
	padding: 36px 0;
	color: #677184;
}

.elxscene-empty h2 {
	margin: 0 0 8px;
	color: #26354b;
	font-size: 21px;
	letter-spacing: 0;
}

.elxscene-empty p {
	margin: 0;
}

@media (max-width: 1280px) {
	.elxscene-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	.elxscene-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.elxscene-shell {
		padding: 18px 10px 36px;
	}

	.elxscene-breadcrumb {
		margin-bottom: 12px;
		font-size: 13px;
	}

	.elxscene-banner {
		margin-bottom: 16px;
		border-radius: 4px;
	}

	.elxscene-banner img {
		max-height: none;
	}

	.elxscene-banner.has-mobile-image img {
		height: auto;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.elxscene-header {
		margin-bottom: 16px;
		padding-bottom: 14px;
	}

	.elxscene-heading {
		font-size: 24px;
	}

	.elxscene-description {
		font-size: 14px;
	}

	.elxscene-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.elxscene-body {
		gap: 7px;
		padding: 11px 10px 13px;
	}

	.elxscene-title-row {
		display: block;
	}

	.elxscene-logistics {
		display: inline-block;
		margin: 0 0 5px;
	}

	.elxscene-title {
		font-size: 16px !important;
	}

	.elxscene-tagline {
		font-size: 12px;
	}

	.elxscene-extra {
		align-items: flex-start;
		flex-direction: column;
	}

	.elxscene-sold {
		margin-left: 0;
	}

	.elxscene-price {
		font-size: 18px;
	}

	.elxscene-sale {
		top: 7px;
		left: 7px;
		min-width: 64px;
		padding: 6px 8px 7px;
	}

	.elxscene-sale .eldrixa-sale-badge__title {
		max-width: 78px;
		font-size: 10px;
	}

	.elxscene-sale .eldrixa-sale-badge__saving {
		font-size: 12px;
	}
}
