/**
 * atube Custom Shop — product split layout
 * Sticky info ends when the gallery track ends (last image scrolled past).
 */

.atube-product-split {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--atube-split-gap, 2rem);
	width: 100%;
	max-width: var(--atube-split-max-width, 1400px);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* Track: standaard 100% breed (losse [atube_product_gallery_scroll]) */
.atube-product-split__track {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* In split-layout: kolombreedte via --atube-gallery-width */
.atube-product-split > .atube-product-split__track {
	flex: 0 0 var(--atube-gallery-width, 50%);
	max-width: var(--atube-gallery-width, 50%);
}

/* Rechterkolom: rekt mee tot de hoogte van de flex-rij (dus tot onderkant galerij als die hoger is) */
.atube-product-split__aside {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.atube-product-split__gallery {
	width: 100%;
}

.atube-scroll-gallery {
	width: 100%;
	--atube-slide-min-height: 100vh;
}

/* Slide = vak dat volledig gevuld wordt (cover) */
.atube-scroll-gallery__slide {
	position: relative;
	min-height: var(--atube-slide-min-height);
	overflow: hidden;
	box-sizing: border-box;
	transition: opacity 0.35s ease;
	opacity: 0.55;
}

.atube-scroll-gallery__slide.is-active {
	opacity: 1;
}

.atube-scroll-gallery__figure {
	position: absolute;
	inset: 0;
	margin: 0;
	display: block;
}

.atube-scroll-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.atube-scroll-gallery__slide--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8e8e8;
	color: #555;
	font-size: 0.95rem;
}

.atube-product-split__sticky {
	position: sticky;
	top: var(--atube-sticky-top, 1rem);
	align-self: flex-start;
	width: 100%;
	max-height: calc(100vh - var(--atube-sticky-top, 1rem) * 2);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	box-sizing: border-box;
}

.atube-wc-summary {
	font-size: 1rem;
	line-height: 1.5;
}

.atube-wc-summary .product_title {
	margin-top: 0;
}

.atube-wc-summary form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.75rem;
	margin: 0 0 1rem;
}

.atube-wc-summary form.cart .quantity {
	order: 0;
}

.atube-wc-summary .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: min(100%, 14rem);
	min-height: 2.75rem;
	padding: 0.65rem 2.25rem !important;
	border-radius: 4px !important;
	background: #dec258 !important;
	border: 1px solid #dec258 !important;
	color: #111 !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.atube-wc-summary .single_add_to_cart_button:hover {
	background: #c9ae4d !important;
	border-color: #c9ae4d !important;
	color: #111 !important;
}

/* --- Product koop-CTA’s — [atube_product_koop_knoppen] / add_to_cart / direct_checkout --- */

.atube-product-cta {
	--atube-product-cta-accent: #dec258;
	--atube-product-cta-accent-hover: #c9ae4d;
	--atube-product-cta-outline: rgba(0, 0, 0, 0.14);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.atube-product-cta .cart,
.atube-product-cta form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.75rem;
	margin: 0;
	width: 100%;
}

.atube-product-cta .quantity {
	margin: 0 !important;
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: 2.5rem 2.5rem 2.5rem;
	align-items: stretch;
	width: 7.5rem;
	min-width: 7.5rem;
	max-width: 7.5rem;
	height: 2.75rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
}

.atube-wc-summary .quantity {
	display: grid;
	grid-template-columns: 2.5rem 2.5rem 2.5rem;
	align-items: stretch;
	width: 7.5rem;
	min-width: 7.5rem;
	max-width: 7.5rem;
	height: 2.75rem;
	margin: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
	flex-shrink: 0;
}

.atube-wc-summary .quantity > *,
.atube-product-cta .quantity > * {
	min-width: 0;
	flex-shrink: 0;
}

.atube-wc-summary .quantity .atube-qty-step,
.atube-product-cta .quantity .atube-qty-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #222 !important;
	font-size: 0 !important;
	line-height: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	user-select: none;
}

.atube-qty-step__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	line-height: 0;
	pointer-events: none;
}

.atube-qty-step__icon svg {
	display: block;
	width: 12px;
	height: 12px;
}

.atube-wc-summary .quantity .atube-qty-step:hover,
.atube-product-cta .quantity .atube-qty-step:hover {
	background: rgba(0, 0, 0, 0.05);
}

.atube-wc-summary .quantity .atube-qty-step:focus-visible,
.atube-product-cta .quantity .atube-qty-step:focus-visible {
	outline: 2px solid #dec258;
	outline-offset: -2px;
}

/* Theme/Breakdance lege steppers verbergen — plugin toont eigen − / + */
.atube-wc-summary .quantity > button:not(.atube-qty-step),
.atube-product-cta .quantity > button:not(.atube-qty-step),
.atube-wc-summary .quantity > a:not(.atube-qty-step),
.atube-product-cta .quantity > a:not(.atube-qty-step) {
	display: none !important;
}

.atube-wc-summary .quantity input.qty,
.atube-wc-summary .quantity input.input-text,
.atube-product-cta .quantity input.qty,
.atube-product-cta .quantity input.input-text {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-align: center;
	font-size: 0.875rem !important;
	font-weight: 600;
	color: #111 !important;
	-moz-appearance: textfield;
}

.atube-wc-summary .quantity input.qty::-webkit-outer-spin-button,
.atube-wc-summary .quantity input.qty::-webkit-inner-spin-button,
.atube-product-cta .quantity input.qty::-webkit-outer-spin-button,
.atube-product-cta .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.atube-product-cta .variations,
.atube-product-cta .woocommerce-variation-add-to-cart {
	width: 100%;
}

.atube-product-cta .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.75rem;
}

.atube-product-cta .single_add_to_cart_button,
.atube-product-cta__buy-now {
	flex: 1 1 calc(50% - 0.4rem);
	min-width: min(100%, 9.5rem);
	margin: 0 !important;
	padding: 0.85rem 1.15rem !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	text-align: center;
	border-radius: 0 !important;
	box-sizing: border-box;
}

.atube-product-cta--cart-only .atube-product-cta__buy-now {
	display: none !important;
}

.atube-product-cta--checkout-only .single_add_to_cart_button {
	display: none !important;
}

.atube-product-cta--cart-only .single_add_to_cart_button,
.atube-product-cta--both .single_add_to_cart_button {
	background: transparent !important;
	color: #111 !important;
	border: 1px solid var(--atube-product-cta-outline) !important;
}

.atube-product-cta--cart-only .single_add_to_cart_button:hover,
.atube-product-cta--both .single_add_to_cart_button:hover {
	background: rgba(0, 0, 0, 0.04) !important;
	border-color: rgba(0, 0, 0, 0.22) !important;
}

.atube-product-cta__buy-now {
	background: var(--atube-product-cta-accent) !important;
	color: #111 !important;
	border: 1px solid var(--atube-product-cta-accent) !important;
}

.atube-product-cta__buy-now:hover {
	background: var(--atube-product-cta-accent-hover) !important;
	border-color: var(--atube-product-cta-accent-hover) !important;
	color: #111 !important;
}

/* Sticky uit — shortcode + Oxygen/Breakdance wrappers + form.cart */
.atube-product-cta,
.atube-product-cta__bar,
.atube-product-cta--sticky,
.atube-product-cta--sticky-mobile,
.atube-product-cta--sticky-always,
.atube-product-cta form.cart,
.breakdance .atube-product-cta,
.breakdance form.cart {
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	min-height: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.atube-product-cta__bar {
	width: 100%;
	padding: 0 !important;
	margin: 0;
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box;
}

/* Parents die Breakdance/Oxygen sticky maken rond qty/cart */
.breakdance :has(> .atube-product-cta),
.breakdance :has(> .oxygen-element > .atube-product-cta),
.breakdance :has(> form.cart),
.breakdance :has(> .oxygen-element > form.cart),
[class*="oxygen-"] :has(> .atube-product-cta),
[class*="oxygen-"] :has(> form.cart),
.oxygen-element:has(.atube-product-cta),
.oxygen-element:has(form.cart) {
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
}

@media (max-width: 480px) {
	.atube-product-cta .single_add_to_cart_button,
	.atube-product-cta .atube-product-cta__buy-now {
		flex: 1 1 100%;
		min-width: 100%;
	}
}

@media (max-width: 900px) {
	.atube-product-split {
		flex-direction: column;
	}

	.atube-product-split__track,
	.atube-product-split__aside {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.atube-product-split__sticky,
	.atube-product-sticky,
	[data-atube-sticky] {
		position: static !important;
		top: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.atube-scroll-gallery {
		--atube-slide-min-height: 75vh;
	}
}

@media (max-width: 782px) {
	.atube-scroll-gallery {
		--atube-slide-min-height: min(52vh, 480px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.atube-scroll-gallery__slide {
		transition: none;
		opacity: 1;
	}
}

/* --- Horizontale galerij-slider (alleen WC-galerij, geen hoofdbeeld) --- */

.atube-gallery-slider {
	width: 100%;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
}

.atube-gallery-slider__viewport {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--atube-slider-gap, 0px);
	width: 100%;
	height: var(--atube-slider-height, min(50vh, 420px));
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

@media (prefers-reduced-motion: reduce) {
	.atube-gallery-slider__viewport {
		scroll-behavior: auto;
	}
}

.atube-gallery-slider__slide {
	flex: 0 0
		calc(
			(
					100% - (var(--atube-slider-per-view, 3) - 1) *
						var(--atube-slider-gap, 0px)
				) / var(--atube-slider-per-view, 3)
		);
	min-width: 0;
	height: 100%;
	scroll-snap-align: start;
	box-sizing: border-box;
}

.atube-gallery-slider__figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.atube-gallery-slider__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

.atube-gallery-slider__btn {
	position: absolute;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	color: #111;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	pointer-events: auto;
}

.atube-gallery-slider__btn:hover {
	background: #fff;
}

.atube-gallery-slider__btn--prev {
	left: 0.5rem;
}

.atube-gallery-slider__btn--next {
	right: 0.5rem;
}

@media (max-width: 782px) {
	.atube-gallery-slider__slide {
		flex: 0 0 100%;
	}

	.atube-gallery-slider__viewport {
		height: min(var(--atube-slider-height, min(50vh, 420px)), min(36vh, 260px));
		max-height: min(36vh, 260px);
	}
}

/* --- Verticale thumbnail-galerij (thumbs links + stage) --- */

.atube-gallery-thumbs {
	--atube-thumbs-height: min(70vh, 640px);
	--atube-thumbs-rail-width: 4.5rem;
	--atube-thumbs-visible: 5;
	--atube-thumbs-gap: 0.55rem;
	display: grid;
	grid-template-columns: var(--atube-thumbs-rail-width) minmax(0, 1fr);
	grid-template-areas: 'rail stage';
	gap: clamp(0.85rem, 2vw, 1.5rem);
	align-items: start;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.atube-gallery-thumbs__rail {
	grid-area: rail;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	width: var(--atube-thumbs-rail-width);
	max-width: var(--atube-thumbs-rail-width);
	min-width: var(--atube-thumbs-rail-width);
	flex-shrink: 0;
	justify-self: start;
}

.atube-gallery-thumbs__stage {
	grid-area: stage;
	position: relative;
	min-width: 0;
	height: var(--atube-thumbs-height);
	background: transparent;
}

.atube-gallery-thumbs__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.35rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

.atube-gallery-thumbs__nav:hover {
	color: rgba(0, 0, 0, 0.7);
}

.atube-gallery-thumbs__nav:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.atube-gallery-thumbs__chevron {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
}

.atube-gallery-thumbs__chevron--up {
	transform: rotate(-135deg);
	margin-top: 0.2rem;
}

.atube-gallery-thumbs__chevron--down {
	transform: rotate(45deg);
	margin-bottom: 0.2rem;
}

.atube-gallery-thumbs__viewport {
	display: flex;
	flex-direction: column;
	gap: var(--atube-thumbs-gap);
	width: 100%;
	max-height: calc(
		var(--atube-thumbs-visible) * (var(--atube-thumbs-rail-width) * 1.25) +
			(var(--atube-thumbs-visible) - 1) * var(--atube-thumbs-gap)
	);
	overflow-x: hidden;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.atube-gallery-thumbs__viewport::-webkit-scrollbar {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.atube-gallery-thumbs__viewport {
		scroll-behavior: auto;
	}
}

.atube-gallery-thumbs__thumb {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 4 / 5;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	background: #f7f7f7;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	scroll-snap-align: start;
	transition: border-color 0.15s ease;
}

.atube-gallery-thumbs__thumb.is-active,
.atube-gallery-thumbs__thumb:hover {
	border-color: rgba(0, 0, 0, 0.28);
}

.atube-gallery-thumbs__thumb:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.atube-gallery-thumbs__thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}

.atube-gallery-thumbs__figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.atube-gallery-thumbs__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.atube-gallery-thumbs__lightbox-btn {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

@media (max-width: 782px) {
	.atube-gallery-thumbs {
		grid-template-columns: 1fr;
		grid-template-areas:
			'stage'
			'rail';
		gap: 0.75rem;
	}

	.atube-gallery-thumbs__rail {
		flex-direction: row;
		width: 100%;
		max-width: none;
		min-width: 0;
		align-items: center;
		justify-self: stretch;
	}

	.atube-gallery-thumbs__viewport {
		flex: 1 1 auto;
		flex-direction: row;
		width: auto;
		max-height: none;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
	}

	.atube-gallery-thumbs__thumb {
		flex: 0 0 4.25rem;
		width: 4.25rem;
	}

	.atube-gallery-thumbs__chevron--up {
		transform: rotate(135deg);
		margin-top: 0;
	}

	.atube-gallery-thumbs__chevron--down {
		transform: rotate(-45deg);
		margin-bottom: 0;
	}

	.atube-gallery-thumbs__stage {
		height: min(var(--atube-thumbs-height), min(52vh, 420px));
	}
}

/* --- Alleen hoofdbeeld (uitgelichte afbeelding) --- */

.atube-main-image {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	height: var(--atube-main-image-height, min(60vh, 720px));
}

.atube-main-image__figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.atube-main-image__lightbox-btn,
.atube-gallery-slider__lightbox-btn,
.atube-product-image-2__lightbox-btn {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: zoom-in;
	background: rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease;
}

.atube-main-image__figure:hover .atube-main-image__lightbox-btn,
.atube-gallery-slider__figure:hover .atube-gallery-slider__lightbox-btn,
.atube-product-image-2__figure:hover .atube-product-image-2__lightbox-btn {
	background: rgba(255, 255, 255, 0.14);
}

.atube-main-image__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

@media (max-width: 782px) {
	.atube-main-image {
		height: min(var(--atube-main-image-height, min(60vh, 720px)), min(40vh, 320px));
		max-height: min(40vh, 320px);
	}
}

/* --- Lightbox (hoofdbeeld + galerij-slider) --- */

/* #id + .class: wint van theme button/achtergrond (grijze lightbox) */
#atube-lightbox.atube-lightbox {
	background: #100f1b !important;
	background-color: #100f1b !important;
}

.atube-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 1rem;
	box-sizing: border-box;
	background: #100f1b;
}

.atube-lightbox[hidden] {
	display: none !important;
}

/* Volledig scherm: sommige themes stylen alle buttons → grijs vlak */
#atube-lightbox .atube-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	cursor: zoom-out;
	background: #100f1b !important;
	background-color: #100f1b !important;
	color: transparent;
	font-size: 0;
	line-height: 0;
	-webkit-appearance: none;
	appearance: none;
}

#atube-lightbox .atube-lightbox__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	width: 2.75rem;
	height: 2.75rem;
	border: 0 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
}

#atube-lightbox .atube-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.22) !important;
}

#atube-lightbox .atube-lightbox__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
}

#atube-lightbox .atube-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.22) !important;
}

