/* ===================================================================
   Productdetail-blokken: spec-highlights (balk), specificaties (grid),
   USP's. Naar het ontwerp.
   =================================================================== */

/* ----- Spec-highlights balk (bovenaan) ----- */
.lk-highlights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 20px 28px;
	padding: 18px 26px;
	border: 1px solid rgba(42, 31, 64, .12);
	border-radius: 16px;
	background: rgba(250, 246, 240, .5);
}
.lk-highlights__item { display: flex; flex-direction: column; gap: 7px; }
.lk-highlights__label {
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #9A93A6;
}
.lk-highlights__value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 19px;
	color: #2A1F40;
}
.lk-highlights__dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }

/* ----- Specificaties (titel links, grid rechts) ----- */
.lk-specs {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 48px;
	padding: 48px 0;
	border-top: 1px solid rgba(42, 31, 64, .10);
}
.lk-specs__title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.08;
	color: #2A1F40;
	margin: 0;
}
.lk-specs__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 48px;
	margin: 0;
}
.lk-specs__row {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(42, 31, 64, .10);
	margin: 0;
}
.lk-specs__label {
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #9A93A6;
	margin: 0;
}
.lk-specs__value {
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 16px;
	color: #2A1F40;
	margin: 0;
}
.lk-specs__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.lk-specs__tag {
	padding: 7px 14px;
	background: #F2ECE1;
	border-radius: 999px;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 12px;
	color: #5B5466;
}

/* ----- USP's ----- */
.lk-usps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lk-usps__item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 14px;
	color: #5B5466;
}
.lk-usps__icon { color: #523F6D; font-size: 17px; width: 22px; text-align: center; flex: none; }

@media (max-width: 860px) {
	.lk-specs { grid-template-columns: 1fr; gap: 20px; padding: 36px 0; }
	.lk-specs__grid { grid-template-columns: 1fr; gap: 0; }
}

/* ----- Prijs + voorraad ----- */
.lk-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 1rem 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.lk-price__amount {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(30px, 3.4vw, 40px);
	font-weight: 500;
	color: #523F6D;
	line-height: 1;
}
.lk-price__amount .amount,
.lk-price__amount bdi { color: inherit; }
.lk-price__stock {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 13px;
	color: #4F6B3A;
}
.lk-price__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #5B7A4A;
	flex: none;
	box-shadow: 0 0 0 4px rgba(91, 122, 74, .18);
}
.lk-price__stock.is-out { color: #9A93A6; }
.lk-price__stock.is-out .lk-price__dot { background: #B0A9BA; box-shadow: 0 0 0 4px rgba(176, 169, 186, .2); }
.lk-price__stock.is-shop { color: #A6362F; }
.lk-price__stock.is-shop .lk-price__dot { background: #C0392B; box-shadow: 0 0 0 4px rgba(192, 57, 43, .16); }

/* QR-knop naast het hartje (zelfde .sqsu-wish-look, FA/SVG qr-icoon) */
.lk-qr-trigger i { font-size: 22px; line-height: 1; color: currentColor; }
.lk-qr-trigger svg { width: 22px; height: 22px; }

/* QR-popup */
.lk-qrmodal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; }
.lk-qrmodal__backdrop { position: absolute; inset: 0; background: rgba(42, 31, 64, .55); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); opacity: 0; transition: opacity .2s ease; }
.lk-qrmodal.is-open .lk-qrmodal__backdrop { opacity: 1; }
.lk-qrmodal__box {
	position: relative;
	background: #FAF6F0;
	border-radius: 22px;
	padding: 36px 36px 28px;
	text-align: center;
	box-shadow: 0 40px 90px -30px rgba(42, 31, 64, .6);
	transform: translateY(-12px);
	opacity: 0;
	transition: transform .25s cubic-bezier(.2,.7,.2,1), opacity .2s ease;
}
.lk-qrmodal.is-open .lk-qrmodal__box { transform: translateY(0); opacity: 1; }
.lk-qrmodal__close { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; font-size: 28px; line-height: 1; color: #9A93A6; cursor: pointer; }
.lk-qrmodal__close:hover { color: #2A1F40; }
.lk-qrmodal__code { display: inline-flex; padding: 12px; background: #FAF6F0; border-radius: 12px; }
.lk-qrmodal__code img, .lk-qrmodal__code canvas { display: block; border-radius: 8px; }
.lk-qrmodal__txt { margin: 16px 0 0; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: #5B5466; }

/* Winkel-only koop-rij: melding i.p.v. knop, plus het verlanglijst-hartje. */
.lk-buy__store {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 22px;
	border-radius: 999px;
	border: 1px dashed #D9C9A8;
	background: rgba(184, 146, 72, .06);
	color: #6E5B3A;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}

/* ----- Koop-rij ----- */
.lk-buy { display: flex; align-items: stretch; gap: 12px; }
.lk-buy__form { display: flex; align-items: stretch; gap: 12px; flex: 1; }

.lk-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #E8DFD3;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	flex: none;
}
.lk-qty__btn {
	width: 46px;
	height: 54px;
	border: 0;
	background: transparent;
	color: #2A1F40;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
}
.lk-qty__btn:hover { background: #F2ECE1; }
.lk-qty__input {
	width: 46px;
	height: 54px;
	border: 0;
	text-align: center;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 16px;
	color: #2A1F40;
	background: transparent;
	-moz-appearance: textfield;
}
.lk-qty__input::-webkit-outer-spin-button,
.lk-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.lk-buy__btn {
	flex: 1;
	min-height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: #523F6D;
	color: #FAF6F0;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
	box-shadow: 0 14px 30px -16px rgba(82, 63, 109, .55);
}
.lk-buy__btn:hover { background: #2A1F40; transform: translateY(-1px); box-shadow: 0 20px 40px -16px rgba(82, 63, 109, .6); }
.lk-buy__soldout {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border-radius: 999px;
	border: 1px solid #E8DFD3;
	color: #9A93A6;
	font-family: var(--font-sans, 'Manrope', sans-serif);
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.short_description *{font-size: 16px; color: initial!important; margin: auto; font-family: var(--font-sans, 'Manrope', sans-serif)}

@media (max-width: 767px) {
	.lk-buy__btn { padding: 0 16px; font-size: 11px; }
	.lk-buy{display: block;}
	.lk-buy__store,
	.lk-buy__form{flex-direction: column; margin-bottom: 1.5rem; width:100%;}
	.lk-qty{width: 100% !important}
}
