.product-marketplace-links {
	padding-top: 1.25rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #e3e9ef;
}

.product-marketplace-links h2 {
	margin-bottom: .75rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}

.product-marketplace-list {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.product-marketplace-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.5rem;
	height: 5.25rem;
	padding: .5rem;
	border: 1px solid #e3e9ef;
	border-radius: .4rem;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-marketplace-link:hover,
.product-marketplace-link:focus {
	border-color: #c5ccd3;
	box-shadow: 0 .25rem .75rem rgba(43, 52, 69, .12);
	transform: translateY(-2px);
}

.product-marketplace-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 575.98px) {
	.product-marketplace-list {
		flex-wrap: nowrap;
	}

	.product-marketplace-link {
		width: 50%;
	}
}
