:root {
    --lsh-red: #df111b;
    --lsh-red-dark: #bd0e17;
    --lsh-black: #080808;
    --lsh-ink: #111113;
    --lsh-white: #fff;
    --lsh-max: 1680px;
    --lsh-gutter: clamp(18px, 3.1vw, 54px);
}

* { box-sizing: border-box; }

html { overflow-x: clip; }

body.lsh-home-lab {
    margin: 0;
    background: #f7f7f8;
    color: var(--lsh-ink);
    font-family: Inter, Manrope, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

body.lsh-home-lab a { color: inherit; text-decoration: none; }
body.lsh-home-lab button,
body.lsh-home-lab input,
body.lsh-home-lab select { font: inherit; }
body.lsh-home-lab img { display: block; max-width: 100%; }

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.lsh-skip-link {
    position: fixed;
    z-index: 1000;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    background: #fff;
    transform: translateY(-160%);
}

.lsh-skip-link:focus { transform: none; }

.lsh-preview-bar {
    display: flex;
    min-height: 22px;
    padding: 4px var(--lsh-gutter);
    align-items: center;
    justify-content: space-between;
    background: #050505;
    color: #c5c5c8;
    font-size: 10px;
}

.lsh-preview-bar nav,
.lsh-preview-bar a { display: inline-flex; gap: 10px; color: inherit; }

.lsh-header {
    position: relative;
    z-index: 100;
    background: #080808;
    color: #fff;
}

.lsh-header__main {
    display: grid;
    grid-template-columns: 180px minmax(240px, 620px) 1fr;
    gap: 20px;
    align-items: center;
    width: min(100%, var(--lsh-max));
    min-height: 64px;
    margin: 0 auto;
    padding: 6px var(--lsh-gutter);
}

.lsh-logo {
    display: inline-flex;
    width: 150px;
    align-items: center;
}

.lsh-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.lsh-footer .lsh-logo--footer {
    display: inline-flex;
    width: 120px;
    max-width: 120px;
    margin-bottom: 8px;
}

.lsh-footer .lsh-logo--footer img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.lsh-search {
    position: relative;
    z-index: 3;
    display: flex;
    height: 38px;
    overflow: visible;
    border: 1px solid #343437;
    border-radius: 20px;
    background: #171719;
}

.lsh-search input {
    width: 100%;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: #fff;
}

.lsh-search button {
    width: 42px;
    border: 0;
    background: transparent;
    color: #aaa;
}

.lsh-search__panel[hidden] {
    display: none !important;
}

.lsh-search__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 6;
    overflow: auto;
    max-height: min(70vh, 460px);
    border-radius: 16px;
    background: #fff;
    color: #161616;
    box-shadow: 0 18px 40px rgb(0 0 0 / 32%);
}

.lsh-search__list {
    display: flex;
    flex-direction: column;
}

.lsh-search__item {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    padding: 8px 12px;
    color: #161616;
    text-decoration: none;
}

.lsh-search__item:hover,
.lsh-search__item:focus {
    background: #f6f6f6;
    outline: none;
}

.lsh-search__item img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    object-fit: contain;
    border-radius: 8px;
    background: #f3f3f3;
}

