.header-actions {
    align-items: center;
}

/* Standalone SEO category landing pages. */
.seo-landing-page { padding-bottom: 80px; }
.seo-landing-products { padding: 0 clamp(20px, 4vw, 72px); }
.seo-landing-products ul.products { margin-bottom: 48px; }
.seo-landing-more-wrap { display: flex; justify-content: center; margin: 32px 0 48px; }
.seo-landing-more {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 190px; min-height: 52px; padding: 14px 28px;
    color: #fff; background: #1c1c1a; text-decoration: none;
    text-transform: uppercase; letter-spacing: .12em; font-size: 12px;
}
.seo-landing-more:hover { color: #fff; background: #45302b; }
.seo-landing-description { margin: 0 clamp(20px, 4vw, 72px); }
.seo-landing-description details { border-top: 1px solid #dedbd7; border-bottom: 1px solid #dedbd7; }
.seo-landing-description summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; padding: 24px 0; list-style: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.seo-landing-description summary::-webkit-details-marker { display: none; }
.seo-landing-description details[open] summary span:last-child { transform: rotate(45deg); }
.seo-landing-description-content { max-width: 920px; padding: 0 0 32px; line-height: 1.75; color: #4d4945; }
@media (max-width: 700px) {
    .seo-landing-page { padding-bottom: 48px; }
    .seo-landing-products { padding: 0 16px; }
    .seo-landing-more-wrap { margin: 24px 0 36px; }
    .seo-landing-more { width: 100%; }
    .seo-landing-description { margin: 0 16px; }
}

/* Mobile menu leaves a narrow, tappable glimpse of the current page visible. */
@media (max-width: 900px) {
  body.mobile-menu-open .site-header,
  body.home.mobile-menu-open .site-header,
  body:not(.home).mobile-menu-open .site-header {
    background: transparent !important;
  }

  body.mobile-menu-open .mobile-navigation,
  body.mobile-menu-open .mobile-navigation.is-open {
    inset: 0 auto 0 0 !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.mobile-menu-open .site-header > .menu-toggle {
    right: 40px !important;
  }

  body.mobile-menu-open .mobile-menu-page-peek {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 1000002 !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

.mobile-menu-page-peek {
  display: none;
}

@media (max-width: 900px) {
  body.mobile-menu-open .site-header,
  body.home.mobile-menu-open .site-header,
  body:not(.home).mobile-menu-open .site-header {
    background: transparent !important;
  }

  body.mobile-menu-open .mobile-navigation,
  body.mobile-menu-open .mobile-navigation.is-open {
    inset: 0 auto 0 0 !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.mobile-menu-open .site-header > .menu-toggle {
    right: 40px !important;
  }

  body.mobile-menu-open .mobile-menu-page-peek {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 1000002 !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

/* Mobile menu: use the entire viewport instead of opening below the search row. */
@media (max-width: 900px) {
    body.mobile-menu-open {
        overflow: hidden !important;
    }

    body.mobile-menu-open #wpadminbar {
        display: none !important;
    }

    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
        z-index: 999998 !important;
    }

    body.mobile-menu-open .site-header > .brand,
    body.mobile-menu-open .site-header > .site-navigation,
    body.mobile-menu-open .site-header > .header-actions,
    body.mobile-menu-open .site-header > .home-inline-search {
        display: none !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        position: fixed !important;
        top: 14px !important;
        right: 16px !important;
        left: auto !important;
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 10px !important;
        z-index: 1000001 !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 58px 16px 16px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        z-index: 1000000 !important;
    }

    body.mobile-menu-open .mobile-menu-frame,
    body.mobile-menu-open .mobile-menu-panel {
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body.mobile-menu-open .mobile-menu-panel-scroll {
        max-height: calc(100dvh - 122px) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }

    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        background: transparent !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        inset: 0 auto 0 0 !important;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        right: 40px !important;
    }

    body.mobile-menu-open .mobile-menu-page-peek {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 1000002 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
}

/* Leave a narrow, tappable glimpse of the current page beside the mobile menu. */
@media (max-width: 900px) {
    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        background: transparent !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        inset: 0 auto 0 0 !important;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        right: 40px !important;
    }

    body.mobile-menu-open .mobile-menu-page-peek {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 1000002 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
}

/* Leave a narrow, tappable glimpse of the current page beside the mobile menu. */
@media (max-width: 900px) {
    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        background: transparent !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        inset: 0 auto 0 0 !important;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        right: 40px !important;
    }

    body.mobile-menu-open .mobile-menu-page-peek {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 1000002 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
}

/* Mobile menu leaves a narrow, tappable glimpse of the current page visible. */
@media (max-width: 900px) {
    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        background: transparent !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        inset: 0 auto 0 0 !important;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        right: 40px !important;
    }

    body.mobile-menu-open .mobile-menu-page-peek {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 1000002 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
}

/* Mobile navigation is a true full-screen panel, independent of the search row. */
@media (max-width: 900px) {
    body.mobile-menu-open {
        overflow: hidden !important;
    }

    body.mobile-menu-open #wpadminbar {
        display: none !important;
    }

    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        z-index: 100000 !important;
    }

    body.admin-bar.mobile-menu-open .site-header {
        top: 0 !important;
    }

    body.mobile-menu-open .site-header > .brand,
    body.mobile-menu-open .site-header > .site-navigation,
    body.mobile-menu-open .site-header > .header-actions {
        display: none !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        position: fixed !important;
        top: 12px !important;
        right: 14px !important;
        left: auto !important;
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 10px !important;
        z-index: 100002 !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 64px 16px 16px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        z-index: 100001 !important;
    }

    body.mobile-menu-open .mobile-menu-frame {
        height: calc(100dvh - 80px) !important;
    }
}

/* Full-screen mobile navigation. Keep after the sticky mobile-header rules. */
@media (max-width: 900px) {
    body.mobile-menu-open {
        overflow: hidden !important;
    }

    body.mobile-menu-open #wpadminbar {
        display: none !important;
    }

    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        z-index: 100000 !important;
    }

    body.admin-bar.mobile-menu-open .site-header {
        top: 0 !important;
    }

    body.mobile-menu-open .site-header > .brand,
    body.mobile-menu-open .site-header > .site-navigation,
    body.mobile-menu-open .site-header > .header-actions {
        display: none !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        position: fixed !important;
        top: 12px !important;
        right: 14px !important;
        left: auto !important;
        display: block !important;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 10px !important;
        z-index: 100002 !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 64px 16px 16px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        z-index: 100001 !important;
    }

    body.mobile-menu-open .mobile-menu-frame {
        height: calc(100dvh - 80px) !important;
    }
}

/* Open mobile menu: use the full viewport for navigation. */
@media (max-width: 900px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    body.mobile-menu-open #wpadminbar {
        display: none !important;
    }

    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100dvh !important;
        min-height: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        z-index: 100000 !important;
    }

    body.admin-bar.mobile-menu-open .site-header {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        height: 100dvh !important;
    }

    body.mobile-menu-open .site-header > .brand,
    body.mobile-menu-open .site-header > .site-navigation,
    body.mobile-menu-open .site-header > .header-actions {
        display: none !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        position: absolute !important;
        top: 14px !important;
        right: 18px !important;
        display: flex !important;
        z-index: 4 !important;
    }

    body.mobile-menu-open .mobile-navigation {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        padding: 48px 16px 12px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}

.mobile-navigation {
  display: none;
}

@media (max-width: 900px) {
    body .menu-toggle span:not(.screen-reader-text) {
        transition: transform 0.2s ease, opacity 0.2s ease;
        transform-origin: center;
    }

    body .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    body .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    body .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    body .site-header {
    isolation: isolate;
    overflow: visible !important;
  }

  body .mobile-navigation {
    display: block;
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 280;
    height: min(430px, calc(100vh - 124px));
    min-height: 320px;
    overflow: hidden;
    padding: 0 22px 18px;
    background: rgba(255, 255, 255, 0.99);
    border-top: 1px solid #ece9e4;
    border-bottom: 1px solid #dedad4;
    box-shadow: 0 16px 28px rgba(26, 24, 22, 0.12);
  }

  body .mobile-navigation[hidden] {
    display: none !important;
  }

  body .mobile-menu-frame {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  body .mobile-menu-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.28s ease, opacity 0.2s ease, visibility 0s linear 0.28s;
  }

  body .mobile-menu-panel.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  body .mobile-menu-panel.is-before {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
  }

  body .mobile-menu-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 14px 2px;
    border-bottom: 1px solid #ece9e4;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    color: #242220;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 350;
    line-height: 1.35;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
  }

  body .mobile-menu-arrow {
    padding-left: 18px;
    color: #716b65;
    font-size: 27px;
    font-weight: 250;
    line-height: 1;
  }

  body .mobile-menu-panel-header {
    display: flex;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #ddd9d3;
    color: #242220;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  body .mobile-menu-back {
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0 4px 0 -10px;
    place-items: center;
    border: 0;
    background: transparent;
    color: #242220;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
  }

  body .mobile-menu-panel-scroll {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body .mobile-menu-row.is-disabled {
    color: #817b75;
    cursor: default;
  }

  body .mobile-menu-row small {
    margin-left: 4px;
    color: #8d8780;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
}

@media (min-width: 901px) {
  .mobile-navigation {
    display: none !important;
  }
}

/* Product archive — calm retail catalogue */
.shop-archive-intro {
    padding: 72px clamp(28px, 4vw, 82px) 54px;
    background: #f7f5f1;
    border-bottom: 1px solid rgba(20, 20, 18, .08);
}
.shop-archive-intro .eyebrow,
.shop-filter-heading .eyebrow {
    margin: 0 0 13px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #68635c;
}
.shop-archive-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    align-items: end;
    gap: 48px;
}
.shop-archive-heading h1 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -.035em;
    font-weight: 400;
}
.shop-archive-heading p {
    max-width: 560px;
    margin: 0 0 6px;
    color: #57534e;
    font-size: 17px;
    line-height: 1.6;
}
.shop-catalog-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 46px;
    padding: 56px clamp(28px, 4vw, 82px) 84px;
    background: #fff;
}
.shop-filters {
    border-right: 1px solid #e8e4de;
    padding-right: 28px;
    padding-bottom: 18px;
    align-self: start;
}
.mobile-filter-toggle,
.mobile-filter-close {
    display: none;
}
.shop-filter-heading h2 {
    margin: 0 0 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.02em;
}
.shop-filter-group {
    padding: 24px 0;
    border-top: 1px solid #e8e4de;
}
.shop-filter-group h3,
.shop-filter-form label:not(.shop-stock-filter) {
    display: block;
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #45413c;
}
.shop-filter-list {
    display: grid;
    gap: 10px;
}
.shop-filter-list a {
    color: #4e4a45;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
}
.shop-filter-list a:hover {
    color: #111;
    transform: translateX(3px);
}
.shop-filter-list a.is-active {
    color: #111;
    font-weight: 600;
}
.shop-filter-form select {
    width: 100%;
    padding: 11px 34px 11px 12px;
    border: 1px solid #d8d3cb;
    background: #fff;
    color: #24221f;
    font: inherit;
}
.shop-stock-filter {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #36332f;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}
.shop-stock-filter input {
    width: 16px;
    height: 16px;
    accent-color: #1b1a18;
}
.shop-filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid #e8e4de;
}
.shop-filter-apply {
    border: 1px solid #171714;
    background: #171714;
    color: #fff;
    padding: 11px 17px;
    font-weight: 600;
    cursor: pointer;
}
.shop-filter-reset {
    color: #5f5b55;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid currentColor;
}
.shop-results {
    min-width: 0;
}
.shop-results-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e4de;
}
.shop-results-toolbar .woocommerce-result-count {
    margin: 0;
    color: #77716a;
    font-size: 14px;
}
.shop-results-toolbar .woocommerce-ordering {
    margin: 0;
}
.shop-results-toolbar .woocommerce-ordering select {
    padding: 11px 38px 11px 13px;
    border: 1px solid #d8d3cb;
    background: #fff;
    color: #282521;
    font-size: 14px;
}
.shop-results ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 44px 22px;
    margin: 30px 0 0 !important;
}
.shop-results ul.products::before,
.shop-results ul.products::after {
    display: none !important;
}
.shop-results ul.products li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}
.shop-results ul.products li.product img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
	background: #fff;
	image-rendering: auto;
}

.shop-results ul.products li.product,
.shop-results ul.products li.product .woocommerce-LoopProduct-link {
	background: #fff;
}

.brand-picker {
	position: relative;
}

.brand-picker summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 0 18px;
	border: 1px solid #d8d3cb;
	background: #fff;
	color: #24221f;
	cursor: pointer;
	list-style: none;
}

.brand-picker summary::-webkit-details-marker {
	display: none;
}

.brand-picker-chevron {
	width: 8px;
	height: 8px;
	border-right: 1px solid #5d574f;
	border-bottom: 1px solid #5d574f;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}

.brand-picker[open] .brand-picker-chevron {
	transform: rotate(225deg) translate(-2px, -2px);
}

.brand-picker-options {
	position: absolute;
	z-index: 30;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	padding: 8px;
	border: 1px solid #d8d3cb;
	background: #fff;
	box-shadow: 0 16px 40px rgba(44, 39, 34, .12);
}

.shop-filter-form .brand-picker-options label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px 9px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #2c2925;
	cursor: pointer;
}

.brand-picker-options label:hover {
	background: #f5f2ed;
}

.brand-picker-options input {
    margin: 0;
    accent-color: #555;
}

.light-source-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.shop-filter-form .light-source-option {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.light-source-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-filter-form .light-source-option span {
    display: flex;
    min-height: 42px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d3cb;
    background: #fff;
    color: #171715;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.shop-filter-form .light-source-option:hover span {
    background: #f5f2ed;
}

.shop-filter-form .light-source-option input:checked + span {
    border-color: #151513;
    background: #151513;
    color: #fff;
}

.shop-filter-form .light-source-option input:focus-visible + span {
    outline: 2px solid #151513;
    outline-offset: 2px;
}

.shop-results span.onsale,
.woocommerce ul.products li.product .onsale {
	top: 14px;
	right: 14px;
	left: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 9px 13px;
	border-radius: 0;
	background: #6d5546;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.shop-results .woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	border: 0;
}

.shop-results .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.shop-results .woocommerce-pagination .page-numbers a,
.shop-results .woocommerce-pagination .page-numbers span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid #d8d3cb;
	background: #fff;
	color: #282521;
	font-size: 14px;
	line-height: 1;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.shop-results .woocommerce-pagination .page-numbers .current {
	border-color: #342d28;
	background: #342d28;
	color: #fff;
}

.shop-results .woocommerce-pagination .page-numbers a:hover {
	border-color: #b8b8b8;
	background: #eee9e2;
}
.shop-results .woocommerce-pagination {
    margin-top: 56px;
}
@media (max-width: 1250px) {
    .shop-results ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .shop-archive-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .shop-catalog-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .shop-filters {
        position: static;
        border-right: 0;
        border-bottom: 0;
        padding: 0;
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
        scrollbar-width: auto;
    }
    .mobile-filter-toggle {
        display: flex;
        width: 100%;
        min-height: 54px;
        align-items: center;
        justify-content: space-between;
        padding: 0 18px;
        border: 1px solid #d8d3cb;
        background: #fff;
        color: #171714;
        font: inherit;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }
    .mobile-filter-toggle__icon {
        position: relative;
        width: 18px;
        height: 14px;
        border-top: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
    }
    .mobile-filter-toggle__icon::after {
        content: '';
        position: absolute;
        top: 5px;
        left: 4px;
        width: 10px;
        border-top: 1.5px solid currentColor;
    }
    .shop-filter-panel {
        position: fixed;
        inset: 0;
        z-index: 1000;
        padding: 62px 24px 32px;
        background: #fff;
        overflow-y: auto;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform .25s ease, visibility .25s ease;
    }
    .shop-filter-panel.is-open {
        transform: translateX(0);
        visibility: visible;
    }
    .mobile-filter-close {
        display: grid;
        position: absolute;
        top: 14px;
        right: 18px;
        width: 40px;
        height: 40px;
        place-items: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #171714;
        font-size: 32px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }
    body.mobile-filters-open {
        overflow: hidden;
    }
    .shop-filter-panel .shop-filter-heading h2 {
        margin-bottom: 20px;
    }
    .shop-filter-panel .shop-filter-actions {
        position: sticky;
        bottom: -32px;
        margin: 8px -24px -32px;
        padding: 18px 24px;
        background: #fff;
        box-shadow: 0 -10px 24px rgba(23, 23, 20, .08);
    }
    .shop-filter-panel .shop-filter-apply {
        flex: 1;
    }
    .shop-filter-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Product-category SEO copy: present in the page HTML, compact until requested. */
.shop-category-description {
    width: min(1120px, calc(100% - 8vw));
    margin: 0 auto 110px;
    border-top: 1px solid rgba(23, 23, 21, .16);
    border-bottom: 1px solid rgba(23, 23, 21, .16);
}

.shop-category-description__details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    list-style: none;
}

.shop-category-description__details summary::-webkit-details-marker {
    display: none;
}

.shop-category-description__icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

.shop-category-description__icon::before,
.shop-category-description__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: .5px;
    background: rgba(37, 42, 45, .38);
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.shop-category-description__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.shop-category-description__details[open] .shop-category-description__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.shop-category-description__content {
    max-width: 820px;
    padding: 0 0 34px;
    color: #52524e;
    font-size: 15px;
    line-height: 1.75;
}

.shop-category-description__content > :first-child {
    margin-top: 0;
}

.shop-category-description__content > :last-child {
    margin-bottom: 0;
}

.shop-category-description__content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .shop-category-description {
        width: calc(100% - 44px);
        margin-bottom: 75px;
    }

    .shop-category-description__details summary {
        padding: 20px 0;
    }

    .shop-category-description__content {
        padding-bottom: 28px;
    }
}

