.efsh-specs,
.efsh-filter,
.efsh-recommend,
.efsh-specs *,
.efsh-filter *,
.efsh-recommend * {
    box-sizing: border-box;
}

.efsh-specs svg,
.efsh-filter svg,
.efsh-recommend svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.efsh-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9a742d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

/* Product specs */
.efsh-specs {
    --efsh-ink: #0b0e12;
    --efsh-muted: #667085;
    --efsh-line: #e5e7eb;
    margin: 8px 0 22px;
    color: var(--efsh-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.efsh-specs__hero {
    margin-bottom: 18px;
    padding: 26px;
    border: 1px solid #242930;
    border-radius: 22px;
    background: linear-gradient(135deg, #0b0d10, #292e35);
    color: #fff;
    box-shadow: 0 16px 42px rgba(16, 24, 40, .13);
}

.efsh-specs__hero .efsh-kicker {
    color: #d9b56d;
}

.efsh-specs__hero h2 {
    margin: 6px 0 8px;
    color: #fff;
    font-size: clamp(25px, 4vw, 34px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.efsh-specs__hero > p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.5;
}

.efsh-specs__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
}

.efsh-specs__chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.efsh-specs__chips svg {
    width: 15px;
    height: 15px;
}

.efsh-specs__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.efsh-specs__summary-card {
    min-height: 118px;
    padding: 16px;
    border: 1px solid var(--efsh-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.efsh-specs__summary-card > svg {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 14px;
    background: #f2f4f7;
    color: #111;
}

.efsh-specs__summary-card small {
    display: block;
    color: var(--efsh-muted);
    font-size: 12px;
    font-weight: 800;
}

.efsh-specs__summary-card strong {
    display: block;
    margin-top: 2px;
    color: #111;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.25;
}

.efsh-specs__section {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid var(--efsh-line);
    border-radius: 20px;
    background: #fff;
}

.efsh-specs__section h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px solid var(--efsh-line);
    background: #f7f8fa;
    color: #111;
    font-size: 16px;
    font-weight: 950;
}

.efsh-specs__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 !important;
    padding: 16px !important;
    list-style: none !important;
}

.efsh-specs__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 !important;
    padding: 10px 12px;
    border: 1px solid #edf0f3;
    border-radius: 12px;
    background: #fafafa;
    color: #344054;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.efsh-specs__list li svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.efsh-specs__table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
}

.efsh-specs__table tr:nth-child(even) {
    background: #fafafa;
}

.efsh-specs__table th,
.efsh-specs__table td {
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid #eef0f3;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.4;
}

.efsh-specs__table th {
    width: 34%;
    color: #475467;
    font-weight: 900;
}

/* Category breadcrumbs */
.efsh-breadcrumbs {
    width: 100%;
    margin: 0 0 14px;
    color: #667085;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.efsh-breadcrumbs .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 9px 12px;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #f8f9fb;
    color: #667085;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.35;
}

.efsh-breadcrumbs .woocommerce-breadcrumb a {
    color: #344054 !important;
    font-weight: 850;
    text-decoration: none !important;
}

.efsh-breadcrumbs .woocommerce-breadcrumb a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.efsh-breadcrumbs__separator {
    color: #98a2b3;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}

/* Category finder */
.efsh-filter {
    --efsh-ink: #080b10;
    --efsh-muted: #667085;
    width: 100%;
    margin: 0 0 18px;
    padding: 15px 16px 16px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #fbfbfc);
    color: var(--efsh-ink);
    box-shadow: 0 10px 28px rgba(16, 24, 40, .055);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.efsh-filter--station {
    border-top: 4px solid #111;
}

.efsh-filter--panel {
    border-top: 4px solid #e0aa22;
}

.efsh-filter--combo {
    border-top: 4px solid #6f55b8;
}

.efsh-filter__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.efsh-filter__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.efsh-filter__hero-emoji {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    background: #f7f8fa;
    font-size: 22px;
    line-height: 1;
}

.efsh-filter__heading h2 {
    margin: 0;
    color: #080b10;
    font-size: clamp(20px, 2.5vw, 25px);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.efsh-filter__heading p {
    margin: 3px 0 0;
    color: var(--efsh-muted);
    font-size: 13px;
    line-height: 1.35;
}

.efsh-filter__clear {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid #dfe3e8;
    border-radius: 999px;
    background: #fff;
    color: #111 !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
}

.efsh-filter__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 10px 12px;
}

.efsh-filter__grid--count-1 {
    grid-template-columns: minmax(0, 1fr) minmax(185px, 230px);
}

.efsh-filter__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(185px, 230px);
}

.efsh-filter__grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(185px, 230px);
}

.efsh-filter__grid--count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(170px, 210px);
}

.efsh-filter__grid--count-5 .efsh-filter__actions {
    grid-column: span 3;
}

.efsh-filter__grid--count-6 .efsh-filter__actions {
    grid-column: span 2;
}

.efsh-filter__grid--count-8 .efsh-filter__actions {
    grid-column: 1 / -1;
}

.efsh-filter__field {
    display: block;
    min-width: 0;
    margin: 0;
}

.efsh-filter__field > span {
    display: block;
    min-width: 0;
    margin: 0 0 5px;
    overflow: hidden;
    color: #344054;
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.efsh-filter__field select {
    display: block;
    width: 100%;
    height: 43px;
    min-width: 0;
    margin: 0;
    padding: 0 34px 0 11px;
    overflow: hidden;
    border: 1px solid #cfd5dd;
    border-radius: 12px;
    background-color: #fff;
    color: #111;
    box-shadow: none;
    font-size: 13.5px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.efsh-filter__field select:hover {
    border-color: #98a2b3;
}

.efsh-filter__field select:focus {
    border-color: #111;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
}

.efsh-filter__actions {
    display: flex;
    align-items: flex-end;
    min-width: 0;
    margin: 0;
}

.efsh-filter__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 43px;
    margin: 0;
    padding: 9px 14px;
    border: 0;
    border-radius: 12px;
    background: #050505;
    color: #fff;
    cursor: pointer;
    font-size: 13.5px;
    font-weight: 950;
    line-height: 1.15;
    transition: transform .18s ease, background .18s ease;
}

.efsh-filter__actions button:hover {
    background: #1b1d22;
    transform: translateY(-1px);
}

.efsh-filter__actions button:focus-visible {
    outline: 3px solid rgba(0, 0, 0, .18);
    outline-offset: 2px;
}

.efsh-filter__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.efsh-filter__chips > span {
    display: inline-flex;
    gap: 4px;
    padding: 6px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f2f4f7;
    color: #344054;
    font-size: 11.5px;
    font-weight: 750;
}

.efsh-filter__chips strong {
    color: #111;
}

/* Recommendation module */
.efsh-recommend {
    --efsh-ink: #080b10;
    --efsh-muted: #667085;
    --efsh-line: #e5e7eb;
    --efsh-accent: #d9b56d;
    width: 100%;
    padding: 42px 16px;
    overflow: hidden;
    background: #fff;
    color: var(--efsh-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.efsh-recommend__shell {
    max-width: 1220px;
    margin: 0 auto;
}

.efsh-recommend__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.efsh-recommend__head h2 {
    max-width: 680px;
    margin: 7px 0 0;
    color: var(--efsh-ink);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.05em;
}

.efsh-recommend__head > p {
    max-width: 480px;
    margin: 0;
    color: var(--efsh-muted);
    font-size: 15px;
    line-height: 1.45;
}

.efsh-recommend__tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 11px;
    margin-bottom: 18px;
}

.efsh-recommend__tab {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 42px 1fr;
    column-gap: 10px;
    align-items: center;
    min-height: 84px;
    padding: 14px 15px;
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 20px;
    background: #fff;
    color: var(--efsh-ink);
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .07);
    text-align: left;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.efsh-recommend__tab::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--efsh-accent);
    content: "";
    opacity: 0;
}

.efsh-recommend__tab:hover,
.efsh-recommend__tab:focus-visible,
.efsh-recommend__tab.is-active {
    border-color: #050505;
    background: #050505;
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
    transform: translateY(-2px);
    outline: none;
}

.efsh-recommend__tab:hover::before,
.efsh-recommend__tab:focus-visible::before,
.efsh-recommend__tab.is-active::before {
    opacity: 1;
}

.efsh-recommend__tab-icon {
    display: flex;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e1e6ee;
    border-radius: 15px;
    background: #f1f3f6;
    color: #080b10;
}

.efsh-recommend__tab:hover .efsh-recommend__tab-icon,
.efsh-recommend__tab:focus-visible .efsh-recommend__tab-icon,
.efsh-recommend__tab.is-active .efsh-recommend__tab-icon {
    border-color: #fff;
    background: #fff;
    color: #050505;
}

.efsh-recommend__tab strong {
    align-self: end;
    color: inherit;
    font-size: 13.5px;
    font-weight: 950;
    line-height: 1.1;
}

.efsh-recommend__tab small {
    align-self: start;
    color: #667085;
    font-size: 11.2px;
    font-weight: 750;
    line-height: 1.2;
}

.efsh-recommend__tab:hover small,
.efsh-recommend__tab:focus-visible small,
.efsh-recommend__tab.is-active small {
    color: rgba(255, 255, 255, .75);
}

.efsh-recommend__panel:not(.is-active) {
    display: none;
}

.efsh-recommend__context {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid #edf0f3;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #fafbfc);
}

.efsh-recommend__context > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.efsh-recommend__context > div > svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #111;
}

