/**
 * INTERLUX — the product page (templates/product.php, inc/product-page.php,
 * assets/js/product.js).
 *
 * The catalogue's vocabulary: a pale stage for the photographs, a gold kicker
 * over a serif title, white cards with soft depth, ink pill buttons and one
 * easing curve for every movement. The door configurator (WC Fields Factory)
 * keeps its own markup — its prices and checks rely on it — and is drawn here
 * as steps: sizes as chips, handles and accessories as cards.
 */

.ilx-pdp-page .ilx-site__content {
	padding-block: 0;
}

.ilx-main.ilx-pdp {
	max-width: none;
	margin: 0;
	padding: 0;
}

.ilx-pdp,
.ilx-pdp-viewer {
	--p-ink: #171714;
	--p-text: #3b3934;
	--p-muted: #8a857b;
	--p-soft: #b9b3a9;
	--p-wine: #8d2025;
	--p-gold: #c79d66;
	--p-gold-dark: #9f7442;
	--p-pale: #f5f3ed;
	--p-stage: #ece8e0;
	--p-line: rgba(23, 23, 20, .1);
	--p-line-soft: rgba(23, 23, 20, .06);
	--p-green: #3f7d57;
	--p-ease: cubic-bezier(.22, 1, .36, 1);
	--p-spring: cubic-bezier(.34, 1.56, .64, 1);
	--p-serif: Georgia, "Times New Roman", serif;
	--p-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--p-card: 0 1px 0 rgba(23, 23, 20, .03), 0 22px 48px -30px rgba(28, 24, 18, .28);
	--p-card-hover: 0 1px 0 rgba(23, 23, 20, .03), 0 28px 60px -30px rgba(28, 24, 18, .4);
	--p-top: 104px; /* the sticky gallery sits under the header (set by product.js) */

	/* The catalogue's cards (the collection at the foot) read these. */
	--cat-ink: var(--p-ink);
	--cat-text: var(--p-text);
	--cat-muted: var(--p-muted);
	--cat-soft: var(--p-soft);
	--cat-wine: var(--p-wine);
	--cat-gold: var(--p-gold);
	--cat-gold-dark: var(--p-gold-dark);
	--cat-pale: var(--p-pale);
	--cat-stage: var(--p-stage);
	--cat-line: var(--p-line);
	--cat-line-soft: var(--p-line-soft);
	--cat-green: var(--p-green);
	--cat-ease: var(--p-ease);
	--cat-serif: var(--p-serif);
	--cat-sans: var(--p-sans);
}

#ilx-main.ilx-pdp {
	background:
		radial-gradient(1000px 680px at 100% 0%, rgba(199, 157, 102, .14), transparent 70%) no-repeat,
		radial-gradient(760px 520px at 0% 120px, rgba(199, 157, 102, .07), transparent 70%) no-repeat,
		linear-gradient(180deg, var(--p-pale) 0, var(--p-pale) 420px, #fff 1100px) no-repeat;
	color: var(--p-text);
	font-family: var(--p-sans);
}

#ilx-main.ilx-pdp *,
#ilx-main.ilx-pdp *::before,
#ilx-main.ilx-pdp *::after {
	box-sizing: border-box;
}

.ilx-pdp__wrap {
	width: min(1360px, calc(100% - 64px));
	margin: 0 auto;
	padding-bottom: 96px;
}

.ilx-pdp__crumbs {
	padding: 26px 0 22px;
	animation: ilxPdpFade .8s var(--p-ease) both;
}

#ilx-main.ilx-pdp .ilx-breadcrumbs {
	margin: 0;
}

#ilx-main.ilx-pdp .ilx-breadcrumbs li {
	color: var(--p-muted);
	font-size: 12px;
	letter-spacing: .02em;
}

#ilx-main.ilx-pdp .ilx-breadcrumbs a {
	color: var(--p-muted);
	text-decoration: none;
	transition: color .3s ease;
}

#ilx-main.ilx-pdp .ilx-breadcrumbs a:hover {
	color: var(--p-ink);
}

#ilx-main.ilx-pdp .woocommerce-notices-wrapper:empty {
	display: none;
}

/* woocommerce.css lays div.product out in two columns (the provisional page
   before this one); here the composition is the page's own. */
#ilx-main.ilx-pdp div.ilx-pdp__product.product {
	display: block;
	margin: 0;
}

#ilx-main.ilx-pdp .wcff-fields-group {
	max-width: none;
	overflow: visible;
}

/* The theme's buttons are spaced capitals; the page's own read as words. */
#ilx-main.ilx-pdp button,
#ilx-main.ilx-pdp .button {
	letter-spacing: .01em;
	text-transform: none;
}

/* =========================================================================
 * The composition: photographs beside the summary
 * ====================================================================== */

.ilx-pdp__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
	gap: clamp(36px, 4.4vw, 80px);
	align-items: start;
}

/* ---------- gallery ---------- */

.ilx-pdp-gallery {
	position: sticky;
	top: calc(var(--p-top) + 12px);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	min-width: 0;
}

.ilx-pdp-gallery.has-many {
	grid-template-columns: 76px minmax(0, 1fr);
}

.ilx-pdp-gallery__stage {
	position: relative;
	order: 2;
	height: min(calc(100vh - var(--p-top) - 44px), 820px);
	min-height: 440px;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(90% 70% at 50% 8%, rgba(255, 255, 255, .7), transparent 72%),
		linear-gradient(160deg, #efebe3 0%, #e7e2d8 100%);
	box-shadow: inset 0 0 0 1px rgba(23, 23, 20, .04);
	isolation: isolate;
	animation: ilxPdpStage 1.2s var(--p-ease) both;
}

/* A floor for the door to stand on. */
.ilx-pdp-gallery__stage::after {
	content: "";
	position: absolute;
	right: 14%;
	bottom: 6%;
	left: 14%;
	z-index: -1;
	height: 34px;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(40, 32, 20, .16), transparent 75%);
	filter: blur(6px);
	pointer-events: none;
}

.ilx-pdp-gallery__track {
	display: flex;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	outline: 0;
	cursor: zoom-in;
}

.ilx-pdp-gallery__track::-webkit-scrollbar {
	display: none;
}

.ilx-pdp-slide {
	position: relative;
	display: grid;
	flex: 0 0 100%;
	grid-template: 100% / 100%;
	place-items: center;
	min-width: 0;
	height: 100%;
	margin: 0;
	scroll-snap-align: center;
	scroll-snap-stop: always;
}

/*
 * Each photograph at most a little over its own size: the originals run from
 * 200 to 1,600 px, and a small one blown up to the stage goes soft. Upright
 * ones are framed on the door, not on the white border of the file.
 */
.ilx-pdp-slide__photo {
	display: block;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	width: min(84%, calc(var(--w, 900) * 1.3px));
	height: min(86%, calc(var(--h, 900) * 1.3px));
	max-width: none;
	max-height: none;
	object-fit: contain;
	mix-blend-mode: multiply;
	opacity: calc(1 - var(--a, 0) * .55);
	transform: translateX(calc(var(--p, 0) * -8%)) scale(calc(1 - var(--a, 0) * .07));
	transition: opacity .2s linear;
	user-select: none;
	-webkit-user-drag: none;
}

.ilx-pdp-slide__photo.is-tall {
	height: min(84%, calc(var(--h, 900) * 1.3px));
	transform: translateX(calc(var(--p, 0) * -8%)) translateY(var(--ink-shift, 0)) scale(calc(var(--ink-scale, 1) * (1 - var(--a, 0) * .07)));
}

.ilx-pdp-slide.is-empty .ilx-pdp-slide__photo {
	max-width: 60%;
	opacity: .5;
}

/* The first photograph settles in as the page opens. */
.ilx-pdp-slide:first-child .ilx-pdp-slide__photo {
	animation: ilxPdpPhoto 1.4s .15s var(--p-ease) both;
}

.ilx-pdp-gallery__zoom,
.ilx-pdp-gallery__arrow {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	background: rgba(255, 255, 255, .62);
	color: var(--p-ink);
	-webkit-backdrop-filter: blur(14px) saturate(1.4);
	backdrop-filter: blur(14px) saturate(1.4);
	box-shadow: 0 10px 26px -14px rgba(28, 24, 18, .5);
	cursor: pointer;
	transition: transform .5s var(--p-ease), opacity .4s ease, background-color .3s ease;
}

.ilx-pdp-gallery__zoom svg,
.ilx-pdp-gallery__arrow svg {
	width: 20px;
	height: 20px;
}

.ilx-pdp-gallery__zoom {
	top: 18px;
	right: 18px;
}