.lsh-search__item span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.lsh-search__item strong {
    overflow: hidden;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsh-search__item small {
    overflow: hidden;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsh-search__status,
.lsh-search .lsh-search__more {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    border: 0;
    background: #fff;
    color: #161616;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.lsh-search .lsh-search__more {
    border-top: 1px solid #ececec;
    cursor: pointer;
}

.lsh-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.lsh-header__tools {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    font-size: 11px;
}

.lsh-header__tools a { display: inline-flex; align-items: center; gap: 5px; color: #d8d8da; }

.lsh-cart-link b {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border: 1px solid var(--lsh-red);
    border-radius: 50%;
}

.lsh-nav {
    display: flex;
    min-height: 28px;
    padding: 0 var(--lsh-gutter);
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 26px);
    background: #0a0a0b;
}

.lsh-nav a {
    color: #d4d4d6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.lsh-nav__sale,
.lsh-nav a.is-active { color: var(--lsh-red); }

.lsh-nav a.lsh-nav__b2b {
    padding: 4px 10px;
    border-radius: 2px;
    background: var(--lsh-red);
    color: #fff;
}

.lsh-menu-toggle { display: none; }

.lsh-footer {
    padding: 28px var(--lsh-gutter) 16px;
    background: #080808;
    color: #fff;
}

.lsh-footer__grid {
    display: grid;
    width: min(100%, var(--lsh-max));
    margin: 0 auto;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 24px;
}

.lsh-footer__grid b { display: block; margin-bottom: 8px; }
.lsh-footer__grid a:not(.lsh-logo) { display: block; color: #9a9aa0; min-height: 26px; }
.lsh-footer__brand p { color: #8a8a90; }
.lsh-footer__bottom {
    display: flex;
    width: min(100%, var(--lsh-max));
    margin: 18px auto 0;
    justify-content: space-between;
    color: #7a7a80;
    font-size: 12px;
}

.lsh-home-lab--catalog {
    background: #f7f7f8;
}

.lsh-nav a.is-active {
    color: var(--lsh-red);
}

.lsh-cat {
    width: min(100%, var(--lsh-max));
    margin: 0 auto;
    padding: 0 var(--lsh-gutter) 64px;
}

.lsh-cat-hero {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
    min-height: 360px;
    margin: 18px 0 0;
    overflow: hidden;
    border-radius: 28px;
    background: #080808;
    color: #fff;
}

.lsh-cat-hero__copy {
    display: flex;
    padding: clamp(28px, 4vw, 56px);
    flex-direction: column;
    justify-content: center;
}

.lsh-cat-hero__crumb,
.lsh-cat-hero__kicker {
    margin: 0 0 10px;
    color: #b8b8be;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
}

.lsh-cat-hero__kicker {
    color: #ff6670;
    text-transform: uppercase;
}

.lsh-cat-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: -.06em;
    line-height: .92;
}

.lsh-cat-hero__copy > p:last-of-type {
    max-width: 46ch;
    margin: 0 0 22px;
    color: #d4d4d8;
    font-size: 16px;
    line-height: 1.5;
}

.lsh-cat-hero ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px 18px;
}

.lsh-cat-hero li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ececee;
    font-size: 13px;
    font-weight: 650;
}

.lsh-cat-hero li .lsh-icon {
    width: 16px;
    height: 16px;
}

.lsh-cat-hero img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center 60%;
}

.lsh-cat-hero img.is-logo {
    object-fit: contain;
    object-position: center;
    padding: clamp(28px, 4vw, 72px);
    background: #101012;
    box-sizing: border-box;
}

.lsh-cat-hero__mark {
    display: grid;
    min-height: 320px;
    place-items: center;
    padding: 36px;
    background:
        radial-gradient(420px 180px at 50% 42%, rgba(223, 17, 27, .28), transparent 70%),
        #101012;
}

.lsh-cat-hero__mark b {
    max-width: 12ch;
    color: #fff;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: .95;
    text-align: center;
}

.lsh-cat-chips {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 1fr);
    margin: -22px 18px 0;
    padding: 14px;
    overflow-x: auto;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgb(12 8 8 / 8%);
    gap: 8px;
}