.efsh-recommend__context p {
    margin: 0;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.efsh-recommend__context strong {
    display: block;
    margin-bottom: 2px;
    color: #111;
    font-size: 15px;
    font-weight: 950;
}

.efsh-recommend__context > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 2px;
    color: #111 !important;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none !important;
    white-space: nowrap;
}

.efsh-recommend__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.efsh-recommend__card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--efsh-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(16, 24, 40, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.efsh-recommend__card::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--efsh-accent), transparent);
    content: "";
    opacity: 0;
}

.efsh-recommend__card:hover {
    border-color: var(--efsh-accent);
    box-shadow: 0 20px 50px rgba(16, 24, 40, .13);
    transform: translateY(-4px);
}

.efsh-recommend__card:hover::before {
    opacity: 1;
}

.efsh-recommend__sale {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d9b56d, #f2d79a);
    color: #111;
    font-size: 11px;
    font-weight: 950;
}

.efsh-recommend__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 198px;
    padding: 24px 20px 14px;
    background: radial-gradient(circle at center, rgba(217, 181, 109, .14), transparent 46%), #f7f8fa;
    text-decoration: none !important;
}

.efsh-recommend__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
}

.efsh-recommend__card:hover .efsh-recommend__image img {
    transform: scale(1.035);
}

.efsh-recommend__body {
    padding: 18px;
}

