.category-page--dynamic,
.category-page {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 52px;
    background: #f5f6f8;
}

.category-page--dynamic input,
.category-page--dynamic textarea,
.category-page--dynamic select,
.category-page--dynamic button,
.category-page input,
.category-page textarea,
.category-page select,
.category-page button {
    font-family: 'Roboto', sans-serif;
}

.category-page--dynamic .container,
.category-page .container {
    max-width: 1440px;
}

.breadcrumbs-bar {
    padding: 10px 0 0;
    font-size: 14px;
}

.breadcrumbs-bar .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-bar .breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    color: var(--text-light);
}

.breadcrumbs-bar .breadcrumbs li a,
.breadcrumbs-bar .breadcrumbs li span {
    font-size: 14px;
    line-height: 1.4;
}

.breadcrumbs-bar .breadcrumbs li a {
    color: var(--blue);
    text-decoration: none;
}

.breadcrumbs-bar .breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs-bar .breadcrumbs li:last-child {
    color: var(--text);
    font-weight: 500;
}

.breadcrumbs-bar .breadcrumbs li:last-child span[itemprop="name"] {
    color: inherit;
}

.breadcrumbs-bar .breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: var(--border);
    margin-left: 4px;
}

.category-shell {
    padding: 12px 0 0;
}

.category-hero,
.cat-hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    padding: 14px 0 0;
}

.category-hero__title,
.cat-hero h1 {
    margin: 0 0 3px;
    font-family: 'Exo 2', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--blue-dark);
}


.category-hero__meta,
.cat-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--text-light);
    font-size: 15px;
    margin-bottom: 0;
}

.category-tags,
.seo-tags-wrap {
    margin-bottom: 0;
    padding: 12px 0 16px;
}

.category-tags__label,
.seo-tags-label {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--text-light);
}

.category-tags__list,
.seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.seo-tags-toggle {
    display: none;
    margin-top: 8px;
    padding: 7px 12px;
    border: 1.5px solid var(--blue);
    border-radius: 18px;
    background: var(--white);
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.category-tag,
.seo-tag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 11px;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    background: var(--white);
    color: var(--text-light);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.category-tag:hover,
.seo-tag:hover {
    color: var(--blue);
    border-color: var(--blue);
    background: #f0f5ff;
}

.category-layout,
.cat-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding-top: 16px;
}

