.product-labels-wrapper{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	
	display: flex;
    flex-direction: column;
    gap: 4px;
	align-items: flex-end;
}

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


