.sleek-quantity-wrapper {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
}
.sleek-quantity-btn {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 18px;
	font-weight: 600;
	color: #495057;
	user-select: none;
}
.sleek-quantity-btn:hover { background: linear-gradient(135deg, #009345 0%, #009345 100%); color: #fff; }
.sleek-quantity-btn:disabled { opacity: .5; cursor: not-allowed; transform: none !important; }
.sleek-quantity-btn:disabled:hover { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #495057; }
.sleek-quantity-input { border: none; outline: none; text-align: center; width: 60px; height: 40px; font-size: 16px; font-weight: 500; color: #212529; background: transparent; -moz-appearance: textfield; }
.sleek-quantity-input::-webkit-outer-spin-button, .sleek-quantity-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
@media (max-width: 480px) { .sleek-quantity-btn { width: 35px; height: 35px; font-size: 16px; } .sleek-quantity-input { width: 50px; height: 35px; font-size: 14px; } }