.atube-lightbox__nav--prev {
	left: 0.75rem;
}

.atube-lightbox__nav--next {
	right: 0.75rem;
}

.atube-lightbox__stage {
	position: relative;
	z-index: 1;
	max-width: min(96vw, 1400px);
	max-height: 90vh;
	overflow: auto;
	touch-action: pan-x pan-y;
	cursor: grab;
}

.atube-lightbox__stage.is-dragging {
	cursor: grabbing;
}

.atube-lightbox__inner {
	display: inline-block;
	--lb-scale: 1;
	--lb-tx: 0px;
	--lb-ty: 0px;
	transform: translate(var(--lb-tx), var(--lb-ty)) scale(var(--lb-scale));
	transform-origin: center center;
	transition: transform 0.08s ease-out;
	will-change: transform;
}

.atube-lightbox__img {
	display: block;
	max-width: 92vw;
	max-height: 85vh;
	width: auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
	user-select: none;
}

.atube-lightbox__hint {
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.65);
	pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
	.atube-lightbox__inner {
		transition: none;
	}
}

/* --- Tweede productafbeelding (shortcode, o.a. in tabs) --- */

.atube-product-image-2 {
	width: 100%;
	max-width: var(--atube-img2-max-width, 100%);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.atube-product-image-2__figure {
	position: relative;
	margin: 0;
	display: block;
}

.atube-product-image-2__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 782px) {
	.atube-product-image-2__figure {
		max-height: min(42vh, 300px);
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.atube-product-image-2__img {
		max-height: min(42vh, 300px);
		width: 100%;
		object-fit: contain;
	}
}

/* --- WooCommerce tabs als accordion (shortcode) --- */

.atube-wc-tabs-acc {
	width: 100%;
	box-sizing: border-box;
}

.atube-wc-tabs-acc__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.atube-wc-tabs-acc__item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.atube-wc-tabs-acc__summary {
	display: flex;
	align-items: center;
	gap: 0.75rem 1rem;
	width: 100%;
	list-style: none;
	cursor: pointer;
	padding: 1rem 0;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 0.875rem;
	line-height: 1.3;
	box-sizing: border-box;
}

.atube-wc-tabs-acc__summary::-webkit-details-marker {
	display: none;
}

.atube-wc-tabs-acc__title {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.atube-wc-tabs-acc__review-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.atube-wc-tabs-acc__review-stars .star-rating {
	float: none;
	margin: 0;
	font-size: 0.95rem;
}

.atube-wc-tabs-acc__review-score {
	font-variant-numeric: tabular-nums;
}

.atube-wc-tabs-acc__review-count {
	color: rgba(0, 0, 0, 0.65);
	font-weight: 600;
}

.atube-wc-tabs-acc__chev {
	flex: 0 0 auto;
	width: 0.65rem;
	height: 0.65rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 0.25rem;
	margin-top: -0.2rem;
	opacity: 0.75;
	transition: transform 0.2s ease;
}

.atube-wc-tabs-acc__item[open] > .atube-wc-tabs-acc__summary .atube-wc-tabs-acc__chev {
	transform: rotate(225deg);
	margin-top: 0.15rem;
}

.atube-wc-tabs-acc__panel {
	padding: 0 0 1.25rem;
	box-sizing: border-box;
}

.atube-wc-tabs-acc__panel > :first-child {
	margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
	.atube-wc-tabs-acc__chev {
		transition: none;
	}
}

/* --- WooCommerce beoordelingen in atube-tab-accordion (WC-CSS ontbrak vaak zonder standaard-tabs) --- */

.atube-wc-tabs-acc .woocommerce-Reviews #comments .woocommerce-Reviews-title,
.atube-wc-tabs-acc #reviews .woocommerce-Reviews-title {
	margin-top: 0;
}

.atube-wc-tabs-acc #review_form #respond .comment-form-rating {
	margin-bottom: 0.75rem;
}

.atube-wc-tabs-acc #review_form #respond .comment-form-comment {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	margin-bottom: 1rem;
}

.atube-wc-tabs-acc #review_form #respond .comment-form-comment label {
	order: 0;
}

.atube-wc-tabs-acc #review_form #respond .comment-form-comment textarea#comment {
	order: 1;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 7rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	font: inherit;
}

/* Review “Verzenden”: accent #DEC258FF — override WC .alt / paars */
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input#submit,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input#submit.alt,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit.alt,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit'],
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit'].alt {
	appearance: none;
	cursor: pointer;
	padding: 0.55rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.2;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
	background-color: #DEC258FF !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
}

body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input#submit:hover,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input#submit.alt:hover,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit:hover,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit.alt:hover,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit']:hover,
body:not(.woocommerce-block-theme-has-button-styles):not(.edit-post-visual-editor) .atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit'].alt:hover {
	background-color: #C9AE4DFF !important;
	color: #fff !important;
}

/* Zelfde accent als body wél block-theme button-styles heeft (accordion blijft goud) */
.atube-wc-tabs-acc.woocommerce #review_form #respond input#submit,
.atube-wc-tabs-acc.woocommerce #review_form #respond input#submit.alt,
.atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit,
.atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit.alt,
.atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit'],
.atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit'].alt {
	background-color: #DEC258FF !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	border-color: rgba(0, 0, 0, 0.12) !important;
}

.atube-wc-tabs-acc.woocommerce #review_form #respond input#submit:hover,
.atube-wc-tabs-acc.woocommerce #review_form #respond input#submit.alt:hover,
.atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit:hover,
.atube-wc-tabs-acc.woocommerce #review_form #respond .form-submit input#submit.alt:hover,
.atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit']:hover,
.atube-wc-tabs-acc.woocommerce #review_form #respond input[type='submit'].alt:hover {
	background-color: #C9AE4DFF !important;
	color: #fff !important;
}

/*
 * Zelfde selectorstructuur als WooCommerce (paars #7f54b3) — onze accordion-regels zijn te specifiek;
 * WC gebruikt .woocommerce + :where(body:not(…)) zodat dit overal .alt / review submit raakt.
 */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #DEC258FF !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	border-color: rgba(0, 0, 0, 0.12) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: #C9AE4DFF !important;
	color: #fff !important;
}

/* Block-themes met eigen WC-knoppen: zelfde accent */
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce #respond input#submit.alt,
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce a.button.alt,
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce button.button.alt,
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce input.button.alt {
	background-color: #DEC258FF !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	border-color: rgba(0, 0, 0, 0.12) !important;
}

body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce #respond input#submit.alt:hover,
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce a.button.alt:hover,
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce button.button.alt:hover,
body.woocommerce-block-theme-has-button-styles:not(.edit-post-visual-editor) .woocommerce input.button.alt:hover {
	background-color: #C9AE4DFF !important;
	color: #fff !important;
}

/* --- Hulp-banner onder accordion --- */

.atube-help-banner {
	width: 100%;
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.atube-help-banner__inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
}

.atube-help-banner__avatars {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
	padding: 0.15rem 0;
}

.atube-help-banner__avatar {
	position: relative;
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
	margin-left: -0.7rem;
	box-sizing: border-box;
	background: #e8e8ea;
}

.atube-help-banner__avatar:first-child {
	margin-left: 0;
}

.atube-help-banner__avatar-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.atube-help-banner__content {
	flex: 1 1 12rem;
	min-width: 0;
}

.atube-help-banner__heading {
	margin: 0 0 0.35rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: inherit;
}

.atube-help-banner__body {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.45;
	color: rgba(0, 0, 0, 0.82);
}

.atube-help-banner__link {
	display: inline;
	margin-left: 0.35em;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	font-weight: inherit;
	color: inherit;
}

.atube-help-banner__link:hover {
	text-decoration-thickness: 2px;
}

/* --- Winkelwagen shortcode (twee kolommen, referentie-layout) --- */

.atube-wc-cart-shortcode.woocommerce {
	--atube-cart-checkout-bg: #dec258;
	--atube-cart-checkout-bg-hover: #c9ae4d;
	--atube-cart-summary-bg: #f3f4f6;
	--atube-cart-border: rgba(0, 0, 0, 0.1);

	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	overflow: visible !important;
	direction: ltr;
	display: grid !important;
	grid-template-columns: 1fr;
	grid-auto-flow: row;
	gap: clamp(1.25rem, 3vw, 2.75rem);
	align-items: start;
	justify-items: stretch;
}

