/* October 2024 */

:root {
	--border: 1px solid rgba(0, 0, 0, 0.15);
}

[data-items="0"] span {
	display: none;
}

.basket-item .image-thumb {
	align-self: start;
}

.magic-cart article.basket-item .remove {
	margin-left: auto;
	text-decoration: underline;
}

.magic-cart article.basket-item input {
	-webkit-appearance: none;
	border: 0;
	text-align: center;
	pointer-events: none;
	padding: .5em 0;
}

.magic-cart article.basket-item button {
	background: #eee;
	border: 0;
	padding: 0;
	width: 25px;
	line-height: 23px;
	padding-bottom: 2px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.magic-cart article.basket-item button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}