@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/fontsource/fonts/inter@5.2.5/latin-300-normal.woff2") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/fontsource/fonts/inter@5.2.5/latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/fontsource/fonts/inter@5.2.5/latin-500-normal.woff2") format("woff2");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://cdn.jsdelivr.net/fontsource/fonts/inter@5.2.5/latin-600-normal.woff2") format("woff2");
}

:root {
    --tabbed-font-family: "Inter", system-ui, -apple-system, sans-serif;
    --app-sidebar-width: 256px;
    --site-rail-width: 0px;
    --header-bar-height: 64px;
    --header-middle-width: 68%;
    --control-h: 32px;
    --header-dropdown-duration: 0.22s;
    --header-dropdown-ease: cubic-bezier(0.33, 1, 0.68, 1);
    --header-overlay-row-height: 48px;
    --header-overlay-left: var(--app-sidebar-width);
    --header-overlay-right-inset: 0;
    --tabbed-affiliate-top: 0px;
    --tabbed-fixed-below-header: var(--header-bar-height);
    --shop-grid-footer-height: var(--header-bar-height);
    --shop-gf-h: var(--control-h);
    --shop-gf-pill-radius: 9999px;
    --header-profile-menu-width: 192px;
    --header-profile-menu-item-height: var(--control-h);
    --ink: #111111;
    --muted: #6b7280;
    --line: #d0d0d0;
    --bg: #fafafa;
    --paper: #ffffff;
    --yes: #0f7a3a;
    --no: #9a9a9a;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: var(--tabbed-font-family);
}

html,
body {
    margin: 0;
    min-height: 100%;
    height: 100%;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.011em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #4a5568;
    background: #ffffff;
    padding-top: var(--header-bar-height);
}

button,
input,
select,
textarea,
table,
th,
td,
a,
span,
p,
h1 {
    font-family: var(--tabbed-font-family);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.sr-only,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shop-shell {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    overflow: hidden;
}

.shop-layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    overflow: hidden;
}

.shop-sidebar {
    position: relative;
    align-self: stretch;
    overflow: hidden;
    flex: 0 0 var(--app-sidebar-width);
    width: var(--app-sidebar-width);
    min-width: min(256px, 100%);
    background-color: #ffffff;
    border-right: 1px solid var(--line);
    box-shadow: 4px 0 32px rgba(90, 159, 212, 0.07);
    box-sizing: border-box;
}

.shop-sidebar-inner,
.sidebar-main {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 656px) {
    .shop-layout {
        padding-left: var(--app-sidebar-width);
    }

    .shop-sidebar {
        position: fixed;
        top: var(--tabbed-fixed-below-header);
        left: var(--site-rail-width);
        bottom: var(--shop-grid-footer-height);
        z-index: 200;
        width: var(--app-sidebar-width);
        flex: none;
    }
}

.shop-main {
    flex: 1 1 0;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--paper);
}

.shop-sidebar .shop-filter-panels.contribute-tab-picker-rows {
    margin-top: 0;
    gap: 0;
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.shop-sidebar .shop-filter-stack.contribute-attr-column--stack {
    gap: 0;
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.contribute-attr-column--stack {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.contribute-attr-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #fff;
}

.shop-sidebar .shop-filter-stack .shop-filter-panel.contribute-attr-panel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #ffffff;
}

.shop-sidebar .shop-filter-stack .shop-filter-panel.contribute-attr-panel:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.shop-sidebar .shop-filter-stack .shop-filter-panel.shop-filter-panel--collapsed {
    flex: 0 0 auto;
}

.shop-sidebar .shop-filter-stack .shop-filter-panel.shop-filter-panel--expanded {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
}

.shop-sidebar .shop-filter-mode {
    flex-shrink: 0;
    min-height: 48px;
    height: 48px;
    padding: 0 14px;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    box-sizing: border-box;
}

.shop-filter-mode-label {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #6b7280;
    line-height: 1.2;
}

.shop-sidebar .shop-filter-mode-toggle {
    display: inline-flex;
    align-items: center;
    height: var(--control-h);
    padding: 2px;
    gap: 2px;
    border-radius: 9999px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    box-sizing: border-box;
}

.shop-sidebar .shop-filter-mode-btn {
    margin: 0;
    padding: 0 12px;
    align-self: stretch;
    border: none;
    border-radius: 9999px;
    background: transparent;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-sidebar .shop-filter-mode-btn.shop-filter-mode-btn--active {
    background: #fffbeb;
    color: #967716;
    border: 1px solid #e8d9a8;
}

.shop-filter-panel-toggle {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    font-family: var(--tabbed-font-family);
    color: #6b7280;
    text-align: left;
    box-sizing: border-box;
    flex-shrink: 0;
}

.contribute-attr-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: inherit;
    box-sizing: border-box;
}

.contribute-attr-header-title {
    color: inherit;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.shop-sidebar .shop-filter-panel.shop-filter-panel--has-selections .shop-filter-panel-toggle,
.shop-sidebar .shop-filter-panel.shop-filter-panel--expanded .shop-filter-panel-toggle {
    background: #fffbeb;
    color: #967716;
}

.shop-sidebar .shop-filter-panel:not(.shop-filter-panel--has-selections):not(.shop-filter-panel--expanded) .shop-filter-panel-toggle:hover {
    background: #fffbeb;
    color: #967716;
}

.shop-sidebar .shop-filter-panel > .shop-filter-panel-selected-wrap {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
}

.shop-sidebar .shop-filter-panel > .shop-filter-panel-selected-wrap:not(:empty) {
    border-bottom: 1px solid #e8e8e8;
}

.shop-sidebar .shop-filter-panel.shop-filter-panel--has-selections .shop-filter-panel-selected-wrap {
    background: #fffbeb;
}

.shop-sidebar .shop-filter-panel.shop-filter-panel--has-selections .sidebar-selected-chip {
    border-left: none;
    background: transparent;
    border-top-color: #e8d9a8;
}

.shop-sidebar .shop-filter-panel .shop-filter-panel-selected-wrap .sidebar-selected-chip:first-child {
    border-top: none;
}

.sidebar-selected-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--control-h);
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35;
    color: #6b7280;
    background-color: #ffffff;
    border-top: 1px solid #e8e8e8;
    border-left: 4px solid #1976d2;
    box-sizing: border-box;
}

