.shop-by-category-carousel .shop-by-category-item {
    position: relative;
    margin: 5px;
    overflow: hidden;
    background: #f5f5f5;
    /* padding: 10px; */
}

.shop-by-category-carousel .shop-by-category-item img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

.shop-by-category-carousel .overlay {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.shop-by-category-carousel .owl-nav button {
    position: absolute;
    top: 35%;
    background: black !important;
    color: white !important;
    border-radius: 50%;
    padding: 5px 10px !important;
}

.shop-by-category-carousel .owl-nav .owl-prev {
    left: -40px;
}

.shop-by-category-carousel .owl-nav .owl-next {
    right: -40px;
}











.categorywise-product-carousel .categorywise-product-item {
    background: #fff;
    border: 1px solid #eee;
    /* padding: 10px;
    margin: 2px; */
    border-radius: 4px;
    text-align: center;
    transition: 0.3s;
}

.categorywise-product-carousel .categorywise-product-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
}

.categorywise-product-carousel .categorywise-product-item h5 {
    font-size: 15px;
    margin-top: 8px;
    min-height: 40px;
    line-height: 1.3;
}

.categorywise-product-carousel .categorywise-product-item .price {
    color: #000;
    font-weight: bold;
    margin: 3px 0;
}

.categorywise-product-carousel .categorywise-product-item .sizes {
    font-size: 13px;
    color: #777;
}

/* Nav Button Style */
.categorywise-product-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    border-radius: 50%;
    padding: 3px 8px !important;
    transition: 0.3s;
}

.categorywise-product-carousel .owl-nav .owl-prev {
    left: -20px;
}

.categorywise-product-carousel .owl-nav .owl-next {
    right: -20px;
}

.categorywise-product-carousel .owl-nav button:hover {
    background: #000 !important;
}

/* Hover Effect */
.categorywise-product-carousel .categorywise-product-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.category-view-all-btn{
    background: #000;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
}
.category-view-all-btn:hover{
    background: #000;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .shop-by-category-carousel .shop-by-category-item img {
        height: 215px;
    }
    .categorywise-product-carousel .categorywise-product-item img {
        height: 275px;
    }
}
