@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --hto-navy: #17233b;
    --hto-navy-soft: #20304e;
    --hto-blue: #008fae;
    --hto-blue-dark: #006f85;
    --hto-green: #8cc63f;
    --hto-green-dark: #5f941f;
    --hto-yellow: var(--hto-green);
    --hto-red: #d93b4a;
    --hto-ink: #17233b;
    --hto-muted: #66788f;
    --hto-line: #dce8ef;
    --hto-soft: #f3f8fb;
    --hto-panel: #ffffff;
    --hto-success: #4f8f1c;
    --hto-danger: #c82032;
    --hto-radius: 8px;
    --hto-pill: 999px;
    --hto-shadow: 0 20px 45px rgba(15, 23, 42, .18);
    --blue: var(--hto-blue);
    --blue-dark: var(--hto-blue-dark);
    --yellow: var(--hto-green);
    --green: var(--hto-green);
    --red: var(--hto-red);
    --ink: var(--hto-ink);
    --muted: var(--hto-muted);
    --line: var(--hto-line);
    --soft: var(--hto-soft);
    --panel: var(--hto-panel);
    --danger: var(--hto-danger);
}

* { box-sizing: border-box; }

html,
body { overflow-x: clip; }

body {
    margin: 0;
    color: var(--hto-ink);
    background: var(--hto-soft);
    font-family: "Heebo", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }

button,
input,
select,
textarea { font: inherit; }

.wrap {
    width: min(1460px, calc(100% - clamp(24px, 4vw, 56px)));
    margin-inline: auto;
}

.button,
button.hto-button,
.hto-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: var(--hto-pill);
    padding: 10px 16px;
    background: var(--hto-green);
    color: var(--hto-navy);
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}

.button.secondary,
.hto-button.secondary {
    background: #fff;
    color: var(--hto-blue);
    border: 1px solid var(--hto-line);
}

.button.primary-blue,
.hto-button.primary-blue {
    background: var(--hto-blue);
    color: #fff;
}

.button.buy,
.hto-button.buy {
    background: var(--hto-blue);
    color: #fff;
}

.button:visited,
.hto-button:visited {
    color: var(--hto-navy);
}

.button:hover,
.button:focus,
.hto-button:hover,
.hto-button:focus {
    color: var(--hto-navy);
}

.button.secondary:visited,
.button.secondary:hover,
.button.secondary:focus,
.hto-button.secondary:visited,
.hto-button.secondary:hover,
.hto-button.secondary:focus {
    color: var(--hto-blue);
}

.button.primary-blue:visited,
.button.primary-blue:hover,
.button.primary-blue:focus,
.button.buy:visited,
.button.buy:hover,
.button.buy:focus,
.hto-button.primary-blue:visited,
.hto-button.primary-blue:hover,
.hto-button.primary-blue:focus {
    color: #fff;
}

.button:disabled,
.hto-button:disabled {
    background: #6b7280;
    color: #fff;
    cursor: not-allowed;
    opacity: .9;
}

.mobile-filter-toggle,
.filter-close,
.filter-backdrop {
    display: none;
}

.filter-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

input,
select,
textarea {
    border: 1px solid var(--hto-line);
    border-radius: var(--hto-radius);
    background: #fff;
    color: var(--hto-ink);
}

.panel,
.hto-panel {
    background: var(--hto-panel);
    border: 1px solid var(--hto-line);
    border-radius: var(--hto-radius);
}

:where(.panel, .hto-panel, .product-card, .gallery, .summary, .buybox, .trust-strip, .details, .recommendations, .rec-card, .hero-main, .pick, .wide-promo, .promo-card, .deal-box, .category-feature, .big-ad, .category-card) {
    position: relative;
}

.frontend-edit-button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 35;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: var(--hto-pill);
    background: var(--hto-navy);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(23, 35, 59, .22);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.frontend-edit-button:hover,
.frontend-edit-button:focus {
    background: var(--hto-blue);
    color: #fff !important;
}

.frontend-edit-button.panel-edit {
    top: 10px;
    right: 10px;
}

.frontend-edit-button.inline-edit {
    position: static;
}

.icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 0;
    height: 0;
    color: currentColor;
    vertical-align: .02em;
}

.icon-chevron-down,
.icon-arrow-right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid currentColor;
}

