/**
 * Side Cart (XOO): стили +/- и input количества.
 * Подключается после assets плагина — не копируйте весь xoo-wsc-style.css в тему.
 */

/* Quantity controls (+/-) */
.xoo-wsc-qty-controls {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
}

.xoo-wsc-qty-btn {
	width: 26px;
	height: 26px;
	border: 1px solid #e1e1e1;
	background: #fff;
	color: #333;
	border-radius: 4px;
	line-height: 24px;
	padding: 0;
	cursor: pointer;
	user-select: none;
}

.xoo-wsc-qty-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.xoo-wsc-qty-input {
	width: 52px;
	height: 26px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	text-align: center;
	padding: 0 6px;
}

.xoo-wsc-sml-qty .xoo-wsc-qty-controls {
	margin-left: 6px;
}