/* Breakdance: horizontale padding op Shortcode/Code-wrapper wegnemen (ook met extra binnen-div) */
.breakdance .bde-shortcode:has(.atube-wc-cart-shortcode.woocommerce),
.breakdance .bde-code:has(.atube-wc-cart-shortcode.woocommerce) {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.breakdance .bde-shortcode:has(.atube-wc-checkout-shortcode.atube-checkout-styled),
.breakdance .bde-code:has(.atube-wc-checkout-shortcode.atube-checkout-styled) {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Builder: één extra wrapper → form + collaterals worden grid-items van deze root */
.atube-wc-cart-shortcode.woocommerce > *:only-child {
	display: contents;
}

/* Standaard één kolom (mobiel): winkelwagen eerst, samenvatting eronder */
.atube-wc-cart-shortcode.woocommerce form.woocommerce-cart-form {
	grid-column: 1;
	grid-row: 1;
}

.atube-wc-cart-shortcode.woocommerce .cart-collaterals {
	grid-column: 1;
	grid-row: 2;
}

@media (min-width: 961px) {
	.atube-wc-cart-shortcode.woocommerce {
		grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem) !important;
	}

	.atube-wc-cart-shortcode.woocommerce .cart-collaterals {
		grid-column: 2;
		grid-row: 1;
	}
}

/*
 * Sommige themes/builders verbergen het formulier of de tabel (alleen totalen + afrekenen zichtbaar).
 */
.atube-wc-cart-shortcode.woocommerce form.woocommerce-cart-form {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	clear: none !important;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	min-width: 0;
}

.atube-wc-cart-shortcode.woocommerce .cart-collaterals {
	float: none !important;
	width: 100% !important;
	clear: none !important;
	min-width: 0;
}

.atube-wc-cart-shortcode.woocommerce .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Sectiekoppen */
.atube-wc-cart-shortcode .atube-wc-cart__heading {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #111;
}

.atube-wc-cart-shortcode .cart_totals > h2 {
	margin-top: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
	color: #111;
	border: 0;
	padding: 0;
}

/* Tabel als kaarten (geen klassieke WC-tabel) */
.atube-wc-cart-shortcode.woocommerce table.shop_table.shop_table_responsive.cart {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	border: 0 !important;
	margin: 0 !important;
}

.atube-wc-cart-shortcode.woocommerce form.woocommerce-cart-form table.shop_table thead {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.atube-wc-cart-shortcode.woocommerce form.woocommerce-cart-form table.shop_table tbody {
	display: block;
	width: 100%;
}

/* Productregel: thumb | titel/meta | prijs; tweede rij: qty + verwijderen */
.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item {
	display: grid !important;
	grid-template-columns: 6.75rem minmax(0, 1fr) minmax(4.5rem, 6.5rem);
	grid-template-rows: auto auto;
	gap: 0.35rem 1.25rem;
	padding: 1.35rem 0;
	border-bottom: 1px solid var(--atube-cart-border);
	align-items: start;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td {
	border: 0 !important;
	padding: 0 !important;
	vertical-align: top;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-thumbnail {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: start;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-thumbnail
	img {
	width: 100%;
	max-width: 6.75rem;
	height: auto;
	display: block;
	border-radius: 4px;
	object-fit: cover;
	aspect-ratio: 1;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-name {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: flex-start;
	gap: 0 0.35rem;
	min-width: 0;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.35;
	text-transform: uppercase;
	color: #111;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-name
	a {
	color: inherit;
	text-decoration: none;
	white-space: normal;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-name
	a:hover {
	text-decoration: underline;
}

/* Alleen eerste afbeelding in thumb-cel (dubbele gallery / plugin) */
.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-thumbnail
	img:nth-of-type(n + 2) {
	display: none !important;
}

/* Wishlist / hartjes in winkelwagen-shortcode */
.atube-wc-cart-shortcode .tinvwl_add_to_wishlist_button,
.atube-wc-cart-shortcode .tinv-wishlist,
.atube-wc-cart-shortcode .yith-wcwl-add-to-wishlist,
.atube-wc-cart-shortcode .yith-wcwl-add-button,
.atube-wc-cart-shortcode .yith-wcwl-icon,
.atube-wc-cart-shortcode button[class*='wishlist'],
.atube-wc-cart-shortcode .woosw-btn,
.atube-wc-cart-shortcode .woosw-wishlist,
.atube-wc-cart-shortcode .add-to-wishlist,
.atube-wc-cart-shortcode .wcboost-wishlist-button,
.atube-wc-cart-shortcode .wlrwl-add-to-wishlist {
	display: none !important;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-name
	dl.variation,
	.atube-wc-cart-shortcode.woocommerce
		form.woocommerce-cart-form
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item
		td.product-name
		.wc-item-meta {
	margin: 0.35rem 0 0;
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1.4;
	text-transform: none;
	color: rgba(0, 0, 0, 0.55);
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-price {
	display: none !important;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-subtotal {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	text-align: right;
	font-weight: 700;
	font-size: 1rem;
	color: #111;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-quantity {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-remove {
	grid-column: 3;
	grid-row: 2;
	justify-self: end;
	align-self: center;
	margin-left: 0;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr.woocommerce-cart-form__cart-item
	td.product-quantity
	.quantity
	input.qty {
	min-width: 3.25rem;
	padding: 0.4rem 0.5rem;
	border: 1px solid var(--atube-cart-border);
	border-radius: 4px;
	font: inherit;
}

@media (max-width: 520px) {
	.atube-wc-cart-shortcode.woocommerce
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item {
		grid-template-columns: 5.25rem minmax(0, 1fr);
		grid-template-rows: auto auto auto auto;
	}

	.atube-wc-cart-shortcode.woocommerce
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item
		td.product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 4;
	}

	.atube-wc-cart-shortcode.woocommerce
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item
		td.product-name {
		grid-column: 2;
		grid-row: 1;
	}

	.atube-wc-cart-shortcode.woocommerce
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item
		td.product-subtotal {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
		text-align: left;
	}

	.atube-wc-cart-shortcode.woocommerce
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item
		td.product-quantity {
		grid-column: 2;
		grid-row: 3;
	}

	.atube-wc-cart-shortcode.woocommerce
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item
		td.product-remove {
		grid-column: 2;
		grid-row: 4;
		justify-self: start;
	}
}

/* Kortingscode + bijwerken */
.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	tr:not(.woocommerce-cart-form__cart-item)
	td {
	display: block !important;
	width: 100% !important;
	padding: 1rem 0 0 !important;
	border: 0 !important;
}

.atube-wc-cart-shortcode.woocommerce form.woocommerce-cart-form table.shop_table tbody td.actions {
	text-align: left !important;
}

.atube-wc-cart-shortcode.woocommerce form.woocommerce-cart-form table.shop_table tbody td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
}

.atube-wc-cart-shortcode.woocommerce
	form.woocommerce-cart-form
	table.shop_table
	tbody
	td.actions
	button[name='update_cart'] {
	margin-top: 0.5rem;
	font-size: 0.8125rem;
}

/* Rechterkolom: totalen */
.atube-wc-cart-shortcode.woocommerce .cart_totals {
	padding: 1.25rem 1.35rem 1.5rem;
	background: var(--atube-cart-summary-bg);
	border-radius: 6px;
	box-sizing: border-box;
}

.atube-wc-cart-shortcode.woocommerce .cart_totals table.shop_table {
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent;
}

.atube-wc-cart-shortcode.woocommerce .cart_totals table.shop_table th,
.atube-wc-cart-shortcode.woocommerce .cart_totals table.shop_table td {
	border: 0 !important;
	padding: 0.5rem 0 !important;
	font-size: 0.875rem;
	vertical-align: top;
}

.atube-wc-cart-shortcode.woocommerce .cart_totals table.shop_table th {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.75rem;
	color: rgba(0, 0, 0, 0.65);
}

.atube-wc-cart-shortcode.woocommerce .cart_totals table.shop_table td {
	text-align: right;
	font-weight: 600;
	color: #111;
}

.atube-wc-cart-shortcode.woocommerce .cart_totals tr.order-total th,
.atube-wc-cart-shortcode.woocommerce .cart_totals tr.order-total td {
	padding-top: 0.85rem !important;
	font-size: 0.9375rem;
	font-weight: 700;
}

.atube-wc-cart-shortcode.woocommerce .wc-proceed-to-checkout {
	padding: 1.25rem 0 0;
	margin: 0;
}

.atube-wc-cart-shortcode.woocommerce .wc-proceed-to-checkout a.checkout-button {
	display: flex !important;
	width: 100% !important;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin: 0 !important;
	padding: 0.95rem 1.25rem !important;
	font-size: 0.8125rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	text-align: center !important;
	line-height: 1.2 !important;
	border-radius: 4px !important;
	border: 0 !important;
	background: var(--atube-cart-checkout-bg) !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
}

.atube-wc-cart-shortcode.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--atube-cart-checkout-bg-hover) !important;
	color: #fff !important;
}

.atube-wc-cart-shortcode.woocommerce .atube-wc-cart__checkout-lock {
	display: inline-flex;
	flex-shrink: 0;
}

.atube-wc-cart-shortcode.woocommerce .atube-wc-cart__checkout-lock svg {
	display: block;
}

.atube-wc-cart-shortcode.woocommerce a.atube-wc-cart__remove {
	display: inline;
	font-size: 0.8125rem !important;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	color: rgba(0, 0, 0, 0.55) !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
	line-height: 1.3 !important;
}

.atube-wc-cart-shortcode.woocommerce a.atube-wc-cart__remove:hover {
	color: #111 !important;
}

/* =============================================================================
 * Afrekenen (klassieke WC-checkout) — .atube-checkout-styled (body en/of [atube_checkout]-wrapper)
 * Twee kolommen (~60/40): formulier links op witte kaart, besteloverzicht rechts (Shopify-achtig).
 * Geen WC Blocks-checkout (dan wordt dit niet geactiveerd).
 * ============================================================================= */

body:has(.atube-wc-checkout-shortcode.atube-checkout-styled) {
	background-color: #f6f6f6;
}

.woocommerce-checkout.atube-checkout-styled {
	background-color: #f6f6f6;
}

.atube-checkout-styled form.checkout.woocommerce-checkout {
	--atube-checkout-place-order-bg: #dec258;
	--atube-checkout-place-order-hover: #c9ae4d;
	--atube-checkout-sidebar-bg: #f5f5f5;
	--atube-checkout-sidebar-border: rgba(0, 0, 0, 0.06);
	--atube-checkout-thumb-size: 4.25rem;

	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 1fr);
	grid-auto-rows: auto;
	gap: clamp(1.5rem, 4vw, 2.75rem);
	width: 100%;
	max-width: min(1400px, 100%);
	margin: 0 auto;
	padding: clamp(0.75rem, 2vw, 1.25rem) clamp(0.5rem, 1.5vw, 1rem) 2.75rem;
	box-sizing: border-box;
	align-items: start;
}

/*
 * Breakdance: kop + #order_review zitten in .bde-order-review-column (niet direct onder form.checkout).
 * Eén grid-item kolom 2 + flex-kolom (geen display:contents — breekt layout in WebKit/Breakdance).
 */
.atube-checkout-styled form.checkout.woocommerce-checkout .bde-order-review-column {
	grid-column: 2;
	grid-row: 1 / -1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
	box-sizing: border-box;
}

.atube-checkout-styled form.checkout.woocommerce-checkout .bde-order-review-column #order_review_heading,
.atube-checkout-styled form.checkout.woocommerce-checkout .bde-order-review-column #order_review {
	grid-column: unset !important;
	grid-row: unset !important;
	width: 100%;
	max-width: 100%;
}

.atube-checkout-styled #customer_details {
	grid-column: 1;
	grid-row: 1 / -1;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.25rem, 2vw, 1.75rem) !important;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}

.atube-checkout-styled #customer_details.col2-set::after,
.atube-checkout-styled #customer_details.col2-set::before {
	display: none !important;
}

.atube-checkout-styled #customer_details .col-1,
.atube-checkout-styled #customer_details .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.atube-checkout-styled #customer_details .col-2 {
	margin-top: 1.75rem !important;
	padding-top: 1.75rem !important;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.atube-checkout-styled .atube-checkout__kicker {
	margin: 0 0 1.25rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #111;
}

.atube-checkout-styled #customer_details .woocommerce-billing-fields > h3,
.atube-checkout-styled #customer_details .woocommerce-shipping-fields > h3,
.atube-checkout-styled #customer_details .woocommerce-additional-fields > h3 {
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #111;
}

.atube-checkout-styled #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	padding: 1.35rem clamp(1.1rem, 2vw, 1.35rem) 0.65rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.35;
	color: rgba(0, 0, 0, 0.45);
	background: var(--atube-checkout-sidebar-bg);
	border: 1px solid var(--atube-checkout-sidebar-border);
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	box-sizing: border-box;
}

.atube-checkout-styled #order_review {
	grid-column: 2;
	grid-row: 2;
	margin: 0 !important;
	padding: 0.35rem clamp(1.1rem, 2vw, 1.35rem) 1.65rem !important;
	width: auto !important;
	float: none !important;
	background: var(--atube-checkout-sidebar-bg);
	border: 1px solid var(--atube-checkout-sidebar-border);
	border-top: 0;
	border-radius: 0 0 6px 6px;
	box-shadow: none;
	box-sizing: border-box;
}

/*
 * WC checkout.js zet fouten/success als eerste child op form.checkout (prepend).
 * Zonder grid-plaatsing eindigt .woocommerce-NoticeGroup-* in de rechterkolom en duwt het overzicht omlaag.
 * Met :has() één volle-breedte-rij bovenaan, daarna dezelfde 2-koloms layout.
 */
.atube-checkout-styled form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout, > .woocommerce-NoticeGroup-updateOrderReview)
	> .woocommerce-NoticeGroup-checkout,
.atube-checkout-styled form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout, > .woocommerce-NoticeGroup-updateOrderReview)
	> .woocommerce-NoticeGroup-updateOrderReview {
	grid-column: 1 / -1;
	grid-row: 1;
	align-self: start;
	margin: 0 0 1rem;
	width: 100%;
	box-sizing: border-box;
}

.atube-checkout-styled form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout, > .woocommerce-NoticeGroup-updateOrderReview) > #customer_details {
	grid-row: 2 / -1;
}

.atube-checkout-styled form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout, > .woocommerce-NoticeGroup-updateOrderReview) .bde-order-review-column {
	grid-column: 2;
	grid-row: 2 / -1;
}

/* Zonder Breakdance-wrapper: heading + review zijn directe grid-kinderen van form. */
.atube-checkout-styled form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout, > .woocommerce-NoticeGroup-updateOrderReview):not(:has(.bde-order-review-column)) #order_review_heading {
	grid-column: 2;
	grid-row: 2;
}

