/* Степпер каталога (совместимо с родительскими классами). */
.tt-loop-cart {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
	justify-content: space-between;
	border-top: solid 1px #aca8a952;
}

.tt-stepper {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 18px;
}

.tt-step {
	background: none;
	border: 0;
	padding: 0 6px;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
	user-select: none;
}

.tt-val {
	padding-top: 3px;
	min-width: auto;
	text-align: center;
	font-size: 18px;
}

.tt-add-icon {
	padding: 0.55em 0.7em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tt-icon {
	width: 26px;
	height: 26px;
	display: block;
}

.tt-icon-cart {
	background-image: url("../../../molodezhka/i/basket.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.tt-add-icon.added .tt-icon-cart,
.tt-add-icon.is-added .tt-icon-cart {
	background-image: url("../../../molodezhka/i/check.svg");
}