.ilx-pdp-gallery__arrow {
	top: 50%;
	margin-top: -23px;
	opacity: 0;
}

.ilx-pdp-gallery__arrow.is-prev {
	left: 18px;
	transform: translateX(-10px);
}

.ilx-pdp-gallery__arrow.is-next {
	right: 18px;
	transform: translateX(10px);
}

.ilx-pdp-gallery__arrow:disabled {
	visibility: hidden;
}

.ilx-pdp-gallery__stage:hover .ilx-pdp-gallery__arrow,
.ilx-pdp-gallery__arrow:focus-visible {
	opacity: 1;
	transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.ilx-pdp-gallery__zoom:hover,
	.ilx-pdp-gallery__arrow:hover {
		background: #fff;
	}

	.ilx-pdp-gallery__zoom:hover {
		transform: scale(1.08);
	}
}

.ilx-pdp-gallery__count {
	position: absolute;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--p-ink);
	font: 600 12px/1 var(--p-sans);
	font-variant-numeric: tabular-nums;
	letter-spacing: .08em;
}

.ilx-pdp-gallery__count i {
	width: 26px;
	height: 1px;
	background: currentColor;
	opacity: .4;
}

.ilx-pdp-gallery__dots {
	display: none;
}

/* ---------- thumbnails ---------- */

.ilx-pdp-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	order: 1;
	max-height: min(calc(100vh - var(--p-top) - 44px), 820px);
	overflow-y: auto;
	scrollbar-width: none;
}

.ilx-pdp-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.ilx-pdp-thumb {
	position: relative;
	flex: none;
	width: 76px;
	height: 94px;
	padding: 8px;
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(160deg, #f1ede6, #e8e3d9);
	cursor: pointer;
	animation: ilxPdpUp .8s calc(.35s + var(--n, 0) * 60ms) var(--p-ease) both;
	transition: transform .5s var(--p-ease), box-shadow .5s var(--p-ease);
}

.ilx-pdp-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	opacity: .7;
	transition: opacity .4s ease;
}

.ilx-pdp-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1.5px var(--p-ink);
	opacity: 0;
	transform: scale(1.08);
	transition: opacity .4s ease, transform .5s var(--p-ease);
}

.ilx-pdp-thumb.is-current img {
	opacity: 1;
}

.ilx-pdp-thumb.is-current::after {
	opacity: 1;
	transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.ilx-pdp-thumb:hover {
		transform: translateY(-2px);
		box-shadow: 0 12px 24px -16px rgba(28, 24, 18, .45);
	}

	.ilx-pdp-thumb:hover img {
		opacity: 1;
	}
}

.ilx-pdp-thumb:focus-visible,
.ilx-pdp-gallery__track:focus-visible {
	outline: 2px solid var(--p-gold);
	outline-offset: 3px;
}

/* =========================================================================
 * The summary
 * ====================================================================== */

#ilx-main.ilx-pdp div.product div.summary.ilx-pdp__summary {
	float: none;
	width: auto;
	margin: 0;
}

.ilx-pdp__summary {
	display: flex;
	flex-direction: column;
	gap: 26px;
	min-width: 0;
	padding-top: 6px;
}

.ilx-pdp__summary > * {
	animation: ilxPdpUp .9s var(--p-ease) both;
}

.ilx-pdp__summary > :nth-child(1) { animation-delay: .1s; }
.ilx-pdp__summary > :nth-child(2) { animation-delay: .18s; }
.ilx-pdp__summary > :nth-child(3) { animation-delay: .26s; }
.ilx-pdp__summary > :nth-child(4) { animation-delay: .34s; }
.ilx-pdp__summary > :nth-child(n + 5) { animation-delay: .42s; }

.ilx-pdp__head {
	display: grid;
	gap: 14px;
}

.ilx-pdp__kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin: 0;
	font: 700 11px/1.3 var(--p-sans);
	letter-spacing: .2em;
	text-transform: uppercase;
}

.ilx-pdp__kicker a,
.ilx-pdp__kicker > span:first-child {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--p-gold-dark);
	text-decoration: none;
}

.ilx-pdp__kicker a::before,
.ilx-pdp__kicker > span:first-child::before {
	content: "";
	width: 22px;
	height: 1px;
	background: currentColor;
	transform-origin: left;
	animation: ilxPdpRule 1.1s .35s var(--p-ease) both;
}

.ilx-pdp__kicker a:hover {
	color: var(--p-ink);
}

.ilx-pdp__sku {
	color: var(--p-muted);
	font-weight: 500;
	letter-spacing: .12em;
}

.ilx-pdp__sku b {
	color: var(--p-text);
	font-weight: 600;
}

#ilx-main.ilx-pdp .ilx-pdp__title {
	margin: 0;
	color: var(--p-ink);
	font: 400 clamp(32px, 3vw, 48px)/1.06 var(--p-serif);
	letter-spacing: -.012em;
	text-wrap: balance;
	overflow-wrap: anywhere;
}

.ilx-pdp__lead {
	max-width: 56ch;
	margin: 0;
	color: var(--p-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* ---------- price and stock ---------- */

.ilx-pdp__buyline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	padding: 20px 0 22px;
	border-top: 1px solid var(--p-line);
	border-bottom: 1px solid var(--p-line);
}

.ilx-pdp__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 14px;
}

#ilx-main.ilx-pdp .ilx-pdp__price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 14px;
	margin: 0;
	color: var(--p-ink);
	font: 400 clamp(30px, 2.6vw, 40px)/1.1 var(--p-serif);
	letter-spacing: -.01em;
	font-variant-numeric: tabular-nums lining-nums;
}

#ilx-main.ilx-pdp .ilx-pdp__price .price .woocommerce-Price-currencySymbol {
	margin-left: 2px;
	font-size: .56em;
	letter-spacing: .04em;
}

#ilx-main.ilx-pdp .ilx-pdp__price .price del,
#ilx-main.ilx-pdp .ilx-pdp__price .price .ilx-pdp__was {
	order: 2;
	color: var(--p-soft);
	font-size: 18px;
	text-decoration-thickness: 1px;
	opacity: 1;
}

#ilx-main.ilx-pdp .ilx-pdp__price .price ins {
	text-decoration: none;
}

.ilx-pdp__price.is-counting .price {
	color: var(--p-gold-dark);
	transition: color .2s ease;
}

.ilx-pdp__price .price {
	transition: color .8s ease;
}

.ilx-pdp__price.is-ask .price {
	font-size: clamp(26px, 2.2vw, 32px);
}

.ilx-pdp__off {
	align-self: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--p-wine);
	color: #fff;
	font: 700 11px/1 var(--p-sans);
	letter-spacing: .06em;
}

.ilx-pdp__price-note {
	flex-basis: 100%;
	margin: -4px 0 0;
	color: var(--p-muted);
	font-size: 13px;
	line-height: 1.5;
}

.ilx-pdp__price-note[hidden] {
	display: none;
}

#ilx-main .ilx-pdp-stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 0 auto;
	padding: 7px 13px 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .8);
	box-shadow: inset 0 0 0 1px var(--p-line-soft);
	color: var(--p-text);
	font: 600 12px/1 var(--p-sans);
	letter-spacing: .02em;
	white-space: nowrap;
}

#ilx-main .ilx-pdp-stock__dot {
	position: relative;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--p-soft);
}

#ilx-main .ilx-pdp-stock.is-in .ilx-pdp-stock__dot {
	background: var(--p-green);
}

#ilx-main .ilx-pdp-stock.is-order .ilx-pdp-stock__dot {
	background: var(--p-gold);
}

#ilx-main .ilx-pdp-stock.is-in .ilx-pdp-stock__dot::after,
#ilx-main .ilx-pdp-stock.is-order .ilx-pdp-stock__dot::after {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	background: currentColor;
	color: inherit;
	opacity: 0;
	animation: ilxPdpPulse 2.4s ease-out infinite;
}

#ilx-main .ilx-pdp-stock.is-in .ilx-pdp-stock__dot::after {
	background: var(--p-green);
}

#ilx-main .ilx-pdp-stock.is-order .ilx-pdp-stock__dot::after {
	background: var(--p-gold);
}

/* The form's own stock line would say it a second time. */
#ilx-main .ilx-pdp__purchase > p.stock,
#ilx-main .ilx-pdp__purchase > .ilx-pdp-stock {
	display: none;
}

/* ---------- facts ---------- */

.ilx-pdp-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.ilx-pdp-facts__item {
	display: grid;
	gap: 6px;
	padding: 15px 16px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .72);
	box-shadow: inset 0 0 0 1px var(--p-line-soft);
	animation: ilxPdpUp .8s calc(.4s + var(--n, 0) * 70ms) var(--p-ease) both;
}

