:root {
            --ll-black: #111111;
            --ll-white: #FFFFFF;
            --ll-grey: #F7F7F5;
            --ll-muted: #696969;
        }


        * {
            box-sizing: border-box;
        }


        body {
            margin: 0;
            color: var(--ll-black);
            background: var(--ll-grey);
            font-family: "Museo Sans", "MuseoSans", "Instrument Sans", Arial, sans-serif;
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
        }


        body.ll-listing-loading {
            cursor: progress;
        }


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


        img {
            display: block;
            max-width: 100%;
        }


        .ll-announcement {
            display: flex;
            min-height: 44px;
            align-items: center;
            justify-content: center;
            padding: 12px 20px;
            color: #FFFFFF;
            background: #000000;
            font-size: 13px;
            letter-spacing: 4px;
            line-height: 1.25;
            text-align: center;
            text-transform: uppercase;
        }


        .ll-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: #FFFFFF;
            border-bottom: 1px solid #111111;
            -webkit-user-select: none;
            user-select: none;
        }


        .ll-header-inner {
            position: relative;
            display: block;
            max-width: 1320px;
            min-height: 140px;
            margin: 0 auto;
            padding: 18px 0 16px;
        }


        .ll-logo {
            display: flex;
            width: max-content;
            justify-content: center;
            margin: 0 auto 18px;
        }


        .ll-logo img {
            width: auto;
            max-height: 66px;
        }


        .ll-search {
            position: absolute;
            left: 18px;
            bottom: 16px;
            display: inline-flex;
            width: 42px;
            height: 42px;
            align-items: center;
            justify-content: center;
            font-size: 25px;
        }


        .ll-nav {
            display: flex;
            max-width: calc(100% - 430px);
            align-items: center;
            justify-content: center;
            gap: 24px;
            margin: 0 auto;
        }


        .ll-nav a {
            color: #111111;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: .55px;
            line-height: 1.25;
            text-transform: uppercase;
            white-space: nowrap;
        }


        .ll-nav a:hover,
        .ll-nav a.is-active {
            opacity: .56;
        }


        .ll-actions {
            position: absolute;
            right: 18px;
            bottom: 16px;
            display: flex;
            align-items: center;
            gap: 18px;
        }


        .ll-action {
            position: relative;
            display: inline-flex;
            width: 34px;
            height: 42px;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }


        .ll-action span {
            position: absolute;
            top: 0;
            right: -6px;
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            border-radius: 999px;
            color: #FFFFFF;
            background: #000000;
            font-size: 10px;
            line-height: 18px;
            text-align: center;
        }


        .ll-detail-hero {
            position: relative;
            min-height: 610px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            color: #FFFFFF;
            background: var(--collection-accent, #1F3D2B);
        }


        .ll-detail-hero::before {
            position: absolute;
            inset: 0 50% 0 0;
            content: "";
            background: var(--collection-image) center / cover no-repeat;
        }


        .ll-detail-hero::after {
            position: absolute;
            inset: 0;
            content: "";
            background:
                linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .48), rgba(0, 0, 0, .42)),
                rgba(0, 0, 0, .22);
        }


        .ll-detail-hero-mark {
            position: absolute;
            right: 8vw;
            bottom: 8vh;
            z-index: 1;
            color: rgba(255, 255, 255, .34);
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(90px, 14vw, 230px);
            line-height: .85;
            pointer-events: none;
        }


        .ll-detail-hero-content {
            position: relative;
            z-index: 2;
            max-width: 1040px;
            padding: 80px 28px;
            text-align: center;
        }


        .ll-detail-hero h1 {
            margin: 0 0 34px;
            color: #FFFFFF;
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(44px, 4.2vw, 74px);
            font-weight: 400;
            line-height: 1;
            text-shadow: 0 3px 26px rgba(0, 0, 0, .42);
        }


        .ll-detail-hero p {
            max-width: 980px;
            margin: 0 auto 22px;
            color: #FFFFFF;
            font-size: clamp(18px, 1.35vw, 26px);
            line-height: 1.55;
            text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
        }


        .ll-toolbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 22px;
            padding: 26px 58px 20px;
            background: var(--ll-grey);
        }


        .ll-filter-menu,
        .ll-sort-menu {
            position: relative;
        }


        .ll-toolbar-left {
            display: inline-flex;
            align-items: center;
            gap: 18px;
            color: #111111;
            font-size: 20px;
        }


        .ll-filter-summary,
        .ll-sort-summary {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 0;
            border: 0;
            color: #111111;
            background: transparent;
            cursor: pointer;
            font-size: 20px;
            font-weight: 300;
            list-style: none;
        }


        .ll-filter-summary::-webkit-details-marker,
        .ll-sort-summary::-webkit-details-marker {
            display: none;
        }


        .ll-filter-summary .fa-angle-down,
        .ll-sort-summary .fa-angle-down {
            font-size: 14px;
            transition: transform .18s ease;
        }


        .ll-filter-menu[open] .ll-filter-summary .fa-angle-down,
        .ll-sort-menu[open] .ll-sort-summary .fa-angle-down {
            transform: rotate(180deg);
        }


        .ll-result-count {
            color: var(--ll-muted);
            font-size: 17px;
        }


        .ll-filter-panel {
            display: flex;
            gap: 22px;
            padding: 24px 58px 28px;
            background: var(--ll-grey);
        }


        .ll-filter-chip {
            display: inline-flex;
            min-width: 128px;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 13px 18px;
            border: 1px solid #C8C8C8;
            color: #111111;
            background: transparent;
            font-size: 17px;
            line-height: 1;
        }


        .ll-filter-dropdown {
            position: relative;
        }


        .ll-filter-chip::-webkit-details-marker {
            display: none;
        }


        .ll-filter-chip:hover {
            border-color: #111111;
        }


        .ll-filter-dropdown[open] .ll-filter-chip {
            border-color: #111111;
        }


        .ll-filter-dropdown[open] .ll-filter-chip .fa-angle-down {
            transform: rotate(180deg);
        }


        .ll-filter-popover {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 30;
            min-width: 340px;
            border: 1px solid #111111;
            background: var(--ll-grey);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .08);
        }


        .ll-filter-selected {
            padding: 16px 18px;
            border-bottom: 1px solid #111111;
            color: #111111;
            font-size: 15px;
        }


        .ll-filter-options {
            display: grid;
            gap: 0;
            padding: 12px 0;
        }


        .ll-filter-option {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 10px 18px;
            color: #111111;
            cursor: pointer;
            font-size: 18px;
            line-height: 1.2;
        }


        .ll-filter-option:hover {
            background: rgba(255, 255, 255, .45);
        }


        .ll-filter-option input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }


        .ll-filter-box {
            display: inline-flex;
            width: 18px;
            height: 18px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            border: 1px solid #BDBDBD;
        }


        .ll-filter-box::after {
            width: 10px;
            height: 10px;
            content: "";
            background: #111111;
            opacity: 0;
        }


        .ll-filter-option input:checked + .ll-filter-box::after {
            opacity: 1;
        }


        .ll-filter-count {
            color: var(--ll-muted);
            font-size: 15px;
        }


        .ll-filter-empty {
            padding: 14px 18px;
            color: var(--ll-muted);
            font-size: 16px;
        }


        .ll-sort-menu {
            margin-left: auto;
        }


        .ll-sort-popover {
            position: absolute;
            top: calc(100% + 14px);
            right: 0;
            z-index: 20;
            display: grid;
            min-width: 340px;
            gap: 0;
            padding: 18px 0;
            border: 1px solid #111111;
            background: var(--ll-grey);
            box-shadow: 0 18px 38px rgba(0, 0, 0, .08);
        }


        .ll-sort-option {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 10px 20px;
            color: #111111;
            font-size: 18px;
            line-height: 1.2;
        }


        .ll-sort-option:hover {
            background: rgba(255, 255, 255, .45);
        }


        .ll-sort-radio {
            width: 18px;
            height: 18px;
            border: 1px solid #BDBDBD;
            border-radius: 50%;
            background: transparent;
        }


        .ll-sort-option.is-active .ll-sort-radio {
            border: 2px solid #111111;
            box-shadow: inset 0 0 0 4px var(--ll-grey);
            background: #111111;
        }


        .ll-product-section {
            padding: 0 58px 86px;
            background: var(--ll-grey);
            transition: opacity .18s ease;
        }


        .ll-toolbar.is-async-loading,
        .ll-filter-panel.is-async-loading,
        .ll-product-section.is-async-loading {
            opacity: .58;
            pointer-events: none;
        }


        .ll-product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
            gap: 42px 34px;
            max-width: 1760px;
            margin: 0 auto;
        }


        .ll-product-card {
            min-width: 0;
        }


        .ll-product-card > .product-item {
            width: 100%;
            height: 100%;
        }


        .ll-product-card[hidden] {
            display: none !important;
        }


        .ll-load-more-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            max-width: 1760px;
            margin: 54px auto 0;
            text-align: center;
        }


        .ll-load-more-button {
            min-width: 190px;
            padding: 15px 26px;
            border: 1px solid #111111;
            border-radius: 0;
            color: #FFFFFF;
            background: #111111;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 1.8px;
            line-height: 1;
            text-transform: uppercase;
            transition: color .2s ease, background .2s ease;
        }


        .ll-load-more-button:hover,
        .ll-load-more-button:focus {
            color: #111111;
            background: #FFFFFF;
        }


        .ll-load-more-button[hidden] {
            display: none !important;
        }


        .ll-load-more-count {
            color: var(--ll-muted);
            font-size: 13px;
            letter-spacing: .4px;
        }


        .ll-empty {
            grid-column: 1 / -1;
            padding: 60px 24px;
            border: 1px solid #D0D0D0;
            background: #FFFFFF;
            text-align: center;
        }


        .ll-empty h2 {
            margin: 0 0 10px;
            font-family: Georgia, "Times New Roman", serif;
            font-weight: 400;
        }

        .ll-empty p {
            max-width: 640px;
            margin: 8px auto 0;
            color: var(--ll-muted);
            font-size: 17px;
            line-height: 1.55;
        }


        .ll-empty a {
            color: #111111;
            border-bottom: 1px solid currentColor;
        }


        .ll-empty-suggestions {
            max-width: 1760px;
            margin: 48px auto 0;
        }


        .ll-empty-suggestions__heading {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 28px;
            margin-bottom: 28px;
        }


        .ll-empty-suggestions__eyebrow {
            display: block;
            margin-bottom: 12px;
            color: var(--ll-muted);
            font-size: 13px;
            letter-spacing: .24em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-empty-suggestions__heading h2 {
            margin: 0;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 36px;
            font-weight: 400;
            line-height: 1.1;
            color: #111111;
        }


        .ll-empty-suggestions__heading p {
            max-width: 560px;
            margin: 12px 0 0;
            color: var(--ll-muted);
            font-size: 17px;
            line-height: 1.55;
        }


        .ll-empty-suggestions__link {
            color: #111111;
            border-bottom: 2px solid #111111;
            font-size: 14px;
            letter-spacing: .12em;
            line-height: 1.2;
            text-transform: uppercase;
            white-space: nowrap;
        }


        .ll-product-grid.ll-product-grid--suggested {
            max-width: none;
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }


        [data-filter-empty] {
            max-width: 1760px;
            margin: 34px auto 0;
        }


        .ll-footer {
            padding: 54px 58px;
            color: var(--ll-footer-text);
            background: var(--ll-footer-main-bg);
        }


        .ll-footer-grid {
            display: grid;
            grid-template-columns: 1.5fr repeat(3, 1fr);
            gap: 60px;
            max-width: 1760px;
            margin: 0 auto;
        }


        .ll-footer h4 {
            margin: 0 0 22px;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }


        .ll-footer p,
        .ll-footer a {
            color: #D8D8D8;
            font-size: 17px;
            line-height: 1.45;
        }


        .ll-footer-links {
            display: grid;
            gap: 12px;
            margin: 0;
            padding: 0;
            list-style: none;
        }


        @media (min-width: 992px) {
            body.is-nav-compact .ll-header {
                position: fixed;
                right: 0;
                left: 0;
                z-index: 1100;
                box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
            }


            body.is-nav-compact .ll-header-inner {
                min-height: 72px;
                padding: 0;
            }


            body.is-nav-compact .ll-logo {
                display: none;
            }


            body.is-nav-compact .ll-nav {
                min-height: 72px;
            }


            body.is-nav-compact .ll-search,
            body.is-nav-compact .ll-actions {
                top: 50%;
                bottom: auto;
                transform: translateY(-50%);
            }
}


        @media (max-width: 1599px) {
            .ll-product-grid {
                grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
            }
}


        @media (max-width: 1199px) {
            .ll-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }


            .ll-product-grid.ll-product-grid--suggested {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
}


        @media (max-width: 991px) {
            .ll-header-inner {
                display: flex;
                min-height: auto;
                flex-wrap: wrap;
                justify-content: center;
                gap: 18px;
                padding: 18px;
            }


            .ll-logo {
                order: -1;
                width: 100%;
                margin: 0;
            }


            .ll-logo img {
                margin: 0 auto;
            }


            .ll-search,
            .ll-actions {
                display: none;
            }


            .ll-nav {
                max-width: none;
                flex-wrap: wrap;
                gap: 14px 20px;
            }


            .ll-detail-hero {
                min-height: 520px;
            }


            .ll-detail-hero::before {
                inset: 0;
            }


            .ll-toolbar,
            .ll-product-section,
            .ll-footer {
                padding-right: 22px;
                padding-left: 22px;
            }


            .ll-toolbar {
                align-items: flex-start;
                flex-wrap: wrap;
            }


            .ll-filter-panel {
                flex-wrap: wrap;
                padding: 18px 22px 24px;
            }


            .ll-filter-chip {
                min-width: 0;
                flex: 1 1 160px;
            }


            .ll-filter-dropdown {
                flex: 1 1 180px;
            }


            .ll-filter-popover {
                width: min(340px, calc(100vw - 44px));
                min-width: 0;
            }


            .ll-sort-menu {
                width: 100%;
                margin-left: 0;
            }


            .ll-sort-summary {
                justify-content: flex-start;
            }


            .ll-sort-popover {
                position: static;
                width: 100%;
                min-width: 0;
                margin-top: 14px;
            }


            .ll-footer-grid {
                grid-template-columns: 1fr;
            }


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


            .ll-empty-suggestions__heading {
                align-items: flex-start;
                flex-direction: column;
            }
}


        @media (max-width: 575px) {
            .ll-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }


            .ll-product-grid.ll-product-grid--suggested {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }


            .ll-empty-suggestions__heading h2 {
                font-size: 30px;
            }
}
