/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.4
 Text Domain:  woodmart
*/
/* Codex: gray price color */
.woocommerce .price,
.woocommerce .price ins,
.woocommerce .price del,
.woocommerce .price .amount,
.woocommerce-Price-amount,
.wd-product .price,
.wd-product .price .amount,
.product-grid-item .price,
.single-product .summary-inner .price,
.cart-widget-side .woocommerce-mini-cart__total .amount,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-checkout-review-order-table .amount {
	color: #50545E !important;
}
/* /Codex: gray price color */

/* Codex: equal category circles */
.elementor-widget-wd_product_categories .wd-cats-element .cat-design-alt .wd-cat-thumb {
	--ep-cat-circle-size: 120px;
	width: var(--ep-cat-circle-size) !important;
	min-width: var(--ep-cat-circle-size) !important;
	max-width: var(--ep-cat-circle-size) !important;
	height: var(--ep-cat-circle-size) !important;
	min-height: var(--ep-cat-circle-size) !important;
	max-height: var(--ep-cat-circle-size) !important;
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-wd_product_categories .wd-cats-element .cat-design-alt .wd-cat-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0;
	overflow: hidden;
}

.elementor-widget-wd_product_categories .wd-cats-element .cat-design-alt .wd-cat-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

/* Keep the two homepage category rows optically aligned with the main banner. */
.elementor-17 :is(
	.elementor-element-43cc075,
	.elementor-element-b0f92d7
) .wd-entities-title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	min-height: 36px;
	font-size: 14px !important;
	line-height: 18px !important;
	text-align: center;
	white-space: normal;
	overflow: hidden;
}

/* /Codex: equal category circles */

/* =========================================================
   ELECTROPRIME — SAFE HEADER MENU FIX
   Replace the old blocks:
   1) Codex: all categories menu button
   2) Codex: mobile header categories fix
   with this code only.
   ========================================================= */

/* Remove unwanted coral media icons / labels from the header category items. */
.whb-header-bottom .wd-header-nav .wd-nav > :is(
	#menu-item-2506,
	#menu-item-2507,
	#menu-item-2508,
	#menu-item-2509,
	#menu-item-2510,
	#menu-item-2511,
	#menu-item-2512,
	#menu-item-2513,
	#menu-item-2514,
	#menu-item-2515,
	#menu-item-2516,
	#menu-item-2517,
	#menu-item-2518,
	#menu-item-2519
) > a > :is(
	.wd-nav-icon,
	.menu-label,
	.wd-nav-img,
	picture.wd-nav-img
) {
	display: none !important;
}

.whb-header-bottom .wd-header-nav .wd-nav > :is(
	#menu-item-2506,
	#menu-item-2507,
	#menu-item-2508,
	#menu-item-2509,
	#menu-item-2510,
	#menu-item-2511,
	#menu-item-2512,
	#menu-item-2513,
	#menu-item-2514,
	#menu-item-2515,
	#menu-item-2516,
	#menu-item-2517,
	#menu-item-2518,
	#menu-item-2519
) > a .nav-link-text::before {
	content: none !important;
	display: none !important;
}

/* Codex: D1 product gallery framing */
body.single-product.postid-2949 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #fff;
}

body.single-product.postid-2949 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

body.single-product.postid-2949 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	object-position: center;
}

body.single-product.postid-2949 .woocommerce-product-gallery__wrapper > .wd-carousel-wrap > .wd-carousel-item:first-child .woocommerce-product-gallery__image img {
	width: 118% !important;
	height: 118% !important;
	max-width: none;
	flex: 0 0 118%;
}
/* /Codex: D1 product gallery framing */

/* =========================================================
   Codex: Electroprime Product v2 (global WoodMart layout 3820)
   ========================================================= */
:root {
	--ep-product-accent: #45b995;
	--ep-product-accent-dark: #319a79;
	--ep-product-ink: #17201e;
	--ep-product-muted: #66716e;
	--ep-product-line: #dfe5e3;
	--ep-product-soft: #f4f7f6;
}

body.single-product .ep-product-header {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--ep-product-line);
}

body.single-product .ep-product-header .product_title {
	margin: 0;
	color: var(--ep-product-ink);
	font-size: clamp(28px, 2.15vw, 36px);
	line-height: 1.16;
	letter-spacing: -.025em;
}

body.single-product .ep-product-header-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 10px 18px;
}

body.single-product .ep-product-header .woocommerce-product-rating {
	margin: 0;
}

body.single-product .ep-header-meta {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 7px;
	color: var(--ep-product-muted);
	font-size: 13px;
}

body.single-product .ep-header-meta__label {
	font-weight: 600;
}