.efsh-recommend__badges,
.efsh-recommend__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.efsh-recommend__badges {
    min-height: 25px;
    margin-bottom: 10px;
}

.efsh-recommend__badges span,
.efsh-recommend__benefits span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #edf0f3;
    border-radius: 999px;
    background: #fafafa;
    color: #344054;
    font-weight: 850;
}

.efsh-recommend__badges span {
    padding: 5px 8px;
    font-size: 10.8px;
}

.efsh-recommend__badges svg {
    width: 13px;
    height: 13px;
}

.efsh-recommend__card h3 {
    min-height: 42px;
    margin: 0 0 8px;
    color: #080b10;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.efsh-recommend__card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

.efsh-recommend__summary {
    min-height: 36px;
    margin: 0 0 11px;
    color: #667085;
    font-size: 13px;
    line-height: 1.38;
}

.efsh-recommend__benefits {
    min-height: 31px;
    margin-bottom: 13px;
    gap: 7px;
}

.efsh-recommend__benefits span {
    padding: 7px 9px;
    font-size: 12px;
    line-height: 1;
}

.efsh-recommend__benefits svg {
    width: 14px;
    height: 14px;
    color: #111;
}

.efsh-recommend__price {
    min-height: 50px;
    margin-bottom: 13px;
    color: #080b10;
}

.efsh-recommend__price small {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 12px;
    font-weight: 850;
}

.efsh-recommend__price .price,
.efsh-recommend__price > span,
.efsh-recommend__price > bdi,
.efsh-recommend__price ins {
    color: #080b10 !important;
    font-size: 21px !important;
    font-weight: 950 !important;
    line-height: 1.05;
    letter-spacing: -.035em;
    text-decoration: none;
}

.efsh-recommend__price del {
    display: block;
    color: #98a2b3 !important;
    font-size: 13px !important;
    font-weight: 800;
}

.efsh-recommend__actions {
    display: grid;
    gap: 8px;
}

.efsh-recommend__primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #050505;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    font-size: 13px;
    font-weight: 950;
    text-decoration: none !important;
}

.efsh-recommend__primary svg {
    width: 16px;
    height: 16px;
    transition: transform .18s ease;
}

.efsh-recommend__primary:hover svg {
    transform: translateX(3px);
}

