/* VREETKICK! bestelcomponent — alle selectors zijn lokaal gescoped. */
.vreetkick-order-app,
.vreetkick-order-app * { box-sizing: border-box; }

.vreetkick-order-app {
	position: relative;
	padding-bottom: 160px;
}

.vreetkick-order-app [hidden] { display: none !important; }

.vreetkick-order-app .vk-order-journey {
	width: 100%;
	margin: 0 auto 2rem;
	padding: clamp(1.25rem, 4vw, 2.5rem);
	border-radius: clamp(26px, 5vw, 58px);
	background: #fff;
	box-shadow: 0 18px 55px rgba(27,27,27,.08);
}

.vreetkick-order-app .vk-order-journey__header h2 {
	margin: 0;
	color: var(--vk-green);
	font-family: var(--vk-font-display);
	font-size: clamp(2rem, 5vw, 3.6rem);
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.vreetkick-order-app .vk-order-journey__header p {
	margin: .45rem 0 1.4rem;
	color: var(--vk-red);
	font-weight: 800;
}

.vreetkick-order-app .vk-order-journey__header,
.vreetkick-order-app .vk-order-journey .vk-app-step {
	width: min(100%, 760px);
	margin-inline: auto;
}

.vreetkick-order-app .vk-journey-progress {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 1rem;
}

.vreetkick-order-app .vk-journey-slot {
	display: grid;
	grid-template-columns: 30px minmax(0,1fr);
	grid-template-rows: auto auto;
	align-items: center;
	min-height: 86px;
	padding: .85rem 1rem;
	border: 2px dashed rgba(27,27,27,.34);
	border-radius: 15px;
	background: transparent;
	color: var(--vk-dark);
	cursor: default;
	text-align: left;
	transition: background .2s ease,border-color .2s ease,transform .2s ease;
}

.vreetkick-order-app .vk-journey-slot>span {
	grid-row: 1/3;
	display: grid;
	place-items: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: rgba(27,27,27,.1);
	font-size: .72rem;
	font-weight: 800;
}

.vreetkick-order-app .vk-journey-slot strong { overflow: hidden; font-size: .95rem; line-height: 1.15; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.vreetkick-order-app .vk-journey-slot small { overflow: hidden; opacity: .65; text-overflow: ellipsis; white-space: nowrap; }
.vreetkick-order-app .vk-journey-slot.is-complete { border-style: solid; border-color: var(--vk-green); background: var(--vk-green); color: #fff; cursor: pointer; }
.vreetkick-order-app .vk-journey-slot.is-complete>span { background: var(--vk-ochre); color: var(--vk-dark); }
.vreetkick-order-app .vk-journey-slot.is-complete:hover { transform: translateY(-2px); }

.vreetkick-order-app .vk-journey-road {
	position: relative;
	width: min(100%, 760px);
	height: 94px;
	margin: .2rem auto .35rem;
}

.vreetkick-order-app .vk-journey-road svg { position: absolute; inset: 10px 0 0; width: 100%; height: 72px; overflow: visible; }
.vreetkick-order-app .vk-journey-road path { fill: none; stroke: var(--vk-green); stroke-width: 6; stroke-linecap: round; }
.vreetkick-order-app .vk-journey-road img { position: absolute; z-index: 1; top: 0; left: 0; width: 105px; height: auto; transform-origin: center; will-change: transform; }

.vreetkick-order-app .vk-order-journey .vk-app-step h3 { margin: .2rem 0 1rem; color: var(--vk-green); font-family: var(--vk-font-display); font-size: clamp(1.55rem,3vw,2.25rem); font-weight: 400; text-transform: uppercase; }
.vreetkick-order-app .vk-order-journey .vk-location-grid { margin-top: 0; }
.vreetkick-order-app .vk-order-journey .vk-location-choice { min-height: 76px; border-color: var(--vk-border); border-radius: 13px; background: #fff; align-items: center; justify-content: center; text-align: center; }
.vreetkick-order-app .vk-order-journey .vk-location-choice strong { text-transform: uppercase; }
.vreetkick-order-app .vk-order-journey .vk-location-choice:hover { border-color: var(--vk-green); }
.vreetkick-order-app .vk-order-journey .vk-fulfilment-options { justify-content: center; grid-template-columns: repeat(2,minmax(130px,190px)); margin: 0 auto; }
.vreetkick-order-app .vk-order-journey .vk-fulfilment-choice { min-height: 64px; background: #fff; font-size: 1rem; }
.vreetkick-order-app .vk-order-journey .vk-time-grid { margin: 0; max-width: none; grid-template-columns: repeat(4,minmax(110px,1fr)); }
.vreetkick-order-app .vk-calendar { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1rem; margin-bottom: 1rem; }
.vreetkick-order-app .vk-calendar h4 { margin: 0 0 .65rem; color: var(--vk-green); font-size: 1.05rem; text-align: center; text-transform: capitalize; }
.vreetkick-order-app .vk-calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.vreetkick-order-app .vk-calendar-weekday { padding: .3rem 0; font-size: .72rem; font-weight: 800; text-align: center; text-transform: uppercase; opacity: .6; }
.vreetkick-order-app .vk-calendar-day { min-width: 0; min-height: 38px; padding: .35rem; border: 1px solid var(--vk-green); border-radius: 8px; background: #fff; color: var(--vk-green); cursor: pointer; font-weight: 800; }
.vreetkick-order-app .vk-calendar-day:disabled { border-color: transparent; background: rgba(27,27,27,.04); color: rgba(27,27,27,.25); cursor: default; }
.vreetkick-order-app .vk-calendar-day.is-selected { background: var(--vk-green); color: #fff; box-shadow: 0 0 0 3px rgba(31,77,54,.18); }
.vreetkick-order-app .vk-order-journey .vk-app-status { margin-bottom: 0; }

.vreetkick-order-app .vk-choice-summary {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 1rem;
	margin: 0 0 2.2rem;
}

.vreetkick-order-app .vk-choice-summary>div { position: relative; min-width: 0; min-height: 92px; padding: 1rem 1rem 2rem; border-radius: 13px; background: var(--vk-green); color: #fff; text-align: center; }
.vreetkick-order-app .vk-choice-summary strong,.vreetkick-order-app .vk-choice-summary small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vreetkick-order-app .vk-choice-summary strong { font-size: 1rem; text-transform: uppercase; }
.vreetkick-order-app .vk-choice-summary small { margin-top: .2rem; opacity: .78; }
.vreetkick-order-app .vk-choice-summary button { position: absolute; bottom: -12px; left: 50%; min-height: 27px; padding: .25rem .65rem; border: 1px solid var(--vk-border); border-radius: 6px; background: #fff; color: var(--vk-dark); cursor: pointer; font-size: .72rem; font-weight: 800; transform: translateX(-50%); }

.vreetkick-order-app .vk-app-eyebrow {
	display: block;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .6;
}

.vreetkick-order-app .vk-app-step h2,
.vreetkick-order-app .vk-app-toolbar h2 {
	margin: .1rem 0 .35rem;
}

.vreetkick-order-app .vk-selection-nudge {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 1rem;
	max-width: 620px;
	margin: 1rem 0 1.2rem;
	padding: .75rem 1rem;
	border: 2px solid rgba(166, 30, 34, .22);
	border-radius: var(--vk-radius);
	background: #f5f3ee;
	overflow: hidden;
}

.vreetkick-order-app .vk-selection-nudge img {
	grid-row: 1 / 3;
	width: 112px;
	height: auto;
	transform-origin: 50% 80%;
	animation: vk-van-drive 2.4s ease-in-out infinite;
}

.vreetkick-order-app .vk-selection-nudge strong {
	align-self: end;
	color: var(--vk-red);
	font-size: 1rem;
	line-height: 1.25;
}

.vreetkick-order-app .vk-selection-nudge span {
	align-self: start;
	font-size: .86rem;
	line-height: 1.35;
	opacity: .72;
}

.vreetkick-order-app .vk-selection-nudge.is-ready-for-time {
	border-color: rgba(31, 77, 54, .3);
}

.vreetkick-order-app .vk-selection-nudge.is-ready-for-time strong { color: var(--vk-green); }

@keyframes vk-van-drive {
	0%, 100% { transform: translateX(-5px) rotate(-1deg); }
	45% { transform: translateX(7px) rotate(1deg); }
	52% { transform: translateX(7px) translateY(-2px) rotate(0); }
	60% { transform: translateX(5px) translateY(0) rotate(-1deg); }
}

@media (prefers-reduced-motion: reduce) {
	.vreetkick-order-app .vk-selection-nudge img { animation: none; }
	.vreetkick-order-app .vk-journey-road img { transition: none; }
}

.vreetkick-order-app .vk-location-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: .75rem;
	margin-top: 1rem;
}

.vreetkick-order-app .vk-location-choice {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
	border: 2px solid transparent;
	border-radius: var(--vk-radius);
	background: #f2f2f2;
	color: var(--vk-dark);
	cursor: pointer;
	text-align: left;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.vreetkick-order-app .vk-location-choice:hover { transform: translateY(-2px); }
.vreetkick-order-app .vk-location-choice.is-selected { border-color: var(--vk-red); background: #fff; }
.vreetkick-order-app .vk-location-choice small { opacity: .65; }
.vreetkick-order-app .vk-location-choice:disabled { opacity: .55; cursor: wait; transform: none; }

.vreetkick-order-app .vk-time-location-summary {
	margin: .8rem 0;
	font-size: 1.1rem;
}

.vreetkick-order-app .vk-time-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
	gap: .65rem;
	max-width: 760px;
	margin: 1rem 0;
}

.vreetkick-order-app .vk-fulfilment-options { display: grid; grid-template-columns: repeat(2, minmax(120px, 220px)); gap: .65rem; margin: 1rem 0 1.5rem; }
.vreetkick-order-app .vk-fulfilment-choice { min-height: 54px; padding: .75rem 1rem; border: 2px solid var(--vk-border); border-radius: var(--vk-radius-sm); background: var(--vk-light); color: var(--vk-dark); cursor: pointer; font-weight: 800; }
.vreetkick-order-app .vk-fulfilment-choice:hover { border-color: var(--vk-green); }
.vreetkick-order-app .vk-fulfilment-choice.is-selected { border-color: var(--vk-green); background: var(--vk-green); color: #fff; }

.vreetkick-order-app .vk-time-choice {
	min-height: 50px;
	padding: .7rem;
	border: 2px solid var(--vk-border);
	border-radius: var(--vk-radius-sm);
	background: var(--vk-light);
	color: var(--vk-dark);
	cursor: pointer;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.vreetkick-order-app .vk-time-choice:hover { border-color: var(--vk-green); transform: translateY(-1px); }
.vreetkick-order-app .vk-time-choice.is-selected { border-color: var(--vk-green); background: var(--vk-green); color: #fff; }
.vreetkick-order-app .vk-time-choice:disabled { opacity: .55; cursor: wait; transform: none; }

.vreetkick-order-app .vk-back-to-locations,
.vreetkick-order-app .vk-change-time {
	padding: .55rem .8rem;
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-sm);
	background: transparent;
	color: var(--vk-dark);
	cursor: pointer;
	font-weight: 800;
}

.vreetkick-order-app .vk-app-status {
	min-height: 1.5rem;
	margin: 1rem 0;
	font-weight: 700;
}

.vreetkick-order-app .vk-location-summary {
	margin: 0 0 1.6rem;
}

.vreetkick-order-app .vk-location-card {
	padding: 1rem 1.1rem;
	border-radius: var(--vk-radius);
	background: var(--vk-surface);
}

.vreetkick-order-app .vk-location-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.vreetkick-order-app .vk-location-card__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; margin-left: auto; }

.vreetkick-checkout-context { margin: 0 0 24px; padding: 16px; border: 2px solid #1f4d36; border-radius: 8px; background: #f5f3ee; }
.vreetkick-checkout-context h3 { margin: 0 0 10px; }
.vreetkick-checkout-context h4 { margin: 18px 0 9px; color: var(--vk-green); font-family: var(--vk-font-body); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vreetkick-checkout-choice { margin: 0; padding: 12px 14px; border-left: 4px solid var(--vk-ochre); border-radius: 0 6px 6px 0; background: #fff; font-weight: 800; line-height: 1.45; }
.vreetkick-checkout-context dl { display: grid; gap: 7px; margin: 0; }
.vreetkick-checkout-context dl div { display: flex; justify-content: space-between; gap: 16px; }
.vreetkick-checkout-context dt { font-weight: 700; }
.vreetkick-checkout-context dd { margin: 0; text-align: right; }
.vreetkick-checkout-policy-links { margin: 8px 0 18px; font-size: .9rem; }
.vreetkick-checkout-policy-links a { color: var(--vk-green); font-weight: 700; text-decoration: underline; }

/* WooCommerce houdt de gratis methode actief; alleen de klantkeuze is verborgen. */
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option,
body.woocommerce-checkout form.checkout #shipping_method,
body.woocommerce-checkout form.checkout .woocommerce-shipping-totals.shipping { display: none !important; }

/* WooCommerce toont hier zowel de stukprijs als het regeltotaal; behoud alleen het totaal rechts. */
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-components-product-price,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-price { display: none !important; }
.vreetkick-pending-order-number { margin: -16px -16px 16px; padding: 13px 16px; border-radius: 6px 6px 0 0; background: #1f4d36; color: #fff; }
.vreetkick-pending-order-number span { display: block; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.vreetkick-pending-order-number strong { display: block; margin-top: 2px; color: #fff; font-size: 1rem; line-height: 1.3; }

/* Zelfde uitstraling als de bestelknop in het verkorte besteloverzicht. */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-height: 48px !important;
	padding: .75rem 1rem !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--vk-ochre) !important;
	color: var(--vk-dark) !important;
	font-family: var(--vk-font-body) !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
	background: var(--vk-red) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.woocommerce-checkout #place_order:disabled,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled {
	opacity: .55;
	cursor: wait;
	transform: none;
}
.vreetkick-delivery-postcode-error { margin: 0 0 14px; padding: 12px 14px; border: 2px solid var(--vk-red); border-radius: 8px; background: #fff3f3; color: var(--vk-red); font-weight: 800; line-height: 1.4; }

.vreetkick-order-app .vk-location-card__header strong {
	display: block;
	font-family: var(--vk-font-display);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 400;
	line-height: 1.05;
	text-transform: uppercase;
}

.vreetkick-order-app .vk-location-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8rem 1.25rem;
	margin: 1rem 0 0;
}

.vreetkick-order-app .vk-location-card__meta div {
	min-width: 0;
	padding-top: .75rem;
	border-top: 1px solid var(--vk-border);
}

.vreetkick-order-app .vk-location-card__meta dt {
	margin: 0 0 .15rem;
	font-size: .72rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: .58;
}

.vreetkick-order-app .vk-location-card__meta dd {
	margin: 0;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.vreetkick-order-app .vk-empty-value { opacity: .58; }

.vreetkick-order-app .vk-change-location {
	margin-left: auto;
	padding: .55rem .8rem;
	border: 1px solid var(--vk-border);
	border-radius: var(--vk-radius-sm);
	background: transparent;
	color: var(--vk-dark);
	cursor: pointer;
	font-weight: 800;
}

.vreetkick-order-app .vk-app-toolbar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .55rem;
	margin: 1.5rem 0;
}

.vreetkick-order-app .vk-feature-filters {
	display: flex;
	justify-content: flex-start;
	gap: .5rem;
	flex-wrap: wrap;
}

.vreetkick-order-app .vk-filter-chip,
.vreetkick-order-app .vk-badge {
	border: 0 !important;
	border-radius: 999px;
	background: var(--vk-green) !important;
	color: #fff !important;
	padding: .45rem .75rem;
	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none !important;
}

.vreetkick-order-app .vk-filter-chip.vk-badge--actie,
.vreetkick-order-app .vk-badge.vk-badge--actie {
	background: var(--vk-red) !important;
	color: #fff !important;
}

.vreetkick-order-app .vk-filter-chip.vk-badge--vegetarisch,
.vreetkick-order-app .vk-filter-chip.vk-badge--vegan,
.vreetkick-order-app .vk-filter-chip.vk-badge--halal,
.vreetkick-order-app .vk-badge.vk-badge--vegetarisch,
.vreetkick-order-app .vk-badge.vk-badge--vegan,
.vreetkick-order-app .vk-badge.vk-badge--halal {
	background: var(--vk-green) !important;
	color: #fff !important;
}

.vreetkick-order-app .vk-filter-chip {
	opacity: .5;
	cursor: pointer;
	transition: opacity .15s ease, transform .15s ease;
}

.vreetkick-order-app .vk-filter-chip:hover { opacity: .75; transform: translateY(-1px); }
.vreetkick-order-app .vk-filter-chip.is-active { opacity: 1; box-shadow: 0 0 0 3px rgba(31,77,54,.2) !important; }
.vreetkick-order-app .vk-filter-chip.vk-badge--actie.is-active { box-shadow: 0 0 0 3px rgba(166,30,34,.2) !important; }

.vreetkick-order-app .vk-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 350px));
	gap: 3rem 2.75rem;
	justify-content: center;
	width: 100%;
	max-width: calc(1050px + 5.5rem);
	margin-inline: auto;
}

.vreetkick-order-app[data-columns="3"] .vk-product-grid { grid-template-columns: repeat(3, minmax(0, 350px)); }
.vreetkick-order-app[data-columns="4"] .vk-product-grid { grid-template-columns: repeat(4, minmax(0, 350px)); max-width: calc(1400px + 8.25rem); }

.vreetkick-order-app .vk-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	animation: vkFadeUp .35s ease both;
	animation-delay: var(--vk-delay, 0ms);
}

.vreetkick-order-app .vk-product-card.is-loading { opacity: .68; }
.vreetkick-order-app .vk-product-image {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	border: 3px dotted var(--vk-red);
	border-radius: var(--vk-radius);
	background: transparent;
}
.vreetkick-order-app .vk-product-image img { width: 100%; height: 100%; object-fit: contain; filter: contrast(1.04) saturate(1.06); }
.vreetkick-order-app .vk-product-stickers {
	position: absolute;
	top: .55rem;
	right: .55rem;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .3rem;
	max-width: calc(100% - 1.1rem);
	pointer-events: none;
}

.vreetkick-order-app .vk-product-sticker {
	max-width: 100%;
	padding: .38rem .6rem;
	font-size: .66rem;
	white-space: nowrap;
}

.vreetkick-order-app .vk-product-body { display: flex; flex-direction: column; flex: 1; padding-top: .8rem; }
.vreetkick-order-app .vk-product-top h3 { margin: 0; font-size: 1.5rem; }
.vreetkick-order-app .vk-price { margin: .25rem 0 .6rem; font-weight: 800; }
.vreetkick-order-app .vk-badges { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .65rem; }
.vreetkick-order-app .vk-description { line-height: 1.5; }
.vreetkick-order-app .vk-description p:first-child { margin-top: 0; }

.vreetkick-order-app .vk-product-info-toggle {
	align-self: flex-start;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--vk-green) !important;
	font: inherit;
	font-size: .86rem;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.vreetkick-order-app .vk-bread-options {
	display: flex;
	flex-direction: column;
	gap: .42rem;
	margin: 0;
	padding: 0;
	border: 0;
}
.vreetkick-order-app .vk-bread-options legend { margin-bottom: .1rem; font-size: .82rem; font-weight: 800; }
.vreetkick-order-app .vk-bread-options label { display: flex; align-items: center; gap: .5rem; cursor: pointer; font-size: .86rem; }
.vreetkick-order-app .vk-bread-options input {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--vk-green);
}

.vreetkick-order-app .vk-product-info-dialog {
	width: min(560px, calc(100% - 28px));
	max-height: min(720px, calc(100% - 28px));
	padding: 0;
	border: 0;
	border-radius: var(--vk-radius);
	color: var(--vk-dark);
	box-shadow: 0 24px 70px rgba(0,0,0,.3);
}
.vreetkick-order-app .vk-product-info-dialog::backdrop { background: rgba(15,24,19,.68); }
.vreetkick-order-app .vk-product-info-sheet { position: relative; padding: 1.6rem; overflow: auto; }
.vreetkick-order-app .vk-product-info-title { margin: 0 2.5rem 1.25rem 0; font-size: 1.65rem; }
.vreetkick-order-app .vk-product-info-sheet section + section { margin-top: 1.35rem; }
.vreetkick-order-app .vk-product-info-sheet h3 { margin: 0 0 .4rem; color: var(--vk-green); font-size: 1.05rem; }
.vreetkick-order-app .vk-product-info-sheet p:first-child { margin-top: 0; }
.vreetkick-order-app .vk-product-info-sheet p:last-child { margin-bottom: 0; }
.vreetkick-order-app .vk-product-info-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50%;
	background: rgba(31,77,54,.1) !important;
	color: var(--vk-green) !important;
	font-size: 1.55rem;
	cursor: pointer;
}

.vreetkick-order-app .vk-description ul,
.vreetkick-order-app .vk-product-info-sheet ul {
	display: flex;
	flex-direction: column;
	gap: .28rem;
	margin: .65rem 0 0;
	padding: .7rem .75rem .7rem 1.8rem;
	border-left: 3px solid var(--vk-ochre);
	border-radius: var(--vk-radius-sm);
	background: rgba(31, 77, 54, .06);
}

.vreetkick-order-app .vk-description li,
.vreetkick-order-app .vk-product-info-sheet li {
	padding-left: .1rem;
	line-height: 1.42;
}

.vreetkick-order-app .vk-description li::marker,
.vreetkick-order-app .vk-product-info-sheet li::marker {
	color: var(--vk-red);
	font-size: .9em;
}

.vreetkick-order-app .vk-qty {
	display: flex;
	align-items: center;
	gap: .65rem;
	margin-top: auto;
	padding-top: 1rem;
}

.vreetkick-order-app .vk-product-ordering {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .85rem;
	margin-top: auto;
	padding-top: 1.15rem;
}

.vreetkick-order-app .vk-product-ordering .vk-qty {
	margin-top: 0;
	padding-top: 0;
}

.vreetkick-order-app .vk-product-ordering .vk-unavailable { margin: 0; }

.vreetkick-order-app .vk-qty button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 7px;
	background: var(--vk-red) !important;
	color: #fff !important;
	font-size: 1.25rem;
	cursor: pointer;
	box-shadow: none !important;
	transition: transform .15s ease, opacity .15s ease;
}

.vreetkick-order-app .vk-qty button:hover { transform: translateY(-1px); }
.vreetkick-order-app .vk-qty button:disabled { opacity: .55; cursor: wait; transform: none; }
.vreetkick-order-app .vk-qty strong { min-width: 1.5rem; text-align: center; }
.vreetkick-order-app .vk-qty small { min-width: 8.5rem; margin-left: .25rem; opacity: .75; }
.vreetkick-order-app .vk-unavailable { margin-top: auto; }
.vreetkick-order-app .vk-empty { grid-column: 1/-1; }

.vreetkick-order-app .vk-cart-bar {
	position: fixed;
	z-index: 9998;
	left: 50%;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: .75rem;
	width: min(720px, calc(100% - 28px));
	padding: .85rem;
	border-radius: 14px;
	background: var(--vk-dark);
	color: #fff;
	box-shadow: 0 16px 42px rgba(0,0,0,.25);
	opacity: 0;
	transform: translate(-50%, 18px);
	pointer-events: none;
	transition: transform .22s ease, opacity .22s ease;
}

.vreetkick-order-app .vk-cart-bar.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

/* Divi kan voor responsive secties meerdere shortcode-instanties in de DOM houden. */
.vreetkick-order-app .vk-cart-bar.vk-cart-duplicate { display: none !important; }

.vreetkick-order-app .vk-cart-context {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: .65rem;
	padding: .15rem .15rem .75rem;
	border-bottom: 1px solid rgba(255,255,255,.16);
}

.vreetkick-order-app[data-single-location="true"] .vk-cart-context { grid-template-columns: repeat(2,minmax(120px,1fr)); }

.vreetkick-order-app .vk-cart-context__location,
.vreetkick-order-app .vk-cart-context label { min-width: 0; }
.vreetkick-order-app .vk-cart-context strong,
.vreetkick-order-app .vk-cart-context small,
.vreetkick-order-app .vk-cart-context__location>span,
.vreetkick-order-app .vk-cart-context label>span { display: block; }
.vreetkick-order-app .vk-cart-context strong { text-transform: uppercase; }
.vreetkick-order-app .vk-cart-context small { overflow: hidden; margin-top: .1rem; opacity: .7; text-overflow: ellipsis; white-space: nowrap; }
.vreetkick-order-app .vk-cart-context__location>span,
.vreetkick-order-app .vk-cart-context label>span { margin-bottom: .22rem; font-size: .67rem; font-weight: 800; letter-spacing: .05em; opacity: .65; text-transform: uppercase; }
.vreetkick-order-app .vk-cart-context select { width: 100%; min-height: 38px; padding: .4rem 1.8rem .4rem .55rem; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; background: #fff; color: var(--vk-dark); font-weight: 800; }
.vreetkick-order-app .vk-cart-context__location button { margin-top: .3rem; padding: 0; border: 0; background: transparent; color: var(--vk-ochre); cursor: pointer; font-size: .72rem; font-weight: 800; text-decoration: underline; }

.vreetkick-order-app .vk-cart-toggle { position: absolute; top: -28px; left: 50%; display: grid; place-items: center; width: 68px; height: 29px; padding: 0; border: 0; border-radius: 9px 9px 0 0; background: var(--vk-dark); color: #fff; cursor: pointer; transform: translateX(-50%); }
.vreetkick-order-app .vk-cart-toggle svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transform: rotate(180deg); transition: transform .2s ease; }
.vreetkick-order-app .vk-cart-bar.is-collapsed .vk-cart-toggle svg { transform: none; }
.vreetkick-order-app .vk-cart-title { display: block; padding: .05rem .15rem .65rem; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.vreetkick-order-app .vk-cart-bar.is-collapsed .vk-cart-context,
.vreetkick-order-app .vk-cart-bar.is-collapsed .vk-cart-items,
.vreetkick-order-app .vk-cart-bar.is-collapsed .vk-cart-title { display: none; }
.vreetkick-order-app .vk-cart-bar.is-collapsed { gap: .35rem; }

.vreetkick-order-app .vk-cart-items {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	min-height: 0;
	overflow: visible;
}

.vreetkick-order-app .vk-cart-bar.has-many-items { max-height: min(62vh, 560px); }
.vreetkick-order-app .vk-cart-bar.has-many-items .vk-cart-items { overflow-y: auto; overscroll-behavior: contain; }
.vreetkick-order-app .vk-cart-empty { margin: .2rem .35rem .35rem; color: rgba(255,255,255,.78); font-size: .88rem; }

.vreetkick-order-app .vk-cart-item,
.vreetkick-order-app .vk-cart-footer {
	display: flex;
	align-items: center;
	gap: .7rem;
	min-width: 0;
}

.vreetkick-order-app .vk-cart-item {
	padding: .35rem .4rem;
	border-radius: var(--vk-radius-sm);
	background: rgba(255,255,255,.08);
}

.vreetkick-order-app .vk-cart-item__qty {
	flex: 0 0 auto;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.vreetkick-order-app .vk-cart-item__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25;
}

.vreetkick-order-app .vk-cart-item__name,
.vreetkick-order-app .vk-cart-item__features {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vreetkick-order-app .vk-cart-item__features {
	margin-top: .1rem;
	font-size: .76rem;
	opacity: .62;
}

.vreetkick-order-app .vk-cart-remove {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	margin-left: auto;
	padding: 0 !important;
	border: 0 !important;
	border-radius: var(--vk-radius-sm);
	background: rgba(255,255,255,.12) !important;
	color: #fff !important;
	cursor: pointer;
	box-shadow: none !important;
}

.vreetkick-order-app .vk-cart-remove:disabled {
	opacity: .45;
	cursor: wait;
}

.vreetkick-order-app .vk-trash-icon {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vreetkick-order-app .vk-cart-footer {
	border-top: 1px solid rgba(255,255,255,.16);
	padding-top: .75rem;
}

.vreetkick-order-app .vk-cart-summary { display: flex; flex-direction: column; min-width: 0; }
.vreetkick-order-app .vk-cart-count { font-weight: 800; }
.vreetkick-order-app .vk-cart-total { opacity: .85; }
.vreetkick-order-app .vk-cart-link {
	margin-left: auto;
	padding: .75rem 1rem;
	border-radius: 8px;
	background: var(--vk-ochre);
	color: var(--vk-dark) !important;
	text-decoration: none !important;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.vreetkick-order-app .vk-cart-link.is-disabled {
	background: rgba(255,255,255,.16);
	color: rgba(255,255,255,.65) !important;
	cursor: not-allowed;
}

.vreetkick-order-app .vk-method-panel,
.vreetkick-order-app .vk-date-panel,
.vreetkick-order-app .vk-slot-panel,
.vreetkick-order-app .vk-app-products { scroll-margin-block: 18vh; }

.vreetkick-order-app .vk-skeleton { position: relative; overflow: hidden; background: #ececec; border-radius: 8px; }
.vreetkick-order-app .vk-skeleton:after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent); animation: vkShimmer 1.2s infinite; }
.vreetkick-order-app .vk-skeleton-image { aspect-ratio: 1; }
.vreetkick-order-app .vk-skeleton-title { height: 28px; width: 70%; margin: .2rem 0 .8rem; }
.vreetkick-order-app .vk-skeleton-line { height: 14px; margin: .45rem 0; }
.vreetkick-order-app .vk-skeleton-line.is-short { width: 55%; }
.vreetkick-order-app .vk-skeleton-controls { height: 42px; width: 130px; margin-top: 1rem; }

@keyframes vkShimmer { 100% { transform: translateX(100%); } }
@keyframes vkFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.vreetkick-mykick{margin:0;background:#f4f2ed;color:var(--vk-dark);font-family:var(--vk-font-body)}.vk-mykick-shell{max-width:1200px;margin:auto;padding:24px}.vk-mykick-login{max-width:430px;margin:8vh auto;background:#fff;padding:32px;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.08)}.vk-mykick-login h1{font-size:3rem;margin:0}.vk-mykick-login label{display:block;margin:1rem 0;font-weight:700}.vk-mykick-login input{display:block;width:100%;padding:.8rem;margin-top:.35rem}.vk-mykick-login button,.vk-schedule-form>button{background:var(--vk-red);color:#fff;border:0;border-radius:7px;padding:.85rem 1.1rem;font-weight:800}.vk-mykick-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.vk-mykick-header h1{margin:0}.vk-mykick-dashboard{background:#fff;border-radius:14px;padding:24px}.vk-mykick-dashboard nav{display:flex;gap:.5rem;border-bottom:1px solid #ddd;margin-bottom:1.5rem}.vk-mykick-dashboard nav button{border:0;background:transparent;padding:.8rem 1rem;font-weight:800;cursor:pointer}.vk-mykick-dashboard nav button.is-active{border-bottom:3px solid var(--vk-red)}.vk-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vk-schedule-grid fieldset{border:1px solid #ddd;border-radius:10px;padding:1rem}.vk-schedule-grid label{display:block;margin:.6rem 0}.vk-schedule-grid input[type=time],.vk-schedule-grid input[type=number]{display:block;margin-top:.25rem;padding:.45rem;width:100%}.vk-save-status{margin-left:1rem;font-weight:700}.vk-table{overflow:auto}.vk-table table{width:100%;border-collapse:collapse}.vk-table th,.vk-table td{text-align:left;padding:.75rem;border-bottom:1px solid #eee}.vk-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.vk-metrics article{background:#f7f7f7;border-radius:10px;padding:1.2rem}.vk-metrics span,.vk-metrics strong{display:block}.vk-metrics strong{font-size:2rem;margin-top:.3rem}@media(max-width:600px){.vk-schedule-grid,.vk-metrics{grid-template-columns:1fr}.vk-mykick-shell{padding:12px}}

@media (max-width: 980px) {
	.vreetkick-order-app .vk-product-grid,
	.vreetkick-order-app[data-columns="3"] .vk-product-grid,
	.vreetkick-order-app[data-columns="4"] .vk-product-grid { grid-template-columns: repeat(2, minmax(0,350px)); max-width: calc(700px + 2.75rem); }
}

@media (max-width: 600px) {
	/* De normale productsamenvatting blijft staan; alleen Woo's extra mobiele inklapbalk verdwijnt. */
	body.woocommerce-checkout .wc-block-components-checkout-order-summary__title { display: none !important; }
	.vreetkick-order-app .vk-product-top { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin-bottom: .6rem; }
	.vreetkick-order-app .vk-product-top h3 { min-width: 0; }
	.vreetkick-order-app .vk-price { flex: 0 0 auto; margin: 0; white-space: nowrap; }
	.vreetkick-order-app .vk-order-journey { padding: 1.15rem; border-radius: 28px; }
	.vreetkick-order-app .vk-journey-progress { gap: .4rem; }
	.vreetkick-order-app .vk-journey-slot { display: flex; min-height: 64px; padding: .55rem; justify-content: center; text-align: center; }
	.vreetkick-order-app .vk-journey-slot>span,.vreetkick-order-app .vk-journey-slot small { display: none; }
	.vreetkick-order-app .vk-journey-slot strong { font-size: .72rem; white-space: normal; }
	.vreetkick-order-app .vk-journey-road { height: 70px; }
	.vreetkick-order-app .vk-journey-road svg { height: 54px; }
	.vreetkick-order-app .vk-journey-road img { width: 75px; }
	.vreetkick-order-app .vk-order-journey .vk-time-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.vreetkick-order-app .vk-choice-summary { gap: .45rem; }
	.vreetkick-order-app .vk-choice-summary>div { min-height: 82px; padding: .7rem .45rem 1.8rem; }
	.vreetkick-order-app .vk-choice-summary strong { font-size: .75rem; }
	.vreetkick-order-app .vk-choice-summary small { font-size: .65rem; }
	.vreetkick-order-app .vk-product-grid,
	.vreetkick-order-app[data-columns="3"] .vk-product-grid,
	.vreetkick-order-app[data-columns="4"] .vk-product-grid { grid-template-columns: minmax(0,1fr); max-width: none; }
	.vreetkick-order-app .vk-cart-bar { bottom: 10px; }
	.vreetkick-order-app .vk-cart-context { grid-template-columns: 1fr 1fr; }
	.vreetkick-order-app .vk-cart-context__location { grid-column: 1/-1; }
	.vreetkick-order-app .vk-location-card__meta { grid-template-columns: 1fr; }
	.vreetkick-order-app .vk-cart-footer { flex-wrap: wrap; }
	.vreetkick-order-app .vk-cart-link { padding: .7rem .8rem; }
	.vreetkick-order-app .vk-change-location { margin-left: 0; width: 100%; text-align: left; }
	.vreetkick-order-app .vk-qty { flex-wrap: wrap; }
	.vreetkick-order-app .vk-qty small { width: 100%; min-width: 0; margin-left: 0; }
}