.atube-checkout-styled form.checkout.woocommerce-checkout:has(> .woocommerce-NoticeGroup-checkout, > .woocommerce-NoticeGroup-updateOrderReview):not(:has(.bde-order-review-column)) #order_review {
	grid-column: 2;
	grid-row: 3;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table {
	border: 0 !important;
	margin: 0 0 1rem !important;
	border-collapse: collapse;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table thead {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table th,
.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table td {
	border: 0 !important;
	padding: 0.4rem 0 !important;
	font-size: 0.875rem;
	vertical-align: middle;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item + tr.cart_item .product-name,
.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item + tr.cart_item td.product-total {
	padding-top: 0.85rem !important;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.45;
	vertical-align: top;
}

.atube-checkout-styled #order_review .atube-checkout__line-thumb {
	position: relative;
	flex: 0 0 var(--atube-checkout-thumb-size);
	width: var(--atube-checkout-thumb-size);
	height: var(--atube-checkout-thumb-size);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.atube-checkout-styled #order_review .atube-checkout__line-thumb-badge {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.375rem;
	height: 1.375rem;
	padding: 0 0.35rem;
	box-sizing: border-box;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
	background: #111;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.atube-checkout-styled #order_review .atube-checkout__line-thumb img,
.atube-checkout-styled #order_review .atube-checkout__line-thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.atube-checkout-styled #order_review .atube-checkout__line-body {
	flex: 1;
	min-width: 0;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table .cart_item td.product-total {
	text-align: right;
	font-weight: 500;
	white-space: nowrap;
	vertical-align: middle;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot tr:first-child td {
	border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
	padding-top: 1rem !important;
	margin-top: 0.25rem;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot th,
.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot td {
	font-size: 0.8125rem;
	padding-top: 0.5rem !important;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot .order-total th,
.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot .order-total td {
	font-weight: 700;
	font-size: 1.0625rem;
	padding-top: 1rem !important;
	letter-spacing: -0.02em;
}

.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot tr.shipping td,
.atube-checkout-styled #order_review .woocommerce-checkout-review-order-table tfoot tr.shipping th {
	color: rgba(0, 0, 0, 0.45);
	font-size: 0.8125rem;
	font-weight: 400;
}

.atube-checkout-styled #order_review .woocommerce-checkout-payment {
	background: transparent;
	border: 0;
	padding-top: 0.65rem;
}

.atube-checkout-styled #order_review .woocommerce-terms-and-conditions-wrapper,
.atube-checkout-styled #order_review .woocommerce-privacy-policy-text {
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(0, 0, 0, 0.55);
	margin-top: 0.5rem;
}

.atube-checkout-styled #order_review .woocommerce-info,
.atube-checkout-styled #order_review .woocommerce-message,
.atube-checkout-styled #order_review .woocommerce-error {
	border-radius: 6px;
	font-size: 0.8125rem;
}

.atube-checkout-styled #order_review #payment ul.payment_methods {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
}

.atube-checkout-styled #order_review #place_order {
	width: 100%;
	margin-top: 0.75rem !important;
	padding: 1rem 1.25rem !important;
	font-size: 0.8125rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	border-radius: 6px !important;
	border: 0 !important;
	background: var(--atube-checkout-place-order-bg) !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
}

.atube-checkout-styled #order_review #place_order:hover {
	background: var(--atube-checkout-place-order-hover) !important;
	color: #fff !important;
}

.atube-checkout-styled form.checkout .form-row input.input-text,
.atube-checkout-styled form.checkout .form-row select,
.atube-checkout-styled form.checkout .form-row textarea {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.14);
	min-height: 2.75rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.9375rem;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.atube-checkout-styled form.checkout .form-row input.input-text:focus,
.atube-checkout-styled form.checkout .form-row select:focus,
.atube-checkout-styled form.checkout .form-row textarea:focus {
	border-color: rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
	outline: 0;
}

.atube-checkout-styled form.checkout .form-row label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 0.35rem;
}

/* Waardebon: WC rendert toggle + form vóór form.checkout (geen nested form). Zelfde max-breedte / horizontale padding als checkout-grid, links uitgelijnd. */
body.woocommerce-checkout.atube-checkout-styled .woocommerce > .woocommerce-form-coupon-toggle,
body.woocommerce-checkout.atube-checkout-styled .woocommerce > form.checkout_coupon.woocommerce-form-coupon,
.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce > .woocommerce-form-coupon-toggle,
.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce > form.checkout_coupon.woocommerce-form-coupon {
	width: 100%;
	max-width: min(1400px, 100%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: clamp(0.5rem, 1.5vw, 1rem);
	padding-right: clamp(0.5rem, 1.5vw, 1rem);
	box-sizing: border-box;
}

body.woocommerce-checkout.atube-checkout-styled .woocommerce > .woocommerce-form-coupon-toggle,
.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce > .woocommerce-form-coupon-toggle {
	margin-bottom: clamp(0.35rem, 1vw, 0.65rem);
}

body.woocommerce-checkout.atube-checkout-styled .woocommerce > form.checkout_coupon.woocommerce-form-coupon,
.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce > form.checkout_coupon.woocommerce-form-coupon {
	margin-bottom: clamp(0.5rem, 1.5vw, 1rem) !important;
}

/* WC .woocommerce-info gebruikt een ::before-icoon (WooCommerce-font); zonder linkse padding lijkt dat een los blauw vierkant — verbergen op checkout-waardebon. */
.atube-checkout-styled .woocommerce-form-coupon-toggle .woocommerce-info::before,
.atube-checkout-styled .woocommerce-form-coupon-toggle .woocommerce-info::after {
	display: none !important;
	content: none !important;
}

.atube-checkout-styled .woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0 0 0.75rem !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.65);
	text-align: left;
	max-width: min(26rem, 100%);
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.5rem;
	margin: 0 0 1rem !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	max-width: min(26rem, 100%);
	width: auto;
	box-sizing: border-box;
}

/* Theme/page-builders forceren vaak form/input op 100% breedte — hogere specificiteit + !important */
body.woocommerce-checkout.atube-checkout-styled .woocommerce form.checkout_coupon.woocommerce-form-coupon,
body.woocommerce-checkout.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon,
.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce form.checkout_coupon.woocommerce-form-coupon {
	max-width: min(26rem, 100%) !important;
	width: auto !important;
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-first {
	flex: 0 1 14rem;
	min-width: 0;
	max-width: 15rem;
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-first .input-text {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	flex: 0 0 auto;
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-last .button {
	min-height: 2.75rem;
	padding: 0 1.15rem !important;
	border-radius: 6px !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	background: #e8e8e8 !important;
	color: #111 !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-last .button:hover {
	background: #ddd !important;
}

@media (max-width: 960px) {
	.atube-checkout-styled form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr !important;
	}

	.atube-checkout-styled #customer_details {
		grid-column: 1;
		grid-row: auto;
	}

	.atube-checkout-styled #order_review_heading {
		grid-column: 1;
		grid-row: auto;
		margin-top: 0.5rem;
		border-radius: 6px 6px 0 0;
	}

	.atube-checkout-styled form.checkout.woocommerce-checkout .bde-order-review-column {
		grid-column: 1;
		grid-row: auto;
		width: 100%;
	}

	.atube-checkout-styled #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout.atube-checkout-styled .woocommerce > .woocommerce-form-coupon-toggle,
	body.woocommerce-checkout.atube-checkout-styled .woocommerce > form.checkout_coupon.woocommerce-form-coupon,
	.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce > .woocommerce-form-coupon-toggle,
	.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce > form.checkout_coupon.woocommerce-form-coupon {
		max-width: none;
		padding-left: clamp(0.5rem, 2vw, 1rem);
		padding-right: clamp(0.5rem, 2vw, 1rem);
	}

	.atube-checkout-styled .woocommerce-form-coupon-toggle .woocommerce-info,
	.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon {
		max-width: none;
	}

	body.woocommerce-checkout.atube-checkout-styled .woocommerce form.checkout_coupon.woocommerce-form-coupon,
	body.woocommerce-checkout.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon,
	.atube-wc-checkout-shortcode.atube-checkout-styled.woocommerce form.checkout_coupon.woocommerce-form-coupon {
		max-width: none !important;
		width: 100% !important;
	}

	.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-first {
		flex: 1 1 10rem;
		max-width: none;
	}
}

/* =============================================================================
 * Bedankpagina (order-received) — body.atube-thankyou-styled, Shopify-achtig
 * ============================================================================= */

body.woocommerce-checkout.atube-thankyou-styled {
	background-color: #f6f6f6;
}

.atube-thankyou-styled .woocommerce-order {
	--atube-thankyou-thumb-size: 4.25rem;

	max-width: min(72rem, calc(100% - 1.5rem));
	margin: 0 auto;
	padding: clamp(1.25rem, 4vw, 2.5rem) clamp(0.75rem, 2vw, 1.25rem) 3rem;
	box-sizing: border-box;
}

.atube-thankyou-styled .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: block;
	margin: 0 0 1.75rem !important;
	padding: 1.5rem 1.5rem 1.5rem 4.25rem !important;
	position: relative;
	font-size: clamp(1.0625rem, 2.2vw, 1.3125rem);
	font-weight: 600;
	line-height: 1.45;
	color: #111;
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	border-top-width: 1px !important;
}

.atube-thankyou-styled .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
	content: "✓";
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #16a34a;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	border-radius: 50%;
	line-height: 1;
}

.atube-thankyou-styled ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
	gap: 0.75rem;
	margin: 0 0 2rem !important;
	padding: 0 !important;
	list-style: none !important;
}

.atube-thankyou-styled ul.woocommerce-order-overview li {
	margin: 0 !important;
	padding: 1rem 1.1rem !important;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(0, 0, 0, 0.45);
}

.atube-thankyou-styled ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.9375rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	color: #111;
}

.atube-thankyou-styled .woocommerce-order-details,
.atube-thankyou-styled .woocommerce-customer-details {
	margin-bottom: 1.75rem;
}

.atube-thankyou-styled .woocommerce-order-details__title,
.atube-thankyou-styled .woocommerce-column__title {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #111;
	margin: 0 0 1rem;
}

.atube-thankyou-styled table.woocommerce-table--order-details.shop_table {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	background: #fff;
}

.atube-thankyou-styled table.woocommerce-table--order-details th,
.atube-thankyou-styled table.woocommerce-table--order-details td {
	padding: 0.65rem 1rem !important;
	font-size: 0.875rem;
}

.atube-thankyou-styled table.woocommerce-table--order-details .product-name {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	font-weight: 600;
	line-height: 1.45;
	vertical-align: top;
}

.atube-thankyou-styled table.woocommerce-table--order-details .product-total {
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}

.atube-thankyou-styled .atube-thankyou__line-thumb {
	position: relative;
	flex: 0 0 var(--atube-thankyou-thumb-size);
	width: var(--atube-thankyou-thumb-size);
	height: var(--atube-thankyou-thumb-size);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.atube-thankyou-styled .atube-thankyou__line-thumb-badge {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.375rem;
	height: 1.375rem;
	padding: 0 0.35rem;
	box-sizing: border-box;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
	background: #111;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.atube-thankyou-styled .atube-thankyou__line-thumb img,
.atube-thankyou-styled .atube-thankyou__line-thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.atube-thankyou-styled .atube-thankyou__line-body {
	flex: 1;
	min-width: 0;
}

.atube-thankyou-styled .woocommerce-columns--addresses,
.atube-thankyou-styled .woocommerce-customer-details .woocommerce-column {
	margin-top: 0;
}

.atube-thankyou-styled .woocommerce-customer-details address {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
	padding: 1.25rem 1.5rem;
	font-style: normal;
	line-height: 1.55;
	font-size: 0.875rem;
}

.atube-thankyou-styled .woocommerce-thankyou-order-failed,
.atube-thankyou-styled .woocommerce-thankyou-order-failed-actions {
	margin-bottom: 1rem;
}

.atube-thankyou-styled .atube-thankyou__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.atube-thankyou-styled .atube-thankyou__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0 1.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	transition: opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
	box-sizing: border-box;
}

.atube-thankyou-styled .atube-thankyou__btn--primary {
	background: #dec258;
	color: #111 !important;
}

.atube-thankyou-styled .atube-thankyou__btn--primary:hover {
	opacity: 0.92;
	color: #111 !important;
}

.atube-thankyou-styled .atube-thankyou__btn--ghost {
	background: #fff;
	color: #111 !important;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.atube-thankyou-styled .atube-thankyou__btn--ghost:hover {
	background: #f5f5f5;
}

.atube-thankyou-styled .atube-thankyou__contact-note {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.55);
	flex: 1 1 100%;
}

.atube-thankyou-styled .atube-thankyou__actions--failed .atube-thankyou__btn--primary {
	background: #e8e8e8;
	color: #111 !important;
}

@media (max-width: 600px) {
	.atube-thankyou-styled .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		padding-left: 1.25rem !important;
		padding-top: 3.5rem !important;
	}

	.atube-thankyou-styled .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
		left: 50%;
		top: 1.1rem;
		transform: translateX(-50%);
	}
}

/* =============================================================================
 * Winkeloverzicht — [atube_winkel_overzicht] / [atube_collectie]
 * ============================================================================= */

.atube-shop-overview {
	--atube-shop-overview-cols: 4;
	--atube-shop-overview-gap: clamp(1.15rem, 2vw, 1.75rem);
	--atube-shop-overview-border: rgba(0, 0, 0, 0.08);
	--atube-shop-overview-muted: rgba(0, 0, 0, 0.45);
	--atube-shop-overview-accent: #111;
	--atube-shop-overview-inner-max: 1680px;
	--atube-shop-card-radius: 10px;
	--atube-shop-card-bg: #fff;
	--atube-shop-page-bg: #fff;
	--atube-shop-media-bg: #fff;
	--atube-shop-card-shadow: none;
	--atube-shop-card-shadow-hover: none;
	--atube-shop-sticky-top: 8.25rem;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	overflow-x: clip;
	padding-top: clamp(1rem, 2.5vw, 1.75rem);
	padding-bottom: 2.5rem;
	padding-left: clamp(1rem, 4vw, 2rem);
	padding-right: clamp(1rem, 4vw, 2rem);
	color: #111;
	font-family: inherit;
	background: var(--atube-shop-page-bg);
}

