.iben-wcdc-price-stack {
	display: inline-flex;
	flex-direction: column;
	gap: 0.2rem;
}

.iben-wcdc-price-secondary {
	display: block;
	font-size: 0.65em;
	color: rgba(0, 0, 0, 0.65);
}

.iben-wcdc-price-secondary .amount,
.iben-wcdc-price-secondary .woocommerce-Price-amount,
.iben-wcdc-price-secondary .woocommerce-Price-amount bdi,
.iben-wcdc-price-secondary .woocommerce-Price-currencySymbol,
.iben-wcdc-price-secondary--compact .amount,
.iben-wcdc-price-secondary--compact .woocommerce-Price-amount,
.iben-wcdc-price-secondary--compact .woocommerce-Price-amount bdi,
.iben-wcdc-price-secondary--compact .woocommerce-Price-currencySymbol {
	font-size: inherit !important;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.iben-wcdc-product-price--compact {
	display: inline-flex;
	flex-direction: column;
	gap: 0.08rem;
}

.iben-wcdc-price-secondary--compact {
	font-size: 0.5em;	
	color: rgba(0, 0, 0, 0.5);
}

.iben-wcdc-price-primary {
	font-weight: 600;
}

.iben-wcdc-price-primary--plain del,
.iben-wcdc-price-secondary del,
.iben-wcdc-price-secondary ins {
	font-weight: 400 !important;
	text-decoration-thickness: auto;
}

.iben-wcdc-price-primary--plain del {
	opacity: 0.75;
}

.iben-wcdc-price-primary--plain ins {
	font-weight: 700 !important;
	text-decoration: none;
}

.single-product .summary .iben-wcdc-product-price--compact {
	gap: 0.12rem;
}

.single-product .summary .iben-wcdc-product-price--compact .iben-wcdc-price-primary {
	line-height: 1.1;
}

.single-product .summary .iben-wcdc-price-secondary--compact {
	margin-top: 0.1rem;
	font-size: 0.5em;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.48);
}

.woocommerce-cart .shop_table .iben-wcdc-price-stack,
.woocommerce-cart .cart_totals .iben-wcdc-price-stack {
	gap: 0.12rem;
}

.woocommerce-cart .shop_table .iben-wcdc-price-secondary,
.woocommerce-cart .cart_totals .iben-wcdc-price-secondary {
	margin-top: 0.08rem;
	font-size: 0.65em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.46);
}

.woocommerce-cart .cart_totals .order-total .iben-wcdc-price-primary,
.woocommerce-checkout-review-order-table .order-total .iben-wcdc-price-primary,
.woocommerce-order-details .order-total .iben-wcdc-price-primary {
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.05;
}

.woocommerce-cart .cart_totals .order-total .iben-wcdc-price-stack,
.woocommerce-checkout-review-order-table .order-total .iben-wcdc-price-stack,
.woocommerce-order-details .order-total .iben-wcdc-price-stack {
	gap: 0.18rem;
}

.woocommerce-cart .cart_totals .order-total .iben-wcdc-price-secondary,
.woocommerce-checkout-review-order-table .order-total .iben-wcdc-price-secondary,
.woocommerce-order-details .order-total .iben-wcdc-price-secondary {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.62);
}

.woocommerce table.shop_table th.product-total,
.woocommerce table.shop_table td.product-total,
.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td.product-total {
	min-width: 8.5rem;
	padding-left: 1rem;
}

.woocommerce-checkout-review-order-table .cart-discount-total-benefit th,
.woocommerce-checkout-review-order-table .cart-discount-total-benefit td {
	font-size: 0.92em;
	font-weight: 400;
	text-transform: none;
}

.woocommerce-checkout-review-order-table .cart-discount-total-benefit .iben-wcdc-price-primary {
	font-weight: 500;
}

.woocommerce-checkout-review-order-table .cart-discount-total-benefit .iben-wcdc-price-secondary {
	font-size: 0.7em;
}


.iben-wcdc-checkout-note {
	margin-top: 0.5rem;
    font-size: 1em;
    color: #2f3a45;
    font-weight: bold;
}

.iben-wcdc-checkout-note-row td {
	padding-top: 0.75rem;
}

.iben-wcdc-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.iben-wcdc-switcher__select {
	display: block;
	width: 100%;
	min-width: 12rem;
	max-width: 100%;
	padding: 0.55rem 0.75rem;
	border: 1px solid #c9d1d9;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 14px;
	line-height: 1.4;
	appearance: auto;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	box-sizing: border-box;
}

.iben-wcdc-switcher__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: 8px;
	background: #0b8f27;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.iben-wcdc-js .iben-wcdc-switcher__submit {
	display: none;
}

.iben-wcdc-switcher--minimal .iben-wcdc-switcher__submit {
	display: none !important;
}

.iben-wcdc-switcher--minimal {
	display: inline-flex;
	align-items: center;
	gap: 0;
	flex-wrap: nowrap;
	position: relative;
	z-index: 50;
	overflow: visible !important;
	padding: 10px;
}

.iben-wcdc-minimal {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	overflow: visible !important;
}

.iben-wcdc-minimal__trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.15rem 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
}
.iben-wcdc-minimal__trigger:hover {
    background: transparent;
}

.iben-wcdc-minimal__trigger:focus {
	outline: none;
}

.iben-wcdc-minimal__current {
	display: inline-block;
}

.iben-wcdc-minimal__chevron {
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transform-origin: center;
	transition: transform 0.18s ease;
}

.iben-wcdc-minimal.is-open .iben-wcdc-minimal__chevron {
	transform: rotate(-135deg) translateY(-1px);
}

.iben-wcdc-minimal__panel {
	position: absolute;
	top: calc(100% + 0.45rem);
	right: 0.5rem;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	width: min(17rem, calc(100vw - 2.5rem));
	min-width: 0;
	max-width: min(17rem, calc(100vw - 2.5rem));
	max-height: min(22rem, calc(100vh - 2rem));
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.iben-wcdc-minimal__options {
	display: flex;
	flex-direction: column;
	padding: 0.35rem 0;
	max-height: min(14rem, calc(100vh - 7rem));
	scrollbar-gutter: stable;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.iben-wcdc-minimal__option {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.55rem 0.8rem;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.iben-wcdc-minimal__option:hover,
.iben-wcdc-minimal__option:focus {
	background: #f3f6f8;
	color: #111827;
	outline: none;
}

.iben-wcdc-minimal__option.is-active {
	background: #eef5ff;
	color: #0f4db8;
}

.iben-wcdc-minimal__note {
	padding: 0.65rem 0.8rem 0.75rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	color: #5b6574;
	font-size: 11px;
	line-height: 1.45;
}

.shopping-cart .basel-cart-subtotal .iben-wcdc-price-stack,
.shopping-cart .basel-cart-totals .iben-wcdc-price-stack {
	display: inline-flex;
}

.shopping-cart .basel-cart-subtotal .iben-wcdc-price-primary,
.shopping-cart .basel-cart-totals .iben-wcdc-price-primary {
	display: inline;
}

.shopping-cart .basel-cart-subtotal .iben-wcdc-price-secondary,
.shopping-cart .basel-cart-totals .iben-wcdc-price-secondary {
	display: none !important;
}