.sidebar-chip-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.sidebar-chip-left span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.35;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
}

.sidebar-chip-color {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.sidebar-chip-remove {
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    padding: 0 2px;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    flex-shrink: 0;
    line-height: 1;
}

.sidebar-chip-remove:hover {
    color: #4a5568;
}

.shop-filter-panel-body {
    display: grid;
    grid-template-rows: 0fr;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    transition: grid-template-rows var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.shop-filter-panel--expanded .shop-filter-panel-body {
    grid-template-rows: 1fr;
    border-top: 1px solid #e8e8e8;
}

.shop-sidebar .shop-filter-panel--expanded > .shop-filter-panel-selected-wrap:not(:empty) + .shop-filter-panel-body {
    border-top: none;
}

.shop-sidebar .shop-filter-panel--expanded .shop-filter-panel-body {
    grid-template-rows: 1fr;
    flex: 0 0 auto;
    min-height: 0;
}

.shop-filter-panel-body-inner {
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        opacity var(--header-dropdown-duration) var(--header-dropdown-ease),
        transform var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.shop-filter-panel--expanded .shop-filter-panel-body-inner {
    opacity: 1;
    transform: translateY(0);
}

.shop-sidebar .shop-filter-panel--expanded .shop-filter-panel-body-inner {
    overflow: visible;
    min-height: min-content;
}

.shop-sidebar .shop-filter-search-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 6px 8px 4px;
    width: calc(100% - 16px);
    height: var(--control-h);
    min-height: var(--control-h);
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background-color: #f9fafb;
    overflow: hidden;
    flex-shrink: 0;
}

.shop-sidebar .shop-filter-search-wrap:focus-within {
    border-color: #d1d5db;
    background-color: #ffffff;
}

.shop-sidebar .shop-filter-search-input {
    margin: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 4px 0 14px;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.shop-sidebar .shop-filter-search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.shop-sidebar .shop-filter-search-icon {
    display: block;
    width: 18px;
    height: 18px;
}

.sidebar-filter-list {
    display: flex;
    flex-direction: column;
}

.shop-sidebar .shop-filter-panel .contribute-attr-picker-list.sidebar-filter-list {
    flex-direction: column;
    gap: 0;
    padding: 4px 8px 8px;
}

.shop-sidebar .shop-filter-panel .contribute-attr-picker-list {
    flex: 0 0 auto;
    min-height: auto;
    overflow: visible;
}

.sidebar-filter-item {
    display: flex;
    align-items: center;
    min-height: var(--control-h);
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35;
    color: #6b7280;
    gap: 8px;
    cursor: pointer;
    background-color: #ffffff;
    border-left: 4px solid transparent;
    box-sizing: border-box;
}

.shop-sidebar .shop-filter-panel .sidebar-filter-list .sidebar-filter-item {
    border-left: none;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.shop-sidebar .shop-filter-panel .sidebar-filter-list .sidebar-filter-item:hover {
    background: #fffbeb;
    color: #967716;
}

.sidebar-filter-item span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--tabbed-font-family);
    font-weight: 300;
}

.tab-checkbox {
    display: none;
}

.tab-color {
    width: 12px;
    height: 12px;
    border: none;
    flex-shrink: 0;
}

.sidebar-country-flag,
.product-flag {
    height: 10px;
    width: auto;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
    border: 1px solid #d0d0d0;
    display: block;
    box-sizing: content-box;
}

.sidebar-chip-left:has(> .sidebar-country-flag) {
    gap: 4px;
}

.sidebar-filter-item .sidebar-country-flag {
    margin-right: -4px;
}

.table-wrap {
    overflow: auto;
    flex: 1 1 0;
    min-height: 0;
}

table {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--paper);
    font-family: var(--tabbed-font-family);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.011em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

th,
td {
    padding: 4px 8px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--tabbed-font-family);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.011em;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--paper);
    font-family: var(--tabbed-font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.011em;
    text-transform: none;
    color: var(--ink);
    cursor: default;
    user-select: none;
    pointer-events: none;
}

tbody tr:hover td {
    background: #fafafa;
}

td.num {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "tnum" 1;
}

a,
a:visited {
    color: #1976d2;
    text-decoration: none;
    font-family: var(--tabbed-font-family);
}

a:hover {
    text-decoration: underline;
}

.made-in-cell {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.th-expand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
}

.th-expand-label {
    min-width: 0;
}

th.col-tags .cell-expand-btn {
    pointer-events: auto;
}

.table-tags {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    min-width: 0;
    font-family: var(--tabbed-font-family);
}

.table-tags-more {
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    min-height: 0;
    transition: grid-template-rows var(--header-dropdown-duration) var(--header-dropdown-ease);
}

td.col-tags.is-open .table-tags-more {
    grid-template-rows: 1fr;
}

.table-tags-more-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: 0;
    overflow: hidden;
    padding-top: 6px;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        opacity var(--header-dropdown-duration) var(--header-dropdown-ease),
        transform var(--header-dropdown-duration) var(--header-dropdown-ease);
}