.ilx-pdp-facts dt {
	margin: 0;
	color: var(--p-muted);
	font: 700 10px/1.2 var(--p-sans);
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ilx-pdp-facts dd {
	margin: 0;
	color: var(--p-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.ilx-pdp-facts dd::first-letter {
	text-transform: uppercase;
}

/* =========================================================================
 * The purchase: the configurator, quantity and buttons
 * ====================================================================== */

.ilx-pdp__purchase {
	display: grid;
	gap: 14px;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase form.cart {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px 12px;
	margin: 0;
	padding: 0;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase form.cart > * {
	grid-column: 1 / -1;
	min-width: 0;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase form.cart > .quantity,
#ilx-main.ilx-pdp .ilx-pdp__purchase form.cart > .ilx-qty {
	grid-column: 1;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase form.cart > .single_add_to_cart_button {
	grid-column: 2;
}

/* ---------- the configurator card ---------- */

#ilx-main.ilx-pdp .wccpf-fields-container {
	margin: 0 0 6px;
	padding: 0;
	counter-reset: ilxstep;
}

#ilx-main.ilx-pdp .wccpf-fields-group-container,
#ilx-main.ilx-pdp .wcff-fields-group {
	margin: 0;
	padding: 0;
}

#ilx-main.ilx-pdp .wcff-fields-group {
	display: grid;
	gap: 12px;
}

.ilx-pdp-config__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 4px;
}

.ilx-pdp-config__title {
	margin: 0;
	color: var(--p-ink);
	font: 400 24px/1.1 var(--p-serif);
}

.ilx-pdp-config__title small {
	display: block;
	margin-bottom: 8px;
	color: var(--p-gold-dark);
	font: 700 10px/1 var(--p-sans);
	letter-spacing: .2em;
	text-transform: uppercase;
}

.ilx-pdp-config__reset {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--p-muted);
	font: 600 12px/1 var(--p-sans);
	cursor: pointer;
	transition: color .3s ease, background-color .3s ease, opacity .3s ease;
}

.ilx-pdp-config__reset svg {
	width: 15px;
	height: 15px;
	transition: transform .6s var(--p-ease);
}

.ilx-pdp-config__reset:disabled {
	opacity: .35;
	cursor: default;
}

@media (hover: hover) and (pointer: fine) {
	.ilx-pdp-config__reset:not(:disabled):hover {
		background: rgba(23, 23, 20, .05);
		color: var(--p-ink);
	}

	.ilx-pdp-config__reset:not(:disabled):hover svg {
		transform: rotate(-200deg);
	}
}

/* The configurator's notes: the reset links go (a button replaces them), the
   package becomes a note, "Opțiuni suplimentare" a section title. */
#ilx-main.ilx-pdp .wcff-label {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: var(--p-text);
	font-size: 14px;
}

#ilx-main.ilx-pdp .wcff-label.is-reset {
	display: none;
}

#ilx-main.ilx-pdp .wcff-label.is-package .wccpf-field.label {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

#ilx-main.ilx-pdp .wcff-label.is-package {
	display: block;
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(199, 157, 102, .14), rgba(199, 157, 102, .05));
	box-shadow: inset 0 0 0 1px rgba(199, 157, 102, .22);
}

.ilx-pdp-note__icon {
	flex: none;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	color: var(--p-gold-dark);
	box-shadow: 0 6px 16px -10px rgba(120, 90, 40, .6);
}

.ilx-pdp-note__icon svg {
	width: 18px;
	height: 18px;
}

.ilx-pdp-note__text {
	display: grid;
	gap: 4px;
	font-size: 13.5px;
	line-height: 1.5;
}

.ilx-pdp-note__text b {
	color: var(--p-ink);
	font-size: 13px;
	letter-spacing: .02em;
}

#ilx-main.ilx-pdp .wcff-label.is-extras {
	display: grid;
	gap: 6px;
	margin-top: 14px;
	padding-top: 22px;
	border-top: 1px solid var(--p-line);
}

#ilx-main.ilx-pdp .wcff-label.is-extras .ilx-pdp-note__text b {
	color: var(--p-ink);
	font: 400 20px/1.2 var(--p-serif);
	letter-spacing: 0;
}

#ilx-main.ilx-pdp .wcff-label.is-extras .ilx-pdp-note__text span {
	color: var(--p-muted);
	font-size: 13px;
}

/* The price breakdown the configurator prints under itself ("Cost Maner :
   lei30"): the page shows the choices with their prices instead. */
#ilx-main.ilx-pdp .wcff_pricing_rules_title_container {
	display: none !important;
}

/* ---------- a step ---------- */

#ilx-main.ilx-pdp table.wccpf_fields_table,
#ilx-main.ilx-pdp table.wccpf_fields_table tbody,
#ilx-main.ilx-pdp table.wccpf_fields_table tr,
#ilx-main.ilx-pdp table.wccpf_fields_table td {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
}

#ilx-main.ilx-pdp table.wccpf_fields_table {
	position: relative;
	padding: 18px 18px 18px;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--p-card);
	counter-increment: ilxstep;
	transition: box-shadow .5s var(--p-ease), transform .5s var(--p-ease);
}

#ilx-main.ilx-pdp table.wccpf_fields_table.is-invalid {
	box-shadow: 0 0 0 1.5px rgba(141, 32, 37, .55), var(--p-card);
	animation: ilxPdpShake .5s var(--p-ease);
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label {
	margin-bottom: 14px;
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--p-ink);
	font: 600 15px/1.25 var(--p-sans);
	cursor: default;
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label label::before {
	content: counter(ilxstep, decimal-leading-zero);
	display: grid;
	flex: none;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--p-pale);
	color: var(--p-gold-dark);
	font: 700 11px/1 var(--p-sans);
	letter-spacing: .04em;
	transition: background-color .5s var(--p-ease), color .5s var(--p-ease);
}

#ilx-main.ilx-pdp table.wccpf_fields_table.is-chosen td.wccpf_label label::before {
	background: var(--p-ink);
	color: #fff;
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label,
#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label label {
	width: 100%;
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label span {
	color: inherit;
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label .ilx-pdp-step__name {
	min-width: 0;
	color: var(--p-ink);
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label .ilx-pdp-step__tag {
	flex: none;
	color: var(--p-muted);
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label .ilx-pdp-step__value {
	flex: 0 1 auto;
	max-width: 50%;
	color: var(--p-muted);
}

#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label .ilx-pdp-step__value.is-set {
	color: var(--p-gold-dark);
}

/* The configurator's "*". */
#ilx-main.ilx-pdp table.wccpf_fields_table td.wccpf_label label > span:not([class]) {
	display: none;
}

.ilx-pdp-step__tag {
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--p-pale);
	color: var(--p-muted);
	font: 700 9.5px/1 var(--p-sans);
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ilx-pdp-step__value {
	margin-left: auto;
	overflow: hidden;
	color: var(--p-muted);
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ilx-pdp-step__value.is-set {
	color: var(--p-gold-dark);
	font-weight: 600;
	animation: ilxPdpValue .5s var(--p-ease);
}

#ilx-main.ilx-pdp .wccpf-validation-message {
	display: none !important;
}

.ilx-pdp-step__error {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 0;
	color: var(--p-wine);
	font-size: 13px;
	font-weight: 600;
	animation: ilxPdpUp .4s var(--p-ease) both;
}

.ilx-pdp-step__error::before {
	content: "!";
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--p-wine);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

/* ---------- the options ---------- */

#ilx-main.ilx-pdp ul.wccpf-field-layout-horizontal,
#ilx-main.ilx-pdp ul.wccpf-field-layout-vertical {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#ilx-main.ilx-pdp ul.wccpf-field-layout-horizontal li,
#ilx-main.ilx-pdp ul.wccpf-field-layout-vertical li {
	float: none;
	margin: 0;
	padding: 0;
}

/* Chips: sizes and the ticked extras. */
#ilx-main.ilx-pdp label.wcff-option-wrapper-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	margin: 0;
	padding: 11px 16px 11px 14px;
	border-radius: 14px;
	background: var(--p-pale);
	color: var(--p-ink);
	font: 600 14px/1.25 var(--p-sans);
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: background-color .35s ease, box-shadow .45s var(--p-ease), color .3s ease, transform .45s var(--p-spring);
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label input,
#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper input[type="radio"] {
	/* Still "visible" to the configurator (it prices only visible fields);
	   drawn by the label instead. */
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	opacity: 0;
	pointer-events: none;
}