.category-sidebar,
.sidebar {
    position: sticky;
    top: 90px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.category-sidebar__card {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.category-sidebar__title {
    margin-bottom: 14px;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2d2d2d;
}

.sb-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 300;
}

.sb-overlay.show {
    display: block;
}

.sb-close-btn {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #f5f6f8;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #667085;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.sb-active-bar {
    padding: 8px 14px;
    background: #f0f5ff;
    border-bottom: 1px solid #d0e4f7;
    display: none;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.sb-active-bar.show {
    display: flex;
}

.sb-active-label {
    font-size: 13px;
    color: var(--text-light);
    margin-right: 4px;
}

.filter-open-btn {
    display: none;
    position: relative;
    height: 32px;
    padding: 0 12px;
    border: 1.5px solid var(--blue);
    border-radius: 6px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    gap: 5px;
    background: none;
    cursor: pointer;
}

.filter-open-btn .fbadge {
    display: none;
}

.category-main {
    min-width: 0;
    position: relative;
}

.category-loading {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: block;
    background: rgba(245, 246, 248, 0.72);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.category-loading__spinner {
    position: fixed;
    top: 50vh;
    left: var(--category-loading-spinner-left, 50vw);
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: 4px solid rgba(26, 86, 160, 0.16);
    border-top-color: var(--blue);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(13, 61, 122, 0.12);
    animation: category-spinner-rotate .8s linear infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.category-main.pagination-loading .category-loading {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.category-main.pagination-loading .category-loading__spinner {
    opacity: 1;
    visibility: visible;
}

.category-main.pagination-loading #productsGrid,
.category-main.pagination-loading #pagination-to-update,
.category-main.pagination-loading .category-intro,
.category-main.pagination-loading .cat-toolbar {
    opacity: .45;
    transition: opacity .2s ease;
}

@keyframes category-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

.category-intro,
.category-seo-card {
    padding: 20px 22px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: none;
}

.category-intro {
    margin-bottom: 18px;
}

.category-intro p:last-child,
.category-seo-card p:last-child {
    margin-bottom: 0;
}

.category-toolbar,
.cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    padding: 9px 14px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    flex-wrap: wrap;
    box-shadow: none;
}

.category-toolbar__left,
.category-toolbar__right,
.toolbar-l,
.toolbar-r {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-toolbar__sort,
.sort-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--text-light);
    font-size: 14px;
}

.category-toolbar__sort-field {
    display: inline-flex;
}

.category-toolbar .sort-select,
.cat-toolbar .sort-select {
    height: 32px;
    min-width: 0;
    padding: 0 8px;
    border: 1.5px solid var(--border);
    border-radius: 6px;
    background: var(--white);
    color: var(--text);
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.category-toolbar__count,
.shown-info {
    color: var(--text-light);
    font-size: 14px;
    white-space: nowrap;
}

.category-toolbar__view {
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-view-btn,
.view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1.5px solid var(--border);
    border-radius: 6px;
    color: var(--text-light);
    background: none;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}

.category-view-btn:hover,
.category-view-btn.active,
.view-btn:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.view-btn.active {
    color: var(--blue);
    border-color: var(--blue);
}

.category-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.category-products.goods-in-category__to-list {
    grid-template-columns: 1fr;
}

.category-products .product-card {
    min-width: 0;
}

.category-products.goods-in-category__to-list .product-card--list,
.category-products.goods-in-category__to-list .slider__card__to-list {
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr) minmax(260px, 30%);
    gap: 0;
    overflow: hidden;
    align-items: stretch;
}

.category-products.goods-in-category__to-list .product-card--list {
    padding: 0;
}

.category-products.goods-in-category__to-list .product-card__img-wrap--list,
.category-products.goods-in-category__to-list .wrapper-image__to-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.category-products.goods-in-category__to-list .product-card__img-wrap--list {
    min-height: 100%;
}

.category-products.goods-in-category__to-list .product-card__img-wrap--list .product-card__img,
.category-products.goods-in-category__to-list .section-news_wrapper-image__to-list {
    width: 140px;
    height: 140px;
    min-width: 140px;
}

.category-products.goods-in-category__to-list .product-card__img-wrap--list .product-card__img {
    max-width: 140px;
    max-height: 140px;
    padding: 0;
    border-radius: 8px;
    background: #f8fafc;
    object-fit: contain;
}

.category-products.goods-in-category__to-list .product-card__img-wrap--list .product-card__ph,
.category-products.goods-in-category__to-list .section-news_wrapper-image__to-list {
    border-radius: 8px;
    background: #f8fafc;
}

.category-products.goods-in-category__to-list .product-card__content--list,
.category-products.goods-in-category__to-list .good-card__wrapper-availability__to-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 18px 18px 0;
}

.category-products.goods-in-category__to-list .product-card__purchase--list,
.category-products.goods-in-category__to-list .section-category_list__wrapper-price__to-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    border-left: 1px solid #e0e4ea;
}

.category-products.goods-in-category__to-list .product-card__purchase--list {
    align-items: flex-start;
    min-width: 0;
}

.category-products.goods-in-category__to-list .product-card__quick-actions--list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.category-products.goods-in-category__to-list .product-card__quick-actions--list .btn-opt {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.2;
    text-align: center;
}

.category-products.goods-in-category__to-list .product-card__actions--list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}

.category-products.goods-in-category__to-list .product-card__actions--list .btn-cart {
    width: 100%;
    min-height: 38px;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
}

.category-products.goods-in-category__to-list .product-card__availability--empty {
    color: #98a2b3;
}