td.col-tags.is-open .table-tags-more-inner {
    opacity: 1;
    transform: translateY(0);
}

.cell-expand-btn {
    box-sizing: border-box;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
}

.cell-expand-btn:hover {
    border-color: #d1d5db;
    background: #ffffff;
}

.cell-expand-btn img {
    display: block;
    width: 14px;
    height: 14px;
    transition: transform 0.32s ease;
}

.cell-expand-btn.is-expanded img {
    transform: rotate(180deg);
}

.cell-expand-btn:focus {
    outline: none;
}

.cell-expand-btn:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.table-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    font-family: var(--tabbed-font-family);
}

.table-tag-color {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.table-tag .cell-filter {
    font-family: var(--tabbed-font-family);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.011em;
}

.empty,
.error {
    padding: 40px 20px;
    color: var(--muted);
    font-weight: 300;
}

.bool-yes {
    color: var(--yes);
}

.bool-no {
    color: var(--no);
}

.header {
    width: 100%;
    height: var(--header-bar-height);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid #d0d0d0;
    position: fixed;
    top: var(--tabbed-affiliate-top);
    left: 0;
    right: 0;
    z-index: 10001;
    background: #ffffff;
    overflow: hidden;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 var(--app-sidebar-width);
    width: var(--app-sidebar-width);
    max-width: var(--app-sidebar-width);
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.header-left-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-left-brand > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    width: 40px;
    height: 40px;
}

.header-logo {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
}

.header-middle {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    min-width: 0;
    padding: 0 8px;
}

.header-nav-options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    gap: 4px;
}

.header-nav-item.header-nav-categories {
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 0;
    display: flex;
}

.header-categories-mains-scroll {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    display: flex;
    align-items: stretch;
    scrollbar-width: none;
}

.header-categories-mains-scroll::-webkit-scrollbar {
    display: none;
}

.header-categories-row--mains {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2px;
    min-height: var(--header-bar-height);
    width: max-content;
}

.header-category-main,
.header-category-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: var(--control-h);
    min-height: var(--control-h);
    margin: 0;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #6b7280;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    border: 1px solid transparent;
    border-radius: 9999px;
    background: transparent;
    cursor: pointer;
    font-family: var(--tabbed-font-family);
}

.header-category-main:hover,
.header-category-main.is-active,
.header-category-sub:hover,
.header-category-sub.is-active {
    background: #fffbeb;
    color: #967716;
    border-color: #e8d9a8;
}

.header-end {
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    align-items: stretch;
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
    min-width: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.header-end > .header-mobile-search {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    margin-right: 16px;
    padding: 0;
    box-sizing: border-box;
}

.header-mobile-search__wrap {
    display: flex;
    align-items: center;
    width: min(300px, 42vw);
    max-width: 100%;
    height: var(--control-h);
    min-height: var(--control-h);
    max-height: var(--control-h);
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}

.header-mobile-search__wrap:focus-within {
    border-color: #d1d5db;
    background-color: #ffffff;
}

.header-mobile-search__input {
    flex: 1;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: 0 12px 0 14px;
    border: none;
    border-radius: 0;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
    background: transparent;
    box-sizing: border-box;
    line-height: 1.3;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
}

.header-mobile-search__input:focus {
    outline: none;
    color: #111827;
}

.header-mobile-search__input::placeholder {
    color: #6b7280;
    opacity: 0.75;
}

.header-mobile-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: var(--control-h);
    min-width: var(--control-h);
    max-width: var(--control-h);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    color: #4a5568;
    flex: 0 0 var(--control-h);
    margin: 0;
    margin-left: auto;
    box-sizing: border-box;
}

.header-mobile-search__submit:hover {
    color: #111827;
    background: transparent;
}

.header-mobile-search__submit:focus {
    outline: none;
}

.header-mobile-search__submit:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: -2px;
    background: transparent;
    color: #111827;
}

.header-mobile-search__icon {
    display: block;
    width: 18px;
    height: 18px;
    opacity: 1;
}

@media (min-width: 656px) {
    .header-end > .header-mobile-search .header-mobile-search__wrap {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }
}