/* Cart and checkout — same complete header as the rest of the shop. */
@media (min-width: 901px) {
    body.woocommerce-cart .site-header,
    body.woocommerce-checkout .site-header {
        position: relative !important;
        inset: auto !important;
        z-index: 20;
        display: grid !important;
        grid-template-columns: minmax(220px, 1fr) auto minmax(420px, 1fr) !important;
        grid-template-rows: 92px 72px !important;
        min-height: 164px !important;
        padding: 0 clamp(30px, 4vw, 82px) !important;
        background: #fff !important;
        color: #252525 !important;
        border-bottom: 1px solid #e8e8e8 !important;
    }

    body.woocommerce-cart .site-header > .brand,
    body.woocommerce-checkout .site-header > .brand {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-self: center !important;
    }

    body.woocommerce-cart .site-header > .site-navigation,
    body.woocommerce-checkout .site-header > .site-navigation {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        align-self: center !important;
        justify-self: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 28px !important;
        width: max-content !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
    }

    body.woocommerce-cart .site-header > .site-navigation > .primary-menu,
    body.woocommerce-checkout .site-header > .site-navigation > .primary-menu {
        display: flex !important;
        align-items: center !important;
        gap: 26px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.woocommerce-cart .site-header > .header-actions,
    body.woocommerce-checkout .site-header > .header-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-self: end !important;
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
    }

    body.woocommerce-cart .home-inline-search,
    body.woocommerce-checkout .home-inline-search {
        display: flex !important;
        align-items: center !important;
        width: 280px !important;
        height: 60px !important;
        margin: 0 8px 0 0 !important;
        padding: 0 15px 0 18px !important;
        border: 1px solid #dedbd7 !important;
        background: #fff !important;
    }

    body.woocommerce-cart .home-inline-search input,
    body.woocommerce-checkout .home-inline-search input {
        min-width: 0;
        height: 100%;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    body.woocommerce-cart .home-inline-search button,
    body.woocommerce-checkout .home-inline-search button {
        display: grid !important;
        width: 38px !important;
        height: 38px !important;
        place-items: center;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #252525 !important;
    }

    body.woocommerce-cart .header-icon,
    body.woocommerce-checkout .header-icon {
        display: inline-flex !important;
    }
}

/* WooCommerce Cart block. */
body.woocommerce-cart {
    background: #fff !important;
    color: #303030;
}

body.woocommerce-cart .wp-site-blocks,
body.woocommerce-cart main,
body.woocommerce-cart .entry-content {
    background: #fff !important;
}

body.woocommerce-cart .wc-block-cart {
    width: min(1880px, calc(100% - 64px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 44px 0 72px !important;
}

body.woocommerce-cart .wc-block-cart__main {
    width: 72% !important;
    padding-right: clamp(34px, 4vw, 72px) !important;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    width: 28% !important;
}

body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

body.woocommerce-cart .wc-block-cart-item__image {
    width: 156px !important;
    min-width: 156px !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
    width: 156px !important;
    height: 156px !important;
    object-fit: contain !important;
    background: #fff !important;
}

body.woocommerce-checkout #billing_first_name_field[hidden],
body.woocommerce-checkout #billing_last_name_field[hidden],
body.woocommerce-checkout #billing_company_field[hidden],
body.woocommerce-checkout #billing_pib_field[hidden],
body.woocommerce-checkout #billing_company_number_field[hidden],
body.woocommerce-checkout #billing_delivery_first_name_field[hidden],
body.woocommerce-checkout #billing_delivery_last_name_field[hidden],
body.woocommerce-checkout #billing_delivery_address_field[hidden],
body.woocommerce-checkout #billing_delivery_city_field[hidden],
body.woocommerce-checkout #billing_delivery_postcode_field[hidden],
body.woocommerce-checkout #billing_delivery_phone_field[hidden],
body.woocommerce-checkout #billing_delivery_email_field[hidden] {
    display: none !important;
}

body.woocommerce-cart .wc-block-components-product-name {
    font-size: 20px !important;
    font-weight: 450 !important;
    line-height: 1.35 !important;
}

body.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none !important;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-product-price__value {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.woocommerce-cart .wc-block-components-product-metadata {
    max-width: 720px;
    color: #777 !important;
}

body.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 58px !important;
    border: 1px solid #4a3f3b !important;
    background: transparent !important;
    color: #4a3f3b !important;
    text-transform: none;
    letter-spacing: .02em;
    font-weight: 400;
    box-shadow: 0 9px 8px -8px rgba(32, 27, 23, .34);
    transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible {
    border-color: #2f2d2a !important;
    background: #2f2d2a !important;
    box-shadow: 0 12px 10px -9px rgba(32, 27, 23, .42);
    transform: translateY(-1px);
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
    color: #4a3f3b !important;
    transition: background-color .2s ease, color .2s ease;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:hover,
body.woocommerce-cart .wc-block-components-quantity-selector__button:focus-visible {
    background: #4a3f3b !important;
    color: #fff !important;
}

/* Cart: coupons are not used, so keep the order summary focused on the total. */
body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-cart .wc-block-components-totals-wrapper:has(.wc-block-components-totals-coupon) {
    display: none !important;
}

/* Classic checkout form with conditional private/company customer fields. */
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon {
    display: none !important;
}

.ml-checkout-page {
    width: min(1520px, calc(100% - 80px));
    margin: 0 auto;
    padding: 26px 0 76px;
    color: #303030;
}

.ml-checkout-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 40px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}

.ml-checkout-heading p {
    grid-column: 1 / -1;
    margin: 0 0 -18px;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .16em;
}

.ml-checkout-heading h1 {
    margin: 0;
    font-size: clamp(34px, 3.25vw, 50px);
    font-weight: 300;
    line-height: 1;
}

.ml-checkout-heading span {
    justify-self: end;
    max-width: 520px;
    color: #666;
    font-size: 17px;
    line-height: 1.55;
}

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .72fr);
    column-gap: clamp(44px, 5vw, 78px);
    align-items: start;
}

body.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1;
}

body.woocommerce-checkout #customer_details::before,
body.woocommerce-checkout #customer_details::after {
    display: none;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

body.woocommerce-checkout #customer_details .col-2 {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid #e7e2dc;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
    grid-column: 2;
}

body.woocommerce-checkout #order_review_heading {
    grid-row: 1;
    align-self: start;
}

body.woocommerce-checkout #order_review {
    grid-row: 1;
    align-self: start;
    margin-top: 68px;
    padding: 28px;
    border: 1px solid #dedbd7;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #order_review_heading {
    margin-top: 0;
    font-size: 22px;
    font-weight: 450;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
    display: none;
}

body.woocommerce-checkout .ml-customer-type {
    margin-bottom: 28px !important;
}

body.woocommerce-checkout .ml-customer-type > label {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.woocommerce-checkout .ml-customer-type .woocommerce-input-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

body.woocommerce-checkout .ml-customer-type input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

body.woocommerce-checkout .ml-customer-type .woocommerce-input-wrapper label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 18px;
    border: 1px solid #dcd9d5;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

body.woocommerce-checkout .ml-customer-type input[type="radio"]:checked + label {
    border-color: #171715;
    background: #171715;
    color: #fff;
}

body.woocommerce-checkout .ml-customer-type input[type="radio"]:focus-visible + label {
    outline: 2px solid #171715;
    outline-offset: 3px;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection {
    min-height: 52px;
    border: 1px solid #dcd9d5 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.woocommerce-checkout .form-row textarea {
    min-height: 120px;
}

body.woocommerce-checkout .ml-company-section-heading {
    clear: both;
    width: 100%;
    margin: 30px 0 22px;
    padding-top: 26px;
    border-top: 1px solid #e7e2dc;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

body.woocommerce-checkout .ml-company-section-heading[hidden] {
    display: none !important;
}

body.woocommerce-checkout #place_order {
    min-height: 58px;
    background: #171715 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* Checkout is submitted as an enquiry/order request; show only its action. */
body.woocommerce-checkout #payment {
    margin-top: 24px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout #payment .woocommerce-notice,
body.woocommerce-checkout #payment .woocommerce-info,
body.woocommerce-checkout #payment .woocommerce-error,
body.woocommerce-checkout #payment .payment_methods,
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    display: none !important;
}

body.woocommerce-checkout #payment .place-order {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout #payment #place_order {
    float: none !important;
    width: 100%;
    margin: 0 !important;
}

@media (max-width: 900px) {
    body.woocommerce-cart .site-header,
    body.woocommerce-checkout .site-header {
        background: #fff !important;
        color: #252525 !important;
    }

    body.woocommerce-cart .wc-block-cart {
        width: calc(100% - 32px) !important;
        padding-top: 24px !important;
    }

    body.woocommerce-cart .wc-block-cart__main,
    body.woocommerce-cart .wc-block-cart__sidebar {
        width: 100% !important;
        padding-right: 0 !important;
    }

    body.woocommerce-cart .wc-block-cart-item__image,
    body.woocommerce-cart .wc-block-cart-item__image img {
        width: 92px !important;
        min-width: 92px !important;
        height: 110px !important;
    }

    .ml-checkout-page {
        width: calc(100% - 36px);
        padding-top: 28px;
    }

    .ml-checkout-heading {
        display: block;
        margin-bottom: 28px;
        padding-bottom: 24px;
    }

    .ml-checkout-heading p {
        margin-bottom: 12px;
    }

    .ml-checkout-heading span {
        display: block;
        margin-top: 18px;
        font-size: 15px;
    }

    body.woocommerce-checkout form.checkout {
        display: block;
    }

    body.woocommerce-checkout #order_review_heading {
        margin-top: 38px;
    }

    body.woocommerce-checkout #order_review {
        margin-top: 0;
        padding: 18px;
    }
}

/* Match the white footer wordmark to the corrected header proportions. */
.site-footer .footer-logo {
    display: inline-flex !important;
    align-items: flex-end !important;
    gap: 5px !important;
    width: auto !important;
    height: 36px !important;
}

.site-footer .footer-logo .brand-mark-wrap {
    display: block !important;
    width: 33px !important;
    min-width: 33px !important;
    height: 36px !important;
    flex: 0 0 33px !important;
    overflow: hidden !important;
    transform: translateY(1px) !important;
}

.site-footer .footer-logo .brand-mark {
    display: block !important;
    width: 50px !important;
    max-width: none !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
}

.site-footer .footer-logo .brand-name {
    display: inline-block !important;
    color: #fff !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: .19em !important;
    white-space: nowrap !important;
    transform: none !important;
}

@media (max-width: 900px) {
    .site-footer .footer-logo {
        gap: 4px !important;
        height: 31px !important;
    }

    .site-footer .footer-logo .brand-mark-wrap {
        width: 28px !important;
        min-width: 28px !important;
        height: 31px !important;
        flex-basis: 28px !important;
    }

    .site-footer .footer-logo .brand-mark {
        width: 42px !important;
    }

    .site-footer .footer-logo .brand-name {
        font-size: 14px !important;
        letter-spacing: .16em !important;
    }
}

/* About page */
body.about-page-view {
    background: #fff;
}
body.about-page-view .site-header {
    position: relative;
    height: 150px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 88px 62px;
    padding: 0 clamp(24px, 3vw, 62px);
    background: #fff;
    color: #171715;
    border-top: 1px solid #171715;
    border-bottom: 1px solid #e7e2dc;
}
body.about-page-view .site-header > .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
body.about-page-view .site-header > .site-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
}
body.about-page-view .site-header > .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 13px;
}
body.about-page-view .home-inline-search,
body.about-page-view .home-inline-search:focus-within {
    position: static;
    width: clamp(210px, 15vw, 285px);
    height: 50px;
    margin-right: 5px;
}
body.about-page-view .brand-mark { filter: brightness(0); }
body.about-page-view .cart-icon span {
    background: #171715;
    color: #fff;
}
body.about-page-view .mega-menu { top: 150px; }

.about-page {
    background: #fff;
    color: #171715;
}
.about-hero {
    display: grid;
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    min-height: 580px;
    margin: 40px clamp(24px, 4vw, 82px) 0;
    border: 1px solid #e3dfd8;
}
.about-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 7vw, 108px);
    background: #b2a7a5;
    color: #fff;
}
.about-hero-copy .eyebrow {
    margin-bottom: 20px;
}
.about-hero-copy h1 {
    margin: 0 0 28px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(64px, 7vw, 104px);
    font-weight: 300;
    line-height: .9;
}
.about-hero-copy > p:last-child {
    max-width: 440px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}
.about-hero-image {
    min-height: 580px;
    background-position: center;
    background-size: cover;
}
.about-story {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(50px, 8vw, 150px);
    padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 142px);
}
.about-section-heading h2 {
    max-width: 520px;
    margin: 0;
    font-size: clamp(38px, 4.4vw, 68px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -.035em;
}
.about-story-copy {
    max-width: 780px;
    color: #55504a;
    font-size: 17px;
    line-height: 1.8;
}
.about-story-copy p {
    margin: 0 0 22px;
}
.about-story blockquote {
    grid-column: 2;
    max-width: 780px;
    margin: 20px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #d9d4cc;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 300;
    line-height: 1.2;
}
.about-image-break {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    height: min(64vh, 650px);
    min-height: 560px;
    margin: 0 clamp(24px, 4vw, 82px);
    overflow: hidden;
    background: #f2eee8;
}
.about-image-break-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.about-image-break-visual img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}
.about-image-break-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(45px, 6vw, 105px);
}
.about-image-break-copy h2 {
    max-width: 620px;
    margin: 0 0 25px;
    font-size: clamp(42px, 4.6vw, 72px);
    font-weight: 400;
    line-height: 1.02;
}
.about-image-break-copy > p:last-child {
    max-width: 570px;
    margin: 0;
    color: #55504a;
    font-size: 17px;
    line-height: 1.7;
}
.about-collaboration {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: clamp(50px, 8vw, 150px);
    padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 142px);
}
.about-collaboration-label h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 400;
    line-height: 1;
}
.about-collaboration-copy {
    max-width: 780px;
}
.about-collaboration-copy h3 {
    margin: 0 0 25px;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 400;
    line-height: 1.15;
}
.about-collaboration-copy p {
    margin: 0 0 20px;
    color: #55504a;
    font-size: 17px;
    line-height: 1.75;
}
.about-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid #171715;
    font-weight: 600;
}

.trusted-partners {
    padding: clamp(72px, 8vw, 118px) clamp(24px, 7vw, 142px) clamp(82px, 9vw, 132px);
    text-align: center;
    background: #fff;
    border-top: 1px solid #e5e1db;
}
.trusted-partners .eyebrow {
    margin-bottom: 13px;
    color: #77716b;
}
.trusted-partners h2 {
    margin: 0;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 400;
    line-height: 1.08;
}
.trusted-partners-logos {
    width: min(1050px, 100%);
    margin: clamp(52px, 6vw, 82px) auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: clamp(38px, 6vw, 100px);
}
.trusted-partners-logos img {
    display: block;
    width: 100%;
    max-width: 310px;
    height: 112px;
    margin: 0 auto;
    object-fit: contain;
}
body.home .trusted-partners--home {
    padding-top: clamp(48px, 5vw, 72px);
    padding-bottom: clamp(52px, 5.5vw, 82px);
    background: #fff;
    border-top: 1px solid #e5e1db;
    border-bottom: 1px solid #e5e1db;
}
body.home .trusted-partners--home h2 {
    color: #171715;
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(28px, 2.5vw, 40px);
    font-weight: 220 !important;
    font-variation-settings: "wght" 220;
    line-height: 1.08;
    letter-spacing: .045em;
    text-transform: uppercase;
}