.ilx-pdp-mark {
	position: relative;
	display: grid;
	flex: none;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1.5px rgba(23, 23, 20, .22);
	transition: background-color .35s ease, box-shadow .35s ease;
}

.ilx-pdp-mark.is-box {
	border-radius: 6px;
}

.ilx-pdp-mark svg {
	width: 13px;
	height: 13px;
	color: #fff;
	stroke-dasharray: 20;
	stroke-dashoffset: 20;
	transition: stroke-dashoffset .45s .05s var(--p-ease);
}

.ilx-pdp-opt__price {
	color: var(--p-muted);
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
}

.ilx-pdp-opt__price.is-free {
	color: var(--p-green);
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label:has(input:checked),
#ilx-main.ilx-pdp label.wcff-option-wrapper-label.is-checked {
	background: #fff;
	box-shadow: inset 0 0 0 1.5px var(--p-ink), 0 10px 22px -16px rgba(28, 24, 18, .5);
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label:has(input:checked) .ilx-pdp-mark,
#ilx-main.ilx-pdp label.wcff-option-wrapper-label.is-checked .ilx-pdp-mark {
	background: var(--p-ink);
	box-shadow: none;
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label:has(input:checked) .ilx-pdp-mark svg,
#ilx-main.ilx-pdp label.wcff-option-wrapper-label.is-checked .ilx-pdp-mark svg,
#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:has(input:checked) .ilx-pdp-mark svg,
#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper.active .ilx-pdp-mark svg {
	stroke-dashoffset: 0;
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label:active {
	transform: scale(.97);
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label:focus-within {
	outline: 2px solid var(--p-gold);
	outline-offset: 2px;
}

#ilx-main.ilx-pdp label.wcff-option-wrapper-label:has(input:focus:not(:focus-visible)) {
	outline: 0;
}

@media (hover: hover) and (pointer: fine) {
	#ilx-main.ilx-pdp label.wcff-option-wrapper-label:hover {
		background: #fff;
		box-shadow: inset 0 0 0 1px rgba(23, 23, 20, .18);
	}

	#ilx-main.ilx-pdp label.wcff-option-wrapper-label:has(input:checked):hover {
		box-shadow: inset 0 0 0 1.5px var(--p-ink), 0 10px 22px -16px rgba(28, 24, 18, .5);
	}
}

/* Cards: handles and accessories, each with its photograph. */
#ilx-main.ilx-pdp ul.wccpf-image-radio-choices-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
	gap: 10px;
}

#ilx-main.ilx-pdp ul.wccpf-image-radio-choices-container li {
	margin: 0;
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 8px 8px 12px;
	border: 0;
	border-radius: 18px;
	background: var(--p-pale);
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: background-color .35s ease, box-shadow .45s var(--p-ease), transform .45s var(--p-spring);
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper img {
	width: 100%;
	height: auto !important;
	aspect-ratio: 1;
	margin: 0 0 10px;
	padding: 8px;
	border-radius: 12px;
	background: #fff;
	object-fit: contain;
	transition: transform .7s var(--p-ease);
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper p {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0 4px;
	color: var(--p-ink);
	font: 600 12.5px/1.3 var(--p-sans);
	text-align: left;
	white-space: normal;
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper .ilx-pdp-mark {
	position: absolute;
	top: 14px;
	right: 14px;
	opacity: 0;
	transform: scale(.4);
	transition: opacity .3s ease, transform .5s var(--p-spring), background-color .3s ease;
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:has(input:checked),
#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper.active {
	background: #fff;
	box-shadow: inset 0 0 0 1.5px var(--p-ink), 0 16px 30px -20px rgba(28, 24, 18, .55);
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:has(input:checked) .ilx-pdp-mark,
#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper.active .ilx-pdp-mark {
	background: var(--p-ink);
	box-shadow: none;
	opacity: 1;
	transform: none;
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:has(input:checked) img,
#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper.active img {
	background: var(--p-pale);
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:active {
	transform: scale(.97);
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:focus-within {
	outline: 2px solid var(--p-gold);
	outline-offset: 2px;
}

#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:has(input:focus:not(:focus-visible)) {
	outline: 0;
}

@media (hover: hover) and (pointer: fine) {
	#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:hover {
		background: #fff;
		box-shadow: inset 0 0 0 1px rgba(23, 23, 20, .16), 0 14px 26px -20px rgba(28, 24, 18, .45);
	}

	#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:hover img {
		transform: scale(1.05);
	}

	#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper:has(input:checked):hover,
	#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper.active:hover {
		box-shadow: inset 0 0 0 1.5px var(--p-ink), 0 16px 30px -20px rgba(28, 24, 18, .55);
	}
}

/* ---------- variations (WooCommerce's selects, drawn as chips) ---------- */

#ilx-main.ilx-pdp table.variations,
#ilx-main.ilx-pdp table.variations tbody,
#ilx-main.ilx-pdp table.variations tr,
#ilx-main.ilx-pdp table.variations th,
#ilx-main.ilx-pdp table.variations td {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
}

#ilx-main.ilx-pdp table.variations tr {
	padding: 18px;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--p-card);
}

#ilx-main.ilx-pdp table.variations tr + tr {
	margin-top: 12px;
}

#ilx-main.ilx-pdp table.variations th.label {
	margin-bottom: 12px;
}

#ilx-main.ilx-pdp table.variations th.label label {
	color: var(--p-ink);
	font: 600 15px/1.25 var(--p-sans);
}

#ilx-main.ilx-pdp table.variations select.ilx-pdp-select-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.ilx-pdp-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ilx-pdp-chip {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 14px;
	background: var(--p-pale);
	color: var(--p-ink);
	font: 600 14px/1.2 var(--p-sans);
	cursor: pointer;
	transition: background-color .35s ease, box-shadow .45s var(--p-ease), opacity .3s ease, transform .45s var(--p-spring);
}

.ilx-pdp-chip.is-current {
	background: #fff;
	box-shadow: inset 0 0 0 1.5px var(--p-ink);
}

.ilx-pdp-chip:disabled {
	opacity: .35;
	text-decoration: line-through;
	cursor: not-allowed;
}

.ilx-pdp-chip:active {
	transform: scale(.97);
}

#ilx-main.ilx-pdp .reset_variations {
	display: inline-block;
	margin-top: 12px;
	color: var(--p-muted);
	font-size: 12px;
	font-weight: 600;
}

#ilx-main.ilx-pdp .single_variation_wrap .woocommerce-variation-price .price {
	margin: 0 0 12px;
	color: var(--p-ink);
	font: 400 26px/1.1 var(--p-serif);
}

#ilx-main.ilx-pdp .variations_form p.stock.out-of-stock,
#ilx-main.ilx-pdp .woocommerce-variation-availability p.stock {
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(23, 23, 20, .04);
	color: var(--p-text);
	font-size: 13.5px;
	line-height: 1.5;
}

/* ---------- the chosen configuration ---------- */

.ilx-pdp-summary {
	display: grid;
	gap: 12px;
	padding: 18px 20px;
	border-radius: 20px;
	background: var(--p-ink);
	color: #fff;
	animation: ilxPdpUp .6s var(--p-ease) both;
}

.ilx-pdp-summary[hidden] {
	display: none;
}

.ilx-pdp-summary__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	color: rgba(255, 255, 255, .6);
	font: 700 10px/1 var(--p-sans);
	letter-spacing: .2em;
	text-transform: uppercase;
}

.ilx-pdp-summary__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ilx-pdp-summary__list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 12.5px;
	font-weight: 500;
	animation: ilxPdpChip .5s var(--p-spring) both;
}

.ilx-pdp-summary__list li b {
	color: rgba(255, 255, 255, .55);
	font-weight: 500;
}

.ilx-pdp-summary__list li i {
	color: var(--p-gold);
	font-style: normal;
	font-weight: 700;
}

/* ---------- quantity and "Adaugă în coș" ---------- */

/* The number field gives way to the stepper once the stepper is there. */
#ilx-main.ilx-pdp .ilx-pdp__purchase .quantity.is-enhanced {
	display: none;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase .quantity:not(.is-enhanced) .qty {
	width: 84px;
	height: 60px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--p-line);
	text-align: center;
}

/* Sold one at a time: the button takes the whole row. */
#ilx-main.ilx-pdp .ilx-pdp__purchase form.cart:not(:has(.ilx-qty, .quantity:not(.is-enhanced))) > .single_add_to_cart_button {
	grid-column: 1 / -1;
}

#ilx-main.ilx-pdp .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px 12px;
	margin-top: 14px;
}

