.product-card img {
    width: 90%;
    height: auto;
}
.product-card {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    height: 100%;
}
.pagination .active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}
.product-card {
    height: 100%;
    min-height: 280px;
    width: 100%;
    min-width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}
.product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 4px;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}