.header-categories-dropdown {
    position: fixed;
    top: var(--tabbed-fixed-below-header);
    left: var(--header-overlay-left);
    right: var(--header-overlay-right-inset);
    z-index: 310;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.header-categories-dropdown.is-open {
    opacity: 1;
    pointer-events: auto;
}

.header-categories-dropdown[hidden] {
    display: none;
}

.header-categories-dropdown > .header-categories-panel {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    background: #ffffff;
    overflow: hidden;
}

.header-categories-row--subs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 2px;
    padding: 0 8px;
    background: #ffffff;
    max-height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
        max-height var(--header-dropdown-duration) var(--header-dropdown-ease),
        min-height var(--header-dropdown-duration) var(--header-dropdown-ease),
        opacity var(--header-dropdown-duration) var(--header-dropdown-ease),
        transform var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.header-categories-row--subs.header-categories-subs--open {
    max-height: calc(var(--header-overlay-row-height) - 1px);
    min-height: calc(var(--header-overlay-row-height) - 1px);
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.shop-grid-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    height: var(--shop-grid-footer-height);
    padding: 0 16px;
    border-top: 1px solid #d0d0d0;
    background: #ffffff;
    flex-shrink: 0;
    z-index: 210;
    box-sizing: border-box;
}

.shop-grid-footer:has(.shop-grid-footer__select[aria-expanded="true"]) {
    overflow: visible;
    z-index: 250;
}

.shop-grid-footer__left {
    display: none;
}

.shop-grid-footer__auth-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--control-h);
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    color: #374151;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}

.shop-grid-footer__auth-pill:hover {
    background: #ffffff;
    border-color: #d1d5db;
}

.shop-grid-footer__sort {
    display: flex;
    align-items: center;
    justify-self: start;
}

.shop-grid-footer__sort-menu {
    position: relative;
    width: 12rem;
}

.shop-grid-footer__select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--control-h);
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    color: #374151;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}

.shop-grid-footer__select:hover,
.shop-grid-footer__select[aria-expanded="true"] {
    background: #ffffff;
    border-color: #d1d5db;
}

.shop-grid-footer__sort-dropdown {
    position: absolute;
    left: 0;
    bottom: calc(100% + 6px);
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    z-index: 320;
    overflow: hidden;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition:
        opacity var(--header-dropdown-duration) var(--header-dropdown-ease),
        transform var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.shop-grid-footer__sort-dropdown.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.shop-grid-footer__sort-dropdown[hidden] {
    display: none;
}

.shop-grid-footer__sort-option {
    display: flex;
    width: 100%;
    padding: 8px 14px;
    border: none;
    background: transparent;
    text-align: left;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    color: #374151;
    cursor: pointer;
}

.shop-grid-footer__sort-option:hover,
.shop-grid-footer__sort-option[aria-selected="true"] {
    background: #fffbeb;
    color: #967716;
}

.shop-grid-footer__showing {
    margin: 0;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 300;
    color: #6b7280;
    white-space: nowrap;
    justify-self: center;
}

.shop-grid-footer__pager {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
}

.shop-grid-footer__page {
    min-width: 3.25rem;
    text-align: center;
    font-weight: 300;
    color: #374151;
}

.shop-grid-footer__btn {
    height: var(--control-h);
    min-width: var(--control-h);
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    color: #374151;
    cursor: pointer;
    font-family: var(--tabbed-font-family);
}

.shop-grid-footer__btn:disabled {
    opacity: 0.4;
    cursor: default;
}

@media (min-width: 656px) {
    .shop-grid-footer {
        margin-left: var(--app-sidebar-width);
    }

    .shop-grid-footer__left {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 211;
        flex-direction: row;
        align-items: center;
        justify-content: stretch;
        gap: 8px;
        width: var(--app-sidebar-width);
        height: var(--shop-grid-footer-height);
        min-height: var(--shop-grid-footer-height);
        max-height: var(--shop-grid-footer-height);
        padding: 0 12px;
        border-top: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        background: #ffffff;
        box-sizing: border-box;
    }

    .shop-grid-footer__left .shop-grid-footer__auth-pill {
        width: auto;
        max-width: 100%;
        min-width: 0;
        flex: 1 1 auto;
        justify-content: flex-start;
    }

    .shop-grid-footer__left .shop-grid-footer__profile {
        height: 100%;
        flex: 1 1 auto;
        min-width: 0;
    }

    .shop-grid-footer__left .shop-grid-footer__signin {
        justify-content: center;
        width: 100%;
    }

    .header-login-slot,
    .header-right {
        display: none !important;
    }

    #header-profile-dropdown {
        top: auto;
        bottom: calc(var(--shop-grid-footer-height) + 6px);
        left: 6px;
        right: auto;
        width: calc(var(--app-sidebar-width) - 12px);
        min-width: calc(var(--app-sidebar-width) - 12px);
        max-width: calc(var(--app-sidebar-width) - 12px);
        max-height: min(85vh, calc(100dvh - var(--shop-grid-footer-height) - 16px));
    }
}

.login-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.login-modal-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.login-modal-backdrop[hidden] {
    display: none;
}

