.joker-add-three-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.42em;
	min-height: 2.7em;
	margin-top: 0.5em;
	margin-left: 0.35em;
	padding: 0.68em 0.95em !important;
	border: 1px solid currentColor !important;
	border-radius: 5px;
	background: transparent !important;
	box-shadow: none !important;
	color: #222 !important;
	font-size: 0.88em !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.joker-add-three-button:hover,
.joker-add-three-button:focus-visible {
	background: #222 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.joker-add-three-button.loading,
.joker-add-three-button[aria-busy="true"] {
	opacity: 0.62;
	pointer-events: none;
}

.joker-add-three-button.disabled,
.joker-add-three-button[aria-disabled="true"] {
	opacity: 0.42;
	cursor: not-allowed;
	pointer-events: none;
}

.joker-add-three-button__icon {
	display: inline-grid;
	place-items: center;
	min-width: 1.75em;
	height: 1.75em;
	padding: 0 0.28em;
	border-radius: 999px;
	background: #d71920;
	color: #fff;
	font-size: 0.82em;
	font-weight: 800;
	line-height: 1;
}

.joker-quantity-cart-pair {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 1.15rem;
	width: 100%;
	margin-top: 0.55em;
}

.joker-quantity-cart-pair .joker-quantity-cart {
	position: relative !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.38rem;
	flex: 0 0 auto;
	width: auto !important;
	min-width: 2.7rem;
	margin: 0 !important;
	overflow: visible !important;
}

.joker-quantity-cart-pair .joker-quantity-cart.loading,
.joker-quantity-cart-pair .joker-quantity-cart[aria-busy="true"] {
	opacity: 0.62;
	pointer-events: none;
}

.joker-quantity-cart__label {
	order: -5;
	display: inline-block !important;
	color: currentColor;
	font-family: inherit;
	font-size: 10px !important;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
	pointer-events: none;
}

.joker-quantity-cart-pair .added_to_cart.wc-forward {
	display: none !important;
}

.single-product form.cart .joker-add-three-button {
	margin-top: 0;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.joker-quantity-cart-pair {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
		width: 100%;
	}

	.joker-quantity-cart-pair .joker-quantity-cart {
		box-sizing: border-box;
		width: 7.9rem !important;
		max-width: 100%;
		min-width: 0;
		min-height: 2.5rem;
		justify-content: center;
	}

	.joker-quantity-cart__label {
		font-size: 9px !important;
	}
}

@media (max-width: 480px) {
	.single-product form.cart .joker-add-three-button {
		margin-top: 0.65em;
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.joker-add-three-button {
		transition: none;
	}
}