/* As in the plain form: the configurator and its summary across the row,
   the stepper and the button side by side under them. */
#ilx-main.ilx-pdp .woocommerce-variation-add-to-cart > * {
	grid-column: 1 / -1;
	min-width: 0;
}

#ilx-main.ilx-pdp .woocommerce-variation-add-to-cart > .quantity,
#ilx-main.ilx-pdp .woocommerce-variation-add-to-cart > .ilx-qty {
	grid-column: 1;
}

#ilx-main.ilx-pdp .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
	grid-column: 2;
}

#ilx-main.ilx-pdp .ilx-pdp-request {
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(23, 23, 20, .04);
	color: var(--p-text);
	font-size: 13.5px;
	line-height: 1.5;
}

#ilx-main.ilx-pdp table.variations select {
	width: 100%;
	min-height: 48px;
	padding: 0 40px 0 16px;
	border: 0;
	border-radius: 14px;
	background: var(--p-pale) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m7 10 5 5 5-5' stroke='%23171714' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 14px center / 18px no-repeat;
	color: var(--p-ink);
	font: 600 14px/1 var(--p-sans);
	-webkit-appearance: none;
	appearance: none;
}

.ilx-qty {
	display: inline-grid;
	grid-template-columns: 44px 42px 44px;
	align-items: center;
	height: 60px;
	padding: 0 4px;
	border-radius: 999px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--p-line);
	user-select: none;
}

.ilx-qty__step {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--p-ink);
	cursor: pointer;
	transition: background-color .3s ease, opacity .3s ease, transform .3s var(--p-spring);
}

.ilx-qty__step svg {
	width: 16px;
	height: 16px;
}

.ilx-qty__step:disabled {
	opacity: .3;
	cursor: default;
}

.ilx-qty__step:not(:disabled):active {
	transform: scale(.88);
}

@media (hover: hover) and (pointer: fine) {
	.ilx-qty__step:not(:disabled):hover {
		background: var(--p-pale);
	}
}

.ilx-qty__value {
	overflow: hidden;
	color: var(--p-ink);
	font: 600 16px/1 var(--p-sans);
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.ilx-qty__value span {
	display: inline-block;
	animation: ilxPdpDigit .35s var(--p-ease);
}

#ilx-main.ilx-pdp .single_add_to_cart_button,
#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button.is-primary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 60px;
	margin: 0;
	padding: 0 28px;
	overflow: hidden;
	border: 0;
	border-radius: 999px;
	background: var(--p-ink);
	color: #fff;
	font: 600 15px/1 var(--p-sans);
	letter-spacing: .02em;
	text-transform: none;
	box-shadow: 0 18px 34px -20px rgba(23, 23, 20, .7);
	cursor: pointer;
	isolation: isolate;
	transition: background-color .4s ease, box-shadow .5s var(--p-ease), transform .5s var(--p-ease);
}

#ilx-main.ilx-pdp .single_add_to_cart_button svg,
#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button.is-primary svg {
	width: 18px;
	height: 18px;
	transition: transform .5s var(--p-ease);
}

/* A slow gleam across the button. */
#ilx-main.ilx-pdp .single_add_to_cart_button::after,
#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button.is-primary::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60%;
	z-index: -1;
	width: 40%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .18), transparent);
	transform: skewX(-18deg);
	animation: ilxPdpGleam 5.5s 2s ease-in-out infinite;
}

@media (hover: hover) and (pointer: fine) {
	#ilx-main.ilx-pdp .single_add_to_cart_button:hover,
	#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button.is-primary:hover {
		background: #2a2925;
		color: #fff;
		box-shadow: 0 22px 40px -20px rgba(23, 23, 20, .8);
		transform: translateY(-2px);
	}

	#ilx-main.ilx-pdp .single_add_to_cart_button:hover svg,
	#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button.is-primary:hover svg {
		transform: translateX(4px);
	}
}

#ilx-main.ilx-pdp .single_add_to_cart_button:active {
	transform: scale(.985);
}

#ilx-main.ilx-pdp .single_add_to_cart_button:focus-visible,
#ilx-main.ilx-pdp .wc_email_inquiry_button:focus-visible {
	outline: 2px solid var(--p-gold);
	outline-offset: 3px;
}

#ilx-main.ilx-pdp .single_add_to_cart_button.disabled,
#ilx-main.ilx-pdp .single_add_to_cart_button:disabled {
	opacity: .45;
	cursor: not-allowed;
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-loading {
	pointer-events: none;
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-loading .ilx-btn__label,
#ilx-main.ilx-pdp .single_add_to_cart_button.is-loading svg {
	opacity: 0;
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-loading::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border: 2px solid rgba(255, 255, 255, .25);
	border-top-color: #fff;
	border-radius: 50%;
	animation: ilxPdpSpin .8s linear infinite;
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-added {
	background: var(--p-green);
	pointer-events: none;
}

.ilx-btn__done {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .35s ease, transform .5s var(--p-ease);
}

.ilx-btn__done svg {
	stroke-dasharray: 24;
	stroke-dashoffset: 24;
	transition: stroke-dashoffset .6s .15s var(--p-ease);
}

.ilx-btn__label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	transition: opacity .3s ease, transform .5s var(--p-ease);
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-added .ilx-btn__label,
#ilx-main.ilx-pdp .single_add_to_cart_button.is-added > svg {
	opacity: 0;
	transform: translateY(-12px);
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-added .ilx-btn__done {
	opacity: 1;
	transform: none;
}

#ilx-main.ilx-pdp .single_add_to_cart_button.is-added .ilx-btn__done svg {
	stroke-dashoffset: 0;
}

/* "Cere ofertă": a quiet second button beside the purchase; the first one
   where the product has no price. */
/* The inquiry plugin's stylesheet sets its button with !important (red, 3px
   corners, Arial); on this page it takes the page's look. */
#ilx-main.ilx-pdp .wc_email_inquiry_button_container {
	display: block;
	margin: 0 !important;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--p-ink) !important;
	font: 600 14px/1 var(--p-sans) !important;
	letter-spacing: .02em;
	text-transform: none;
	text-shadow: none;
	box-shadow: inset 0 0 0 1px rgba(23, 23, 20, .22) !important;
	cursor: pointer;
	transition: box-shadow .4s var(--p-ease), background-color .3s ease;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button svg {
	width: 17px;
	height: 17px;
}

#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button.is-primary {
	min-height: 60px;
	background: var(--p-ink) !important;
	color: #fff !important;
	font-size: 15px !important;
	box-shadow: 0 18px 34px -20px rgba(23, 23, 20, .7) !important;
}

@media (hover: hover) and (pointer: fine) {
	#ilx-main.ilx-pdp .ilx-pdp__purchase .wc_email_inquiry_button:not(.is-primary):hover {
		background: #fff !important;
		box-shadow: inset 0 0 0 1.5px var(--p-ink) !important;
	}
}

/* ---------- a refusal ---------- */

.ilx-pdp-alert {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(141, 32, 37, .06);
	box-shadow: inset 0 0 0 1px rgba(141, 32, 37, .18);
	color: var(--p-wine);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.45;
	animation: ilxPdpUp .5s var(--p-ease) both;
}

.ilx-pdp-alert[hidden] {
	display: none;
}

/* ---------- added to the cart ---------- */

.ilx-pdp-added:empty {
	display: none;
}

.ilx-pdp-added__card {
	position: relative;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 16px;
	padding: 18px;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(63, 125, 87, .25), 0 24px 50px -32px rgba(28, 60, 40, .55);
	animation: ilxPdpAdded .8s var(--p-ease) both;
}

.ilx-pdp-added__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: var(--p-green);
	animation: ilxPdpLine 1.1s .2s var(--p-ease) both;
}

.ilx-pdp-added__media {
	position: relative;
	width: 64px;
	height: 80px;
	border-radius: 14px;
	background: var(--p-pale);
}

.ilx-pdp-added__media img {
	width: 100%;
	height: 100%;
	padding: 6px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.ilx-pdp-added__tick {
	position: absolute;
	right: -7px;
	bottom: -7px;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--p-green);
	color: #fff;
	animation: ilxPdpPop .6s .35s var(--p-spring) both;
}

.ilx-pdp-added__tick svg {
	width: 14px;
	height: 14px;
}

.ilx-pdp-added__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.ilx-pdp-added__title {
	margin: 0;
	color: var(--p-green);
	font: 700 11px/1.2 var(--p-sans);
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ilx-pdp-added__name {
	margin: 0;
	color: var(--p-ink);
	font: 400 18px/1.25 var(--p-serif);
}

.ilx-pdp-added__meta {
	margin: 0;
	color: var(--p-muted);
	font-size: 12.5px;
	line-height: 1.5;
}

.ilx-pdp-added__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 1 / -1;
	margin-top: 4px;
}