.contribute-modal {
    background: #fff;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    width: 100%;
    max-width: 540px;
    box-shadow: none;
    border: 1px solid #d0d0d0;
    opacity: 0;
    transform: translateY(-8px);
    transition:
        opacity var(--header-dropdown-duration) var(--header-dropdown-ease),
        transform var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.login-modal-backdrop.is-open .contribute-modal.login-modal-shell {
    opacity: 1;
    transform: translateY(0);
}

.contribute-modal.login-modal-shell {
    position: relative;
    max-width: 420px;
    max-height: min(92vh, 720px);
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

.contribute-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #d0d0d0;
    flex-shrink: 0;
}

.contribute-modal.login-modal-shell .contribute-modal-header {
    position: relative;
    justify-content: center;
    padding-left: 52px;
    padding-right: 52px;
    min-height: 60px;
    box-sizing: border-box;
}

.contribute-modal-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #4a5568;
}

.contribute-modal.login-modal-shell .contribute-modal-title {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
    text-align: center;
}

.contribute-modal-body {
    overflow-y: auto;
    padding: 20px;
    flex: 1;
}

.login-modal-logo {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 32px;
    pointer-events: none;
}

.login-modal-close {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 1;
    box-sizing: border-box;
    flex: 0 0 var(--control-h);
    width: var(--control-h);
    min-width: var(--control-h);
    height: var(--control-h);
    min-height: var(--control-h);
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
}

.login-modal-close img {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.login-modal-close:hover {
    border-color: #d1d5db;
    background: #ffffff;
}

.login-modal-close:focus {
    outline: none;
}

.login-modal-close:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.login-modal-lead {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #6b7280;
}

.login-modal-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.login-modal-footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.login-modal-legal {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #9ca3af;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.login-modal-legal a {
    color: #6b7280;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.login-modal-legal a:hover {
    color: #4a5568;
}

.login-modal-form input[type="email"],
.login-modal-form input[type="text"] {
    height: var(--control-h);
    min-height: var(--control-h);
    max-height: var(--control-h);
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 300;
    font-family: inherit;
    letter-spacing: 0.02em;
    color: #374151;
    background: #f9fafb;
    box-sizing: border-box;
    width: 100%;
}

.login-modal-field-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: var(--control-h);
    min-height: var(--control-h);
    max-height: var(--control-h);
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    box-sizing: border-box;
    overflow: hidden;
}

.login-modal-field-wrap:hover,
.login-modal-field-wrap:focus-within {
    background: #ffffff;
    border-color: #d1d5db;
}

.login-modal-form .login-modal-field-wrap input[type="email"],
.login-modal-form .login-modal-field-wrap input[type="text"] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: 0 8px 0 14px;
    border: none;
    border-radius: 0;
    background: transparent;
}

.login-modal-form .login-modal-field-wrap input:focus,
.login-modal-form .login-modal-field-wrap input:focus-visible {
    background: transparent;
    border: none;
    outline: none;
}

.login-modal-username-at {
    flex: 0 0 auto;
    padding: 0 2px 0 14px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.login-modal-form .login-modal-username-wrap input[type="text"] {
    padding-left: 2px;
}

.login-modal-field-go {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #4a5568;
    cursor: pointer;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.login-modal-field-go:focus {
    outline: none;
}

.login-modal-field-go:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: -2px;
    color: #111827;
}

.login-modal-field-go:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.login-modal-field-go svg {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.login-modal-form input:hover,
.login-modal-form input:focus {
    outline: none;
    background: #ffffff;
    border-color: #d1d5db;
}

.login-modal-after-send {
    margin-top: 4px;
}

.login-modal-status {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.45;
    color: #6b7280;
}

.login-modal-status--error {
    color: #c62828;
}

.login-modal-identity {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
}

.login-modal-identity-fields {
    flex: 1 1 auto;
    min-width: 0;
}

.login-modal-identity-fields .form-group {
    margin-bottom: 14px;
}

.login-modal-identity-fields .form-group:last-child {
    margin-bottom: 0;
}

.login-modal-photo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0;
}

.login-modal-photo-preview__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-modal-photo-preview__img--placeholder {
    object-fit: contain;
    padding: 16px;
    box-sizing: border-box;
    opacity: 0.7;
}

.login-modal-photo-btn {
    flex: 0 0 auto;
    width: 78px;
    height: 78px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #f9fafb;
    overflow: hidden;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.login-modal-photo-btn:hover {
    background: #ffffff;
    border-color: #d1d5db;
}

.login-modal-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--control-h);
    min-height: var(--control-h);
    max-height: var(--control-h);
    padding: 0 14px;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    color: #374151;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.login-modal-submit:hover {
    background: #ffffff;
    border-color: #d1d5db;
    color: #111827;
}

.login-modal-submit:focus {
    outline: none;
}

.login-modal-submit:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.login-modal-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.login-modal-submit--username {
    display: none;
    flex: 0 0 auto;
    align-self: flex-end;
}

.contribute-modal-body:has(#login-modal-username-step:not([hidden])) .login-modal-submit--username {
    display: inline-flex;
}

.shop-grid-footer__signin[hidden],
.shop-grid-footer__profile[hidden],
.shop-grid-footer__favs[hidden] {
    display: none;
}