.efsh-recommend__empty {
    padding: 22px;
    border: 1px solid var(--efsh-line);
    border-radius: 18px;
    background: #f8fafc;
    color: #667085;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1200px) {
    .efsh-recommend__tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .efsh-recommend__head {
        display: block;
    }

    .efsh-recommend__head > p {
        margin-top: 9px;
    }

    .efsh-recommend__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .efsh-filter__advanced {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .efsh-specs__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .efsh-specs__hero {
        padding: 21px 18px;
        border-radius: 18px;
    }

    .efsh-specs__summary,
    .efsh-specs__list {
        grid-template-columns: 1fr;
    }

    .efsh-specs__table,
    .efsh-specs__table tbody,
    .efsh-specs__table tr,
    .efsh-specs__table th,
    .efsh-specs__table td {
        display: block;
        width: 100%;
    }

    .efsh-specs__table th {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    .efsh-specs__table td {
        padding-top: 0;
    }

    .efsh-filter {
        margin-bottom: 18px;
        padding: 13px;
        border-radius: 18px;
    }

    .efsh-filter__top {
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .efsh-filter__hero-emoji {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 20px;
    }

    .efsh-filter__heading h2 {
        font-size: 20px;
    }

    .efsh-filter__heading p {
        max-width: 290px;
        font-size: 12.5px;
    }

    .efsh-filter__help {
        font-size: 12px;
    }

    .efsh-filter__clear {
        padding: 7px 9px;
        font-size: 11.5px;
    }

    .efsh-filter__primary,
    .efsh-filter__advanced {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .efsh-filter__advanced {
        padding: 0 12px 12px;
    }

    .efsh-filter__field select {
        height: 42px;
        border-radius: 13px;
        font-size: 13.5px;
    }

    .efsh-filter__actions {
        display: block;
    }

    .efsh-filter__actions button {
        width: 100%;
        min-height: 44px;
    }

    .efsh-filter__chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .efsh-filter__chips::-webkit-scrollbar {
        display: none;
    }

    .efsh-filter__chips > span {
        flex: 0 0 auto;
    }

    .efsh-recommend {
        padding: 32px 14px;
    }

    .efsh-recommend__head h2 {
        font-size: 29px;
    }

    .efsh-recommend__head > p {
        font-size: 14px;
    }

    .efsh-recommend__tabs {
        display: flex;
        gap: 9px;
        margin: 0 -14px 14px;
        padding: 0 14px 5px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .efsh-recommend__tabs::-webkit-scrollbar {
        display: none;
    }

    .efsh-recommend__tab {
        flex: 0 0 200px;
        min-height: 78px;
        padding: 12px;
        grid-template-columns: 38px 1fr;
        scroll-snap-align: start;
    }

    .efsh-recommend__tab-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .efsh-recommend__context {
        display: block;
        padding: 13px 14px;
        border-radius: 18px;
    }

    .efsh-recommend__context > a {
        margin-top: 10px;
    }

    .efsh-recommend__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 84%;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 14px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .efsh-recommend__grid::-webkit-scrollbar {
        height: 6px;
    }

    .efsh-recommend__grid::-webkit-scrollbar-thumb {
        border-radius: 99px;
        background: #d0d5dd;
    }

    .efsh-recommend__card {
        border-radius: 20px;
        scroll-snap-align: start;
    }

    .efsh-recommend__image {
        height: 170px;
        padding: 20px 18px 12px;
    }

    .efsh-recommend__body {
        padding: 15px;
    }

    .efsh-recommend__card h3,
    .efsh-recommend__summary {
        min-height: auto;
    }
}

@media (max-width: 380px) {
    .efsh-recommend__tab {
        flex-basis: 188px;
    }

    .efsh-recommend__grid {
        grid-auto-columns: 88%;
    }
}


/* Compact responsive category filters (v2.2) */
@media (max-width: 1050px) {
    .efsh-filter__grid,
    .efsh-filter__grid--count-3,
    .efsh-filter__grid--count-4,
    .efsh-filter__grid--count-5,
    .efsh-filter__grid--count-6,
    .efsh-filter__grid--count-7,
    .efsh-filter__grid--count-8 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .efsh-filter__grid--count-1 {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    }

    .efsh-filter__grid--count-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(180px, 220px);
    }

    .efsh-filter__grid--count-5 .efsh-filter__actions,
    .efsh-filter__grid--count-8 .efsh-filter__actions {
        grid-column: auto;
    }

    .efsh-filter__grid--count-6 .efsh-filter__actions {
        grid-column: 1 / -1;
    }

    .efsh-filter__grid--count-7 .efsh-filter__actions {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .efsh-filter {
        margin-bottom: 16px;
        padding: 12px;
        border-radius: 17px;
    }

    .efsh-filter__top {
        gap: 8px;
        margin-bottom: 10px;
    }

    .efsh-filter__heading {
        gap: 8px;
    }

    .efsh-filter__hero-emoji {
        width: 36px;
        height: 36px;
        border-radius: 11px;
        font-size: 19px;
    }

    .efsh-filter__heading h2 {
        font-size: 18px;
    }

    .efsh-filter__heading p {
        max-width: none;
        margin-top: 2px;
        font-size: 11.5px;
        line-height: 1.3;
    }

    .efsh-filter__clear {
        min-height: 30px;
        padding: 6px 8px;
        font-size: 10.5px;
    }

    .efsh-filter__grid,
    .efsh-filter__grid--count-1,
    .efsh-filter__grid--count-2,
    .efsh-filter__grid--count-3,
    .efsh-filter__grid--count-4,
    .efsh-filter__grid--count-5,
    .efsh-filter__grid--count-6,
    .efsh-filter__grid--count-7,
    .efsh-filter__grid--count-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .efsh-filter__grid--even .efsh-filter__actions {
        grid-column: 1 / -1;
    }

    .efsh-filter__grid--odd .efsh-filter__actions {
        grid-column: auto;
    }

    .efsh-filter__field > span {
        margin-bottom: 4px;
        font-size: 11.5px;
    }

    .efsh-filter__field select {
        height: 41px;
        padding-right: 29px;
        padding-left: 9px;
        border-radius: 11px;
        font-size: 12.5px;
    }

    .efsh-filter__actions {
        display: flex;
    }

    .efsh-filter__actions button {
        min-height: 41px;
        padding: 8px 9px;
        border-radius: 11px;
        font-size: 12.5px;
    }
}

@media (max-width: 380px) {
    .efsh-filter {
        padding: 10px;
    }

    .efsh-filter__grid,
    .efsh-filter__grid--count-1,
    .efsh-filter__grid--count-2,
    .efsh-filter__grid--count-3,
    .efsh-filter__grid--count-4,
    .efsh-filter__grid--count-5,
    .efsh-filter__grid--count-6,
    .efsh-filter__grid--count-7,
    .efsh-filter__grid--count-8 {
        gap: 7px;
    }

    .efsh-filter__field > span {
        font-size: 10.75px;
    }

    .efsh-filter__field select,
    .efsh-filter__actions button {
        font-size: 11.75px;
    }
}

/* Automatic compact category filters (v2.3) */
.efsh-filter__tools {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.efsh-filter__status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 9px;
    border: 1px solid #e2e5e9;
    border-radius: 999px;
    background: #f7f8fa;
    color: #344054;
    font-size: 11.5px;
    font-weight: 850;
    white-space: nowrap;
}

.efsh-filter__status[hidden] {
    display: none !important;
}

.efsh-filter__grid--count-1 {
    grid-template-columns: minmax(220px, 420px);
}

.efsh-filter__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.efsh-filter__grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.efsh-filter__grid--count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.efsh-filter__grid--count-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.efsh-filter__grid--count-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.efsh-filter__grid--count-7,
.efsh-filter__grid--count-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.efsh-filter.is-loading .efsh-filter__field select {
    cursor: wait;
    opacity: .66;
}

.efsh-filter__noscript {
    margin-top: 10px;
}

.efsh-filter__noscript button {
    min-height: 41px;
    padding: 8px 14px;
    border: 0;
    border-radius: 11px;
    background: #050505;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 1050px) {
    .efsh-filter__grid--count-3,
    .efsh-filter__grid--count-4,
    .efsh-filter__grid--count-5,
    .efsh-filter__grid--count-6,
    .efsh-filter__grid--count-7,
    .efsh-filter__grid--count-8 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .efsh-filter__grid--count-1 {
        grid-template-columns: minmax(220px, 420px);
    }

    .efsh-filter__grid--count-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .efsh-filter__tools {
        gap: 5px;
    }

    .efsh-filter__status {
        min-height: 28px;
        padding: 5px 7px;
        font-size: 10.25px;
    }

    .efsh-filter__grid,
    .efsh-filter__grid--count-1,
    .efsh-filter__grid--count-2,
    .efsh-filter__grid--count-3,
    .efsh-filter__grid--count-4,
    .efsh-filter__grid--count-5,
    .efsh-filter__grid--count-6,
    .efsh-filter__grid--count-7,
    .efsh-filter__grid--count-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .efsh-filter__grid--count-1 {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 360px) {
    .efsh-filter__status {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        border: 0;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}

