 .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;
        }
        
.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;     /* allow wrapping */
    line-height: 1.4em;
    font-size: 24px !important;
	height:90px;
}

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


/* Breadcrumb Container */
.woocommerce-breadcrumb  {
  display: block;
  padding: 10px !important;
  border: solid 1px #ccc !important;
  margin-top: 10px !important;
}

/* Breadcrumb links */
.woocommerce-breadcrumb a {
    color: #007BFF;
    text-decoration: none;
    position: relative;
    transition: color 0.3s, transform 0.2s;
}

.woocommerce-breadcrumb a:hover {
    color: #0056b3;
    transform: translateY(-1px); /* subtle lift effect on hover */
}


/* 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;
}

.border_cat img{ width:110%;}
 


.uk-slider-items .border_cat {
    width: 98%;
    aspect-ratio: 1 / 1;   /* forces a square */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-slider-items .border_cat img {
    width: 98%;
    height: 98%;
    object-fit: cover;    /* fills the square nicely */
    display: block;
}









