

/* Start:/local/components/main/catalog.list/assets/catalog-list.css?17884147428730*/
.catalog-empty {
    grid-column: 1 / -1;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--muted);
    text-decoration: none;
    font-family: var(--ff-body);
}
/* Mobile catalog controls and compact listing cards. */
.card__catalog-meta {
    display: block;
    min-width: 0;
    margin-top: 1px;
    overflow: hidden;
    color: var(--muted);
    font-family: var(--ff-body);
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card__catalog-meta-separator {
    margin: 0 4px;
    color: var(--border-dark, #b7a8ae);
}

[data-catalog] .card__author {
    margin-top: 5px;
}

.catalog-mobile-summary,
.catalog-mobile-dock {
    display: none;
}

.catalog-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (min-width: 769px) {
    /*
     * Desktop filter follows the viewport only inside its catalog grid.
     * .page-body must not be a synthetic scroll container; see main.css
     * where overflow-x uses clip rather than hidden.
     */
    .catalog-layout:not(.catalog-layout--no-filter) > .sidebar {
        position: sticky;
        top: 114px;
        align-self: start;
        z-index: 30;
    }
}


@media (max-width: 768px) {
    .catalog-layout:not(.catalog-layout--no-filter) .sort-bar {
        min-height: 52px;
        padding: 5px 6px;
        margin-bottom: 8px;
    }

    .catalog-layout:not(.catalog-layout--no-filter) .sort-filter-btn,
    .catalog-layout:not(.catalog-layout--no-filter) .sort-select {
        min-height: 40px;
        height: 40px;
    }

    .catalog-layout:not(.catalog-layout--no-filter) .sort-filter-btn {
        gap: 6px;
        padding: 0 12px;
    }

    .sort-filter-btn__count,
    .catalog-mobile-dock__count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        height: 20px;
        padding: 0 6px;
        border-radius: 999px;
        background: var(--burg);
        color: #fff;
        font-family: var(--ff);
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
    }

    .sort-filter-btn__count[hidden],
    .catalog-mobile-dock__count[hidden] {
        display: none;
    }

    .catalog-mobile-summary {
        display: block;
        min-width: 0;
        margin: 0 0 10px;
    }

    .catalog-mobile-result-count {
        color: var(--muted);
        font-family: var(--ff);
        font-size: 12px;
        line-height: 1.35;
    }

    .catalog-mobile-result-count strong {
        color: var(--text);
        font-weight: 800;
    }

    .catalog-mobile-dock {
        position: fixed;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        left: 12px;
        z-index: 360;
        align-items: stretch;
        gap: 7px;
        padding: 7px;
        border: 1px solid rgba(95, 52, 69, .14);
        border-radius: 15px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 12px 30px rgba(41, 18, 28, .18);
        opacity: 0;
        transform: translateY(calc(100% + 24px));
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .catalog-mobile-dock.is-visible {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .catalog-mobile-dock__filter,
    .catalog-mobile-dock__sort-select {
        min-height: 40px;
        height: 40px;
        border: 1.5px solid var(--border);
        border-radius: 10px;
        background-color: var(--bg-light);
        color: var(--text);
        font-family: var(--ff);
        font-size: 13px;
        font-weight: 800;
    }

    .catalog-mobile-dock__filter {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        gap: 6px;
        padding: 0 12px;
        cursor: pointer;
    }

    .catalog-mobile-dock__filter svg {
        color: var(--muted);
    }

    .catalog-mobile-dock__sort {
        position: relative;
        display: block;
        min-width: 0;
        flex: 1 1 auto;
    }

    .catalog-mobile-dock__sort-select {
        width: 100%;
        padding: 0 34px 0 12px;
        outline: none;
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9' stroke='%237a5060' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 11px center;
    }

    .catalog-mobile-dock__sort-select:focus-visible,
    .catalog-mobile-dock__filter:focus-visible {
        border-color: var(--burg-l);
        box-shadow: 0 0 0 3px rgba(139, 26, 74, .10);
    }

    /* Drawer touch targets are intentionally larger than desktop controls. */
    .filter-drawer__close {
        width: 44px;
        height: 44px;
    }

    .filter-drawer__body .multiselect-search,
    .filter-drawer__body .single-select-input,
    .filter-drawer__body .price-input-wrap input {
        min-height: 44px;
        height: 44px;
    }

    .filter-drawer__body .multiselect-option,
    .filter-drawer__body .select-option {
        min-height: 44px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .filter-drawer__body .free-check {
        min-height: 44px;
    }

    /* Catalog cards show decision-making metadata on mobile only. */
    [data-catalog] .card__catalog-meta {
        display: block;
        min-width: 0;
        margin-top: 1px;
        overflow: hidden;
        color: var(--muted);
        font-family: var(--ff-body);
        font-size: 11px;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [data-catalog] .card__catalog-meta-separator {
        margin: 0 3px;
        color: var(--border-dark, #b7a8ae);
    }
}

@media (max-width: 480px) {
    /* Keep mobile catalog dense enough to compare several materials at once. */
    [data-catalog] .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    [data-catalog] .card {
        border-radius: 12px;
    }

    [data-catalog] .card:hover {
        transform: none;
    }

    [data-catalog] .card__body {
        gap: 3px;
        padding: 8px 7px 0;
    }

    [data-catalog] .card__title {
        min-height: 2.5em;
        font-size: 12.5px;
        line-height: 1.25;
        -webkit-line-clamp: 2;
    }

    [data-catalog] .card__catalog-meta {
        font-size: 10.5px;
    }

    [data-catalog] .card__author {
        display: none;
    }

    [data-catalog] .card__fav {
        top: 6px;
        right: 6px;
        width: 40px;
        height: 40px;
    }

    [data-catalog] .card__fav svg {
        width: 17px;
        height: 17px;
    }

    [data-catalog] .card__footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 100px;
        align-items: center;
        column-gap: 10px;
        padding: 7px 7px 8px;
    }

    [data-catalog] .card__footer .price-block,
    [data-catalog] .card__footer .price-free {
        min-width: 0;
        justify-self: stretch;
        text-align: center;
    }

    [data-catalog] .card__footer .btn {
        width: 80px;
        min-width: 80px;
        height: 38px;
        min-height: 38px;
        justify-self: end;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        gap: 0;
        line-height: 0;
    }

    [data-catalog] .card__footer .btn svg {
        display: block;
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
        margin: 0;
        transform: none;
    }

    [data-catalog] .card__action-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    [data-catalog] .price {
        font-size: 14px;
    }

    [data-catalog] .price-free {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-mobile-dock {
        transition: none;
    }
}

/* End */
/* /local/components/main/catalog.list/assets/catalog-list.css?17884147428730 */