body.home .trusted-partners--home .trusted-partners-logos {
    width: min(1240px, 100%);
    margin-top: clamp(32px, 3.5vw, 48px);
    gap: 0;
    border-top: 1px solid #d8d2ca;
    border-bottom: 1px solid #d8d2ca;
    background-image: linear-gradient(to right,
        transparent calc(33.333% - .5px), #d8d2ca calc(33.333% - .5px), #d8d2ca calc(33.333% + .5px), transparent calc(33.333% + .5px),
        transparent calc(66.666% - .5px), #d8d2ca calc(66.666% - .5px), #d8d2ca calc(66.666% + .5px), transparent calc(66.666% + .5px));
}

body.home .trusted-partners--home .trusted-partners-logos img {
    max-width: 370px;
    height: 154px;
    padding: 24px clamp(20px, 3vw, 44px);
    transition: transform .3s ease, background-color .3s ease, opacity .3s ease;
}

body.home .trusted-partners--home .trusted-partners-logos img:hover {
    opacity: .68;
}

body.home .trusted-partners--home .trusted-partners-logos img:nth-child(1) {
    transform: scale(1.25);
}

body.home .trusted-partners--home .trusted-partners-logos img:nth-child(2) {
    transform: scale(1.45);
}

body.home .trusted-partners--home .trusted-partners-logos img:nth-child(3) {
    transform: scale(1.08);
}
.partner-wordmark {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #242321;
    line-height: 1;
}
.partner-wordmark--nowodvorski {
    flex-direction: column;
    gap: 6px;
}
.partner-wordmark--nowodvorski span {
    font-size: clamp(21px, 2.1vw, 31px);
    font-weight: 700;
    letter-spacing: .04em;
}
.partner-wordmark--nowodvorski small {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .42em;
    padding-left: .42em;
}
.partner-wordmark--nova-luce {
    gap: .22em;
    font-size: clamp(25px, 2.5vw, 37px);
    font-weight: 500;
    letter-spacing: .06em;
}
.partner-wordmark--nova-luce span:first-child {
    font-weight: 700;
}
.partner-wordmark--viokef {
    font-size: clamp(28px, 2.8vw, 42px);
    font-weight: 700;
    letter-spacing: .12em;
}

@media (max-width: 900px) {
    body.about-page-view .site-header {
        height: auto;
        min-height: 82px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto auto;
        padding: 18px 20px;
    }
    body.about-page-view .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    body.about-page-view .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.about-page-view .site-header > .site-navigation {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    body.about-page-view .home-inline-search,
    body.about-page-view .home-inline-search:focus-within {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin: 16px 0 0;
    }
    .about-hero {
        grid-template-columns: 1fr;
        margin: 22px 20px 0;
    }
    .about-hero-copy {
        min-height: 390px;
        padding: 55px 32px;
    }
    .about-hero-image {
        min-height: 420px;
    }
    .about-story,
    .about-collaboration {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 75px 24px;
    }
    .about-story blockquote {
        grid-column: 1;
    }
    .about-image-break {
        height: auto;
        min-height: 0;
        margin: 0 20px;
    }
    .trusted-partners {
        padding: 65px 24px 75px;
    }
    .trusted-partners-logos {
        margin-top: 48px;
        gap: 28px;
    }
}

@media (max-width: 520px) {
    .about-hero-copy h1 {
        font-size: 62px;
    }
    .about-hero-image {
        min-height: 340px;
    }
    .about-story-copy,
    .about-collaboration-copy p {
        font-size: 15px;
    }
    .trusted-partners-logos {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}
@media (max-width: 680px) {
    .shop-archive-intro {
        padding: 48px 22px 38px;
    }
    .shop-archive-heading h1 {
        font-size: 42px;
    }
    .shop-catalog-layout {
        padding: 38px 20px 64px;
    }
    .shop-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .shop-results ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 14px;
    }
}

/* Keep the surface-mounted light proportional to the other menu thumbnails. */
.mega-category-nadgradna-rasveta .mega-category-image {
    background-size: 70% auto;
}

/* Transparent cutouts should sit on the same clean white tile as other categories. */
.mega-category-nadgradna-rasveta .mega-category-image,
.mega-category-spoljna-rasveta .mega-category-image {
    background-color: #fff;
}

/* MarLumiere combined symbol and wordmark */
.brand { display: inline-flex; align-items: center; gap: 0; width: max-content; }
.brand-mark-wrap { width: 35px; height: 38px; display: grid; place-items: center; overflow: hidden; flex: 0 0 35px; transform: translateY(5px); }
.brand-mark { display: block; width: 54px; max-width: none; height: auto; filter: brightness(0); transition: filter .2s ease; }
.brand-name { font-family: "Segoe UI", Arial, sans-serif; font-size: 17px; font-weight: 500; letter-spacing: .19em; line-height: 1; transform: translateY(7px); }
body.home .brand-mark { filter: brightness(0) invert(1); }
body.home .site-header:has(.shop-menu:hover) .brand-mark,
body.home .site-header:has(.shop-menu.is-open) .brand-mark { filter: brightness(0); }

@media (max-width: 520px) {
    .brand { gap: 0; }
    .brand-mark-wrap { width: 30px; height: 32px; flex-basis: 30px; transform: translateY(4px); }
    .brand-mark { width: 47px; }
    .brand-name { font-size: 14px; letter-spacing: .14em; }
}

.header-icon {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    min-width: 22px;
    padding: 0;
    position: relative;
}

.cart-icon span {
    position: absolute;
    right: -12px;
    top: -10px;
    background: rgba(0, 0, 0, .2);
}

.search-panel {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 30px;
    background: rgba(246, 244, 239, .98);
    color: #171715;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.search-panel.is-open {
    opacity: 1;
    visibility: visible;
}

.search-panel form {
    width: min(900px, 100%);
}

.search-panel label {
    display: block;
    margin-bottom: 40px;
    font: 400 clamp(42px, 7vw, 84px)/1.05 Georgia, serif;
}

.search-panel form > div {
    display: flex;
    border-bottom: 1px solid;
}

.search-panel input[type="search"] {
    width: 100%;
    padding: 15px 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 24px;
}

.search-panel button[type="submit"] {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.search-close {
    position: absolute;
    top: 30px;
    right: 4vw;
    border: 0;
    background: transparent;
    font-size: 40px;
    cursor: pointer;
}

body.post-type-archive-product .site-header,
body.tax-product_cat .site-header {
    position: relative;
    background: #fff;
    color: #171715;
    border-bottom: 1px solid rgba(23, 23, 21, .16);
}

.shop-hero {
    padding: 85px 4vw 70px;
    background: #f6f4ef;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.shop-hero h1 {
    margin: 0;
    font: 400 clamp(48px, 7vw, 92px)/1 Georgia, serif;
}

.shop-hero-copy { max-width: 520px; font-size: 17px; }
.shop-main { padding: 70px 4vw 110px; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 24px; border-bottom: 1px solid rgba(23,23,21,.16); margin-bottom: 45px; }
.shop-category-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.shop-category-links a { border-bottom: 1px solid transparent; padding-bottom: 3px; }
.shop-category-links a:hover { border-color: currentColor; }
.shop-main .woocommerce-ordering { float: none; margin: 0; }
.shop-main .woocommerce-pagination { margin-top: 60px; }
.category-card-image { transition: transform .45s ease; }
.category-card { overflow: hidden; }
.category-card:hover .category-card-image { transform: scale(1.025); }

@media (max-width: 900px) {
    .shop-hero { padding: 65px 22px 50px; display: block; }
    .shop-hero-copy { margin-top: 25px; }
    .shop-main { padding: 50px 22px 75px; }
    .shop-toolbar { display: block; }
    .shop-toolbar .woocommerce-ordering { margin-top: 20px; }
}

/* Footer */
.site-footer {
    display: block;
    padding: 0;
    background: #1c1c1a;
    color: #f7f5f0;
}
.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(135px, 1fr));
    gap: clamp(34px, 4vw, 76px);
    padding: clamp(70px, 8vw, 120px) 4vw clamp(62px, 7vw, 100px);
}
.footer-logo {
    align-items: flex-end;
    gap: 5px;
    margin-bottom: 27px;
    color: #fff;
}
.site-footer .footer-logo .brand-mark-wrap {
    transform: translateY(1px);
}
.site-footer .footer-logo .brand-name {
    transform: translateY(0);
}
.brand--light .brand-mark {
    filter: brightness(0) invert(1);
}
.brand--light .brand-name {
    color: #fff;
}
.site-footer .footer-logo .brand-mark {
    filter: brightness(0) invert(1) !important;
    opacity: 1;
}
.site-footer .footer-logo .brand-name {
    color: #fff !important;
}
.footer-identity > p { margin: 0 0 18px; font-size: 17px; }
.footer-identity .footer-intro { max-width: 320px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.footer-heading {
    margin: 4px 0 25px;
    color: rgba(255,255,255,.52);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.footer-column ul { list-style: none; margin: 0; padding: 0; }
.footer-column li,
.footer-column > a,
.footer-column > p:not(.footer-heading) { margin: 0 0 12px; color: rgba(255,255,255,.82); font-size: 14px; }
.footer-column a { transition: color .2s; }
.footer-column a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact .footer-heading { color: rgba(255,255,255,.52); }
.footer-contact-link { margin-top: 12px !important; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); }
.footer-contact-link span { margin-left: 6px; }
.footer-notice {
    padding: 22px 4vw;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.46);
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: .015em;
}
.footer-notice p {
    max-width: 1500px;
    margin: 0;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 4vw;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.52);
    font-size: 12px;
}
.footer-bottom p { margin: 0; }

@media (max-width: 1100px) {
    .footer-main { grid-template-columns: 1.5fr repeat(2, 1fr); }
}
@media (max-width: 680px) {
    .footer-main { grid-template-columns: 1fr 1fr; padding-inline: 24px; }
    .footer-identity { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; }
    .footer-notice { padding-inline: 24px; font-size: 9.5px; }
    .footer-bottom { padding-inline: 24px; }
}

/* Soft transition into the best-selling products */
.popular-categories {
    padding-bottom: 145px;
}
.products-section {
    position: relative;
    padding-top: 125px;
    background: linear-gradient(180deg, #faf9f6 0, #f8f6f2 95px, #f6f4ef 230px, #f6f4ef 100%);
}
.products-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 150px;
    pointer-events: none;
    background: radial-gradient(ellipse at 50% 0, rgba(218,211,200,.18), transparent 70%);
}
.products-section .section-heading { position: relative; }
.products-section .section-heading h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 300;
}

@media (max-width: 700px) {
    .popular-categories { padding-bottom: 95px; }
    .products-section { padding-top: 90px; }
}

