.load-more {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.help-block {
    font-weight: 800;
    color: red;
}

.home_sections_filter_btn {
    position: fixed;
    top: 120px;
    left: 57px;
    z-index: 20000000;
}

.cat-image{
    object-fit: cover;
    height: 200px;
    overflow: hidden;
    border-radius: var(--card_body_border_radius);
}

.product-grid .product-image{

    border-radius: var(--card_body_border_radius);
}

.cat-image img{
    max-width: 100%;
    min-height: 100%;
}

