/* Public seller identity: compact and mobile-first. */
.seller-hero {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0 20px;
}
.seller-hero__logo {
    display: flex;
    flex: 0 0 72px;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 14px;
    background: #f5f5f5;
}
.seller-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seller-hero__content {
    flex: 1;
    min-width: 0;
}
.seller-hero__name {
    margin: 0 0 6px;
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
.seller-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    color: #6b7280;
    font-size: 13px;
}
.seller-hero__rating {
    color: #1f2937;
    font-weight: 600;
}
.seller-hero__rating-source {
    display: none;
    color: #6b7280;
}
.seller-hero__rating img {
    display: inline-block;
    vertical-align: -2px;
}
.seller-hero__orders,
.seller-hero__city {
    color: #6b7280;
}
.seller-hero__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.seller-hero__status--open {
    background: #dcfce7;
    color: #166534;
}
.seller-hero__status--closed {
    background: #fee2e2;
    color: #991b1b;
}
.seller-hero__delivery {
    margin-top: 8px;
    color: #374151;
    font-size: 13px;
    line-height: 1.4;
}
.seller-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.seller-hero__primary {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 22px;
    background: #ff6666;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.seller-hero__primary:hover {
    background: #eb5555;
}
.seller-hero__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ffd1d1;
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
}
.seller-hero__social img {
    display: block;
}
.pickup-info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 16px;
    margin-top: 4px;
    border-radius: 8px;
    background: #f0fdf4;
}
.pickup-info__icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.pickup-info__icon img {
    display: block;
}
.pickup-info__text span {
    display: block;
    color: #374151;
    font-size: 13px;
    line-height: 1.4;
}
.seller-about {
    margin: 20px 0 24px;
}
.seller-about__info {
    padding: 0 16px 14px;
    border: 1px solid #f0e6e6;
    border-radius: 14px;
    background: #fffafa;
}
.seller-about__text {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}
.seller-about__title {
    margin: 24px 0 12px;
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
}
.seller-about__reviews-intro {
    margin: -2px 0 12px;
}
.seller-about__reviews-source {
    margin: 4px 0 0;
    color: #8a8a8e;
    font-size: 12px;
    line-height: 1.4;
}
.seller-about__reviews {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(40% - 8px);
    gap: 10px;
    padding-bottom: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-color: #e5caca transparent;
    scrollbar-width: thin;
}
.seller-about__reviews::-webkit-scrollbar {
    height: 6px;
}
.seller-about__reviews::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #e5caca;
}
.seller-about__review {
    display: flex;
    height: 176px;
    box-sizing: border-box;
    flex-direction: column;
    min-width: 0;
    padding: 12px;
    border: 1px solid #f0e6e6;
    border-radius: 14px;
    background: #faf7f7;
    scroll-snap-align: start;
}
.seller-about__review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 4px;
}
.seller-about__review-text {
    display: -webkit-box;
    overflow: hidden;
    color: #222;
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.seller-about__review-author {
    margin-top: auto;
    color: #8a8a8e;
    font-size: 12px;
}
.seller-about__review-source {
    display: none;
    margin-top: 2px;
    color: #8a8a8e;
    font-size: 11px;
}
.seller-about__contacts {
    display: none;
}
.seller-page__catalog-title {
    display: none;
}
.seller-products-more {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    border: 1px solid #ffd1d1;
    border-radius: 999px;
    background: #fff;
    color: #e85d5d;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
}
.seller-products-more:focus-visible {
    outline: 2px solid #e85d5d;
    outline-offset: 2px;
}
body:has(.seller-page) .header,
body:has(.seller-page) .main__tabs {
    display: none !important;
}
@media (max-width: 640px) {
    .seller-page__flow {
        display: flex;
        flex-direction: column;
    }
    .seller-page__flow > .seller-hero {
        order: 1;
    }
    .seller-page__flow > .seller-page__catalog-title {
        order: 2;
    }
    .seller-page__flow > .grid-catalog {
        order: 3;
    }
    .seller-page__flow > .seller-products-more {
        order: 4;
        align-self: flex-start;
        margin: 0 0 2px;
    }
    .seller-page__flow > .seller-products-more.is-visible {
        display: inline-flex;
    }
    .seller-page__flow > .seller-about {
        order: 5;
    }
    .seller-page__flow > .pickup-info,
    .seller-page__flow > .main__setub,
    .seller-page__flow > .main__group,
    .seller-page__flow > .block--tags {
        display: none !important;
    }
    .seller-hero {
        position: relative;
        gap: 10px;
        padding: 10px 0 16px;
    }
    .seller-hero__logo {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }
    .seller-hero__content {
        padding-right: 0;
    }
    .seller-hero__name {
        margin-bottom: 5px;
        padding-right: 48px;
        font-size: 21px;
        line-height: 1.15;
    }
    .seller-hero__meta {
        gap: 4px;
        padding-right: 42px;
        font-size: 12px;
    }
    .seller-hero__rating-source {
        display: inline;
    }
    .seller-hero__orders,
    .seller-hero__primary,
    .seller-hero__social--instagram {
        display: none;
    }
    .seller-hero__status {
        padding: 2px 6px;
        font-size: 10px;
    }
    .seller-hero__delivery {
        width: 100%;
        margin-top: 5px;
        font-size: 13px;
    }
    .seller-hero__actions {
        position: absolute;
        top: 10px;
        right: 0;
        margin: 0;
    }
    .seller-hero__social {
        width: 40px;
        height: 40px;
    }
    .seller-page__catalog-title {
        display: block;
        margin: 0 0 14px;
        color: #1f2937;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }
    .seller-page__flow > .grid-catalog {
        display: block;
        margin: 0;
    }
    .seller-page__flow > .grid-catalog .main__container_catalog {
        display: block;
    }
    .seller-page__flow > .grid-catalog .main__group.mt-16 {
        gap: 16px;
        margin: 0;
    }
    .seller-page__flow > .grid-catalog .main__products-title {
        display: none;
    }
    .seller-page__flow > .grid-catalog .main__products {
        gap: 12px;
    }
    .seller-page__flow > .grid-catalog .main__products-container {
        gap: 16px;
    }
    .seller-about {
        margin: 26px 0 24px;
    }
    .seller-about__title {
        margin: 0 0 12px;
        font-size: 22px;
        line-height: 1.25;
    }
    .seller-about__reviews-intro {
        display: none;
    }
    .seller-about__reviews {
        grid-auto-columns: calc(40% - 6px);
        gap: 8px;
        margin-right: -16px;
        padding-right: 16px;
    }
    .seller-about__review {
        height: 158px;
        padding: 10px;
        background: #fff;
    }
    .seller-about__review-stars {
        margin-bottom: 3px;
    }
    .seller-about__review-text {
        font-size: 13px;
        line-height: 1.35;
        -webkit-line-clamp: 4;
    }
    .seller-about__review-source {
        display: block;
    }
    .seller-about__info {
        margin-top: 28px;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .seller-about__text {
        font-size: 14px;
        line-height: 1.55;
    }
    .seller-about__contacts {
        display: flex;
        flex-direction: column;
        gap: 9px;
        margin-top: 16px;
    }
    .seller-about__contact {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        color: #374151;
        font-size: 14px;
        line-height: 1.4;
        text-decoration: none;
    }
    .seller-about__contact img {
        flex: 0 0 20px;
    }
    .seller-about__contact--link {
        color: #ff6666;
    }
}
.nav--page-block {
    display: none;
}