/* Story image: editorial product focus without stretching the source photo */
.story-section {
    background-color: #2d2825;
}
.story-image {
    background-color: #fff;
    background-image: url("../images/story-interior-wide-v2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.story-copy {
    background-color: #302e2c;
    background-image:
        linear-gradient(135deg, rgba(67, 57, 51, .56), rgba(43, 40, 38, .66)),
        url("../images/story-wall-clean.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-left: 1px solid rgba(255, 255, 255, .08);
    text-shadow: 0 1px 18px rgba(0, 0, 0, .24);
    color: #f7f0e9;
}
.story-copy p:not(.eyebrow) { color: rgba(247,240,233,.82); }
.story-copy .eyebrow { color: #b7b7b7; }
.story-copy a { border-color: rgba(247,240,233,.55); }

@media (max-width: 900px) {
    .story-image {
        min-height: 520px;
        background-position: center 43%;
        background-size: 115% auto;
    }
    .story-copy {
        background-image:
            linear-gradient(135deg, rgba(67, 57, 51, .62), rgba(43, 40, 38, .72)),
            url("../images/story-wall-clean.png");
    }
}

/* Selected MarLumiere homepage photograph */
.hero-visual {
    background-image: linear-gradient(90deg, rgba(10,10,10,.16) 0%, rgba(10,10,10,.04) 46%, rgba(10,10,10,0) 100%), url('../images/9501252_1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-visual::after { display: none; }
body.home .site-header { color: #fff; border-bottom-color: rgba(255,255,255,.35); }
body.home .hero { color: #fff; }
body.home .button-light { border-color: #fff; }
body.home .cart-icon span { background: #fff; color: #171715; }

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.hero-actions .button-light { margin-top: 0; }
.hero-actions .button-light-primary {
    background: #fff;
    color: #171715;
}
.hero-actions .button-light-secondary {
    background: rgba(15, 14, 13, .18);
    backdrop-filter: blur(2px);
}
.hero-actions .button-light:hover {
    background: #171715;
    border-color: #171715;
    color: #fff;
}

@media (max-width: 700px) {
    .hero-visual { background-position: 64% center; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
}

/* Editorial framing and near-white grain for popular categories */
.popular-categories {
    background-color: #faf9f6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' seed='7'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 .35 0 0 0 0 .33 0 0 0 0 .30 0 0 0 .045 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.32'/%3E%3C/svg%3E");
}
.popular-categories .section-heading {
    max-width: none;
    margin-bottom: 38px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(23,23,21,.15);
}
.popular-categories .section-heading h2 {
    max-width: none;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 3.6vw, 56px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.02em;
    white-space: nowrap;
}
.popular-categories .section-heading > .eyebrow {
    font-size: 13px;
    letter-spacing: .2em;
    margin-bottom: 18px;
}
.popular-categories .category-card-image {
    aspect-ratio: 1 / 1.08;
    background-color: #f5f3ee;
    background-size: 66% auto;
    border: 1px solid rgba(23,23,21,.06);
}
.popular-categories .category-card-copy { padding: 16px 2px 0; }
.popular-categories .category-card { overflow: visible; }
.popular-categories .category-card:hover .category-card-image { background-color: #efede7; }

@media (max-width: 700px) {
    .popular-categories .section-heading { margin-bottom: 28px; padding-bottom: 24px; }
    .popular-categories .section-heading h2 { font-size: 39px; white-space: normal; }
    .popular-categories .category-card-image { background-size: 72% auto; }
}

/* Lighter, more elegant hero typography */
.hero h1 {
    max-width: 760px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 300;
    line-height: .96;
    letter-spacing: -.025em;
}
.hero-content > .eyebrow {
    font-size: 13px;
    letter-spacing: .2em;
}

@media (max-width: 700px) {
    .hero h1 { font-size: 50px; line-height: 1; }
}

/* Airier popular-category section */
.popular-categories { padding-top: 90px; padding-bottom: 105px; }
.popular-categories .section-heading { max-width: 620px; margin-bottom: 55px; }
.popular-categories .section-heading h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.3vw, 50px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.035em;
}
.popular-categories .category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; }
.popular-categories .category-card-image {
    aspect-ratio: 1 / 1.05;
    background-color: #fff;
    background-size: 72% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.popular-categories .category-card-copy { padding-top: 18px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 5px; }
.popular-categories .category-card-copy strong { font-size: 17px; font-weight: 600; line-height: 1.25; }
.popular-categories .category-card-copy span { font-size: 10px; letter-spacing: .13em; }

.popular-categories .popular-categories-heading {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}
.popular-categories-heading-copy { min-width: 0; }
.popular-categories .popular-categories-heading .eyebrow { margin-bottom: 18px; }
.popular-categories-all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(23,23,21,.42);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease;
}
.popular-categories-all-arrow { transition: transform .2s ease; }
.popular-categories-all:hover { color: #171715; border-bottom-color: #171715; }
.popular-categories-all:hover .popular-categories-all-arrow { transform: translateX(4px); }

@media (max-width: 700px) {
    .popular-categories { padding-top: 65px; padding-bottom: 75px; }
    .popular-categories .section-heading h2 { font-size: 34px; }
    .popular-categories .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
    .popular-categories .category-card-image { background-size: 76% auto; }
    .popular-categories .popular-categories-heading { display: block; }
    .popular-categories-all { margin-top: 22px; margin-bottom: 0; }
}

/* Expanded all-image category menu */
.mega-menu { padding-bottom: 58px; }
.mega-menu-content { padding-top: 32px; }
.mega-menu-grid { row-gap: 28px; }
.mega-category { min-height: 78px; }
.mega-category-image { width: 78px; height: 78px; }

@media (max-width: 900px) {
    .mega-menu { padding-bottom: 30px; }
    .mega-category { min-height: 52px; }
    .mega-category-image { width: 52px; height: 52px; }
}

/* Latest mega-menu layout refinements */
.home-link { white-space: nowrap; }
.site-header:has(.shop-menu:hover),
.site-header:has(.shop-menu.is-open) {
    background: #fff;
    color: #171715;
    border-bottom-color: rgba(23, 23, 21, .16);
}
.site-header:has(.shop-menu:hover) .cart-icon span,
.site-header:has(.shop-menu.is-open) .cart-icon span {
    background: #171715;
    color: #fff;
}
.mega-menu-content { grid-template-columns: 1fr; gap: 26px; }
.mega-menu-grid { grid-template-columns: repeat(4, minmax(150px, 1fr)); }
.mega-text-links {
    border-left: 0;
    border-top: 1px solid rgba(23,23,21,.16);
    padding: 22px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 28px;
}
.mega-text-links .eyebrow { width: 100%; margin: 0 0 4px; }
.mega-text-links a:last-child { margin-top: 0; }

@media (min-width: 1450px) {
    .mega-menu-grid { grid-template-columns: repeat(4, minmax(190px, 1fr)); }
}

@media (max-width: 900px) {
    .home-link { display: block; margin: 0 0 12px; }
    .site-header:has(.shop-menu:hover),
    .site-header:has(.shop-menu.is-open) { background: transparent; color: #fff; }
    .site-navigation.is-open .home-link { color: #171715; }
    .mega-text-links { display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid rgba(23,23,21,.16); }
}

/* Refined desktop navigation and WooCommerce cards */
.header-actions { gap: 18px; }
.header-icon { width: 30px; height: 30px; display: grid; place-items: center; }
.header-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.instagram-icon svg .instagram-dot { fill: currentColor; stroke: none; }
.cart-icon span { right: -7px; top: -7px; background: currentColor; color: #fff; border-color: transparent; }
body.home .cart-icon span { background: #fff; color: #171715; }

.mega-menu { display: block; padding: 30px 4vw 38px; max-height: calc(100vh - 86px); overflow-y: auto; }
.mega-menu-heading { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(23,23,21,.16); }
.mega-menu-heading h2 { margin: 0; font: 400 30px/1.1 Georgia, serif; }
.mega-menu-heading .eyebrow { margin-bottom: 7px; }
.mega-menu-heading > a { border-bottom: 1px solid; padding-bottom: 3px; }
.mega-menu-content { display: grid; grid-template-columns: 1fr 180px; gap: 42px; padding-top: 26px; }
.mega-menu-grid { grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 18px 28px; }
.mega-category { grid-template-columns: 70px 1fr; align-items: center; gap: 14px; min-height: 70px; }
.mega-category-image { width: 70px; height: 70px; aspect-ratio: 1; background-color: #f1efea; background-size: contain; background-repeat: no-repeat; }
.mega-category > span:last-child { font-size: 14px; line-height: 1.25; }
.mega-text-links { border-left: 1px solid rgba(23,23,21,.16); padding-left: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.mega-text-links .eyebrow { margin-bottom: 5px; }
.mega-text-links a:last-child { margin-top: 8px; border-bottom: 1px solid; }

.woocommerce ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
    padding-bottom: 8px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: flex;
    flex-direction: column;
    min-height: 84px;
    margin: 0;
    padding-right: 52px !important;
    line-height: 1.35;
}
.woocommerce ul.products li.product .product-type-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    color: #707070;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .product-type-label::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
    opacity: .65;
}
.woocommerce ul.products li.product .product-model-name {
    display: block;
    color: #26221f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42;
}
.woocommerce ul.products li.product .price { display: block; margin-top: auto !important; margin-bottom: 0 !important; padding-top: 12px; padding-right: 52px; color: #383838 !important; font-size: 20px !important; font-weight: 600 !important; letter-spacing: .01em; }
.woocommerce ul.products li.product .price del { margin-right: 6px; opacity: .42; font-size: 13px; font-weight: 400; }
.woocommerce ul.products li.product .price ins { color: inherit; text-decoration: none; }
.woocommerce ul.products li.product .product-cart-button { position: absolute; right: 0; bottom: 7px; width: 42px; height: 42px; display: grid !important; place-items: center; padding: 0 !important; border: 1px solid rgba(23,23,21,.25) !important; border-radius: 50% !important; background: #fff !important; transition: .2s; }
.woocommerce ul.products li.product .product-cart-button:hover { color: #fff !important; background: #171715 !important; }
.product-cart-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.woocommerce a.added_to_cart { font-size: 12px; }

/* Single product */
.single-product .woocommerce-notices-wrapper {
    max-width: 1740px;
    margin: 0 auto 34px;
}
.single-product .woocommerce-message {
    display: flex;
    align-items: center;
    min-height: 68px;
    margin: 0;
    padding: 14px 16px 14px 58px;
    border: 1px solid #d7d1c8;
    border-radius: 0;
    background: #fff;
    color: #302d29;
    box-shadow: 0 10px 30px rgba(32, 28, 24, .06);
    font-size: 15px;
    line-height: 1.45;
}
.single-product .woocommerce-message::before {
    top: 50%;
    left: 20px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #6b4a37;
    color: #fff;
    font-size: 13px;
}
.single-product .woocommerce-message .button {
    order: 2;
    min-height: 42px;
    margin-left: auto;
    padding: 0 20px;
    border-radius: 0;
    background: #171715;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.single-product .woocommerce-message .button:hover {
    background: #6b4a37;
    color: #fff;
}
.single-product .ml-cart-notice-text {
    padding-right: 24px;
}

.single-product .site-header {
    background: #fff;
    color: #171715;
    border-bottom-color: #e4e0d9;
}
.single-product .site-header .cart-icon span {
    background: #171715;
    color: #fff;
}
.single-product #content {
    padding: 112px clamp(24px, 4vw, 76px) 100px;
}
.single-product .woocommerce-breadcrumb {
    margin: 0 auto 24px;
    max-width: 1740px;
    color: #77716a;
    font-size: 13px;
}
.single-product div.product {
    display: block;
    max-width: 1740px;
    margin: 0 auto;
}
.single-product .ml-single-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(500px, 1fr);
    gap: clamp(38px, 3.5vw, 68px);
    align-items: start;
}
.single-product div.product::before,
.single-product div.product::after {
    display: none;
}
.single-product div.product div.images,
.single-product div.product div.summary {
    float: none;
    width: 100% !important;
    max-width: none !important;
    margin: 0;
}
.single-product .ml-single-product-gallery {
    min-width: 0;
    width: 100%;
}
.single-product div.product div.images {
    min-width: 0;
}
.single-product .woocommerce-product-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 18px;
    align-items: start;
    padding-left: 0;
}
.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) {
    grid-template-columns: minmax(0, 1fr);
}
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    background: #fff;
    border: 1px solid #e7e3dd;
}
.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .flex-viewport,
.single-product .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) > .woocommerce-product-gallery__wrapper {
    grid-column: 1;
}
.single-product .woocommerce-product-gallery__image a {
    display: grid;
    place-items: center;
    min-height: min(68vh, 700px);
}
.single-product .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: min(68vh, 700px) !important;
    object-fit: contain;
    background: #fff;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 92px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 92px !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 92px;
    height: 112px;
    border: 1px solid #aaa39a;
    object-fit: contain;
    background: #fff;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: #171715;
    box-shadow: inset 0 0 0 1px #171715;
}
.single-product div.product div.summary {
    align-self: start;
    position: static;
    padding-top: 4px;
}
.single-product div.product .summary .product_title {
    margin: 0 0 14px;
    color: #171715;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(30px, 2.15vw, 40px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.03em;
}
.single-product div.product .summary .price {
    margin: 0;
    padding: 0 0 28px;
    border-bottom: 1px solid #e4e0d9;
    color: #383838 !important;
    font-size: clamp(25px, 2vw, 34px) !important;
    font-weight: 600;
}
.single-product div.product .woocommerce-product-details__short-description {
    margin: 24px 0;
    color: #555;
    font-size: 16px;
    line-height: 1.65;
}
.single-product div.product form.cart {
    display: flex !important;
    align-items: stretch;
    gap: 12px;
    margin: 26px 0 0 !important;
}
.single-product div.product form.cart .quantity {
    display: grid;
    grid-template-columns: 46px 58px 46px;
    flex: 0 0 150px;
    float: none;
    width: 150px !important;
    min-width: 150px;
    margin: 0 !important;
    border: 1px solid #d9d4cc;
    background: #fff;
}
.single-product div.product form.cart .qty {
    width: 100%;
    min-height: 58px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    font-size: 17px;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}
.single-product div.product form.cart .qty::-webkit-inner-spin-button,
.single-product div.product form.cart .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}
.single-product .quantity-step {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #24211e;
    font-size: 22px;
    cursor: pointer;
}
.single-product .quantity-step:hover {
    background: #f3f0eb;
}
.single-product div.product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
    float: none;
    width: auto;
    min-height: 58px;
    margin: 0;
    border-radius: 0;
    background: #171715;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.single-product div.product form.cart .single_add_to_cart_button:hover {
    background: #6b4a37;
}
.single-product .product_meta {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e4e0d9;
    color: #77716a;
    font-size: 13px;
    line-height: 1.7;
}
.ml-product-details {
    margin-top: 30px;
    border-top: 1px solid #e4e0d9;
}
.ml-product-specifications,
.ml-product-description {
    border-bottom: 1px solid #e4e0d9;
}
.ml-product-specifications summary,
.ml-product-description summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 22px 0;
    color: #24211e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .11em;
    cursor: pointer;
    list-style: none;
}
.ml-product-specifications summary::after,
.ml-product-description summary::after {
    content: "+";
    font-size: 20px;
    font-weight: 400;
    line-height: .7;
}
.ml-product-specifications[open] summary::after,
.ml-product-description[open] summary::after {
    content: "−";
}
.ml-product-specifications__content {
    padding: 0 0 20px;
    color: #555;
    line-height: 1.65;
    overflow-x: auto;
}
.ml-product-specifications__content > :first-child {
    margin-top: 0;
}
.ml-product-specifications__content > :last-child {
    margin-bottom: 0;
}
.ml-product-specifications__content table {
    width: 100%;
}
.ml-product-attributes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    margin: 0;
    padding: 0 0 20px;
}
.ml-product-attribute {
    display: grid;
    grid-template-columns: minmax(105px, .85fr) 1.15fr;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #eeeae4;
    font-size: 14px;
}
.ml-product-attribute dt {
    color: #77716a;
}
.ml-product-attribute dd {
    margin: 0;
    color: #24211e;
}
.ml-product-description {
    border-top: 0;
}
.ml-product-description summary {
    display: flex;
}
.ml-product-description summary::after {
    content: "+";
}
.ml-product-description[open] summary::after {
    content: "−";
}
.ml-product-description__content {
    padding: 0 0 20px;
    color: #555;
    line-height: 1.7;
}
.ml-product-specifications[open] summary::after,
.ml-product-description[open] summary::after {
    content: "\2212";
}
.single-product .wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator,
.single-product .ppc-button-wrapper,
.single-product .express-payment-button,
.single-product .express-checkout,
.single-product #wc-stripe-express-checkout-element,
.single-product .wc-stripe-express-checkout-element,
.single-product .wcpay-payment-request-wrapper,
.single-product .woocommerce-payments-payment-request-wrapper {
    display: none !important;
}
.single-product .wc-tabs-wrapper,
.single-product .woocommerce-tabs {
    display: none !important;
    width: 100%;
}

/* Reviews are not part of the custom single-product layout. */
.single-product .woocommerce-tabs .reviews_tab,
.single-product .woocommerce-Tabs-panel--reviews,
.single-product #reviews,
.single-product .woocommerce-Reviews,
.single-product #tab-reviews,
.single-product #review_form_wrapper,
.single-product #review_form,
.single-product .comment-respond,
.single-product .woocommerce-Reviews-title {
    display: none !important;
}
.single-product .related.products,
.single-product .upsells.products {
    clear: both;
    width: 100%;
    margin-top: 48px;
    padding-top: 44px;
    border-top: 1px solid #d7d1c8;
}
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
    margin: 0 0 38px;
    font-size: clamp(27px, 2.4vw, 40px);
    font-weight: 500;
    letter-spacing: -.025em;
}
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
    padding: 0 0 8px;
    border: 0;
    background: #fff;
}
.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border: 0;
    background: #fff;
    transition: border-color .25s ease, box-shadow .25s ease, filter .35s ease, transform .45s ease;
}
.single-product .related.products ul.products li.product:hover img,
.single-product .upsells.products ul.products li.product:hover img {
    border-color: #cecece;
    box-shadow: 0 12px 30px rgba(36, 31, 27, .05);
    filter: brightness(.88);
    transform: scale(1.018);
}
.single-product .related.products .product-cart-button,
.single-product .upsells.products .product-cart-button {
    right: 0 !important;
    bottom: 7px !important;
}

@media (max-width: 1100px) {
    .single-product .ml-single-product-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
        gap: 34px;
    }
}

@media (max-width: 900px) {
    .single-product .woocommerce-notices-wrapper {
        margin-bottom: 24px;
    }
    .single-product .woocommerce-message {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 16px 16px 16px 52px;
    }
    .single-product .woocommerce-message::before {
        top: 18px;
        left: 16px;
        transform: none;
    }
    .single-product .woocommerce-message .button {
        align-self: stretch;
        order: 2;
        margin: 0;
        text-align: center;
    }
    .single-product .ml-cart-notice-text {
        padding-right: 0;
    }
    .single-product #content {
        padding: 92px 18px 70px;
    }
    .single-product .woocommerce-breadcrumb {
        margin-bottom: 18px;
        font-size: 12px;
    }
    .single-product .ml-single-product-layout {
        display: block;
    }
    .single-product .woocommerce-product-gallery {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 0;
    }
    .single-product .woocommerce-product-gallery .flex-viewport,
    .single-product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
        order: 1;
        width: 100%;
    }
    .single-product .woocommerce-product-gallery__image a {
        min-height: min(62vh, 540px);
    }
    .single-product .woocommerce-product-gallery__image img {
        height: min(62vh, 540px) !important;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
        position: static;
        order: 2;
        width: 100%;
        flex-direction: row;
        gap: 8px;
        overflow-x: auto;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs li {
        flex: 0 0 68px;
        width: 68px !important;
    }
    .single-product .woocommerce-product-gallery .flex-control-thumbs img {
        width: 68px;
        height: 68px;
    }
    .single-product div.product div.summary {
        position: static;
        margin-top: 28px;
        padding: 0;
    }
    .single-product div.product .summary .product_title {
        font-size: clamp(27px, 8vw, 38px);
    }
    .single-product div.product .summary .price {
        padding-bottom: 20px;
        font-size: 28px !important;
    }
}

@media (max-width: 520px) {
    .single-product .woocommerce-product-gallery__image a {
        min-height: min(52vh, 390px);
    }
    .single-product .woocommerce-product-gallery__image img {
        height: min(52vh, 390px) !important;
    }
    .single-product div.product form.cart {
        gap: 9px;
    }
    .single-product div.product form.cart .quantity {
        grid-template-columns: 36px 44px 36px;
        flex-basis: 116px;
        width: 116px !important;
        min-width: 116px;
    }
    .single-product div.product form.cart .qty,
    .single-product div.product form.cart .single_add_to_cart_button {
        min-height: 54px;
    }
    .single-product div.product form.cart .single_add_to_cart_button {
        padding: 0 14px;
        font-size: 13px;
    }
    .ml-product-attribute {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 12px;
        font-size: 14px;
    }
    .ml-product-attributes {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    .mega-menu-grid { grid-template-columns: repeat(4, minmax(175px, 1fr)); }
}

@media (max-width: 900px) {
    .header-actions { gap: 8px; }
    .header-icon { width: 26px; height: 26px; }
    .header-icon svg { width: 22px; height: 22px; }
    .mega-menu { padding: 20px 0; max-height: none; overflow: visible; }
    .mega-menu-heading { display: none; }
    .mega-menu-content { display: block; padding-top: 0; }
    .mega-menu-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .mega-category { grid-template-columns: 48px 1fr; min-height: 48px; }
    .mega-category-image { width: 48px; height: 48px; }
    .mega-text-links { border: 0; padding: 22px 0 0; }
}

/* Homepage header and framed split hero */
body.home .site-header {
    position: relative;
    height: 150px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 88px 62px;
    padding: 0 clamp(24px, 3vw, 62px);
    background: #fff;
    color: #171715;
    border-top: 1px solid #171715;
    border-bottom: 1px solid #e7e2dc;
}

/* Search results repeat the composed, two-row homepage header. */
body.search .site-header {
    position: relative;
    height: 150px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 88px 62px;
    padding: 0 clamp(24px, 3vw, 62px);
    background: #fff;
    color: #171715;
    border-top: 1px solid #171715;
    border-bottom: 1px solid #e7e2dc;
}
body.search .site-header > .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
body.search .site-header > .site-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
}
body.search .site-header > .header-actions {
    grid-column: 3;
    grid-row: 1;
}
body.search .home-inline-search,
body.search .home-inline-search:focus-within {
    position: absolute;
    top: 19px;
    left: clamp(24px, 3vw, 62px);
    width: clamp(220px, 17vw, 330px);
    height: 50px;
}
body.search .brand-mark { filter: brightness(0); }
body.search .cart-icon span {
    background: #171715;
    color: #fff;
}
body.search .mega-menu { top: 150px; }

.search-catalog {
    padding: 56px clamp(28px, 4vw, 82px) 90px;
    background: #fff;
}
body.search .shop-archive-intro {
    padding-top: 18px;
    padding-bottom: 18px;
}
body.search .shop-archive-intro .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
}
body.search .shop-archive-heading {
    align-items: center;
}
body.search .shop-archive-heading h1 {
    max-width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.1;
    letter-spacing: -.02em;
}
body.search .search-intro-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
body.search .search-intro-controls p {
    max-width: 430px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}
body.search .search-intro-controls .woocommerce-ordering {
    float: none;
    margin: 0;
}
body.search .search-intro-controls select {
    min-width: 190px;
    height: 44px;
    padding: 0 34px 0 13px;
    border: 1px solid #d8d3cb;
    background: #fff;
}
body.search .search-filter-count {
    margin: -14px 0 20px;
    color: #77716a;
    font-size: 13px;
}
body.search .shop-catalog-layout {
    padding-top: 22px;
}
body.search .shop-results-toolbar {
    min-height: 48px;
    padding-bottom: 12px;
}
body.search .shop-results ul.products {
    margin-top: 12px !important;
    gap: 24px 22px;
}
body.search .shop-results ul.products li.product img {
    height: clamp(180px, 16vw, 230px) !important;
    aspect-ratio: auto;
    object-fit: contain;
}
body.search .shop-results-toolbar .woocommerce-ordering select {
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.search-no-results {
    max-width: 720px;
    padding: 48px 0 80px;
}
.search-no-results h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 400;
}
.search-results-form {
    display: flex;
    max-width: 620px;
    margin-top: 30px;
}
.search-results-form input {
    min-width: 0;
    flex: 1;
    padding: 16px 18px;
    border: 1px solid #d8d3cb;
}
.search-results-form button {
    padding: 0 28px;
    border: 1px solid #171714;
    background: #171714;
    color: #fff;
}

@media (max-width: 900px) {
    body.search .site-header {
        height: auto;
        min-height: 82px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto auto;
        padding: 18px 20px;
    }
    body.search .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    body.search .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.search .site-header > .site-navigation {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    body.search .home-inline-search,
    body.search .home-inline-search:focus-within {
        position: static;
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin-top: 16px;
    }
    .search-catalog { padding: 38px 20px 64px; }
    body.search .shop-archive-intro {
        padding: 24px 22px 20px;
    }
    body.search .shop-archive-heading h1 {
        font-size: 25px !important;
    }
    body.search .search-intro-controls {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    body.search .shop-catalog-layout {
        padding-top: 26px;
    }
}
body.home .site-header > .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
body.home .site-header > .site-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
}
body.home .site-header > .header-actions {
    grid-column: 3;
    grid-row: 1;
}
body.home .home-inline-search {
    position: absolute;
    top: 19px;
    left: clamp(24px, 3vw, 62px);
    display: flex;
    width: clamp(220px, 17vw, 330px);
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 20px;
    border: 1px solid #d9d4cc;
    background: #fff;
}
body.home .home-inline-search input[type="search"] {
    min-width: 0;
    flex: 1 1 auto;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #77716a;
    font: inherit;
    font-size: 13px;
}
body.home .home-inline-search input[type="search"]::placeholder {
    color: #77716a;
    opacity: 1;
}
body.home .home-inline-search button {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #171715;
    cursor: pointer;
}
body.home .home-inline-search button svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
}
body.home .home-inline-search:focus-within,
body.home .home-inline-search:hover {
    border-color: #9f978d;
}
body:not(.home) .home-inline-search {
    display: flex;
    width: clamp(170px, 12vw, 230px);
    height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 12px 0 14px;
    border: 1px solid #d9d4cc;
    background: #fff;
    transition: width .25s ease, border-color .2s ease;
}
body:not(.home) .home-inline-search:focus-within {
    width: clamp(220px, 16vw, 300px);
    border-color: #9f978d;
}
body:not(.home) .home-inline-search input[type="search"] {
    min-width: 0;
    flex: 1 1 auto;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #45413c;
    font: inherit;
    font-size: 12px;
}
body:not(.home) .home-inline-search input[type="search"]::placeholder {
    color: #77716a;
    opacity: 1;
}
body:not(.home) .home-inline-search button {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}
body:not(.home) .home-inline-search button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
}
body.home .site-header > .brand .brand-mark-wrap {
    width: 33px;
    height: 36px;
    flex-basis: 33px;
    transform: translateY(4px);
}
body.home .site-header > .brand .brand-mark {
    width: 50px;
}
body.home .site-header > .brand .brand-name {
    transform: translateY(6px);
}
body.home .brand-mark {
    filter: brightness(0);
}
body.home .cart-icon span {
    background: #171715;
    color: #fff;
}
body.home .mega-menu {
    top: 150px;
}
body.home .hero {
    display: grid;
    grid-template-columns: minmax(330px, 40%) minmax(0, 60%);
    align-items: stretch;
    height: calc(100vh - 182px);
    min-height: 650px;
    margin: clamp(18px, 2vw, 38px) clamp(18px, 2vw, 38px) 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #cfc8bf;
    background: #f2eee8;
    color: #fff;
}

