@media (min-width:992px){
	.label-product {
		background: #c20000;;
		border-radius: 100%;
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		pointer-events: none;
		right: 0;
		top: 0;
		z-index: 50;
		padding: 5px;
	}
}

@media (max-width:992px){
	.label-product {
		background: red;
		border-radius: 100%;
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		pointer-events: none;
		top: 10px;
		z-index: 50;
		padding: 3px;
	}
}
@media (max-width:992px){
	.navigation-space-banner{
		height:24px;
	}
}
@media (min-width: 577px) {
	.navigation-space {
		height: 190px;
	}
}
@media (min-width:992px){
	.navigation-space-banner {
		height: 5px;
	}
}
.banner-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 34px;
}

.banner-text {
	position: absolute;
	white-space: nowrap;
	left: -9999px;
}

@media (min-width:780px){
	.wrapper-cats{
		display: grid;
		grid-template-columns: repeat(9, 1fr);
	}
}
