/* MyMuse Woo Suite – כפתורי + ו- לשדות הכמות (עיצוב "גלולה" כמו ב-Recovering Humans) */

.mws-qty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mws-text, #000);
	border-radius: 999px;
	overflow: hidden;
	height: 46px;
	background: transparent;
	vertical-align: middle;
}

.mws-qty input.qty {
	flex: 0 0 auto;
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 44px;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none;
	text-align: center;
	background: transparent !important;
	color: var(--mws-text, #000);
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	-moz-appearance: textfield;
	appearance: textfield;
}
.mws-qty input.qty::-webkit-outer-spin-button,
.mws-qty input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* flex:0 0 42px — מונע מהכפתורים להתכווץ (הלקח מ-Recovering Humans) */
.mws-qty button.mws-qty__btn {
	flex: 0 0 42px;
	width: 42px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: var(--mws-text, #000) !important;
	cursor: pointer;
	user-select: none;
	transition: background .2s ease, color .2s ease;
	font-family: inherit;
}
.mws-qty button.mws-qty__btn:hover,
.mws-qty button.mws-qty__btn:focus {
	background: var(--mws-text, #000) !important;
	color: var(--mws-bg, #fff) !important;
}
