:root {
            --ll-shop-bg: #f7f7f5;
            --ll-ink: #111111;
            --ll-muted: #777777;
            --ll-line: #ddddda;
            --ll-panel: #ffffff;
            --ll-gold: #d9a441;
            /* Ambiance card tokens: title/price share 17px @ 300, square imagery. */
            --ll-card-image-ratio: 1 / 1;
        }


        body {
            margin: 0;
            background: var(--ll-shop-bg);
            color: var(--ll-ink);
            font-family: "Museo Sans", "MuseoSans", Arial, sans-serif;
            font-weight: 300;
        }


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


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


        .ll-announcement {
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;
            color: #fff;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: .24em;
            text-transform: uppercase;
            text-align: center;
            padding: 0 24px;
        }


        .ll-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: #fff;
            border-bottom: 1px solid #151515;
            transition: box-shadow .2s ease;
        }


        .ll-header-inner {
            min-height: 145px;
            max-width: 1780px;
            margin: 0 auto;
            padding: 20px 72px 24px;
            display: grid;
            grid-template-columns: 180px 1fr 180px;
            align-items: end;
            gap: 34px;
            position: relative;
        }


        .ll-logo {
            position: absolute;
            top: 23px;
            left: 50%;
            transform: translateX(-50%);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }


        .ll-logo img {
            width: 150px;
            max-height: 76px;
            object-fit: contain;
        }


        .ll-search,
        .ll-action {
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #050505;
            background: transparent;
            border: 0;
            padding: 0;
        }


        .ll-search {
            justify-self: start;
        }


        .ll-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 34px;
            padding-top: 76px;
            white-space: nowrap;
        }


        .ll-nav a {
            font-size: 15px;
            font-weight: 300;
            letter-spacing: .12em;
            line-height: 1;
            text-transform: uppercase;
            color: #111;
            transition: color .18s ease;
        }


        .ll-nav a:hover,
        .ll-nav a.is-active {
            color: #777;
        }


        .ll-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
            padding-top: 76px;
        }


        .ll-action {
            position: relative;
            font-size: 27px;
        }


        .ll-action span {
            position: absolute;
            top: 0;
            right: -6px;
            min-width: 22px;
            height: 22px;
            border-radius: 999px;
            background: #000;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            line-height: 1;
        }


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


        body.is-nav-compact .ll-header-inner {
            min-height: 82px;
            align-items: center;
            padding-top: 16px;
            padding-bottom: 16px;
        }


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


        body.is-nav-compact .ll-nav,
        body.is-nav-compact .ll-actions {
            padding-top: 0;
        }


        .ll-shop-hero {
            padding: 28px clamp(24px, 4vw, 72px) 0;
            background: #fff;
            border-bottom: 1px solid rgba(0, 0, 0, .08);
        }


        .ll-shop-hero__inner {
            width: min(100%, 1780px);
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            align-items: center;
            gap: clamp(28px, 4vw, 58px);
            padding-bottom: 28px;
        }


        .ll-shop-hero--has-media .ll-shop-hero__inner {
            grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
        }


        .ll-shop-hero__copy {
            max-width: 980px;
        }


        .ll-shop-hero:not(.ll-shop-hero--has-media) .ll-shop-hero__copy {
            max-width: 1080px;
        }


        .ll-shop-breadcrumbs {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            margin-bottom: 22px;
            color: #777;
            font-size: 12px;
            line-height: 1.2;
            letter-spacing: .08em;
            text-transform: uppercase;
        }


        .ll-shop-breadcrumbs a {
            color: #555;
            text-decoration: none;
        }


        .ll-shop-breadcrumbs a:hover {
            color: #111;
        }


        .ll-shop-title-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: end;
            gap: 24px;
        }


        .ll-shop-eyebrow {
            display: block;
            margin-bottom: 10px;
            color: #777;
            font-size: 11px;
            font-weight: 300;
            letter-spacing: .2em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-shop-hero h1 {
            max-width: 880px;
            margin: 0;
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(36px, 4vw, 58px);
            font-weight: 400;
            line-height: 1.04;
            letter-spacing: -.02em;
        }


        .ll-shop-count {
            min-width: 112px;
            padding: 14px 0 2px 22px;
            border-left: 1px solid rgba(0, 0, 0, .14);
            text-align: left;
        }


        .ll-shop-count strong,
        .ll-shop-count span {
            display: block;
        }


        .ll-shop-count strong {
            color: #111;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 34px;
            font-weight: 400;
            line-height: .95;
        }


        .ll-shop-count span {
            margin-top: 8px;
            color: #777;
            font-size: 11px;
            letter-spacing: .16em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-shop-hero p {
            max-width: 820px;
            margin: 18px 0 0;
            color: #222;
            font-size: clamp(16px, 1.08vw, 19px);
            line-height: 1.55;
        }


        .ll-shop-query {
            margin-top: 16px;
            color: var(--ll-muted);
            font-size: 12px;
            letter-spacing: .12em;
            text-transform: uppercase;
        }


        .ll-shop-hero__meta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 20px;
        }


        .ll-shop-hero__meta span {
            display: inline-flex;
            align-items: center;
            min-height: 30px;
            padding: 7px 12px;
            border: 1px solid rgba(0, 0, 0, .14);
            background: #fbfaf7;
            color: #333;
            font-size: 11px;
            line-height: 1.1;
            letter-spacing: .14em;
            text-transform: uppercase;
        }


        .ll-shop-hero__actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 22px;
            margin-top: 24px;
        }


        .ll-shop-link,
        .ll-shop-hero__text-link {
            display: inline-flex;
            align-items: center;
            min-height: 36px;
            padding: 0 0 7px;
            border-bottom: 2px solid #111;
            color: #111;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: .18em;
            line-height: 1.2;
            text-transform: uppercase;
            text-decoration: none;
        }


        .ll-shop-hero__text-link {
            border-bottom-color: rgba(0, 0, 0, .28);
        }


        .ll-shop-link:hover,
        .ll-shop-hero__text-link:hover {
            color: #111;
            border-bottom-color: #111;
        }


        .ll-shop-hero__feature {
            display: grid;
            grid-template-columns: 138px minmax(0, 1fr);
            grid-template-rows: auto minmax(0, 1fr);
            align-self: stretch;
            min-height: 228px;
            border: 1px solid rgba(0, 0, 0, .12);
            background: #f7f7f5;
            color: #111;
            text-decoration: none;
            overflow: hidden;
            transition: border-color .18s ease, transform .18s ease;
        }


        .ll-shop-hero__feature:hover {
            border-color: rgba(0, 0, 0, .38);
            color: #111;
            transform: translateY(-1px);
        }


        .ll-shop-feature__label {
            grid-column: 1 / -1;
            padding: 14px 16px 12px;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            color: #666;
            font-size: 10px;
            letter-spacing: .18em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-shop-feature__image {
            min-width: 0;
            min-height: 0;
            background: #fff;
        }


        .ll-shop-feature__image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }


        .ll-shop-feature__copy {
            min-width: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            gap: 10px;
            padding: 16px;
        }


        .ll-shop-feature__copy strong,
        .ll-shop-feature__copy span {
            display: block;
        }


        .ll-shop-feature__copy strong {
            color: #111;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.35;
        }


        .ll-shop-feature__copy span {
            color: #555;
            font-size: 13px;
            letter-spacing: .08em;
            text-transform: uppercase;
        }


        .ll-shop-category-rail {
            width: min(100%, 1780px);
            margin: 0 auto;
            padding: 14px 0;
            border-top: 1px solid rgba(0, 0, 0, .08);
            display: flex;
            align-items: center;
            gap: 8px;
            overflow-x: auto;
            scrollbar-width: none;
        }


        .ll-shop-category-rail::-webkit-scrollbar {
            display: none;
        }


        .ll-shop-category-rail a {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            min-height: 38px;
            padding: 0 14px;
            border: 1px solid #dedbd6;
            background: #fff;
            color: #222;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: .12em;
            line-height: 1.1;
            text-transform: uppercase;
            text-decoration: none;
            transition: background .18s ease, border-color .18s ease, color .18s ease;
        }


        .ll-shop-category-rail a:hover,
        .ll-shop-category-rail a.is-active {
            border-color: #111;
            background: #111;
            color: #fff;
        }


        .ll-product-section {
            padding: 32px 72px 96px;
            background: var(--ll-shop-bg);
            transition: opacity .18s ease;
        }


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


        .ll-shop-layout {
            max-width: 1780px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 285px minmax(0, 1fr);
            gap: 48px;
            align-items: start;
        }


        .ll-shop-sidebar {
            position: sticky;
            top: 138px;
            align-self: start;
            color: #111;
        }


        .ll-sidebar-card {
            background: #fff;
            border: 1px solid #e3e0dc;
            border-top: 2px solid #111;
            box-shadow: 0 18px 40px rgba(0, 0, 0, .035);
            overflow: hidden;
        }


        .ll-sidebar-head {
            padding: 24px 24px 22px;
            border-bottom: 1px solid var(--ll-line);
        }


        .ll-sidebar-eyebrow {
            display: block;
            margin-bottom: 10px;
            color: var(--ll-muted);
            font-size: 12px;
            letter-spacing: .22em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-sidebar-head h2 {
            margin: 0;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 29px;
            font-weight: 400;
            line-height: 1.05;
            color: #111;
        }


        .ll-sidebar-head p {
            margin: 10px 0 0;
            color: var(--ll-muted);
            font-size: 14px;
            line-height: 1.45;
        }


        .ll-active-filters {
            padding: 18px 24px;
            border-bottom: 1px solid var(--ll-line);
            background: #f7f7f5;
        }


        .ll-active-filters.is-empty {
            display: none;
        }


        .ll-active-filters__top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-bottom: 12px;
            color: #111;
            font-size: 12px;
            letter-spacing: .18em;
            text-transform: uppercase;
        }


        .ll-active-filters__top strong,
        .ll-filter-trigger-count {
            min-width: 22px;
            height: 22px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #111;
            color: #fff;
            font-size: 11px;
            font-weight: 300;
            letter-spacing: 0;
        }


        .ll-active-filter-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }


        .ll-active-filter-list:empty {
            display: none;
        }


        .ll-active-filter-chip {
            display: inline-flex;
            max-width: 100%;
            align-items: baseline;
            gap: 7px;
            padding: 7px 10px;
            border: 1px solid #d7d4cf;
            background: #fff;
            color: #111;
            font-size: 13px;
            line-height: 1.2;
        }


        .ll-active-filter-chip small {
            color: var(--ll-muted);
            font-size: 10px;
            letter-spacing: .12em;
            text-transform: uppercase;
        }


        .ll-active-filters__clear {
            display: inline-flex;
            margin-top: 12px;
            color: #111;
            border-bottom: 1px solid currentColor;
            font-size: 12px;
            letter-spacing: .14em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-sidebar-search {
            margin: 0;
            padding: 22px 24px 24px;
            border-bottom: 1px solid var(--ll-line);
        }


        .ll-sidebar-title {
            display: block;
            margin-bottom: 18px;
            color: #111;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: .18em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-sidebar-search-row {
            display: grid;
            grid-template-columns: 1fr 42px;
            align-items: center;
            border: 1px solid #c9c6c0;
            background: transparent;
            transition: border-color .18s ease, box-shadow .18s ease;
        }


        .ll-sidebar-search-row:focus-within {
            border-color: #111;
            box-shadow: 0 0 0 3px rgba(17, 17, 17, .05);
        }


        .ll-sidebar-search-row input {
            min-width: 0;
            height: 48px;
            border: 0;
            background: transparent;
            padding: 0 14px;
            color: #111;
            font: inherit;
            font-size: 15px;
            outline: none;
        }


        .ll-sidebar-search-row button {
            width: 42px;
            height: 48px;
            border: 0;
            background: transparent;
            color: #111;
            font-size: 16px;
        }


        .ll-sidebar-selected {
            margin: 0 0 16px;
            color: var(--ll-muted);
            font-size: 13px;
        }


        .ll-sidebar-group {
            margin: 0;
            padding: 0 24px;
            border-bottom: 1px solid var(--ll-line);
        }


        .ll-sidebar-section summary {
            list-style: none;
            cursor: pointer;
        }


        .ll-sidebar-section summary::-webkit-details-marker {
            display: none;
        }


        .ll-sidebar-section-summary {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto auto;
            align-items: center;
            gap: 12px;
            min-height: 58px;
            color: #111;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: .18em;
            line-height: 1.2;
            text-transform: uppercase;
        }


        .ll-sidebar-section-summary small {
            min-width: 24px;
            color: var(--ll-muted);
            font-size: 12px;
            letter-spacing: .08em;
            text-align: right;
        }


        .ll-sidebar-section-summary i {
            color: var(--ll-muted);
            font-size: 14px;
            transition: transform .18s ease;
        }


        .ll-sidebar-section[open] .ll-sidebar-section-summary i {
            transform: rotate(180deg);
        }


        .ll-sidebar-category-list {
            display: grid;
            gap: 4px;
            max-height: 360px;
            margin: -2px 0 22px;
            overflow: auto;
            padding-right: 4px;
        }


        .ll-sidebar-category-link {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 14px;
            margin-left: -10px;
            padding: 9px 10px;
            border: 1px solid transparent;
            color: #222;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.35;
            transition: border-color .18s ease, background .18s ease, color .18s ease;
        }


        .ll-sidebar-category-link:hover,
        .ll-sidebar-category-link.is-active {
            color: #000;
            border-color: #d7d4cf;
            background: #f7f7f5;
        }


        .ll-sidebar-category-link.is-active {
            border-color: #111;
        }


        .ll-sidebar-category-link small {
            color: var(--ll-muted);
            font-size: 12px;
        }


        .ll-filter-choice {
            position: relative;
            display: grid;
            grid-template-columns: 20px minmax(0, 1fr);
            align-items: center;
            gap: 12px;
            margin: 0 -10px 7px;
            padding: 9px 10px;
            border: 1px solid transparent;
            color: #111;
            cursor: pointer;
            font-size: 15px;
            line-height: 1.35;
            transition: border-color .18s ease, background .18s ease;
        }


        .ll-filter-choice:hover,
        .ll-filter-choice:has(input:checked) {
            border-color: #d7d4cf;
            background: #f7f7f5;
        }


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


        .ll-filter-box {
            width: 18px;
            height: 18px;
            border: 1px solid #aaa6a0;
            background: #fff;
            transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
        }


        .ll-filter-choice input:checked + .ll-filter-box {
            border-color: #111;
            background: #111;
            box-shadow: inset 0 0 0 4px #fff;
        }


        .ll-filter-choice-copy {
            display: flex;
            min-width: 0;
            align-items: baseline;
            justify-content: space-between;
            gap: 12px;
        }


        .ll-filter-choice-copy small {
            color: var(--ll-muted);
            font-size: 12px;
        }


        .ll-sidebar-section .ll-filter-choice:last-child {
            margin-bottom: 22px;
        }


        .ll-sidebar-actions {
            display: grid;
            gap: 10px;
            padding: 22px 24px 24px;
        }


        .ll-sidebar-clear,
        .ll-sidebar-apply {
            width: 100%;
            border: 1px solid #111;
            padding: 11px 14px;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: .14em;
            text-transform: uppercase;
            transition: background .18s ease, color .18s ease;
        }


        .ll-sidebar-clear {
            background: transparent;
            color: #111;
        }


        .ll-sidebar-apply {
            display: none;
            background: #111;
            color: #fff;
        }


        .ll-sidebar-clear:hover {
            background: #111;
            color: #fff;
        }


        .ll-sidebar-apply:hover {
            background: #fff;
            color: #111;
        }


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


        .ll-toolbar {
            margin: 0 0 34px;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 24px;
            font-size: 20px;
        }


        .ll-filter-left,
        .ll-sort-right {
            display: flex;
            align-items: center;
            gap: 14px;
        }


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


        .ll-filter-menu {
            display: none;
        }


        .ll-filter-menu summary,
        .ll-sort-menu summary,
        .ll-filter-dropdown summary {
            list-style: none;
            cursor: pointer;
        }


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


        .ll-filter-trigger,
        .ll-sort-trigger {
            border: 0;
            background: transparent;
            padding: 0;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            color: #111;
            font-size: 20px;
            font-weight: 300;
        }


        .ll-result-count {
            color: var(--ll-muted);
        }


        .ll-filter-dropdown-panel,
        .ll-sort-popover {
            position: absolute;
            top: calc(100% - 1px);
            left: 0;
            z-index: 12;
            width: 310px;
            border: 1px solid #111;
            background: var(--ll-shop-bg);
            padding: 18px;
            box-shadow: 0 22px 45px rgba(0, 0, 0, .08);
        }


        .ll-filter-selected {
            padding-bottom: 14px;
            margin-bottom: 14px;
            border-bottom: 1px solid var(--ll-line);
            color: var(--ll-muted);
            font-size: 13px;
        }


        .ll-sort-menu {
            min-width: 240px;
            text-align: right;
        }


        .ll-sort-popover {
            right: 0;
            left: auto;
            text-align: left;
            width: 340px;
            padding: 18px 22px;
        }


        .ll-sort-option {
            display: flex;
            align-items: center;
            gap: 14px;
            color: #111;
            font-size: 17px;
            padding: 10px 0;
        }


        .ll-sort-radio {
            width: 18px;
            height: 18px;
            border: 1px solid #b8b8b8;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }


        .ll-sort-option.is-active .ll-sort-radio::after {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #111;
        }


        .ll-product-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 48px 38px;
        }


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


        .ll-product-card .product-item {
            min-height: 0;
            background: transparent;
            box-shadow: none;
        }


        .ll-product-card .product-img .type {
            right: 18px;
        }


        .ll-empty {
            padding: 68px 24px;
            background: #fff;
            text-align: center;
            color: var(--ll-muted);
        }


        .ll-empty h2 {
            margin: 0 0 12px;
            font-size: 25px;
            font-weight: 300;
            color: #111;
        }


        .ll-recommended-section {
            margin-top: 56px;
        }


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


        .ll-recommended-heading h2 {
            margin: 0;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 34px;
            font-weight: 400;
            line-height: 1.1;
            color: #111;
        }


        .ll-recommended-heading p {
            max-width: 540px;
            margin: 10px 0 0;
            color: var(--ll-muted);
            font-size: 16px;
            line-height: 1.7;
        }


        .ll-recommended-link {
            color: #111;
            border-bottom: 2px solid #111;
            font-size: 14px;
            letter-spacing: .12em;
            text-transform: uppercase;
            white-space: nowrap;
        }


        .ll-pagination {
            margin: 52px auto 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            flex-wrap: wrap;
        }


        .ll-page-link {
            min-width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #111;
            color: #111;
            font-size: 14px;
        }


        .ll-page-link.is-active,
        .ll-page-link:hover {
            background: #111;
            color: #fff;
        }


        .ll-community {
            padding: 72px 24px;
            background: var(--ll-shop-bg);
            text-align: center;
        }


        .ll-community h2,
        .ll-footer-signup h2 {
            margin: 0 0 20px;
            font-family: Georgia, "Times New Roman", serif;
            font-size: 32px;
            font-weight: 400;
            line-height: 1.1;
        }


        .ll-community p {
            max-width: 760px;
            margin: 0 auto;
            color: #333;
            font-size: 18px;
            line-height: 1.55;
        }


        .ll-footer-signup {
            background: var(--ll-footer-newsletter-bg);
            color: #fff;
            padding: 54px 72px;
        }


        .ll-footer-signup-inner {
            max-width: 1780px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(360px, 640px);
            gap: 70px;
            align-items: center;
        }


        .ll-footer-signup p {
            margin: 0;
            color: rgba(255, 255, 255, .88);
            font-size: 16px;
            line-height: 1.6;
        }


        .ll-newsletter {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 10px;
        }


        .ll-newsletter input {
            min-height: 58px;
            border: 1px solid rgba(255, 255, 255, .4);
            background: #fff;
            color: #111;
            padding: 0 18px;
            font-size: 17px;
        }


        .ll-newsletter button {
            min-height: 58px;
            border: 1px solid #000;
            background: #000;
            color: #fff;
            padding: 0 34px;
            font-size: 17px;
        }


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


        .ll-footer-grid {
            max-width: 1780px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.3fr .8fr .8fr .8fr;
            gap: 70px;
        }


        .ll-footer h3 {
            margin: 0 0 26px;
            color: #fff;
            font-size: 15px;
            font-weight: 300;
            letter-spacing: .18em;
            text-transform: uppercase;
        }


        .ll-footer p,
        .ll-footer li {
            font-size: 16px;
            line-height: 1.65;
        }


        .ll-footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }


        .ll-footer li + li {
            margin-top: 12px;
        }


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

