/* WebLogic Product Configurator — frontend (luxe wizard) */
.wlpc {
	--ink: #14273A;
	--ink2: #21425E;
	--steel: #3A6B8A;
	--soft: #F5F8FA;
	--soft2: #EEF3F7;
	--line: #E7ECF0;
	--muted: #6B7A88;
	--text: #253340;
	max-width: 760px;
	margin: 44px auto;
	color: var(--text);
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
}
.wlpc *, .wlpc *::before, .wlpc *::after { box-sizing: border-box; }
/* Native koopform: op configurator-producten verborgen (variatie-form wordt in stap 1 gezet). */
.wlpc-hide-atc form.cart:not(.wlpc-inconfig) { display: none !important; }
.wlpc-hide-atc form.cart.wlpc-inconfig { display: block !important; }

/* Kop */
.wlpc__head { text-align: left; margin-bottom: 24px; }
.wlpc__eyebrow {
	display: inline-block; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
	font-weight: 700; color: var(--steel); margin-bottom: 10px;
}
.wlpc__title { font-size: 1.7rem; line-height: 1.15; margin: 0 0 8px; color: var(--ink); font-weight: 650; letter-spacing: -.01em; }
.wlpc__sub { margin: 0; color: var(--muted); font-size: .98rem; }

/* Voortgang */
.wlpc__dots { list-style: none; display: flex; justify-content: flex-start; gap: 6px; margin: 0 0 26px; padding: 0 0 6px; flex-wrap: nowrap; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.wlpc__dots::-webkit-scrollbar { display: none; }
.wlpc__dot { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: .82rem; font-weight: 600; cursor: default; transition: all .2s; white-space: nowrap; }
.wlpc__dotnum { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 1.5px solid var(--line); display: grid; place-items: center; font-size: .72rem; color: var(--muted); }
.wlpc__dot.is-active { background: var(--ink); color: #fff; cursor: pointer; }
.wlpc__dot.is-active .wlpc__dotnum { background: rgba(255,255,255,.16); border-color: transparent; color: #fff; }
.wlpc__dot.is-done { color: var(--ink); cursor: pointer; }
.wlpc__dot.is-done .wlpc__dotnum { background: var(--ink); border-color: var(--ink); color: transparent; position: relative; }
.wlpc__dot.is-done .wlpc__dotnum::after { content: ""; position: absolute; width: 8px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); margin-top: -1px; }

/* Kaart-container = de basis + stappen zitten in één luxe paneel */
.wlpc__mainrow {
	display: flex; align-items: center; gap: 15px;
	background: var(--ink); color: #fff;
	border-radius: 16px 16px 0 0; padding: 16px 22px;
}
.wlpc__mainimg { width: 52px; height: 52px; object-fit: cover; border-radius: 10px; flex: 0 0 auto; }
.wlpc__maininfo { display: flex; flex-direction: column; gap: 1px; }
.wlpc__mainname { font-weight: 650; font-size: 1rem; }
.wlpc__maincap { font-size: .78rem; color: #9FB4C6; letter-spacing: .02em; }
.wlpc__mainprice { margin-left: auto; font-weight: 700; font-size: 1.1rem; white-space: nowrap; }

.wlpc__steps { border: 1px solid var(--line); border-top: 0; }

/* Stap */
.wlpc__section { border-bottom: 1px solid var(--line); background: #fff; transition: background .2s; }
.wlpc__section:last-child { border-bottom: 0; }
.wlpc__section.is-locked { opacity: .55; }
.wlpc__section.is-active { background: #fff; }

.wlpc__sechead { display: flex; align-items: center; gap: 14px; padding: 18px 22px; outline: none; }
.wlpc__section.is-done .wlpc__sechead { cursor: pointer; padding: 15px 22px; }
.wlpc__section.is-done .wlpc__sechead:hover { background: var(--soft); }
.wlpc__step { flex: 0 0 auto; position: relative; width: 32px; height: 32px; border-radius: 50%; background: var(--soft2); display: grid; place-items: center; transition: all .2s; }
.wlpc__stepnum { font-size: .9rem; font-weight: 700; color: var(--muted); }
.wlpc__section.is-active .wlpc__step { background: var(--ink); }
.wlpc__section.is-active .wlpc__stepnum { color: #fff; }
.wlpc__section.is-done .wlpc__step { background: var(--steel); }
.wlpc__section.is-done .wlpc__stepnum { display: none; }
.wlpc__section.is-done .wlpc__step::after { content: ""; position: absolute; width: 10px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); margin-top: -2px; }

.wlpc__sechead-main { flex: 1 1 auto; min-width: 0; }
.wlpc__sectitle { margin: 0; font-size: 1.08rem; color: var(--ink); font-weight: 640; }
.wlpc__secsub { margin: 3px 0 0; color: var(--muted); font-size: .86rem; }
.wlpc__summary { margin: 3px 0 0; color: var(--steel); font-size: .9rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wlpc__edit { display: none; flex: 0 0 auto; font-size: .82rem; font-weight: 600; color: var(--steel); }
.wlpc__section.is-done .wlpc__edit { display: inline; }
.wlpc__section.is-done .wlpc__edit::before { content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 5px; vertical-align: -1px; background: currentColor; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/></svg>") center/contain no-repeat; }

/* Body (alleen zichtbaar bij actieve stap) */
.wlpc__body { display: none; padding: 4px 22px 22px; }
.wlpc__section.is-active .wlpc__body { display: block; animation: wlpc-fade .28s ease; }
@keyframes wlpc-fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* Grid van keuzes */
.wlpc__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(184px, 1fr)); gap: 12px; }

.wlpc__card {
	position: relative; display: flex; flex-direction: column; gap: 7px; align-items: stretch;
	border: 1.5px solid var(--line); border-radius: 14px; background: #fff;
	padding: 15px 15px 44px; cursor: pointer; transition: border-color .16s, box-shadow .16s, transform .16s;
}
.wlpc__card:hover { border-color: var(--steel); box-shadow: 0 10px 26px rgba(20,39,58,.09); transform: translateY(-2px); }
.wlpc__card.is-active { border-color: var(--ink); box-shadow: 0 0 0 1.5px var(--ink) inset; }
.wlpc__card > input[type=radio], .wlpc__card > input[type=checkbox] { position: absolute; opacity: 0; pointer-events: none; }

.wlpc__badge {
	position: absolute; top: 11px; right: 11px; z-index: 2;
	background: var(--ink); color: #fff; font-size: .6rem; font-weight: 700;
	letter-spacing: .09em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px;
}
.wlpc__imgwrap { display: block; width: 100%; height: 112px; border-radius: 10px; overflow: hidden; background: var(--soft); }
.wlpc__imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wlpc__name { font-weight: 600; color: var(--ink); font-size: .94rem; line-height: 1.3; }
.wlpc__delta { color: var(--steel); font-weight: 700; font-size: .92rem; }
.wlpc__delta em { color: var(--muted); font-weight: 500; font-style: normal; font-size: .8rem; }

.wlpc__check { position: absolute; bottom: 13px; right: 13px; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line); background: #fff; transition: all .16s; }
.wlpc__check::after { content: ""; position: absolute; left: 7px; top: 4px; width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform .16s; }
.wlpc__card.is-active .wlpc__check { border-color: var(--ink); background: var(--ink); }
.wlpc__card.is-active .wlpc__check::after { transform: rotate(45deg) scale(1); }

/* Variatie-pills — gecentreerd */
.wlpc__vars { display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: default; margin-top: 2px; }
.wlpc__pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.wlpc__pill { position: relative; cursor: pointer; }
.wlpc__pill input { position: absolute; opacity: 0; pointer-events: none; }
.wlpc__pill span { display: inline-block; padding: 5px 12px; border: 1.5px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 600; color: var(--text); transition: all .12s; background: #fff; }
.wlpc__pill input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }

/* Aantal-stepper — gecentreerd, verfijnd */
.wlpc__qty { display: inline-flex; align-items: center; gap: 10px; align-self: center; cursor: default; margin-top: 2px; padding: 3px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--soft); }
.wlpc__qbtn { width: 30px; height: 30px; border: 0; background: #fff; border-radius: 50%; font-size: 1.05rem; line-height: 1; color: var(--ink); cursor: pointer; box-shadow: 0 1px 2px rgba(20,39,58,.08); transition: all .12s; }
.wlpc__qbtn:hover { background: var(--ink); color: #fff; }
.wlpc__qnum { min-width: 22px; text-align: center; font-weight: 700; color: var(--ink); font-size: .96rem; }

/* Acties in een stap */
.wlpc__actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; }
.wlpc__skip { background: none; border: 0; color: var(--muted); font-size: .88rem; font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 8px 2px; }
.wlpc__skip:hover { color: var(--ink); }
.wlpc__next { margin-left: auto; background: var(--soft2); color: var(--ink); border: 0; border-radius: 10px; padding: 11px 22px; font-size: .92rem; font-weight: 650; cursor: pointer; transition: all .15s; }
.wlpc__next:hover { background: var(--ink); color: #fff; }

/* Voet: totaal + hoofdknop */
.wlpc__foot { border: 1px solid var(--line); border-top: 0; border-radius: 0 0 16px 16px; background: var(--soft); padding: 20px 22px; }
.wlpc__foot-in { display: flex; align-items: center; gap: 20px; }
.wlpc__totalbox { display: flex; flex-direction: column; }
.wlpc__totallabel { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.wlpc__total { font-size: 1.55rem; font-weight: 750; color: var(--ink); letter-spacing: -.01em; }

.wlpc__cta {
	margin-left: auto; flex: 0 1 auto; min-width: 260px;
	background: linear-gradient(180deg, var(--ink2), var(--ink));
	color: #fff; border: 0; border-radius: 12px; padding: 16px 30px;
	font-size: 1rem; font-weight: 680; cursor: pointer; letter-spacing: .01em;
	box-shadow: 0 8px 20px rgba(20,39,58,.22); transition: transform .15s, box-shadow .15s, filter .15s;
}
.wlpc__cta:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(20,39,58,.28); filter: brightness(1.06); }
.wlpc__cta:disabled { cursor: default; filter: saturate(.6) brightness(.9); transform: none; }
.wlpc__cta.is-loading { color: transparent; position: relative; }
.wlpc__cta.is-loading::after { content: ""; position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: wlpc-spin .7s linear infinite; }
@keyframes wlpc-spin { to { transform: rotate(360deg); } }

.wlpc__msg { margin-top: 12px; color: #B4472E; font-weight: 600; font-size: .9rem; text-align: right; }

/* Sticky balk */
.wlpc__bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; background: rgba(20,39,58,.97); backdrop-filter: blur(8px); color: #fff; transform: translateY(120%); transition: transform .3s ease; box-shadow: 0 -8px 30px rgba(20,39,58,.25); }
.wlpc__bar.is-visible { transform: translateY(0); }
.wlpc__barin { max-width: 760px; margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 13px 22px; }
.wlpc__barleft { display: flex; flex-direction: column; }
.wlpc__bartitle { font-size: .72rem; color: #9FB4C6; letter-spacing: .06em; text-transform: uppercase; }
.wlpc__baritems { font-size: .92rem; font-weight: 600; }
.wlpc__bartotal { margin-left: auto; font-size: 1.2rem; font-weight: 750; white-space: nowrap; }
.wlpc__cta--bar { min-width: 0; padding: 12px 24px; font-size: .95rem; box-shadow: none; background: #fff; color: var(--ink); }
.wlpc__cta--bar:hover { filter: none; background: #EAF0F4; }

/* Responsief */
@media (max-width: 620px) {
	.wlpc { margin: 26px auto; }
	.wlpc__title { font-size: 1.42rem; }
	.wlpc__dots { gap: 4px; }
	.wlpc__dotlabel { display: none; }
	.wlpc__dot { padding: 7px; }
	.wlpc__grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
	.wlpc__imgwrap { height: 92px; }
	.wlpc__foot-in { flex-direction: column; align-items: stretch; gap: 14px; }
	.wlpc__total { font-size: 1.4rem; }
	.wlpc__cta { min-width: 0; width: 100%; }
	.wlpc__msg { text-align: center; }
	.wlpc__barin { flex-wrap: wrap; gap: 8px 14px; padding: 11px 16px; }
	.wlpc__bartotal { margin-left: 0; }
	.wlpc__cta--bar { margin-left: auto; }
	.wlpc__barleft { flex: 1 1 100%; }
}

/* ---- Thema-button-overrides (thema forceert anders een eigen knopstijl) ---- */
.wlpc button { -webkit-appearance: none; appearance: none; font: inherit; text-transform: none; letter-spacing: normal; box-shadow: none; }
.wlpc .wlpc__cta { background: linear-gradient(180deg, var(--ink2), var(--ink)) !important; color: #fff !important; border: 0 !important; text-shadow: none !important; }
.wlpc .wlpc__cta:hover { color: #fff !important; }
.wlpc .wlpc__cta--bar { background: #fff !important; color: var(--ink) !important; border: 0 !important; }
.wlpc .wlpc__cta--bar:hover { background: #EAF0F4 !important; color: var(--ink) !important; }
.wlpc .wlpc__cta.is-loading { color: transparent !important; }
.wlpc .wlpc__next { background: var(--soft2) !important; color: var(--ink) !important; border: 0 !important; }
.wlpc .wlpc__next:hover { background: var(--ink) !important; color: #fff !important; }
.wlpc .wlpc__skip { background: none !important; color: var(--muted) !important; border: 0 !important; }
.wlpc .wlpc__skip:hover { color: var(--ink) !important; }
.wlpc .wlpc__qbtn { background: #fff !important; color: var(--ink) !important; border: 0 !important; box-shadow: 0 1px 2px rgba(20,39,58,.10); }
.wlpc .wlpc__qbtn:hover { background: var(--ink) !important; color: #fff !important; }
.wlpc .wlpc__sechead { background: none; border: 0; }

/* ================= Tuning v1.1.2 ================= */
/* Breder + compacter grid zodat 4 beslag-opties in één overzicht passen */
.wlpc { max-width: 840px; }
.wlpc__grid { grid-template-columns: repeat(auto-fill, minmax(138px, 1fr)); gap: 10px; }
.wlpc__card { padding: 13px 13px 40px; gap: 6px; }
.wlpc__imgwrap { height: 94px; }
.wlpc__name { font-size: .9rem; line-height: 1.28; }
.wlpc__delta { font-size: .88rem; }
.wlpc__badge { top: 9px; right: 9px; padding: 3px 8px; font-size: .58rem; }
.wlpc__check { width: 20px; height: 20px; bottom: 11px; right: 11px; }
.wlpc__check::after { left: 6px; top: 3px; width: 5px; height: 9px; }

/* Aantal-stepper: alles ín de pil, geen witte knoppen */
.wlpc .wlpc__qty { background: var(--soft2) !important; border: 1px solid var(--line); border-radius: 999px; padding: 2px; gap: 0; }
.wlpc .wlpc__qbtn { background: transparent !important; border: 0 !important; box-shadow: none !important; color: var(--ink) !important; width: 32px; height: 30px; border-radius: 999px; font-size: 1.1rem; }
.wlpc .wlpc__qbtn:hover { background: rgba(20,39,58,.10) !important; color: var(--ink) !important; }
.wlpc__qnum { min-width: 26px; }

/* CTA strak in stijl: volle pil, solide navy */
.wlpc .wlpc__cta { background: var(--ink) !important; border-radius: 999px !important; box-shadow: 0 6px 16px rgba(20,39,58,.16); padding: 15px 34px; font-weight: 640; letter-spacing: .015em; }
.wlpc .wlpc__cta:hover { background: var(--ink2) !important; box-shadow: 0 10px 22px rgba(20,39,58,.22); transform: translateY(-1px); }
.wlpc .wlpc__cta--bar { background: #fff !important; color: var(--ink) !important; border-radius: 999px !important; box-shadow: none; }
.wlpc .wlpc__cta--bar:hover { background: #EAF0F4 !important; transform: none; }
.wlpc .wlpc__next { border-radius: 999px; }

@media (max-width: 640px) {
	.wlpc__grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}

/* ================= Tuning v1.1.4 ================= */
/* Kaarten op vaste breedte i.p.v. grid-tracks */
.wlpc__grid { display: flex; flex-wrap: wrap; gap: 12px; grid-template-columns: none; }
.wlpc__card { flex: 0 0 236px; max-width: 100%; }

/* Horizontale scroller — ~2,5 opties in beeld, duidelijk scrollbaar */
.wlpc__scrollwrap { position: relative; }
.wlpc__grid--scroll { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; padding: 2px 2px 10px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #C7D3DD transparent; }
.wlpc__grid--scroll .wlpc__card { flex: 0 0 40%; min-width: 150px; scroll-snap-align: start; }
.wlpc__grid--scroll::-webkit-scrollbar { height: 7px; }
.wlpc__grid--scroll::-webkit-scrollbar-track { background: var(--soft); border-radius: 999px; }
.wlpc__grid--scroll::-webkit-scrollbar-thumb { background: #C7D3DD; border-radius: 999px; }
.wlpc__grid--scroll::-webkit-scrollbar-thumb:hover { background: var(--steel); }
.wlpc__scrollwrap::after { content: ""; position: absolute; top: 0; right: 0; bottom: 16px; width: 48px; background: linear-gradient(90deg, rgba(255,255,255,0), #fff 80%); pointer-events: none; opacity: 1; transition: opacity .25s; }
.wlpc__scrollwrap.is-end::after { opacity: 0; }
.wlpc__scrollhint { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; font-size: .82rem; font-weight: 600; color: var(--steel); transition: opacity .25s; }
.wlpc__scrollhint-arw { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--soft2); color: var(--ink); animation: wlpc-nudge 1.4s ease-in-out infinite; }
@keyframes wlpc-nudge { 0%,100% { transform: translateX(0); } 50% { transform: translateX(4px); } }
.wlpc__scrollwrap.is-end .wlpc__scrollhint { opacity: 0; }

/* Aantal-stepper: logischer + compacter, geen vinkje op aantal-kaart */
.wlpc__section[data-type="quantity"] .wlpc__check { display: none; }
.wlpc__section[data-type="quantity"] .wlpc__card { padding-bottom: 16px; cursor: default; }
.wlpc .wlpc__qty { gap: 4px; padding: 3px; align-self: center; }
.wlpc .wlpc__qbtn { width: 34px; height: 30px; font-size: 1.15rem; }
.wlpc__qnum { min-width: 30px; font-size: 1rem; }

/* ================= Tuning v1.1.5 ================= */
/* Productfoto's: vierkant (1:1) en volledig tonen, niet croppen */
.wlpc__imgwrap { height: auto; aspect-ratio: 1 / 1; background: #fff; padding: 6px; border: 1px solid var(--line); }
.wlpc__imgwrap img { object-fit: contain; }
/* Iets meer lucht tussen de scroller en de "sleep voor meer"-hint */
.wlpc__scrollhint { margin-top: 18px; }
.wlpc__grid--scroll { padding-bottom: 12px; }

/* ================= v1.2.0 ================= */
/* Aantal-stepper: +/- perfect gecentreerd in de pil */
.wlpc .wlpc__qty { display: inline-flex; align-items: center; justify-content: center; gap: 3px; padding: 3px; align-self: center; }
.wlpc .wlpc__qbtn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 30px; padding: 0; line-height: 1; font-size: 1.15rem; }
.wlpc__qnum { min-width: 34px; text-align: center; }

/* ================= v1.4.0 — variatie-pills (shop-breed + stap 1) ================= */

/* Herbruikbare pills die de WooCommerce variatie-dropdowns vervangen.
   Buiten .wlpc gebruikt (ook op producten zonder configurator) → vaste huisstijl-kleuren. */
form.wlpcv-form table.variations { border-collapse: collapse; width: 100%; margin: 0 0 4px; }
form.wlpcv-form table.variations tbody,
form.wlpcv-form table.variations tr { display: block; width: 100%; }
form.wlpcv-form table.variations tr { margin-bottom: 14px; }
form.wlpcv-form table.variations td,
form.wlpcv-form table.variations th { display: block; width: 100%; padding: 0; text-align: left; border: 0; }
form.wlpcv-form table.variations .label label,
form.wlpcv-form table.variations th label { display: block; margin: 0 0 8px; font-weight: 700; color: #14273A; font-size: .95rem; }
form.wlpcv-form table.variations select { display: none !important; }
form.wlpcv-form .reset_variations { display: inline-block; margin-top: 2px; font-size: .82rem; font-weight: 600; color: #3A6B8A; }

.wlpcv-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.wlpcv-pill {
	cursor: pointer; padding: 9px 16px; border: 1.5px solid #E7ECF0; border-radius: 999px;
	font-size: .9rem; font-weight: 600; color: #253340; background: #fff;
	transition: border-color .14s, background .14s, color .14s;
}
.wlpcv-pill:hover { border-color: #3A6B8A; }
.wlpcv-pill.is-selected { border-color: #14273A; background: #14273A; color: #fff; }
.wlpcv-pill.is-disabled { opacity: .38; cursor: not-allowed; text-decoration: line-through; }

/* Stap 1 (Afmeting) — pills binnen de configurator, zelfde stijl */
.wlpc__mainvar { padding-top: 2px; }
.wlpc__mainvar form.cart { margin: 0; padding: 0; background: none; border: 0; }
.wlpc__mainvar form.cart.wlpc-inconfig .quantity,
.wlpc__mainvar form.cart.wlpc-inconfig button.single_add_to_cart_button,
.wlpc__mainvar form.cart.wlpc-inconfig .woocommerce-variation-add-to-cart,
.wlpc__mainvar form.cart.wlpc-inconfig .woocommerce-variation-price,
.wlpc__mainvar form.cart.wlpc-inconfig .woocommerce-variation-availability { display: none !important; }
.wlpc__mainvar .wlpcv-pill { border-color: var(--line); color: var(--text); }
.wlpc__mainvar .wlpcv-pill:hover { border-color: var(--steel); }
.wlpc__mainvar .wlpcv-pill.is-selected { border-color: var(--ink); background: var(--ink); color: #fff; }
.wlpc__mainvar form.wlpcv-form table.variations .label label,
.wlpc__mainvar form.wlpcv-form table.variations th label { color: var(--ink); }
.wlpc__section--mainvar .wlpc__actions { padding-top: 4px; }

/* ===== v1.4.1 fix — pill-specificiteit boven thema reset.css die [type=button] crimson maakt ===== */
button.wlpcv-pill, a.wlpcv-pill { border: 1.5px solid #E7ECF0; background: #fff; color: #253340; border-radius: 999px; }
button.wlpcv-pill:hover, button.wlpcv-pill:focus, a.wlpcv-pill:hover, a.wlpcv-pill:focus { border-color: #3A6B8A; background: #fff; color: #253340; }
button.wlpcv-pill.is-selected, button.wlpcv-pill.is-selected:hover, button.wlpcv-pill.is-selected:focus, a.wlpcv-pill.is-selected, a.wlpcv-pill.is-selected:hover, a.wlpcv-pill.is-selected:focus { border-color: #14273A; background: #14273A; color: #fff; }
button.wlpcv-pill.is-disabled, a.wlpcv-pill.is-disabled { opacity: .38; text-decoration: line-through; }

/* ============================================================
 * v1.5.0 — Label-optietype (keuze zonder product, met toeslag)
 * ============================================================ */

/* Label-kaarten: toon de afbeelding als die er is, anders geen lege beeldruimte. */
.wlpc__grid--label .wlpc__imgwrap:empty { display: none; }

/* Maatwerk-/levertijdnotitie: verschijnt onder de keuze zodra een optie mét toeslag is gekozen. */
.wlpc__note {
	margin: 12px 2px 0;
	padding: 10px 13px;
	border-radius: 12px;
	background: #FBF4E8;
	border: 1px solid #F0DFC2;
	color: #7A5A1E;
	font-size: .86rem;
	line-height: 1.4;
}
.wlpc__note::before { content: "\2139"; font-weight: 700; margin-right: 6px; }

/* ============================================================
 * v1.6.0 — glas-router (stap 1), label-afbeeldingen, maatwerk-tekst, afmeting-fixes
 * ============================================================ */

/* Afmeting: WooCommerce "selectie wissen"-link binnen de configurator verbergen
   (die veroorzaakte de extra ruimte bij Breedte). */
.wlpc-inconfig .reset_variations,
.wlpc__mainvar .reset_variations { display: none !important; }

/* Maatwerk-regeltje onder een label-optie met toeslag. */
.wlpc__maatwerk {
	display: block;
	margin-top: 3px;
	font-size: .68rem;
	line-height: 1.25;
	color: #A6795F;
	font-weight: 600;
	letter-spacing: .01em;
}

/* Glas-router (type=link): keuzekaarten die doorlinken naar een ander product. */
.wlpc__grid--link .wlpc__card { cursor: pointer; }
.wlpc__grid--link .wlpc__card.is-current { border-color: var(--ink, #14273A); box-shadow: 0 0 0 2px rgba(20,39,58,.10); }
.wlpc__grid--link .wlpc__delta { display: none; }           /* geen prijs bij glaskeuze */
.wlpc__grid--link .wlpc__card > input { display: none; }
.wlpc__card--link .wlpc__linkcur {
	display: inline-block; margin-top: 4px; font-size: .72rem; font-weight: 700;
	color: var(--steel, #2C5E7E);
}

/* Deurbeslag e.d. (multiple): aantal-stepper pas tonen als de kaart gekozen is. */
.wlpc__grid--multiple .wlpc__card:not(.is-active) .wlpc__qty { display: none; }
