/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/


.cat-carousel-wrapper{
	display:flex;
	gap:20px;
	overflow-x:auto;
	padding:10px;
}

.cat-item{
	min-width:160px;
	flex:0 0 auto;
}
