.topbasket__wrap {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}

.topbasket__icon {
	position: relative;
}

.topbasket__icon img {
	width: 34px;
}

.topbasket__numcount {
	position: absolute;
	top: -8px;
	right: 0;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 15px;
	line-height: 14px;
	background-color: var(--color-link);
	color: var(--color-white);
}

.topbasket__desc {
	display: flex;
	flex-direction: column;
	color: var(--color-white);
	font-size: var(--fs-14);
}