.lsh-cat-chips a {
    display: flex;
    min-height: 72px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #f6f6f7;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.lsh-cat-chips a:hover,
.lsh-cat-chips a:focus-visible,
.lsh-cat-chips a.is-on {
    background: #111;
    color: #fff;
}

.lsh-cat-chips b {
    font-size: 13px;
    letter-spacing: -.02em;
}

.lsh-cat-chips em {
    color: #6b6b70;
    font-size: 12px;
    font-style: normal;
}

.lsh-cat-chips a:hover em,
.lsh-cat-chips a.is-on em {
    color: #ffb3b7;
}

.lsh-cat-chips__all {
    align-items: center;
    justify-content: center;
    background: #111 !important;
    color: #fff !important;
    font-weight: 800;
}

.lsh-cat-shop {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    margin-top: 28px;
    gap: 28px;
}

.lsh-cat-filters {
    padding: 8px 4px 24px 0;
}

.lsh-cat-filters__head {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.lsh-cat-filters__head b {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lsh-cat-filters button {
    padding: 0;
    border: 0;
    background: none;
    color: var(--lsh-red);
    font-weight: 750;
    cursor: pointer;
}

.lsh-cat-filters details {
    padding: 14px 0;
    border-top: 1px solid #e8e8ea;
}

.lsh-cat-filters summary {
    font-weight: 800;
    cursor: pointer;
}

.lsh-cat-filters label {
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 8px;
    color: #3d3d42;
    font-size: 13px;
}

.lsh-cat-filters em {
    margin-left: auto;
    color: #8a8a90;
    font-style: normal;
}

.lsh-cat-brand-list {
    max-height: 280px;
    overflow: auto;
    padding-right: 4px;
}

.lsh-cat-price {
    flex-direction: column;
    align-items: stretch !important;
}

.lsh-cat-price input {
    width: 100%;
}

.lsh-cat-toolbar {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    gap: 16px;
}

.lsh-cat-toolbar p {
    margin: 0 auto 0 0;
    font-weight: 800;
}

.lsh-cat-toolbar label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5c5c62;
    font-size: 13px;
}

.lsh-cat-toolbar select {
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    background: #fff;
}

.lsh-cat-filter-toggle {
    display: none;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #111;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-weight: 750;
}

.lsh-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lsh-cat-card {
    display: flex;
    min-width: 0;
    padding: 12px 12px 14px;
    overflow: hidden;
    border: 1px solid #ececee;
    border-radius: 18px;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 10px 24px rgb(12 8 8 / 4%);
}

.lsh-cat-card[hidden] {
    display: none;
}

.lsh-cat-card__media {
    position: relative;
    display: block;
    height: 190px;
    margin: 0 0 10px;
    background: #fff;
}

.lsh-cat-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lsh-cat-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    padding: 4px 8px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.lsh-cat-card__badge--sale {
    background: var(--lsh-red);
}

.lsh-cat-card__badge--best {
    top: 34px;
    background: #111;
}

.lsh-cat-card__brand {
    margin: 0 0 4px;
    color: #6b6b70;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.lsh-cat-card h3 {
    min-height: 2.6em;
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.3;
}

.lsh-cat-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lsh-marks {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 4px;
}

.lsh-marks li {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    background: #f6f6f7;
    color: #111;
}

.lsh-marks .lsh-icon {
    display: block;
    width: 14px;
    height: 14px;
}

.lsh-cat-card__stars {
    margin: 0 0 8px;
    color: #111;
    font-size: 12px;
}

.lsh-cat-card__stars i {
    color: #8a8a90;
    font-style: normal;
}

.lsh-cat-card__foot {
    display: flex;
    margin-top: auto;
    align-items: center;
    gap: 8px;
}

.lsh-cat-card__price {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 850;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lsh-cat-card__price del {
    margin-right: 6px;
    color: #8a8a90;
    font-size: 13px;
    font-weight: 500;
}

.lsh-cat-card__price ins {
    color: var(--lsh-red);
    text-decoration: none;
}

.lsh-cat-card__cart {
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lsh-black);
    color: #fff !important;
    font-size: 0;
}

.lsh-cat-card__cart::after {
    content: "+";
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.lsh-cat-card__cart:hover,
.lsh-cat-card__cart:focus-visible {
    background: var(--lsh-red);
}

.lsh-cat-card__wish {
    display: grid;
    width: 40px;
    min-height: 40px;
    place-items: center;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
}

.lsh-cat-empty {
    display: none;
    padding: 48px 12px;
    color: #6b6b70;
    text-align: center;
}

.lsh-cat-empty:not([hidden]) {
    display: block;
}

.lsh-cat-card:nth-child(n + 9) {
    content-visibility: auto;
    contain-intrinsic-size: auto 360px;
}

.lsh-cat-more,
.lsh-cat-faq,
.lsh-cat-related {
    margin-top: 36px;
}

.lsh-cat-head {
    display: flex;
    margin-bottom: 14px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.lsh-cat-head > div:first-child {
    position: relative;
    padding-left: 12px;
}

.lsh-cat-head > div:first-child::before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    background: var(--lsh-red);
    content: "";
}

.lsh-cat-head h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 850;
    letter-spacing: -.04em;
    line-height: 1.05;
}

.lsh-cat-head p {
    margin: 2px 0 0;
    color: #69696e;
    font-size: 11px;
    line-height: 1.4;
}

.lsh-cat-head > a {
    color: #3c3c40;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

.lsh-cat-head > a:hover,
.lsh-cat-head > a:focus-visible {
    color: var(--lsh-red);
}

.lsh-cat-more__copy {
    max-width: none;
    padding: 18px 20px 8px;
    border: 1px solid #ececee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgb(12 8 8 / 4%);
    color: #3d3d42;
    font-size: 13px;
    line-height: 1.55;
}

.lsh-cat-more__copy p {
    max-width: 78ch;
    margin: 0 0 12px;
}

.lsh-cat-picks {
    display: grid;
    margin: 16px 0 0;
    padding: 14px;
    list-style: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgb(12 8 8 / 8%);
}

.lsh-cat-picks li {
    display: flex;
    min-height: 72px;
    padding: 10px 12px;
    align-items: center;
    border-radius: 16px;
    background: #f6f6f7;
}

.lsh-cat-picks b {
    font-size: 13px;
    letter-spacing: -.02em;
}

.lsh-cat-faq__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.lsh-cat-faq__card {
    display: block;
    min-height: 132px;
    padding: 16px 16px 18px;
    border: 1px solid #ececee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgb(12 8 8 / 4%);
}

.lsh-cat-faq__card h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.lsh-cat-faq__card p {
    margin: 10px 0 0;
    color: #5c5c62;
    font-size: 13px;
    line-height: 1.5;
}

.lsh-cat-chips--related {
    margin: 0;
    padding: 14px;
    overflow: visible;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgb(12 8 8 / 8%);
    grid-auto-flow: unset;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lsh-cat-chips--related a {
    min-height: 72px;
}

@media (max-width: 1100px) {
    .lsh-header__main {
        grid-template-columns: 170px minmax(260px, 1fr) auto;
    }

    .lsh-cat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lsh-cat-picks,
    .lsh-cat-faq__grid,
    .lsh-cat-chips--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .lsh-cat-hero {
        grid-template-columns: 1fr;
    }

    .lsh-cat-hero img,
    .lsh-cat-hero__mark {
        min-height: 220px;
    }

    .lsh-cat-shop {
        grid-template-columns: 1fr;
    }

    .lsh-cat-filters {
        display: none;
        padding: 16px;
        border-radius: 18px;
        background: #fff;
    }

    .lsh-cat-filters.is-open {
        display: block;
    }

    .lsh-cat-filter-toggle {
        display: inline-flex;
        align-items: center;
    }

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

@media (max-width: 640px) {
    .lsh-cat-chips {
        margin-left: 0;
        margin-right: 0;
    }

    .lsh-cat-card__media {
        height: 150px;
    }

    .lsh-cat-picks,
    .lsh-cat-faq__grid,
    .lsh-cat-chips--related {
        grid-template-columns: 1fr 1fr;
    }

    .lsh-cat-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .lsh-footer__grid,
    .lsh-footer__bottom {
        grid-template-columns: 1fr;
        display: grid;
        gap: 18px;
    }
}

@media (max-width: 800px) {
    .lsh-header__main {
        grid-template-columns: 42px 1fr auto;
        grid-template-rows: auto auto;
        gap: 7px 12px;
    }

    .lsh-menu-toggle {
        display: flex;
        width: 38px;
        height: 38px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
    }

    .lsh-menu-toggle span {
        width: 18px;
        height: 1px;
        background: #fff;
    }

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

    .lsh-header__tools > a > span {
        display: none;
    }

    .lsh-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 8px var(--lsh-gutter) 18px;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        background: #0b0b0c;
        box-shadow: 0 16px 30px rgb(0 0 0 / 45%);
    }

    .lsh-nav.is-open {
        display: flex;
    }

    .lsh-nav a {
        min-height: 39px;
        border-bottom: 1px solid #262629;
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .lsh-nav a.lsh-nav__b2b {
        min-height: 42px;
        margin-top: 10px;
        justify-content: center;
        border-bottom: 0;
    }
}
