.product-badge-limited {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ca2237;
	color: white;
	padding: 5px;
	font-size: 12px;
	border-radius: 50px;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media screen and (min-width: 750px) {
	.product-badge-limited {
		padding: 0;
		width: 90px;
		height: 90px;
	}
}
