.product-labels-wrapper{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	
	display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-label{
    font-size: 10px;
	font-weight: 600;
    padding: 2px 16px 2px 8px;
	color: #FFF;
	border-radius: 8px;
}


.product-sale-wrapper{
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10;
}

.product-sale-label{
    font-size: 12px;
	font-weight: 600;
	color: #FFF;
	
	width: 40px;
    height: 40px;
	border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	
	background: #e43a36;
	color: #FFF;
}