@media (min-width: 901px) {
    body.home .hero {
        margin-top: calc(clamp(18px, 2vw, 38px) + (100vw - 100%) / 2);
        margin-left: calc(clamp(18px, 2vw, 38px) + (100vw - 100%) / 2);
        margin-right: calc(clamp(18px, 2vw, 38px) - (100vw - 100%) / 2);
    }
}
body.home .hero-content {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: clamp(42px, 6vw, 112px);
    background: #f2eee8;
    color: #252a2d;
    transition: background-color .65s ease;
}

body.home .hero-content h1,
body.home .hero-content p {
    color: #252a2d;
    text-shadow: none;
}

body.home .hero-actions .button-light-secondary {
    border-color: #252a2d;
    background: transparent;
    color: #252a2d;
    backdrop-filter: none;
}
body.home .hero-visual {
    position: relative;
    inset: auto;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    background-color: #b59a8b;
    overflow: hidden;
}
body.home .hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.015);
    transition: opacity 1.2s ease, transform 9.5s ease;
}
body.home .hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}
body.home .hero-slide--product {
    background-color: #fff;
    background-position: center !important;
    background-size: contain !important;
}
@media (prefers-reduced-motion: reduce) {
    body.home .hero-slide {
        transition: none;
        transform: none;
    }
}
body.home .hero h1 {
    max-width: 560px;
    font-size: clamp(54px, 5vw, 82px);
}
body.home .hero-content > p:not(.eyebrow) {
    max-width: 480px;
}

@media (max-width: 900px) {
    body.home .site-header {
        position: relative;
        height: 72px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: 72px;
        padding: 0 18px;
    }
    body.home .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    body.home .site-header > .site-navigation {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
    }
    body.home .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.home .home-inline-search {
        top: 82px;
        right: 12px;
        left: 12px;
        width: auto;
        height: 46px;
        z-index: 55;
    }
    body.home .mega-menu {
        top: auto;
    }
    body.home .hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(360px, 56vh);
        height: auto;
        min-height: 0;
        margin: 70px 12px 0;
    }
    body.home .hero-content {
        grid-column: 1;
        grid-row: 1;
        padding: 48px 28px;
    }
    body.home .hero-visual {
        grid-column: 1;
        grid-row: 2;
    }
    body.home .hero-slide {
        background-position: 70% 54%;
        background-size: cover;
    }
    body.home .hero h1 {
        font-size: clamp(46px, 13vw, 62px);
    }
    body.home .site-navigation.is-open {
        color: #171715;
    }
    body:not(.home) .site-header {
        position: relative;
        margin-bottom: 58px;
    }
    body:not(.home) .home-inline-search,
    body:not(.home) .home-inline-search:focus-within {
        position: absolute;
        top: 82px;
        right: 12px;
        left: 12px;
        z-index: 55;
        width: auto;
        height: 46px;
    }
}

/* One consistent white canvas across the storefront */
:root {
    --paper: #fff;
}
html,
body,
#content,
.section,
.popular-categories,
.products-section,
.shop-archive-intro,
.shop-catalog-layout,
.shop-results,
.single-product #content,
.single-product .ml-single-product-after,
.woocommerce ul.products,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    background: #fff !important;
    background-image: none !important;
}
main,
.site-main,
.content-section,
article,
.woocommerce,
.woocommerce-page,
.shop-main,
.shop-results-toolbar,
.ml-single-product-layout,
.related.products,
.upsells.products {
    background: #fff !important;
    background-image: none !important;
}

/* Tighter transition from popular categories into featured products */
.popular-categories {
    padding-bottom: 48px;
}
.products-section {
    padding-top: 62px;
}
.products-section .section-heading h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 3.3vw, 50px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.035em;
}
.products-section .section-heading .eyebrow {
    font-size: 13px;
    letter-spacing: .2em;
    margin-bottom: 18px;
}

@media (max-width: 700px) {
    .popular-categories { padding-bottom: 42px; }
    .products-section { padding-top: 52px; }
    .products-section .section-heading h2 { font-size: 34px; }
}

/* Consistent translucent image darkening on hover */
.popular-categories .category-card-image,
.products-section .woocommerce ul.products li.product img {
    transition: filter .28s ease;
    will-change: filter;
}
.popular-categories .category-card:hover .category-card-image,
.products-section .woocommerce ul.products li.product:hover img {
    filter: brightness(.78);
}
.popular-categories .category-card:hover .category-card-image {
    background-color: #fff;
}

body.home #content > .products-section,
body.home #content > .products-section::before,
body.home #content > .products-section::after,
body.home #content > .products-section .woocommerce,
body.home #content > .products-section ul.products,
body.home #content > .products-section li.product,
body.home #content > .products-section .woocommerce-loop-product__link {
    background: rgb(255, 255, 255) !important;
    background-image: none !important;
}
body.home .products-section .woocommerce ul.products li.product img {
    border: 1px solid #e1ddd7;
    background: #fff !important;
}
body.home .products-section .woocommerce ul.products li.product:hover img {
    border-color: #bdbdbd;
}

/* Professional collaboration invitation on the homepage */
.professional-collaboration {
    display: grid;
    grid-template-columns: minmax(260px, .65fr) minmax(420px, .85fr);
    justify-content: space-between;
    gap: clamp(60px, 10vw, 180px);
    padding: clamp(78px, 8vw, 132px) 4%;
    border-top: 1px solid #e6e2dd;
    background: #fff;
}
.professional-collaboration-heading {
    max-width: 720px;
}
.professional-collaboration-heading h2 {
    margin: 0;
    color: #171715;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(32px, 3.2vw, 52px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.professional-collaboration-heading p {
    max-width: 540px;
    margin: 26px 0 0;
    color: #403d39;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.professional-collaboration-copy h3 {
    margin: 0;
    color: #403d39;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.professional-collaboration-copy {
    align-self: end;
    max-width: 620px;
    padding-bottom: 5px;
}
.professional-collaboration-copy p {
    margin: 24px 0 0;
    color: #4e4a46;
    font-size: 17px;
    line-height: 1.65;
}
.professional-collaboration-copy a {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    margin-top: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #171715;
    color: #171715;
    font-size: 15px;
    text-decoration: none;
}
.professional-collaboration-copy a span {
    transition: transform .2s ease;
}
.professional-collaboration-copy a:hover span {
    transform: translateX(5px);
}
#saradnje {
    scroll-margin-top: 48px;
}

@media (max-width: 800px) {
    .professional-collaboration {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 68px 6%;
    }
    .professional-collaboration-heading h2 {
        font-size: clamp(30px, 8vw, 42px);
    }
    .professional-collaboration-copy h3 {
        font-size: 15px;
    }
    .professional-collaboration-copy {
        max-width: none;
    }
    .professional-collaboration-copy p {
        font-size: 16px;
    }
}
/* Keep the final accessories category beside Cameleon on desktop. */
@media (min-width: 901px) {
    .mega-menu-grid {
        grid-template-columns: repeat(5, minmax(130px, 1fr));
    }

    .mega-menu-grid .mega-category:nth-child(1) { grid-column: 1; grid-row: 1; }
    .mega-menu-grid .mega-category:nth-child(2) { grid-column: 2; grid-row: 1; }
    .mega-menu-grid .mega-category:nth-child(3) { grid-column: 3; grid-row: 1; }
    .mega-menu-grid .mega-category:nth-child(4) { grid-column: 4; grid-row: 1; }
    .mega-menu-grid .mega-category:nth-child(5) { grid-column: 1; grid-row: 2; }
    .mega-menu-grid .mega-category:nth-child(6) { grid-column: 2; grid-row: 2; }
    .mega-menu-grid .mega-category:nth-child(7) { grid-column: 3; grid-row: 2; }
    .mega-menu-grid .mega-category:nth-child(8) { grid-column: 4; grid-row: 2; }
    .mega-menu-grid .mega-category:nth-child(9) { grid-column: 1; grid-row: 3; }
    .mega-menu-grid .mega-category:nth-child(10) { grid-column: 2; grid-row: 3; }
    .mega-menu-grid .mega-category:nth-child(11) { grid-column: 3; grid-row: 3; }
    .mega-menu-grid .mega-category:nth-child(12) { grid-column: 4; grid-row: 3; }
    .mega-menu-grid .mega-category:nth-child(13) { grid-column: 5; grid-row: 3; }
}

/* Compact catalog dropdown beside the products menu. */
.catalog-menu {
    position: relative;
}
.catalog-menu-trigger {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 30px 0;
    cursor: pointer;
}
.catalog-menu-trigger::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
}
.catalog-dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: -24px;
    min-width: 190px;
    margin: 0;
    padding: 14px 0;
    list-style: none;
    background: #fff;
    color: #171715;
    border: 1px solid rgba(23, 23, 21, .12);
    box-shadow: 0 14px 34px rgba(23, 23, 21, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.catalog-dropdown a,
.catalog-dropdown span {
    display: block;
    padding: 10px 24px;
    white-space: nowrap;
}
.catalog-dropdown span {
    cursor: default;
}
.catalog-dropdown .catalog-link-disabled {
    color: #918b84;
}
.catalog-dropdown .catalog-link-disabled small {
    margin-left: 6px;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.catalog-dropdown a:hover {
    background: #f6f4ef;
}
.catalog-menu:hover .catalog-dropdown,
.catalog-menu.is-open .catalog-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.site-header:has(.catalog-menu:hover),
.site-header:has(.catalog-menu.is-open) {
    background: #fff;
    color: #171715;
    border-bottom-color: rgba(23, 23, 21, .16);
}
.site-header:has(.catalog-menu:hover) .cart-icon span,
.site-header:has(.catalog-menu.is-open) .cart-icon span {
    background: #171715;
    color: #fff;
}
body.home .site-header:has(.catalog-menu:hover) .brand-mark,
body.home .site-header:has(.catalog-menu.is-open) .brand-mark {
    filter: brightness(0);
}

@media (max-width: 900px) {
    .catalog-menu-trigger {
        padding: 10px 0;
    }
    .catalog-dropdown {
        position: static;
        display: none;
        min-width: 0;
        padding: 4px 0 10px 14px;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
    }
    .catalog-menu.is-open .catalog-dropdown {
        display: block;
    }
    .catalog-dropdown a,
    .catalog-dropdown span {
        padding: 8px 0;
    }
    .site-header:has(.catalog-menu:hover),
    .site-header:has(.catalog-menu.is-open) {
        background: transparent;
        color: #fff;
    }
    .site-navigation.is-open .catalog-menu,
    .site-navigation.is-open .catalog-menu-trigger {
        color: #171715;
    }
}

/* Embedded manufacturer catalogue */
body.catalog-viewer {
    background: #fff;
}
body.catalog-viewer .site-header {
    position: relative;
    height: 150px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 88px 62px;
    padding: 0 clamp(24px, 3vw, 62px);
    background: #fff;
    color: #171715;
    border-top: 1px solid #171715;
    border-bottom: 1px solid #e7e2dc;
}
body.catalog-viewer .site-header > .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
body.catalog-viewer .site-header > .site-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
}
body.catalog-viewer .site-header > .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 13px;
}
body.catalog-viewer .home-inline-search,
body.catalog-viewer .home-inline-search:focus-within {
    position: static;
    width: clamp(210px, 15vw, 285px);
    height: 50px;
    margin-right: 5px;
}
body.catalog-viewer .brand-mark { filter: brightness(0); }
body.catalog-viewer .cart-icon span {
    background: #171715;
    color: #fff;
}
body.catalog-viewer .mega-menu { top: 150px; }

.catalog-viewer-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    padding: 24px clamp(24px, 4vw, 82px) 22px;
    border-bottom: 1px solid #e7e2dc;
    background: #fff;
}
.catalog-viewer-heading .eyebrow {
    margin-bottom: 5px;
    color: #6d665e;
}
.catalog-viewer-heading h1 {
    margin: 0;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    line-height: 1;
}
.catalog-viewer-heading > div > p:last-child {
    margin: 6px 0 0;
    color: #6b665f;
}
.catalog-viewer-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}
.catalog-book-button,
.catalog-download {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #d8d3cb;
    background: transparent;
    color: #24211e;
    font: inherit;
    line-height: 42px;
    cursor: pointer;
    box-shadow: 0 9px 8px -8px rgba(32, 27, 23, .34);
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.catalog-book-button.is-active {
    border-color: #77716b;
    background: transparent;
    color: #24211e;
    box-shadow: inset 0 -2px 0 #77716b, 0 9px 8px -8px rgba(32, 27, 23, .28);
}
.catalog-book-button:hover,
.catalog-book-button:focus-visible,
.catalog-download:hover,
.catalog-download:focus-visible {
    border-color: #2e2d2b;
    background: #2e2d2b;
    color: #fff;
    box-shadow: 0 12px 10px -9px rgba(32, 27, 23, .42);
    transform: translateY(-1px);
}
.catalog-pdf-shell {
    padding: 18px clamp(20px, 4vw, 82px) 52px;
    background: #fff;
}
.catalog-pdf-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px 10px;
    color: #625d56;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.catalog-page-controls {
    position: fixed;
    z-index: 60;
    right: clamp(18px, 3vw, 52px);
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid #ded9d1;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 32px rgba(25, 22, 19, .14);
    backdrop-filter: blur(8px);
}
.catalog-page-controls label {
    display: flex;
    align-items: center;
    gap: 6px;
}
.catalog-page-controls button,
.catalog-page-controls input {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #d8d3cb;
    background: #fff;
    color: #24211e;
    text-align: center;
}
.catalog-page-controls button {
    cursor: pointer;
}
.catalog-page-controls button:disabled {
    cursor: default;
    opacity: .35;
}
.catalog-page-controls input {
    width: 48px;
}
.catalog-page-controls input::-webkit-inner-spin-button,
.catalog-page-controls input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}
.catalog-canvas-stage {
    position: relative;
    display: flex;
    min-height: 720px;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
    padding: 20px;
    border: 1px solid #e3dfd8;
    background: #fff;
}
#catalog-pdf-canvas {
    display: block;
    max-width: none;
    background: #fff;
    box-shadow: 0 8px 28px rgba(25, 22, 19, .09);
}
.catalog-loading {
    position: absolute;
    inset: 50% auto auto 50%;
    margin: 0;
    color: #6b665f;
    transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
    body.catalog-viewer .site-header {
        height: auto;
        min-height: 82px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto auto;
        padding: 18px 20px;
    }
    body.catalog-viewer .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    body.catalog-viewer .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.catalog-viewer .site-header > .site-navigation {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    body.catalog-viewer .home-inline-search,
    body.catalog-viewer .home-inline-search:focus-within {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin: 16px 0 0;
    }
    .catalog-viewer-heading {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 20px 19px;
    }
    .catalog-viewer-actions {
        width: 100%;
    }
    .catalog-book-button,
    .catalog-download {
        flex: 1 1 auto;
        text-align: center;
    }
    .catalog-pdf-shell {
        padding: 14px 12px 36px;
    }
    .catalog-pdf-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .catalog-page-controls {
        right: 12px;
        bottom: 12px;
        max-width: calc(100vw - 24px);
        justify-content: center;
        gap: 5px;
        padding: 7px;
    }
    .catalog-canvas-stage {
        min-height: 560px;
        padding: 12px;
    }
}

/* Keep the search-page header identical to the homepage despite generic
   inner-page search rules declared above. */
@media (min-width: 901px) {
    body.home .site-header > .header-actions,
    body.search .site-header > .header-actions {
        justify-self: end;
        gap: 13px;
    }
    body.home .home-inline-search,
    body.home .home-inline-search:focus-within,
    body.search:not(.home) .home-inline-search,
    body.search:not(.home) .home-inline-search:focus-within {
        position: static;
        width: clamp(210px, 15vw, 285px);
        height: 50px;
        margin-right: 5px;
    }
    body.search .site-header > .brand .brand-mark-wrap {
        width: 33px;
        height: 36px;
        flex-basis: 33px;
        transform: translateY(4px);
    }
    body.search .site-header > .brand .brand-mark { width: 50px; }
    body.search .site-header > .brand .brand-name { transform: translateY(6px); }
}

@media (min-width: 901px) {
    body.search .site-header > .brand,
    body.home .site-header > .brand {
        gap: 0;
        align-items: center;
    }
    body.search .site-header > .brand .brand-mark-wrap,
    body.home .site-header > .brand .brand-mark-wrap {
        width: 33px;
        height: 36px;
        flex: 0 0 33px;
        transform: translateY(4px);
    }
    body.search .site-header > .brand .brand-mark,
    body.home .site-header > .brand .brand-mark {
        width: 50px;
        max-width: none;
    }
    body.search .site-header > .brand .brand-name,
    body.home .site-header > .brand .brand-name {
        font-size: 17px;
        letter-spacing: .19em;
        transform: translateY(6px);
    }
    body.search:not(.home) .home-inline-search,
    body.search:not(.home) .home-inline-search:focus-within {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
}

@media (max-width: 900px) {
    body.search:not(.home) .home-inline-search,
    body.search:not(.home) .home-inline-search:focus-within {
        position: static;
        width: 100%;
        height: 48px;
        margin-top: 16px;
    }
}

@media (min-width: 901px) {
    body.about-page-view:not(.home) .home-inline-search,
    body.about-page-view:not(.home) .home-inline-search:focus-within {
        position: static !important;
        width: clamp(210px, 15vw, 285px);
        height: 50px;
        margin-right: 5px;
    }
    body.about-page-view .site-header > .brand .brand-mark-wrap {
        width: 33px;
        height: 36px;
        flex: 0 0 33px;
        transform: translateY(4px);
    }
    body.about-page-view .site-header > .brand .brand-mark {
        width: 50px;
        max-width: none;
    }
    body.about-page-view .site-header > .brand .brand-name {
        font-size: 17px;
        letter-spacing: .19em;
        transform: translateY(6px);
    }
}

/* Keep the split header wordmark aligned like the footer wordmark. */
.site-header > .brand {
    align-items: flex-end !important;
    gap: 5px !important;
}
.site-header > .brand .brand-mark-wrap {
    transform: translateY(1px) !important;
}
.site-header > .brand .brand-name {
    transform: translateY(0) !important;
}

@media (max-width: 520px) {
    .site-header > .brand {
        gap: 4px !important;
    }
}

/* Product listings use the same centred, two-row header as the homepage. */
@media (min-width: 901px) {
    body.post-type-archive-product .site-header,
    body.tax-product_cat .site-header,
    body.tax-product_tag .site-header {
        position: relative;
        height: 150px;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: 88px 62px;
        padding: 0 clamp(24px, 3vw, 62px);
        background: #fff;
        color: #171715;
        border-top: 1px solid #171715;
        border-bottom: 1px solid #e7e2dc;
    }
    body.post-type-archive-product .site-header > .brand,
    body.tax-product_cat .site-header > .brand,
    body.tax-product_tag .site-header > .brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        align-items: flex-end !important;
        gap: 5px !important;
    }
    body.post-type-archive-product .site-header > .brand .brand-mark-wrap,
    body.tax-product_cat .site-header > .brand .brand-mark-wrap,
    body.tax-product_tag .site-header > .brand .brand-mark-wrap {
        width: 33px;
        height: 36px;
        flex: 0 0 33px;
        transform: translateY(1px) !important;
    }
    body.post-type-archive-product .site-header > .brand .brand-mark,
    body.tax-product_cat .site-header > .brand .brand-mark,
    body.tax-product_tag .site-header > .brand .brand-mark {
        width: 50px;
        max-width: none;
        filter: brightness(0);
    }
    body.post-type-archive-product .site-header > .brand .brand-name,
    body.tax-product_cat .site-header > .brand .brand-name,
    body.tax-product_tag .site-header > .brand .brand-name {
        font-size: 17px;
        letter-spacing: .19em;
        transform: translateY(0) !important;
    }
    body.post-type-archive-product .site-header > .site-navigation,
    body.tax-product_cat .site-header > .site-navigation,
    body.tax-product_tag .site-header > .site-navigation {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
    }
    body.post-type-archive-product .site-header > .header-actions,
    body.tax-product_cat .site-header > .header-actions,
    body.tax-product_tag .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        gap: 13px;
    }
    body.post-type-archive-product .home-inline-search,
    body.post-type-archive-product .home-inline-search:focus-within,
    body.tax-product_cat .home-inline-search,
    body.tax-product_cat .home-inline-search:focus-within,
    body.tax-product_tag .home-inline-search,
    body.tax-product_tag .home-inline-search:focus-within {
        position: static;
        width: clamp(210px, 15vw, 285px);
        height: 50px;
        margin-right: 5px;
    }
    body.post-type-archive-product .mega-menu,
    body.tax-product_cat .mega-menu,
    body.tax-product_tag .mega-menu {
        top: 150px;
    }
}

