@media screen and (min-width: 768px) {
	.crt-item__col-2 {
		flex-grow: 1;
	}
	.crt-item__col-4 {
		width: 170px;
	}
	.crt-duscount-price {
		display: inline-flex!important;
	}
}

.crt-list:not(.crt-list--show-all) .crt-item:nth-child(n+8) {
	display: none;
}

.crt-list--no-bottom-space .crt-item:last-child,
.crt-list--show-all .crt-item:last-child {
	padding-bottom: 0;
}

.crt-list--show-all + .crt-items__more-btn {
	display: none!important;
}

.crt-discount.crt-discount--general {
	background-image: none;
	padding-left: 8px;
	min-width: auto;
}
.bx-basket img[loading="lazy"]:not([src*="loader.svg"]) {
	-webkit-animation: none!important;
	animation: none!important;
}