/* Buy Home Designs — host-only chrome. Never copy into chameleon-wordpress-plugin. */

/* Shared-plugin footer/header injections — BHD uses Divi #main-footer only */
body.bhd-store .lcc-footer-news,
body.bhd-store [data-lcc-footer-newsletter],
body.bhd-store [data-lcc-footer-news],
body.bhd-store .lcc-footer-strip,
body.bhd-store [data-lcc-footer-strip],
body.bhd-store .lcc-store-footer,
body.bhd-store .lcc-powered-wrap,
body.bhd-store .lcc-footer-apps {
    display: none !important;
}

body.bhd-store .lcc-header-search,
body.bhd-store [data-lcc-header-search],
body.bhd-store .lcc-nav-currency,
body.bhd-store li.lcc-nav-account,
body.bhd-store li.lcc-nav-help,
body.bhd-store .lcc-lesuto-mark,
body.bhd-store [data-lcc-lesuto-mark],
body.bhd-store li.lcc-nav-hub-app,
body.bhd-store .lcc-sso-hook {
    display: none !important;
}

body.bhd-store #main-header .logo_container.bhd-brand-lockup,
body.bhd-store #main-header .logo_container {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

body.bhd-store .bhd-lesuto-mark {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
    line-height: 0;
}

body.bhd-store .bhd-chameleon-mark {
    display: inline-block;
    width: 42px;
    height: 28px;
    background: linear-gradient(90deg, #ff3399, #ffaa33, #ffdd33, #33ffdd, #33ccff, #aa66ff, #ff3399);
    background-size: 300% 100%;
    animation: bhd-pill-shine 9s linear infinite;
    -webkit-mask-image: url("chameleon-ai-animal-mask.png");
    mask-image: url("chameleon-ai-animal-mask.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

@keyframes bhd-pill-shine {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

body.bhd-store .bhd-nav-cluster {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    overflow: visible !important;
}

body.bhd-store .bhd-nav-cart {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

body.bhd-store .bhd-nav-cart [data-chameleon="cart-trigger"],
body.bhd-store .bhd-nav-cart [data-chameleon-module="cart-trigger"],
body.bhd-store .bhd-nav-cart button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    border: 1px solid #669999 !important;
    color: #2d5555 !important;
    box-shadow: none !important;
}

body.bhd-store .bhd-nav-cart .chm-cart-trigger-badge {
    background: #669999 !important;
    color: #fff !important;
}

@media (min-width: 981px) {
    body.bhd-store.et_header_style_left #et-top-navigation {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    body.bhd-store.et_header_style_left #et-top-navigation .bhd-nav-cluster {
        flex: 0 0 auto !important;
        margin-left: 8px !important;
    }

    body.bhd-store.et_header_style_left #et-top-navigation #top-menu-nav {
        flex: 1 1 auto !important;
    }
}

body.bhd-store .lcc-mobile-drawer-head,
body.bhd-store .lcc-mobile-drawer-foot,
body.bhd-store .lcc-nav-caret {
    display: none !important;
}

body.bhd-store button,
body.bhd-store input,
body.bhd-store select,
body.bhd-store textarea,
body.bhd-store .lcc-cookie-banner button {
    font-family: inherit;
}

/* SDK surfaces — BHD teal, clean catalog spacing */
body.bhd-store {
    --lcc-primary: #669999;
    --chameleon-primary: #669999;
    --chameleon-accent: #669999;
}

body.bhd-store [data-chameleon-module="search"] .chm-search-hero,
body.bhd-store [data-chameleon="search"] .chm-search-hero {
    border-radius: 8px;
}

body.bhd-store .bhd-catalog-strip {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 1.5rem;
}

body.bhd-store .bhd-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding: 0 0 1rem;
    margin: 0 0 1.25rem;
    border-bottom: 1px solid #e5e5e5;
}

body.bhd-store .bhd-section-title h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.2;
}

body.bhd-store .bhd-section-lead {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.45;
    max-width: 36rem;
}

body.bhd-store .bhd-section-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border: 1px solid #669999;
    border-radius: 4px;
    color: #669999 !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

body.bhd-store .bhd-section-link:hover {
    background: #669999;
    color: #fff !important;
}

body.bhd-store .bhd-aisle-nav,
body.bhd-store .lcc-aisle-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
}

body.bhd-store .lcc-aisle-chip {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 0.88rem;
    color: #333 !important;
    background: #fff;
}

body.bhd-store .lcc-aisle-chip.is-current,
body.bhd-store .lcc-aisle-chip:hover {
    border-color: #669999;
    background: #f0f7f7;
    color: #2d5555 !important;
}

body.bhd-store .lcc-catalog-shop {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 2rem;
}

body.bhd-store .et_pb_section.et_pb_with_background .et_pb_blurb {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.bhd-store .collections_page_row .et_pb_blurb:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

body.bhd-store .bhd-contact-page #main-content,
body.bhd-store:not(.lcc-catalog-page) #main-content {
    min-height: 55vh;
}

body.bhd-store .bhd-contact-page .et_pb_section {
    width: 100%;
}

body.bhd-store .bhd-contact-page .et_pb_row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 640px) {
    body.bhd-store .bhd-section-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