/* Contact page */
body.contact-page-view .site-header {
    position: relative;
    height: 150px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 88px 62px;
    padding: 0 clamp(24px, 3vw, 62px);
    background: #fff;
    color: #171715;
    border-top: 1px solid #171715;
    border-bottom: 1px solid #e7e2dc;
}
body.contact-page-view .site-header > .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}
body.contact-page-view .site-header > .site-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
}
body.contact-page-view .site-header > .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 13px;
}
body.contact-page-view .home-inline-search,
body.contact-page-view .home-inline-search:focus-within {
    position: static;
    width: clamp(210px, 15vw, 285px);
    height: 50px;
    margin-right: 5px;
}
body.contact-page-view .brand-mark {
    filter: brightness(0);
}
body.contact-page-view .cart-icon span {
    background: #171715;
    color: #fff;
}
body.contact-page-view .mega-menu {
    top: 150px;
}
.contact-page {
    width: 100%;
    background: #fff;
}
.contact-heading {
    padding-bottom: 6px;
}
.contact-heading .eyebrow {
    margin: 0 0 8px;
    color: #737373;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.contact-heading h1 {
    margin: 0;
    color: #202020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(38px, 3.4vw, 52px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: .01em;
}
.contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, .65fr) minmax(560px, 1.35fr);
    gap: clamp(48px, 6vw, 108px);
    align-items: stretch;
    width: min(100%, 1680px);
    margin: 0 auto;
    padding: 28px 4vw 34px;
}
.contact-information {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    align-content: start;
}
.contact-information-block {
    padding-top: 10px;
    border-top: 1px solid #dedede;
}
.contact-label {
    margin: 0 0 10px;
    color: #686868;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.contact-information-block > a:not(.contact-directions),
.contact-information-block address {
    display: block;
    margin: 0 0 9px;
    color: #252525;
    font-size: clamp(15px, 1.05vw, 18px);
    font-style: normal;
    line-height: 1.55;
    text-decoration: none;
}
.contact-information-block > a:not(.contact-directions):hover {
    color: #666;
}
.contact-directions {
    display: inline-flex;
    gap: 24px;
    margin-top: 6px;
    padding-bottom: 7px;
    border-bottom: 1px solid #888;
    color: #303030;
    font-size: 14px;
    text-decoration: none;
}
.contact-hours {
    margin: 0;
}
.contact-hours div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 6px;
    color: #292929;
    font-size: 15px;
    line-height: 1.45;
}
.contact-hours dt,
.contact-hours dd {
    margin: 0;
}
.contact-map {
    align-self: center;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    overflow: hidden;
    border: 1px solid #dedede;
    background: #f4f4f4;
}
.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

@media (max-width: 900px) {
    body.contact-page-view .site-header {
        height: auto;
        min-height: 82px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto auto;
        padding: 18px 20px;
    }
    body.contact-page-view .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    body.contact-page-view .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.contact-page-view .site-header > .site-navigation {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    body.contact-page-view .home-inline-search,
    body.contact-page-view .home-inline-search:focus-within {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin: 16px 0 0;
    }
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 52px;
        padding-right: 6vw;
        padding-left: 6vw;
    }
    .contact-map,
    .contact-map iframe {
        min-height: 440px;
    }
}

@media (max-width: 560px) {
    .contact-information {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .contact-heading h1 {
        font-size: 50px;
    }
    .contact-map,
    .contact-map iframe {
        min-height: 360px;
    }
}

/* Blog archive and articles use the same centered, two-row header as home. */
body.blog-page-view .site-header,
body.blog-single-view .site-header {
    position: relative;
    height: 150px;
    min-height: 150px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 88px 62px;
    padding: 0 clamp(24px, 3vw, 62px);
    background: #fff;
    color: #171715;
    border-top: 1px solid #171715;
    border-bottom: 1px solid #e7e2dc;
}
body.blog-page-view .site-header > .brand,
body.blog-single-view .site-header > .brand {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
}
body.blog-page-view .site-header > .site-navigation,
body.blog-single-view .site-header > .site-navigation {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    justify-self: center;
}
body.blog-page-view .site-header > .header-actions,
body.blog-single-view .site-header > .header-actions {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
}
body.blog-page-view .brand-mark,
body.blog-single-view .brand-mark {
    filter: brightness(0);
}
body.blog-page-view .cart-icon span,
body.blog-single-view .cart-icon span {
    background: #171715;
    color: #fff;
}
body.blog-page-view .mega-menu,
body.blog-single-view .mega-menu {
    top: 150px;
}

@media (min-width: 901px) {
    body.blog-page-view .site-header > .brand,
    body.blog-single-view .site-header > .brand {
        display: inline-flex;
        align-items: flex-end !important;
        gap: 5px !important;
        color: #171715;
    }
    body.blog-page-view .site-header > .brand .brand-mark-wrap,
    body.blog-single-view .site-header > .brand .brand-mark-wrap {
        width: 33px;
        height: 36px;
        flex: 0 0 33px;
        transform: translateY(1px) !important;
    }
    body.blog-page-view .site-header > .brand .brand-mark,
    body.blog-single-view .site-header > .brand .brand-mark {
        width: 50px;
        max-width: none;
    }
    body.blog-page-view .site-header > .brand .brand-name,
    body.blog-single-view .site-header > .brand .brand-name {
        display: inline-block;
        color: #171715;
        font-size: 17px;
        letter-spacing: .19em;
        transform: translateY(0) !important;
    }
    body.blog-page-view .site-navigation,
    body.blog-single-view .site-navigation {
        color: #171715;
    }
    body.blog-page-view .site-header > .header-actions,
    body.blog-single-view .site-header > .header-actions {
        gap: 13px;
    }
    body.blog-page-view:not(.home) .home-inline-search,
    body.blog-page-view:not(.home) .home-inline-search:focus-within,
    body.blog-single-view:not(.home) .home-inline-search,
    body.blog-single-view:not(.home) .home-inline-search:focus-within {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: clamp(210px, 15vw, 285px);
        height: 50px;
        margin-right: 5px;
    }
}

.blog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    column-gap: 60px;
    row-gap: 12px;
    align-items: end;
    padding: clamp(24px, 2.4vw, 38px) 4vw clamp(26px, 2.6vw, 42px);
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}
.blog-hero .eyebrow {
    grid-column: 1;
    margin: 0 0 18px;
    color: #696969;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
}
.blog-hero h1 {
    grid-column: 1;
    margin: 0;
    color: #181818;
    font-size: clamp(58px, 6vw, 92px);
    font-weight: 300;
    line-height: .95;
}
.blog-hero > p:last-child {
    grid-column: 2;
    grid-row: 1 / 3;
    max-width: 520px;
    margin: 0 0 4px auto;
    color: #555;
    font-size: 18px;
    line-height: 1.65;
}
.blog-index {
    padding: clamp(55px, 6vw, 96px) 4vw clamp(80px, 8vw, 130px);
    background: #fff;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(40px, 4vw, 72px) clamp(22px, 2.4vw, 44px);
}
.blog-card {
    min-width: 0;
}
.blog-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
}
.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .35s ease, transform .55s ease;
}
.blog-card__image:hover img {
    filter: brightness(.78);
    transform: scale(1.018);
}
.blog-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.blog-card__body {
    padding-top: 23px;
}
.blog-card__meta,
.blog-article__meta {
    margin: 0 0 12px;
    color: #777;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.blog-card h2 {
    margin: 0 0 13px;
    font-size: clamp(22px, 1.7vw, 29px);
    font-weight: 400;
    line-height: 1.2;
}
.blog-card h2 a,
.blog-card__link {
    color: #202020;
    text-decoration: none;
}
.blog-card__body > p:not(.blog-card__meta) {
    margin: 0;
    color: #646464;
    font-size: 15px;
    line-height: 1.65;
}
.blog-card__link {
    display: inline-flex;
    gap: 24px;
    margin-top: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #999;
    font-size: 13px;
}
.blog-pagination {
    margin-top: 72px;
}
.blog-pagination ul {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-pagination a,
.blog-pagination span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #ddd;
    color: #222;
    text-decoration: none;
}
.blog-pagination .current {
    border-color: #181818;
    background: #181818;
    color: #fff;
}

.blog-article {
    background: #fff;
}
.blog-article__header {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(65px, 8vw, 125px) 28px clamp(42px, 5vw, 72px);
    text-align: center;
}
.blog-article__back {
    display: inline-block;
    margin-bottom: 30px;
    color: #696969;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-article__header h1 {
    margin: 0 auto;
    color: #181818;
    font-size: clamp(44px, 5.2vw, 78px);
    font-weight: 300;
    line-height: 1.05;
}
.blog-article__featured {
    width: min(1440px, 92vw);
    margin: 0 auto clamp(55px, 7vw, 105px);
    overflow: hidden;
}
.blog-article__featured img {
    display: block;
    width: 100%;
    max-height: 760px;
    object-fit: cover;
}
.blog-article__content {
    width: min(860px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: clamp(80px, 9vw, 140px);
    color: #3f3f3f;
    font-size: 18px;
    line-height: 1.8;
}
.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
    color: #202020;
    font-weight: 400;
    line-height: 1.2;
}
.blog-article__content h2 {
    margin: 1.7em 0 .65em;
    font-size: clamp(34px, 4vw, 52px);
}
.blog-article__content h3 {
    margin: 1.6em 0 .6em;
    font-size: 29px;
}
.blog-article__content p {
    margin: 0 0 1.35em;
}
.blog-article__content img {
    height: auto;
    max-width: 100%;
}
.blog-article__content figure {
    margin: 45px 0;
}
.blog-article__content a {
    color: #303030;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

@media (max-width: 900px) {
    body.blog-page-view .site-header,
    body.blog-single-view .site-header {
        height: auto;
        min-height: 82px;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto auto;
        padding: 18px 20px;
    }
    body.blog-page-view .site-header > .brand,
    body.blog-single-view .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    body.blog-page-view .site-header > .header-actions,
    body.blog-single-view .site-header > .header-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.blog-page-view .site-header > .site-navigation,
    body.blog-single-view .site-header > .site-navigation {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    body.blog-page-view .home-inline-search,
    body.blog-single-view .home-inline-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin-top: 16px;
    }
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .blog-hero {
        display: block;
        padding-right: 22px;
        padding-left: 22px;
    }
    .blog-hero > p:last-child {
        margin-top: 28px;
        font-size: 16px;
    }
    .blog-index {
        padding-right: 22px;
        padding-left: 22px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .blog-article__content {
        font-size: 16px;
    }
}
/* One consistent MarLumiere wordmark across every site header. */
@media (min-width: 901px) {
    body .site-header > .brand {
        display: inline-flex !important;
        align-items: flex-end !important;
        gap: 5px !important;
        width: auto !important;
        height: 36px !important;
        color: #171715 !important;
    }

    body .site-header > .brand .brand-mark-wrap {
        display: block !important;
        width: 33px !important;
        min-width: 33px !important;
        height: 36px !important;
        flex: 0 0 33px !important;
        overflow: hidden !important;
        transform: translateY(1px) !important;
    }

    body .site-header > .brand .brand-mark {
        display: block !important;
        width: 50px !important;
        max-width: none !important;
        height: auto !important;
        filter: brightness(0) !important;
    }

    body .site-header > .brand .brand-name {
        display: inline-block !important;
        font-family: "Segoe UI", Arial, sans-serif !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .19em !important;
        white-space: nowrap !important;
        transform: none !important;
    }
}

@media (max-width: 900px) {
    body .site-header > .brand {
        display: inline-flex !important;
        align-items: flex-end !important;
        gap: 4px !important;
        width: auto !important;
        height: 31px !important;
        color: #171715 !important;
    }

    body .site-header > .brand .brand-mark-wrap {
        display: block !important;
        width: 28px !important;
        min-width: 28px !important;
        height: 31px !important;
        flex: 0 0 28px !important;
        overflow: hidden !important;
        transform: translateY(1px) !important;
    }

    body .site-header > .brand .brand-mark {
        display: block !important;
        width: 42px !important;
        max-width: none !important;
        height: auto !important;
        filter: brightness(0) !important;
    }

    body .site-header > .brand .brand-name {
        display: inline-block !important;
        font-family: "Segoe UI", Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        letter-spacing: .16em !important;
        white-space: nowrap !important;
        transform: none !important;
    }
}
/* Empty cart recommendations: match the product listing cards. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    width: min(1880px, calc(100% - 64px)) !important;
    margin: 0 auto !important;
    padding: 42px 0 72px !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    margin: 28px 0 30px !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    color: #202020 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    border: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    color: #222 !important;
    text-decoration: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 0 18px !important;
    padding: 22px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #e7e3de !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: filter .25s ease !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover .wc-block-grid__product-image img {
    filter: brightness(.9);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
    min-height: 46px !important;
    margin: 0 0 14px !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    color: #252525 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
    margin: auto 0 16px !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #634837 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
    margin: 0 !important;
    text-align: left !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 13px 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #171716 !important;
    color: #fff !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:hover {
    background: #3c3b39 !important;
}

@media (max-width: 900px) {
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
        font-size: 30px !important;
    }
}

@media (max-width: 560px) {
    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
        width: calc(100% - 32px) !important;
        padding: 28px 0 50px !important;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
        min-height: 0 !important;
    }
}
/* Keep every desktop navigation label readable while a header menu is hovered/open. */
@media (min-width: 901px) {
	.site-header:has(.shop-menu:hover) .site-navigation > .home-link,
	.site-header:has(.shop-menu.is-open) .site-navigation > .home-link,
	.site-header:has(.shop-menu:hover) .site-navigation > .shop-menu > .shop-menu-trigger,
	.site-header:has(.shop-menu.is-open) .site-navigation > .shop-menu > .shop-menu-trigger,
	.site-header:has(.shop-menu:hover) .site-navigation > .catalog-menu > .catalog-menu-trigger,
	.site-header:has(.shop-menu.is-open) .site-navigation > .catalog-menu > .catalog-menu-trigger,
	.site-header:has(.shop-menu:hover) .site-navigation > .primary-menu a,
	.site-header:has(.shop-menu.is-open) .site-navigation > .primary-menu a,
	.site-header:has(.catalog-menu:hover) .site-navigation > .home-link,
	.site-header:has(.catalog-menu.is-open) .site-navigation > .home-link,
	.site-header:has(.catalog-menu:hover) .site-navigation > .shop-menu > .shop-menu-trigger,
	.site-header:has(.catalog-menu.is-open) .site-navigation > .shop-menu > .shop-menu-trigger,
	.site-header:has(.catalog-menu:hover) .site-navigation > .catalog-menu > .catalog-menu-trigger,
	.site-header:has(.catalog-menu.is-open) .site-navigation > .catalog-menu > .catalog-menu-trigger,
	.site-header:has(.catalog-menu:hover) .site-navigation > .primary-menu a,
	.site-header:has(.catalog-menu.is-open) .site-navigation > .primary-menu a {
		color: #171715 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.site-header .site-navigation > .home-link:hover,
	.site-header .site-navigation > .shop-menu > .shop-menu-trigger:hover,
	.site-header .site-navigation > .catalog-menu > .catalog-menu-trigger:hover,
	.site-header .site-navigation > .primary-menu a:hover {
		color: #171715 !important;
		opacity: 1 !important;
	}
}

/* MarLumiere visual identity refresh. */
:root {
    --ml-lead: #59636b;
    --ml-lead-dark: #454e55;
}

body,
button,
input,
select,
textarea,
.site-header,
.woocommerce {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.section-heading h2,
.story-copy h2 {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.035em;
}

@media (min-width: 901px) {
    body .site-header,
    body.home .site-header,
    body.search .site-header,
    body.post-type-archive-product .site-header,
    body.tax-product_cat .site-header,
    body.tax-product_tag .site-header,
    body.about-page-view .site-header,
    body.contact-page-view .site-header,
    body.blog-page-view .site-header,
    body.blog-single-view .site-header,
    body.catalog-viewer .site-header {
        position: relative !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
        grid-template-rows: 96px !important;
        height: 96px !important;
        padding: 0 clamp(28px, 3.2vw, 66px) !important;
        background: #fff !important;
        color: #252a2d !important;
        border-top: 0 !important;
        border-bottom: 1px solid #e5e7e8 !important;
    }

    body .site-header > .brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        align-self: center !important;
    }

    body .site-header > .site-navigation {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        align-self: center !important;
    }

    body .site-header > .header-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        align-self: center !important;
    }

    body .home-inline-search,
    body .home-inline-search:focus-within {
        position: relative !important;
        inset: auto !important;
        width: clamp(210px, 17vw, 300px) !important;
        height: 48px !important;
    }

    body .site-header .mega-menu {
        top: 96px !important;
    }

    body .site-header .brand-mark {
        filter: brightness(0) !important;
    }
}

@media (min-width: 901px) and (max-width: 1350px) {
    body .home-inline-search,
    body .home-inline-search:focus-within {
        width: 180px !important;
    }
}

.woocommerce a.button:not(.button-light),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link),
.search-results-form button {
    border-color: var(--ml-lead) !important;
    background: var(--ml-lead) !important;
    color: #fff !important;
}

.woocommerce a.button:not(.button-light):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:not(.is-link):hover,
.search-results-form button:hover {
    border-color: var(--ml-lead-dark) !important;
    background: var(--ml-lead-dark) !important;
    color: #fff !important;
}

/* Product CTA follows the same transparent editorial button treatment used site-wide. */
.single-product div.product form.cart .single_add_to_cart_button {
    border: 1px solid #1c1c1a !important;
    background: transparent !important;
    color: #1c1c1a !important;
    box-shadow: 0 9px 8px -8px rgba(28, 28, 26, .38) !important;
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product div.product form.cart .single_add_to_cart_button:focus-visible {
    border-color: #1c1c1a !important;
    background: #1c1c1a !important;
    color: #fff !important;
    box-shadow: 0 12px 10px -9px rgba(28, 28, 26, .48) !important;
    transform: translateY(-1px);
}

/* Keep product naming typography consistent across detail and catalogue views. */
.single-product div.product .summary .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.shop-results ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
}

.single-product .ml-product-description summary {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif !important;
    font-weight: 700;
}

.woocommerce ul.products li.product,
.shop-results ul.products li.product {
    padding-bottom: 18px !important;
    border-bottom: 1px solid #e5e7e8 !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.shop-results ul.products li.product:hover .woocommerce-loop-product__title {
    color: var(--ml-lead) !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background: #1c1c1a !important;
    color: #fff !important;
}

.story-copy {
    background: #fff !important;
    color: #252a2d !important;
    border-top: 1px solid #e5e7e8;
    border-bottom: 1px solid #e5e7e8;
    text-shadow: none !important;
}

.story-copy h2,
.story-copy p,
.story-copy a {
    text-shadow: none !important;
}

.story-section {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    height: min(78vh, 880px);
    min-height: 620px;
    align-items: stretch;
}

.story-image {
    aspect-ratio: auto;
    min-height: 0;
    background-position: center 65%;
    background-size: cover;
}

@media (max-width: 900px) {
    .story-section {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }

    .story-image {
        aspect-ratio: 3 / 4;
        min-height: 0;
        background-position: center bottom;
        background-size: cover;
    }
}

.story-copy p:not(.eyebrow) {
    color: #59636b !important;
}

.woocommerce ul.products li.product .price,
.shop-results ul.products li.product .price,
.single-product div.product .summary .price {
    font-family: Arial, Helvetica, sans-serif !important;
}

.story-copy .eyebrow,
.story-copy a,
.section-heading-row > a:hover,
.category-card:hover .category-card-copy strong {
    color: var(--ml-lead) !important;
}

.story-copy a {
    border-bottom-color: var(--ml-lead) !important;
}

/* Product-only category imagery on a clean white canvas. */
.site-header .mega-category-image,
.popular-categories .category-card-image {
    background-color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

/* Clearer category labels and product thumbnails in the Products dropdown. */
@media (min-width: 901px) {
    .site-header .mega-category {
        grid-template-columns: 82px minmax(0, 1fr);
        min-height: 82px;
        gap: 16px;
    }
    .site-header .mega-category-image {
        width: 82px;
        height: 82px;
    }
    .site-header .mega-category > span:last-child {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
    }
}

@media (max-width: 900px) {
    .site-header .mega-category {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 58px;
        gap: 12px;
    }
    .site-header .mega-category-image {
        width: 58px;
        height: 58px;
    }
    .site-header .mega-category > span:last-child {
        font-size: 15px;
    }
}

/* Subtle transition between categories and featured products. */
body.home #content > .products-section {
    position: relative;
    padding-top: 48px;
}

body.home #content > .popular-categories {
    padding-bottom: 38px;
}