.ilx-pdp-added__actions a {
	display: inline-flex;
	flex: 1 1 160px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color .3s ease, box-shadow .3s ease, transform .4s var(--p-ease);
}

.ilx-pdp-added__actions a svg {
	width: 16px;
	height: 16px;
}

.ilx-pdp-added__actions .is-main {
	background: var(--p-ink);
	color: #fff;
}

.ilx-pdp-added__actions .is-quiet {
	box-shadow: inset 0 0 0 1px rgba(23, 23, 20, .2);
	color: var(--p-ink);
}

@media (hover: hover) and (pointer: fine) {
	.ilx-pdp-added__actions a:hover {
		transform: translateY(-1px);
	}

	.ilx-pdp-added__actions .is-main:hover {
		background: #2a2925;
		color: #fff;
	}
}

/* ---------- reassurance ---------- */

.ilx-pdp-assure {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 4px 0 0;
	list-style: none;
}

.ilx-pdp-assure li {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid var(--p-line-soft);
}

.ilx-pdp-assure li:first-child {
	border-top: 0;
}

.ilx-pdp-assure svg {
	flex: none;
	width: 22px;
	height: 22px;
	color: var(--p-gold-dark);
}

.ilx-pdp-assure span {
	display: grid;
	gap: 2px;
	color: var(--p-muted);
	font-size: 13px;
	line-height: 1.4;
}

.ilx-pdp-assure b {
	color: var(--p-ink);
	font-size: 13.5px;
	font-weight: 600;
}

.ilx-pdp-assure a {
	color: var(--p-ink);
	font-weight: 600;
	text-decoration: none;
	background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
	transition: background-size .5s var(--p-ease);
}

.ilx-pdp-assure a:hover {
	background-size: 100% 1px;
}

/* =========================================================================
 * About the product: tabs
 * ====================================================================== */

.ilx-pdp-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	color: var(--p-gold-dark);
	font: 700 11px/1 var(--p-sans);
	letter-spacing: .22em;
	text-transform: uppercase;
}

.ilx-pdp-eyebrow::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
}

.ilx-pdp-details {
	margin-top: clamp(72px, 8vw, 120px);
	padding: clamp(28px, 4vw, 56px);
	border-radius: 34px;
	background: #fff;
	box-shadow: var(--p-card);
}

.ilx-pdp-details__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 28px;
	margin-bottom: clamp(26px, 3vw, 40px);
}

.ilx-pdp-details__head .ilx-pdp-eyebrow {
	margin: 0;
}

.ilx-pdp-details__title {
	margin: 0;
	color: var(--p-ink);
	font: 400 30px/1.1 var(--p-serif);
}

.ilx-pdp-tabs {
	position: relative;
	display: inline-flex;
	gap: 4px;
	padding: 5px;
	border-radius: 999px;
	background: var(--p-pale);
	isolation: isolate;
}

.ilx-pdp-tabs__tab {
	position: relative;
	z-index: 1;
	min-height: 42px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--p-muted);
	font: 600 13.5px/1 var(--p-sans);
	cursor: pointer;
	transition: color .4s ease;
}

.ilx-pdp-tabs__tab.is-current {
	color: var(--p-ink);
}

.ilx-pdp-tabs__tab:focus-visible {
	outline: 2px solid var(--p-gold);
	outline-offset: 2px;
}

.ilx-pdp-tabs__ink {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	z-index: 0;
	width: var(--w, 0);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 6px 16px -10px rgba(28, 24, 18, .4);
	transform: translateX(var(--x, 5px));
	transition: transform .6s var(--p-ease), width .6s var(--p-ease);
}

.ilx-pdp-panel[hidden] {
	display: none;
}

.ilx-pdp-panel.is-entering {
	animation: ilxPdpUp .6s var(--p-ease) both;
}

.ilx-pdp-panel__body {
	color: var(--p-text);
	font-size: 15px;
	line-height: 1.75;
}

.ilx-pdp-panel__body > :first-child {
	margin-top: 0;
}

.ilx-pdp-panel__body h1,
.ilx-pdp-panel__body h2,
.ilx-pdp-panel__body h3,
.ilx-pdp-panel__body h4 {
	margin: 1.6em 0 .6em;
	color: var(--p-ink);
	font-family: var(--p-serif);
	font-weight: 400;
	line-height: 1.2;
}

.ilx-pdp-panel__body h2 {
	font-size: 26px;
}

.ilx-pdp-panel__body h3,
.ilx-pdp-panel__body h4 {
	font-size: 20px;
}

.ilx-pdp-panel__body p {
	max-width: 76ch;
	margin: 0 0 1em;
}

.ilx-pdp-panel__body ul {
	margin: 0 0 1.2em;
	padding: 0;
	list-style: none;
}

.ilx-pdp-panel__body ul li {
	position: relative;
	margin: 0;
	padding: 9px 0 9px 22px;
	border-bottom: 1px solid var(--p-line-soft);
}

.ilx-pdp-panel__body ul li::before {
	content: "";
	position: absolute;
	top: 1.15em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--p-gold);
}

.ilx-pdp-panel__body img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.ilx-pdp-panel__body table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.4em;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed; /* the builder's tables of photographs share the width, never widen it */
}

.ilx-pdp-panel__body td img,
.ilx-pdp-panel__body th img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.ilx-pdp-panel__body td,
.ilx-pdp-panel__body th {
	overflow-wrap: anywhere;
}

.ilx-pdp-panel__body td,
.ilx-pdp-panel__body th {
	padding: 10px;
	border: 0;
	vertical-align: top;
	text-align: center;
}

/* The builder's rows keep their columns but not its old spacing. */
.ilx-pdp-panel__body .vc_row {
	margin-left: -14px;
	margin-right: -14px;
}

.ilx-pdp-panel__body .vc_column-inner {
	padding-left: 14px !important;
	padding-right: 14px !important;
}

.ilx-pdp-panel__body .ilx-section-title__text {
	color: var(--p-ink);
	font: 400 24px/1.2 var(--p-serif);
}

/* Specifications: the attributes as a quiet two-column list. */
#ilx-main.ilx-pdp .woocommerce-product-attributes {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

#ilx-main.ilx-pdp .woocommerce-product-attributes tr {
	border-top: 1px solid var(--p-line-soft);
}

#ilx-main.ilx-pdp .woocommerce-product-attributes tr:first-child {
	border-top: 0;
}

#ilx-main.ilx-pdp .woocommerce-product-attributes th,
#ilx-main.ilx-pdp .woocommerce-product-attributes td {
	padding: 16px 0;
	border: 0;
	background: none;
	text-align: left;
	vertical-align: baseline;
}

#ilx-main.ilx-pdp .woocommerce-product-attributes th {
	width: 34%;
	padding-right: 24px;
	color: var(--p-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

#ilx-main.ilx-pdp .woocommerce-product-attributes td {
	color: var(--p-ink);
	font-size: 15px;
	font-style: normal;
}

#ilx-main.ilx-pdp .woocommerce-product-attributes td p {
	margin: 0;
}

/* =========================================================================
 * The collection
 * ====================================================================== */

.ilx-pdp-more {
	margin-top: clamp(72px, 8vw, 120px);
}

.ilx-pdp-more__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px 28px;
	margin-bottom: 30px;
}

.ilx-pdp-more__title {
	margin: 0;
	color: var(--p-ink);
	font: 400 clamp(28px, 2.6vw, 40px)/1.1 var(--p-serif);
}

.ilx-pdp-more__nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ilx-pdp-more__all {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-right: 10px;
	color: var(--p-ink);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.ilx-pdp-more__all svg {
	width: 17px;
	height: 17px;
	transition: transform .5s var(--p-ease);
}

.ilx-pdp-more__all:hover svg {
	transform: translateX(4px);
}

.ilx-pdp-more__arrow {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--p-ink);
	box-shadow: inset 0 0 0 1px var(--p-line);
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease, opacity .3s ease;
}

.ilx-pdp-more__arrow svg {
	width: 20px;
	height: 20px;
}

.ilx-pdp-more__arrow:disabled {
	opacity: .35;
	cursor: default;
}

@media (hover: hover) and (pointer: fine) {
	.ilx-pdp-more__arrow:not(:disabled):hover {
		background: var(--p-ink);
		color: #fff;
	}
}

.ilx-pdp-more__rail {
	display: grid;
	grid-auto-columns: calc((100% - 3 * 24px) / 4);
	grid-auto-flow: column;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-bottom: 6px;
}

