body{
    overflow-x: hidden;
}

/* Top Header Section Start */
.head-top
{
    background-color: #FC9423;
}
.nav-logo
{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
/* Top Header Section End */

/* Swipe Slider Section Start */

.category-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.productSwiper {
    padding-bottom: 20px;
}

.swiper-slide,
.swiper-wrapper,
.swiper {
    background: transparent !important;
}

/* .swiper-slide {
    height: auto;
} */

.product-card {
    background: #fff !important;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.product-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    background: #f1f1f1;
     background: transparent;
    padding: 10px;
}

.product-info {
    padding: 10px;
    text-align: center;
}

.product-info h6 {
    font-size: 14px;
    margin-bottom: 4px;
}

.product-info small {
    color: #777;
}

.product-info p {
    margin-top: 6px;
    font-weight: bold;
}
