/* Home Stratosphere shop chrome. Never copy into chameleon-wordpress-plugin. */
[data-hs-header-actions] .lcc-nav-cluster,
.cs-header-actions .lcc-nav-cluster {
    height: auto !important;
    min-height: 44px !important;
    overflow: visible !important;
}
[data-hs-header-actions],
.cs-header-actions {
    overflow: visible !important;
    min-width: 0;
}

/* Mobile drawer chrome must never appear in the desktop subnav bar. */
body.lcc-store .lcc-mobile-drawer-head,
body.lcc-store .lcc-mobile-drawer-foot,
body.lcc-store .lcc-nav-caret,
body.lcc-store .lcc-nav-scrim,
body.lcc-store li.lcc-nav-hub-app,
body.lcc-store .hs-subnav li.lcc-nav-hub-app,
body.lcc-store ul.lcc-nav-with-hub-cta > li.lcc-nav-hub-app {
    display: none !important;
}

body.lcc-store .hs-header,
body.lcc-store .hs-subnav {
    width: 100%;
    max-width: none;
}

body.lcc-store .hs-header-main nav a,
body.lcc-store .hs-subnav a {
    text-transform: capitalize;
}

@media (min-width: 861px) {
    body.lcc-store .hs-subnav ul.menu {
        flex-wrap: nowrap !important;
    }
}

body.lcc-store .hs-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.75fr)) minmax(200px, 1fr);
    gap: 0.85rem 1.25rem;
    align-items: start;
}
body.lcc-store .hs-footer-inner h2,
body.lcc-store .hs-footer-inner h3,
body.lcc-store .hs-footer-inner h4 {
    font-size: 0.8rem !important;
    margin: 0 0 0.4rem !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
body.lcc-store .hs-footer-inner p,
body.lcc-store .hs-footer-inner li,
body.lcc-store .hs-footer-inner a {
    font-size: 0.8rem;
    line-height: 1.4;
}
body.lcc-store .hs-footer-newsletter,
body.lcc-store [data-lcc-footer-newsletter],
body.lcc-store [data-lcc-footer-news] {
    min-width: 0;
}
body.lcc-store .hs-footer-newsletter [data-chameleon="newsletter"],
body.lcc-store [data-lcc-footer-newsletter] [data-chameleon="newsletter"],
body.lcc-store [data-lcc-footer-news] [data-chameleon="newsletter"] {
    margin: 0;
}
body.lcc-store .lcc-footer-news h2,
body.lcc-store .hs-footer-newsletter h2 {
    font-size: 0.95rem;
    margin: 0 0 0.65rem;
}
body.lcc-store .hs-footer-newsletter input,
body.lcc-store [data-lcc-footer-newsletter] input,
body.lcc-store .lcc-cookie-banner button,
body.lcc-store .lcc-cookie-banner input {
    font-family: inherit;
}
@media (max-width: 1100px) {
    body.lcc-store .hs-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    body.lcc-store .hs-footer-inner {
        grid-template-columns: 1fr;
    }
}

body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="outdoor"] .chm-promo-title,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Outdoor"] .chm-promo-title,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Patio"] .chm-promo-title,
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="patio"] .chm-promo-title {
    color: #fff !important;
    font-size: clamp(1.85rem, 4.2vw, 2.85rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="outdoor"] .chm-promo-subtitle,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Outdoor"] .chm-promo-subtitle,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Patio"] .chm-promo-subtitle,
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="patio"] .chm-promo-subtitle {
    color: #fff !important;
    font-size: clamp(1rem, 2.2vw, 1.25rem) !important;
    text-shadow: 0 1px 12px rgba(0,0,0,0.5);
}
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="outdoor"] a.chm-btn,
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="patio"] a.chm-btn,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Outdoor"] a.chm-btn,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Patio"] a.chm-btn,
body.lcc-store [data-chameleon="promo-banner"][data-cta*="outdoor"] a.chm-btn,
body.lcc-store [data-chameleon="promo-banner"][data-cta*="Outdoor"] a.chm-btn,
body.lcc-store [data-chameleon-module="promo-banner"][data-cta-link*="outdoor"] a.chm-btn,
body.lcc-store [data-chameleon-module="promo-banner"][data-cta-link*="patio"] a.chm-btn {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="outdoor"] a.chm-btn:hover,
body.lcc-store [data-chameleon="promo-banner"][data-cta-link*="patio"] a.chm-btn:hover,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Outdoor"] a.chm-btn:hover,
body.lcc-store [data-chameleon="promo-banner"][data-text*="Patio"] a.chm-btn:hover,
body.lcc-store [data-chameleon="promo-banner"][data-cta*="outdoor"] a.chm-btn:hover,
body.lcc-store [data-chameleon="promo-banner"][data-cta*="Outdoor"] a.chm-btn:hover,
body.lcc-store [data-chameleon-module="promo-banner"][data-cta-link*="outdoor"] a.chm-btn:hover,
body.lcc-store [data-chameleon-module="promo-banner"][data-cta-link*="patio"] a.chm-btn:hover {
    background: rgba(255,255,255,0.16) !important;
    color: #fff !important;
    border-color: #fff !important;
}