.ilx-pdp-more__rail::-webkit-scrollbar {
	display: none;
}

.ilx-pdp-more__rail .ilx-card {
	scroll-snap-align: start;
	animation: none;
}

/* =========================================================================
 * The phone's bar
 * ====================================================================== */

.ilx-pdp-bar {
	display: none;
}

/* =========================================================================
 * The photographs, full screen
 * ====================================================================== */

.ilx-pdp-viewer {
	position: fixed;
	inset: 0;
	z-index: 1300;
	display: grid;
	place-items: center;
	background: rgba(245, 243, 237, .97);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity .45s var(--p-ease);
}

.ilx-pdp-viewer[hidden] {
	display: none;
}

.ilx-pdp-viewer.is-open {
	opacity: 1;
}

.ilx-pdp-viewer__stage {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: zoom-in;
	touch-action: pan-y pinch-zoom;
}

.ilx-pdp-viewer.is-zoomed .ilx-pdp-viewer__stage {
	cursor: zoom-out;
}

.ilx-pdp-viewer__photo {
	max-width: min(92vw, calc(var(--w, 1200) * 1px));
	max-height: min(88vh, calc(var(--h, 1200) * 1px));
	object-fit: contain;
	mix-blend-mode: multiply;
	transform: scale(.94);
	transform-origin: var(--ox, 50%) var(--oy, 50%);
	transition: transform .6s var(--p-ease), opacity .35s ease;
	user-select: none;
	-webkit-user-drag: none;
}

.ilx-pdp-viewer.is-open .ilx-pdp-viewer__photo {
	transform: none;
}

.ilx-pdp-viewer.is-zoomed .ilx-pdp-viewer__photo {
	transform: scale(var(--zoom, 2));
}

.ilx-pdp-viewer__photo.is-swapping {
	opacity: 0;
}

.ilx-pdp-viewer__close,
.ilx-pdp-viewer__arrow {
	position: absolute;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--p-ink);
	box-shadow: 0 12px 30px -18px rgba(28, 24, 18, .55);
	cursor: pointer;
	transition: transform .4s var(--p-ease), background-color .3s ease;
}

.ilx-pdp-viewer__close svg,
.ilx-pdp-viewer__arrow svg {
	width: 22px;
	height: 22px;
}

.ilx-pdp-viewer__close {
	top: 22px;
	right: 22px;
}

.ilx-pdp-viewer__close:hover {
	transform: rotate(90deg);
}

.ilx-pdp-viewer__arrow {
	top: 50%;
	margin-top: -26px;
}

.ilx-pdp-viewer__arrow.is-prev {
	left: 22px;
}

.ilx-pdp-viewer__arrow.is-next {
	right: 22px;
}

.ilx-pdp-viewer__count {
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin: 0;
	color: var(--p-ink);
	font: 600 13px/1 var(--p-sans);
	letter-spacing: .1em;
	transform: translateX(-50%);
}

html.ilx-pdp-viewing {
	overflow: hidden;
}

/* =========================================================================
 * "Cere ofertă": the inquiry window
 *
 * The plugin prints a Bootstrap modal with its own sheet, !important
 * throughout (red button, Arial, labels floated beside 73% fields); on the
 * product page it takes the page's look.
 * ====================================================================== */

body.ilx-pdp-page .modal-backdrop.show {
	background: #171714;
	opacity: .5;
}

body.ilx-pdp-page #wc_email_inquiry_modal .modal-dialog {
	max-width: 560px;
	margin: 6vh auto !important;
	padding: 0 16px;
}

body.ilx-pdp-page #wc_email_inquiry_modal .modal-content {
	overflow: hidden;
	border: 0;
	border-radius: 28px;
	background: #fff !important;
	box-shadow: 0 40px 90px -40px rgba(23, 23, 20, .6);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ilx-pdp-page #wc_email_inquiry_modal.show .modal-content {
	animation: ilxPdpAdded .6s cubic-bezier(.22, 1, .36, 1) both;
}

body.ilx-pdp-page #wc_email_inquiry_modal .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 30px 6px;
	border: 0;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_result_heading {
	color: #171714 !important;
	font: 400 28px/1.15 Georgia, "Times New Roman", serif !important;
	text-transform: none;
}

body.ilx-pdp-page #wc_email_inquiry_modal .close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #f5f3ed;
	color: #171714;
	font-size: 22px;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
	cursor: pointer;
	transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

body.ilx-pdp-page #wc_email_inquiry_modal .close:hover {
	transform: rotate(90deg);
}