.ll-catalog-recovery {
    max-width: 760px;
    margin-inline: auto;
    border: 1px solid #e7ddd5;
    background: #fffaf7;
}

.ll-catalog-recovery__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #a84912;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ll-catalog-retry {
    min-height: 46px;
    margin-top: 18px;
    padding: 10px 22px;
    border: 1px solid #a84912;
    border-radius: 4px;
    background: #a84912;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.ll-catalog-retry:hover,
.ll-catalog-retry:focus-visible {
    border-color: #7f350d;
    background: #7f350d;
}


        @media (max-width: 1199px) {
            .ll-shop-hero--has-media .ll-shop-hero__inner {
                grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
                gap: 34px;
            }


            .ll-shop-hero__feature {
                grid-template-columns: 122px minmax(0, 1fr);
                min-height: 206px;
            }


            .ll-header-inner {
                grid-template-columns: 70px 1fr 90px;
                padding-left: 28px;
                padding-right: 28px;
            }


            .ll-nav {
                gap: 18px;
                overflow-x: auto;
                justify-content: flex-start;
            }


            .ll-product-section,
            .ll-footer-signup,
            .ll-footer {
                padding-left: 28px;
                padding-right: 28px;
            }


            .ll-shop-layout {
                grid-template-columns: 250px minmax(0, 1fr);
                gap: 30px;
            }
}


        @media (max-width: 991px) {
            .ll-shop-hero--has-media .ll-shop-hero__inner {
                grid-template-columns: 1fr;
            }


            .ll-shop-hero__copy {
                max-width: 100%;
            }


            .ll-shop-hero__meta,
            .ll-shop-hero__actions {
                justify-content: flex-start;
            }


            .ll-shop-hero__feature {
                width: min(100%, 680px);
                min-height: 190px;
            }


            .ll-filter-menu {
                display: block;
            }


            .ll-shop-layout {
                display: block;
            }


            .ll-shop-sidebar {
                display: none;
                position: static;
                margin-bottom: 34px;
            }


            .ll-shop-sidebar.is-open {
                display: block;
            }


            .ll-sidebar-card {
                box-shadow: none;
            }


            .ll-sidebar-category-list {
                max-height: 300px;
            }


            .ll-sidebar-apply {
                display: block;
            }


            .ll-sidebar-actions {
                position: sticky;
                bottom: 0;
                z-index: 3;
                border-top: 1px solid var(--ll-line);
                background: #fff;
            }


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


        @media (max-width: 767px) {
            .ll-announcement {
                height: auto;
                min-height: 42px;
                font-size: 10px;
                letter-spacing: .16em;
            }


            .ll-header-inner {
                min-height: 112px;
                grid-template-columns: 42px 1fr 70px;
                padding: 16px 18px 18px;
            }


            .ll-logo img {
                width: 120px;
            }


            .ll-nav {
                grid-column: 1 / -1;
                padding-top: 70px;
                justify-content: flex-start;
                gap: 20px;
            }


            .ll-actions {
                padding-top: 70px;
                gap: 12px;
            }


            .ll-search,
            .ll-action {
                font-size: 24px;
            }


            .ll-shop-hero {
                padding: 24px 18px 0;
            }


            .ll-shop-hero__inner {
                padding-bottom: 20px;
            }


            .ll-shop-breadcrumbs {
                margin-bottom: 16px;
                font-size: 11px;
            }


            .ll-shop-title-row {
                grid-template-columns: 1fr;
                align-items: start;
                gap: 16px;
            }


            .ll-shop-hero h1 {
                font-size: clamp(34px, 10vw, 48px);
            }


            .ll-shop-hero p {
                margin-top: 14px;
                font-size: 16px;
            }


            .ll-shop-count {
                min-width: 0;
                width: max-content;
                padding: 0;
                border-left: 0;
                display: flex;
                align-items: baseline;
                gap: 8px;
            }


            .ll-shop-count strong {
                font-size: 26px;
            }


            .ll-shop-count span {
                margin-top: 0;
            }


            .ll-shop-hero__meta span {
                min-height: 32px;
                padding: 8px 12px;
                font-size: 11px;
            }


            .ll-shop-hero__feature {
                grid-template-columns: 104px minmax(0, 1fr);
                min-height: 164px;
            }


            .ll-shop-feature__label {
                padding: 12px;
            }


            .ll-shop-feature__copy {
                padding: 12px;
            }


            .ll-shop-category-rail {
                margin-right: -18px;
                margin-left: -18px;
                padding: 12px 18px;
            }


            .ll-shop-category-rail a {
                min-height: 36px;
                padding: 0 12px;
                font-size: 11px;
            }


            .ll-toolbar {
                flex-direction: column;
                align-items: stretch;
            }


            .ll-filter-left {
                justify-content: space-between;
            }


            .ll-sort-right {
                justify-content: space-between;
            }


            .ll-product-section {
                padding: 30px 18px 70px;
            }


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


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