/* Loaded on translated responses only, for the Heinhuis inventory adapter. */
.heinhuis .hh-card-specs span {
	overflow-wrap: anywhere;
}

.heinhuis .hh-card-footer {
	flex-wrap: wrap;
}

.heinhuis .hh-card-footer .hh-price {
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: normal;
}

.heinhuis .hh-card-footer .hh-card-actions {
	flex-shrink: 0;
	margin-left: auto;
}

@media (max-width: 900px) {
	.heinhuis .hh-stock {
		grid-template-columns: minmax(0, 1fr);
	}

	.heinhuis .hh-stock > * {
		min-width: 0;
	}

	.heinhuis .hh-pagination {
		max-width: 100%;
		flex-wrap: wrap;
	}
}