.category-products.goods-in-category__to-list .product-card__availability--empty::before {
    background: #98a2b3;
}

.category-products.goods-in-category__to-list .product-card__badge {
    top: 28px;
    left: 28px;
}

.category-products.goods-in-category__to-list .product-card__name {
    font-size: 17px;
    -webkit-line-clamp: 3;
}

.category-products.goods-in-category__to-list .product-card__price {
    font-size: 26px;
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.15;
}

.category-products.goods-in-category__to-list .card__wrapper-opt-to-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-pagination {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 24px;
}

.category-seo-card h2 {
    margin: 0 0 6px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--blue-dark);
}

.category-seo-card,
.category-seo-card p,
.category-question-form__group label,
.category-question-form__policy label {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.7;
}

.category-question-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-question-form__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-question-form__group input,
.category-question-form__group textarea {
    width: 100%;
    border: 1.5px solid #dbe2ea;
    border-radius: 8px;
    background: #ffffff;
    color: #2d2d2d;
    font-size: 14px;
    padding: 10px 12px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.category-question-form__group input:focus,
.category-question-form__group textarea:focus {
    border-color: #1a56a0;
    box-shadow: 0 0 0 3px rgba(26, 86, 160, 0.12);
}

.category-question-form__group textarea {
    min-height: 96px;
    resize: vertical;
}

.category-question-form__policy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.category-question-form__policy input {
    margin-top: 3px;
}

.category-question-form__policy a {
    color: #1a56a0;
    text-decoration: none;
}

.category-question-form__policy a:hover {
    text-decoration: underline;
}

.category-question-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: none;
    border-radius: 6px;
    background: var(--blue);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease;
}

.category-question-form__submit:hover {
    background: var(--blue-dark);
}

.category-page--dynamic .side-bar_filter,
.category-page .side-bar_filter {
    background: transparent;
    padding: 12px 14px 14px;
}

.category-page--dynamic .side-bar_filter__categories,
.category-page .side-bar_filter__categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-page--dynamic .side-bar_filter__categories > li,
.category-page .side-bar_filter__categories > li {
    margin-bottom: 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #edf2f7;
}

.category-page--dynamic .side-bar_filter__categories > li:last-child,
.category-page .side-bar_filter__categories > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-page--dynamic .wrapper-filter-title,
.category-page .wrapper-filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.category-page--dynamic .wrapper-filter-title .title,
.category-page .wrapper-filter-title .title {
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}

.category-page--dynamic .side-bar_filter__category-brands,
.category-page .side-bar_filter__category-brands {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-page--dynamic .side-bar_filter__category-brands li,
.category-page .side-bar_filter__category-brands li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.category-page--dynamic .side-bar_filter__category-brands li:last-child,
.category-page .side-bar_filter__category-brands li:last-child {
    margin-bottom: 0;
}

.category-page--dynamic .side-bar_filter__category-brands label,
.category-page .side-bar_filter__category-brands label {
    margin: 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.45;
    cursor: pointer;
}

.category-page--dynamic .wrapper,
.category-page .wrapper {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.category-page--dynamic .wrapper > .title,
.category-page .wrapper > .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}

.category-page--dynamic .price-input,
.category-page .price-input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
}

.category-page--dynamic .price-input .field,
.category-page .price-input .field {
    display: flex;
    width: 100%;
    height: 32px;
    align-items: center;
}

.category-page--dynamic .field input,
.category-page .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    color: var(--text);
    border-radius: 6px;
    text-align: center;
    border: 1.5px solid var(--border);
    -moz-appearance: textfield;
    font-family: 'Roboto', sans-serif;
    padding: 0 8px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.category-page--dynamic .field input:focus,
.category-page .field input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(26, 86, 160, 0.12);
}

.category-page--dynamic .price-input .separator,
.category-page .price-input .separator {
    width: auto;
    display: flex;
    font-size: 14px;
    color: var(--text-light);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.category-page--dynamic .wrapper .slider,
.category-page .wrapper .slider {
    height: 4px;
    position: relative;
    background: var(--border);
    border-radius: 2px;
    padding-top: 0 !important;
    margin: 8px 4px 4px;
}

.category-page--dynamic .wrapper .slider .progress,
.category-page .wrapper .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 2px;
    background: var(--blue);
}

