ul#catnav li {
	position: relative;
}
ul#catnav li:nth-child(1) span::after, 
ul#catnav li:nth-child(2) span::after,
ul#catnav li:nth-child(3) span::after,
ul#catnav li:nth-child(4) span::after,
ul#catnav li:nth-child(5) span::after,
ul#catnav li:nth-child(6) span::after{
	text-transform: uppercase;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	font-weight: 900;
	font-size: 0.75rem; 
	content: "baru";
  	background-color: #ef4a58;
	margin-left: 1rem;
	line-height: 1rem;
}
#menuLeft li span {
	position: relative;
	display: inline !important;
}
.baru::after {
	content: "baru";
  	background-color: #ef4a58;
}
.menu3 {
	display: grid; grid-template-columns: repeat(3, 1fr);
}
div.bestseller>div {
	counter-increment: pts-bestseller;
}
div.bestseller>div::after {
	content: counter(pts-bestseller);
	text-align: center;
	line-height: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
	top: 1rem;
	right: 0;
	position: absolute;
	background-color: #e7245c;
	border-radius: 100px;
	color: white;
	font: 900 1.1rem/2.5rem "DM Sans";
}
@media screen and (max-width: 540px) {
	.menu3 {
		display: block;
	}
	.menu3>div {
		margin-bottom: 2rem !important;
	}
	.menu3 h3 {
		margin-bottom: 1rem !important;
	}
}