.icon-chevron-down {
    margin-left: .35em;
    transform: rotate(90deg);
}

.icon-arrow-right { margin-left: .38em; }

.tree-caret {
    display: inline-block;
    flex: 0 0 auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid currentColor;
    transition: transform .15s ease;
}

.hto-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--hto-navy);
    color: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .16);
}

.hto-header a { color: inherit; text-decoration: none; }

.hto-header-main {
    background: var(--hto-navy);
}

.hto-top {
    min-height: 70px;
    display: grid;
    grid-template-columns: minmax(150px, 210px) minmax(280px, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.hto-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    min-height: 58px;
    padding: 8px 0;
    color: #fff;
    font-size: 1.28rem;
    font-style: italic;
    font-weight: 800;
    white-space: nowrap;
}

.hto-brand-mark {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--hto-blue), var(--hto-green));
    color: #fff;
    font-size: .9rem;
    font-style: normal;
}

.hto-brand-logo {
    display: block;
    width: auto;
    height: 46px;
    max-width: 198px;
    object-fit: contain;
    padding: 4px 7px;
    border-radius: 6px;
    background: #fff;
}

.hto-brand:hover,
.hto-icon:hover,
.hto-department:hover,
.hto-nav a:hover,
.hto-recent:hover {
    border-color: rgba(255, 255, 255, .65);
}

