.product-cards {
    padding: 48px 0 28px;
    position: relative;
    z-index: 1;
}

.product-card-item {
    margin-bottom: 20px;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-card-top {
    position: relative;
    height: 100%;
    z-index: 1;
}

.product-card-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    z-index: 1;
}

.product-card-title {
    background-color: var(--color-black-gray);
    border-radius: 4px 4px 0 0;
}

.product-card-title h4 {
    font-size: 14px;
    color: var(--color-white);
    padding: 6px 16px;
    line-height: 1.35em;
}

.product-card-img-wrap {
    height: 101px;
}

.product-card-details {
    padding: 15px;
}

.product-card-details-col {
    padding: 8px 0 5px;
    border-bottom: 1px solid #E2E2E2;
}

.product-card-details-col:first-child {
    padding-top: 0;
}

.product-card-details-col:last-child {
    border: none;
    padding-bottom: 0;
}

.product-card-details-col h5 {
    font-size: 13px;
    line-height: 1em;
    padding: 0;
}

.product-card-details-col p {
    font-size: 12px;
    line-height: 1.6em;
}

.product-card-bottom {
    display: flex;
    flex-direction: column;
}

.product-card-bottom .btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    border-radius: 0px;
    margin: 0;
    flex-wrap: wrap;
}

.product-card-bottom .btn::after {
    display: none;
}

.product-card-bottom .btn-view {
    background-color: var(--color-black-gray);
    color: var(--color-white);
}

@media(min-width: 768px) {
    .product-card-title h4 {
        font-size: 18px;
        padding: 14px 16px;
    }

    .product-card-img-wrap {
        height: 206px;
    }

    .product-card-details {
        padding: 30px 16px;
    }

    .product-card-details-col h5 {
        font-size: 16px;
    }

    .product-card-details-col p {
        font-size: 14px;
    }

    .product-card-bottom {
        padding: 0 23px;
        flex-direction: row;
        justify-content: space-between;
    }

    .product-card-bottom .btn {
        width: max-content;
        border-radius: 4px;
        padding: 16px 20px;
        width: calc(50% - 4px);
    }

    .product-card-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 25px);
        border-radius: 0 0 4px 4px;
        border: 1px solid #E2E2E2;
        border-top: none;
        z-index: -1;
    }

    .product-card-item {
        margin-bottom: 32px;
    }

    .product-cards {
        padding: 48px 0 32px;
    }

}

@media(min-width: 1200px) {
    .product-card-bottom {
        padding: 0 7px;
    }

    .product-card-bottom .btn {
        padding: 16px 24px;
    }

    .product-card-bottom .btn-view:hover {
        background: var(--color-secondary-dark);
    }

    .add-product-card-title-height {
        min-height: 76px;
    }

    .product-cards {
        padding: 96px 0 64px;
    }

    
}

@media(min-width: 1600px) {
    .product-card-bottom .btn {
        padding: 16px 0px;
        width: calc(50% - 4px);
    }
}
.facetwp-load-more{
    margin-top: 0;
    border: none;
    display: inline-block;
    text-align: center;
    background: var(--color-primary);
    color: var(--color-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31em;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
    text-transform: uppercase;
}
.product-cards-wrap .facetwp-type-pager{
    text-align: center;
    margin-top: 40px;
}
.btn-view-list{
    width: 100%;
}



.wysiwyg + .product-cards{
    padding-top: 0;
}
.wysiwyg.bg-gray-texture + .product-cards,
.wysiwyg.bg-black + .product-cards {
    padding-top: var(--section-margins);
}



.product-cards + .wysiwyg.bg-white {
    padding-top: 0;
}
.product-cards + .wysiwyg.bg-white + .product-cards .sidebar {
    display: none;
}
.product-cards + .product-cards .sidebar {
    display: none;
}
.page-id-4640 .product-card-item .product-card{
     height: auto;
}
  