@media (max-width: 860px) {
    body.lcc-store .hs-header-main {
        flex-wrap: wrap;
        gap: 10px 12px;
        padding: 8px 12px;
    }
    body.lcc-store .hs-menu-toggle {
        order: 0;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 1px solid var(--lcc-border, #e6e1d6);
        border-radius: 10px;
        background: #fff;
        color: #1f1f1f;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
    }
    body.lcc-store .hs-menu-toggle::before {
        content: "";
        display: block;
        width: 18px;
        height: 2px;
        background: currentColor;
        box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
        border-radius: 1px;
    }
    body.lcc-store .hs-logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
    }
    body.lcc-store .hs-logo img {
        height: 36px;
        max-width: 160px;
        object-fit: contain;
    }
    body.lcc-store .hs-header-actions {
        order: 2;
        margin-left: 0;
    }
    body.lcc-store .hs-search {
        order: 3;
        flex: 1 1 100%;
        max-width: none;
        margin: 0;
    }
    body.lcc-store.hs-nav-open .lcc-nav-scrim:not([hidden]) {
        opacity: 1;
        pointer-events: auto;
    }

    body.lcc-store .hs-subnav {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(22.5rem, 88vw);
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        z-index: 100050;
        background: #fff;
        color: #1f1f1f;
        box-shadow: -18px 0 40px rgba(0, 0, 0, 0.18);
        transform: translateX(110%);
        transition: transform 0.24s ease;
        overflow: hidden;
    }
    body.lcc-store.hs-nav-open .hs-subnav {
        transform: translateX(0);
    }
    body.lcc-store.hs-nav-open {
        overflow: hidden !important;
    }
    body.lcc-store .hs-subnav-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: 100dvh;
        padding: 0;
        overflow: hidden;
        max-width: none;
    }

    body.lcc-store .hs-subnav ul.menu,
    body.lcc-store .hs-subnav ul.lcc-nav-with-hub-cta {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        gap: 0;
        padding: 8px 0 16px;
        width: 100%;
    }
    body.lcc-store .hs-subnav .menu > li {
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid var(--lcc-border, #e6e1d6);
    }
    body.lcc-store .hs-subnav .menu > li.lcc-nav-parent {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    body.lcc-store .hs-subnav .menu > li > a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 48px;
        padding: 12px 16px;
        color: #1f1f1f !important;
        background: transparent !important;
        font-size: 1rem;
        font-weight: 600;
        white-space: normal;
        line-height: 1.3;
    }
    body.lcc-store .hs-subnav .lcc-nav-parent > a {
        flex: 1 1 auto;
        width: auto;
        padding-right: 8px;
    }
    body.lcc-store .hs-subnav .menu-item-has-children.is-open > .lcc-nav-caret::before {
        transform: rotate(-135deg);
        margin-top: 2px;
    }
    body.lcc-store .hs-subnav .sub-menu {
        display: none !important;
        position: static !important;
        flex: 1 1 100%;
        width: 100%;
        background: #f7f5f0;
        box-shadow: none !important;
        padding: 0 0 8px;
    }
    body.lcc-store .hs-subnav .menu-item-has-children.is-open > .sub-menu {
        display: block !important;
    }
    body.lcc-store .hs-subnav .sub-menu a {
        display: flex;
        min-height: 44px;
        padding: 10px 16px 10px 28px;
        color: #3d3d3d !important;
        background: transparent !important;
        font-size: 0.95rem;
        font-weight: 500;
        white-space: normal;
    }

    body.lcc-store .lcc-mobile-drawer-head {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex: 0 0 auto;
        padding: 14px 16px;
        border-bottom: 1px solid var(--lcc-border, #e6e1d6);
        background: #fff;
    }
    body.lcc-store .lcc-mobile-drawer-title {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #1f1f1f;
        font-family: inherit;
    }
    body.lcc-store .lcc-mobile-drawer-close {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: #1f1f1f;
        cursor: pointer;
        font-family: inherit;
        position: relative;
    }
    body.lcc-store .lcc-mobile-drawer-close::before,
    body.lcc-store .lcc-mobile-drawer-close::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        background: currentColor;
        border-radius: 1px;
    }
    body.lcc-store .lcc-mobile-drawer-close::before { transform: rotate(45deg); }
    body.lcc-store .lcc-mobile-drawer-close::after { transform: rotate(-45deg); }
    body.lcc-store .lcc-nav-caret {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #1f1f1f;
        cursor: pointer;
        font-family: inherit;
    }
    body.lcc-store .lcc-nav-caret::before {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        margin-top: -4px;
    }
    body.lcc-store .lcc-mobile-drawer-foot {
        display: block !important;
        flex: 0 0 auto;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid var(--lcc-border, #e6e1d6);
        background: #fff;
    }
    body.lcc-store .lcc-mobile-drawer-foot li.lcc-nav-hub-app,
    body.lcc-store .lcc-mobile-drawer-foot .lcc-hub-app-pair {
        display: flex !important;
        margin: 0 !important;
        width: 100%;
        flex-wrap: wrap;
        gap: 8px;
    }
    body.lcc-store .lcc-nav-scrim {
        display: block !important;
        position: fixed;
        inset: 0;
        z-index: 100040;
        background: rgba(17, 17, 17, 0.46);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }
    body.lcc-store .lcc-nav-scrim[hidden] {
        display: none !important;
    }
}

/* Catalog photo chrome moved from shared plugin */
/* ═══════════════════════════════════════════
   VARIANTS, CART, COLLECTIONS, PAGINATION
   ═══════════════════════════════════════════ */
.lcc-variants { margin-bottom: 1.5rem; }.lcc-variant-label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.5rem; color: #374151; }.lcc-variant-select { width: 100%; padding: 0.625rem 0.75rem; border: 1px solid #d1d5db; border-radius: 0.5rem; font-size: 0.9rem; background: #fff; cursor: pointer; }.lcc-add-to-cart { display: flex; gap: 0.75rem; align-items: stretch; margin-bottom: 1.5rem; }.lcc-quantity { display: flex; border: 1px solid #d1d5db; border-radius: 0.5rem; overflow: hidden; }.lcc-qty-btn { width: 40px; border: none; background: #f9fafb; cursor: pointer; font-size: 1.1rem; color: #374151; transition: background 0.15s; }.lcc-qty-btn:hover { background: #f3f4f6; }.lcc-qty-input { width: 48px; text-align: center; border: none; border-left: 1px solid #d1d5db; border-right: 1px solid #d1d5db; font-size: 0.9rem; -moz-appearance: textfield; }.lcc-qty-input::-webkit-inner-spin-button, .lcc-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }.lcc-add-btn { flex: 1; padding: 0.75rem 1.5rem; background: var(--lcc-primary); color: #fff; border: none; border-radius: 0.5rem; font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: background 0.15s; }.lcc-add-btn:hover { background: var(--lcc-primary-hover); }.lcc-collection-card { display: block; text-decoration: none; color: inherit; border: 1px solid #e5e7eb; border-radius: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }.lcc-collection-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }.lcc-collection-image { width: 100%; height: 180px; object-fit: cover; }.lcc-collection-info { padding: 1rem; }.lcc-collection-name { font-size: 1rem; font-weight: 600; margin: 0 0 0.25rem; }.lcc-collection-count { font-size: 0.8rem; color: #6b7280; }.lcc-collection-tag { display: inline-block; padding: 0.25rem 0.75rem; margin: 0.25rem 0.25rem 0.25rem 0; border-radius: 2rem; font-size: 0.75rem; background: #f3f4f6; color: #374151; text-decoration: none; transition: background 0.15s; }.lcc-collection-tag:hover { background: #e5e7eb; }/* ═══════════════════════════════════════════
   FILTER BAR (horizontal + vertical)
   ═══════════════════════════════════════════ */
.lcc-filter-bar { margin-bottom: 1.25rem; }.lcc-filter-horizontal .lcc-filter-form { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--lcc-border); }.lcc-filter-input { padding: 0.5rem 0.75rem; border: 1px solid var(--lcc-border); border-radius: 0.5rem; font-size: 0.85rem; background: var(--lcc-bg); color: var(--lcc-text); transition: border-color 0.15s, box-shadow 0.15s; }.lcc-filter-input:focus { outline: none; border-color: var(--lcc-primary); box-shadow: 0 0 0 3px var(--lcc-primary-ring); }.lcc-filter-inline { flex: 1; min-width: 160px; max-width: 260px; }.lcc-filter-select { padding: 0.5rem 2rem 0.5rem 0.75rem; border: 1px solid var(--lcc-border); border-radius: 0.5rem; font-size: 0.85rem; background: var(--lcc-bg); color: var(--lcc-text); appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; }.lcc-filter-count-badge { font-size: 0.75rem; color: var(--lcc-muted); font-weight: 600; margin-left: auto; white-space: nowrap; }
/* Amazon-style department header: title, breadcrumb, aisle chips. Not a cinematic hero. */
.lcc-dept-head {
    padding: 0.35rem 0 1rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid #e3e6e6;
    font-family: inherit;
}.lcc-dept-head h1 {
    margin: 0.15rem 0 0.35rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f1111;
    font-family: inherit;
}.lcc-dept-lead {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #565959;
    font-family: inherit;
    max-width: 42rem;
}.lcc-breadcrumb {
    font-size: 12px;
    line-height: 1.4;
    color: #565959;
    font-family: inherit;
    margin: 0 0 0.35rem;
}.lcc-breadcrumb a {
    color: var(--lcc-primary, #2162a1);
    text-decoration: none;
    font-family: inherit;
}.lcc-breadcrumb a:hover { text-decoration: underline; }.lcc-aisle-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0 2px;
    margin: 0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}.lcc-aisle-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 6px 14px;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    background: #fff;
    color: #0f1111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    font-family: inherit;
    white-space: nowrap;
}.lcc-aisle-chip:hover {
    background: #f7fafa;
    border-color: #bbc;
    color: #0f1111;
}.lcc-aisle-chip.is-current {
    border-color: var(--lcc-primary, #669999);
    box-shadow: inset 0 0 0 1px var(--lcc-primary, #669999);
    font-weight: 700;
}.lcc-home-dept {
    padding: 0.5rem 0 1.5rem;
    font-family: inherit;
}.lcc-home-dept-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 0.65rem;
}.lcc-home-dept-head h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f1111;
    font-family: inherit;
}.lcc-home-dept-head a {
    color: var(--lcc-primary, #2162a1);
    font-size: 14px;
    text-decoration: none;
    font-family: inherit;
    white-space: nowrap;
}.lcc-home-dept-head a:hover { text-decoration: underline; }.lcc-home-dept .lcc-aisle-nav { margin-bottom: 0.85rem; }.lcc-faq-list { margin: 0; padding: 0; }.lcc-faq-list dt {
    font-weight: 650;
    margin: 1rem 0 0.35rem;
    color: inherit;
}.lcc-faq-list dd {
    margin: 0 0 0.75rem;
    opacity: 0.88;
    line-height: 1.55;
}.lcc-home-faq { padding-bottom: 1.5rem; }
.lcc-collection-hero {
    display: grid;
    gap: 1.25rem;
    margin: 0 0 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e3e6e6;
    font-family: inherit;
}@media (min-width: 720px) {
    .lcc-collection-hero {
        grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
        align-items: center;
    }}.lcc-collection-hero-media {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f1ea;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}.lcc-collection-hero.has-photo {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 280px;
    overflow: hidden;
    border-radius: 12px;
    border-bottom: none;
    padding: 0;
    grid-template-columns: none;
}.lcc-collection-hero.has-photo .lcc-collection-hero-media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}.lcc-collection-hero.has-photo .lcc-collection-hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,12,20,0.16) 0%, rgba(8,12,20,0.58) 100%);
}.lcc-collection-hero.has-photo .lcc-collection-hero-copy {
    position: relative;
    z-index: 1;
    padding: 2rem 1.75rem 1.5rem;
    max-width: 42rem;
}.lcc-collection-hero.has-photo h1,
.lcc-collection-hero.has-photo .lcc-dept-lead,
.lcc-collection-hero.has-photo .lcc-collection-count,
.lcc-collection-hero.has-photo .lcc-breadcrumb,
.lcc-collection-hero.has-photo .lcc-breadcrumb a,
.lcc-collection-hero.has-photo .lcc-breadcrumb span {
    color: #fff;
}@media (min-width: 720px) {
    .lcc-collection-hero.has-photo {
        grid-template-columns: none;
        min-height: 320px;
    }}.lcc-collection-hero-copy h1 {
    margin: 0.15rem 0 0.4rem;
    font-size: 1.85rem;
    line-height: 1.2;
    font-family: inherit;
}.lcc-collection-count {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    color: #565959;
}.lcc-product-specs {
    max-width: 720px;
    margin: 1.5rem auto 2.5rem;
    padding: 0 1rem;
    font-family: inherit;
}.lcc-product-specs h2 {
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
}.lcc-product-specs table {
    width: 100%;
    border-collapse: collapse;
}.lcc-product-specs th,
.lcc-product-specs td {
    text-align: left;
    padding: 0.55rem 0.75rem 0.55rem 0;
    border-bottom: 1px solid #e3e6e6;
    vertical-align: top;
    font-family: inherit;
}.lcc-product-specs th {
    width: 40%;
    font-weight: 650;
}[data-chameleon-module="product-page"] .chm-pdp-spec-table {
    display: table !important;
    width: 100% !important;
    max-width: 600px !important;
}[data-chameleon-module="product-slider"] .chm-slider-card-img,
[data-chameleon-module="product-slider"] .chm-card-media,
[data-chameleon-module="trending"] .chm-card-media,
[data-chameleon-module="for-you"] .chm-card-media,
[data-chameleon-module="recently-viewed"] .chm-card-media,
[data-chameleon-module="search"] .chm-card-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
}[data-chameleon] .chm-img-blur-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: blur(60px) brightness(1.05);
    transform: scale(1.3);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
    margin: 0 !important;
}[data-chameleon-module="product-slider"] .chm-img-contain,
[data-chameleon-module="trending"] .chm-img-contain,
[data-chameleon-module="for-you"] .chm-img-contain,
[data-chameleon-module="recently-viewed"] .chm-img-contain,
[data-chameleon-module="search"] .chm-img-contain {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: auto !important;
    align-self: center !important;
    position: relative !important;
    z-index: 1;
}
.lcc-page-prose {
    max-width: 720px;
    margin: 0 auto 3rem;
    padding: 0 1.25rem;
    font-family: inherit;
}.lcc-page-prose h1 { font-size: 1.85rem; margin: 0 0 0.75rem; }.lcc-page-prose h2 { font-size: 1.25rem; margin: 1.75rem 0 0.5rem; }.lcc-collection-search {
    display: flex;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    max-width: 520px;
    font-family: inherit;
}.lcc-collection-search input,
.lcc-collection-search button {
    font-family: inherit;
}.lcc-collection-search input {
    flex: 1;
    min-height: 44px;
    padding: 0.55rem 0.85rem;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
}.lcc-collection-search input::placeholder { font-family: inherit; }.lcc-collection-search button {
    min-height: 44px;
    padding: 0 1rem;
    border: 0;
    border-radius: 8px;
    background: var(--lcc-primary, #2162a1);
    color: #fff;
    font-weight: 650;
    cursor: pointer;
}.lcc-collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin: 0 0 1.5rem;
}.lcc-collection-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}.lcc-collection-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: #f3f1ea;
    border-radius: 10px;
    overflow: hidden;
}.lcc-collection-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}.lcc-collection-card-name {
    padding: 0.55rem 0.15rem 0;
    font-size: 0.9rem;
    line-height: 1.35;
}.lcc-collection-card-price {
    padding: 0.15rem 0.15rem 0;
    font-size: 0.85rem;
    font-weight: 650;
    color: var(--lcc-text, #3d3d3d);
}.lcc-collection-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0 0 2rem;
}.lcc-collection-pager a {
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}.lcc-collection-pager a.is-current {
    font-weight: 700;
    border-color: var(--lcc-primary, #2162a1);
}.lcc-contact-assist-row { margin: 0.75rem 0 0; }
body.lcc-catalog-page .lcc-listing-intro:not(.lcc-page-hero-inner) {
    max-width: none;
    margin: 0 0 1rem;
    padding: 0.5rem 0 0.75rem;
    border-radius: 0;
    background: none;
    color: inherit;
}body.lcc-catalog-page .lcc-listing-intro:not(.lcc-page-hero-inner) .lcc-listing-kicker {
    color: #565959;
}body.lcc-catalog-page .lcc-listing-intro:not(.lcc-page-hero-inner) h1 {
    color: #0f1111;
}body.lcc-catalog-page .lcc-listing-intro:not(.lcc-page-hero-inner) p {
    color: #565959;
}
/* Listing page intros: Divi often collapses these to a faint line above a grid. */
.lcc-listing-intro {
    color: inherit;
    padding: 1.75rem 0 1.25rem;
    max-width: 46rem;
    font-family: inherit;
}.lcc-listing-intro .lcc-listing-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #059669;
}.lcc-listing-intro h1 {
    margin: 0 0 0.6rem;
    font-size: 2.15rem;
    line-height: 1.15;
    color: #111;
    font-family: inherit;
}.lcc-listing-intro p {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #374151;
    font-family: inherit;
}.lcc-listing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}.lcc-listing-cta-link,
.lcc-listing-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}.lcc-listing-cta-link {
    background: #fff;
    color: #111;
}.lcc-listing-cta-secondary {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
}.lcc-listing-cta-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
}.et_pb_text_inner h1 {
    color: inherit;
}
.lcc-page-hero {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 220px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}.lcc-page-hero-inner {
    position: relative;
    z-index: 1;
    padding: 1.5rem clamp(1.5rem, 5vw, 3.5rem) 1.25rem;
    max-width: 56rem;
}.lcc-page-hero.lcc-room-panel .lcc-page-hero-inner.lcc-room-panel-inner {
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
}.lcc-page-hero.lcc-room-panel .lcc-room-panel-lead {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0.65rem;
    max-width: 28rem;
}.lcc-collections-index {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 0 2.5rem;
}.lcc-collections-rail {
    padding: 0 clamp(1rem, 4vw, 2rem);
}.lcc-collections-rail-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 0.75rem;
}.lcc-collections-rail-head h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    font-weight: 800;
}.lcc-collections-rail-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--lcc-primary, #059669);
    text-decoration: none;
    white-space: nowrap;
}.lcc-collections-rail-link:hover {
    text-decoration: underline;
}.lcc-brand-directory {
    padding: 0 clamp(1rem, 4vw, 2rem) 2.5rem;
}.lcc-page-hero .lcc-aisle-nav {
    margin: 0.25rem 0 1rem;
}.lcc-page-hero .lcc-aisle-chip {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}.lcc-page-hero .lcc-aisle-chip:hover {
    background: rgba(255,255,255,0.22);
    border-color: #fff;
    color: #fff;
}.lcc-page-hero .lcc-aisle-chip.is-current {
    background: #fff;
    border-color: #fff;
    color: #111;
    box-shadow: none;
}.lcc-page-hero-media,
.lcc-page-hero-overlay {
    position: absolute;
    inset: 0;
}.lcc-page-hero:not(.has-photo) .lcc-page-hero-media {
    background:
        radial-gradient(1200px 480px at 12% 20%, rgba(16,185,129,0.45), transparent 55%),
        radial-gradient(900px 420px at 88% 10%, rgba(56,189,248,0.35), transparent 50%),
        radial-gradient(700px 360px at 70% 90%, rgba(244,114,182,0.28), transparent 55%),
        linear-gradient(160deg, #0f172a 0%, #1e293b 55%, #0b3d32 100%);
    transform: scale(1.04);
    filter: saturate(1.05);
}.lcc-page-hero:not(.has-photo)[data-lcc-hero-tone="furniture"] .lcc-page-hero-media {
    background:
        radial-gradient(1000px 500px at 18% 30%, rgba(180,83,9,0.4), transparent 55%),
        radial-gradient(800px 380px at 92% 18%, rgba(16,185,129,0.28), transparent 50%),
        linear-gradient(165deg, #1c1917 0%, #292524 50%, #14532d 100%);
}.lcc-page-hero:not(.has-photo)[data-lcc-hero-tone="home-plans"] .lcc-page-hero-media {
    background:
        radial-gradient(1100px 460px at 10% 15%, rgba(14,165,233,0.4), transparent 55%),
        radial-gradient(700px 340px at 80% 80%, rgba(16,185,129,0.3), transparent 50%),
        linear-gradient(165deg, #0c4a6e 0%, #134e4a 100%);
}.lcc-page-hero:not(.has-photo)[data-lcc-hero-tone="live"] .lcc-page-hero-media {
    background:
        radial-gradient(900px 400px at 20% 40%, rgba(244,63,94,0.4), transparent 55%),
        linear-gradient(165deg, #111827 0%, #7f1d1d 100%);
}.lcc-page-hero.has-photo {
    min-height: 420px;
}.lcc-page-hero.has-photo .lcc-page-hero-media {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}.lcc-page-hero-overlay {
    background: linear-gradient(180deg, rgba(8,12,20,0.25) 0%, rgba(8,12,20,0.72) 100%);
}.lcc-page-hero.has-photo .lcc-page-hero-overlay {
    background: linear-gradient(180deg, rgba(8,12,20,0.28) 0%, rgba(8,12,20,0.78) 100%);
}.lcc-catalog-shop {
    position: relative;
    z-index: 1;
}.lcc-page-story {
    margin-top: 2.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(28, 25, 23, 0.12);
}.lcc-page-hero .lcc-listing-kicker { color: #86efac; }.lcc-page-hero .lcc-listing-intro h1,
.lcc-page-hero h1 { color: #fff; }.lcc-page-hero .lcc-listing-intro p,
.lcc-page-hero p { color: rgba(255,255,255,0.88); }
.lcc-brand-grid {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.85rem;
}.lcc-brand-tile {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 168px;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #1c1917 0%, #44403c 42%, #0f766e 100%);
}.lcc-brand-tile-bg[data-lcc-brand-gradient="1"] {
    background-image:
        radial-gradient(120% 80% at 12% 20%, rgba(16,185,129,0.35), transparent 55%),
        radial-gradient(90% 70% at 88% 10%, rgba(184,150,62,0.28), transparent 50%),
        linear-gradient(135deg, #1c1917 0%, #334155 55%, #0f766e 100%);
}.lcc-brand-tile-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}.lcc-brand-tile-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    width: 100%;
    padding: 1rem 0.75rem 0.85rem;
    background: linear-gradient(180deg, transparent 20%, rgba(8,12,20,0.72) 100%);
    text-align: center;
}.lcc-brand-tile img {
    max-width: 78%;
    max-height: 56px;
    object-fit: contain;
    filter: none;
    background: #fff;
    padding: 0.4rem 0.55rem;
    border-radius: 8px;
}.lcc-brand-tile-name {
    font-weight: 750;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #fff;
}.lcc-brand-tile-desc {
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(255,255,255,0.88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.lcc-brand-landing { margin: 0 0 1.75rem; font-family: inherit; }body.lcc-brand-landing .entry-title,
body.lcc-brand-landing h1.entry-title,
body.lcc-brand-landing .et_pb_title_container,
body.lcc-brand-landing .et_main_title {
    display: none !important;
}.lcc-brand-landing-banner {
    min-height: 180px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: #3d3d3d;
}.lcc-brand-landing-copy { padding: 1rem 0 0; }.lcc-brand-landing-logo {
    max-height: 72px;
    max-width: 220px;
    object-fit: contain;
    margin: 0 0 0.75rem;
    background: #fff;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
}.lcc-brand-site { font-weight: 700; color: var(--lcc-primary, #b8963e); }
.lcc-room-panel {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 280px;
    margin: 0.5rem 0 1.5rem;
    color: #fff;
    display: flex;
    align-items: stretch;
}.lcc-room-panel-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}.lcc-room-panel-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,12,20,0.28) 0%, rgba(8,12,20,0.72) 100%);
}.lcc-room-panel-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    width: 100%;
    padding: 1.75rem 1.25rem 1.35rem;
}.lcc-room-panel-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
}.lcc-room-panel h1,
.lcc-room-panel h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #fff;
}.lcc-page-hero.lcc-room-panel {
    min-height: 200px;
}.lcc-page-hero.lcc-room-panel .lcc-page-hero-overlay {
    display: none;
}.lcc-room-panel-lead {
    margin: 0 0 1rem;
    max-width: 34rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255,255,255,0.92);
}.lcc-shop-by-room.lcc-aisle-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 0 0 1.5rem;
}.lcc-shop-by-room.lcc-aisle-chips a {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.15);
    color: inherit;
    text-decoration: none;
    font-size: 0.9rem;
}.lcc-shop-by-room,
.lcc-furniture-aisle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin: 0;
}.lcc-room-panel .lcc-shop-by-room a,
.lcc-room-panel .lcc-furniture-aisle a {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    backdrop-filter: blur(6px);
}.lcc-room-panel .lcc-shop-by-room a:hover,
.lcc-room-panel .lcc-furniture-aisle a:hover {
    background: rgba(255,255,255,0.28);
    color: #fff;
}

/* Hide Divi empty blog copy when the Chameleon feed is on the page. */
body:has([data-chameleon="blog-feed"]) .not-found-title,
body:has([data-chameleon="blog-feed"]) .et_pb_ajax_pagination_container > .entry,
.et_pb_posts .et_pb_no_results,
.et_pb_blog_grid .et_pb_no_results {
    display: none !important;
}
