/* 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 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;
}
.seller-hero__pickup {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    color: #374151;
    font-size: 13px;
    line-height: 1.4;
}
.seller-hero__pickup img {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}
.seller-page .catalog-chips {
    margin: 12px 0 0;
}
.seller-page .catalog-chips--seller .catalog-chips__scroll {
    scrollbar-width: none;
}
.seller-page .catalog-chips--seller .catalog-chips__scroll::-webkit-scrollbar {
    display: none;
}
.seller-page .catalog-chips--seller .catalog-chips__menuItem {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}
.seller-page .catalog-chips--seller .catalog-chips__btn.is-selected,
.seller-page .catalog-chips--seller .catalog-chips__btn.active,
.seller-page .catalog-chips--seller .catalog-chips__btn--dropdown.is-selected {
    background: #ff6666;
    color: #fff;
}
.seller-page .main__reviews {
    order: 6;
}
.seller-page .cv-reviews__slider .swiper {
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}
.seller-page .cv-reviews__slider .swiper .swiper-slide,
.seller-page .cv-reviews__slider .swiper .swiper-slide.invisible,
.seller-page .cv-reviews__slider .swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
}
.seller-about {
    margin: 20px 0 24px;
}
.seller-about__info {
    padding: 0;
}
.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__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;
}
.seller-page__catalog-title {
    display: none;
}
body:has(.seller-page) .header,
body:has(.seller-page) .main__tabs {
    display: none !important;
}
@media (max-width: 992px) {
    .seller-page__flow {
        display: flex;
        flex-direction: column;
    }
    .seller-page__flow > .seller-hero {
        order: 1;
    }
    .seller-page__flow > .catalog-chips {
        order: 2;
        margin: 8px 0 0;
    }
    .seller-page__flow > .seller-page__catalog-title {
        order: 3;
    }
    .seller-page__flow > .grid-catalog {
        order: 4;
    }
    .seller-page__flow > .seller-about {
        order: 7;
    }
    .seller-page__flow > .main__setub,
    .seller-page__flow > .main__group,
    .seller-page__flow > .block--tags {
        display: none !important;
    }
    .seller-page .catalog-chips--seller .catalog-chips__scroll {
        gap: 6px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }
    .seller-page .catalog-chips--seller .catalog-chips__btn {
        flex: 0 0 auto;
        padding: 7px 11px;
        font-size: 13px;
        white-space: nowrap;
    }
    .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__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__info {
        margin-top: 28px;
    }
    .seller-about__text {
        font-size: 14px;
        line-height: 1.55;
    }
}
.nav--page-block {
    display: none;
}
