.property-color__item.not-available,
.property-size__item.not-available {
	opacity: .45;
	cursor: not-allowed;
	pointer-events: none;
}

.property-color__item.not-available img {
	filter: grayscale(1);
}

.property-size__item.not-available {
	color: var(--grey-76);
}

.basket-item__info:has(input:checked) .basket-item__property {
	background-color: rgba(26, 31, 50, .45);
}