th.col-tags,
td.col-tags {
    max-width: 200px;
    overflow: visible;
    text-overflow: unset;
}

td.col-tags {
    white-space: normal;
    vertical-align: middle;
}

td.col-tags.is-open {
    max-width: 200px;
}

.name-cell {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    width: max-content;
    max-width: none;
}

.product-name-btn {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
}

.product-name-btn:hover {
    color: #1976d2;
    text-decoration: underline;
}

th.col-freeze,
td.col-freeze {
    position: sticky;
    left: 0;
    width: max-content;
    max-width: none;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    background: var(--paper);
    box-shadow: 4px 0 10px rgba(15, 23, 42, 0.08);
}

th.col-freeze {
    z-index: 14;
}

td.col-freeze {
    z-index: 6;
}

th.col-price,
td.col-price {
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
}

.buy-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 60px;
    height: 26px;
    min-height: 26px;
    padding: 2px 8px;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    background: #f9fafb;
    color: #374151;
    font-family: inherit;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.buy-button__price {
    display: block;
    line-height: 1.05;
}

a.buy-button,
a.buy-button:visited {
    color: #374151;
    text-decoration: none;
}

a.buy-button:hover {
    background: #ffffff;
    border-color: #d1d5db;
    color: #111827;
    text-decoration: none;
}

.buy-button--static {
    cursor: default;
}

.favorite-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    flex-shrink: 0;
}

.favorite-heart:hover {
    color: #4a5568;
}

.favorite-heart.is-on {
    color: #e11d48;
}

.favorite-heart.is-on .favorite-heart-icon {
    fill: #e11d48;
}

.user-page-title {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 400;
    color: #374151;
}

.user-main {
    flex: 1 1 0;
    min-height: 0;
    overflow: auto;
    background: var(--paper);
    padding: 24px 20px 80px;
}

.user-empty {
    margin: 40px auto;
    max-width: 40rem;
    color: var(--muted);
    font-weight: 300;
    text-align: center;
}

.user-fav-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 52rem;
}

.user-fav-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.user-fav-name {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-fav-meta {
    color: #6b7280;
    font-weight: 300;
    white-space: nowrap;
}

.user-fav-link {
    white-space: nowrap;
}

.page-user:not(:has(.shop-grid-footer__sort)) .shop-grid-footer,
.page-user-settings .shop-grid-footer {
    grid-template-columns: minmax(0, 1fr);
}

.page-user:not(:has(.shop-layout)) .shop-grid-footer,
.page-user-settings .shop-grid-footer {
    margin-left: 0;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay[hidden] {
    display: none;
}

body.product-modal-open {
    overflow: hidden;
}

.modal-card {
    width: min(520px, 96vw);
    max-height: 88vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    opacity: 0;
    transform: translateY(-8px);
    transition:
        opacity var(--header-dropdown-duration) var(--header-dropdown-ease),
        transform var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.modal-overlay.is-open .modal-card {
    opacity: 1;
    transform: none;
}

.modal-card:focus,
.modal-card:focus-visible {
    outline: none;
}

.modal-header-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 14px;
}

.modal-header-sub {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    min-width: 0;
}

.modal-header-brand {
    justify-self: start;
    min-width: 0;
}

.modal-brand {
    margin: 0;
    font-family: var(--tabbed-font-family);
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    line-height: 1.2;
}

.modal-brand-link,
.modal-brand-link:visited {
    color: inherit;
    text-decoration: none;
}

.modal-brand-link:hover {
    text-decoration: underline;
}

.modal-category {
    justify-self: center;
    text-align: center;
    min-width: 0;
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.011em;
    color: #1976d2;
    text-transform: none;
}

.modal-category a,
.modal-category a:visited {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: none;
}

.modal-category-sep {
    font-weight: 400;
    opacity: 0.7;
}

.modal-heart-btn {
    justify-self: end;
    width: 22px;
    height: 22px;
}

.modal-heart-btn .favorite-heart-icon {
    width: 20px;
    height: 20px;
}

.modal-header-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.modal-product-name {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #4a5568;
    line-height: 1.25;
}

.modal-header-brand-actions {
    flex: 0 0 auto;
    margin-left: auto;
}

.modal-buy-button {
    min-width: 96px;
    height: var(--control-h);
    min-height: var(--control-h);
    padding: 4px 12px;
    border-radius: calc(var(--control-h) / 2);
    font-size: 12px;
}

.modal-expand-rule {
    border-bottom: 1px solid #eee;
}

.modal-body {
    display: block;
}

.modal-details-col {
    padding: 12px 16px 16px;
}

.modal-metadata-stack--flat {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.modal-metadata-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.modal-metadata-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.modal-flat-section-title {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.modal-flat-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modal-detail-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #4a5568;
    line-height: 1.45;
}

.modal-detail-line--muted {
    color: #9ca3af;
    font-style: italic;
    font-size: 12px;
}

.modal-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.modal-tag-color {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.modal-tag a,
.modal-tag a:visited {
    color: #4a5568;
}

.modal-made-in-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.modal-made-in-flag {
    height: 10px;
}

@media (max-width: 560px) {
    .modal-metadata-columns {
        grid-template-columns: 1fr;
    }
}

.header-end {
    gap: 8px;
}

.header-login-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    align-self: center;
}

.header-right {
    display: flex;
    align-items: center;
    align-self: center;
}

.header-login-slot[hidden],
.header-right[hidden] {
    display: none;
}

.header-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--shop-gf-h);
    min-height: var(--shop-gf-h);
    max-height: var(--shop-gf-h);
    padding: 0 14px;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: var(--shop-gf-pill-radius);
    background: #f9fafb;
    color: #374151;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.header-login-btn:hover {
    background: #ffffff;
    border-color: #d1d5db;
    color: #111827;
}

.header-login-btn:focus {
    outline: none;
}

.header-login-btn:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.header-profile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--control-h);
    height: var(--control-h);
    min-width: var(--control-h);
    min-height: var(--control-h);
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    font: inherit;
    line-height: 0;
    flex-shrink: 0;
}

