 .border_cat{
      border-radius: 200px;
      overflow: hidden;
      border: solid 10px #ffffff7d;
      box-shadow: 0px 0 10px #73737378;
      margin: 10px;
        }
a:hover{ text-decoration:none !important;}

 .swastik-product-slider .uk-card {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
        }
        .swastik-product-slider .uk-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 28px rgba(0,0,0,0.15);
        }
        .swastik-star-rating span {
            margin: 0 2px;
            font-size: 24px !important;
        }
        .swastik-product-slider .uk-label {
            font-weight: 600;
            padding: 4px 10px;
        }
        


main{ min-width: 1400px !important; }




/* Custom header with black overlay */
.custom-header {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.custom-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55); /* black overlay */
    z-index: 1;
}

/* Ensure content stays above overlay */
.custom-header .uk-container {
    position: relative;
    z-index: 2;
}

/* Hero Overlay */
.custom-header {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.custom-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.custom-header .uk-container {
    position: relative;
    z-index: 2;
}

/* Filter Sidebar */
.uk-card-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.uk-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uk-card ul li {
    margin-bottom: 6px;
}

.uk-card ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

.uk-card ul li a:hover {
    color: #007BFF;
}