.hto-nav {
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hto-nav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
}
.hto-nav a:hover { color: #fff; }

.hto-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.hto-icon {
    position: relative;
    min-width: 74px;
    min-height: 46px;
    padding: 6px 9px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.08;
    white-space: nowrap;
}

.hto-icon span {
    color: #d6dde8;
    font-size: 15px;
    font-weight: 600;
}

.hto-icon strong {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.hto-basket {
    min-width: 92px;
    padding-left: 40px;
    align-items: flex-start;
}

.hto-cart-badge {
    position: absolute;
    left: 10px;
    top: 8px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border-radius: var(--hto-pill);
    background: var(--hto-green);
    color: var(--hto-navy);
    font-size: 16px;
    font-weight: 800;
}

.hto-icon .hto-cart-badge {
    color: var(--hto-navy);
}

.hto-shopbar {
    position: relative;
    z-index: 59;
    background: var(--hto-blue);
    color: #fff;
}

.hto-shopbar-inner {
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.hto-department-menu {
    position: relative;
    min-width: 0;
}

.hto-department-menu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
}

.hto-department,
.hto-recent {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
}

.hto-department {
    width: 100%;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.hto-department .tree-caret { transform: rotate(90deg); }
.hto-department-menu.is-open .hto-department .tree-caret,
.hto-department-menu:hover .hto-department .tree-caret { transform: rotate(-90deg); }

.hto-mega-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 85;
    width: min(1040px, calc(100vw - 56px));
    min-height: 340px;
    display: none;
    grid-template-columns: 460px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--hto-line);
    border-radius: 8px;
    background: #fff;
    color: var(--hto-ink);
    box-shadow: var(--hto-shadow);
}

.hto-department-menu.is-open .hto-mega-menu,
.hto-department-menu:hover .hto-mega-menu,
.hto-department-menu:focus-within .hto-mega-menu {
    display: grid;
}

.hto-mega-sidebar {
    display: grid;
    align-content: start;
    gap: 2px;
    padding: 12px;
    background: #f6f8fc;
    border-right: 1px solid var(--hto-line);
}

.hto-mega-sidebar > strong {
    padding: 7px 9px 9px;
    color: var(--hto-muted);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hto-mega-sidebar a {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 36px;
    padding: 8px 9px;
    border-radius: 7px;
    color: #1f2937;
    font-size: 17px;
    font-weight: 600;
}

.hto-mega-sidebar a span:first-child {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
}

.hto-mega-sidebar a .tree-caret { color: #8792a3; }
.hto-mega-sidebar a.is-active,
.hto-mega-sidebar a:hover,
.hto-mega-sidebar a:focus {
    background: #fff;
    color: var(--hto-blue);
    outline: 0;
    box-shadow: 0 1px 0 rgba(0, 151, 215, .12);
}

.hto-mega-content {
    min-width: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px;
}

.hto-mega-panel { display: none; }
.hto-mega-panel.is-active { display: grid; gap: 16px; align-content: start; }

.hto-mega-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.hto-mega-head strong {
    display: block;
    color: var(--hto-ink);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
}

.hto-mega-head em,
.hto-mega-list-note {
    display: block;
    margin-top: 3px;
    color: var(--hto-muted);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
}

.hto-mega-head a,
.hto-mega-view-link {
    color: var(--hto-blue);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.hto-mega-list {
    display: grid;
    align-content: start;
    gap: 0;
}

.hto-mega-child-link,
.hto-mega-view-all {
    min-height: 38px;
    display: grid;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--hto-line);
    color: var(--hto-ink);
    font-size: 15px;
    font-weight: 500;
}

.hto-mega-child-link { grid-template-columns: minmax(0, 1fr); }
.hto-mega-view-all { grid-template-columns: minmax(0, 1fr) auto; }

.hto-mega-child-link span:first-child,
.hto-mega-view-all span:first-child {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
}

.hto-mega-view-all .tree-caret {
    color: #9aa3b2;
}

.hto-mega-child-link:hover,
.hto-mega-child-link:focus,
.hto-mega-view-all:hover,
.hto-mega-view-all:focus {
    color: var(--hto-blue);
    outline: 0;
}

.hto-search-wrap {
    position: relative;
    min-width: 0;
}

.hto-search {
    min-width: 0;
    height: 44px;
    display: grid;
    grid-template-columns: minmax(122px, 164px) minmax(0, 1fr) 78px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.hto-search:focus-within {
    border-color: var(--hto-green);
}

.hto-search select,
.hto-search input {
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 0 14px;
    background: #fff;
    color: var(--hto-ink);
    font: inherit;
    font-size: 17px;
    outline: 0;
}

.hto-search select {
    border-right: 1px solid var(--hto-line);
    color: var(--hto-muted);
}

.hto-search button {
    border: 0;
    border-radius: 0;
    background: var(--hto-green);
    color: var(--hto-navy);
    font: inherit;
    font-size: 0;
    font-weight: 900;
    cursor: pointer;
}

.hto-search button::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 3px solid var(--hto-navy);
    border-radius: 999px;
}

.hto-search button::after {
    content: "";
    width: 9px;
    height: 3px;
    display: inline-block;
    margin-left: -3px;
    background: var(--hto-navy);
    transform: rotate(45deg) translateY(6px);
}

.hto-live-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 80;
    display: none;
    overflow: hidden;
    border: 1px solid var(--hto-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--hto-shadow);
    color: var(--hto-ink);
}

.hto-live-results.is-open { display: block; }

.hto-live-result {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid var(--hto-line);
    color: var(--hto-ink);
}

.hto-live-result:last-child { border-bottom: 0; }

.hto-live-result:hover,
.hto-live-result:focus {
    background: #f6f8fc;
    outline: 0;
}

.hto-live-thumb {
    width: 58px;
    height: 58px;
    border: 1px solid var(--hto-line);
    border-radius: var(--hto-radius);
    object-fit: contain;
    background: #f7f9fd;
}

.hto-live-title {
    display: block;
    overflow: hidden;
    color: var(--hto-ink);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hto-live-meta {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: var(--hto-muted);
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hto-live-price {
    color: var(--hto-red);
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.hto-live-empty {
    padding: 13px 14px;
    color: var(--hto-muted);
    font-size: 14px;
    font-weight: 500;
}

.hto-recent { justify-self: end; }

body.hto-menu-open {
    overflow: hidden;
}

.hto-mega-backdrop {
    position: fixed;
    inset: 0;
    z-index: 84;
    display: none;
    background: rgba(15, 23, 42, .58);
}

.hto-department-menu.is-open .hto-mega-backdrop {
    display: block;
}

.hto-department-menu:not(.is-open):hover .hto-mega-menu,
.hto-department-menu:not(.is-open):focus-within .hto-mega-menu {
    display: none;
}

.hto-mega-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 85;
    width: min(520px, calc(100vw - 28px));
    height: 100vh;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 24px 0 60px rgba(0, 0, 0, .35);
}

.hto-department-menu.is-open .hto-mega-menu {
    display: grid;
}

.hto-mega-drawer-head {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 18px 13px 22px;
    background: var(--hto-navy);
    color: #fff;
}

.hto-mega-drawer-head strong {
    font-size: 20px;
    font-weight: 800;
}

.hto-mega-drawer-head button {
    width: 34px;
    min-height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.hto-mega-layout {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(280px, 215px) minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
}

.hto-mega-layout .hto-mega-sidebar {
    overflow-y: auto;
    padding: 10px 0 18px;
    background: #fff;
    border-right: 1px solid var(--hto-line);
}

.hto-mega-layout .hto-mega-sidebar > strong {
    display: block;
    padding: 14px 22px 8px;
    color: var(--hto-ink);
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}

.hto-mega-layout .hto-mega-sidebar a {
    min-height: 38px;
    padding: 10px 18px 10px 22px;
    border-radius: 0px;
    border-bottom: 1px solid var(--hto-line);
    color: var(--hto-ink);
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
}

.hto-mega-layout .hto-mega-sidebar a.is-active,
.hto-mega-layout .hto-mega-sidebar a:hover,
.hto-mega-layout .hto-mega-sidebar a:focus {
    background: #eaf8fd;
    color: var(--hto-blue);
}

.hto-mega-layout .hto-mega-sidebar a .tree-caret {
    color: currentColor;
}

.hto-mega-layout .hto-mega-content {
    min-height: 0;
    overflow-y: auto;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 24px;
    background: #fff;
}

@media (max-width: 900px) {
    body.hto-filter-open {
        overflow: hidden;
    }

    .mobile-filter-toggle {
        width: auto;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        flex: 0 0 auto;
        margin: 0;
        padding: 9px 14px;
        border: 1px solid var(--hto-blue-dark);
        border-radius: var(--hto-pill);
        background: var(--hto-blue);
        color: #fff;
        box-shadow: 0 10px 22px rgba(0, 143, 174, .24);
        font-size: 16px;
        font-weight: 900;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-filter-toggle span:first-child {
        color: var(--hto-green);
        font-size: 18px;
        line-height: 1;
    }

    .mobile-filter-toggle:hover,
    .mobile-filter-toggle:focus {
        background: var(--hto-blue-dark);
        color: #fff;
        outline: 0;
    }

    .filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 96;
        background: rgba(15, 23, 42, .58);
    }

    [data-filter-drawer].is-filter-open .filter-backdrop {
        display: block;
    }

    [data-filter-panel].filter-panel,
    form[data-filter-panel].filter-panel {
        position: fixed !important;
        inset: 0 auto 0 0;
        z-index: 97;
        width: min(90vw, 390px);
        max-width: 100%;
        max-height: 100dvh;
        overflow-y: auto;
        display: grid;
        align-content: start;
        gap: 14px;
        padding: 0 16px 18px;
        border: 0;
        border-radius: 0 12px 12px 0;
        background: #fff;
        box-shadow: 24px 0 60px rgba(0, 0, 0, .28);
        transform: translateX(-105%);
        transition: transform .2s ease;
    }

    [data-filter-drawer].is-filter-open [data-filter-panel].filter-panel {
        transform: translateX(0);
    }

    [data-filter-panel] .filter-head {
        position: sticky;
        top: 0;
        z-index: 1;
        margin: 0 -16px;
        padding: 14px 16px;
        background: #fff;
    }

    .filter-close {
        width: 32px;
        min-height: 32px;
        display: grid;
        place-items: center;
        border: 1px solid var(--hto-line);
        border-radius: 999px;
        background: #fff;
        color: var(--hto-ink);
        font-size: 23px;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
    }
}

@media (max-width: 760px) {
    body.hto-filter-open {
        overflow: hidden;
    }

    .hto-top {
        min-height: 0;
        grid-template-columns: 1fr auto;
        gap: 10px;
        padding: 8px 0 9px;
    }

    .hto-orders {
        display: none;
    }

    .hto-nav {
        grid-column: auto;
        justify-content: start;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 0;
        scrollbar-width: none;
    }

    .hto-nav::-webkit-scrollbar { display: none; }

    .hto-actions {
        grid-column: 2;
        grid-row: 1;
    }

    .hto-icon {
        min-width: 58px;
        min-height: 40px;
        padding: 4px 7px;
    }

    .hto-icon span { display: none; }
    .hto-icon strong { font-size: 13px; }

    .hto-basket {
        min-width: 76px;
        padding-left: 34px;
    }

    .hto-cart-badge {
        left: 8px;
        top: 7px;
    }

    .hto-search-wrap {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .hto-shopbar { position: relative; }

    .hto-shopbar-inner {
        grid-template-columns: minmax(154px, auto) minmax(0, 1fr);
        gap: 8px;
        padding: 6px 0;
    }

    .hto-recent { display: none; }

    .hto-department-menu {
        order: 0;
    }

    .hto-department {
        justify-content: space-between;
        min-height: 36px;
        padding: 5px 9px;
        border-radius: 4px;
        background: rgba(255,255,255,.12);
    }

    .hto-mega-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        width: min(94vw, 390px);
        height: 100vh;
        max-height: none;
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        overflow-y: auto;
        border-radius: 0 10px 10px 0;
    }

    .hto-mega-layout {
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .hto-mega-layout .hto-mega-sidebar {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        overflow-x: hidden;
        overflow-y: visible;
        border-right: 0;
        border-bottom: 1px solid var(--hto-line);
        scrollbar-width: none;
    }

    .hto-mega-sidebar::-webkit-scrollbar { display: none; }
    .hto-mega-layout .hto-mega-sidebar > strong { display: block; }
    .hto-mega-layout .hto-mega-sidebar a { min-height: 38px; }
    .hto-mega-layout .hto-mega-sidebar a .tree-caret { display: inline-block; }
    .hto-mega-layout .hto-mega-content { padding: 14px; overflow: visible; }
    .hto-mega-head { align-items: flex-start; }
    .hto-mega-list { grid-template-columns: 1fr; }

    .hto-search {
        grid-template-columns: minmax(0, 1fr) 52px;
        height: 42px;
    }

    .hto-search select { display: none; }

    .hto-live-results {
        position: fixed;
        top: 142px;
        left: 14px;
        right: 14px;
        max-height: calc(100vh - 164px);
        overflow-y: auto;
    }

    .hto-live-result {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .hto-live-thumb {
        width: 50px;
        height: 50px;
    }

    .hto-live-price {
        grid-column: 2;
        margin-top: -8px;
        font-size: 14px;
    }

    .hto-brand { font-size: 1.12rem; }
    .hto-brand-logo { height: 36px; max-width: 178px; }

    .mobile-filter-toggle {
        width: auto;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        flex: 0 0 auto;
        margin: 0;
        padding: 9px 14px;
        border: 1px solid var(--hto-blue-dark);
        border-radius: var(--hto-pill);
        background: var(--hto-blue);
        color: #fff;
        box-shadow: 0 10px 22px rgba(0, 143, 174, .24);
        font-size: 16px;
        font-weight: 900;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-filter-toggle span:first-child {
        color: var(--hto-green);
        font-size: 18px;
        line-height: 1;
    }

    .mobile-filter-toggle:hover,
    .mobile-filter-toggle:focus {
        background: var(--hto-blue-dark);
        color: #fff;
        outline: 0;
    }

    .filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 96;
        background: rgba(15, 23, 42, .58);
    }

    [data-filter-drawer].is-filter-open .filter-backdrop {
        display: block;
    }

    [data-filter-panel].filter-panel,
    form[data-filter-panel].filter-panel {
        position: fixed !important;
        inset: 0 auto 0 0;
        z-index: 97;
        width: min(90vw, 390px);
        max-width: 100%;
        max-height: 100dvh;
        overflow-y: auto;
        display: grid;
        align-content: start;
        gap: 14px;
        padding: 0 16px 18px;
        border: 0;
        border-radius: 0 12px 12px 0;
        background: #fff;
        box-shadow: 24px 0 60px rgba(0, 0, 0, .28);
        transform: translateX(-105%);
        transition: transform .2s ease;
    }

    [data-filter-drawer].is-filter-open [data-filter-panel].filter-panel {
        transform: translateX(0);
    }

    [data-filter-panel] .filter-head {
        position: sticky;
        top: 0;
        z-index: 1;
        margin: 0 -16px;
        padding: 14px 16px;
        background: #fff;
    }

    .filter-close {
        width: 32px;
        min-height: 32px;
        display: grid;
        place-items: center;
        border: 1px solid var(--hto-line);
        border-radius: 999px;
        background: #fff;
        color: var(--hto-ink);
        font-size: 23px;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
    }

    .results-toolbar {
        position: relative;
        z-index: 1;
    }
}
