    /* Modern refinements */
    .shop-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none;
        background: #fff;
    }
    .shop-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
    }
    .product-img-wrapper {
        aspect-ratio: 4/3;
        overflow: hidden;
        background: #f8f9fa;
    }
    .product-img-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease;
    }
    .shop-card:hover .product-img-wrapper img {
        transform: scale(1.05);
    }
    .category-link {
        text-decoration: none;
        color: #495057;
        transition: color 0.2s;
    }
    .category-link:hover {
        color: #0d6efd;
    }
    .list-group-item.active-category {
        border-left: 3px solid #0d6efd;
        background-color: #f8f9fa;
    }


.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
element {
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.border-end-0 {
  border-right: 0 !important;
}
#cat-search.form-control,#cat-search-btn {
 
  border: 1px solid #787d82;
  }