

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/collection_block/style.css?17896372084108*/
.bottom_nav--ajax {
    display: none;
}

.catalog_block.items.collections-list,
.collections-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px;
}

.catalog_block.items.collections-list .item_block.collections-list__item,
.collections-list__item {
    display: block;
    float: none;
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px 30px;
    box-sizing: border-box;
}

.collections-list .image_wrapper_block,
.collections-list .image_wrapper_block a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    line-height: 0;
    margin-bottom: 8px !important;
    overflow: hidden;
}

.collections-list .image_wrapper_block a {
    aspect-ratio: 5 / 4;
    margin-bottom: 0 !important;
}

.collections-list .image_wrapper_block img,
.collections-list .collection-card__main-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

body .ajax_load.block .collections-list .catalog_item:hover .footer_button,
body .ajax_load.block .collections-list .catalog_item.hover .footer_button,
.collections-list .catalog_item:hover .footer_button,
.collections-list .catalog_item.hover .footer_button,
.collections-list .footer_button {
    margin-top: 16px;
}

.collections-list .collection-card__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 0 12px;
}

.collections-list .collection-card__thumb {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
}

.collections-list .collection-card__thumb:hover,
.collections-list .collection-card__thumb:focus {
    border-color: #1b1b1b;
}

.collections-list .collection-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
    max-height: none;
    border: 0;
    border-radius: 0;
}

.collections-list .collection-card__sizes {
    font-size: 13px;
    line-height: 1.4;
    color: #888;
    margin: 6px 0 8px;
}

.collections-list .cost.prices {
    margin-top: 4px;
}

.collections-list .cost .price {
    margin-left: 0;
    margin-right: 8px;
}

.collections-list .collection-card__price-from,
.collections-list .cost .price .price_measure {
    font-weight: 400;
    color: #888;
}

.collections-list .cost .price .values_wrapper,
.collections-list .cost .price .price_value {
    font-weight: 500;
    color: #1b1b1b;
}

.collections-list .footer_button .collection-card__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.collections-list .catalog_item:hover .footer_button .collection-card__more,
.collections-list .footer_button .collection-card__more:hover,
.collections-list .footer_button .collection-card__more:focus {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .catalog_block.items.collections-list .item_block.collections-list__item,
    .collections-list__item {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .collections-list {
        margin: 0 -6px;
    }

    .catalog_block.items.collections-list .item_block.collections-list__item,
    .collections-list__item {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 6px 16px;
    }

    .collections-list .collection-card__sizes {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .collections-list .collection-card__thumb {
        width: 32px;
        height: 32px;
    }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/collection_block/style.css?17896372084108 */
