/* Woo deo ispod zelenog boxa ostaje standardan osim eksplicitnih opcija. */
form.variations_form.sh-nlv-enhanced .single_variation_wrap {
	margin-top: 18px;
}

form.variations_form.sh-nlv-enhanced.sh-nlv-hide-native-price .woocommerce-variation-price {
	display: none !important;
}

form.variations_form.sh-nlv-enhanced.sh-nlv-hide-quantity .quantity {
	display: none !important;
}

form.variations_form.sh-nlv-enhanced .woocommerce-variation-add-to-cart {
	width: 100%;
}

form.variations_form.sh-nlv-enhanced.sh-nlv-style-button .single_add_to_cart_button.button.alt {
	display: block !important;
	width: 100% !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 17px 32px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--sh-nlv-accent, #ff961b) !important;
	box-shadow: none !important;
	color: var(--sh-nlv-button-text, #fff) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	transition: filter 180ms ease, opacity 180ms ease !important;
}

form.variations_form.sh-nlv-enhanced.sh-nlv-style-button .single_add_to_cart_button.button.alt:hover:not(:disabled) {
	filter: brightness(0.92);
}

form.variations_form.sh-nlv-enhanced.sh-nlv-style-button .single_add_to_cart_button.button.alt:focus-visible {
	outline: 3px solid var(--sh-nlv-focus, #168eea) !important;
	outline-offset: 3px !important;
}

form.variations_form.sh-nlv-enhanced.sh-nlv-style-button .single_add_to_cart_button.button.alt.disabled,
form.variations_form.sh-nlv-enhanced.sh-nlv-style-button .single_add_to_cart_button.button.alt:disabled,
form.variations_form.sh-nlv-enhanced.sh-nlv-style-button .single_add_to_cart_button.button.alt.wc-variation-selection-needed {
	cursor: not-allowed !important;
	opacity: 0.48 !important;
}