.atube-shop-overview__toolbar {
	display: none;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 1rem 1.5rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--atube-shop-overview-border);
}

.atube-shop-overview__title {
	display: none;
}

.atube-shop-overview__toolbar-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.65rem;
}

.atube-shop-overview__filter-toggle {
	display: none;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.9rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
	background: #fff;
	border: 1px solid var(--atube-shop-overview-border);
	border-radius: 6px;
	cursor: pointer;
}

.atube-shop-overview__filter-toggle:hover {
	border-color: rgba(0, 0, 0, 0.22);
}

.atube-shop-overview__pill-icon {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 2px;
	background: repeating-linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.12),
		rgba(0, 0, 0, 0.12) 2px,
		transparent 2px,
		transparent 4px
	);
}

.atube-shop-overview__filter-backdrop {
	position: fixed;
	inset: 0;
	z-index: 10040;
	background: rgba(0, 0, 0, 0.45);
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.atube-shop-overview__layout {
	display: grid;
	grid-template-columns: minmax(13.5rem, 16.5rem) minmax(0, 1fr);
	gap: clamp(1.75rem, 3.5vw, 3rem);
	align-items: start;
}

.atube-shop-overview__sidebar {
	position: sticky;
	top: var(--atube-shop-sticky-top);
	display: flex;
	flex-direction: column;
	gap: 0;
	max-height: calc(100vh - var(--atube-shop-sticky-top) - 1.5rem);
	overflow-y: auto;
	padding: 0.15rem 0.35rem 1rem 0;
	overscroll-behavior: contain;
}

.atube-shop-overview__sidebar-head {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.25rem;
}

.atube-shop-overview__sidebar-title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.atube-shop-overview__filter-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 1px solid var(--atube-shop-overview-border);
	border-radius: 50%;
	background: #fff;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.atube-shop-overview__filter {
	padding: 1rem 0 1.05rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.atube-shop-overview__filter:last-of-type {
	border-bottom: 0;
	padding-bottom: 0.25rem;
}

.atube-shop-overview__filter-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	margin: 0 0 0.55rem;
	padding: 0.15rem 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
	text-align: left;
	cursor: pointer;
	line-height: 1.2;
}

.atube-shop-overview__filter-chevron {
	flex: 0 0 auto;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.1rem;
	border-right: 1.5px solid #111;
	border-bottom: 1.5px solid #111;
	transform: rotate(-135deg);
	transition: transform 0.2s ease;
}

.atube-shop-overview__filter:not(.is-open) .atube-shop-overview__filter-chevron {
	transform: rotate(45deg);
}

.atube-shop-overview__filter:not(.is-open) .atube-shop-overview__filter-list,
.atube-shop-overview__filter:not(.is-open) .atube-shop-overview__filter-more {
	display: none;
}

.atube-shop-overview__filter-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: none;
	overflow: visible;
}

.atube-shop-overview__filter.is-expanded .atube-shop-overview__filter-list {
	max-height: none;
}

.atube-shop-overview__filter-list li {
	margin: 0;
}

.atube-shop-overview__filter-item-head {
	display: flex;
	align-items: flex-start;
	gap: 0.15rem;
}

.atube-shop-overview__filter-item-head .atube-shop-overview__filter-row {
	flex: 1 1 auto;
	min-width: 0;
}

.atube-shop-overview__filter-branch-toggle {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	border-radius: 2px;
}

.atube-shop-overview__filter-branch-toggle:hover {
	background: rgba(0, 0, 0, 0.04);
}

.atube-shop-overview__filter-branch-toggle:focus-visible {
	outline: 2px solid #111;
	outline-offset: 1px;
}

.atube-shop-overview__filter-branch-chevron {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.atube-shop-overview__filter-item--branch.is-open > .atube-shop-overview__filter-item-head .atube-shop-overview__filter-branch-chevron {
	transform: rotate(-135deg);
	margin-top: 0.15rem;
}

.atube-shop-overview__filter-branch {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.85rem;
}

.atube-shop-overview__filter--hierarchy .atube-shop-overview__filter-list {
	max-height: none;
}

.atube-shop-overview__filter--hierarchy.atube-shop-overview__filter.is-expanded .atube-shop-overview__filter-list {
	max-height: none;
}

.atube-shop-overview__filter-row {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.48rem 0;
	font-size: 0.875rem;
	line-height: 1.35;
	color: #111;
	cursor: pointer;
}

.atube-shop-overview__filter-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.atube-shop-overview__filter-check {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.1rem;
	border: 1.5px solid #111;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.atube-shop-overview__filter-check::after {
	content: '';
	display: block;
	width: 0.28rem;
	height: 0.52rem;
	margin-top: -0.1rem;
	border-right: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
	transform: rotate(45deg) scale(0);
	opacity: 0;
	transition: opacity 0.12s ease, transform 0.12s ease;
}

.atube-shop-overview__filter-input:checked + .atube-shop-overview__filter-check {
	background: #111;
	border-color: #111;
}

.atube-shop-overview__filter-input:checked + .atube-shop-overview__filter-check::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

.atube-shop-overview__filter-input:focus-visible + .atube-shop-overview__filter-check {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.atube-shop-overview__filter-content {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	flex: 1 1 auto;
	min-width: 0;
}

.atube-shop-overview__filter-label {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 400;
	color: inherit;
}

.atube-shop-overview__count {
	flex: 0 0 auto;
	margin-left: auto;
	color: inherit;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.atube-shop-overview__filter-item.is-empty .atube-shop-overview__filter-row {
	color: rgba(0, 0, 0, 0.32);
	cursor: default;
	pointer-events: none;
}

.atube-shop-overview__filter-item.is-empty .atube-shop-overview__filter-check {
	border-color: rgba(0, 0, 0, 0.28);
}

.atube-shop-overview__filter-more {
	display: inline-flex;
	align-items: baseline;
	gap: 0.3rem;
	margin-top: 0.55rem;
	padding: 0.1rem 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	color: #111;
	cursor: pointer;
	text-align: left;
}

.atube-shop-overview__filter-more-label {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
}

.atube-shop-overview__filter-more-count {
	color: #111;
	text-decoration: none;
	font-variant-numeric: tabular-nums;
}

.atube-shop-overview__filter-more:hover .atube-shop-overview__filter-more-label {
	text-decoration-thickness: 1.5px;
}

.atube-shop-overview__filter-empty {
	margin: 0;
	font-size: 0.8125rem;
	color: var(--atube-shop-overview-muted);
}

.atube-shop-overview__sidebar-actions {
	display: none;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: auto;
	padding-top: 0.75rem;
	border-top: 1px solid var(--atube-shop-overview-border);
}

.atube-shop-overview__clear-filters,
.atube-shop-overview__apply-filters {
	display: block;
	width: 100%;
	padding: 0.7rem 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
}

.atube-shop-overview__clear-filters {
	color: #111;
	background: #fff;
	border: 1px solid var(--atube-shop-overview-border);
}

.atube-shop-overview__apply-filters {
	color: #fff;
	background: #111;
	border: 1px solid #111;
}

.atube-shop-overview__main {
	min-width: 0;
}

.atube-shop-overview__grid-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1.25rem;
	margin-bottom: 1.35rem;
	padding-bottom: 0.15rem;
}

.atube-shop-overview__result-count {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: var(--atube-shop-overview-muted);
}

.atube-shop-overview__sort-wrap {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.atube-shop-overview__sort-label {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--atube-shop-overview-muted);
}

.atube-shop-overview__sort {
	min-width: 10rem;
	padding: 0.4rem 1.85rem 0.4rem 0.55rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #111;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23111' stroke-width='1.4' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.15rem center;
}

.atube-shop-overview__grid {
	display: grid;
	grid-template-columns: repeat(var(--atube-shop-overview-cols, 4), minmax(0, 1fr));
	gap: var(--atube-shop-overview-gap);
	box-sizing: border-box;
}

/* Clean productkaarten (catalogusstijl) */
.atube-shop-overview__card--product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	transition: opacity 0.2s ease;
}

.atube-shop-overview__card--product:hover .atube-shop-overview__product-img--primary {
	transform: scale(1.03);
}

.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--primary {
	opacity: 0;
	transform: scale(1.02);
}

.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--hover {
	opacity: 1;
	transform: scale(1.02);
}

.atube-shop-overview__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}

.atube-shop-overview__card--product[hidden] {
	display: none !important;
}

.atube-shop-overview__card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	box-sizing: border-box;
}

.atube-shop-overview__card-link--media {
	padding: 0;
}

.atube-shop-overview__card-link--meta {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	padding: 0.75rem 0.15rem 0;
}

.atube-shop-overview__card-link--meta:hover .atube-shop-overview__card-title,
.atube-shop-overview__card-link--meta:focus-visible .atube-shop-overview__card-title {
	color: #111;
}

.atube-shop-overview__card-link:focus-visible {
	outline: 2px solid #111;
	outline-offset: 3px;
}

.atube-shop-overview__media--product {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 5;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: clamp(0.85rem, 1.8vw, 1.25rem);
	background: #ffffff;
	border-radius: var(--atube-shop-card-radius);
	overflow: hidden;
	box-sizing: border-box;
}

.atube-shop-overview__media-stack {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.atube-shop-overview__product-img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	transition:
		opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1),
		transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.atube-shop-overview__product-img--primary {
	position: relative;
	z-index: 1;
}

.atube-shop-overview__product-img--hover {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
	opacity: 0;
	pointer-events: none;
}

.atube-shop-overview__thumbs {
	display: flex;
	gap: 0.35rem;
	margin: 0.65rem 0 0;
}

.atube-shop-overview__thumb {
	display: block;
	width: 2.1rem;
	height: 2.1rem;
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	background: #fff;
}

.atube-shop-overview__swatches {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.4rem;
	margin: 0.75rem 0 0.35rem;
	padding: 0;
}

.atube-shop-overview__swatch {
	flex: 0 0 auto;
	width: 2.15rem;
	height: 2.15rem;
	margin: 0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.atube-shop-overview__swatch:hover {
	border-color: rgba(0, 0, 0, 0.28);
}

.atube-shop-overview__swatch.is-active {
	border-color: #111;
}

.atube-shop-overview__swatch:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.atube-shop-overview__swatch-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.atube-shop-overview__swatch-more {
	flex: 0 0 auto;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 2.15rem;
	color: var(--atube-shop-overview-muted);
	padding: 0 0.1rem;
}

.atube-shop-overview__card-title {
	margin: 0 0 0.3rem;
	font-size: clamp(0.9rem, 1.55vw, 1.05rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #111;
}

.atube-shop-overview__subtitle {
	margin: 0 0 0.65rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--atube-shop-overview-muted);
}

.atube-shop-overview__meta-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: auto;
	padding-top: 0.2rem;
}

.atube-shop-overview__price {
	margin: 0;
	font-size: clamp(0.9rem, 1.55vw, 1rem);
	font-weight: 600;
	letter-spacing: -0.015em;
	color: #111;
}

.atube-shop-overview__rating {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.3rem;
	margin: 0 0 0 auto;
	font-size: 0.75rem;
	white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	.atube-shop-overview__product-img,
	.atube-shop-overview__card--product:hover .atube-shop-overview__product-img--primary,
	.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--primary,
	.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--hover {
		transition: none;
		transform: none;
	}

	.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--primary {
		opacity: 1;
	}

	.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--hover {
		opacity: 0;
	}
}

@media (hover: none) {
	.atube-shop-overview__card--has-hover-img .atube-shop-overview__product-img--hover {
		display: none;
	}

	.atube-shop-overview__card--has-hover-img:hover .atube-shop-overview__product-img--primary {
		opacity: 1;
	}
}

.atube-shop-overview__rating .star-rating {
	margin: 0;
}

.atube-shop-overview__review-count {
	color: var(--atube-shop-overview-muted);
	font-size: 0.6875rem;
}

.atube-shop-overview__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 0.9375rem;
	color: var(--atube-shop-overview-muted);
}

.atube-shop-overview__card--promo {
	grid-column: span 1;
	background: linear-gradient(145deg, #3a3a3a 0%, #111 100%);
	color: #fff;
	justify-content: flex-end;
	min-height: clamp(14rem, 28vw, 18rem);
	border-radius: 2px;
	padding: 1.25rem;
}

.atube-shop-overview__promo-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1rem;
	height: 100%;
	min-height: 10rem;
}

.atube-shop-overview__promo-text {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
}

.atube-shop-overview__promo-btn {
	display: inline-flex;
	align-self: flex-start;
	padding: 0.55rem 1rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111;
	background: var(--atube-shop-overview-accent);
	border-radius: 6px;
	text-decoration: none;
}

.atube-shop-overview__promo-btn:hover {
	background: #c9ae4d;
	color: #111;
}

.atube-shop-overview__page-note {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: var(--atube-shop-overview-muted);
}

.atube-shop-overview__load-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	margin: 2rem 0 0;
	padding: 0;
}