.header-profile-menu-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header-profile-menu-btn:focus {
    outline: none;
}

.header-profile-menu-btn:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
    border-radius: 50%;
}

.header-profile-avatar-frame {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header-profile-menu-btn .header-profile-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.header-profile-avatar-img--placeholder {
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
}

.shop-grid-footer__favs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: var(--shop-gf-h);
    min-height: var(--shop-gf-h);
    max-height: var(--shop-gf-h);
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.shop-grid-footer__favs .profile-fav-heart {
    height: var(--shop-gf-h);
    min-height: var(--shop-gf-h);
    max-height: var(--shop-gf-h);
}

.shop-grid-footer__favs:hover .profile-fav-heart {
    background: #ffffff;
    border-color: #d1d5db;
}

.shop-grid-footer__favs:focus {
    outline: none;
}

.shop-grid-footer__favs:focus-visible .profile-fav-heart {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.shop-grid-footer__profile-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    min-width: 0;
    max-width: 100%;
}

.shop-grid-footer__profile {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    box-shadow: none;
    color: #374151;
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
}

.shop-grid-footer__profile:hover,
.shop-grid-footer__profile[aria-expanded="true"],
.shop-grid-footer__profile:focus {
    background: none;
    outline: none;
    color: #111827;
}

.shop-grid-footer__profile:focus-visible {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

.shop-grid-footer__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    background: #f3f4f6;
}

.shop-grid-footer__avatar--placeholder {
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 0.55;
    border-radius: 0;
    background: transparent;
}

.shop-grid-footer__username {
    font-size: 13px;
    font-weight: inherit;
    line-height: 1.3;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 100%;
}

.shop-grid-footer__joined {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.shop-grid-footer__joined[hidden] {
    display: none;
}

.profile-fav-heart {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    height: 28px;
    min-width: 52px;
    padding: 0 12px;
    box-sizing: border-box;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
}

.profile-fav-heart__fill {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    object-fit: contain;
    pointer-events: none;
}

.profile-fav-heart__num {
    font-family: var(--tabbed-font-family);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
    line-height: 1.3;
}

.header-profile-menu-dropdown-new {
    position: fixed;
    top: calc(var(--tabbed-fixed-below-header) + 6px);
    right: max(8px, env(safe-area-inset-right, 0px));
    left: auto;
    width: var(--header-profile-menu-width);
    min-width: min(var(--header-profile-menu-width), calc(100vw - 16px));
    max-width: min(var(--header-profile-menu-width), calc(100vw - 16px));
    text-align: left;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    z-index: 10002;
    max-height: min(85vh, calc(100dvh - var(--tabbed-fixed-below-header) - 16px));
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--header-dropdown-duration) var(--header-dropdown-ease);
}

.header-profile-menu-dropdown-new.is-open {
    opacity: 1;
    pointer-events: auto;
}

.header-profile-menu-dropdown-new[hidden] {
    display: none;
}

.header-profile-menu-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
    padding: 18px 14px 14px;
    gap: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f5f9;
}

.header-profile-menu-dropdown-new:has(.profile-page-who__share) .header-profile-menu-hero {
    padding-top: 28px;
}

.header-profile-menu-dropdown-new .profile-page-who__chrome {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 8px;
    box-sizing: border-box;
    pointer-events: none;
}

.header-profile-menu-dropdown-new .profile-page-who__share {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 0 var(--control-h);
    width: var(--control-h);
    min-width: var(--control-h);
    height: var(--control-h);
    min-height: var(--control-h);
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
    color: #374151;
    cursor: pointer;
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
}

