.category-top {
    align-items: initial !important;
    position: relative;
    padding: 0 !important;
}

.category-top-wrap {
    margin-top: 8px
}

.category-description.without-subttl {
    margin-top: -10px !important;
}

.category-top-bg {
    background: var(--category-top-bg);
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 343px;
}

.category-top .category-subttl {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: AkkuratLLWebPan-Bold, serif;
}

.category-top .category-description {
    margin-top: 26px;
    font-size: 16px;
    line-height: 24px;
    font-family: AkkuratLLWebPan-Regular, serif;
    max-width: 100%;
    margin-bottom: 48px;
}

.category-child-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    height: 235px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 28px;
    list-style: none !important;
    padding-inline-start: 0 !important;
}

.category-child-items li {
    width: calc((100% - 75px) / 4);
    position: relative;
    height: fit-content;
}

.category-item-ttl {
    font-size: 18px;
    line-height: 26px;
    font-family: "AkkuratLLWebPan-Bold", serif;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 7px;
    text-transform: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.category-child-items li:hover img{
    transform: scale(1.15);
}

.category-item-img {
    width: 302px;
    height: 202px;
    background: #E0E0E2;
    overflow: hidden;
}

.category-child-items li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-top-show-less {
    display: none;
}

.category-top-btn {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 20px;
    font-family: "AkkuratLLWebPan-Bold", serif;
    cursor: pointer;
    margin: 0 auto 28px;
    width: fit-content;
}

.category-container-footer {
    display: flex;
    gap: 24px;
    margin-top: 66px;
}

.category-container-footer p {
    min-height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.category-footer-img-wrap, .seo_text_bottom {
    width: 50%;
}

.seo_text_bottom h3 {
    line-height: 28px;
    margin-bottom: 7px;
}

.category-footer-img-wrap {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.contact-block-wrap [data-content-type='row'][data-appearance='contained'] {
    padding: 0 !important;
}

.contact-block-wrap {
    margin-top: 72px;
}

.page-main {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .category-item-img {
        width: 100%;
        height: 240px;
    }

    .category-child-items li {
        width: calc((100% - 50px) / 3);
    }
}

@media (max-width: 992px) {
    .category-container-footer {
        flex-direction: column;
    }

    .category-footer-img-wrap, .seo_text_bottom {
        width: 100%;
    }

    .category-footer-img-wrap {
        flex-direction: row;
        gap: 12px;
    }

    .category-footer-img-wrap div {
        width: 50%;
    }

    .category-footer-img-wrap img {
        object-fit: cover;
        height: 100%;
    }

    .category-container-footer p {
        min-height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .contact-block-wrap {
        margin-top: 24px;
    }

    .category-child-items li {
        width: calc((100% - 75px) / 4);
    }

    .category-child-items {
        margin-top: 26px;
    }

    .category-item-img {
        width: 100%;
        height: 140px;
    }

    .category-top .category-subttl {
        font-size: 20px;
        line-height: 28px;
        text-transform: initial;
    }

    .category-top .category-description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .category-top-wrap {
        margin-top: -3px;
    }

    .category-item-ttl {
        font-size: 14px;
        line-height: 20px;
        bottom: 8px;
    }

    .category-top-btn {
        font-size: 14px;
        line-height: 20px;
        gap: 11px;
        margin: 0 auto 14px;
    }

    .category-top-btn img {
        width: 14px;
    }
}

@media (max-width: 767px) {
    .category-item-img {
        height: 150px;
    }

    .category-child-items li {
        width: calc((100% - 24px) / 3);
    }

    .category-child-items {
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .category-description.without-subttl {
        margin-top: 0 !important;
    }

    .category-container-footer {
        margin-top: 28px;
    }
    .category-footer-img-wrap {
        flex-direction: column;
    }

    .category-footer-img-wrap div {
        width: 100%;
    }

    .category-footer-img-wrap img {
        object-fit: initial;
        height: auto;
    }

    .category-top-wrap {
        margin-top: -12px;
    }

    .category-child-items li {
        width: calc((100% - 12px) / 2);
    }

    .category-child-items {
        gap: 12px;
        margin-top: 26px;
    }

    .category-item-img {
        height: 170px;
    }
}

@media (max-width: 425px) {
    .category-child-items li {
        width: calc((100% - 12px) / 2);
    }

    .category-child-items {
        gap: 12px;
        margin-top: 26px;
    }

    .category-item-img {
        height: 126px;
    }
}

.catalog-category-view .products-wrap {
    gap: 24px;
}

.toolbar-products {
    margin-bottom: 26px;
    margin-top: 38px;
}

.toolbar-products .limiter span {
    font-size: 14px;
    line-height: 20px;
    font-family: "AkkuratLLWebPan-Regular", serif;
    margin-right: 20px;
}

.toolbar-products .limiter select {
    font-size: 16px;
    line-height: 24px;
    font-family: "AkkuratLLWebPan-Regular", serif;
    border-radius: 0;
    border: 1px solid #1D2226;
    width: 87px;
    height: 44px;
}

.toolbar-amount-category, .toolbar-sorter .sorter-label {
    font-size: 14px;
    line-height: 20px;
    font-family: "AkkuratLLWebPan-Regular", serif;
    color: #1D2226;
}

.toolbar-sorter .sorter-options {
    font-size: 16px;
    line-height: 24px;
    font-family: "AkkuratLLWebPan-Regular", serif;
    border-radius: 0;
    color: rgba(29, 34, 38, 0.46);
    border: 1px solid #1D2226;
    width: 185px;
    height: 44px;
    padding-left: 14px;
}

.toolbar-sorter .sorter-options option {
    color: #1D2226;
}

.toolbar-sorter .sorter-label {
    margin-right: 20px;
}

.pagination-products .item a {
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "AkkuratLLWebPan-Regular", serif;
    color: #1D2226;
    padding: 4px 13px;
}

.pagination-products .active-page{
    background: var(--primary-color);
    color: var(--pagination-products-txt-color) !important;
}

.pagination-products .item .next, .pagination-products .pages-item-previous a {
    padding: 4px 4px;
}

.pagination-products .item svg {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.loader {
    border: 10px solid rgba(29, 34, 38, 0.08);
    border-top: 10px solid rgba(29, 34, 38, 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-wrap {
    position: absolute;
    z-index: 1;
    background: #F0F1F3;
    width: 100%;
    left: 0;
    opacity: 0.75;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-modal-button .loader-wrap {
    margin-top: -14px;
    height: calc(100% + 4px);
    opacity: 1;
}

.inquiry-modal-button .loader-wrap .loader {
    border: 7px solid rgba(29, 34, 38, 0.08);
    border-top: 7px solid rgba(29, 34, 38, 0.15);
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {
    .toolbar-sorter .sorter-label {
        display: none;
    }
}

@media (max-width: 639px) {
    .catalog-category-view .products-wrap {
        gap: 12px;
    }

    .toolbar-products {
        display: flex;
        justify-content: space-between;
    }

    .toolbar-sorter .sorter-options {
        width: 126px;
        height: 33px;
        font-size: 12px;
        line-height: 18px;
    }

    .toolbar-products-bottom {
        flex-direction: column;
        justify-content: center;
        margin-top: 21px;
    }

    .toolbar-products-bottom .limiter {
        margin-top: 9px;
    }
}

.item-stock-status {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