.atube-shop-overview__load-progress {
	width: min(100%, 28rem);
	height: 3px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	overflow: hidden;
}

.atube-shop-overview__load-progress-bar {
	display: block;
	height: 100%;
	background: #111;
	border-radius: inherit;
	transition: width 0.35s ease;
}

.atube-shop-overview__load-status {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--atube-shop-overview-muted);
	text-align: center;
}

.atube-shop-overview__load-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 20rem);
	min-height: 3rem;
	padding: 0.85rem 1.5rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background: #111;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.atube-shop-overview__load-btn:hover {
	background: #333;
}

.atube-shop-overview__load-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

@media (max-width: 1100px) {
	.atube-shop-overview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.atube-shop-overview__toolbar {
		display: flex;
	}

	.atube-shop-overview__filter-toggle {
		display: inline-flex;
	}

	.atube-shop-overview__layout {
		grid-template-columns: 1fr;
	}

	.atube-shop-overview__sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 10050;
		width: min(20rem, 92vw);
		max-height: none;
		margin: 0;
		padding: 1rem 1rem 1.25rem;
		background: #fff;
		box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
		transform: translateX(-105%);
		transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
		overflow-y: auto;
	}

	.atube-shop-overview.atube-shop-overview--filters-open .atube-shop-overview__sidebar {
		transform: translateX(0);
	}

	.atube-shop-overview__sidebar-head,
	.atube-shop-overview__sidebar-actions {
		display: flex;
	}

	.atube-shop-overview__filter-list {
		max-height: none;
	}
}

@media (max-width: 520px) {
	.atube-shop-overview__grid {
		grid-template-columns: 1fr;
	}

	.atube-shop-overview__sort-wrap {
		width: 100%;
	}

	.atube-shop-overview__sort {
		flex: 1 1 auto;
		min-width: 0;
	}
}

@media (min-width: 961px) {
	.atube-shop-overview__filter-backdrop {
		display: none !important;
	}
}

html.atube-shop-overview-lock,
html.atube-shop-overview-lock body {
	overflow: hidden;
}

/* =============================================================================
 * Product showcase — [atube_product_bekijk_ook] / [atube_meest_verkocht]
 * Zelfde kaartstijl als winkeloverzicht (geen donkere achtergrond / CTA-knoppen).
 * ============================================================================= */

.atube-product-showcase {
	--atube-showcase-columns: 4;
	--atube-showcase-per-view: 4;
	--atube-showcase-gap: clamp(1rem, 2vw, 1.35rem);
	--atube-shop-overview-muted: rgba(0, 0, 0, 0.52);
	--atube-shop-overview-accent: #dec258;
	--atube-shop-card-radius: 1rem;
	--atube-shop-card-bg: #fff;
	--atube-shop-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 18px rgba(0, 0, 0, 0.05);
	--atube-shop-card-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.05), 0 12px 32px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	margin: 2.5rem 0;
	padding: 0 0.85rem;
	background: transparent;
	color: #111;
}

.atube-product-showcase__header {
	margin: 0 0 1.25rem;
	max-width: 42rem;
}

.atube-product-showcase__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	line-height: 1.15;
	color: #111;
}

.atube-product-showcase__subtitle {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--atube-shop-overview-muted);
}

.atube-product-showcase__grid {
	display: grid;
	grid-template-columns: repeat(var(--atube-showcase-columns), minmax(0, 1fr));
	gap: var(--atube-showcase-gap);
}

.atube-product-showcase__slider {
	position: relative;
	overflow-x: clip;
	padding: 0 0.15rem;
}

.atube-product-showcase__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.atube-product-showcase__viewport::-webkit-scrollbar {
	display: none;
}

.atube-product-showcase__track {
	display: flex;
	gap: var(--atube-showcase-gap);
	padding: 0.15rem 0;
}

.atube-product-showcase__slide {
	flex: 0 0 calc(
		(100% - (var(--atube-showcase-per-view) - 1) * var(--atube-showcase-gap)) /
			var(--atube-showcase-per-view)
	);
	min-width: 0;
	scroll-snap-align: start;
}

.atube-product-showcase__slide > .atube-shop-overview__card {
	height: 100%;
}

.atube-product-showcase__nav {
	position: absolute;
	top: 42%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.atube-product-showcase__nav:hover {
	border-color: rgba(0, 0, 0, 0.22);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.atube-product-showcase__nav:focus-visible {
	outline: 2px solid var(--atube-shop-overview-accent);
	outline-offset: 2px;
}

.atube-product-showcase__nav--prev {
	left: -0.65rem;
}

.atube-product-showcase__nav--next {
	right: -0.65rem;
}

@media (max-width: 1100px) {
	.atube-product-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.atube-product-showcase {
		--atube-showcase-per-view: 2;
	}

	.atube-product-showcase__nav--prev {
		left: 0;
	}

	.atube-product-showcase__nav--next {
		right: 0;
	}
}

@media (max-width: 768px) {
	.atube-product-showcase {
		margin: 2rem 0;
		padding: 0 clamp(0.5rem, 3vw, 0.85rem);
	}
}

@media (max-width: 640px) {
	.atube-product-showcase__grid {
		grid-template-columns: 1fr;
	}

	.atube-product-showcase {
		--atube-showcase-per-view: 1;
	}

	.atube-product-showcase__nav--prev {
		left: 0;
	}

	.atube-product-showcase__nav--next {
		right: 0;
	}
}

/* =============================================================================
 * Merken-blok — [atube_merken] / [atube_brands] (WooCommerce product_brand)
 * ============================================================================= */

.atube-merken {
	--atube-merken-accent: #dec258;
	/* Zwart masker → foto: langzame, vloeiende fade (overlay + bg-lagen) */
	--atube-merken-ease: cubic-bezier(0.33, 1, 0.68, 1);
	--atube-merken-t-reveal: 1.85s;
	--atube-merken-t-tile: 0.75s;
	/* Logo hover: langzamer + zachter vertragen (geen harde “snap”) */
	--atube-merken-ease-logo: cubic-bezier(0.33, 1, 0.68, 1);
	--atube-merken-t-logo: 1.2s;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	/* Hoogte: vh + dvh (mobiel, adresbalk) — iets ruimer dan voorheen */
	min-height: clamp(30rem, 68vh, 48rem);
	min-height: clamp(30rem, 68dvh, 48rem);
	padding: clamp(2.35rem, 5.5vw, 4.25rem) clamp(1rem, 4vw, 3rem);
	background-color: #000;
	box-sizing: border-box;
	isolation: isolate;
}

/* Twee foto-lagen (optioneel): crossfade bij hover op een logo-link (.atube-merken--bg-hover) */
.atube-merken__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: opacity var(--atube-merken-t-reveal, 1.85s) var(--atube-merken-ease, cubic-bezier(0.33, 1, 0.68, 1));
}

.atube-merken__bg--idle {
	opacity: 1;
}

.atube-merken__bg--hover {
	opacity: 0;
}

.atube-merken.atube-merken--bg-hover .atube-merken__bg--idle {
	opacity: 0;
}

.atube-merken.atube-merken--bg-hover .atube-merken__bg--hover {
	opacity: 1;
}

/* Standaard: volledig zwart (#000) boven de foto; bij .atube-merken--reveal-bg verdwijnt dit en zie je de foto */
.atube-merken__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 1;
	transition: opacity var(--atube-merken-t-reveal, 1.85s) var(--atube-merken-ease, cubic-bezier(0.33, 1, 0.68, 1));
	background-color: #000;
}

@media (prefers-reduced-motion: reduce) {
	.atube-merken__overlay,
	.atube-merken__bg {
		transition: none;
	}

	.atube-merken__item,
	.atube-merken__img,
	.atube-merken__link {
		transition: none !important;
		transform: none !important;
	}
}

/* Bij hover op een merklogo: overlay volledig weg — foto zonder donkere sluier */
.atube-merken.atube-merken--reveal-bg .atube-merken__overlay {
	opacity: 0;
}

.atube-merken.atube-merken--reveal-bg .atube-merken__inner {
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.9)) drop-shadow(0 4px 28px rgba(0, 0, 0, 0.65));
}

.atube-merken__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: min(1100px, 100%);
	margin: 0 auto;
	flex: 0 0 auto;
	filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.55));
}

.atube-merken__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.atube-merken__title {
	margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #fff;
}

.atube-merken__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: clamp(1.1rem, 3.2vw, 2.25rem) clamp(0.85rem, 2.8vw, 2rem);
	max-width: min(58rem, 100%);
	margin-left: auto;
	margin-right: auto;
}

.atube-merken__item {
	margin: 0;
	flex: 0 1 auto;
	width: auto;
	max-width: min(14rem, 42vw);
}

.atube-merken__link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	min-height: 0;
	padding: 0.65rem 0.85rem;
	border: none;
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
	width: auto;
	min-width: 4.5rem;
	transition:
		transform var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1)),
		box-shadow var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1));
}

.atube-merken__link:hover,
.atube-merken__link:focus-visible {
	background: transparent;
	box-shadow: none;
	transform: translateY(-2px) scale(1.02);
}

.atube-merken__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(3rem, 6vw, 4.85rem);
}

.atube-merken__img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: clamp(3rem, 6vw, 4.85rem);
	width: auto;
	object-fit: contain;
	transition:
		filter var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1)),
		opacity var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1)),
		transform var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1));
}

/* Standaard: grijs / desaturated; hover = volle kleur + lichte zoom */
.atube-merken--raw-logos .atube-merken__img {
	filter: grayscale(1) brightness(0.92) contrast(1.05);
	opacity: 0.9;
}

.atube-merken--raw-logos .atube-merken__link:hover .atube-merken__img,
.atube-merken--raw-logos .atube-merken__link:focus-visible .atube-merken__img {
	filter: grayscale(0) brightness(1) contrast(1);
	opacity: 1;
	transform: scale(1.04);
}

/* Optioneel: monochrome wit (white_logos=yes) — iets helderder bij hover */
.atube-merken--white-logos .atube-merken__img {
	filter: brightness(0) invert(1);
	opacity: 0.88;
	transition:
		filter var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1)),
		opacity var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1)),
		transform var(--atube-merken-t-logo, 1.2s) var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1));
}

.atube-merken--white-logos .atube-merken__link:hover .atube-merken__img,
.atube-merken--white-logos .atube-merken__link:focus-visible .atube-merken__img {
	filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(255, 255, 255, 0.35));
	opacity: 1;
	transform: scale(1.03);
}

.atube-merken__footer {
	margin: clamp(2rem, 4vw, 2.75rem) 0 0;
}

.atube-merken__all {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
	transition: color 0.75s var(--atube-merken-ease-logo, cubic-bezier(0.33, 1, 0.68, 1));
}

.atube-merken__all:hover,
.atube-merken__all:focus-visible {
	color: var(--atube-merken-accent, #dec258);
}

.atube-merken__all-icon {
	display: inline-block;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-sizing: border-box;
	position: relative;
	flex-shrink: 0;
}

.atube-merken__all-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.35rem;
	height: 0.35rem;
	margin: -0.175rem 0 0 -0.175rem;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.9;
}

/* =============================================================================
 * Slide-out mini-winkelwagen — [atube_mini_cart] / [atube_winkelwagen_icon]
 * ============================================================================= */

body.atube-mini-cart--open {
	overflow: hidden;
}

.atube-mini-cart {
	--atube-mini-cart-icon-color: #fff;
	--atube-mini-cart-badge-bg: #dec258;
	--atube-mini-cart-badge-color: #111;
	/* Vaste icoonmaat; override bv. --atube-mini-cart-icon-size: 36px */
	--atube-mini-cart-icon-size: 30px;
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	line-height: 1;
}

.atube-mini-cart__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: var(--atube-mini-cart-icon-color);
	border-radius: 0;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	font: inherit;
	line-height: 0;
}

.atube-mini-cart__trigger:hover {
	background: transparent;
	opacity: 0.82;
}

.atube-mini-cart__trigger:focus-visible {
	outline: 2px solid var(--atube-mini-cart-badge-bg);
	outline-offset: 3px;
	border-radius: 2px;
}

.atube-mini-cart__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.atube-mini-cart__icon-svg {
	display: block;
	width: var(--atube-mini-cart-icon-size);
	height: var(--atube-mini-cart-icon-size);
	flex-shrink: 0;
}

.atube-mini-cart__count {
	min-width: 1.35rem;
	min-height: 1.35rem;
	height: auto;
	padding: 0.12em 0.35em;
	margin: 0;
	border-radius: 999px;
	background: var(--atube-mini-cart-badge-bg);
	color: var(--atube-mini-cart-badge-color);
	font-size: max(0.625rem, calc(var(--atube-mini-cart-icon-size) * 0.38));
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.atube-mini-cart__count--empty {
	display: none;
}

.atube-mini-cart__backdrop {
	position: fixed;
	inset: 0;
	z-index: 100090;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.45);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.atube-mini-cart--open .atube-mini-cart__backdrop {
	opacity: 1;
	visibility: visible;
}

.atube-mini-cart__drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(100vw, 28rem);
	max-width: 100%;
	background: #fff;
	z-index: 100091;
	display: flex;
	flex-direction: column;
	box-shadow: -6px 0 32px rgba(0, 0, 0, 0.12);
	transform: translateX(100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: left;
	color: #111;
	min-width: 0;
}

.atube-mini-cart--open .atube-mini-cart__drawer {
	transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
	.atube-mini-cart__backdrop,
	.atube-mini-cart__drawer {
		transition: none !important;
	}
}

.atube-mini-cart__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	flex: 0 0 auto;
}

