/**
 * Nordisk Kombucha â€“ Styling: variant-knapper + enkeltkÃ¸b/abonnement
 * Farver: creme/lysegul aktiv, mÃ¸rkegrÃ¥ tekst
 */

/* ========== Form: rÃ¦kkefÃ¸lge og mellemrum mellem alle elementer ========== */
.single-product form.cart,
.single-product form.variations_form.cart,
.single-product form.variations_form,
.single-product .variations_form.cart {
	display: flex;
	flex-direction: column;
	gap: 0;
	row-gap: 1rem;
	margin: 0 !important;
	padding: 0 !important;
}

/* Elementor container: fjern padding omkring form.cart */
.single-product form.cart,
.single-product form.variations_form.cart {
	position: relative;
}

.single-product .elementor-element:has(> form.cart),
.single-product .elementor-element:has(> form.variations_form.cart),
.single-product .e-con:has(> form.cart),
.single-product .e-con:has(> form.variations_form.cart) {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
}







/* Fjern min height som kan reservere tom plads */
.single-product form.variations_form.cart {
  min-height: 0 !important;
}

/* Hvis containeren er flex og bruger gap */
.single-product .elementor-widget-woocommerce-product-add-to-cart * {
  row-gap: 0 !important;
}









.ast-stock-detail .ast-stock-avail {
	display: none !important;
}


.ast-stock-detail {
  font-size: 14px !important;
}








/* Skjul original varianttabel (vi viser kun vores knapper; select er stadig i DOM til WooCommerce) */
.single-product form.cart .variations {
	display: none !important;
}

/* RÃ¦kkefÃ¸lge: 1) Pris/lager, 2) VÃ¦lg antal + knapper, 3) KÃ¸bsmuligheder, 4) Knap */
.single-product form.cart .single_variation_wrap {
	order: 1;
	margin: 0 !important;
}
.single-product form.cart .nk-variant-section {
	order: 2;
	margin-top: 0.25rem;
	margin-bottom: 0.75rem;
}
.single-product form.cart .nk-subscription-options-wrapper {
	order: 3;
	margin-top: 1.25rem;
}
.single-product form.cart .single_product_actions,
.single-product form.cart .wc-block-components-add-to-cart-form,
.single-product form.cart .elementor-widget-woocommerce-product-add-to-cart button.single_add_to_cart_button {
	order: 10;
	margin-top: 1.25rem;
}
.single-product form.cart button.single_add_to_cart_button {
	margin-top: 1.25rem !important;
}

/* Skjul hele kÃ¸bsmuligheder-sektionen pÃ¥ udvalgte produkter (ID i nk_get_hide_purchase_options_product_ids) */
body.nk-hide-purchase-options .single-product form.cart .nk-subscription-options-wrapper,
body.nk-hide-purchase-options .single-product form.cart .bos4w-purchase-type,
body.nk-hide-purchase-options .single-product form.cart .wcsatt-options,
body.nk-hide-purchase-options .single-product form.cart .bos4w-frequency,
body.nk-hide-purchase-options .single-product form.cart .wcsatt-subscription-frequency,
body.nk-hide-purchase-options .single-product form.cart p.form-row:has(input[name*="purchase_type"]),
body.nk-hide-purchase-options .single-product form.cart p.form-row:has(select[name*="subscription"]) {
	display: none !important;
}

/* Gavekort (ID 22195): skjul kun "KÃ¸bsmuligheder"-overskrift og EnkeltkÃ¸b/Abonnement â€“ behold gavekort-felter (pwgc).
   Brug bÃ¥de .nk-giftcard-product og .postid-22195 sÃ¥ det virker ogsÃ¥ ved cache. */
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper .nk-freq-heading,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper > h3,
body.nk-giftcard-product .single-product form.cart .bos4w-purchase-type,
body.nk-giftcard-product .single-product form.cart .wcsatt-options,
body.nk-giftcard-product .single-product form.cart .bos4w-frequency,
body.nk-giftcard-product .single-product form.cart .wcsatt-subscription-frequency,
body.nk-giftcard-product .single-product form.cart p.form-row:has(input[name*="purchase_type"]),
body.nk-giftcard-product .single-product form.cart p.form-row:has(select[name*="subscription"]),
body.single-product.postid-22195 .nk-subscription-options-wrapper .nk-freq-heading,
body.single-product.postid-22195 .nk-subscription-options-wrapper > h3,
body.single-product.postid-22195 form.cart .bos4w-purchase-type,
body.single-product.postid-22195 form.cart .wcsatt-options,
body.single-product.postid-22195 form.cart .bos4w-frequency,
body.single-product.postid-22195 form.cart .wcsatt-subscription-frequency,
body.single-product.postid-22195 form.cart p.form-row:has(input[name*="purchase_type"]),
body.single-product.postid-22195 form.cart p.form-row:has(select[name*="subscription"]) {
	display: none !important;
}

