@media (max-width: 1199px) {
	
}

@media (max-width: 999px) {

}

@media (min-width: 768px) {
	.border-md-start {
		border-left: 1px solid var(--accent-light) !important;
	}
	.border-md-0 {
		border: none !important;
	}
}

@media (max-width: 768px) {
	.grids-6 {
		grid-template-columns: repeat(3, minmax(auto, 1fr));
	}
	.category-label span {
		font-size: .6rem;
		line-height: .8rem;
	}
	.carousel-slide {
		padding: 5rem 3rem !important;
	}
}

@media (min-width: 412px) {
	
}
