.product-card-list {
    display: grid;
}

.product-card-container {
    display: flex;
    flex-direction: column;
}
.product-card {
    width: unset;
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media screen and (max-width: 767px) {
    .product-card-container {
        /*width: calc(50% - 10px);*/
        padding: 10px;
        /* height: 240px; */
        height: max-content;
        width: 100%;
    }
    .product-card-container .product-card {
        margin-left: 0;
    }
}

.top-related-section {
	margin-bottom: 30px;
    display: flex; align-items: stretch;
    overflow: hidden;
}
.top-related-section a {
	text-decoration: none;
}
.top-related-section a .image {
	height: 120px;
    overflow: hidden;
}
.top-related-section a .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-related-section a .name {
    color: #2D2928;
    font-size: 1rem;
    line-height: 20px;
	text-align: center;
}

.catalog-kvt-block {
	border: 1px solid #eeeef3;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 20px 20px;
}
.catalog-kvt-block-title {
    font-size: 1rem;
    color: #1E1E1E;
    font-family: "pfagorasanspro-medium";
    font-weight: 500;
	margin-bottom: 15px;
}
.catalog-kvt-block a {
	display: inline-block;
    margin-bottom: 8px;
}


.top-related-section.owl-carousel{display: flex;}

.boilers-back{ padding-top: 1rem; white-space: nowrap}
.boilers-result-empty .mobile-filters-btn{display: none}
.boilers-result{padding-bottom: 4rem}
