/* 
Theme Name: SN Theme
Theme URI: 
Description: 
Author: Foxay & StixOne
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Wrapper quantity */
body.single-product form.cart .quantity,
body.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart .quantity,
body.single-product .elementor-widget-add-to-cart form.cart .quantity {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	float: none;
}

/* Plus / minus */
body.single-product form.cart .quantity .jc-qty-btn,
body.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart .quantity .jc-qty-btn,
body.single-product .elementor-widget-add-to-cart form.cart .quantity .jc-qty-btn {
	appearance: none;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	display: inline !important;
	font-family: 'JetBrains Mono', monospace !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	color: #000000 !important;
	letter-spacing: 0;
	text-transform: none !important;
	cursor: pointer;
	vertical-align: baseline;
}

/* Input */
body.single-product form.cart .quantity input.qty,
body.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart .quantity input.qty,
body.single-product .elementor-widget-add-to-cart form.cart .quantity input.qty {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 12px !important;
	min-width: 12px !important;
	height: auto !important;
	display: inline !important;
	font-family: 'JetBrains Mono', monospace !important;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	color: #000000 !important;
	text-align: center;
	vertical-align: baseline;
}

/* Remove number arrows */
body.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* No button hover/focus effects */
body.single-product form.cart .quantity .jc-qty-btn:hover,
body.single-product form.cart .quantity .jc-qty-btn:focus,
body.single-product form.cart .quantity .jc-qty-btn:active,
body.single-product form.cart .quantity input.qty:focus {
	background: transparent !important;
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	color: #000000 !important;
	transform: none !important;
}

/* Optional: spacing to add to cart */
body.single-product form.cart {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
/* Buy Now button - same look as Add to Cart */
body.single-product form.cart .jc-buy-now-button {
	margin-left: 10px;
}

/* Optional custom background */
body.single-product form.cart .jc-buy-now-button {
	background: #111111 !important;
	border-color: #111111 !important;
	color: #ffffff !important;
}

/* Hover */
body.single-product form.cart .jc-buy-now-button:hover,
body.single-product form.cart .jc-buy-now-button:focus {
	background: #333333 !important; /* zmień hover */
	border-color: #333333 !important;
	color: #ffffff !important;
}