.header-profile-menu-dropdown-new .profile-page-who__share img {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.header-profile-menu-dropdown-new .profile-page-who__share:hover {
    border-color: #d1d5db;
    background: #ffffff;
}

.header-profile-menu-hero__frame {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.header-profile-menu-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.header-profile-menu-hero__img.header-profile-avatar-img--placeholder {
    object-fit: contain;
    object-position: center;
    padding: 18px;
    box-sizing: border-box;
}

.header-profile-menu-hero__who {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    max-width: 100%;
    text-align: center;
}

.header-profile-menu-hero__display-name {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.header-profile-menu-hero__display-name[hidden],
.header-profile-menu-hero__joined[hidden] {
    display: none;
}

.header-profile-menu-hero__username {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.header-profile-menu-hero__joined {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.header-profile-menu-item-new {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: var(--header-profile-menu-item-height);
    height: var(--header-profile-menu-item-height);
    padding: 0 14px;
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f1f5f9;
    border-radius: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    box-sizing: border-box;
}

.header-profile-menu-item-new:last-child {
    border-bottom: none;
}

#header-profile-link-settings {
    border-bottom: none;
}

.header-profile-menu-item-new:hover {
    background: #fffbeb;
    color: #967716;
}

.header-profile-menu-item-new:focus {
    outline: none;
}

.header-profile-menu-item-new:focus-visible {
    outline: 2px solid #c9a227;
    outline-offset: -2px;
    background: #fffbeb;
    color: #967716;
}

#header-profile-menu-logout {
    height: calc(var(--header-profile-menu-item-height) + 2px);
    min-height: calc(var(--header-profile-menu-item-height) + 2px);
    padding-bottom: 2px;
}

#header-profile-menu-logout:hover,
#header-profile-menu-logout:focus-visible {
    background: #fef2f2;
    color: #b91c1c;
}

.user-main--settings {
    display: flex;
    justify-content: center;
    padding: 24px 16px 80px;
}

.profile-settings-v2-panel {
    padding: 0;
    background: transparent;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.profile-settings-v2-card {
    --setting-pad-x: 20px;
    --setting-pad-x-end: 20px;
    position: relative;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.profile-settings-v2-card--login-style {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

.profile-settings-v2-section {
    color: #374151;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.profile-settings-v2-intro {
    padding: 18px var(--setting-pad-x) 16px var(--setting-pad-x-end);
    border-bottom: 1px solid #e5e7eb;
}

.profile-settings-v2-title {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
}

.profile-settings-v2-subtitle {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #6b7280;
}

.profile-settings-v2-groups {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 12px;
}

.profile-settings-v2-group {
    padding: 12px 0 4px;
}

.profile-settings-v2-group + .profile-settings-v2-group {
    border-top: 1px solid #f3f4f6;
}

.profile-settings-v2-group-title {
    margin: 0 0 8px;
    padding: 0 var(--setting-pad-x-end) 0 var(--setting-pad-x);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #6b7280;
}

.profile-settings-v2-rows {
    display: flex;
    flex-direction: column;
}

.profile-settings-v2-card .profile-setting-item.profile-setting-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
    align-items: center;
    padding: 12px var(--setting-pad-x-end) 12px var(--setting-pad-x);
    box-sizing: border-box;
}

.profile-settings-v2-card .profile-setting-name {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #374151;
}

.profile-settings-v2-card .profile-setting-desc {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #6b7280;
    line-height: 1.45;
    margin-top: 4px;
    display: block;
}

.profile-settings-v2-card .profile-setting-item__controls,
.profile-settings-v2-card .profile-setting-row__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

.profile-settings-v2-card .profile-setting-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--control-h);
    height: var(--control-h);
    padding: 0 14px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-family: inherit;
    color: #374151;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    cursor: pointer;
    box-sizing: border-box;
}

.profile-settings-v2-card .profile-setting-action--danger {
    color: #b91c1c;
}

.profile-settings-v2-card .profile-setting-action--danger:hover {
    background: #ffffff;
    border-color: #fecaca;
    color: #991b1b;
}

.profile-settings-v2-card .profile-setting-control {
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    min-height: var(--control-h);
    height: var(--control-h);
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #f9fafb;
}

.profile-settings-v2-card .profile-setting-btn {
    flex: 0 0 auto;
    min-width: 52px;
    height: var(--control-h);
    margin: 0;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-family: inherit;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
}

.profile-settings-v2-card .profile-setting-btn + .profile-setting-btn {
    border-left: 1px solid #e5e7eb;
}

.profile-settings-v2-card .profile-setting-btn.is-active {
    background: #ffffff;
    color: #111827;
}

.page-user:not(:has(.shop-grid-footer__sort)) .shop-grid-footer,
.page-user-settings .shop-grid-footer {
    grid-template-columns: minmax(0, 1fr);
}

.page-user-settings .shop-grid-footer__sort,
.page-user-settings .shop-grid-footer__showing,
.page-user-settings .shop-grid-footer__pager {
    display: none !important;
}

.legal-page {
    max-width: 40rem;
    margin: 0 auto;
    padding: 8px 8px 40px;
    color: #374151;
    font-weight: 300;
    line-height: 1.6;
}

.legal-page h1 {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 500;
    color: #111827;
}

@media (max-width: 655px) {
    .login-modal-backdrop {
        padding: 16px;
    }

    .contribute-modal.login-modal-shell {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-categories-dropdown,
    .header-categories-row--subs,
    .shop-grid-footer__sort-dropdown,
    .login-modal-backdrop,
    .contribute-modal.login-modal-shell,
    .header-profile-menu-dropdown-new,
    .shop-filter-panel-body,
    .shop-filter-panel-body-inner,
    .table-tags-more,
    .table-tags-more-inner,
    .modal-overlay,
    .modal-card {
        transition-duration: 0.01ms;
    }
}

