.products-filter-wrap {
    background-color: #eaeef2;
    padding: 80px 0px
}

.product-card {
display: grid;
    
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 0px;
    
    place-content: flex-start;
    position: relative;
    padding-bottom: 50px;
}

.product-description {
    flex-grow: 0;
}

.product-card .discover-btn { width: 100%; position: absolute; left: 0px; bottom: 0px;  }

.product-title {
    font-size: 22px;
    font-weight: 600;
    padding: 25px 20px
}

.product-image img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 40px
}

.product-description {
    font-size: var(--fs-14);
    color: #555;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0px 20px
}

.divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .5);
    width: 90%;
    margin: auto;
    margin-bottom: 20px
}

.product-specs {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.spec {
    width: 48%
}

.spec-title {
    font-weight: var(--font-weight-500);
    font-size: var(--fs-14);
    display: block;
    margin-bottom: 6px
}

.spec-value {
    font-size: var(--fs-14);
    color: #333
}

.discover-btn {
    display: block;
    background: var(--red);
    color: var(--White);
    text-decoration: none;
    padding: 14px;
    font-weight: bold;
    transition: background .3s ease;
    font-size: var(--fs-16);
    font-weight: var(--font-weight-500);
    text-align: center
}

.discover-btn:hover {
    background: var(--black);
    color: #fff;
}

.dropdown-wrapper {
    width: 160px;
    border: 1px solid #c5c9cc;
    border-radius: 10px;
    overflow: hidden;
    background: var(--White)
}

.dropdown-wrapper .dropdown-toggle {
    color: #9d9d9d;
    padding: 16px 20px;
    font-size: var(--fs-16);
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all .5s ease
}

.dropdown-wrapper .dropdown-toggle:after {
    color: var(--black);
    z-index: 2
}

.dropdown-wrapper .dropdown-toggle #dropdownSelected {
    position: relative;
    z-index: 2
}

.dropdown-wrapper .dropdown-toggle::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--red);
    z-index: 1;
    transition: all .5s ease
}

.dropdown-wrapper .dropdown-menu {
    width: 160px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
    visibility: hidden
}

.dropdown-wrapper .dropdown-menu.show {
    visibility: visible
}

.dropdown-wrapper .dropdown-menu li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #111;
    font-weight: var(--font-weight-400);
    font-size: var(--fs-16)
}

.dropdown-wrapper .dropdown-menu li:hover {
    background: #f4f4f4
}

.dropdown-wrapper:hover .dropdown-toggle {
    color: var(--White)
}

.dropdown-wrapper:hover .dropdown-toggle::before {
    width: 100%
}

.dropdown-wrapper:hover .dropdown-toggle:after {
    color: var(--White)
}

.view-content {
    gap: 25px 0px;
}

.product-fliter-section { margin-top: 40px; }

@media(min-width: 320px)and (max-width: 767px) {
    .products-filter-wrap {
        background-color: #eaeef2;
        padding: 50px 0px
    }
    .dropdown-wrapper {
        width: 100%;
        margin-top: 20px
    }
    .dropdown-wrapper .dropdown-menu {
        width: 93%
    }
    .spec-value {font-size: 11px;}
    .spec-title { font-size: 13px; }
}/*# sourceMappingURL=product-cards.css.map */


#block-thermax-views-block-product-listing-product-listing{
    position:relative;
}

#block-thermax-views-block-product-listing-product-listing nav{
    position: absolute;
    bottom:15px;
    width:100%;
    text-align: center;
}

#block-thermax-views-block-product-listing-product-listing nav ul.pager-show-more{
    list-style: none;
    list-style-type: none;
}

#block-thermax-views-block-product-listing-product-listing nav ul.pager-show-more li a{
    color: #000;
    font-weight: 500;
}
#block-thermax-views-block-product-listing-product-listing nav ul.pager-show-more li a:hover{
    color: #fff;
    font-weight: 500;
}