.atube-mini-cart__title {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.atube-mini-cart__close {
	border: 0;
	background: transparent;
	font-size: 1.75rem;
	cursor: pointer;
	color: #111;
	padding: 0.15rem 0.35rem;
	line-height: 1;
	border-radius: 4px;
}

.atube-mini-cart__close:hover {
	background: rgba(0, 0, 0, 0.06);
}

.atube-mini-cart__scroll {
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	padding: 0 1.25rem 1.25rem;
	min-width: 0;
}

.atube-mini-cart .widget_shopping_cart_content {
	min-height: 4rem;
	min-width: 0;
	max-width: 100%;
	overflow-x: visible;
	word-break: normal;
}

/* Breakdance mini-cart print voettekst in hetzelfde blok als de lijst */
.atube-mini-cart .widget_shopping_cart_content .bde-mini-cart-offcanvas-footer {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.atube-mini-cart .woocommerce-mini-cart {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
}

/*
 * Mini-cart regel: grid wint van Breakdance flex op li.
 * Selectors gebruiken .widget_shopping_cart_content (output [atube_mini_cart] + AJAX).
 */
.atube-mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart > li.woocommerce-mini-cart-item {
	display: grid !important;
	flex-direction: unset !important;
	flex-wrap: unset !important;
	align-items: start !important;
	justify-content: unset !important;
	width: 100% !important;
	min-width: 0;
	position: relative;
}

/* ─── Standaard WooCommerce-mini-cart (één productlink met img + naam) ─── */
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item) {
	grid-template-columns: 5.5rem minmax(0, 1fr) 2.25rem;
	grid-template-rows: auto auto auto;
	gap: 0.5rem 1.25rem;
	padding: 1.35rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	.remove.remove_from_cart_button {
	grid-column: 3;
	grid-row: 3;
	justify-self: end;
	align-self: center;
	position: static;
	z-index: 2;
	float: none !important;
	margin: 0 !important;
	font-size: 1.25rem;
	line-height: 1;
	width: 1.75rem;
	height: 1.75rem;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	color: #111 !important;
	opacity: 0.55;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	.remove.remove_from_cart_button:hover {
	opacity: 1;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> a:not(.remove) {
	grid-column: 1 / 3;
	grid-row: 1;
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.25rem;
	min-width: 0;
	text-decoration: none !important;
	color: #111 !important;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.35;
	text-transform: uppercase;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> a:not(.remove):empty {
	display: none !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> a:not(.remove)
	img {
	flex: 0 0 5.5rem;
	order: -1;
	width: 5.5rem !important;
	max-width: 5.5rem !important;
	height: auto !important;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> a:not(.remove)
	img:nth-of-type(n + 2) {
	display: none !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> a:not(.remove)
	> *:not(img) {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	color: inherit;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> img:first-of-type {
	grid-column: 1;
	grid-row: 1;
	width: 5.5rem !important;
	max-width: 5.5rem !important;
	height: auto !important;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
	margin: 0 !important;
	float: none !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	dl.variation,
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	.wc-item-meta {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	min-width: 0;
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1.4;
	text-transform: none;
	color: rgba(0, 0, 0, 0.55);
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	.quantity {
	grid-column: 2 / 3;
	grid-row: 3;
}

/* ─── Breakdance mini-cart (thumbnail + titel los; quantity-blok van BD) ─── */
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item.bde-mini-cart-item {
	grid-template-columns: 5.5rem minmax(0, 1fr) 2.25rem;
	grid-template-rows: auto auto;
	gap: 0.65rem 1.25rem;
	padding: 1.25rem 0 1.35rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-thumbnail {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: start;
	display: block !important;
	text-decoration: none !important;
	color: #111 !important;
	min-width: 0;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-thumbnail:visited {
	color: #111 !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-thumbnail
	img {
	width: 100% !important;
	max-width: 5.5rem !important;
	height: auto !important;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-title {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	display: block;
	margin: 0 0 0.35rem;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.35;
	text-transform: uppercase;
	color: #111 !important;
	text-decoration: none !important;
	word-break: normal;
	overflow-wrap: break-word;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-title:visited {
	color: #111 !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-title:hover {
	color: #111 !important;
	text-decoration: underline !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-title
	dl.variation,
.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-item-title
	.wc-item-meta {
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 1.4;
	text-transform: none;
	color: rgba(0, 0, 0, 0.55);
	margin: 0.35rem 0 0;
}

/* Verwijderen rechtsboven (niet op dezelfde cel als quantity) */
.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.remove.remove_from_cart_button {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	align-self: start;
	position: static;
	z-index: 2;
	float: none !important;
	margin: 0 !important;
	font-size: 1.25rem;
	line-height: 1;
	width: 1.75rem;
	height: 1.75rem;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	color: #111 !important;
	opacity: 0.55;
}

/* Volle breedte rij: − / input / + / prijs; inspringen gelijk met titel */
.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-quantity {
	grid-column: 1 / -1;
	grid-row: 2;
	min-width: 0;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start !important;
	gap: 0.5rem 0.75rem;
	padding: 0.35rem 0 0;
	padding-left: calc(5.5rem + 1.25rem);
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	isolation: isolate;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-quantity-simple {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	pointer-events: none !important;
}

/* Hoeveelheid + prijs (alle mini-items): Breakdance margin-left:auto uitschakelen */
.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
	grid-column: unset;
	grid-row: unset;
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	align-self: center !important;
	justify-content: flex-start !important;
	gap: 0.35rem;
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 0.15rem 0.35rem;
	border: 0;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	height: auto !important;
	min-height: 0;
	box-sizing: border-box;
	position: relative !important;
	font-size: 0.8125rem;
	color: rgba(0, 0, 0, 0.75);
	clear: none;
	flex-shrink: 0;
}

.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity input.qty,
.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity input.input-text {
	max-width: 4.25rem;
	min-width: 2.75rem;
	width: auto !important;
	height: auto !important;
	min-height: 2.25rem;
	box-sizing: border-box;
	padding: 0.4rem 0.45rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	font: inherit;
	flex: 0 0 auto;
}

.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity button.plus,
.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity button.minus,
.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .plus,
.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .minus {
	position: static !important;
	flex: 0 0 auto;
	min-width: 2rem;
	min-height: 2rem;
	padding: 0 0.4rem !important;
	border-radius: 6px !important;
	line-height: 1 !important;
	font-size: 1rem !important;
}

.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .bde-quantity-button {
	position: static !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	inset: auto !important;
	transform: none !important;
	flex: 0 0 auto;
	width: 2rem !important;
	height: 2rem !important;
	min-width: 2rem !important;
	padding: 0 !important;
	margin: 0 !important;
	align-self: center !important;
}

.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> .plus,
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> .minus,
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> button.plus,
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	> button.minus {
	grid-column: 2 / 3;
	grid-row: 3;
	align-self: center;
	margin: 0 !important;
}

.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity bdi {
	margin-left: 0.5rem;
	text-align: right;
	white-space: nowrap;
	flex: 0 1 auto;
	min-width: 0;
}

.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-quantity
	.woocommerce-Price-amount,
.atube-mini-cart
	.widget_shopping_cart_content
	.woocommerce-mini-cart-item.bde-mini-cart-item
	.bde-mini-cart-quantity
	bdi {
	margin-left: auto;
	white-space: nowrap;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	text-align: right;
}

.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .amount {
	white-space: nowrap;
}

/* WC-only: .quantity weer in grid cel (algemene regel zette unset) */
.atube-mini-cart
	.widget_shopping_cart_content
	ul.woocommerce-mini-cart
	> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
	.quantity {
	grid-column: 2 / 3;
	grid-row: 3;
}

/* Wishlist / hartjes (YITH, TI, enz.) in mini-cart */
.atube-mini-cart .tinvwl_add_to_wishlist_button,
.atube-mini-cart .tinv-wishlist,
.atube-mini-cart .yith-wcwl-add-to-wishlist,
.atube-mini-cart .yith-wcwl-add-button,
.atube-mini-cart .yith-wcwl-icon,
.atube-mini-cart button[class*='wishlist'],
.atube-mini-cart .woosw-btn,
.atube-mini-cart .woosw-wishlist,
.atube-mini-cart .add-to-wishlist,
.atube-mini-cart .wcboost-wishlist-button,
.atube-mini-cart .wlrwl-add-to-wishlist {
	display: none !important;
}

.atube-mini-cart .woocommerce-mini-cart__total {
	margin: 1rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.9375rem;
	min-width: 0;
	overflow-wrap: anywhere;
}

.atube-mini-cart .woocommerce-mini-cart__total::before {
	content: var(--atube-mini-cart-summary-lbl, "Overzicht");
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 0.45rem;
	line-height: 1.3;
}

.atube-mini-cart .woocommerce-mini-cart__total .amount,
.atube-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
	white-space: normal;
}

.atube-mini-cart hr {
	display: none !important;
}

.atube-mini-cart .woocommerce-mini-cart__buttons {
	margin: 1rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.atube-mini-cart .woocommerce-mini-cart__buttons a.button {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	border-radius: 999px !important;
	padding: 0.9rem 1.5rem !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	margin: 0 !important;
}

.atube-archief-winkel-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.75rem 1.75rem;
	border-radius: 999px;
	background: #111;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s ease;
}

.atube-archief-winkel-link:hover {
	background: #333;
	color: #fff !important;
}

.atube-mini-cart .woocommerce-mini-cart__buttons a.checkout {
	background: #111 !important;
	color: #fff !important;
	border: 0 !important;
}

.atube-mini-cart .woocommerce-mini-cart__buttons a:not(.checkout) {
	background: #fff !important;
	color: #111 !important;
	border: 2px solid #111 !important;
}

.atube-mini-cart__empty-cta {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	margin-top: 1rem;
}

.atube-mini-cart__pill {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.9rem 1.5rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	background: #111;
	color: #fff;
	border: 2px solid #111;
	box-sizing: border-box;
}

.atube-mini-cart__pill:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}

/* Optionele infostrip, kortingsblok, cross-sells (buiten AJAX-fragment) */
.atube-mini-cart__strip-notice {
	margin: 0 0 0.75rem;
	padding: 0.65rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.65);
	background: #f3f4f6;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.atube-mini-cart__coupon-bar {
	margin-top: 1rem;
	padding: 1rem 0.9rem;
	background: #f3f4f6;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.atube-mini-cart__coupon-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111;
}

.atube-mini-cart__coupon-row {
	margin: 0 0 0.35rem;
}

.atube-mini-cart__coupon-open {
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.atube-mini-cart__coupon-note {
	margin: 0;
	font-size: 0.75rem;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.35;
}

.atube-mini-cart__cross-sells {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.atube-mini-cart__cross-sells-title {
	margin: 0 0 0.25rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111;
}

.atube-mini-cart__cross-sells-sub {
	margin: 0 0 0.65rem;
	font-size: 0.75rem;
	color: rgba(0, 0, 0, 0.55);
	line-height: 1.35;
}

.atube-mini-cart__cross-track {
	display: flex;
	flex-direction: row;
	gap: 0.6rem;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.15rem;
	scrollbar-width: thin;
}

.atube-mini-cart__cross-card {
	flex: 0 0 8.5rem;
	max-width: 9.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.5rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	text-decoration: none !important;
	color: #111 !important;
	box-sizing: border-box;
}

.atube-mini-cart__cross-img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.atube-mini-cart__cross-name {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.atube-mini-cart__cross-price {
	font-size: 0.75rem;
	font-weight: 600;
}

/* =============================================================================
 * Live zoeken — [atube_zoeken] / [atube_search] / [atube_live_search]
 * ============================================================================= */

body.atube-live-search--open {
	overflow: hidden;
}

.atube-live-search {
	--atube-live-search-bg: #100f1b;
	--atube-live-search-accent: #dec258;
	--atube-live-search-icon-color: #fff;
	--atube-live-search-icon-size: 24px;
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	line-height: 1;
}

.atube-live-search__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--atube-live-search-icon-color);
	cursor: pointer;
	line-height: 0;
}

.atube-live-search__trigger:hover {
	opacity: 0.82;
}

.atube-live-search__trigger:focus-visible {
	outline: 2px solid var(--atube-live-search-accent);
	outline-offset: 3px;
	border-radius: 2px;
}

.atube-live-search__icon-svg {
	display: block;
	width: var(--atube-live-search-icon-size);
	height: var(--atube-live-search-icon-size);
}

.atube-archief-shop-wrap {
	width: 100%;
	box-sizing: border-box;
}

.atube-archief-shop__cta {
	margin: 0 0 1.5rem;
}

.atube-archief-shop {
	width: 100%;
	box-sizing: border-box;
}

.atube-archief-shop__grid {
	margin: 0;
}

.atube-archief-shop__empty {
	margin: 0;
	padding: 1.5rem 0;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.55);
}

.atube-live-search__overlay {
	position: fixed;
	inset: 0;
	z-index: 10070;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(0.75rem, 3vh, 2.5rem) clamp(0.75rem, 3vw, 1.5rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.atube-live-search__overlay[hidden] {
	display: none !important;
}

.atube-live-search__backdrop {
	position: fixed;
	inset: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.62);
	cursor: pointer;
}

.atube-live-search__panel {
	position: relative;
	z-index: 1;
	width: min(40rem, 100%);
	margin: 0 auto;
	padding: clamp(1.25rem, 3.5vw, 2rem);
	border-radius: 14px;
	background: var(--atube-live-search-bg);
	color: #fff;
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	box-sizing: border-box;
}

.atube-live-search__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1rem;
}

.atube-live-search__kicker {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--atube-live-search-accent);
}

.atube-live-search__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.atube-live-search__close:hover {
	background: rgba(255, 255, 255, 0.1);
}

.atube-live-search__field-wrap {
	margin: 0 0 1rem;
}

.atube-live-search__input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 1.0625rem;
	line-height: 1.35;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.atube-live-search__input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.atube-live-search__input:focus {
	outline: none;
	border-color: rgba(222, 194, 88, 0.55);
	box-shadow: 0 0 0 3px rgba(222, 194, 88, 0.18);
}

.atube-live-search__results {
	min-height: 2.5rem;
	max-height: min(52vh, 28rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.atube-live-search__status,
.atube-live-search__empty {
	margin: 0;
	padding: 0.75rem 0.15rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.55);
}

.atube-live-search__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.atube-live-search__item-wrap {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.atube-live-search__item-wrap:first-child {
	border-top: 0;
}

.atube-live-search__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.8rem 0.15rem;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.atube-live-search__item:hover,
.atube-live-search__item:focus-visible {
	opacity: 0.88;
	outline: none;
}

.atube-live-search__thumb {
	flex: 0 0 auto;
	width: 3.25rem;
	height: 3.25rem;
	object-fit: contain;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
}

.atube-live-search__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.atube-live-search__item-title {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.35;
}

.atube-live-search__item-price,
.atube-live-search__item-price .amount {
	color: var(--atube-live-search-accent) !important;
	font-size: 0.8125rem;
	font-weight: 700;
}

.atube-live-search__all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 1rem;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	background: var(--atube-live-search-accent);
	color: #111 !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}

.atube-live-search__all:hover {
	background: #c9ae4d;
	color: #111 !important;
}

@media (max-width: 640px) {
	.atube-live-search__overlay {
		align-items: stretch;
		padding: 0;
	}

	.atube-live-search__panel {
		width: 100%;
		min-height: 100%;
		border-radius: 0;
		padding: 1rem 1rem 1.5rem;
		display: flex;
		flex-direction: column;
	}

	.atube-live-search__input {
		font-size: 1rem;
		padding: 0.95rem 1rem;
	}

	.atube-live-search__results {
		max-height: none;
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* =============================================================================
 * Responsive — alle shortcodes (mobiel / tablet)
 * ============================================================================= */

@media (min-width: 1024px) {
	.atube-shop-overview {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding-left: max(1rem, calc((100vw - min(var(--atube-shop-overview-inner-max), 100vw - 2rem)) / 2));
		padding-right: max(1rem, calc((100vw - min(var(--atube-shop-overview-inner-max), 100vw - 2rem)) / 2));
	}
}

@media (max-width: 768px) {
	.atube-shop-overview__grid-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.atube-shop-overview__sort-wrap {
		width: 100%;
	}

	.atube-shop-overview__sort {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
	}

	.atube-wc-cart-shortcode.woocommerce
		form.woocommerce-cart-form
		table.shop_table
		tbody
		tr.woocommerce-cart-form__cart-item {
		grid-template-columns: 5.5rem minmax(0, 1fr) minmax(3.5rem, 5rem);
		gap: 0.5rem 1rem;
	}

	#atube-lightbox .atube-lightbox__nav {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 1.25rem;
	}

	.atube-lightbox__nav--prev {
		left: 0.35rem;
	}

	.atube-lightbox__nav--next {
		right: 0.35rem;
	}
}

@media (max-width: 640px) {
	.atube-merken {
		min-height: clamp(22rem, 55vh, 36rem);
		min-height: clamp(22rem, 55dvh, 36rem);
		padding: clamp(1.75rem, 5vw, 2.5rem) clamp(0.85rem, 4vw, 1.5rem);
	}

	.atube-merken__item {
		max-width: min(11rem, 46vw);
	}

	.atube-archief-winkel-link {
		display: block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	.atube-help-banner__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.atube-help-banner__link {
		display: inline-block;
		margin-left: 0;
		margin-top: 0.35rem;
	}

	.atube-wc-tabs-acc__summary {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.atube-wc-tabs-acc__review-meta {
		flex: 1 1 100%;
		order: 3;
		padding-top: 0.15rem;
	}

	.atube-wc-summary .single_add_to_cart_button {
		white-space: normal;
		text-align: center;
	}

	.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon {
		flex-direction: column;
		align-items: stretch;
		max-width: 100% !important;
		width: 100% !important;
	}

	.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-first,
	.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-last {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
	}

	.atube-checkout-styled form.checkout_coupon.woocommerce-form-coupon .form-row-last .button {
		width: 100%;
	}

	.atube-mini-cart
		.widget_shopping_cart_content
		ul.woocommerce-mini-cart
		> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item) {
		grid-template-columns: 4.25rem minmax(0, 1fr) 2rem;
		gap: 0.5rem 0.85rem;
	}

	.atube-mini-cart
		.widget_shopping_cart_content
		ul.woocommerce-mini-cart
		> li.woocommerce-mini-cart-item:not(.bde-mini-cart-item)
		> a:not(.remove)
		img {
		flex: 0 0 4.25rem;
		width: 4.25rem !important;
		max-width: 4.25rem !important;
	}

	.atube-mini-cart
		.widget_shopping_cart_content
		.woocommerce-mini-cart-item.bde-mini-cart-item
		.bde-mini-cart-quantity {
		padding-left: calc(4.25rem + 0.85rem);
	}

	.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity input.qty,
	.atube-mini-cart .widget_shopping_cart_content .woocommerce-mini-cart-item .quantity input.input-text {
		max-width: 3.5rem;
		min-width: 2.5rem;
	}

	.atube-mini-cart__actions .button,
	.atube-mini-cart__shop-link {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}

/* Touch: merklogo focus/active toont achtergrond zonder hover */
.atube-merken:focus-within .atube-merken__overlay {
	opacity: 0;
}

.atube-merken.atube-merken--bg-hover:focus-within .atube-merken__bg--idle {
	opacity: 0;
}

.atube-merken.atube-merken--bg-hover:focus-within .atube-merken__bg--hover {
	opacity: 1;
}

.atube-archief-shop-wrap,
.atube-product-showcase,
.atube-product-split,
.atube-wc-cart-shortcode,
.atube-wc-checkout-shortcode,
.atube-help-banner,
.atube-wc-tabs-acc,
.atube-categorieen {
	max-width: 100%;
	box-sizing: border-box;
}

/* Categorie-raster (winkel-categorie tegels) */
.atube-categorieen {
	--atube-cat-cols: 4;
	--atube-cat-gap: clamp(1.15rem, 2.2vw, 1.75rem);
	--atube-cat-aspect: 4 / 3;
	--atube-cat-radius: 16px;
	--atube-cat-ease: cubic-bezier(0.33, 1, 0.68, 1);
	--atube-cat-hover: rgba(22, 20, 30, 0.82);
	--atube-cat-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
	width: 100%;
}

.atube-categorieen__title {
	margin: 0 0 1.15rem;
	font-size: clamp(1.1rem, 1.7vw, 1.4rem);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.15;
	text-transform: uppercase;
	color: #000;
}

.atube-categorieen__grid {
	display: grid;
	grid-template-columns: repeat(var(--atube-cat-cols), minmax(0, 1fr));
	gap: var(--atube-cat-gap);
}

.atube-categorieen__slider {
	position: relative;
	overflow-x: clip;
	padding: 0 2.35rem;
}

.atube-categorieen__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.atube-categorieen__viewport::-webkit-scrollbar {
	display: none;
}

.atube-categorieen__track {
	display: flex;
	gap: var(--atube-cat-gap);
	padding: 0.1rem 0;
}

.atube-categorieen__slide {
	flex: 0 0 calc(
		(100% - (var(--atube-cat-per-view) - 1) * var(--atube-cat-gap)) / var(--atube-cat-per-view)
	);
	min-width: 0;
	scroll-snap-align: start;
}

.atube-categorieen__slide > .atube-categorieen__card {
	height: 100%;
}

.atube-categorieen__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	color: #111;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.atube-categorieen__nav:hover,
.atube-categorieen__nav:focus-visible {
	border-color: rgba(0, 0, 0, 0.28);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.atube-categorieen__nav--prev {
	left: 0;
}

.atube-categorieen__nav--next {
	right: 0;
}

.atube-categorieen__card {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: var(--atube-cat-aspect);
	border-radius: var(--atube-cat-radius);
	text-decoration: none;
	color: #fff;
	background: #16141e;
	isolation: isolate;
}

.atube-categorieen__card-bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.75s var(--atube-cat-ease);
	will-change: transform;
}

.atube-categorieen__card:hover .atube-categorieen__card-bg,
.atube-categorieen__card:focus-visible .atube-categorieen__card-bg {
	transform: scale(1.05);
}

.atube-categorieen__card-shade {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.08) 0%,
		rgba(0, 0, 0, 0.02) 45%,
		rgba(0, 0, 0, 0.35) 78%,
		rgba(0, 0, 0, 0.58) 100%
	);
	pointer-events: none;
	transition: opacity 0.4s var(--atube-cat-ease);
}

.atube-categorieen__card-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: var(--atube-cat-hover);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s var(--atube-cat-ease);
}

.atube-categorieen__card--has-hover:hover .atube-categorieen__card-overlay,
.atube-categorieen__card--has-hover:focus-visible .atube-categorieen__card-overlay {
	opacity: 1;
}

.atube-categorieen__card--no-img .atube-categorieen__card-shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.atube-categorieen__hover-text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 4.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 1.35rem;
	font-family: var(--atube-cat-serif);
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	letter-spacing: 0.01em;
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition:
		opacity 0.4s var(--atube-cat-ease),
		transform 0.4s var(--atube-cat-ease);
}

.atube-categorieen__card--has-hover:hover .atube-categorieen__hover-text,
.atube-categorieen__card--has-hover:focus-visible .atube-categorieen__hover-text {
	opacity: 1;
	transform: translateY(0);
}

.atube-categorieen__footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.85rem;
	padding: 1.15rem 1.2rem 1.2rem;
	isolation: isolate;
}

.atube-categorieen__footer::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.35) 42%,
		rgba(0, 0, 0, 0.72) 100%
	);
	pointer-events: none;
	z-index: -1;
}

.atube-categorieen__name {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 1;
	font-family: var(--atube-cat-serif);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #fff;
	opacity: 1;
	visibility: visible;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.atube-categorieen__card:hover .atube-categorieen__name,
.atube-categorieen__card:focus-visible .atube-categorieen__name,
.atube-categorieen__card:hover .atube-categorieen__footer,
.atube-categorieen__card:focus-visible .atube-categorieen__footer {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.atube-categorieen__arrow {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	color: #fff;
	background: transparent;
	transition:
		border-color 0.3s var(--atube-cat-ease),
		background-color 0.3s var(--atube-cat-ease),
		transform 0.3s var(--atube-cat-ease);
}

.atube-categorieen__card:hover .atube-categorieen__arrow,
.atube-categorieen__card:focus-visible .atube-categorieen__arrow {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	transform: translateX(2px);
}

@media (hover: none) {
	.atube-categorieen__card-overlay,
	.atube-categorieen__hover-text {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.atube-categorieen__card-bg,
	.atube-categorieen__card-shade,
	.atube-categorieen__card-overlay,
	.atube-categorieen__hover-text,
	.atube-categorieen__footer,
	.atube-categorieen__arrow {
		transition: none;
	}

	.atube-categorieen__card:hover .atube-categorieen__card-bg,
	.atube-categorieen__card:focus-visible .atube-categorieen__card-bg {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.atube-categorieen--grid {
		--atube-cat-cols: min(3, var(--atube-cat-cols));
	}

	.atube-categorieen--slider {
		--atube-cat-per-view: min(3, var(--atube-cat-per-view));
	}
}

@media (max-width: 768px) {
	.atube-categorieen--grid {
		--atube-cat-cols: min(2, var(--atube-cat-cols));
	}

	.atube-categorieen--slider {
		--atube-cat-per-view: min(2, var(--atube-cat-per-view));
	}

	.atube-categorieen--slider .atube-categorieen__slider {
		padding: 0 2rem;
	}
}

@media (max-width: 480px) {
	.atube-categorieen--grid {
		--atube-cat-cols: 1;
	}

	.atube-categorieen--slider {
		--atube-cat-per-view: 1;
	}

	.atube-categorieen--slider .atube-categorieen__slider {
		padding: 0 1.75rem;
	}

	.atube-categorieen__nav {
		width: 1.75rem;
		height: 1.75rem;
		font-size: 1.15rem;
	}
}