body.home #content > .products-section {
    padding-bottom: 52px;
}

body.home #content > .professional-collaboration {
    position: relative;
    padding-top: 64px;
    padding-bottom: 48px;
    border-top: 0;
}

body.home #content > .professional-collaboration::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4vw;
    right: 4vw;
    height: 1px;
    background: #c3c9cd;
}

/* A calmer, more contained presentation for the professional invitation. */
body.home #content > .professional-collaboration {
    width: auto;
    margin: 38px 0 0;
    padding: clamp(62px, 6vw, 84px) 8% clamp(58px, 5vw, 74px);
    grid-template-columns: minmax(300px, .72fr) minmax(430px, .88fr);
    align-items: center;
    gap: clamp(48px, 6vw, 92px);
    background: #fff;
    border: 0;
    box-sizing: border-box;
}
body.home #content > .professional-collaboration::before {
    display: block;
    top: 0;
    right: 4%;
    left: 4%;
    background: #dedbd7;
}
body.home #content > .professional-collaboration::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: 0;
    left: 4%;
    height: 1px;
    background: #dedbd7;
}
body.home .professional-collaboration-copy {
    align-self: center;
    max-width: 590px;
    padding: 0;
}
body.home .professional-collaboration-copy p {
    max-width: 560px;
}

@media (max-width: 800px) {
    body.home #content > .products-section {
        padding-bottom: 42px;
    }

    body.home #content > .professional-collaboration {
        margin: 28px 0 0;
        padding: 48px 7%;
        gap: 30px;
    }

    body.home #content > .professional-collaboration::before,
    body.home #content > .professional-collaboration::after {
        right: 5%;
        left: 5%;
    }
}

body.home #content > .products-section::before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 4vw;
    right: 4vw;
    display: block !important;
    width: auto !important;
    height: 1px !important;
    background: #c3c9cd !important;
    transform: none;
}

.about-hero-image {
    background-position: center 56%;
}

.about-hero-copy {
    background: #b2a7a5;
    color: #fff;
}

.about-hero-copy .eyebrow,
.about-hero-copy h1,
.about-hero-copy > p:last-child {
    color: #fff;
    text-shadow: none;
}

@media (min-width: 901px) {
    .about-hero {
        margin-top: calc(clamp(18px, 2vw, 38px) + (100vw - 100%) / 2);
        margin-left: calc(clamp(18px, 2vw, 38px) + (100vw - 100%) / 2);
        margin-right: calc(clamp(18px, 2vw, 38px) - (100vw - 100%) / 2);
    }
}

@media (max-width: 900px) {
    .about-hero-image {
        background-position: center 54%;
    }

    .about-image-break {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .about-image-break-visual img {
        position: static;
        width: 100%;
        height: auto;
        max-height: none;
    }
    .about-image-break-copy {
        padding: 55px 28px 65px;
    }
}

/* Distinct MarLumiere cart and checkout treatment. */
@media (min-width: 901px) {
    body.woocommerce-cart .site-header,
    body.woocommerce-checkout .site-header {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
        grid-template-rows: 96px !important;
        height: 96px !important;
        min-height: 96px !important;
        padding: 0 clamp(28px, 3.2vw, 66px) !important;
    }

    body.woocommerce-cart .site-header > .brand,
    body.woocommerce-checkout .site-header > .brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
    }

    body.woocommerce-cart .site-header > .site-navigation,
    body.woocommerce-checkout .site-header > .site-navigation {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        width: auto !important;
    }

    body.woocommerce-cart .site-header > .header-actions,
    body.woocommerce-checkout .site-header > .header-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }

    body.woocommerce-cart .home-inline-search,
    body.woocommerce-checkout .home-inline-search {
        width: clamp(180px, 17vw, 280px) !important;
        height: 48px !important;
        margin-right: 0 !important;
    }

    body.woocommerce-cart .mega-menu,
    body.woocommerce-checkout .mega-menu {
        top: 96px !important;
    }
}

body.woocommerce-checkout .ml-checkout-page {
    width: min(1440px, calc(100% - 80px));
    padding-top: 48px;
}

body.woocommerce-checkout .ml-checkout-heading {
    display: block;
    max-width: 720px;
    margin-bottom: 46px;
    padding-bottom: 0;
    border-bottom: 0;
}

body.woocommerce-checkout .ml-checkout-heading p {
    display: none;
}

body.woocommerce-checkout .ml-checkout-heading h1 {
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 260;
    font-variation-settings: "wght" 260;
    letter-spacing: -.025em;
}

body.woocommerce-checkout .ml-checkout-heading span {
    display: block;
    max-width: 620px;
    width: 100%;
    margin: 14px 0 0 !important;
    justify-self: start;
    text-align: left;
    color: #667078;
    font-size: 16px;
}

body.woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
    column-gap: clamp(54px, 6vw, 92px);
}

body.woocommerce-checkout .ml-customer-type .woocommerce-input-wrapper {
    width: min(580px, 100%);
    gap: 12px;
    padding: 0;
    border: 0;
}

body.woocommerce-checkout .ml-customer-type .woocommerce-input-wrapper label {
    min-height: 50px;
    border: 0;
    border-bottom: 1px solid #d8d4d0;
    background: transparent;
    color: #4a3f3b;
    font-weight: 400;
    box-shadow: none;
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.woocommerce-checkout .ml-customer-type input[type="radio"]:checked + label {
    border-bottom: 2px solid #4a3f3b;
    background: transparent;
    color: #4a3f3b;
    box-shadow: none;
}

body.woocommerce-checkout .ml-customer-type .woocommerce-input-wrapper label:hover {
    border-color: #2f2d2a;
    background: #2f2d2a;
    color: #fff;
    box-shadow: 0 12px 10px -9px rgba(32, 27, 23, .42);
    transform: translateY(-1px);
}

body.woocommerce-checkout #order_review_heading {
    color: #59636b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.woocommerce-checkout #order_review {
    margin-top: 48px;
    padding: 24px;
    border: 1px solid #dfe3e5;
    border-top: 3px solid var(--ml-lead);
}

body.woocommerce-checkout #place_order {
    border: 1px solid #4a3f3b !important;
    background: transparent !important;
    color: #4a3f3b !important;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
    box-shadow: 0 9px 8px -8px rgba(32, 27, 23, .34);
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.woocommerce-checkout #place_order:hover {
    border-color: #2f2d2a !important;
    background: #2f2d2a !important;
    color: #fff !important;
    box-shadow: 0 12px 10px -9px rgba(32, 27, 23, .42);
    transform: translateY(-1px);
}

/* Dedicated product-category directory. */
body.categories-page-view .site-header {
    position: relative;
    color: var(--ink);
    border-bottom-color: rgba(23, 23, 21, .12);
}

