/*============================================================================================
   Start Category Area
=============================================================================================*/

.category.style-8 .category-section-head {
    margin-bottom: 32px;
    text-align: center;
}
.category.style-8 .category-section-head h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
}
.category.style-8 .category-section-head p {
    text-align: center;
    margin: 0;
}

/* .category.style-8 .category-inner{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 46px 32px;
} */

.category.style-8 .category-slider{
overflow: hidden;
}

.category.style-8 .category-img img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.category.style-8 .category-img {
    overflow: hidden;
    transition: all 0.3s ease;
}
.category.style-8 .swiper-slide:hover .category-img img {
    transform: scale(1.02);
}

.category.style-8 .category-info p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    text-align: center;
    padding-top: 1.4rem;
    color: #555;
    letter-spacing: .05rem;
				text-transform: uppercase;
}
.category.style-8 .swiper-slide .category-info{
 transition: all 0.3s ease;
}



@media only screen and (max-width: 767px) {
    .category-section-head {
        margin-bottom: 16px;
    }
    .category-section-head h3 {
        font-size: 18px;
        margin-bottom: 0;
    }


}

/*============================================================================================
   End Category Area
=============================================================================================*/
