.catalog-page.anons-page .cont {
    float: none;
    width: auto;
}

.catalog-page.anons-page .anons-main {
    margin: 14px 18px 0;
    padding-bottom: 38px;
}

.anons-main,
.anons-main * {
    box-sizing: border-box;
}

.anons-hero {
    min-height: 190px;
    align-items: center;
}

.anons-hero .catalog-hero-copy {
    max-width: 760px;
}

.anons-products-section {
    padding: 20px;
    border: 1px solid var(--catalog-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 12px 31px rgba(31, 54, 82, 0.075);
}

.anons-toolbar {
    margin-bottom: 17px;
    padding: 0 2px 16px;
    border-bottom: 1px solid #e8edf4;
}

.anons-products {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 16px;
}

.anons-product-card {
    min-height: 100%;
}

.anons-product-image {
    min-height: 218px;
    aspect-ratio: 1 / 0.78;
    padding: 22px;
}

.anons-product-image img {
    max-height: 210px;
}

.anons-stock-badge {
    color: #9a4d0d;
    border-color: #f5c68f;
    background: #fff6e9;
}

.anons-stock-badge.is-available {
    color: var(--catalog-green);
    border-color: #bce3ce;
    background: var(--catalog-green-soft);
}

.anons-image-placeholder {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    color: #7291ae;
    font: 34px/1 Arial, sans-serif;
    border: 1px solid #d6e1eb;
    border-radius: 18px;
    background: #fff;
}

.anons-product-card .catalog-product-content {
    padding: 16px 17px 10px;
}

.anons-product-card .catalog-product-content h3 {
    min-height: 0;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 1.4;
}

.anons-vendor-code {
    margin: 0;
    color: #68778b;
    font: 11px/1.45 Arial, sans-serif;
    overflow-wrap: anywhere;
}

.anons-vendor-code strong {
    color: #465870;
    font-weight: 700;
}

.anons-product-hint {
    margin: auto 0 0;
    padding-top: 15px;
    color: #758397;
    font: 12px/1.5 Arial, sans-serif;
}

.anons-product-action {
    padding: 12px 17px 17px;
}

.anons-product-action .catalog-button {
    width: 100%;
}

.anons-empty h2 {
    margin: 3px 0 0;
    color: #26354c;
    font: 750 22px/1.25 Arial, sans-serif;
}

.anons-empty .catalog-button {
    margin-top: 4px;
}

@media (max-width: 950px) {
    .catalog-page.anons-page .anons-main {
        margin: 12px;
    }
}

@media (max-width: 700px) {
    .anons-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .anons-hero .catalog-hero-stat {
        width: 100%;
        min-width: 0;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .anons-hero .catalog-hero-stat span {
        margin-top: 0;
    }

    .anons-products-section {
        padding: 15px;
        border-radius: 16px;
    }

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

@media (max-width: 510px) {
    .catalog-page.anons-page .anons-main {
        margin: 8px;
    }

    .anons-product-image {
        min-height: 230px;
    }

    .anons-toolbar h2 {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .anons-product-card,
    .anons-product-image img {
        transition: none;
    }
}
