#browse-wrapper .sort-toggle .btn-group {
    flex-wrap: wrap;
}

#browse-wrapper {
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.browse-collection-crumbs {
    margin-bottom: 1.25rem;
    font-size: 0.8125rem;
}

/* Shop home already spaces crumbs and header via .shop-home-chrome gap. */
.shop-home-chrome > .browse-collection-crumbs {
    margin-bottom: 0;
}

html[data-design="market-lite"] .shop-home-chrome > .price-drops-header--ml {
    margin-bottom: 0;
}

.shop-home-lockup {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.shop-home-heading {
    min-width: 0;
}

.shop-home-heading .h3 {
    margin-bottom: 0.25rem;
}

.shop-home-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: #fff;
}

.shop-home-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-home-mark-fallback {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #334155;
}

@media (max-width: 768px) {
    .shop-home-mark {
        width: 52px;
        height: 52px;
        border-radius: 10px;
    }
}

html[data-design="market-lite"] .shop-home-heading .h3 {
    margin: 0 0 0.25rem;
}

.browse-collection-crumbs ol,
.pd-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.browse-collection-crumbs a,
.pd-breadcrumbs a {
    color: inherit;
    text-underline-offset: 2px;
}

.browse-collection-crumbs li:not(:last-child)::after,
.pd-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 0.4rem;
    opacity: 0.55;
}

a.shuttle-drops-shop-tag {
    color: inherit;
    text-decoration: none;
}

a.shuttle-drops-shop-tag:hover,
a.shuttle-drops-shop-tag:focus-visible {
    text-decoration: underline;
}

.shop-home-page,
.shop-home-chrome {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.shop-home-page #browse-wrapper,
.shop-home-catalog {
    min-height: 0;
    width: 100%;
}

.shop-home-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.shop-home-see-all {
    font-size: 0.95rem;
    white-space: nowrap;
}

html[data-design="market-lite"] .shop-home-teaser-list .shuttle-drops-table {
    margin-bottom: 0;
}

.shop-home-empty {
    margin: 0;
    padding: 1.25rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--background-primary);
}