.category-page--dynamic .range-input,
.category-page .range-input {
    position: relative;
}

.category-page--dynamic .range-input input,
.category-page .range-input input {
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    top: -8px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.category-page--dynamic .range-input input::-webkit-slider-thumb,
.category-page .range-input input::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--blue);
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    pointer-events: all;
    cursor: pointer;
}

.category-page--dynamic .range-input input::-moz-range-thumb,
.category-page .range-input input::-moz-range-thumb {
    appearance: none;
    margin: 0;
    border: 2px solid #fff;
    outline: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--blue);
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.category-page--dynamic .reset,
.category-page .reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    margin-top: 12px;
    border: 1px solid #dbe2ea;
    border-radius: 6px;
    color: #1a56a0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.category-page--dynamic .section-category-temp__description,
.category-page .section-category-temp__description {
    padding: 0;
    margin: 0;
    background: transparent;
}

.category-page--dynamic .section-category-temp__description h2,
.category-page--dynamic .section-category-temp__description h3,
.category-page .section-category-temp__description h2,
.category-page .section-category-temp__description h3 {
    margin-top: 0;
}

.category-page--dynamic .section-pagination,
.category-page .section-pagination {
    margin-top: 12px;
}

.category-page--dynamic .pagination-items,
.category-page .pagination-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-page--dynamic .pagination-items li,
.category-page .pagination-items li {
    display: inline-flex;
}
.cat-promo,
.category-page .cat-promo {
    width: 100%;
}
.category-page--dynamic .pagination_element,
.category-page--dynamic .getMoreProductsButton,
.category-page .pagination_element,
.category-page .getMoreProductsButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    background: #ffffff;
    color: #2d2d2d;
    font-size: 15px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.category-page--dynamic .pagination-items li.active .pagination_element,
.category-page .pagination-items li.active .pagination_element,
.category-page--dynamic .pagination-items li.pagination-number__active .pagination_element,
.category-page .pagination-items li.pagination-number__active .pagination_element,
.category-page--dynamic .pagination-items li.pagination-items__active .pagination_element,
.category-page .pagination-items li.pagination-items__active .pagination_element,
.category-page--dynamic .pagination_element.pagination-number__active,
.category-page .pagination_element.pagination-number__active {
    background: #1a56a0;
    border-color: #1a56a0;
    color: #ffffff;
}

.category-page--dynamic .pagination_element:hover,
.category-page--dynamic .getMoreProductsButton:hover,
.category-page .pagination_element:hover,
.category-page .getMoreProductsButton:hover {
    color: #1a56a0;
    border-color: #1a56a0;
}

.category-page--dynamic #more-button,
.category-page #more-button {
    width: 100%;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.category-page--dynamic .btn-show-more,
.category-page .btn-show-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 42px;
    padding: 0 28px;
    background: #ffffff;
    border: 1.5px solid #1a56a0;
    border-radius: 12px;
    color: #1a56a0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.category-page--dynamic .btn-show-more:hover,
.category-page .btn-show-more:hover {
    background: #e8f0fb;
}

.category-page--dynamic .cat-promo,
.category-page .cat-promo {
    margin-bottom: 14px;
    background: linear-gradient(135deg, #0d3d7a 0%, #1a56a0 55%, #2a75c7 100%);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(26, 86, 160, .22);
}

.category-page--dynamic .cat-promo__tag,
.category-page .cat-promo__tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    padding: 3px 9px;
    margin-bottom: 6px;
}

.category-page--dynamic .cat-promo__title,
.category-page .cat-promo__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.category-page--dynamic .cat-promo__text,
.category-page .cat-promo__text {
    font-size: 14px;
    opacity: .9;
    line-height: 1.55;
    margin-top: 4px;
}