body.single-product .ep-header-meta__category {
	color: var(--ep-product-muted);
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.single-product .ep-header-meta__separator {
	color: #b5bfbc;
}

body.single-product .ep-product-layout-v2 {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

body.single-product .ep-product-gallery,
body.single-product .ep-product-details,
body.single-product .ep-purchase-card {
	min-width: 0;
}

body.single-product .ep-product-gallery {
	order: 1;
	overflow: visible;
	padding: 18px;
	border: 1px solid var(--ep-product-line);
	border-radius: 14px;
	background: #fff;
}

/* Use the gallery width for the product, with a horizontal thumbnail rail. */
body.single-product .ep-product-gallery .woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-height: auto !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 14px;
}

body.single-product .ep-product-gallery .wd-gallery-images,
body.single-product .ep-product-gallery .wd-gallery-thumb {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 100% !important;
}

body.single-product .ep-product-gallery .wd-gallery-images {
	order: 1;
}

body.single-product .ep-product-gallery .wd-gallery-thumb {
	order: 2;
	position: relative !important;
	box-sizing: border-box;
	padding-inline: 38px !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-inner {
	position: relative !important;
	width: 100% !important;
	height: calc(var(--ep-thumb-size, 68px) + 4px) !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel {
	width: 100% !important;
	height: calc(var(--ep-thumb-size, 68px) + 4px) !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding: 2px !important;
	border-radius: 0 !important;
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	overscroll-behavior-inline: contain;
	cursor: grab;
	user-select: none;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel.is-dragging {
	scroll-behavior: auto;
	scroll-snap-type: none;
	cursor: grabbing;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-wrap {
	display: flex !important;
	flex-direction: row !important;
	gap: 8px;
	width: max-content !important;
	height: var(--ep-thumb-size, 68px) !important;
	transform: none !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item {
	flex: 0 0 var(--ep-thumb-size, 68px) !important;
	width: var(--ep-thumb-size, 68px) !important;
	height: var(--ep-thumb-size, 68px) !important;
	padding: 4px;
	border: 1px solid var(--ep-product-line);
	border-radius: 9px;
	background: #fff;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item.wd-thumb-active {
	border-color: #6d7774;
	box-shadow: none;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	border-radius: 6px;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-nav-arrows {
	display: none !important;
}

body.single-product .ep-product-gallery .ep-thumb-nav {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: flex;
	width: 30px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--ep-product-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ep-product-ink);
	box-shadow: 0 3px 10px rgba(20, 29, 27, .08);
	transform: translateY(-50%);
	cursor: pointer;
}

body.single-product .ep-product-gallery .ep-thumb-nav::before {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
}

body.single-product .ep-product-gallery .ep-thumb-nav--previous {
	left: 0;
}

body.single-product .ep-product-gallery .ep-thumb-nav--previous::before {
	transform: rotate(-135deg);
}

body.single-product .ep-product-gallery .ep-thumb-nav--next {
	right: 0;
}

body.single-product .ep-product-gallery .ep-thumb-nav--next::before {
	transform: rotate(45deg);
}

body.single-product .ep-product-gallery .ep-thumb-nav:hover:not(:disabled) {
	border-color: #aeb8b5;
	background: var(--ep-product-soft);
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-product-gallery .ep-thumb-nav:disabled {
	opacity: .3;
	cursor: default;
}

body.single-product .ep-product-gallery .wd-gallery-thumb.is-static {
	padding-inline: 0 !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb.is-static .ep-thumb-nav {
	display: none;
}

body.single-product .ep-product-gallery .woocommerce-product-gallery__image > a {
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
}

body.single-product .ep-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

/* Wishlist, sharing and comparison belong to the gallery, not the offer card. */
body.single-product .ep-gallery-actions {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin-top: 2px;
	padding-top: 14px;
	border-top: 1px solid var(--ep-product-line);
}

body.single-product .ep-gallery-actions > .elementor-element-efcb7a1 {
	display: contents !important;
}

body.single-product .ep-gallery-actions :is(
	.elementor-element-8a8c75d,
	.elementor-element-0a078a2,
	.elementor-element-8ad07bb
) {
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.single-product .ep-gallery-actions .elementor-element-8a8c75d {
	order: 1;
}

body.single-product .ep-gallery-actions .elementor-element-0a078a2 {
	position: relative;
	order: 2;
}

body.single-product .ep-gallery-actions .elementor-element-8ad07bb {
	order: 3;
}

body.single-product .ep-gallery-actions .wd-action-btn > a,
body.single-product .ep-gallery-actions .ep-share-toggle {
	display: flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 7px 6px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--ep-product-ink);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

body.single-product .ep-gallery-actions .wd-action-btn > a:hover,
body.single-product .ep-gallery-actions .ep-share-toggle:hover {
	background: var(--ep-product-soft);
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-gallery-actions .wd-social-icons {
	display: block;
}

body.single-product .ep-gallery-actions .wd-social-icon {
	position: absolute;
	z-index: 20;
	top: calc(100% + 7px);
	display: none;
}

body.single-product .ep-gallery-actions .is-share-open .wd-social-icons {
	position: absolute;
	z-index: 30;
	top: 100%;
	left: 50%;
	display: flex;
	width: max-content;
	min-width: 190px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	border: 1px solid var(--ep-product-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(20, 29, 27, .14);
	transform: translateX(-50%);
}

body.single-product .ep-gallery-actions .is-share-open .wd-social-icon {
	position: static;
	display: inline-flex;
}

body.single-product .ep-gallery-actions .is-share-open .ep-share-toggle {
	position: absolute;
	left: -9999px;
}

body.single-product .ep-product-details {
	order: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.single-product .ep-linked-options {
	padding: 20px;
	border: 1px solid var(--ep-product-line);
	border-radius: 14px;
	background: #fff;
}

body.single-product .ep-linked-options__title {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.25;
}

body.single-product .ep-linked-options .variations {
	margin: 0;
}

body.single-product .ep-linked-options .variations tr {
	display: grid;
	gap: 9px;
}

body.single-product .ep-linked-options .variations th,
body.single-product .ep-linked-options .variations td {
	width: auto;
	padding: 0;
	border: 0;
	text-align: left;
}

body.single-product .ep-linked-options .variations th label {
	color: var(--ep-product-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product .ep-linked-options .wd-swatches-product {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 82px;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	width: 82px;
	height: auto;
	min-height: 88px;
	padding: 6px 6px 7px;
	border: 1px solid var(--ep-product-line);
	border-radius: 10px;
	background: #fff;
	color: var(--ep-product-ink);
	text-decoration: none !important;
	background-image: none !important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch::after {
	display: none !important;
	content: none !important;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:hover,
body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:focus-visible {
	border-color: #8f9b97;
	box-shadow: 0 4px 14px rgba(22, 39, 33, .09);
	transform: translateY(-1px);
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch.wd-active {
	border: 2px solid var(--ep-product-accent);
	padding: 5px 5px 6px;
	box-shadow: 0 0 0 2px rgba(30, 143, 103, .09);
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-bg {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 7px;
	background: #f5f7f6;
	overflow: hidden;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-bg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-text {
	display: block;
	width: 100%;
	overflow: hidden;
	color: var(--ep-product-ink);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch.wd-active .wd-swatch-text {
	color: var(--ep-product-accent);
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg) {
	flex-basis: auto;
	width: auto;
	min-width: 112px;
	min-height: 44px;
	justify-content: center;
	padding: 9px 12px;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg).wd-active {
	padding: 8px 11px;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg) .wd-swatch-text {
	width: auto;
	font-size: 12px;
	line-height: 1.25;
	white-space: normal;
}

body.single-product .ep-highlights {
	padding: 22px;
	border: 1px solid var(--ep-product-line);
	border-radius: 14px;
	background: #fff;
}

body.single-product .ep-highlights__title {
	margin: 0 0 16px;
	color: var(--ep-product-ink);
	font-size: 20px;
	line-height: 1.2;
}

body.single-product .ep-highlights__list {
	display: grid;
	gap: 0;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

body.single-product .ep-highlights__item {
	display: grid;
	grid-template-columns: minmax(95px, .8fr) minmax(0, 1.2fr);
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #edf0ef;
	font-size: 13px;
	line-height: 1.35;
}

body.single-product .ep-highlights__label {
	color: var(--ep-product-muted);
}

body.single-product .ep-highlights__value {
	color: var(--ep-product-ink);
	font-weight: 700;
	word-break: break-word;
}

body.single-product .ep-highlights__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ep-product-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-product .ep-product-details .woocommerce-product-details__short-description {
	margin: 0;
	padding: 18px 20px;
	border-radius: 12px;
	background: var(--ep-product-soft);
	color: #42504c;
	font-size: 14px;
	line-height: 1.55;
}

body.single-product .ep-product-details .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

body.single-product .ep-purchase-card {
	order: 3;
	padding: 20px;
	border: 1px solid #d8dedc;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(20, 29, 27, .09);
}

body.single-product .ep-purchase-card .elementor-element-2640298 {
	min-height: 56px;
	padding: 9px 16px;
	border-radius: 10px;
}

body.single-product .ep-purchase-card .elementor-element-2640298 p {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product .ep-offer-meta {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 12px;
	padding: 2px 0;
	font-size: 13px;
}

body.single-product .ep-offer-meta__condition {
	color: var(--ep-product-ink);
	font-weight: 800;
}

body.single-product .ep-offer-meta__availability {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
}

body.single-product .ep-offer-meta__availability i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #df4545;
}

body.single-product .ep-offer-meta__availability.is-available {
	color: #368a4d;
}

body.single-product .ep-offer-meta__availability.is-available i {
	background: #54a95f;
}

body.single-product .ep-purchase-card .elementor-element-5a59539 {
	padding: 16px 0 14px;
	border-top: 1px solid #edf0ef;
	border-bottom: 1px solid #edf0ef;
}

body.single-product .ep-purchase-card .elementor-element-5a59539::after {
	display: block;
	margin-top: 7px;
	color: var(--ep-product-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	content: "Cena zawiera podatek VAT";
}

body.single-product .ep-purchase-card .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin: 0;
}

body.single-product .ep-purchase-card .price > .amount,
body.single-product .ep-purchase-card .price ins .amount {
	color: var(--ep-product-ink) !important;
	font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(38px, 3.25vw, 48px);
	font-style: italic;
	font-weight: 900;
	line-height: .95;
	letter-spacing: -.045em;
}

body.single-product .ep-purchase-card .price > .amount .woocommerce-Price-currencySymbol,
body.single-product .ep-purchase-card .price ins .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-left: 3px;
	font-size: .58em;
	letter-spacing: -.02em;
	vertical-align: .18em;
}

body.single-product .ep-purchase-card .price del {
	display: inline-flex;
	order: -1;
	margin: 0;
	color: #77817e !important;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
}

body.single-product .ep-purchase-card .price del .amount,
body.single-product .ep-purchase-card .price del .woocommerce-Price-currencySymbol {
	color: #77817e !important;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	vertical-align: baseline;
}

body.single-product .ep-purchase-card .price ins {
	display: inline-flex;
	text-decoration: none;
}

.ep-price-saving {
	display: none;
}

body.single-product .ep-purchase-card .ep-price-saving {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

body.single-product .ep-price-saving__label {
	color: #49605a;
}

body.single-product .ep-price-saving__amount,
body.single-product .ep-price-saving__amount .amount,
body.single-product .ep-price-saving__amount .woocommerce-Price-currencySymbol {
	color: var(--ep-product-accent-dark) !important;
	font-size: inherit;
	font-weight: 900;
}

body.single-product .ep-payment-methods {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border: 1px solid #b9ddd1;
	border-radius: 9px;
	background: #f4fbf8;
}

body.single-product .ep-payment-methods__label {
	color: var(--ep-product-muted);
	font-size: 12px;
	font-weight: 600;
}

body.single-product .ep-payment-methods__value {
	color: var(--ep-product-ink);
	font-size: 13px;
	line-height: 1.35;
}

body.single-product .ep-purchase-card .stock {
	margin: 0;
	font-weight: 700;
}

body.single-product .ep-purchase-card form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
}

body.single-product .ep-purchase-card form.cart .quantity {
	margin: 0;
}

body.single-product.ep-product-single-quantity .ep-purchase-card form.cart .quantity {
	display: none !important;
}

body.single-product .ep-purchase-card form.cart .quantity input,
body.single-product .ep-purchase-card .single_add_to_cart_button,
body.single-product .ep-purchase-card .wd-buy-now-btn {
	min-height: 54px;
	border-radius: 8px;
}

body.single-product .ep-purchase-card .single_add_to_cart_button {
	flex: 1 1 190px;
	background-color: var(--ep-product-accent);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: none !important;
}

body.single-product .ep-purchase-card .single_add_to_cart_button:hover {
	background-color: var(--ep-product-accent-dark);
}

body.single-product .ep-purchase-card .wd-buy-now-btn {
	flex: 1 0 100%;
	border: 1px solid var(--ep-product-line);
	background: var(--ep-product-soft);
	color: var(--ep-product-ink);
	text-transform: none !important;
}

body.single-product .ep-purchase-card .wd-single-add-cart > :last-child,
body.single-product .ep-purchase-card > :last-child {
	margin-bottom: 0;
}

body.single-product .elementor-element-8c2f4ab .wd-tabs-header {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--ep-product-line);
}

body.single-product .elementor-element-8c2f4ab .wd-nav-tabs > li > a {
	padding: 16px 4px;
	font-size: 15px;
	font-weight: 700;
}

body.single-product .elementor-element-8c2f4ab .wd-nav-tabs > li.wd-active > a {
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-product-tabs-section {
	min-width: 0;
	margin-top: 4px;
}

body.single-product .ep-product-tabs-section > .e-con-inner {
	width: 100%;
	max-width: none;
}

body.single-product .ep-product-tabs-section .wd-tabs-header {
	margin-bottom: 18px;
}

body.single-product .ep-product-tabs-section .wd-nav-tabs {
	gap: 6px 22px;
}

body.single-product .ep-product-tabs-section .wd-nav-tabs > li > a {
	padding: 12px 0;
}

body.single-product .ep-collapsible-panel {
	position: relative;
	transition: max-height .3s ease;
}

body.single-product .ep-collapsible-panel.is-collapsed {
	overflow: hidden;
}

body.single-product .woocommerce-Tabs-panel--description.ep-collapsible-panel.is-collapsed {
	max-height: 700px;
}

body.single-product .woocommerce-Tabs-panel--additional_information.ep-collapsible-panel.is-collapsed {
	max-height: 420px;
}

body.single-product .ep-collapsible-panel.is-collapsed::after {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 68%);
	content: "";
	pointer-events: none;
}

body.single-product .ep-collapsible-panel.is-expanded {
	max-height: none;
}

body.single-product .ep-panel-toggle {
	position: absolute;
	z-index: 3;
	right: 50%;
	bottom: 8px;
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid var(--ep-product-ink);
	border-radius: 8px;
	background: #fff;
	color: var(--ep-product-ink);
	font-size: 13px;
	font-weight: 800;
	transform: translateX(50%);
	cursor: pointer;
}

body.single-product .ep-collapsible-panel.is-expanded .ep-panel-toggle {
	position: relative;
	right: auto;
	bottom: auto;
	display: block;
	margin: 24px auto 0;
	transform: none;
}

@media (min-width: 1025px) {
	body.single-product.ep-product-layout-enhanced .ep-product-layout-v2 > .e-con-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 39fr) minmax(0, 29fr) minmax(310px, 32fr);
		grid-template-areas:
			"gallery details purchase"
			"tabs tabs purchase";
		gap: 22px 20px;
		align-items: start;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-gallery {
		grid-area: gallery;
		width: auto !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-details {
		grid-area: details;
		width: auto !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-purchase-card {
		grid-area: purchase;
		width: auto !important;
		align-self: start;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-tabs-section {
		grid-area: tabs;
		width: auto !important;
	}

	body.single-product .ep-purchase-card {
		position: sticky;
		top: 24px;
	}

	body.admin-bar.single-product .ep-purchase-card {
		top: 56px;
	}
}

@media (max-width: 1024px) {
	body.single-product .ep-product-header {
		padding-bottom: 16px;
	}

	body.single-product .ep-product-layout-v2 {
		flex-direction: column;
		gap: 18px;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-layout-v2 > .e-con-inner {
		display: flex !important;
		flex-direction: column !important;
		gap: 18px;
	}

	body.single-product .ep-product-gallery,
	body.single-product .ep-product-details,
	body.single-product .ep-purchase-card {
		width: 100% !important;
	}

	body.single-product .ep-product-gallery {
		order: 1;
		padding: 12px;
	}

	body.single-product .ep-purchase-card {
		order: 2;
		position: static;
		padding: 20px;
		box-shadow: none;
	}

	body.single-product .ep-product-details {
		order: 3;
	}

	body.single-product .ep-product-tabs-section {
		order: 4;
		width: 100% !important;
	}

	body.single-product .ep-product-gallery .woocommerce-product-gallery__image > a {
		min-height: 0;
	}

	body.single-product .ep-product-gallery .woocommerce-product-gallery__image img {
		max-height: 60vh;
	}
}

@media (max-width: 767px) {
	body.single-product .ep-product-header .product_title {
		font-size: 23px;
	}

	body.single-product .ep-header-meta {
		font-size: 12px;
	}

	body.single-product .ep-product-gallery {
		padding: 8px;
		border-radius: 11px;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel {
		height: calc(var(--ep-thumb-size, 60px) + 4px) !important;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb {
		padding-inline: 34px !important;
	}

	body.single-product .ep-product-gallery .ep-thumb-nav {
		width: 28px;
		height: 38px;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-wrap {
		height: var(--ep-thumb-size, 60px) !important;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-inner {
		height: calc(var(--ep-thumb-size, 60px) + 4px) !important;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item {
		flex-basis: var(--ep-thumb-size, 60px) !important;
		width: var(--ep-thumb-size, 60px) !important;
		height: var(--ep-thumb-size, 60px) !important;
	}

	body.single-product .ep-product-gallery .woocommerce-product-gallery__image img {
		max-height: 52vh;
	}

	body.single-product .ep-highlights,
	body.single-product .ep-linked-options,
	body.single-product .ep-purchase-card {
		padding: 16px;
		border-radius: 11px;
	}

	body.single-product .ep-linked-options .wd-swatches-product {
		gap: 8px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch {
		flex-basis: 72px;
		width: 72px;
		min-height: 80px;
		padding: 5px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch.wd-active {
		padding: 4px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-bg {
		width: 50px;
		height: 50px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg) {
		flex: 1 1 calc(50% - 4px);
		width: auto;
		min-width: 0;
		min-height: 44px;
		padding: 8px 9px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg).wd-active {
		padding: 7px 8px;
	}

	body.single-product .ep-purchase-card .ep-delivery-countdown {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 14px !important;
	}

	body.single-product .ep-delivery-countdown__icon {
		width: 38px;
		height: 38px;
	}

	body.single-product .ep-delivery-countdown__title {
		font-size: 15px;
	}

	body.single-product .ep-highlights__item {
		grid-template-columns: minmax(90px, .75fr) minmax(0, 1.25fr);
		gap: 10px;
	}

	body.single-product .ep-product-details .woocommerce-product-details__short-description {
		padding: 16px;
	}

	body.single-product .ep-purchase-card .single_add_to_cart_button {
		font-size: 14px;
	}

	body.single-product .ep-gallery-actions .wd-action-btn > a,
	body.single-product .ep-gallery-actions .ep-share-toggle {
		font-size: 11px;
	}

	body.single-product .woocommerce-Tabs-panel--description.ep-collapsible-panel.is-collapsed {
		max-height: 520px;
	}

	body.single-product .woocommerce-Tabs-panel--additional_information.ep-collapsible-panel.is-collapsed {
		max-height: 360px;
	}
}
/* /Codex: Electroprime Product v2 */
/* Product recommendations: one focused WoodMart row sourced from the current category. */
.ep-related-products__section > h2 {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.ep-related-products__section .products {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.ep-related-products__section > h2 {
		margin-bottom: 18px;
		font-size: 22px;
	}
}

/* Codex: Electroprime stacked price fraction */
body.single-product .woocommerce-Price-amount.amount > bdi.ep-price-stack,
.wd-product .woocommerce-Price-amount.amount > bdi.ep-price-stack {
	display: inline-grid;
	grid-template-columns: max-content max-content;
	grid-template-rows: .5em .5em;
	column-gap: .14em;
	align-items: center;
	vertical-align: baseline;
	white-space: nowrap;
}

body.single-product .woocommerce-Price-amount.amount > bdi.ep-price-stack > .ep-price-major,
.wd-product .woocommerce-Price-amount.amount > bdi.ep-price-stack > .ep-price-major {
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: center;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

body.single-product .woocommerce-Price-amount.amount > bdi.ep-price-stack > .ep-price-minor,
.wd-product .woocommerce-Price-amount.amount > bdi.ep-price-stack > .ep-price-minor {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	font-size: .38em;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}

body.single-product .woocommerce-Price-amount.amount > bdi.ep-price-stack > .woocommerce-Price-currencySymbol,
.wd-product .woocommerce-Price-amount.amount > bdi.ep-price-stack > .woocommerce-Price-currencySymbol {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin: 0;
	font-size: .32em;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}
/* /Codex: Electroprime stacked price fraction */
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.4
 Text Domain:  woodmart
*/
/* Codex: gray price color */
.woocommerce .price,
.woocommerce .price ins,
.woocommerce .price del,
.woocommerce .price .amount,
.woocommerce-Price-amount,
.wd-product .price,
.wd-product .price .amount,
.product-grid-item .price,
.single-product .summary-inner .price,
.cart-widget-side .woocommerce-mini-cart__total .amount,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-checkout-review-order-table .amount {
	color: #50545E !important;
}
/* /Codex: gray price color */

/* Codex: equal category circles */
.elementor-widget-wd_product_categories .wd-cats-element .cat-design-alt .wd-cat-thumb {
	--ep-cat-circle-size: 120px;
	width: var(--ep-cat-circle-size) !important;
	min-width: var(--ep-cat-circle-size) !important;
	max-width: var(--ep-cat-circle-size) !important;
	height: var(--ep-cat-circle-size) !important;
	min-height: var(--ep-cat-circle-size) !important;
	max-height: var(--ep-cat-circle-size) !important;
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-wd_product_categories .wd-cats-element .cat-design-alt .wd-cat-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0;
	overflow: hidden;
}

.elementor-widget-wd_product_categories .wd-cats-element .cat-design-alt .wd-cat-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

/* Keep the two homepage category rows optically aligned with the main banner. */
.elementor-17 :is(
	.elementor-element-43cc075,
	.elementor-element-b0f92d7
) .wd-entities-title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	min-height: 36px;
	font-size: 14px !important;
	line-height: 18px !important;
	text-align: center;
	white-space: normal;
	overflow: hidden;
}

/* /Codex: equal category circles */

/* =========================================================
   ELECTROPRIME — SAFE HEADER MENU FIX
   Replace the old blocks:
   1) Codex: all categories menu button
   2) Codex: mobile header categories fix
   with this code only.
   ========================================================= */

/* Remove unwanted coral media icons / labels from the header category items. */
.whb-header-bottom .wd-header-nav .wd-nav > :is(
	#menu-item-2506,
	#menu-item-2507,
	#menu-item-2508,
	#menu-item-2509,
	#menu-item-2510,
	#menu-item-2511,
	#menu-item-2512,
	#menu-item-2513,
	#menu-item-2514,
	#menu-item-2515,
	#menu-item-2516,
	#menu-item-2517,
	#menu-item-2518,
	#menu-item-2519
) > a > :is(
	.wd-nav-icon,
	.menu-label,
	.wd-nav-img,
	picture.wd-nav-img
) {
	display: none !important;
}

.whb-header-bottom .wd-header-nav .wd-nav > :is(
	#menu-item-2506,
	#menu-item-2507,
	#menu-item-2508,
	#menu-item-2509,
	#menu-item-2510,
	#menu-item-2511,
	#menu-item-2512,
	#menu-item-2513,
	#menu-item-2514,
	#menu-item-2515,
	#menu-item-2516,
	#menu-item-2517,
	#menu-item-2518,
	#menu-item-2519
) > a .nav-link-text::before {
	content: none !important;
	display: none !important;
}

/* Codex: D1 product gallery framing */
body.single-product.postid-2949 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #fff;
}

body.single-product.postid-2949 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

body.single-product.postid-2949 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	object-position: center;
}

body.single-product.postid-2949 .woocommerce-product-gallery__wrapper > .wd-carousel-wrap > .wd-carousel-item:first-child .woocommerce-product-gallery__image img {
	width: 118% !important;
	height: 118% !important;
	max-width: none;
	flex: 0 0 118%;
}
/* /Codex: D1 product gallery framing */

/* =========================================================
   Codex: Electroprime Product v2 (global WoodMart layout 3820)
   ========================================================= */
:root {
	--ep-product-accent: #45b995;
	--ep-product-accent-dark: #319a79;
	--ep-product-ink: #17201e;
	--ep-product-muted: #66716e;
	--ep-product-line: #dfe5e3;
	--ep-product-soft: #f4f7f6;
}

body.single-product .ep-product-header {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--ep-product-line);
}

body.single-product .ep-product-header .product_title {
	margin: 0;
	color: var(--ep-product-ink);
	font-size: clamp(28px, 2.15vw, 36px);
	line-height: 1.16;
	letter-spacing: -.025em;
}

body.single-product .ep-product-header-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 10px 18px;
}

body.single-product .ep-product-header .woocommerce-product-rating {
	margin: 0;
}

body.single-product .ep-header-meta {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 7px;
	color: var(--ep-product-muted);
	font-size: 13px;
}

body.single-product .ep-header-meta__label {
	font-weight: 600;
}

body.single-product .ep-header-meta__category {
	color: var(--ep-product-muted);
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.single-product .ep-header-meta__separator {
	color: #b5bfbc;
}

body.single-product .ep-product-layout-v2 {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

body.single-product .ep-product-gallery,
body.single-product .ep-product-details,
body.single-product .ep-purchase-card {
	min-width: 0;
}

body.single-product .ep-product-gallery {
	order: 1;
	overflow: visible;
	padding: 18px;
	border: 1px solid var(--ep-product-line);
	border-radius: 14px;
	background: #fff;
}

/* Use the gallery width for the product, with a horizontal thumbnail rail. */
body.single-product .ep-product-gallery .woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-height: auto !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 14px;
}

body.single-product .ep-product-gallery .wd-gallery-images,
body.single-product .ep-product-gallery .wd-gallery-thumb {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 100% !important;
}

body.single-product .ep-product-gallery .wd-gallery-images {
	order: 1;
}

body.single-product .ep-product-gallery .wd-gallery-thumb {
	order: 2;
	position: relative !important;
	box-sizing: border-box;
	padding-inline: 38px !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-inner {
	position: relative !important;
	width: 100% !important;
	height: calc(var(--ep-thumb-size, 68px) + 4px) !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel {
	width: 100% !important;
	height: calc(var(--ep-thumb-size, 68px) + 4px) !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding: 2px !important;
	border-radius: 0 !important;
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	overscroll-behavior-inline: contain;
	cursor: grab;
	user-select: none;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel.is-dragging {
	scroll-behavior: auto;
	scroll-snap-type: none;
	cursor: grabbing;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-wrap {
	display: flex !important;
	flex-direction: row !important;
	gap: 8px;
	width: max-content !important;
	height: var(--ep-thumb-size, 68px) !important;
	transform: none !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item {
	flex: 0 0 var(--ep-thumb-size, 68px) !important;
	width: var(--ep-thumb-size, 68px) !important;
	height: var(--ep-thumb-size, 68px) !important;
	padding: 4px;
	border: 1px solid var(--ep-product-line);
	border-radius: 9px;
	background: #fff;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item.wd-thumb-active {
	border-color: #6d7774;
	box-shadow: none;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	border-radius: 6px;
}

body.single-product .ep-product-gallery .wd-gallery-thumb .wd-nav-arrows {
	display: none !important;
}

body.single-product .ep-product-gallery .ep-thumb-nav {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: flex;
	width: 30px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--ep-product-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ep-product-ink);
	box-shadow: 0 3px 10px rgba(20, 29, 27, .08);
	transform: translateY(-50%);
	cursor: pointer;
}

body.single-product .ep-product-gallery .ep-thumb-nav::before {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
}

body.single-product .ep-product-gallery .ep-thumb-nav--previous {
	left: 0;
}

body.single-product .ep-product-gallery .ep-thumb-nav--previous::before {
	transform: rotate(-135deg);
}

body.single-product .ep-product-gallery .ep-thumb-nav--next {
	right: 0;
}

body.single-product .ep-product-gallery .ep-thumb-nav--next::before {
	transform: rotate(45deg);
}

body.single-product .ep-product-gallery .ep-thumb-nav:hover:not(:disabled) {
	border-color: #aeb8b5;
	background: var(--ep-product-soft);
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-product-gallery .ep-thumb-nav:disabled {
	opacity: .3;
	cursor: default;
}

body.single-product .ep-product-gallery .wd-gallery-thumb.is-static {
	padding-inline: 0 !important;
}

body.single-product .ep-product-gallery .wd-gallery-thumb.is-static .ep-thumb-nav {
	display: none;
}

body.single-product .ep-product-gallery .woocommerce-product-gallery__image > a {
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
}

body.single-product .ep-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

/* Wishlist, sharing and comparison belong to the gallery, not the offer card. */
body.single-product .ep-gallery-actions {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin-top: 2px;
	padding-top: 14px;
	border-top: 1px solid var(--ep-product-line);
}

body.single-product .ep-gallery-actions > .elementor-element-efcb7a1 {
	display: contents !important;
}

body.single-product .ep-gallery-actions :is(
	.elementor-element-8a8c75d,
	.elementor-element-0a078a2,
	.elementor-element-8ad07bb
) {
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.single-product .ep-gallery-actions .elementor-element-8a8c75d {
	order: 1;
}

body.single-product .ep-gallery-actions .elementor-element-0a078a2 {
	position: relative;
	order: 2;
}

body.single-product .ep-gallery-actions .elementor-element-8ad07bb {
	order: 3;
}

body.single-product .ep-gallery-actions .wd-action-btn > a,
body.single-product .ep-gallery-actions .ep-share-toggle {
	display: flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 7px 6px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--ep-product-ink);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

body.single-product .ep-gallery-actions .wd-action-btn > a:hover,
body.single-product .ep-gallery-actions .ep-share-toggle:hover {
	background: var(--ep-product-soft);
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-gallery-actions .wd-social-icons {
	display: block;
}

body.single-product .ep-gallery-actions .wd-social-icon {
	position: absolute;
	z-index: 20;
	top: calc(100% + 7px);
	display: none;
}

body.single-product .ep-gallery-actions .is-share-open .wd-social-icons {
	position: absolute;
	z-index: 30;
	top: 100%;
	left: 50%;
	display: flex;
	width: max-content;
	min-width: 190px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px;
	border: 1px solid var(--ep-product-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(20, 29, 27, .14);
	transform: translateX(-50%);
}

body.single-product .ep-gallery-actions .is-share-open .wd-social-icon {
	position: static;
	display: inline-flex;
}

body.single-product .ep-gallery-actions .is-share-open .ep-share-toggle {
	position: absolute;
	left: -9999px;
}

body.single-product .ep-product-details {
	order: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.single-product .ep-linked-options {
	padding: 20px;
	border: 1px solid var(--ep-product-line);
	border-radius: 14px;
	background: #fff;
}

body.single-product .ep-linked-options__title {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.25;
}

body.single-product .ep-linked-options .variations {
	margin: 0;
}

body.single-product .ep-linked-options .variations tr {
	display: grid;
	gap: 9px;
}

body.single-product .ep-linked-options .variations th,
body.single-product .ep-linked-options .variations td {
	width: auto;
	padding: 0;
	border: 0;
	text-align: left;
}

body.single-product .ep-linked-options .variations th label {
	color: var(--ep-product-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product .ep-linked-options .wd-swatches-product {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 82px;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: flex-start;
	width: 82px;
	height: auto;
	min-height: 88px;
	padding: 6px 6px 7px;
	border: 1px solid var(--ep-product-line);
	border-radius: 10px;
	background: #fff;
	color: var(--ep-product-ink);
	text-decoration: none !important;
	background-image: none !important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch::after {
	display: none !important;
	content: none !important;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:hover,
body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:focus-visible {
	border-color: #8f9b97;
	box-shadow: 0 4px 14px rgba(22, 39, 33, .09);
	transform: translateY(-1px);
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch.wd-active {
	border: 2px solid var(--ep-product-accent);
	padding: 5px 5px 6px;
	box-shadow: 0 0 0 2px rgba(30, 143, 103, .09);
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-bg {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 7px;
	background: #f5f7f6;
	overflow: hidden;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-bg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-text {
	display: block;
	width: 100%;
	overflow: hidden;
	color: var(--ep-product-ink);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch.wd-active .wd-swatch-text {
	color: var(--ep-product-accent);
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg) {
	flex-basis: auto;
	width: auto;
	min-width: 112px;
	min-height: 44px;
	justify-content: center;
	padding: 9px 12px;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg).wd-active {
	padding: 8px 11px;
}

body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg) .wd-swatch-text {
	width: auto;
	font-size: 12px;
	line-height: 1.25;
	white-space: normal;
}

body.single-product .ep-highlights {
	padding: 22px;
	border: 1px solid var(--ep-product-line);
	border-radius: 14px;
	background: #fff;
}

body.single-product .ep-highlights__title {
	margin: 0 0 16px;
	color: var(--ep-product-ink);
	font-size: 20px;
	line-height: 1.2;
}

body.single-product .ep-highlights__list {
	display: grid;
	gap: 0;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

body.single-product .ep-highlights__item {
	display: grid;
	grid-template-columns: minmax(95px, .8fr) minmax(0, 1.2fr);
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #edf0ef;
	font-size: 13px;
	line-height: 1.35;
}

body.single-product .ep-highlights__label {
	color: var(--ep-product-muted);
}

body.single-product .ep-highlights__value {
	color: var(--ep-product-ink);
	font-weight: 700;
	word-break: break-word;
}

body.single-product .ep-highlights__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ep-product-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-product .ep-product-details .woocommerce-product-details__short-description {
	margin: 0;
	padding: 18px 20px;
	border-radius: 12px;
	background: var(--ep-product-soft);
	color: #42504c;
	font-size: 14px;
	line-height: 1.55;
}

body.single-product .ep-product-details .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

body.single-product .ep-purchase-card {
	order: 3;
	padding: 20px;
	border: 1px solid #d8dedc;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(20, 29, 27, .09);
}

body.single-product .ep-purchase-card .elementor-element-2640298 {
	min-height: 56px;
	padding: 9px 16px;
	border-radius: 10px;
}

body.single-product .ep-purchase-card .elementor-element-2640298 p {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product .ep-offer-meta {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 12px;
	padding: 2px 0;
	font-size: 13px;
}

body.single-product .ep-offer-meta__condition {
	color: var(--ep-product-ink);
	font-weight: 800;
}

body.single-product .ep-offer-meta__availability {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
}

body.single-product .ep-offer-meta__availability i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #df4545;
}

body.single-product .ep-offer-meta__availability.is-available {
	color: #368a4d;
}

body.single-product .ep-offer-meta__availability.is-available i {
	background: #54a95f;
}

body.single-product .ep-purchase-card .elementor-element-5a59539 {
	padding: 16px 0 14px;
	border-top: 1px solid #edf0ef;
	border-bottom: 1px solid #edf0ef;
}

body.single-product .ep-purchase-card .elementor-element-5a59539::after {
	display: block;
	margin-top: 7px;
	color: var(--ep-product-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	content: "Cena zawiera podatek VAT";
}

body.single-product .ep-purchase-card .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin: 0;
}

body.single-product .ep-purchase-card .price > .amount,
body.single-product .ep-purchase-card .price ins .amount {
	color: var(--ep-product-ink) !important;
	font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(38px, 3.25vw, 48px);
	font-style: italic;
	font-weight: 900;
	line-height: .95;
	letter-spacing: -.045em;
}

body.single-product .ep-purchase-card .price > .amount .woocommerce-Price-currencySymbol,
body.single-product .ep-purchase-card .price ins .woocommerce-Price-currencySymbol {
	display: inline-block;
	margin-left: 3px;
	font-size: .58em;
	letter-spacing: -.02em;
	vertical-align: .18em;
}

body.single-product .ep-purchase-card .price del {
	display: inline-flex;
	order: -1;
	margin: 0;
	color: #77817e !important;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
}

body.single-product .ep-purchase-card .price del .amount,
body.single-product .ep-purchase-card .price del .woocommerce-Price-currencySymbol {
	color: #77817e !important;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	vertical-align: baseline;
}

body.single-product .ep-purchase-card .price ins {
	display: inline-flex;
	text-decoration: none;
}

.ep-price-saving {
	display: none;
}

body.single-product .ep-purchase-card .ep-price-saving {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

body.single-product .ep-price-saving__label {
	color: #49605a;
}

body.single-product .ep-price-saving__amount,
body.single-product .ep-price-saving__amount .amount,
body.single-product .ep-price-saving__amount .woocommerce-Price-currencySymbol {
	color: var(--ep-product-accent-dark) !important;
	font-size: inherit;
	font-weight: 900;
}

body.single-product .ep-payment-methods {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border: 1px solid #b9ddd1;
	border-radius: 9px;
	background: #f4fbf8;
}

body.single-product .ep-payment-methods__label {
	color: var(--ep-product-muted);
	font-size: 12px;
	font-weight: 600;
}

body.single-product .ep-payment-methods__value {
	color: var(--ep-product-ink);
	font-size: 13px;
	line-height: 1.35;
}

body.single-product .ep-purchase-card .stock {
	margin: 0;
	font-weight: 700;
}

body.single-product .ep-purchase-card form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
}

body.single-product .ep-purchase-card form.cart .quantity {
	margin: 0;
}

body.single-product.ep-product-single-quantity .ep-purchase-card form.cart .quantity {
	display: none !important;
}

body.single-product .ep-purchase-card form.cart .quantity input,
body.single-product .ep-purchase-card .single_add_to_cart_button,
body.single-product .ep-purchase-card .wd-buy-now-btn {
	min-height: 54px;
	border-radius: 8px;
}

body.single-product .ep-purchase-card .single_add_to_cart_button {
	flex: 1 1 190px;
	background-color: var(--ep-product-accent);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: none !important;
}

body.single-product .ep-purchase-card .single_add_to_cart_button:hover {
	background-color: var(--ep-product-accent-dark);
}

body.single-product .ep-purchase-card .wd-buy-now-btn {
	flex: 1 0 100%;
	border: 1px solid var(--ep-product-line);
	background: var(--ep-product-soft);
	color: var(--ep-product-ink);
	text-transform: none !important;
}

body.single-product .ep-purchase-card .wd-single-add-cart > :last-child,
body.single-product .ep-purchase-card > :last-child {
	margin-bottom: 0;
}

body.single-product .elementor-element-8c2f4ab .wd-tabs-header {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--ep-product-line);
}

body.single-product .elementor-element-8c2f4ab .wd-nav-tabs > li > a {
	padding: 16px 4px;
	font-size: 15px;
	font-weight: 700;
}

body.single-product .elementor-element-8c2f4ab .wd-nav-tabs > li.wd-active > a {
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-product-tabs-section {
	min-width: 0;
	margin-top: 4px;
}

body.single-product .ep-product-tabs-section > .e-con-inner {
	width: 100%;
	max-width: none;
}

body.single-product .ep-product-tabs-section .wd-tabs-header {
	margin-bottom: 18px;
}

body.single-product .ep-product-tabs-section .wd-nav-tabs {
	gap: 6px 22px;
}

body.single-product .ep-product-tabs-section .wd-nav-tabs > li > a {
	padding: 12px 0;
}

body.single-product .ep-collapsible-panel {
	position: relative;
	transition: max-height .3s ease;
}

body.single-product .ep-collapsible-panel.is-collapsed {
	overflow: hidden;
}

body.single-product .woocommerce-Tabs-panel--description.ep-collapsible-panel.is-collapsed {
	max-height: 700px;
}

body.single-product .woocommerce-Tabs-panel--additional_information.ep-collapsible-panel.is-collapsed {
	max-height: 420px;
}

body.single-product .ep-collapsible-panel.is-collapsed::after {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 68%);
	content: "";
	pointer-events: none;
}

body.single-product .ep-collapsible-panel.is-expanded {
	max-height: none;
}

body.single-product .ep-panel-toggle {
	position: absolute;
	z-index: 3;
	right: 50%;
	bottom: 8px;
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid var(--ep-product-ink);
	border-radius: 8px;
	background: #fff;
	color: var(--ep-product-ink);
	font-size: 13px;
	font-weight: 800;
	transform: translateX(50%);
	cursor: pointer;
}

body.single-product .ep-collapsible-panel.is-expanded .ep-panel-toggle {
	position: relative;
	right: auto;
	bottom: auto;
	display: block;
	margin: 24px auto 0;
	transform: none;
}

@media (min-width: 1025px) {
	body.single-product.ep-product-layout-enhanced .ep-product-layout-v2 > .e-con-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 39fr) minmax(0, 29fr) minmax(310px, 32fr);
		grid-template-areas:
			"gallery details purchase"
			"tabs tabs purchase";
		gap: 22px 20px;
		align-items: start;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-gallery {
		grid-area: gallery;
		width: auto !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-details {
		grid-area: details;
		width: auto !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-purchase-card {
		grid-area: purchase;
		width: auto !important;
		align-self: start;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-tabs-section {
		grid-area: tabs;
		width: auto !important;
	}

	body.single-product .ep-purchase-card {
		position: sticky;
		top: 24px;
	}

	body.admin-bar.single-product .ep-purchase-card {
		top: 56px;
	}
}

@media (max-width: 1024px) {
	body.single-product .ep-product-header {
		padding-bottom: 16px;
	}

	body.single-product .ep-product-layout-v2 {
		flex-direction: column;
		gap: 18px;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-layout-v2 > .e-con-inner {
		display: flex !important;
		flex-direction: column !important;
		gap: 18px;
	}

	body.single-product .ep-product-gallery,
	body.single-product .ep-product-details,
	body.single-product .ep-purchase-card {
		width: 100% !important;
	}

	body.single-product .ep-product-gallery {
		order: 1;
		padding: 12px;
	}

	body.single-product .ep-purchase-card {
		order: 2;
		position: static;
		padding: 20px;
		box-shadow: none;
	}

	body.single-product .ep-product-details {
		order: 3;
	}

	body.single-product .ep-product-tabs-section {
		order: 4;
		width: 100% !important;
	}

	body.single-product .ep-product-gallery .woocommerce-product-gallery__image > a {
		min-height: 0;
	}

	body.single-product .ep-product-gallery .woocommerce-product-gallery__image img {
		max-height: 60vh;
	}
}

@media (max-width: 767px) {
	body.single-product .ep-product-header .product_title {
		font-size: 23px;
	}

	body.single-product .ep-header-meta {
		font-size: 12px;
	}

	body.single-product .ep-product-gallery {
		padding: 8px;
		border-radius: 11px;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel {
		height: calc(var(--ep-thumb-size, 60px) + 4px) !important;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb {
		padding-inline: 34px !important;
	}

	body.single-product .ep-product-gallery .ep-thumb-nav {
		width: 28px;
		height: 38px;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-wrap {
		height: var(--ep-thumb-size, 60px) !important;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-inner {
		height: calc(var(--ep-thumb-size, 60px) + 4px) !important;
	}

	body.single-product .ep-product-gallery .wd-gallery-thumb .wd-carousel-item {
		flex-basis: var(--ep-thumb-size, 60px) !important;
		width: var(--ep-thumb-size, 60px) !important;
		height: var(--ep-thumb-size, 60px) !important;
	}

	body.single-product .ep-product-gallery .woocommerce-product-gallery__image img {
		max-height: 52vh;
	}

	body.single-product .ep-highlights,
	body.single-product .ep-linked-options,
	body.single-product .ep-purchase-card {
		padding: 16px;
		border-radius: 11px;
	}

	body.single-product .ep-linked-options .wd-swatches-product {
		gap: 8px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch {
		flex-basis: 72px;
		width: 72px;
		min-height: 80px;
		padding: 5px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch.wd-active {
		padding: 4px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch-bg {
		width: 50px;
		height: 50px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg) {
		flex: 1 1 calc(50% - 4px);
		width: auto;
		min-width: 0;
		min-height: 44px;
		padding: 8px 9px;
	}

	body.single-product .ep-linked-options .wd-swatches-product .wd-swatch:not(.wd-bg).wd-active {
		padding: 7px 8px;
	}

	body.single-product .ep-purchase-card .ep-delivery-countdown {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 14px !important;
	}

	body.single-product .ep-delivery-countdown__icon {
		width: 38px;
		height: 38px;
	}

	body.single-product .ep-delivery-countdown__title {
		font-size: 15px;
	}

	body.single-product .ep-highlights__item {
		grid-template-columns: minmax(90px, .75fr) minmax(0, 1.25fr);
		gap: 10px;
	}

	body.single-product .ep-product-details .woocommerce-product-details__short-description {
		padding: 16px;
	}

	body.single-product .ep-purchase-card .single_add_to_cart_button {
		font-size: 14px;
	}

	body.single-product .ep-gallery-actions .wd-action-btn > a,
	body.single-product .ep-gallery-actions .ep-share-toggle {
		font-size: 11px;
	}

	body.single-product .woocommerce-Tabs-panel--description.ep-collapsible-panel.is-collapsed {
		max-height: 520px;
	}

	body.single-product .woocommerce-Tabs-panel--additional_information.ep-collapsible-panel.is-collapsed {
		max-height: 360px;
	}
}
/* /Codex: Electroprime Product v2 */
/* Product recommendations: one focused WoodMart row sourced from the current category. */
.ep-related-products__section > h2 {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.ep-related-products__section .products {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.ep-related-products__section > h2 {
		margin-bottom: 18px;
		font-size: 22px;
	}
}

/* Codex: Electroprime product-card price prominence */
.wd-product .price {
	color: #14231f;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.2px;
}

.wd-product .price > .woocommerce-Price-amount.amount,
.wd-product .price ins,
.wd-product .price ins > .woocommerce-Price-amount.amount {
	color: #14231f;
	font: inherit;
}

.wd-product .price ins {
	text-decoration: none;
}

.wd-product .price del {
	display: inline-block;
	margin-inline-end: .38em;
	color: #89928f;
	opacity: 1;
	font-size: .72em;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.wd-product .price del > .woocommerce-Price-amount.amount {
	color: inherit;
	font: inherit;
}

.wd-product .price del .ep-price-stack,
.ep-purchase-card .price del .ep-price-stack {
	position: relative;
}

.wd-product .price del .ep-price-stack::after,
.ep-purchase-card .price del .ep-price-stack::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -.05em;
	left: -.05em;
	border-top: 1.4px solid currentColor;
	transform: rotate(-4deg);
	pointer-events: none;
}

@media (max-width: 767px) {
	.wd-product .price {
		font-size: 20px;
	}
}
/* /Codex: Electroprime product-card price prominence */

/* Codex: prominent delivery countdown v2 */
body.single-product .ep-purchase-card .ep-delivery-host:not(.ep-delivery-countdown) {
	position: relative;
	display: block !important;
	min-height: 58px;
	margin: -4px 0 0;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid var(--ep-product-line);
	border-radius: 0;
	background: transparent !important;
}

body.single-product .ep-purchase-card .ep-delivery-host:not(.ep-delivery-countdown)::after {
	position: absolute;
	top: 50%;
	left: 0;
	visibility: visible;
	color: var(--ep-product-muted);
	content: "Sprawdzamy termin dostawy…";
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	transform: translateY(-50%);
}

body.single-product .ep-purchase-card .ep-delivery-countdown {
	display: grid !important;
	grid-template-columns: minmax(105px, .8fr) minmax(150px, 1.2fr);
	gap: 12px;
	align-items: center;
	width: 100%;
	min-height: 0;
	margin: -4px 0 2px;
	padding: 0 0 13px !important;
	overflow: visible;
	border: 0;
	border-bottom: 1px solid var(--ep-product-line);
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
}

body.single-product .ep-delivery-countdown__delivery {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 1px;
}

body.single-product .ep-delivery-countdown__delivery-label,
body.single-product .ep-delivery-countdown__timer-label {
	color: var(--ep-product-muted);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

body.single-product .ep-delivery-countdown__delivery-day {
	color: var(--ep-product-ink);
	font-size: 19px;
	font-weight: 850;
	line-height: 1.05;
}

body.single-product .ep-delivery-countdown__delivery-day.is-accent {
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-delivery-countdown__timer-group {
	display: flex;
	min-width: 0;
	align-items: flex-end;
	flex-direction: column;
	gap: 4px;
}

body.single-product .ep-delivery-countdown__timer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 7px minmax(0, 1fr) 7px minmax(0, 1fr);
	gap: 3px;
	align-items: start;
	width: 100%;
	max-width: 174px;
	font-variant-numeric: tabular-nums;
}

body.single-product .ep-delivery-countdown__unit {
	display: flex;
	min-width: 0;
	min-height: 37px;
	padding: 4px 3px 3px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #dfe8e4;
	border-radius: 7px;
	background: #f3f7f5;
	color: var(--ep-product-ink);
}

body.single-product .ep-delivery-countdown__value {
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 21px;
	font-weight: 800;
	line-height: .85;
	letter-spacing: .02em;
}

body.single-product .ep-delivery-countdown__caption {
	margin-top: 4px;
	color: var(--ep-product-muted);
	font-size: 7px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

body.single-product .ep-delivery-countdown__separator {
	padding-top: 8px;
	color: var(--ep-product-accent-dark);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

@media (max-width: 420px) {
	body.single-product .ep-purchase-card .ep-delivery-countdown {
		grid-template-columns: minmax(90px, .7fr) minmax(145px, 1.3fr);
		gap: 9px;
	}

	body.single-product .ep-delivery-countdown__delivery-day {
		font-size: 17px;
	}
}
/* /Codex: prominent delivery countdown v2 */

/* Codex: long product sections with anchor navigation */
body.single-product .ep-product-sections {
	display: block;
	width: 100%;
}

body.single-product .ep-product-sections__nav {
	position: sticky;
	top: 12px;
	z-index: 20;
	display: flex;
	gap: 6px;
	margin: 0 0 30px;
	padding: 7px;
	overflow-x: auto;
	border: 1px solid var(--ep-product-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 8px 22px rgba(24, 45, 38, .07);
	scrollbar-width: none;
	backdrop-filter: blur(9px);
}

body.single-product .ep-product-sections__nav::-webkit-scrollbar {
	display: none;
}

body.single-product .ep-product-sections__nav-link {
	display: inline-flex;
	min-height: 40px;
	padding: 9px 14px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 8px;
	color: var(--ep-product-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.15;
	white-space: nowrap;
}

body.single-product .ep-product-sections__nav-link:hover,
body.single-product .ep-product-sections__nav-link:focus-visible,
body.single-product .ep-product-sections__nav-link.is-active,
body.single-product .ep-product-sections__nav-link[aria-current="location"] {
	background: #eaf7f2;
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-product-sections__list {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 42px;
}

body.single-product .ep-product-section,
body.single-product .ep-product-sections .ep-related-products__section {
	min-width: 0;
	margin: 0;
	padding: 0;
	scroll-margin-top: 86px;
}

body.single-product .ep-product-section + .ep-product-section,
body.single-product .ep-product-section + .ep-related-products__section,
body.single-product .ep-related-products__section + .ep-product-section {
	padding-top: 36px;
	border-top: 1px solid var(--ep-product-line);
}

body.single-product .ep-product-section__title,
body.single-product .ep-product-sections .ep-related-products__section > h2 {
	margin: 0 0 22px;
	color: var(--ep-product-ink);
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.15;
}

body.single-product .ep-product-section__content {
	position: relative;
	display: block !important;
}

body.single-product .ep-product-section__content .ep-panel-toggle {
	display: none !important;
}

body.single-product .ep-product-section__toggle {
	display: none;
}

body.single-product.ep-product-layout-enhanced .ep-product-section.is-not-overflowing .ep-product-section__toggle {
	display: none;
}

body.single-product.ep-product-layout-enhanced .ep-product-section.is-collapsible .ep-product-section__content {
	overflow: hidden !important;
}

body.single-product.ep-product-layout-enhanced .ep-product-section--description.is-collapsed .ep-product-section__content {
	max-height: 680px !important;
}

body.single-product.ep-product-layout-enhanced .ep-product-section--additional_information.is-collapsed .ep-product-section__content {
	max-height: 510px !important;
}

body.single-product.ep-product-layout-enhanced .ep-product-section.is-expanded .ep-product-section__content {
	max-height: none !important;
	overflow: visible !important;
}

body.single-product.ep-product-layout-enhanced .ep-product-section.is-collapsed .ep-product-section__content::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 124px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
	content: "";
	pointer-events: none;
}

body.single-product.ep-product-layout-enhanced .ep-product-section__toggle {
	display: flex;
	min-width: 210px;
	min-height: 46px;
	margin: 18px auto 0;
	padding: 11px 22px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #cfd8d4;
	border-radius: 9px;
	background: #fff;
	color: var(--ep-product-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none !important;
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

body.single-product.ep-product-layout-enhanced .ep-product-section__toggle:hover,
body.single-product.ep-product-layout-enhanced .ep-product-section__toggle:focus-visible {
	border-color: var(--ep-product-accent);
	background: #f3faf7;
	color: var(--ep-product-accent-dark);
}

body.single-product .ep-product-section__toggle-icon {
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .2s ease;
}

body.single-product .ep-product-section.is-expanded .ep-product-section__toggle-icon {
	transform: translateY(2px) rotate(225deg);
}

body.single-product .elementor-element-8532b0a {
	display: none !important;
}

@media (max-width: 767px) {
	body.single-product .ep-product-sections__nav {
		top: 8px;
		margin-right: -16px;
		margin-bottom: 24px;
		margin-left: -16px;
		padding: 6px 16px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	body.single-product .ep-product-sections__nav-link {
		min-height: 38px;
		padding: 8px 12px;
		font-size: 12px;
	}

	body.single-product .ep-product-sections__list {
		gap: 32px;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-section--description.is-collapsed .ep-product-section__content {
		max-height: 540px !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-section--additional_information.is-collapsed .ep-product-section__content {
		max-height: 430px !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-section.is-collapsed .ep-product-section__content::after {
		height: 100px;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-section__toggle {
		width: 100%;
		margin-top: 14px;
	}

	body.single-product .ep-product-section + .ep-product-section,
	body.single-product .ep-product-section + .ep-related-products__section,
	body.single-product .ep-related-products__section + .ep-product-section {
		padding-top: 28px;
	}
}
/* /Codex: long product sections with anchor navigation */

/* Codex: product detail refinements 20260722 */

/* Float the delivery countdown above the bordered purchase card. */
body.single-product.ep-product-layout-enhanced .ep-purchase-card {
	top: 120px !important;
	margin-top: 98px !important;
}

body.single-product.ep-product-layout-enhanced .ep-purchase-card .ep-delivery-countdown {
	z-index: 4;
	min-height: 68px;
	width: calc(100% + 42px) !important;
	max-width: none !important;
	margin: -110px -21px 18px !important;
	padding: 11px 14px !important;
	border: 1px solid #d7e1dd;
	border-radius: 13px;
	background: #fff !important;
	box-shadow: 0 12px 28px rgba(20, 45, 37, .12);
}

@media (min-width: 1025px) {
	body.single-product.ep-persistent-product-header .ep-purchase-card {
		top: calc(var(--ep-product-sticky-header-height, 110px) + 101px) !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-product-layout-v2 > .e-con-inner {
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.08fr) minmax(316px, .8fr) !important;
	}
}

/* Bring attribute names and values together around the centre line. */
body.single-product #ep-section-specification .woocommerce-product-attributes {
	display: block;
	width: 100%;
	border: 0;
}

body.single-product #ep-section-specification .woocommerce-product-attributes tbody {
	display: grid;
	gap: 2px;
}

body.single-product #ep-section-specification .woocommerce-product-attributes tr {
	display: grid;
	min-height: 42px;
	padding: 0 18px;
	grid-template-columns: minmax(210px, 44%) minmax(0, 56%);
	align-items: center;
}

body.single-product #ep-section-specification .woocommerce-product-attributes th,
body.single-product #ep-section-specification .woocommerce-product-attributes td {
	display: block;
	width: auto !important;
	min-width: 0;
	border: 0;
	font-size: 14px;
	line-height: 1.35;
}

body.single-product #ep-section-specification .woocommerce-product-attributes th {
	padding: 10px 12px 10px 0 !important;
	text-align: right !important;
}

body.single-product #ep-section-specification .woocommerce-product-attributes td {
	padding: 10px 0 10px 12px !important;
	text-align: left !important;
}

body.single-product #ep-section-specification .woocommerce-product-attributes td p {
	margin: 0;
}

/* Compact the existing truthful delivery, warranty and returns information. */
body.single-product .ep-purchase-card .elementor-element-4c7dd70 {
	margin-top: 0;
}

body.single-product .ep-purchase-card .elementor-element-4c7dd70 .elementor-shortcode,
body.single-product .ep-purchase-card .elementor-element-4c7dd70 .elementor,
body.single-product .ep-purchase-card .elementor-element-4c7dd70 .elementor-element-8f68869,
body.single-product .ep-purchase-card .elementor-element-4c7dd70 .elementor-element-8f68869 > .e-con-inner {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
}

body.single-product .ep-purchase-card .elementor-element-c1a8011,
body.single-product .ep-purchase-card .elementor-element-f5452ee,
body.single-product .ep-purchase-card .elementor-element-dadc7fd,
body.single-product .ep-purchase-card .elementor-element-1388df6,
body.single-product .ep-purchase-card .elementor-element-5c9e6b4 {
	display: none !important;
}

body.single-product .ep-purchase-card .elementor-element-dab2b1d {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 2px !important;
}

body.single-product .ep-purchase-card .elementor-element-fc72327,
body.single-product .ep-purchase-card .elementor-element-da8e6a2 {
	display: flex !important;
	min-width: 0;
	min-height: 36px;
	padding: 5px 2px !important;
	align-items: center;
	justify-content: space-between;
	flex-direction: row !important;
	gap: 8px !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent;
}

body.single-product .ep-purchase-card .elementor-element-60e7f1f,
body.single-product .ep-purchase-card .elementor-element-8a0a4fc {
	min-width: 0;
	flex: 1 1 auto !important;
}

body.single-product .ep-purchase-card .elementor-element-3a9d856,
body.single-product .ep-purchase-card .elementor-element-2d057e2 {
	flex: 0 0 auto !important;
}

body.single-product .ep-purchase-card .elementor-element-60e7f1f,
body.single-product .ep-purchase-card .elementor-element-8a0a4fc,
body.single-product .ep-purchase-card .elementor-element-3a9d856,
body.single-product .ep-purchase-card .elementor-element-2d057e2 {
	display: flex !important;
	min-width: 0;
	padding: 0 !important;
	align-items: center;
	justify-content: space-between;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 5px !important;
}

body.single-product .ep-purchase-card .elementor-element-7b6cb53,
body.single-product .ep-purchase-card .elementor-element-3e8cac0 {
	display: none !important;
}

body.single-product .ep-purchase-card .elementor-element-fc72327 .elementor-widget,
body.single-product .ep-purchase-card .elementor-element-da8e6a2 .elementor-widget,
body.single-product .ep-purchase-card .elementor-element-5b81688 .elementor-widget {
	width: auto !important;
	margin: 0 !important;
}

body.single-product .ep-purchase-card .elementor-element-4c7dd70 .wd-list,
body.single-product .ep-purchase-card .elementor-element-4c7dd70 .wd-list li,
body.single-product .ep-purchase-card .elementor-element-4c7dd70 p {
	margin: 0 !important;
}

body.single-product .ep-purchase-card .elementor-element-4c7dd70 .wd-list li {
	gap: 6px;
}

body.single-product .ep-purchase-card .elementor-element-4c7dd70 .wd-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

body.single-product .ep-purchase-card .elementor-element-da8e6a2 .wd-icon img {
	width: 38px !important;
	height: 20px !important;
}

body.single-product .ep-purchase-card .elementor-element-4c7dd70 .list-content {
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

body.single-product .ep-purchase-card .elementor-element-3a9d856,
body.single-product .ep-purchase-card .elementor-element-2d057e2 {
	font-size: 11px;
	line-height: 1.2;
}

body.single-product .ep-purchase-card .elementor-element-b74373e,
body.single-product .ep-purchase-card .elementor-element-d459978 {
	color: var(--ep-product-accent-dark);
	font-weight: 750;
	white-space: nowrap;
}

body.single-product .ep-purchase-card .elementor-element-b74373e br,
body.single-product .ep-purchase-card .elementor-element-d459978 br {
	display: none;
}

body.single-product .ep-purchase-card .elementor-element-5b81688 {
	display: grid !important;
	padding: 4px 0 0 !important;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px !important;
	border: 0 !important;
}

body.single-product .ep-purchase-card .elementor-element-d23abe8,
body.single-product .ep-purchase-card .elementor-element-e59264f {
	display: flex !important;
	position: relative;
	min-width: 0;
	min-height: 40px;
	padding: 4px 28px 4px 2px !important;
	align-items: center;
	justify-content: space-between;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 5px !important;
	border: 0 !important;
	border-radius: 7px;
	background: transparent;
	cursor: pointer;
	transition: background-color .18s ease;
}

body.single-product .ep-purchase-card .elementor-element-d23abe8:hover,
body.single-product .ep-purchase-card .elementor-element-e59264f:hover {
	background: #f4faf7;
}

body.single-product .ep-purchase-card .elementor-element-4369fea,
body.single-product .ep-purchase-card .elementor-element-9ea01e3 {
	min-width: 0;
	flex: 1 1 auto !important;
}

body.single-product .ep-purchase-card .elementor-element-c72847b,
body.single-product .ep-purchase-card .elementor-element-6822e3a {
	position: static !important;
	margin-left: auto !important;
	flex: 0 0 auto !important;
}

body.single-product .ep-purchase-card .elementor-element-c72847b a,
body.single-product .ep-purchase-card .elementor-element-6822e3a a {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	cursor: pointer;
}

body.single-product .ep-purchase-card .elementor-element-c72847b a::after,
body.single-product .ep-purchase-card .elementor-element-6822e3a a::after {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	color: var(--ep-product-accent-dark);
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

/* Accessible scroll-snap carousel for real related products. */
body.single-product #ep-section-products {
	position: relative;
}

body.single-product #ep-section-products > h2 {
	padding-right: 96px;
}

body.single-product #ep-section-products .ep-related-products__controls {
	position: absolute;
	top: -3px;
	right: 0;
	display: flex;
	gap: 8px;
}

body.single-product #ep-section-products .ep-related-products__controls.is-static {
	display: none;
}

body.single-product #ep-section-products .ep-related-products__arrow {
	display: inline-flex;
	width: 38px;
	min-width: 38px;
	height: 38px;
	min-height: 38px;
	padding: 0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border: 1px solid #d6dfdb;
	border-radius: 50%;
	background: #fff;
	color: var(--ep-product-ink);
	box-shadow: 0 4px 12px rgba(20, 45, 37, .07);
	cursor: pointer;
}

body.single-product #ep-section-products .ep-related-products__arrow:hover,
body.single-product #ep-section-products .ep-related-products__arrow:focus-visible {
	border-color: var(--ep-product-accent);
	background: #f0faf6;
	color: var(--ep-product-accent-dark);
}

body.single-product #ep-section-products .ep-related-products__arrow:disabled {
	opacity: .35;
	cursor: default;
}

body.single-product #ep-section-products .ep-related-products__arrow span {
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

body.single-product #ep-section-products .ep-related-products__arrow--previous span {
	transform: translateX(2px) rotate(-135deg);
}

body.single-product #ep-section-products .ep-related-products__arrow--next span {
	transform: translateX(-2px) rotate(45deg);
}

body.single-product #ep-section-products.is-carousel-ready .products.wd-products {
	display: flex !important;
	width: 100%;
	padding: 2px 1px 6px;
	overflow-x: auto;
	overflow-y: hidden;
	grid-template-columns: none !important;
	gap: 16px !important;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
}

body.single-product #ep-section-products.is-carousel-ready .products.wd-products.is-dragging {
	scroll-behavior: auto;
	scroll-snap-type: none;
	cursor: grabbing;
	user-select: none;
}

body.single-product #ep-section-products.is-carousel-ready .products.wd-products::-webkit-scrollbar {
	display: none;
}

body.single-product #ep-section-products.is-carousel-ready .products.wd-products > .wd-product {
	width: auto !important;
	max-width: none !important;
	flex: 0 0 calc((100% - 48px) / 4) !important;
	scroll-snap-align: start;
}

@media (max-width: 1024px) {
	body.single-product.ep-product-layout-enhanced .ep-purchase-card {
		top: auto !important;
		margin-top: 98px !important;
	}

	body.single-product.ep-product-layout-enhanced .ep-purchase-card .ep-delivery-countdown {
		width: calc(100% + 34px) !important;
		margin: -110px -17px 18px !important;
		box-shadow: 0 7px 18px rgba(20, 45, 37, .09);
	}

	body.single-product #ep-section-products.is-carousel-ready .products.wd-products > .wd-product {
		flex-basis: calc((100% - 16px) / 2) !important;
	}
}

@media (max-width: 767px) {
	body.single-product #ep-section-specification .woocommerce-product-attributes tr {
		min-height: 44px;
		padding: 0 10px;
		grid-template-columns: minmax(0, 43%) minmax(0, 57%);
	}

	body.single-product #ep-section-specification .woocommerce-product-attributes th,
	body.single-product #ep-section-specification .woocommerce-product-attributes td {
		font-size: 13px;
		text-align: left !important;
	}

	body.single-product #ep-section-specification .woocommerce-product-attributes th {
		padding-right: 8px !important;
	}

	body.single-product #ep-section-specification .woocommerce-product-attributes td {
		padding-left: 8px !important;
	}

	body.single-product .ep-purchase-card .elementor-element-dab2b1d {
		grid-template-columns: 1fr;
		gap: 2px !important;
	}

	body.single-product .ep-purchase-card .elementor-element-5b81688 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px !important;
	}

	body.single-product .ep-purchase-card .elementor-element-fc72327,
	body.single-product .ep-purchase-card .elementor-element-da8e6a2 {
		padding: 5px 2px !important;
	}

	body.single-product .ep-purchase-card .elementor-element-d23abe8,
	body.single-product .ep-purchase-card .elementor-element-e59264f {
		min-height: 40px;
		padding: 4px 28px 4px 2px !important;
	}

	body.single-product #ep-section-products > h2 {
		padding-right: 88px;
	}

	body.single-product #ep-section-products .ep-related-products__arrow {
		width: 36px;
		height: 36px;
	}

	body.single-product #ep-section-products.is-carousel-ready .products.wd-products {
		gap: 12px !important;
		scroll-padding-left: 1px;
	}

	body.single-product #ep-section-products.is-carousel-ready .products.wd-products > .wd-product {
		flex-basis: min(78vw, 280px) !important;
	}
}

/* /Codex: product detail refinements 20260722 */
