.homeCategoriesSlider {
    padding: 5rem 0;
}

.homeCategoriesSlider_title {
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.homeCategoriesSlider_listContainer {
    margin: 3rem 0;
}


.homeCategoriesSlider_list {
    margin-bottom: 0;
}

.homeCategoriesSlider_listItem {
    text-align: center;
}

.homeCategoriesSlider_listItem:hover .homeCategoriesSlider_listItemImg {
    transform: scale(.9);
    transition: all .3s ease-in-out;
}

.homeCategoriesSlider_listItemImg {
    border-radius: 50%;
    width: 260px;
    height: 260px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.homeCategoriesSlider_listItemTitle {
    margin-top: 1rem;
}

.homeCategoriesSlider_listItemTitle h2 {
    font-weight: bold;
    font-size: 18px;
    color: var(--primaryColor);
}

@media (max-width: 992px) {
    .homeCategoriesSlider_listItemImg {
	width: 180px;
	height: 180px;
    }

    .homeCategoriesSlider_listContainer {
	margin: 40px 0;
    }

    .homeCategoriesSlider_title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 48px;
    }

    .newProductsSlider {
	padding: 5rem 0 5rem 0;
	overflow: hidden;
    }
}
