.bb-shop-detail {
    padding-bottom: 64px;
}

.sr-store-hero {
    min-height: 0;
    color: #111;
    background: #fff !important;
    background-image: none !important;
    border-top: 1px solid rgba(17, 17, 17, 0.07);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.sr-store-hero::before,
.sr-store-hero::after,
.sr-store-hero .bb-shop-banner-overlay {
    display: none !important;
}

.sr-store-hero-inner {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    column-gap: 28px;
    row-gap: 8px;
    min-height: 216px;
    padding: 36px 0;
}

.sr-store-logo {
    display: grid;
    place-items: center;
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
    width: 96px;
    aspect-ratio: 1;
    overflow: hidden;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: 0;
    font-family: var(--sr-display, Georgia, serif);
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}

.sr-store-logo-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: 0 !important;
}

.sr-store-info {
    display: block !important;
    grid-column: 2;
    align-self: center;
    min-width: 0;
    color: #111;
    text-align: left !important;
}

.sr-store-eyebrow {
    margin: 0 0 4px !important;
    color: #686661;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-transform: none;
}

.sr-store-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    color: #111 !important;
    font-family: var(--sr-display, Georgia, serif);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.sr-store-name .store-verified-badge svg {
    width: 22px;
    height: 22px;
    color: #111;
    fill: currentColor;
}

.sr-store-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 10px;
    width: 100%;
    margin-top: 14px;
    color: #111;
    text-align: left !important;
}

.sr-store-rating strong {
    color: #111;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    line-height: 1;
}

.sr-store-rating small {
    color: #686661;
    font-size: 13px;
}

.sr-store-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
    grid-column: 2;
    margin-top: 2px;
}

.sr-store-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 44px;
    color: #343331 !important;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none !important;
}

a.sr-store-contact-item:hover {
    color: #111 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.sr-store-contact-item svg {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    stroke-width: 1.7;
}

.sr-store-contact-item span {
    overflow-wrap: anywhere;
}

.sr-store-description {
    grid-column: 2;
    max-width: 760px;
    margin-top: 0;
    color: #686661;
    font-size: 15px;
    line-height: 1.7;
    text-align: left !important;
}

.sr-store-description > :last-child {
    margin-bottom: 0;
}

.sr-store-socials {
    grid-column: 2;
    display: flex;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sr-store-socials a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #111;
    border: 1px solid rgba(17, 17, 17, 0.16);
}

.sr-store-socials a:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}

.bb-shop-detail > .container {
    padding-top: 0;
}

.bb-shop-nav-tabs {
    gap: 4px 24px;
    margin: 0 0 32px;
    padding-top: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.bb-shop-nav-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 56px;
    padding: 0 2px;
    color: #686661;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 700;
}

.bb-shop-nav-tabs .nav-link.active,
.bb-shop-nav-tabs .nav-link:hover {
    color: #111;
    border-bottom-color: #111 !important;
}

.bb-shop-tab-content .tp-shop-main-wrapper {
    row-gap: 20px;
}

.bb-shop-tab-content .tp-shop-top {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .bb-shop-detail {
        padding-bottom: 48px;
    }

    .sr-store-hero-inner {
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: start;
        column-gap: 16px;
        row-gap: 8px;
        min-height: 0;
        padding: 24px 0;
    }

    .sr-store-logo {
        grid-row: 1;
        align-self: start;
        width: 64px;
        font-size: 23px;
    }

    .sr-store-name {
        font-size: clamp(27px, 8vw, 34px);
    }

    .sr-store-rating,
    .sr-store-contacts {
        margin-top: 8px;
    }

    .sr-store-contacts {
        display: grid !important;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        justify-items: start;
        gap: 4px 14px;
        padding: 10px 12px;
        background: #f6f5f2;
        border: 1px solid rgba(17, 17, 17, 0.08);
    }

    .sr-store-contact-address {
        grid-column: 1 / -1;
    }

    .sr-store-contact-item {
        justify-content: flex-start;
        width: 100%;
        min-height: 36px;
        font-size: 13px;
    }

    .sr-store-description {
        grid-column: 1 / -1;
        margin-top: 2px;
        font-size: 14px;
        line-height: 1.55;
    }

    .bb-shop-nav-tabs {
        flex-wrap: nowrap;
        gap: 18px;
        overflow-x: auto;
        margin-bottom: 24px;
        scrollbar-width: none;
    }

    .bb-shop-nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .bb-shop-nav-tabs .nav-link {
        min-height: 52px;
        white-space: nowrap;
    }
}

@media (max-width: 479px) {
    .sr-store-hero-inner {
        grid-template-columns: 56px minmax(0, 1fr);
        column-gap: 12px;
        padding: 20px 0;
    }

    .sr-store-logo {
        width: 56px;
        font-size: 20px;
    }

    .sr-store-name {
        font-size: 26px;
    }

    .sr-store-rating {
        flex-wrap: wrap;
        gap: 5px 8px;
    }

    .sr-store-contacts {
        grid-template-columns: 1fr;
    }

    .sr-store-contact-address {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sr-store-socials a,
    .bb-shop-nav-tabs .nav-link {
        transition: none !important;
    }
}
