.wbp-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 20px 0;
}
.wbp-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.wbp-item a.wbp-image-link {
	display: inline-block;
	line-height: 0;
}
.wbp-item img {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
	display: block;
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.wbp-item .wbp-buy-btn {
	display: inline-block;
	margin-top: 16px;
	background: #FF9900;
	color: #111;
	font-weight: 600;
	padding: 10px 26px;
	border-radius: 4px;
	text-decoration: none;
}
.wbp-item .wbp-buy-btn:hover {
	background: #e88a00;
	color: #111;
}