body.ilx-pdp-page #wc_email_inquiry_modal .modal-body {
	padding: 6px 30px 30px;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_form > div {
	padding: 0 !important;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_form,
body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field {
	color: #3b3934 !important;
	font: 400 14px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_form * {
	box-sizing: border-box !important;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field {
	display: grid;
	gap: 7px;
	margin: 0 0 14px;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field.is-spacer {
	display: none;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_label {
	float: none;
	width: auto;
	color: #8a857b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_required {
	color: #8d2025;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field input[type="text"],
body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field textarea {
	display: block;
	width: 100% !important;
	height: 50px;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background-color: #f5f3ed !important;
	box-shadow: inset 0 0 0 1px rgba(23, 23, 20, .06) !important;
	color: #171714 !important;
	font: 500 15px/1.4 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	transition: box-shadow .3s ease, background-color .3s ease;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field textarea {
	height: 116px;
	padding: 14px 16px !important;
	resize: vertical;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field input[type="text"]:focus,
body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field textarea:focus {
	outline: 0;
	background-color: #fff !important;
	box-shadow: inset 0 0 0 1.5px #c79d66, 0 0 0 4px rgba(199, 157, 102, .15) !important;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_subject {
	display: block;
	width: auto;
	color: #171714 !important;
	font: 600 15px/1.4 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_field a {
	color: #171714;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_send_copy {
	display: flex;
	float: none;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	line-height: 1.45;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_send_copy input {
	flex: none;
	width: 18px !important;
	height: 18px;
	margin: 1px 0 0 !important;
	accent-color: #171714;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_form_button {
	display: flex !important;
	float: none !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin: 6px 0 0 !important;
	padding: 0 24px !important;
	border-radius: 999px !important;
	background: #171714 !important;
	box-shadow: 0 18px 34px -20px rgba(23, 23, 20, .7) !important;
	color: #fff !important;
	font: 600 15px/1 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	letter-spacing: .02em;
	text-shadow: none;
	transition: background-color .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_form_button:hover {
	background: #2a2925 !important;
	transform: translateY(-1px);
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_loading {
	float: none;
	margin: 12px auto 0;
	text-align: center;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_notification_message {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.5;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_success_message {
	background: rgba(63, 125, 87, .08);
	color: #2f6445;
}

body.ilx-pdp-page #wc_email_inquiry_modal .wc_email_inquiry_error_message {
	background: rgba(141, 32, 37, .06);
	color: #8d2025;
}

@media (max-width: 640px) {
	body.ilx-pdp-page #wc_email_inquiry_modal .modal-dialog {
		margin: 3vh auto !important;
		padding: 0 10px;
	}

	body.ilx-pdp-page #wc_email_inquiry_modal .modal-header {
		padding: 22px 20px 4px;
	}

	body.ilx-pdp-page #wc_email_inquiry_modal .modal-body {
		padding: 6px 20px 22px;
	}
}

/* =========================================================================
 * Coming into view
 * ====================================================================== */

.ilx-js [data-ilx-reveal] {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s var(--p-ease), transform 1.1s var(--p-ease);
}

.ilx-js [data-ilx-reveal].is-revealed {
	opacity: 1;
	transform: none;
}

.ilx-js .ilx-pdp-more [data-ilx-rail] .ilx-card {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .8s var(--p-ease), transform .9s var(--p-ease);
	transition-delay: calc(var(--i, 0) * 70ms + .15s);
}

.ilx-js .ilx-pdp-more.is-revealed [data-ilx-rail] .ilx-card {
	opacity: 1;
	transform: none;
}

/* =========================================================================
 * Movement
 * ====================================================================== */

@keyframes ilxPdpFade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes ilxPdpUp {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: none; }
}

@keyframes ilxPdpStage {
	from { opacity: 0; transform: scale(.975); }
	to { opacity: 1; transform: none; }
}

@keyframes ilxPdpPhoto {
	from { opacity: 0; filter: blur(8px); translate: 0 16px; }
	to { opacity: 1; filter: none; translate: 0 0; }
}

@keyframes ilxPdpRule {
	from { transform: scaleX(0); }
	to { transform: none; }
}

@keyframes ilxPdpPulse {
	0% { opacity: .45; transform: scale(.6); }
	80%, 100% { opacity: 0; transform: scale(2.2); }
}

@keyframes ilxPdpShake {
	0%, 100% { transform: none; }
	20% { transform: translateX(-7px); }
	40% { transform: translateX(6px); }
	60% { transform: translateX(-4px); }
	80% { transform: translateX(2px); }
}

@keyframes ilxPdpValue {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: none; }
}

@keyframes ilxPdpChip {
	from { opacity: 0; transform: scale(.85); }
	to { opacity: 1; transform: none; }
}

@keyframes ilxPdpDigit {
	from { opacity: 0; transform: translateY(60%); }
	to { opacity: 1; transform: none; }
}

@keyframes ilxPdpSpin {
	to { transform: rotate(360deg); }
}

@keyframes ilxPdpGleam {
	0%, 70% { left: -60%; }
	100% { left: 130%; }
}

@keyframes ilxPdpAdded {
	from { opacity: 0; transform: translateY(16px) scale(.98); }
	to { opacity: 1; transform: none; }
}

@keyframes ilxPdpLine {
	from { width: 0; }
	to { width: 100%; }
}

@keyframes ilxPdpPop {
	from { opacity: 0; transform: scale(.3); }
	to { opacity: 1; transform: none; }
}

/* =========================================================================
 * Tablets and phones
 * ====================================================================== */

@media (max-width: 1180px) {
	.ilx-pdp__hero {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 36px;
	}

	.ilx-pdp-more__rail {
		grid-auto-columns: calc((100% - 2 * 20px) / 3);
		gap: 20px;
	}
}

@media (max-width: 1023px) {
	.ilx-pdp__wrap {
		width: calc(100% - 40px);
		padding-bottom: 120px;
	}

	.ilx-pdp__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.ilx-pdp-gallery,
	.ilx-pdp-gallery.has-many {
		position: relative;
		top: auto;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.ilx-pdp-gallery__stage {
		order: 1;
		width: 100%;
		height: min(70vh, 760px);
		min-height: 420px;
		border-radius: 26px;
	}

	.ilx-pdp-gallery__thumbs {
		flex-direction: row;
		order: 2;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.ilx-pdp-thumb {
		width: 64px;
		height: 78px;
		border-radius: 14px;
	}

	.ilx-pdp-gallery__arrow {
		display: none;
	}

	.ilx-pdp-more__rail {
		grid-auto-columns: calc((100% - 20px) / 2.3);
		gap: 16px;
	}

	.ilx-pdp-bar {
		position: fixed;
		right: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		left: 12px;
		z-index: 900;
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 10px 10px 20px;
		border-radius: 22px;
		background: rgba(255, 255, 255, .86);
		-webkit-backdrop-filter: blur(18px) saturate(1.6);
		backdrop-filter: blur(18px) saturate(1.6);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 24px 44px -24px rgba(28, 24, 18, .55);
		opacity: 0;
		pointer-events: none;
		transform: translateY(calc(100% + 24px));
		transition: transform .7s var(--p-ease), opacity .5s ease;
	}

	.ilx-pdp-bar.is-shown {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.ilx-pdp-bar__text {
		display: grid;
		flex: 1;
		gap: 3px;
		min-width: 0;
	}

	.ilx-pdp-bar__name {
		overflow: hidden;
		color: var(--p-muted);
		font-size: 11.5px;
		font-weight: 600;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ilx-pdp-bar__price {
		color: var(--p-ink);
		font: 400 19px/1.1 var(--p-serif);
		white-space: nowrap;
	}

	.ilx-pdp-bar__price .woocommerce-Price-currencySymbol {
		font-size: .7em;
	}

	.ilx-pdp-bar__button {
		display: inline-flex;
		flex: none;
		align-items: center;
		gap: 8px;
		min-height: 50px;
		padding: 0 20px;
		border: 0;
		border-radius: 16px;
		background: var(--p-ink);
		color: #fff;
		font: 600 14px/1 var(--p-sans);
		cursor: pointer;
	}

	.ilx-pdp-bar__button svg {
		width: 17px;
		height: 17px;
	}

	.ilx-pdp-details {
		border-radius: 26px;
	}
}

@media (max-width: 640px) {
	.ilx-pdp__wrap {
		width: calc(100% - 32px);
	}

	.ilx-pdp__crumbs {
		padding: 18px 0 16px;
	}

	#ilx-main.ilx-pdp .ilx-breadcrumbs ol {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		white-space: nowrap;
	}

	/* The photographs run edge to edge. */
	.ilx-pdp-gallery {
		margin: 0 -16px;
	}

	.ilx-pdp-gallery__stage {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 5;
		border-radius: 0;
	}

	.ilx-pdp-gallery__thumbs {
		display: none;
	}

	.ilx-pdp-gallery__count {
		display: none;
	}

	.ilx-pdp-gallery__dots {
		position: absolute;
		bottom: 16px;
		left: 50%;
		z-index: 2;
		display: flex;
		gap: 6px;
		transform: translateX(-50%);
	}

	.ilx-pdp-gallery__dot {
		width: 6px;
		height: 6px;
		border-radius: 999px;
		background: rgba(23, 23, 20, .22);
		transition: width .5s var(--p-ease), background-color .4s ease;
	}

	.ilx-pdp-gallery__dot.is-current {
		width: 20px;
		background: var(--p-ink);
	}

	.ilx-pdp-gallery__zoom {
		top: 14px;
		right: 14px;
		width: 42px;
		height: 42px;
	}

	.ilx-pdp-slide__photo {
		width: min(86%, calc(var(--w, 900) * 1.3px));
	}

	.ilx-pdp__summary {
		gap: 22px;
	}

	#ilx-main.ilx-pdp .ilx-pdp__title {
		font-size: 32px;
	}

	#ilx-main .ilx-pdp-stock {
		margin-left: 0;
	}

	#ilx-main.ilx-pdp table.wccpf_fields_table {
		padding: 16px 14px;
		border-radius: 20px;
	}

	#ilx-main.ilx-pdp ul.wccpf-image-radio-choices-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper {
		padding: 6px 6px 10px;
		border-radius: 16px;
	}

	#ilx-main.ilx-pdp .wccpf-image-radio-btn-wrapper .ilx-pdp-mark {
		top: 10px;
		right: 10px;
	}

	#ilx-main.ilx-pdp label.wcff-option-wrapper-label {
		flex: 1 1 calc(50% - 5px);
	}

	.ilx-qty {
		grid-template-columns: 40px 32px 40px;
		height: 58px;
	}

	.ilx-qty__step {
		width: 40px;
		height: 40px;
	}

	#ilx-main.ilx-pdp .single_add_to_cart_button {
		min-height: 58px;
		padding: 0 18px;
	}

	.ilx-pdp-details {
		margin-top: 64px;
		margin-inline: -16px;
		padding: 28px 18px;
		border-radius: 26px 26px 0 0;
	}

	.ilx-pdp-details__head {
		display: grid;
		gap: 16px;
	}

	.ilx-pdp-tabs {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ilx-pdp-tabs__tab {
		flex: 1 0 auto;
	}

	.ilx-pdp-panel__body .vc_row {
		margin-left: 0;
		margin-right: 0;
	}

	.ilx-pdp-panel__body .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ilx-pdp-panel__body td {
		padding: 6px 4px;
	}

	#ilx-main.ilx-pdp .woocommerce-product-attributes th {
		width: 40%;
		padding-right: 14px;
		letter-spacing: .1em;
	}

	.ilx-pdp-more__head {
		display: grid;
	}

	.ilx-pdp-more__nav .ilx-pdp-more__arrow {
		display: none;
	}

	.ilx-pdp-more__rail {
		grid-auto-columns: 72%;
		gap: 14px;
		margin: 0 -16px;
		padding: 0 16px 6px;
		scroll-padding: 0 16px;
	}

	.ilx-pdp-viewer__arrow {
		display: none;
	}
}

@media (max-width: 360px) {
	#ilx-main.ilx-pdp ul.wccpf-image-radio-choices-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	#ilx-main.ilx-pdp *,
	#ilx-main.ilx-pdp *::before,
	#ilx-main.ilx-pdp *::after,
	.ilx-pdp-viewer,
	.ilx-pdp-viewer * {
		animation-duration: .01ms !important;
		animation-delay: 0s !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		transition-delay: 0s !important;
	}

	.ilx-js [data-ilx-reveal],
	.ilx-js .ilx-pdp-more [data-ilx-rail] .ilx-card {
		opacity: 1;
		transform: none;
	}
}