.category-page--dynamic .cat-promo__btn,
.category-page .cat-promo__btn {
    flex-shrink: 0;
    height: 38px;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s, box-shadow .2s;
}

.category-page--dynamic .cat-promo__btn:hover,
.category-page .cat-promo__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
}

@media (max-width: 1100px) {
    .category-layout,
    .cat-layout {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .category-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-seo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .category-layout,
    .cat-layout {
        grid-template-columns: 1fr;
    }

    .category-sidebar,
    .sidebar {
        position: static;
    }

    .category-toolbar,
    .cat-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .category-page--dynamic .cat-promo,
    .category-page .cat-promo {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-page--dynamic .cat-promo__btn,
    .category-page .cat-promo__btn {
        width: 100%;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -260px;
        width: 250px;
        height: 100vh;
        overflow-y: auto;
        z-index: 310;
        transition: left .3s;
        border-radius: 0;
    }

    .sidebar.open {
        left: 0;
    }

    .sb-close-btn {
        display: flex;
    }

    .filter-open-btn {
        display: flex;
    }

    .category-toolbar__left,
    .category-toolbar__right,
    .toolbar-l,
    .toolbar-r {
        justify-content: space-between;
    }
}

@media (max-width: 760px) {
    .category-products.goods-in-category__to-list .product-card--list,
    .category-products.goods-in-category__to-list .slider__card__to-list {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .category-products.goods-in-category__to-list .product-card__purchase--list,
    .category-products.goods-in-category__to-list .section-category_list__wrapper-price__to-list {
        grid-column: 1 / -1;
        border-left: none;
        border-top: 1px solid #e0e4ea;
    }

    .category-products.goods-in-category__to-list .product-card__actions--list {
        flex-direction: row;
    }

    .category-products.goods-in-category__to-list .product-card__img-wrap--list .product-card__img,
    .category-products.goods-in-category__to-list .section-news_wrapper-image__to-list {
        width: 104px;
        height: 104px;
        min-width: 104px;
    }
}

@media (max-width: 600px) {
    .category-hero__title {
        font-size: 22px;
    }

    .cat-hero h1 {
        font-size: 22px;
    }

    .seo-tags-wrap {
        padding: 10px 0 14px;
    }

    .seo-tags {
        max-height: 108px;
        overflow: hidden;
        position: relative;
    }

    .seo-tags-wrap.is-expanded .seo-tags {
        max-height: none;
    }

    .seo-tags .seo-tag:nth-child(n+19) {
        display: none;
    }

    .seo-tags-wrap.is-expanded .seo-tags .seo-tag {
        display: inline-flex;
    }

    .seo-tags-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .category-products {
        grid-template-columns: 1fr;
    }

    .category-products.goods-in-category__to-list .product-card--list,
    .category-products.goods-in-category__to-list .slider__card__to-list,
    .category-products.goods-in-category__to-list .wrapper-image__to-list {
        grid-template-columns: 1fr;
    }

    .category-products.goods-in-category__to-list .product-card__purchase--list,
    .category-products.goods-in-category__to-list .section-category_list__wrapper-price__to-list {
        border-left: none;
        border-top: 1px solid #e0e4ea;
    }

    .category-products.goods-in-category__to-list .product-card__badge {
        top: 10px;
        left: 10px;
    }

    .category-products.goods-in-category__to-list .product-card__img-wrap--list {
        gap: 12px;
        min-height: 0;
    }

    .category-products.goods-in-category__to-list .product-card__actions--list {
        flex-direction: column;
    }

    .category-intro,
    .category-seo-card,
    .category-sidebar__card {
        padding: 18px;
    }

    .category-toolbar__left,
    .category-toolbar__right,
    .toolbar-l,
    .toolbar-r {
        flex-direction: column;
        align-items: stretch;
    }

    .category-toolbar .sort-select,
    .cat-toolbar .sort-select {
        min-width: 0;
        width: 100%;
    }

    .category-toolbar__view {
        justify-content: flex-end;
    }
}
