.price {
    padding: 24px 0 100px;
}

.price h1 {
    margin: 0 0 11px;
}

.price h1 span {
    color: #BEC3D2;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-left: 9px;
}

.price .breadcrumbs {
    padding: 0;
    margin: 0 0 42;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.price .breadcrumbs li {
    list-style-type: none;
    margin-bottom: 5px;
    color: #BEC3D2
}

.price .breadcrumbs li:after {
    content: ' / ';
    display: inline-block;
    margin-right: 5px;
}

.price .breadcrumbs li:last-child:after {
    display: none !important;
}

.price .breadcrumbs li a {
    color: #BEC3D2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.price .breadcrumbs li a:hover {
    color: #d39730;
}

.price .price__block {
    margin-bottom: 60px;
}

.price .price__filters {
    margin-bottom: 30px;
}

.price .price__filter-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/catalog/view/theme/prostore/images/chevron-select.svg) no-repeat right 15px center #fff !important;
    height: 44px;
    padding: 0 30px 0 15px !important;
    border-radius: 5px;
    background: #FFF;
    color: #333331;
    font-size: 15px;
    font-weight: 500;
}

.price h2 {
    color: #333331;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price .price__items {}

.price .price__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 20px !important;
    background: #fff;
    border-radius: 10px;
    border: 0;
}

.price .price__item-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

.price .price__item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.price .price__item-image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.price .price__item-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}

.price .price__item-title {
    flex-grow: 1;
    color: #333331;
    font-size: 24px;
    font-weight: 600;
}

.price .price__item-title a {
    color: #333331;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.price .price__item-title a:hover {
    color: #d39730;
}

.price .price__item-status {
    flex-shrink: 0;
}

.price .price__item-price-block {
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 15px
}

.price__item-btns-block {
    position: relative;
}

.price__item-btns-block .products__item-buttons {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.price__item-btns-block .products__item-buttons a img,
.price__item-btns-block .products__item-buttons a svg,
.price__item-btns-block .products__item-buttons button img,
.price__item-btns-block .products__item-buttons button svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.price__item-btns-block .products__item-buttons a:hover img,
.price__item-btns-block .products__item-buttons a:hover svg,
.price__item-btns-block .products__item-buttons button:hover img,
.price__item-btns-block .products__item-buttons button:hover svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.price .price__item-action {
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 10px;
}

.price .price__item-action .ui-btn.ui-btn--primary {
    margin-right: 0;
    padding: 0 20px 0 40px !important;
    height: 50px;
    min-width: 130px;
    border-radius: 5px;
    gap: 10px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.price .price__item-action .ui-btn.ui-btn--primary:hover {
    background: #d39730;
}

.price a.ui-btn {
    margin-right: 0;
    margin-left: 0;
    background: transparent;
    border: 0;
    padding: 0;
    width: 2.6rem;
    height: 2.6rem;
}

.price__item-counter {
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
}

.price__counter-btn {
    width: 29px;
    height: 50px;
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.price__counter-btn:hover {
    background: #d39730;
}

.price__counter-input {
    width: 29px;
    height: 50px;
    text-align: center;
    background: transparent;
    border: none;
    color: #333331;
    font-size: 16px;
    font-weight: 600;
    appearance: textfield;
    background: #fff;
}

.price__counter-input::-webkit-outer-spin-button,
.price__counter-input::-webkit-inner-spin-button {
    appearance: none;
}

.price .price__item-status {
    color: #333331;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.price .price__item-status:before {
    content: '';
    display: block;
    flex-shrink: 0;
    margin-right: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.price .price__item-status.products__item-status--true:before {
    background: #13D051;
}

.price .price__item-status.products__item-status--false:before {
    background: #BDC2D0;
}

/* ==========================
   Price page responsive
   ========================== */

@media (max-width: 768px) {
    .price h1 span {
        font-size: 14px;
        margin-left: 6px;
    }

    .price .price__filters {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .price .price__filter-select {
        width: 100%;
        max-width: 360px;
    }

    .price .price__export-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        padding: 0 14px;
        border-radius: 6px;
        background: #fff;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .price {
        padding: 18px 0 70px;
    }

    .price h2 {
        font-size: 22px;
    }

    .price .price__item {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px !important;
    }

    .price .price__item-image {
        width: 84px;
        height: 84px;
        margin-right: 0;
    }

    .price .price__item-content {
        width: 100%;
    }

    .price .price__item-title {
        font-size: 18px;
        line-height: 1.25;
    }

    .price__item-btns-block {
        width: 100%;
    }

    .price__item-btns-block .products__item-buttons {
        margin-bottom: 12px;
        gap: 8px;
    }

    .price .price__item-action {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 10px;
    }

    .price__item-counter {
        height: 44px;
        flex-shrink: 0;
    }

    .price__counter-btn {
        width: 36px;
        height: 44px;
    }

    .price__counter-input {
        width: 42px;
        height: 44px;
        font-size: 15px;
    }

    .price .price__item-action .ui-btn.ui-btn--primary {
        height: 44px;
        min-width: 0;
        flex: 1;
        padding: 0 12px 0 12px !important;
        justify-content: center;
    }

    .price .price__item-action .ui-btn.ui-btn--primary svg {
        width: 18px;
        height: 18px;
    }

}

/* На очень узких экранах можно скрыть иконку корзины, чтобы всё влезло */
@media (max-width: 360px) {
    .price .price__item-action .ui-btn.ui-btn--primary svg {
        display: none;
    }
}
