.product_img-wrapper{
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: var(--heading-color-on-black-blocks) !important;
    font-weight: 600;
    font-size: 15px;
    width: fit-content;
    /* border: 1px solid transparent; */
    height: auto;
    /* transition: 2s; */
}

.product_img-wrapper:hover {
    /* border-color: #e43e4a; */
}

.main_block-desc_wrapper {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 16px;
    width: 50%;
}

.custom-container .fn_ajax_content .container{
    padding: 80px 70px;
}

#flats {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    gap: 20px;
    background: var(--first-website-color);
    color: #E9E8E8;
}

.products_container{
    width: 100% !important;
    margin: 0 !important;
}

.product_item{
    width: fit-content;
    height: auto !important;
    padding: 0 !important;
}

.product_heading{
    max-width: 360px;
}

.product-wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    text-align: center;
}
 
.product-wrapper :is(.h3, h3){
    margin: 24px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.product-wrapper.unavailable {
    opacity: 0.6;
}

.double_product-wrapper .product-read_more-btn> a {
    padding-top: 24px;
}

.product-wrapper .fn_img.preview_img.lazy {
    object-fit: none;
}

.product-wrapper img.lazy {
    transition: 2s;
    object-fit: unset;
}

.product-wrapper img.lazy:hover {
    transform: scale(1.1);
}

.product_desc{
    white-space: break-spaces;
    margin-bottom: 50px;
}

#flats h1{
    color: #fff;
    margin-bottom: 65px;
}

.products-wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* justify-content: center; */
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 50px;
}

.read_more-product{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #e73e4b47;
    transition: 1s;
}

.read_more-product:hover{
    border-bottom: 1px solid #e73e4b;
}