body.categories-page-view .brand-mark { filter: brightness(0); }
body.categories-page-view .cart-icon span { background: var(--ink); color: #fff; }

.categories-page { padding: 58px 4vw 100px; }
.categories-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    align-items: end;
    gap: 40px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(23, 23, 21, .16);
}
.categories-page__hero .eyebrow { grid-column: 1 / -1; margin-bottom: -27px; }
.categories-page__hero h1 {
    margin: 0;
    font-size: clamp(38px, 4.4vw, 62px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.055em;
}
.categories-page__hero > p:last-child { margin: 0 0 3px; color: #666661; font-size: 15px; }
.categories-page__listing {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px 30px;
    padding-top: 44px;
}
.categories-page__card { position: relative; display: block; }
.categories-page__image {
    position: relative;
    display: grid;
    aspect-ratio: 1.12;
    place-items: center;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(23, 23, 21, .18);
}
.categories-page__image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(18, 18, 16, 0);
    pointer-events: none;
    transition: background-color .28s ease;
}
.categories-page__image img {
    width: 72%;
    height: 72%;
    object-fit: contain;
    transition: transform .35s ease;
}
.categories-page__card:hover .categories-page__image img { transform: scale(1.035); }
.categories-page__card:hover .categories-page__image::after { background: rgba(18, 18, 16, .14); }
.categories-page__copy { display: flex; flex-direction: column; gap: 3px; padding: 12px 34px 0 0; }
.categories-page__copy strong { font-size: 16px; font-weight: 600; }
.categories-page__copy span { color: #777771; font-size: 12px; }
.categories-page__arrow {
    position: absolute;
    right: 2px;
    bottom: 13px;
    font-size: 17px;
    transition: transform .2s ease;
}
.categories-page__card:hover .categories-page__arrow { transform: translateX(4px); }

@media (max-width: 900px) {
    .categories-page { padding: 58px 22px 80px; }
    .categories-page__hero { display: block; padding-bottom: 34px; }
    .categories-page__hero .eyebrow { margin-bottom: 14px; }
    .categories-page__hero > p:last-child { max-width: 520px; margin-top: 20px; }
    .categories-page__listing { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 18px; padding-top: 38px; }
}

@media (max-width: 560px) {
    .categories-page__hero h1 { font-size: 44px; }
    .categories-page__listing { grid-template-columns: 1fr; }
}

/* Purchase terms. */
body.page-template-page-uslovi-kupovine .site-header,
body.page-id-16463 .site-header {
    position: relative;
    color: var(--ink);
    border-bottom-color: rgba(23, 23, 21, .12);
}

body.page-template-page-uslovi-kupovine .brand-mark,
body.page-id-16463 .brand-mark { filter: brightness(0); }

.terms-page { padding: 84px 4vw 120px; }
.terms-page__hero {
    max-width: 980px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(23, 23, 21, .16);
}
.terms-page__hero h1 {
    margin: 0;
    font-size: clamp(46px, 6vw, 82px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.055em;
}
.terms-page__hero > p:last-child { max-width: 680px; margin: 22px 0 0; color: #5f5f5a; font-size: 17px; }
.terms-page__layout {
    display: grid;
    grid-template-columns: minmax(210px, .3fr) minmax(0, .7fr);
    gap: clamp(50px, 8vw, 130px);
    max-width: 1180px;
    padding-top: 58px;
}
.terms-page__aside { position: sticky; top: 34px; align-self: start; display: flex; flex-direction: column; gap: 8px; }
.terms-page__aside p { margin: 0 0 8px; font-weight: 600; }
.terms-page__aside a { color: #666; }
.terms-page__content { max-width: 760px; color: #42423f; font-size: 16px; line-height: 1.75; }
.terms-page__content h2 { margin: 58px 0 18px; color: var(--ink); font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.terms-page__content h2:first-child { margin-top: 0; }
.terms-page__content h3 { margin: 34px 0 12px; color: var(--ink); font-size: 19px; font-weight: 600; }
.terms-page__content p { margin: 0 0 18px; }
.terms-page__content ol,
.terms-page__content ul { margin: 0 0 22px; padding-left: 22px; }
.terms-page__content li { margin-bottom: 7px; }
.terms-page__content a { text-decoration: underline; text-underline-offset: 3px; }
.terms-page__updated { margin-top: 54px !important; padding-top: 20px; border-top: 1px solid rgba(23, 23, 21, .14); color: #777; font-size: 13px; }

@media (max-width: 760px) {
    .terms-page { padding: 58px 22px 80px; }
    .terms-page__hero { padding-bottom: 36px; }
    .terms-page__hero h1 { font-size: 44px; }
    .terms-page__layout { grid-template-columns: 1fr; gap: 42px; padding-top: 38px; }
    .terms-page__aside { position: static; padding-bottom: 28px; border-bottom: 1px solid rgba(23, 23, 21, .14); }
    .terms-page__content h2 { margin-top: 44px; }
}

/* Keep primary navigation available while scrolling on every page. */
body .site-header,
body.home .site-header,
body.search .site-header,
body.post-type-archive-product .site-header,
body.tax-product_cat .site-header,
body.tax-product_tag .site-header,
body.about-page-view .site-header,
body.contact-page-view .site-header,
body.blog-page-view .site-header,
body.blog-single-view .site-header,
body.catalog-viewer .site-header,
body.categories-page-view .site-header,
body.page-template-page-uslovi-kupovine .site-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .97) !important;
    color: #252a2d !important;
    border-bottom: 1px solid #e5e7e8 !important;
    box-shadow: 0 5px 18px rgba(23, 23, 21, .035);
    backdrop-filter: blur(10px);
}

body.admin-bar .site-header { top: 32px; }

body .site-header .brand-mark { filter: brightness(0) !important; }
body .site-header .cart-icon span { background: #252a2d; color: #fff; }

@media (max-width: 782px) {
    body.admin-bar .site-header { top: 46px; }
}

/* Minimal hover cue for category links in the Products menu. */
.site-header .mega-category > span:last-child {
    position: relative;
    width: max-content;
    max-width: 100%;
    padding-bottom: 4px;
    font-weight: 400 !important;
}

.site-header .mega-category > span:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(37, 42, 45, .65);
    transform: scaleX(0) scaleY(.5);
    transform-origin: right center;
    transition: transform .24s ease;
}

.site-header .mega-category:hover > span:last-child::after,
.site-header .mega-category:focus-visible > span:last-child::after {
    transform: scaleX(1) scaleY(.5);
    transform-origin: left center;
}

/* Softer homepage slider typography. */
body.home .hero-content .hero-dynamic-title {
    max-width: 590px;
    color: #35383a;
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(62px, 4.6vw, 82px);
    font-weight: 220 !important;
    line-height: 1.02;
    letter-spacing: -.035em;
    text-transform: none;
}

body.home .hero-content > .hero-dynamic-eyebrow {
    color: #555a5d;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .16em;
}

body.home .hero-content > p:not(.eyebrow) {
    max-width: 480px;
    color: #55595b;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

body.home .hero-actions .button-light {
    font-size: 16px;
    font-weight: 400;
    border-color: #4a4642 !important;
    background: transparent !important;
    color: #2f2d2a !important;
    backdrop-filter: none !important;
    box-shadow: 0 9px 8px -8px rgba(32, 27, 23, .34);
    transition: background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

body.home .hero-actions .button-light:hover,
body.home .hero-actions .button-light:focus-visible {
    border-color: #2f2d2a !important;
    background: #2f2d2a !important;
    color: #fff !important;
    box-shadow: 0 12px 10px -9px rgba(32, 27, 23, .42);
    transform: translateY(-1px);
}

@media (min-width: 901px) {
    body.home .hero-content {
        padding-bottom: clamp(170px, 11vw, 210px);
    }

    body.home .hero-content .hero-actions {
        position: absolute;
        right: clamp(42px, 6vw, 112px);
        bottom: clamp(70px, 6vw, 112px);
        left: clamp(42px, 6vw, 112px);
        margin-top: 0;
    }
}

body.home .hero-content.is-dark-panel .hero-dynamic-title,
body.home .hero-content.is-dark-panel > .hero-dynamic-eyebrow,
body.home .hero-content.is-dark-panel > p:not(.eyebrow) {
    color: #f5f0ea;
}

body.home .hero-content.is-dark-panel .hero-actions .button-light {
    border-color: rgba(255, 255, 255, .7) !important;
    color: #fff !important;
}

body.home .hero-content.is-dark-panel .hero-actions .button-light:hover,
body.home .hero-content.is-dark-panel .hero-actions .button-light:focus-visible {
    border-color: #fff !important;
    background: #fff !important;
    color: #3e3028 !important;
}

@media (max-width: 700px) {
    body.home .hero-content .hero-dynamic-title {
        font-size: clamp(44px, 12vw, 58px);
    }
}

/* Compact mobile hero: place the copy over the photograph instead of in a
   separate beige panel. Desktop layout intentionally remains unchanged. */
@media (max-width: 700px) {
    body.home .hero {
        position: relative;
        display: block;
        height: min(590px, calc(100svh - 145px));
        min-height: 520px;
        margin: 0 12px;
        overflow: hidden;
        background: #4a403a;
    }

    body.home .hero-visual {
        position: absolute;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    body.home .hero-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background:
            linear-gradient(180deg, rgba(24, 20, 18, .08) 8%, rgba(24, 20, 18, .2) 40%, rgba(24, 20, 18, .82) 100%),
            linear-gradient(90deg, rgba(24, 20, 18, .34), rgba(24, 20, 18, .03) 78%);
    }

    body.home .hero-content,
    body.home .hero-content.is-dark-panel {
        position: absolute;
        inset: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 28px 28px 30px;
        background: transparent !important;
    }

    body.home .hero-content .hero-dynamic-title {
        max-width: 330px;
        margin-bottom: 14px;
        color: #fff !important;
        font-size: clamp(38px, 10.5vw, 48px);
        line-height: .98;
    }

    body.home .hero-content > .hero-dynamic-eyebrow {
        margin-bottom: 12px;
        color: rgba(255, 255, 255, .84) !important;
        font-size: 11px;
    }

    body.home .hero-content > p:not(.eyebrow) {
        max-width: 330px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, .9) !important;
        font-size: 14px;
        line-height: 1.45;
    }

    body.home .hero-content .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        margin-top: 20px;
    }

    body.home .hero-actions .button-light,
    body.home .hero-content.is-dark-panel .hero-actions .button-light {
        width: 100%;
        min-height: 48px;
        padding: 11px 8px;
        border-color: rgba(255, 255, 255, .76) !important;
        color: #fff !important;
        font-size: 13px;
        line-height: 1.2;
        box-shadow: 0 9px 8px -8px rgba(0, 0, 0, .65);
    }

    body.home .hero-actions .button-light:hover,
    body.home .hero-actions .button-light:focus-visible,
    body.home .hero-content.is-dark-panel .hero-actions .button-light:hover,
    body.home .hero-content.is-dark-panel .hero-actions .button-light:focus-visible {
        border-color: #24211f !important;
        background: #24211f !important;
        color: #fff !important;
    }
}

/* Connect featured products, professional invitation and brand story. */
body.home #content > .products-section {
    padding-bottom: 76px;
}

body.home #content > .professional-collaboration {
    width: calc(100% - 8vw);
    margin: 0 4vw 30px;
    padding: clamp(58px, 5vw, 76px) clamp(42px, 5vw, 76px);
    grid-template-columns: minmax(280px, .72fr) minmax(420px, .88fr);
    gap: clamp(54px, 7vw, 112px);
    background: #eee9e2;
    border: 0;
}

body.home #content > .professional-collaboration::before,
body.home #content > .professional-collaboration::after {
    display: none;
}

body.home .professional-collaboration-heading h2 {
    max-width: 560px;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: .045em;
}

body.home .professional-collaboration-copy h3 {
    color: #66625d;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .13em;
}

body.home .professional-collaboration-copy p {
    margin-top: 18px;
    color: #55524e;
    font-size: 16px;
}

/* Full-width, high-contrast professional partnership band. */
body.home #content > .professional-collaboration {
    width: 100%;
    margin: 0 0 30px;
    padding-right: max(4vw, calc((100vw - 1880px) / 2));
    padding-left: max(4vw, calc((100vw - 1880px) / 2));
    background: #4a3f3b;
    color: #f5f1eb;
}

body.home .professional-collaboration-heading h2,
body.home .professional-collaboration-copy h3,
body.home .professional-collaboration-copy p,
body.home .professional-collaboration-copy a {
    color: #f5f1eb;
}

body.home .professional-collaboration-copy h3 {
    color: rgba(245, 241, 235, .7);
}

body.home .professional-collaboration-copy p {
    color: rgba(245, 241, 235, .78);
}

body.home .professional-collaboration-copy a {
    border-bottom-color: rgba(245, 241, 235, .58);
}

body.home #content > .professional-collaboration {
    min-height: 440px;
    padding-top: clamp(82px, 7vw, 112px);
    padding-bottom: clamp(82px, 7vw, 112px);
    grid-template-columns: minmax(320px, .78fr) minmax(460px, 1fr);
    align-items: center;
}

body.home .professional-collaboration-heading h2 {
    max-width: 650px;
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(44px, 4vw, 64px);
    font-weight: 260;
    line-height: 1.02;
    letter-spacing: .025em;
}

body.home .professional-collaboration-copy {
    padding: 10px 0 10px clamp(40px, 5vw, 82px);
    border-left: 1px solid rgba(245, 241, 235, .24);
}

body.home .professional-collaboration-copy h3 {
    font-size: 14px;
    letter-spacing: .15em;
}

body.home .professional-collaboration-copy p {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
}

body.home .professional-collaboration-copy a {
    gap: 36px;
    margin-top: 28px;
    padding: 13px 18px;
    border: 1px solid rgba(245, 241, 235, .52);
    transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}

body.home .professional-collaboration-copy a:hover,
body.home .professional-collaboration-copy a:focus-visible {
    border-color: #f5f1eb;
    background: #f5f1eb;
    color: #3b3734;
}

@media (max-width: 800px) {
    body.home #content > .professional-collaboration {
        min-height: 0;
    }

    body.home .professional-collaboration-copy {
        padding: 28px 0 0;
        border-top: 1px solid rgba(245, 241, 235, .24);
        border-left: 0;
    }
}

body.home #content > .story-section {
    width: 100%;
    height: min(70vh, 720px);
    min-height: 560px;
    margin: 0 0 84px;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    border: 1px solid #d8d3cc;
    box-shadow: none;
    box-sizing: border-box;
}

body.home #content > .story-section .story-copy {
    align-items: flex-end;
    padding: clamp(56px, 7vw, 108px);
    background: #f7f5f1 !important;
    border: 0;
    text-align: right;
}

body.home #content > .story-section .story-image {
    background-color: #f3f0eb;
    background-position: 42% center;
    background-size: 145% auto;
}

body.home #content > .story-section .story-copy h2 {
    max-width: 620px;
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(58px, 5.5vw, 88px);
    font-weight: 220;
    line-height: .96;
    letter-spacing: -.045em;
}

body.home #content > .story-section .story-copy p:not(.eyebrow) {
    max-width: 520px;
    color: #55524e !important;
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

body.home #content > .story-section .story-copy a {
    align-self: flex-end;
}

@media (max-width: 800px) {
    body.home #content > .products-section { padding-bottom: 54px; }
    body.home #content > .professional-collaboration {
        width: 100%;
        margin: 0 0 22px;
        padding: 46px 28px 50px;
        grid-template-columns: 1fr;
        gap: 28px;
    }
    body.home #content > .story-section {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        min-height: 0;
        margin: 0 22px 64px;
        grid-template-columns: 1fr;
    }
    body.home #content > .story-section .story-image { min-height: 430px; }
    body.home #content > .story-section .story-copy { padding: 52px 28px 58px; }
}

/* Make footer links recognisable without adding visual noise. */
.site-footer .footer-column li > a {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}

.site-footer .footer-column li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, .48);
    transform: scaleX(0) scaleY(.5);
    transform-origin: right center;
    transition: transform .24s ease;
}

.site-footer .footer-column li > a:hover::after,
.site-footer .footer-column li > a:focus-visible::after {
    transform: scaleX(1) scaleY(.5);
    transform-origin: left center;
}

/* Match homepage category imagery with the site's thin framed cards. */
body.home .popular-categories .category-card-image {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 21, .18) !important;
    background-color: transparent !important;
    box-sizing: border-box;
    filter: none !important;
}

body.home .popular-categories .category-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 18, .18);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

body.home .popular-categories .category-card:hover .category-card-image {
    transform: none;
    filter: none !important;
}

body.home .popular-categories .category-card:hover .category-card-image::after {
    opacity: 1;
}

/* Keep the featured-products section open and borderless. */
body.home #content > .products-section::before {
    display: none !important;
    content: none !important;
}

body.home #content > .products-section ul.products li.product {
    border-bottom: 0 !important;
}

/* Consistent framed, interactive imagery on every product listing. */
.woocommerce ul.products li.product img,
.shop-results ul.products li.product img,
.products-section .woocommerce ul.products li.product img,
.single-product .related.products ul.products li.product img,
.single-product .upsells.products ul.products li.product img {
    border: 1px solid rgba(23, 23, 21, .18) !important;
    box-sizing: border-box;
    transition: filter .28s ease, transform .28s ease !important;
}

.woocommerce ul.products li.product:hover img,
.shop-results ul.products li.product:hover img,
.products-section .woocommerce ul.products li.product:hover img,
.single-product .related.products ul.products li.product:hover img,
.single-product .upsells.products ul.products li.product:hover img {
    filter: brightness(.86);
}

/* Make product codes easy to identify on detail and result pages. */
.single-product .ml-product-sku {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 18px;
    color: #77736e;
    font-size: 13px;
}

.single-product .ml-product-sku span {
    letter-spacing: .08em;
    text-transform: uppercase;
}

.single-product .ml-product-sku strong {
    color: #303234;
    font-size: 15px;
    font-weight: 600;
}

.single-product .product_meta .sku_wrapper { display: none; }

.woocommerce ul.products li.product .ml-loop-product-sku,
.shop-results ul.products li.product .ml-loop-product-sku {
    display: block;
    margin: 6px 0 8px;
    color: #77736e;
    font-size: 11px;
    letter-spacing: .055em;
    text-transform: uppercase;
}

/* Catalogue listings stay borderless; hover darkening remains active. */
body.post-type-archive-product .shop-results ul.products li.product img,
body.tax-product_cat .shop-results ul.products li.product img,
body.tax-product_tag .shop-results ul.products li.product img,
body.search .shop-results ul.products li.product img {
    border: 1px solid rgba(23, 23, 21, .14) !important;
}

body.post-type-archive-product .shop-results ul.products li.product,
body.tax-product_cat .shop-results ul.products li.product,
body.tax-product_tag .shop-results ul.products li.product,
body.search .shop-results ul.products li.product {
    border-bottom: 0 !important;
}

body.post-type-archive-product .shop-results ul.products li.product .product-cart-button,
body.tax-product_cat .shop-results ul.products li.product .product-cart-button,
body.tax-product_tag .shop-results ul.products li.product .product-cart-button,
body.search .shop-results ul.products li.product .product-cart-button {
    right: 24px;
}

/* Give each catalogue row enough breathing room to keep product details grouped. */
body.post-type-archive-product .shop-results ul.products,
body.tax-product_cat .shop-results ul.products,
body.tax-product_tag .shop-results ul.products,
body.search .shop-results ul.products {
    row-gap: 76px;
}

@media (max-width: 900px) {
    body.post-type-archive-product .shop-results ul.products,
    body.tax-product_cat .shop-results ul.products,
    body.tax-product_tag .shop-results ul.products,
    body.search .shop-results ul.products {
        row-gap: 54px;
    }
}

@media (max-width: 900px) {
    body.woocommerce-checkout .ml-checkout-page {
        width: calc(100% - 36px);
        padding-top: 32px;
    }

    body.woocommerce-checkout .ml-checkout-heading {
        margin-bottom: 32px;
    }

    body.woocommerce-checkout #order_review {
        margin-top: 0;
    }
}

/* Mobile: keep the search field visually attached to the main header row. */
@media (max-width: 900px) {
    body .site-header,
    body.home .site-header,
    body:not(.home) .site-header {
        position: sticky !important;
        top: 0;
        height: 124px !important;
        min-height: 124px !important;
        grid-template-columns: auto 1fr auto !important;
        grid-template-rows: 72px 52px !important;
        row-gap: 0 !important;
        padding: 0 14px !important;
        margin-bottom: 0 !important;
        align-items: center;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .98) !important;
    }

    body.admin-bar .site-header {
        top: 46px;
    }

    body .site-header > .brand {
        grid-column: 1;
        grid-row: 1;
    }

    body .site-header > .menu-toggle {
        grid-row: 1;
    }

    body .site-header > .header-actions {
        position: static !important;
        grid-column: 3 !important;
        grid-row: 1 !important;
    }

    body .site-header .home-inline-search,
    body .site-header .home-inline-search:focus-within,
    body.home .site-header .home-inline-search,
    body:not(.home) .site-header .home-inline-search {
        position: absolute !important;
        top: 72px !important;
        right: 14px !important;
        bottom: auto !important;
        left: 14px !important;
        width: auto !important;
        height: 52px !important;
        margin: 0 !important;
        z-index: 2 !important;
        box-sizing: border-box;
        transition: border-color .2s ease !important;
    }

    body.home .hero {
        margin-top: 12px !important;
    }
}

/* Mobile navigation occupies the whole viewport when open. */
@media (max-width: 900px) {
    body.mobile-menu-open {
        overflow: hidden !important;
    }

    body.mobile-menu-open #wpadminbar {
        display: none !important;
    }

    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
        z-index: 999998 !important;
    }

    body.mobile-menu-open .site-header > .brand,
    body.mobile-menu-open .site-header > .site-navigation,
    body.mobile-menu-open .site-header > .header-actions,
    body.mobile-menu-open .site-header > .home-inline-search {
        display: none !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        position: fixed !important;
        top: 14px !important;
        right: 16px !important;
        left: auto !important;
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 10px !important;
        z-index: 1000001 !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 58px 16px 16px !important;
        overflow: hidden !important;
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        z-index: 1000000 !important;
    }

    body.mobile-menu-open .mobile-menu-frame,
    body.mobile-menu-open .mobile-menu-panel {
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body.mobile-menu-open .mobile-menu-panel-scroll {
        max-height: calc(100dvh - 122px) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }
}

/* Mobile menu leaves a narrow, tappable view of the current page. */
@media (max-width: 900px) {
    body.mobile-menu-open .site-header,
    body.home.mobile-menu-open .site-header,
    body:not(.home).mobile-menu-open .site-header {
        background: transparent !important;
    }

    body.mobile-menu-open .mobile-navigation,
    body.mobile-menu-open .mobile-navigation.is-open {
        inset: 0 auto 0 0 !important;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
    }

    body.mobile-menu-open .site-header > .menu-toggle {
        right: 40px !important;
    }

    body.mobile-menu-open .mobile-menu-page-peek {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 24px !important;
        min-width: 24px !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid rgba(69, 48, 43, 0.42) !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 1000002 !important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
}