/* Gavekort: "Beløb" i stedet for "Vælg antal", grid for beløbsknapper */
:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-variant-section .nk-variant-label {
	font-size: 0 !important;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 0.75rem;
}
:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-variant-section .nk-variant-label::before {
	content: "Vælg Beløb";
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-variant-section {
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-variant-buttons {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 12px;
	row-gap: 1.25rem !important;
	align-items: stretch;
	padding: 0 !important;
	margin: 0 !important;
}
:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-variant-buttons button {
	flex: none !important;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Gavekort 22195: fjern "Antal kasser" helt, og læg knap under (fuld bredde) */
body.single-product.postid-22195 .nk-quantity-block,
body.single-product.postid-22195 form.cart .quantity,
body.nk-giftcard-product .single-product .nk-quantity-block,
body.nk-giftcard-product .single-product form.cart .quantity {
	display: none !important;
}
body.single-product.postid-22195 .nk-atc-row,
body.single-product.postid-22195 .e-atc-qty-button-holder,
body.nk-giftcard-product .single-product .nk-atc-row,
body.nk-giftcard-product .single-product .e-atc-qty-button-holder {
	display: block !important;
	flex-direction: column !important;
}
body.single-product.postid-22195 .nk-atc-row .single_add_to_cart_button,
body.single-product.postid-22195 .nk-atc-row button.single_add_to_cart_button,
body.single-product.postid-22195 .e-atc-qty-button-holder .single_add_to_cart_button,
body.single-product.postid-22195 .e-atc-qty-button-holder button.single_add_to_cart_button,
body.nk-giftcard-product .single-product .nk-atc-row .single_add_to_cart_button,
body.nk-giftcard-product .single-product .nk-atc-row button.single_add_to_cart_button,
body.nk-giftcard-product .single-product .e-atc-qty-button-holder .single_add_to_cart_button,
body.nk-giftcard-product .single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 2.5rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: block !important;
	box-sizing: border-box;
}
/* Gavekort: knappens wrapper (Elementor osv.) samme bredde som containeren */
body.single-product.postid-22195 .nk-atc-row .elementor-button-wrapper,
body.single-product.postid-22195 .e-atc-qty-button-holder .elementor-button-wrapper,
body.nk-giftcard-product .single-product .nk-atc-row .elementor-button-wrapper,
body.nk-giftcard-product .single-product .e-atc-qty-button-holder .elementor-button-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* Gavekort: alle direkte bÃ¸rn i kassen (inkl. knap/wrapper) fylder fuld bredde */
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row > *,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row > * {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

/* Gavekort: knap overflow â€“ strÃ¦k ud over wrapperens padding (1.5rem) sÃ¥ den matcher kassens visuelle bredde */
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row {
	overflow: visible !important;
}
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row .single_add_to_cart_button,
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row button.single_add_to_cart_button,
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row .elementor-button-wrapper .elementor-button,
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row .elementor-button-wrapper,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row .single_add_to_cart_button,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row button.single_add_to_cart_button,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row .elementor-button-wrapper .elementor-button,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row .elementor-button-wrapper {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important;
	width: calc(100% + 3rem) !important;
	max-width: calc(100% + 3rem) !important;
	box-sizing: border-box;
}
body.single-product.postid-22195 .nk-subscription-options-wrapper.nk-atc-row .elementor-button-wrapper .elementor-button,
body.nk-giftcard-product .single-product .nk-subscription-options-wrapper.nk-atc-row .elementor-button-wrapper .elementor-button {
	width: 100% !important;
	max-width: 100% !important;
}

/* Gavekort: pwgc-felter fuld bredde */
:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container,
:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container .pwgc-field-container {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
}
:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container input[type="text"],
:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container input[type="email"],
:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container textarea {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-subscription-options-wrapper.nk-atc-row {
		width: 100% !important;
		max-width: 100% !important;
	}
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-subscription-options-wrapper.nk-atc-row #pwgc-purchase-container,
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-subscription-options-wrapper .pwgc-field-container {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		box-sizing: border-box;
	}
	:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container input[type="text"],
	:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container input[type="email"],
	:is(body.single-product.postid-22195, body.nk-giftcard-product) #pwgc-purchase-container textarea {
		width: 100% !important;
		max-width: none !important;
		box-sizing: border-box;
	}
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-subscription-options-wrapper.nk-atc-row > * {
		width: 100% !important;
		max-width: 100% !important;
	}
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-atc-row .single_add_to_cart_button,
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-atc-row button.single_add_to_cart_button,
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .e-atc-qty-button-holder .single_add_to_cart_button,
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .e-atc-qty-button-holder button.single_add_to_cart_button {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-atc-row .elementor-button-wrapper,
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .e-atc-qty-button-holder .elementor-button-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	:is(body.nk-giftcard-product .single-product, body.single-product.postid-22195) .nk-atc-row .elementor-button-wrapper .elementor-button {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Fjern "RYD" (Clear variations) */
.single-product form.cart .reset_variations {
	display: none !important;
}

/* Skjul tomt/ubrugt input (fx gift card amount) â€“ tilpas selector efter behov */
.single-product form.cart input[type="text"].input-text.wc-gc-amount,
.single-product form.cart .wc-gc-field input {
	display: none !important;
}

/* ========== VÃ†LG ANTAL: overskrift over knapper ========== */
.single-product .nk-variant-section .nk-variant-label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #333;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.single-product form.variations_form select.nk-variant-select {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.single-product .nk-variant-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Inaktive vÃ¦lg-knapper: hvide med sort kant */
.single-product .nk-variant-buttons button {
	flex: 1;
	min-width: 120px;
	border: 2px solid #e5e0ce !important;
	background: #faf9f5 !important;
	cursor: pointer;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
  	padding: 12px !important;
  	margin: 0 !important;
}

.single-product .nk-variant-buttons button:not(.is-active):hover {
	border-color: #e5e0ce !important;
	background: #f5f3ee !important;
	background-color: #f5f3ee !important;
	color: #333 !important;
}
.single-product .nk-variant-buttons button.is-active:hover {
	color: #fff !important;
}

/* Aktiv variant â€“ tving sort knap (overstyr tema/plugin) */
.single-product .nk-variant-buttons button.is-active {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
	border-width: 2px !important;
	font-weight: 700 !important;
}

/* ========== Pris og lager: pÃ¦nere ========== */
.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .single_variation_wrap .woocommerce-variation-price .price {
	margin-bottom: 0.5rem;
	font-size: 36px;
	font-weight: 700;
}
.single-product .single_variation_wrap .woocommerce-variation-price .price .amount,
.single-product .single_variation_wrap .price .amount {
	font-size: 36px;
	font-weight: 700;
}
/* Lagerstatus: undgÃ¥ "PÃ¥ lager: PÃ¥ lager" â€“ kun Ã©n gang (teksten styres i PHP) */
.single-product .single_variation_wrap .woocommerce-variation-availability {
	font-size: 0.9rem;
	color: #333;
}
.single-product .single_variation_wrap .stock.in-stock {
	color: #5a7a5a;
}

/* Skjul lagerstatus på bundle produkter */
.single-product.product-type-bundle .stock,
.single-product.product-type-bundle .woocommerce-variation-availability,
.single-product.product-type-bundle p.stock,
body.product-type-bundle .single-product .stock,
body.product-type-bundle .single-product .woocommerce-variation-availability,
body.product-type-bundle .single-product p.stock,
.single-product form.bundle_form ~ .stock,
.single-product form.bundle_form ~ p.stock,
.single-product .wc-pb-bundle-form ~ .stock,
.single-product .wc-pb-bundle-form ~ p.stock {
	display: none !important;
	visibility: hidden !important;
}

/* ========== Bundle produkter: Vis pris ========== */
.single-product.product-type-bundle .summary .price,
.single-product.product-type-bundle .entry-summary .price,
.single-product.product-type-bundle .product .price,
body.product-type-bundle .single-product .summary .price,
body.product-type-bundle .single-product .entry-summary .price,
body.product-type-bundle .single-product .product .price,
.single-product form.bundle_form ~ .price,
.single-product .wc-pb-bundle-form ~ .price,
.single-product.product-type-bundle .woocommerce-Price-amount,
body.product-type-bundle .single-product .woocommerce-Price-amount {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	margin-bottom: 0.5rem !important;
	color: #333 !important;
}

.single-product.product-type-bundle .summary .price .amount,
.single-product.product-type-bundle .entry-summary .price .amount,
.single-product.product-type-bundle .product .price .amount,
body.product-type-bundle .single-product .summary .price .amount,
body.product-type-bundle .single-product .entry-summary .price .amount,
body.product-type-bundle .single-product .product .price .amount {
	font-size: 1.35rem !important;
	font-weight: 700 !important;
}

/* ========== Kassen: KÃ¸bsmuligheder (alt indhold inde i samme boks) ========== */
.single-product .nk-subscription-options-wrapper {
	margin-top: 0;
	padding: 1.75rem 1.5rem;
	border-radius: 12px;
	border: 2px solid #e8e4d4;
	background: #faf9f5;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Overskrift inde i kassen â€“ "KÃ¸bsmuligheder" (mindre mellemrum ned til valgmulighederne) */
.single-product .nk-subscription-options-wrapper .nk-freq-heading {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #333;
	margin: 0 0 0.6rem 0;
	text-transform: none;
	order: 0;
}

/* RÃ¦kkefÃ¸lge inde i kassen: 1) Overskrift, 2) EnkeltkÃ¸b/Abonnement, 3) Leveringsfrekvens-dropdown */
.single-product .nk-subscription-options-wrapper > p.form-row:has(input[type="radio"][name*="purchase_type"]),
.single-product .nk-subscription-options-wrapper > .bos4w-purchase-type,
.single-product .nk-subscription-options-wrapper .wcsatt-options {
	order: 1;
}
.single-product .nk-subscription-options-wrapper .bos4w-frequency,
.single-product .nk-subscription-options-wrapper .wcsatt-subscription-frequency,
.single-product .nk-subscription-options-wrapper > p.form-row:has(select[name*="subscription"]) {
	order: 2;
}

/* Skjul overskriften "VÃ¦lg frekvens" â€“ alle mulige placeringer */
.single-product .nk-subscription-options-wrapper .bos4w-frequency > *:first-child:not(select):not(label[for*="subscription"]),
.single-product .nk-subscription-options-wrapper .wcsatt-subscription-frequency > *:first-child:not(select):not(label[for*="subscription"]),
.single-product .nk-subscription-options-wrapper p.form-row:has(select[name*="subscription"]) > *:first-child:not(select):not(label[for*="subscription"]) {
	display: none !important;
}
.single-product .nk-subscription-options-wrapper p.form-row:has(select[name*="subscription"]) label:not([for*="subscription"]) {
	display: none !important;
}
.single-product .nk-subscription-options-wrapper h3:not(.nk-freq-heading),
.single-product .nk-subscription-options-wrapper h4 {
	display: none !important;
}
/* Skjul kun overskriften "VÃ¦lg frekvens" â€“ frekvens-dropdownen vises stadig */
.single-product .nk-subscription-options-wrapper .bos4w-display-plan-text {
	display: none !important;
}

/* Tomme placeholder-elementer inde i kassen fylder ikke */
.single-product .nk-subscription-options-wrapper .form-row:empty,
.single-product .nk-subscription-options-wrapper > div:empty {
	display: none !important;
}

.single-product .nk-subscription-options-wrapper [data-bos4w],
.single-product .nk-subscription-options-wrapper .bos4w-options-wrapper,
.single-product .nk-subscription-options-wrapper .wcsatt-options-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

/* RÃ¦kke med EnkeltkÃ¸b/Abonnement â€“ stablede fuldbredde-rÃ¦kker inde i kassen */
.single-product .nk-subscription-options-wrapper p.form-row:has(input[type="radio"][name*="purchase_type"]),
.single-product .nk-subscription-options-wrapper .bos4w-purchase-type,
.single-product .nk-subscription-options-wrapper .wcsatt-options {
	display: flex !important;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	width: 100%;
}

.single-product .nk-subscription-options-wrapper .bos4w-option,
.single-product .nk-subscription-options-wrapper .wcsatt-option,
.single-product .nk-subscription-options-wrapper label:has(input[name*="purchase_type"]) {
	flex: none;
	width: 100%;
	min-width: 0;
}

/* Fjern punkt/bullet fÃ¸r radio-knapperne */
.single-product .nk-subscription-options-wrapper label:has(input[type="radio"])::before,
.single-product .nk-subscription-options-wrapper .bos4w-option::before,
.single-product .nk-subscription-options-wrapper .wcsatt-option::before {
	display: none !important;
}
.single-product .nk-subscription-options-wrapper ul,
.single-product .nk-subscription-options-wrapper ol {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

/* Hver valgmulighed = fuld bredde rÃ¦kke med linje under */
.single-product .nk-subscription-options-wrapper label:has(input[type="radio"]) {
	display: flex !important;
	align-items: center;
	justify-content: space-between !important;
	width: 100%;
	padding: 16px 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e8e4d4;
	cursor: pointer;
	text-align: left;
	background: transparent;
	color: #333;
	font-weight: 600;
	font-size: 1rem;
	transition: background 0.15s ease;
}

.single-product .nk-subscription-options-wrapper label:has(input[type="radio"]):last-of-type {
	border-bottom: none;
}

.single-product .nk-subscription-options-wrapper label:has(input[type="radio"]):hover {
	background: #f5f3ed;
}

/* Aktiv variant tydeligt synlig: mÃ¸rkere baggrund, fed skrift */
.single-product .nk-subscription-options-wrapper label:has(input[type="radio"]:checked) {
	background: #e5e0ce;
	color: #222;
	font-weight: 700;
	border-left: none !important;
	padding-left: 0 !important;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

/* Radio synlig â€“ valgt = mÃ¸rk cirkel sÃ¥ man tydeligt ser aktiv variant */
.single-product .nk-subscription-options-wrapper input[type="radio"] {
	position: static;
	opacity: 1;
	width: 20px;
	height: 20px;
	margin: 0 14px 0 0;
	accent-color: #333;
	flex-shrink: 0;
	cursor: pointer;
}
.single-product .nk-subscription-options-wrapper input[type="radio"]:checked {
	accent-color: #222;
}

/* Pris ved siden af EnkeltkÃ¸b og Abonnement i samme kasse â€“ synlig til hÃ¸jre */
.single-product .nk-subscription-options-wrapper label:has(input[type="radio"]) .amount,
.single-product .nk-subscription-options-wrapper .bos4w-option .amount,
.single-product .nk-subscription-options-wrapper .bos4w-option .price,
.single-product .nk-subscription-options-wrapper .wcsatt-option .amount,
.single-product .nk-subscription-options-wrapper .wcsatt-option .price,
.single-product .nk-subscription-options-wrapper [data-bos4w] .amount,
.single-product .nk-subscription-options-wrapper [data-bos4w] .price {
	margin-left: auto !important;
	font-weight: 600 !important;
	color: #333 !important;
	font-size: 1rem !important;
	display: inline-block !important;
}
.single-product .nk-subscription-options-wrapper .bos4w-option .price bdi,
.single-product .nk-subscription-options-wrapper .wcsatt-option .price bdi {
	font-weight: 600;
	color: #333;
}

/* Leveringsfrekvens â€“ under kÃ¸bsmuligheder med luft (vises KUN ved Abonnement) */
.single-product .nk-subscription-options-wrapper .bos4w-frequency,
.single-product .nk-subscription-options-wrapper .wcsatt-subscription-frequency,
.single-product .nk-subscription-options-wrapper p.form-row:has(select[name*="subscription"]) {
	margin-top: 1rem;
	padding-top: 1.25rem;
	padding-left: 0.5rem;
	border-top: 1px solid #e8e4d4;
}

/* Som standard: Leveringsfrekvens LUKKET â€“ kun plugin-klasser og tydelige frekvens-rows (undgÃ¥ at skjule hele siden) */
.single-product .bos4w-frequency,
.single-product .wcsatt-subscription-frequency {
	display: none !important;
}
.single-product .nk-subscription-options-wrapper p.form-row:has(select[name*="subscription"]),
.single-product .nk-subscription-options-wrapper .form-row:has(label[for="bos4w-dropdown-plan"]) {
	display: none !important;
}
/* Kun synlig nÃ¥r bruger har valgt Abonnement (inden i kassen) */
.single-product .nk-subscription-options-wrapper.nk-abonnement-selected .bos4w-frequency,
.single-product .nk-subscription-options-wrapper.nk-abonnement-selected .wcsatt-subscription-frequency,
.single-product .nk-subscription-options-wrapper.nk-abonnement-selected p.form-row:has(select[name*="subscription"]),
.single-product .nk-subscription-options-wrapper.nk-abonnement-selected .form-row:has(label[for="bos4w-dropdown-plan"]),
.single-product .nk-subscription-options-wrapper.nk-abonnement-selected div:has(label[for="bos4w-dropdown-plan"]):has(select) {
	display: flex !important;
}
.single-product .nk-subscription-options-wrapper.nk-abonnement-selected p.form-row:has(select[name*="subscription"]) {
	display: block !important;
}

/* Label "Leveringsfrekvens" over dropdownen (aldrig ved siden af) */
.single-product .nk-subscription-options-wrapper .form-row:has(label[for="bos4w-dropdown-plan"]),
.single-product .nk-subscription-options-wrapper .bos4w-frequency:has(label[for="bos4w-dropdown-plan"]),
.single-product .nk-subscription-options-wrapper div:has(label[for="bos4w-dropdown-plan"]):has(select) {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.5rem !important;
}
.single-product .nk-subscription-options-wrapper label[for="bos4w-dropdown-plan"] {
	display: block !important;
	order: -1;
	width: 100%;
	margin-bottom: 0;
	font-weight: 600 !important;
}

.single-product .nk-subscription-options-wrapper label[for*="subscription"],
.single-product .nk-subscription-options-wrapper .frequency-label {
	display: block;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0.5rem;
}

/* Dropdown leveringsfrekvens â€“ egen pil sÃ¥ den kan placeres inde fra kanten */
.single-product .nk-subscription-options-wrapper select {
	width: 100% !important;
	max-width: none !important;
	min-height: 48px;
	border-radius: 8px;
	padding: 12px 1rem 12px 1rem;
	padding-right: 2.5rem;
	border: 2px solid #e8e4d4;
	font-size: 1rem;
	background-color: #fff;
	color: #333;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4.5 L6 8.5 L10 4.5' stroke='%23333' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 12px;
}

.single-product .nk-subscription-options-wrapper select:focus {
	border-color: #c4bead;
	outline: none;
}
.single-product .nk-subscription-options-wrapper .form-row:has(select),
.single-product .nk-subscription-options-wrapper .bos4w-frequency select,
.single-product .nk-subscription-options-wrapper select#bos4w-dropdown-plan {
	width: 100% !important;
	max-width: none !important;
}
.single-product .nk-subscription-options-wrapper .form-row:has(label[for="bos4w-dropdown-plan"]),
.single-product .nk-subscription-options-wrapper .bos4w-frequency {
	width: 100%;
}

/* LÃ¦g i kurv â€“ gul knap uden kant, samme hÃ¸jde som vÃ¦lg variant-knapper */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart button.single_add_to_cart_button {
	background: #fff1cc !important;
	color: #333 !important;
	border: none !important;
	border-radius: 8px;
	padding: 12px 24px;
	min-height: 48px;
	width: 100%;
	max-width: 100%;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: background 0.2s, color 0.2s;
}
@media (min-width: 768px) {
	.single-product form.cart .single_add_to_cart_button,
	.single-product form.cart button.single_add_to_cart_button {
		width: 50%;
		max-width: 50%;
	}
}
/* Elementor-holder: knap 100% pÃ¥ mobil, 50% pÃ¥ pc */
.single-product .e-atc-qty-button-holder .single_add_to_cart_button,
.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
	width: 100% !important;
	max-width: 100% !important;
}
@media (min-width: 768px) {
	.single-product .e-atc-qty-button-holder .single_add_to_cart_button,
	.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
		width: 50% !important;
		max-width: 50% !important;
	}
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart button.single_add_to_cart_button:hover {
	background: #ffe9a8 !important;
	color: #333 !important;
	border: none !important;
}

/* ========== Antal kasser + kÃ¸b-knap ved siden af hinanden, hver 50%, bund-align ========== */
.single-product .nk-atc-row,
.single-product .e-atc-qty-button-holder {
	display: flex !important;
	flex-wrap: nowrap !important;
	flex-direction: row !important;
	align-items: flex-end !important;
	gap: 0 !important;
	width: 100%;
}
.single-product .nk-atc-row .nk-quantity-block,
.single-product .e-atc-qty-button-holder .nk-quantity-block {
	flex: 0 0 50% !important;
	width: 50% !important;
	max-width: 50% !important;
	min-width: 0;
	box-sizing: border-box;
	padding-right: 0.5rem;
}
.single-product .nk-atc-row .nk-quantity-block:only-child,
.single-product .e-atc-qty-button-holder .nk-quantity-block:only-child {
	width: 50% !important;
}
.single-product .nk-quantity-block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-right: 0;
	margin-top: 0.75rem;
	justify-content: flex-end;
}
.single-product .nk-quantity-label {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.02em;
	color: #333;
	margin: 0;
}
.single-product .nk-qty-controls {
	display: flex !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 8px;
	background: #f5f3ee;
	overflow: hidden;
	box-sizing: border-box;
	gap: 0 !important;
}
.single-product .nk-atc-row .nk-quantity-block .nk-qty-controls,
.single-product .e-atc-qty-button-holder .nk-quantity-block .nk-qty-controls {
	width: 100% !important;
	max-width: 100%;
}
.single-product .nk-qty-controls .nk-qty-minus,
.single-product .nk-qty-controls .nk-qty-plus {
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
	flex-shrink: 0;
	border: none !important;
	background: #e5e0ce !important;
	color: #333 !important;
	font-size: 1.35rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	transition: background 0.2s, background-color 0.2s;
	box-sizing: border-box !important;
	position: relative !important;
	vertical-align: middle !important;
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: transparent !important;
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

/* Specifik styling for plus knappen for at sikre korrekt centrering */
.single-product .nk-qty-controls .nk-qty-plus {
	position: relative !important;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.single-product .nk-qty-controls .nk-qty-plus * {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.single-product .nk-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product .nk-qty-controls .nk-qty-plus:hover:not(:disabled) {
	background: #d9d4c2 !important;
	color: #333 !important;
}
.single-product .nk-qty-controls .nk-qty-minus:disabled,
.single-product .nk-qty-controls .nk-qty-plus:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.single-product form.cart .nk-qty-controls button.nk-qty-minus,
.single-product form.cart .nk-qty-controls button.nk-qty-plus {
	background: #e5e0ce !important;
	background-color: #e5e0ce !important;
	color: #333 !important;
	font-size: 1.5rem;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

/* Ekstra sikkerhed for plus knappen i Elementor widgets */
.elementor-widget-woocommerce-product-add-to-cart .nk-qty-controls .nk-qty-plus,
.elementor-widget-woocommerce-product-add-to-cart form.cart .nk-qty-controls .nk-qty-plus {
	position: relative !important;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
}

.elementor-widget-woocommerce-product-add-to-cart .nk-qty-controls .nk-qty-plus *,
.elementor-widget-woocommerce-product-add-to-cart form.cart .nk-qty-controls .nk-qty-plus * {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.single-product form.cart .nk-qty-controls button.nk-qty-minus:hover:not(:disabled),
.single-product form.cart .nk-qty-controls button.nk-qty-plus:hover:not(:disabled) {
	background: #d9d4c2 !important;
	color: #333 !important;
}
.single-product .nk-qty-controls .nk-qty-input {
	flex: 1;
	min-width: 2.5rem;
	min-height: 0;
	height: 100%;
	width: auto;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	color: #333;
	padding: 0 6px;
	-moz-appearance: textfield;
	appearance: textfield;
	box-sizing: border-box;
}
.single-product .nk-qty-controls .nk-qty-input::-webkit-outer-spin-button,
.single-product .nk-qty-controls .nk-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.single-product .nk-qty-controls .nk-qty-input:focus {
	outline: none;
}
.single-product .e-atc-qty-button-holder > button.single_add_to_cart_button,
.single-product .nk-atc-row > button.single_add_to_cart_button,
.single-product .e-atc-qty-button-holder button.single_add_to_cart_button,
.single-product .nk-atc-row button.single_add_to_cart_button {
	align-self: flex-end !important;
	margin: 0 !important;
}
@media (min-width: 768px) {
	.single-product .nk-atc-row,
	.single-product .e-atc-qty-button-holder {
		flex-wrap: nowrap !important;
		flex-direction: row !important;
		gap: 0 !important;
		align-items: flex-end !important;
		width: 100% !important;
	}
	.single-product .nk-atc-row .nk-quantity-block,
	.single-product .e-atc-qty-button-holder .nk-quantity-block {
		flex: 0 0 50% !important;
		width: 50% !important;
		max-width: 50% !important;
		min-width: 0 !important;
	}
	.single-product .e-atc-qty-button-holder > *:not(.nk-quantity-block),
	.single-product .nk-atc-row > *:not(.nk-quantity-block),
	.single-product .e-atc-qty-button-holder > button.single_add_to_cart_button,
	.single-product .nk-atc-row > button.single_add_to_cart_button,
	.single-product .e-atc-qty-button-holder .elementor-button-wrapper,
	.single-product .nk-atc-row .elementor-button-wrapper {
		flex: 0 0 50% !important;
		width: 50% !important;
		max-width: 50% !important;
		min-width: 0 !important;
		box-sizing: border-box;
		padding-left: 0.5rem;
		align-self: flex-end;
	}
	.single-product .e-atc-qty-button-holder > button.single_add_to_cart_button,
	.single-product .nk-atc-row > button.single_add_to_cart_button {
		padding-left: 0.5rem;
	}
	.single-product .nk-atc-row .single_add_to_cart_button,
	.single-product .nk-atc-row button.single_add_to_cart_button,
	.single-product .e-atc-qty-button-holder .single_add_to_cart_button,
	.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
		white-space: nowrap;
		margin-left: 0;
		box-sizing: border-box;
	}
	.single-product .e-atc-qty-button-holder > button.single_add_to_cart_button,
	.single-product .nk-atc-row > button.single_add_to_cart_button,
	.single-product .e-atc-qty-button-holder button.single_add_to_cart_button,
	.single-product .nk-atc-row button.single_add_to_cart_button {
		align-self: flex-end !important;
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	.single-product .nk-atc-row {
		flex-direction: column;
		align-items: stretch;
	}
	.single-product .nk-atc-row .nk-quantity-block {
		width: 100%;
	}
	.single-product .nk-atc-row .single_add_to_cart_button,
	.single-product .nk-atc-row button.single_add_to_cart_button {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ========== Bundle produkter: Skjul custom quantity selector ========== */
.single-product.product-type-bundle .nk-quantity-block,
.single-product.product-type-bundle .nk-atc-row .nk-quantity-block,
.single-product.product-type-bundle .e-atc-qty-button-holder .nk-quantity-block,
body.product-type-bundle .single-product .nk-quantity-block,
body.product-type-bundle .single-product .nk-atc-row .nk-quantity-block,
body.product-type-bundle .single-product .e-atc-qty-button-holder .nk-quantity-block,
.single-product form.bundle_form .nk-quantity-block,
.single-product form.bundle_form .nk-atc-row .nk-quantity-block,
.single-product .wc-pb-bundle-form .nk-quantity-block,
.single-product .wc-pb-bundle-form .nk-atc-row .nk-quantity-block {
	display: none !important;
	visibility: hidden !important;
}

/* ========== Bundle produkter: Style WooCommerce standard quantity selector til at ligne custom ========== */
/* Kun parent quantity selector (ved siden af knappen), IKKE de individuelle produkt quantity selectors */
.single-product.product-type-bundle .single_product_actions .quantity,
.single-product.product-type-bundle .bundle_button .quantity,
body.product-type-bundle .single-product .single_product_actions .quantity,
body.product-type-bundle .single-product .bundle_button .quantity,
.single-product form.bundle_form .single_product_actions .quantity,
.single-product form.bundle_form .bundle_button .quantity,
.single-product .wc-pb-bundle-form .single_product_actions .quantity,
.single-product .wc-pb-bundle-form .bundle_button .quantity,
.single-product.product-type-bundle form.cart .single_product_actions .quantity,
body.product-type-bundle .single-product form.cart .single_product_actions .quantity {
	display: flex !important;
	flex-direction: column;
	gap: 0.5rem;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-top: 0.75rem;
	margin-bottom: 0 !important;
	justify-content: flex-end;
	width: 50% !important;
	max-width: 50% !important;
	box-sizing: border-box !important;
	padding-right: 0.5rem !important;
	padding-left: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.single-product.product-type-bundle .single_product_actions .quantity label,
.single-product.product-type-bundle .bundle_button .quantity label,
body.product-type-bundle .single-product .single_product_actions .quantity label,
body.product-type-bundle .single-product .bundle_button .quantity label,
.single-product form.bundle_form .single_product_actions .quantity label,
.single-product form.bundle_form .bundle_button .quantity label,
.single-product .wc-pb-bundle-form .single_product_actions .quantity label,
.single-product .wc-pb-bundle-form .bundle_button .quantity label,
.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-quantity-label,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-quantity-label,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-quantity-label,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-quantity-label,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-quantity-label,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-quantity-label,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-quantity-label,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-quantity-label {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.02em;
	color: #333;
	margin: 0;
	margin-bottom: 0.5rem;
}

/* Skjul kun input.qty hvis der allerede er bundle controls oprettet (kun parent selector) */
.single-product.product-type-bundle .single_product_actions .quantity:has(.nk-bundle-qty-controls) input.qty,
.single-product.product-type-bundle .bundle_button .quantity:has(.nk-bundle-qty-controls) input.qty,
body.product-type-bundle .single-product .single_product_actions .quantity:has(.nk-bundle-qty-controls) input.qty,
body.product-type-bundle .single-product .bundle_button .quantity:has(.nk-bundle-qty-controls) input.qty,
.single-product form.bundle_form .single_product_actions .quantity:has(.nk-bundle-qty-controls) input.qty,
.single-product form.bundle_form .bundle_button .quantity:has(.nk-bundle-qty-controls) input.qty,
.single-product .wc-pb-bundle-form .single_product_actions .quantity:has(.nk-bundle-qty-controls) input.qty,
.single-product .wc-pb-bundle-form .bundle_button .quantity:has(.nk-bundle-qty-controls) input.qty {
	display: none !important;
}
/* Fallback: Skjul ogsÃ¥ hvis quantity div har bundle controls klasse */
.single-product.product-type-bundle .single_product_actions .quantity.nk-bundle-converted input.qty,
.single-product.product-type-bundle .bundle_button .quantity.nk-bundle-converted input.qty,
body.product-type-bundle .single-product .single_product_actions .quantity.nk-bundle-converted input.qty,
body.product-type-bundle .single-product .bundle_button .quantity.nk-bundle-converted input.qty,
.single-product form.bundle_form .single_product_actions .quantity.nk-bundle-converted input.qty,
.single-product form.bundle_form .bundle_button .quantity.nk-bundle-converted input.qty,
.single-product .wc-pb-bundle-form .single_product_actions .quantity.nk-bundle-converted input.qty,
.single-product .wc-pb-bundle-form .bundle_button .quantity.nk-bundle-converted input.qty {
	display: none !important;
}

/* Opret wrapper for bundle quantity controls (oprettes via JavaScript) - kun parent selector */
.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls {
	display: flex;
	align-items: stretch;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 8px;
	background: #f5f3ee;
	overflow: hidden;
	box-sizing: border-box;
}

.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus,
.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus {
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
	flex-shrink: 0;
	border: none !important;
	background: #e5e0ce !important;
	color: #333 !important;
	font-size: 1.35rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, background-color 0.2s;
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: transparent !important;
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:hover:not(:disabled) {
	background: #d9d4c2 !important;
	color: #333 !important;
}

.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-minus:disabled,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-qty-plus:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input {
	flex: 1;
	min-width: 2.5rem;
	min-height: 0;
	height: 100%;
	width: auto;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	color: #333;
	padding: 0 6px;
	-moz-appearance: textfield;
	appearance: textfield;
	box-sizing: border-box;
}

.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
.single-product.product-type-bundle .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
.single-product.product-type-bundle .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
body.product-type-bundle .single-product .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
body.product-type-bundle .single-product .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
.single-product form.bundle_form .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
.single-product form.bundle_form .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
.single-product .wc-pb-bundle-form .single_product_actions .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-outer-spin-button,
.single-product .wc-pb-bundle-form .bundle_button .quantity .nk-bundle-qty-controls .nk-bundle-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product.product-type-bundle form.cart .quantity .nk-bundle-qty-controls .nk-bundle-qty-input:focus {
	outline: none;
}

/* Bundle produkter: Layout med quantity og knap ved siden af hinanden */
.single-product.product-type-bundle form.cart .single_product_actions,
.single-product.product-type-bundle form.cart .bundle_button,
body.product-type-bundle .single-product form.cart .single_product_actions,
body.product-type-bundle .single-product form.cart .bundle_button,
.single-product form.bundle_form .single_product_actions,
.single-product form.bundle_form .bundle_button,
.single-product .wc-pb-bundle-form .single_product_actions,
.single-product .wc-pb-bundle-form .bundle_button {
	display: flex !important;
	flex-wrap: nowrap !important;
	flex-direction: row !important;
	align-items: flex-end !important;
	gap: 0 !important;
	row-gap: 0 !important;
	column-gap: 0 !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.single-product.product-type-bundle form.cart .single_product_actions > button.single_add_to_cart_button,
.single-product.product-type-bundle form.cart .bundle_button > button.single_add_to_cart_button,
.single-product.product-type-bundle form.cart .single_product_actions .elementor-button-wrapper,
.single-product.product-type-bundle form.cart .bundle_button .elementor-button-wrapper,
body.product-type-bundle .single-product form.cart .single_product_actions > button.single_add_to_cart_button,
body.product-type-bundle .single-product form.cart .bundle_button > button.single_add_to_cart_button,
body.product-type-bundle .single-product form.cart .single_product_actions .elementor-button-wrapper,
body.product-type-bundle .single-product form.cart .bundle_button .elementor-button-wrapper,
.single-product form.bundle_form .single_product_actions > button.single_add_to_cart_button,
.single-product form.bundle_form .bundle_button > button.single_add_to_cart_button,
.single-product form.bundle_form .single_product_actions .elementor-button-wrapper,
.single-product form.bundle_form .bundle_button .elementor-button-wrapper,
.single-product .wc-pb-bundle-form .single_product_actions > button.single_add_to_cart_button,
.single-product .wc-pb-bundle-form .bundle_button > button.single_add_to_cart_button,
.single-product .wc-pb-bundle-form .single_product_actions .elementor-button-wrapper,
.single-product .wc-pb-bundle-form .bundle_button .elementor-button-wrapper {
	flex: 0 0 50% !important;
	width: 50% !important;
	max-width: 50% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
	padding-left: 0.5rem !important;
	padding-right: 0 !important;
	margin: 0 !important;
	align-self: flex-end !important;
}

.single-product.product-type-bundle form.cart .single_product_actions > button.single_add_to_cart_button,
.single-product.product-type-bundle form.cart .bundle_button > button.single_add_to_cart_button,
body.product-type-bundle .single-product form.cart .single_product_actions > button.single_add_to_cart_button,
body.product-type-bundle .single-product form.cart .bundle_button > button.single_add_to_cart_button,
.single-product form.bundle_form .single_product_actions > button.single_add_to_cart_button,
.single-product form.bundle_form .bundle_button > button.single_add_to_cart_button,
.single-product .wc-pb-bundle-form .single_product_actions > button.single_add_to_cart_button,
.single-product .wc-pb-bundle-form .bundle_button > button.single_add_to_cart_button {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

@media (max-width: 767px) {
	.single-product.product-type-bundle form.cart .quantity,
	body.product-type-bundle .single-product form.cart .quantity,
	.single-product form.bundle_form .quantity,
	.single-product .wc-pb-bundle-form .quantity {
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 0;
	}
	.single-product.product-type-bundle form.cart .single_product_actions,
	.single-product.product-type-bundle form.cart .bundle_button,
	body.product-type-bundle .single-product form.cart .single_product_actions,
	body.product-type-bundle .single-product form.cart .bundle_button,
	.single-product form.bundle_form .single_product_actions,
	.single-product form.bundle_form .bundle_button,
	.single-product .wc-pb-bundle-form .single_product_actions,
	.single-product .wc-pb-bundle-form .bundle_button {
		flex-direction: column;
		align-items: stretch;
	}
	.single-product.product-type-bundle form.cart .single_product_actions > button.single_add_to_cart_button,
	.single-product.product-type-bundle form.cart .bundle_button > button.single_add_to_cart_button,
	body.product-type-bundle .single-product form.cart .single_product_actions > button.single_add_to_cart_button,
	body.product-type-bundle .single-product form.cart .bundle_button > button.single_add_to_cart_button,
	.single-product form.bundle_form .single_product_actions > button.single_add_to_cart_button,
	.single-product form.bundle_form .bundle_button > button.single_add_to_cart_button,
	.single-product .wc-pb-bundle-form .single_product_actions > button.single_add_to_cart_button,
	.single-product .wc-pb-bundle-form .bundle_button > button.single_add_to_cart_button {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 1.25rem !important;
		padding-left: 0 !important;
	}
}

/* ========== Bundle produkter: Gør billederne mindre og lavere kvalitet ========== */
/* Styling for bundle produktbilleder - gør dem mindre - MEGET SPECIFIK */
.single-product.product-type-bundle .woocommerce-bundled-items img,
.single-product.product-type-bundle .bundled_items img,
.single-product.product-type-bundle .wc-pb-bundled-items img,
.single-product.product-type-bundle table.bundled_products img,
.single-product.product-type-bundle .bundled_product img,
body.product-type-bundle .single-product .woocommerce-bundled-items img,
body.product-type-bundle .single-product .bundled_items img,
body.product-type-bundle .single-product .wc-pb-bundled-items img,
body.product-type-bundle .single-product table.bundled_products img,
body.product-type-bundle .single-product .bundled_product img,
.single-product form.bundle_form .woocommerce-bundled-items img,
.single-product form.bundle_form .bundled_items img,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items img,
.single-product .wc-pb-bundle-form .bundled_items img,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items img,
.single-product.product-type-bundle img.attachment-woocommerce_thumbnail,
.single-product.product-type-bundle img.size-woocommerce_thumbnail,
.single-product.product-type-bundle img.wp-post-image,
body.product-type-bundle .single-product img.attachment-woocommerce_thumbnail,
body.product-type-bundle .single-product img.size-woocommerce_thumbnail,
body.product-type-bundle .single-product img.wp-post-image,
.single-product form.bundle_form img.attachment-woocommerce_thumbnail,
.single-product form.bundle_form img.size-woocommerce_thumbnail,
.single-product .wc-pb-bundle-form img.attachment-woocommerce_thumbnail,
.single-product .wc-pb-bundle-form img.size-woocommerce_thumbnail {
	max-width: 40px !important;
	max-height: 40px !important;
	width: 40px !important;
	height: auto !important;
	object-fit: contain !important;
}

/* Bundle produkt thumbnail containers */
.single-product.product-type-bundle .woocommerce-bundled-items .bundled_item_thumbnail,
.single-product.product-type-bundle .bundled_items .bundled_item_thumbnail,
.single-product.product-type-bundle .wc-pb-bundled-items .bundled_item_thumbnail,
.single-product.product-type-bundle table.bundled_products .bundled_item_thumbnail,
.single-product.product-type-bundle .bundled_product .bundled_item_thumbnail,
body.product-type-bundle .single-product .woocommerce-bundled-items .bundled_item_thumbnail,
body.product-type-bundle .single-product .bundled_items .bundled_item_thumbnail,
body.product-type-bundle .single-product .wc-pb-bundled-items .bundled_item_thumbnail,
body.product-type-bundle .single-product table.bundled_products .bundled_item_thumbnail,
body.product-type-bundle .single-product .bundled_product .bundled_item_thumbnail,
.single-product form.bundle_form .woocommerce-bundled-items .bundled_item_thumbnail,
.single-product form.bundle_form .bundled_items .bundled_item_thumbnail,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .bundled_item_thumbnail,
.single-product .wc-pb-bundle-form .bundled_items .bundled_item_thumbnail,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .bundled_item_thumbnail {
	max-width: 40px !important;
	width: 40px !important;
}

/* ========== Bundle produkter: Reducer font-size på item titles til 18px ========== */
/* Fjern links fra bundle item titles og billeder */
.single-product.product-type-bundle .woocommerce-bundled-items a,
.single-product.product-type-bundle .bundled_items a,
.single-product.product-type-bundle .wc-pb-bundled-items a,
.single-product.product-type-bundle table.bundled_products a,
.single-product.product-type-bundle .bundled_product a,
body.product-type-bundle .single-product .woocommerce-bundled-items a,
body.product-type-bundle .single-product .bundled_items a,
body.product-type-bundle .single-product .wc-pb-bundled-items a,
body.product-type-bundle .single-product table.bundled_products a,
body.product-type-bundle .single-product .bundled_product a,
.single-product form.bundle_form .woocommerce-bundled-items a,
.single-product form.bundle_form .bundled_items a,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items a,
.single-product .wc-pb-bundle-form .bundled_items a,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items a {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
}



.bundled_products .bundled_product_title.product_title,
.bundled_products .item_title {
	font-size: 18px !important;
}




/* Fjern margin-bottom på produktgalleriet */
.single-product .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}

/* Astra + Elementor fallback (mobil) */
.single-product div.images,
.single-product .woocommerce-product-gallery--with-images {
  margin-bottom: 0 !important;
}




/* ========== Bundle produkter: Reducer font-size på item quantity til 18px ========== */
/* Skjul item_qty da antallet allerede vises i quantity selector'en */
.single-product.product-type-bundle .woocommerce-bundled-items .item_qty,
.single-product.product-type-bundle .bundled_items .item_qty,
.single-product.product-type-bundle .wc-pb-bundled-items .item_qty,
.single-product.product-type-bundle table.bundled_products .item_qty,
.single-product.product-type-bundle .bundled_product .item_qty,
.single-product.product-type-bundle .woocommerce-bundled-items span.item_qty,
.single-product.product-type-bundle .bundled_items span.item_qty,
.single-product.product-type-bundle .wc-pb-bundled-items span.item_qty,
.single-product.product-type-bundle table.bundled_products span.item_qty,
.single-product.product-type-bundle .bundled_product span.item_qty,
body.product-type-bundle .single-product .woocommerce-bundled-items .item_qty,
body.product-type-bundle .single-product .bundled_items .item_qty,
body.product-type-bundle .single-product .wc-pb-bundled-items .item_qty,
body.product-type-bundle .single-product table.bundled_products .item_qty,
body.product-type-bundle .single-product .bundled_product .item_qty,
body.product-type-bundle .single-product .woocommerce-bundled-items span.item_qty,
body.product-type-bundle .single-product .bundled_items span.item_qty,
body.product-type-bundle .single-product .wc-pb-bundled-items span.item_qty,
body.product-type-bundle .single-product table.bundled_products span.item_qty,
body.product-type-bundle .single-product .bundled_product span.item_qty,
.single-product form.bundle_form .woocommerce-bundled-items .item_qty,
.single-product form.bundle_form .bundled_items .item_qty,
.single-product form.bundle_form .woocommerce-bundled-items span.item_qty,
.single-product form.bundle_form .bundled_items span.item_qty,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .item_qty,
.single-product .wc-pb-bundle-form .bundled_items .item_qty,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .item_qty,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items span.item_qty,
.single-product .wc-pb-bundle-form .bundled_items span.item_qty,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items span.item_qty,
.single-product.product-type-bundle span.item_qty,
body.product-type-bundle .single-product span.item_qty,
.single-product form.bundle_form span.item_qty,
.single-product .wc-pb-bundle-form span.item_qty {
	display: none !important;
	visibility: hidden !important;
}

/* ========== Bundle produkter: Reducer margin-bottom på overskrifter ========== */
.single-product.product-type-bundle .bundled_product_title,
.single-product.product-type-bundle h4.bundled_product_title,
.single-product.product-type-bundle .product_title.bundled_product_title,
.single-product.product-type-bundle .woocommerce-bundled-items h4,
.single-product.product-type-bundle .bundled_items h4,
.single-product.product-type-bundle .wc-pb-bundled-items h4,
.single-product.product-type-bundle table.bundled_products h4,
.single-product.product-type-bundle .bundled_product h4,
body.product-type-bundle .single-product .bundled_product_title,
body.product-type-bundle .single-product h4.bundled_product_title,
body.product-type-bundle .single-product .product_title.bundled_product_title,
body.product-type-bundle .single-product .woocommerce-bundled-items h4,
body.product-type-bundle .single-product .bundled_items h4,
body.product-type-bundle .single-product .wc-pb-bundled-items h4,
body.product-type-bundle .single-product table.bundled_products h4,
body.product-type-bundle .single-product .bundled_product h4,
.single-product form.bundle_form .bundled_product_title,
.single-product form.bundle_form h4.bundled_product_title,
.single-product form.bundle_form .woocommerce-bundled-items h4,
.single-product form.bundle_form .bundled_items h4,
.single-product .wc-pb-bundle-form .bundled_product_title,
.single-product .wc-pb-bundle-form h4.bundled_product_title,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items h4,
.single-product .wc-pb-bundle-form .bundled_items h4,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items h4 {
	margin-bottom: 0 !important;
}

/* ========== Bundle produkter: Out of stock tekst 14px ========== */
.single-product.product-type-bundle .woocommerce-bundled-items .stock,
.single-product.product-type-bundle .bundled_items .stock,
.single-product.product-type-bundle .wc-pb-bundled-items .stock,
.single-product.product-type-bundle table.bundled_products .stock,
.single-product.product-type-bundle .bundled_product .stock,
body.product-type-bundle .single-product .woocommerce-bundled-items .stock,
body.product-type-bundle .single-product .bundled_items .stock,
body.product-type-bundle .single-product .wc-pb-bundled-items .stock,
body.product-type-bundle .single-product table.bundled_products .stock,
body.product-type-bundle .single-product .bundled_product .stock,
.single-product form.bundle_form .woocommerce-bundled-items .stock,
.single-product form.bundle_form .bundled_items .stock,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .stock,
.single-product .wc-pb-bundle-form .bundled_items .stock,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .stock,
.single-product.product-type-bundle .woocommerce-bundled-items p.stock,
.single-product.product-type-bundle .bundled_items p.stock,
.single-product.product-type-bundle .wc-pb-bundled-items p.stock,
.single-product.product-type-bundle table.bundled_products p.stock,
.single-product.product-type-bundle .bundled_product p.stock,
body.product-type-bundle .single-product .woocommerce-bundled-items p.stock,
body.product-type-bundle .single-product .bundled_items p.stock,
body.product-type-bundle .single-product .wc-pb-bundled-items p.stock,
body.product-type-bundle .single-product table.bundled_products p.stock,
body.product-type-bundle .single-product .bundled_product p.stock,
.single-product form.bundle_form .woocommerce-bundled-items p.stock,
.single-product form.bundle_form .bundled_items p.stock,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items p.stock,
.single-product .wc-pb-bundle-form .bundled_items p.stock,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items p.stock {
	font-size: 14px !important;
}

/* ========== Bundle produkter: Plus/minus knapper for individuelle produkt quantity selectors ========== */
/* Wrapper for bundle item quantity controls - samme styling som referencebilledet */
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls,
.single-product.product-type-bundle .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls,
.single-product.product-type-bundle table.bundled_products .quantity .nk-bundle-item-qty-controls,
.single-product.product-type-bundle .bundled_product .quantity .nk-bundle-item-qty-controls,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls,
body.product-type-bundle .single-product .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls,
body.product-type-bundle .single-product table.bundled_products .quantity .nk-bundle-item-qty-controls,
body.product-type-bundle .single-product .bundled_product .quantity .nk-bundle-item-qty-controls,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls {
	display: flex;
	align-items: stretch;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 8px;
	background: #f5f3ee !important;
	background-color: #f5f3ee !important;
	overflow: hidden;
	box-sizing: border-box;
	gap: 0 !important;
}

/* Plus/minus knapper for bundle items */
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product.product-type-bundle .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product.product-type-bundle .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product.product-type-bundle table.bundled_products .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product.product-type-bundle table.bundled_products .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product.product-type-bundle .bundled_product .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product.product-type-bundle .bundled_product .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
body.product-type-bundle .single-product .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
body.product-type-bundle .single-product .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
body.product-type-bundle .single-product table.bundled_products .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
body.product-type-bundle .single-product table.bundled_products .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
body.product-type-bundle .single-product .bundled_product .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
body.product-type-bundle .single-product .bundled_product .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus {
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	flex-shrink: 0;
	border: none !important;
	background: #e5e0ce !important;
	color: #333 !important;
	font-size: 1.35rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	transition: background 0.2s, background-color 0.2s;
	box-sizing: border-box !important;
	position: relative !important;
	vertical-align: middle !important;
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: transparent !important;
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product.product-type-bundle .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product.product-type-bundle .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
body.product-type-bundle .single-product .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
body.product-type-bundle .single-product .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:hover:not(:disabled),
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:hover:not(:disabled) {
	background: #d9d4c2 !important;
	color: #333 !important;
}

.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-minus:disabled,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-plus:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Input for bundle item quantity */
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product.product-type-bundle .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product.product-type-bundle table.bundled_products .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product.product-type-bundle .bundled_product .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
body.product-type-bundle .single-product .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
body.product-type-bundle .single-product table.bundled_products .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
body.product-type-bundle .single-product .bundled_product .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input {
	flex: 1;
	min-width: 40px;
	min-height: 0;
	height: 100%;
	width: auto;
	text-align: center;
	border: none;
	background: transparent !important;
	background-color: transparent !important;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	color: #333;
	padding: 0 6px;
	-moz-appearance: textfield;
	appearance: textfield;
	box-sizing: border-box;
}

.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-outer-spin-button,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	margin: 0 !important;
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
}

.single-product.product-type-bundle .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
.single-product.product-type-bundle .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
body.product-type-bundle .single-product .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
body.product-type-bundle .single-product .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
.single-product form.bundle_form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
.single-product form.bundle_form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
.single-product .wc-pb-bundle-form .bundled_items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus,
.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity .nk-bundle-item-qty-controls .nk-bundle-item-qty-input:focus {
	outline: none;
}

/* ========== Bundle items: Ryk quantity selectors til højre ========== */
/* Desktop: Begræns billedkolonne til 60px bred */
.single-product.product-type-bundle table.bundled_products td.bundled_item_images_col,
body.product-type-bundle .single-product table.bundled_products td.bundled_item_images_col,
.single-product form.bundle_form table.bundled_products td.bundled_item_images_col,
.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_images_col {
	width: 60px !important;
	max-width: 60px !important;
	min-width: 60px !important;
	padding: 0 !important;
	vertical-align: middle !important;
	text-align: center !important;
}

.single-product.product-type-bundle table.bundled_products td.bundled_item_images_col img,
body.product-type-bundle .single-product table.bundled_products td.bundled_item_images_col img,
.single-product form.bundle_form table.bundled_products td.bundled_item_images_col img,
.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_images_col img {
	margin: 0 auto !important;
	display: block !important;
}

/* Desktop: Ryk quantity kolonne til højre */
.single-product.product-type-bundle table.bundled_products td.bundled_item_qty_col,
body.product-type-bundle .single-product table.bundled_products td.bundled_item_qty_col,
.single-product form.bundle_form table.bundled_products td.bundled_item_qty_col,
.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_qty_col {
	text-align: right !important;
	padding-right: 0 !important;
}

.single-product.product-type-bundle table.bundled_products td.bundled_item_qty_col .quantity,
body.product-type-bundle .single-product table.bundled_products td.bundled_item_qty_col .quantity,
.single-product form.bundle_form table.bundled_products td.bundled_item_qty_col .quantity,
.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_qty_col .quantity {
	margin-left: auto !important;
	margin-right: 0 !important;
}

/* ========== Bundle items: Sikre at produktnavn og quantity selector ligger på samme række på mobil ========== */
/* For tabel struktur */
@media (max-width: 767px) {
	.single-product.product-type-bundle table.bundled_products tr.bundled_item,
	.single-product.product-type-bundle table.bundled_products tr,
	body.product-type-bundle .single-product table.bundled_products tr.bundled_item,
	body.product-type-bundle .single-product table.bundled_products tr,
	.single-product form.bundle_form table.bundled_products tr.bundled_item,
	.single-product form.bundle_form table.bundled_products tr,
	.single-product .wc-pb-bundle-form table.bundled_products tr.bundled_item,
	.single-product .wc-pb-bundle-form table.bundled_products tr {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 1rem !important;
		width: 100% !important;
	}
	
	.single-product.product-type-bundle table.bundled_products td.bundled_item_col,
	.single-product.product-type-bundle table.bundled_products td,
	body.product-type-bundle .single-product table.bundled_products td.bundled_item_col,
	body.product-type-bundle .single-product table.bundled_products td,
	.single-product form.bundle_form table.bundled_products td.bundled_item_col,
	.single-product form.bundle_form table.bundled_products td,
	.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_col,
	.single-product .wc-pb-bundle-form table.bundled_products td {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		flex: 1 !important;
		padding: 0.5rem !important;
	}
	
	/* Begræns billedkolonne til 60px bred */
	.single-product.product-type-bundle table.bundled_products td.bundled_item_images_col,
	body.product-type-bundle .single-product table.bundled_products td.bundled_item_images_col,
	.single-product form.bundle_form table.bundled_products td.bundled_item_images_col,
	.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_images_col {
		flex: 0 0 60px !important;
		width: 60px !important;
		max-width: 60px !important;
		min-width: 60px !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.single-product.product-type-bundle table.bundled_products td.bundled_item_qty_col,
	body.product-type-bundle .single-product table.bundled_products td.bundled_item_qty_col,
	.single-product form.bundle_form table.bundled_products td.bundled_item_qty_col,
	.single-product .wc-pb-bundle-form table.bundled_products td.bundled_item_qty_col {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		margin-left: auto !important;
		justify-content: flex-end !important;
	}
	
	.single-product.product-type-bundle table.bundled_products .bundled_item_title,
	.single-product.product-type-bundle table.bundled_products .item_title,
	.single-product.product-type-bundle table.bundled_products span.item_title,
	body.product-type-bundle .single-product table.bundled_products .bundled_item_title,
	body.product-type-bundle .single-product table.bundled_products .item_title,
	body.product-type-bundle .single-product table.bundled_products span.item_title,
	.single-product form.bundle_form table.bundled_products .bundled_item_title,
	.single-product form.bundle_form table.bundled_products .item_title,
	.single-product form.bundle_form table.bundled_products span.item_title,
	.single-product .wc-pb-bundle-form table.bundled_products .bundled_item_title,
	.single-product .wc-pb-bundle-form table.bundled_products .item_title,
	.single-product .wc-pb-bundle-form table.bundled_products span.item_title {
		margin-bottom: 0 !important;
		margin-right: 1rem !important;
	}
}

/* For div struktur (woocommerce-bundled-items, bundled_items, etc.) */
@media (max-width: 767px) {
	.single-product.product-type-bundle .woocommerce-bundled-items .bundled_item,
	.single-product.product-type-bundle .bundled_items .bundled_item,
	.single-product.product-type-bundle .wc-pb-bundled-items .bundled_item,
	.single-product.product-type-bundle .bundled_product,
	body.product-type-bundle .single-product .woocommerce-bundled-items .bundled_item,
	body.product-type-bundle .single-product .bundled_items .bundled_item,
	body.product-type-bundle .single-product .wc-pb-bundled-items .bundled_item,
	body.product-type-bundle .single-product .bundled_product,
	.single-product form.bundle_form .woocommerce-bundled-items .bundled_item,
	.single-product form.bundle_form .bundled_items .bundled_item,
	.single-product .wc-pb-bundle-form .woocommerce-bundled-items .bundled_item,
	.single-product .wc-pb-bundle-form .bundled_items .bundled_item,
	.single-product .wc-pb-bundle-form .wc-pb-bundled-items .bundled_item {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 1rem !important;
		width: 100% !important;
	}
	
	.single-product.product-type-bundle .woocommerce-bundled-items .bundled_item_details,
	.single-product.product-type-bundle .bundled_items .bundled_item_details,
	.single-product.product-type-bundle .wc-pb-bundled-items .bundled_item_details,
	.single-product.product-type-bundle .bundled_product .bundled_item_details,
	body.product-type-bundle .single-product .woocommerce-bundled-items .bundled_item_details,
	body.product-type-bundle .single-product .bundled_items .bundled_item_details,
	body.product-type-bundle .single-product .wc-pb-bundled-items .bundled_item_details,
	body.product-type-bundle .single-product .bundled_product .bundled_item_details,
	.single-product form.bundle_form .woocommerce-bundled-items .bundled_item_details,
	.single-product form.bundle_form .bundled_items .bundled_item_details,
	.single-product .wc-pb-bundle-form .woocommerce-bundled-items .bundled_item_details,
	.single-product .wc-pb-bundle-form .bundled_items .bundled_item_details,
	.single-product .wc-pb-bundle-form .wc-pb-bundled-items .bundled_item_details {
		flex: 1 !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 1rem !important;
	}
	
	.single-product.product-type-bundle .woocommerce-bundled-items .quantity,
	.single-product.product-type-bundle .bundled_items .quantity,
	.single-product.product-type-bundle .wc-pb-bundled-items .quantity,
	.single-product.product-type-bundle .bundled_product .quantity,
	body.product-type-bundle .single-product .woocommerce-bundled-items .quantity,
	body.product-type-bundle .single-product .bundled_items .quantity,
	body.product-type-bundle .single-product .wc-pb-bundled-items .quantity,
	body.product-type-bundle .single-product .bundled_product .quantity,
	.single-product form.bundle_form .woocommerce-bundled-items .quantity,
	.single-product form.bundle_form .bundled_items .quantity,
	.single-product .wc-pb-bundle-form .woocommerce-bundled-items .quantity,
	.single-product .wc-pb-bundle-form .bundled_items .quantity,
	.single-product .wc-pb-bundle-form .wc-pb-bundled-items .quantity {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
	}
}






.woocommerce-variation-price del .amount{
  opacity: 0.6;
}