.nero-catalog-card__commerce {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 10px;
	margin-top: 10px;
}

.nero-catalog-card__price {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

.nero-catalog-card__price del {
	opacity: .65;
	font-size: .8em;
}

.nero-catalog-card__price ins {
	text-decoration: none;
}

.nero-catalog-card__availability {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgba(255,255,255,.92);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.nero-catalog-card__availability::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d7f320;
	content: "";
}

.nero-catalog-card__cta {
	display: inline-block;
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nero-catalog-card__copy,
.nero-catalog-card__copy > a {
	min-width: 0;
}

.nero-catalog-card__copy > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
