

/* Start:/local/templates/romana/components/romana/catalog.section/zapchasti/style.css?17852376523978*/
.product-item .juicy_item-link {
    display: block;
    position: relative;
    text-decoration: none;
    min-height: 300px;
    overflow: hidden;
}
.product-item .juicy_item-link img {
    min-width: 100%;
    min-height: 100%;
}

.zapchasti-price-label,
.zapchasti-price-mobile,
.zapchasti-buy-mobile {
    display: none;
}

@media (max-width: 767px) {
    .zapchasti-catalog,
    .zapchasti-catalog * {
        box-sizing: border-box;
    }

    .zapchasti-catalog #items-list {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .zapchasti-catalog .product__list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: 0 -10px;
    }

    .zapchasti-catalog .product-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
        min-width: 0;
        margin: 0 0 30px;
        padding: 0 10px;
        border: 0;
        background: #fff;
        box-shadow: none;
    }

    .zapchasti-catalog .product-item .juicy_item-link {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 0;
        aspect-ratio: 1 / 1;
        margin: 0 auto 15px;
        overflow: hidden;
    }

    .zapchasti-catalog .product-item .juicy_item-link img {
        display: block;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        margin: 0 auto;
        object-fit: contain;
    }

    .zapchasti-catalog .item_detail,
    .zapchasti-catalog .item_detail__top {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        padding: 0;
        border: 0;
        background: #fff;
        box-shadow: none;
    }

    .zapchasti-catalog .item_title {
        display: -webkit-box;
        min-height: 60px;
        margin: 0 0 15px;
        overflow: hidden;
        color: #21364d;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .zapchasti-catalog .item_price {
        margin-top: auto;
        color: #0c54a0;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
    }

    .zapchasti-catalog .zapchasti-price-label {
        display: inline;
        margin-right: 4px;
        color: #868b8f;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .zapchasti-catalog .item_price__actual {
        color: #0c54a0;
        font-size: 14px;
        font-weight: 700;
    }

    .zapchasti-catalog .zapchasti-price-desktop {
        display: none;
    }

    .zapchasti-catalog .zapchasti-price-mobile {
        display: inline;
    }

    .zapchasti-catalog .item_price__past {
        display: block;
        color: #a1abb2;
        font-size: 12px;
        font-weight: 400;
        text-decoration: line-through;
    }

    .zapchasti-catalog .item_buttons {
        width: 100%;
        margin: 6px 0 0;
    }

    .zapchasti-catalog .buy-btn.button_white_little {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 32px;
        padding: 7px 10px;
        border: 2px solid #07c54a;
        border-radius: 40px;
        background: #07c54a;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
    }

    .zapchasti-catalog .zapchasti-buy-desktop {
        display: none;
    }

    .zapchasti-catalog .zapchasti-buy-mobile {
        display: inline;
    }

    .zapchasti-catalog .navigation-line {
        width: 100%;
    }
}

/* End */
/* /local/templates/romana/components/romana/catalog.section/zapchasti/style.css?17852376523978 */
