/* Hide theme chrome only while the bridge is active. We do not hide page content. */
body.ssb-active #masthead,
body.ssb-active header#masthead,
body.ssb-active .site-header:not(.ssb-header),
body.ssb-active .main-header-bar-wrap,
body.ssb-active .ast-above-header-wrap,
body.ssb-active .ast-below-header-wrap,
body.ssb-active .kadence-header-row-container-inner,
body.ssb-active header.site-header,
body.ssb-active #colophon,
body.ssb-active footer#colophon,
body.ssb-active .site-footer:not(.ssb-footer),
body.ssb-active .ast-footer-overlay,
body.ssb-active .site-above-footer-wrap,
body.ssb-active .site-primary-footer-wrap,
body.ssb-active .site-below-footer-wrap {
  display: none !important;
}

.ssb-header, .ssb-footer { box-sizing: border-box; }
.ssb-header *, .ssb-footer * { box-sizing: border-box; }
.ssb-header { position: relative; z-index: 999; background: var(--ss-surface); color: var(--ss-text); border-bottom: 1px solid var(--ss-border); }
.ssb-topbar { background: var(--ss-primary); color: #fff; font-size: 13px; }
.ssb-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ssb-topbar p { margin: 0; opacity: .94; }
.ssb-topbar nav { display: flex; gap: 18px; }
.ssb-topbar a { color: #fff !important; text-decoration: none; opacity: .92; }
.ssb-topbar a:hover { opacity: 1; }

.ssb-mainbar { background: var(--ss-surface); }
.ssb-mainbar__inner { min-height: 82px; display: grid; grid-template-columns: minmax(180px, 260px) minmax(280px, 1fr) auto; align-items: center; gap: 28px; }
.ssb-brand { color: var(--ss-text) !important; text-decoration: none !important; display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.05; width: fit-content; }
.ssb-brand__name { font-family: Georgia, "Times New Roman", serif; font-size: 28px; letter-spacing: -.02em; }
.ssb-brand__tagline { color: var(--ss-muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; margin-top: 7px; }
.ssb-brand--image { max-width: 220px; }
.ssb-brand__image { max-height: 56px; width: auto; max-width: 100%; object-fit: contain; display: block; }

.ssb-search { position: relative; display: flex; align-items: center; margin: 0; }
.ssb-search__icon { position: absolute; left: 15px; width: 20px; height: 20px; color: var(--ss-muted); pointer-events: none; }
.ssb-search__icon svg, .ssb-action__icon svg, .ssb-icon-button svg, .ssb-drawer svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ssb-search input[type="search"] { width: 100%; height: 48px; min-height: 48px; padding: 0 16px 0 46px !important; border: 1px solid var(--ss-border) !important; border-radius: 999px !important; background: #FBFAF6 !important; color: var(--ss-text) !important; font-size: 14px; }
.ssb-search input[type="search"]:focus { border-color: var(--ss-sage) !important; outline: 3px solid rgba(128, 144, 129, .12) !important; }
.ssb-actions { display: flex; align-items: center; gap: 12px; }
.ssb-action { min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 8px 10px; color: var(--ss-text) !important; text-decoration: none !important; border-radius: 12px; }
.ssb-action:hover { background: var(--ss-bg); }
.ssb-action__icon { width: 24px; height: 24px; position: relative; flex: 0 0 24px; }
.ssb-action__text { font-size: 13px; font-weight: 600; line-height: 1.15; display: flex; flex-direction: column; gap: 3px; }
.ssb-action__text small { color: var(--ss-muted); font-size: 11px; font-weight: 500; white-space: nowrap; }
.ssb-cart-count { position: absolute; top: -7px; right: -9px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 99px; background: var(--ss-accent); color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }

.ssb-menu-button { display: none; }
.ssb-icon-button { width: 42px; height: 42px; padding: 9px; border: 0 !important; background: transparent !important; color: var(--ss-text) !important; cursor: pointer; border-radius: 50% !important; box-shadow: none !important; }
.ssb-icon-button:hover { background: var(--ss-bg) !important; }
.ssb-mobile-search-wrap { display: none; }

.ssb-categorybar { border-top: 1px solid var(--ss-border); background: var(--ss-surface); }
.ssb-categorybar__inner { min-height: 44px; display: flex; align-items: center; gap: 27px; overflow-x: auto; scrollbar-width: none; }
.ssb-categorybar__inner::-webkit-scrollbar { display: none; }
.ssb-categorybar a { flex: 0 0 auto; color: var(--ss-text) !important; text-decoration: none !important; font-size: 13px; font-weight: 600; }
.ssb-categorybar a:hover { color: var(--ss-primary) !important; }

.ssb-drawer, .ssb-drawer-overlay { display: none; }
.ssb-header-fallback { display: contents; }

.ssb-footer { background: #F1EEE5; color: var(--ss-text); border-top: 1px solid var(--ss-border); margin-top: 72px; }
.ssb-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 56px; padding-top: 62px; padding-bottom: 50px; }
.ssb-footer h2, .ssb-footer h3, .ssb-footer p { margin-top: 0; }
.ssb-footer h2 { font-family: Georgia, "Times New Roman", serif; font-size: 30px; margin-bottom: 8px; font-weight: 500; }
.ssb-footer__tagline { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--ss-primary); font-weight: 700; margin-bottom: 20px; }
.ssb-footer__brand > p:last-child { max-width: 390px; color: var(--ss-muted); line-height: 1.7; font-size: 14px; }
.ssb-footer h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 18px; color: var(--ss-muted); }
.ssb-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.ssb-footer nav a { color: var(--ss-text) !important; text-decoration: none !important; font-size: 14px; }
.ssb-footer nav a:hover { color: var(--ss-primary) !important; }
.ssb-footer__trust { border-top: 1px solid var(--ss-border); border-bottom: 1px solid var(--ss-border); display: grid; grid-template-columns: repeat(3, 1fr); }
.ssb-footer__trust > div { padding: 28px 22px; display: flex; flex-direction: column; gap: 7px; }
.ssb-footer__trust > div + div { border-left: 1px solid var(--ss-border); }
.ssb-footer__trust strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 20px; }
.ssb-footer__trust span { color: var(--ss-muted); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
.ssb-footer__bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ss-muted); font-size: 12px; }
.ssb-footer__bottom p { margin: 0; }

@media (max-width: 960px) {
  .ssb-mainbar__inner { grid-template-columns: auto minmax(0, 1fr) auto; min-height: 70px; gap: 12px; }
  .ssb-menu-button { display: inline-grid; place-items: center; grid-column: 1; grid-row: 1; justify-self: start; }
  .ssb-brand { grid-column: 2; grid-row: 1; justify-self: center; align-items: center; }
  .ssb-brand__name { font-size: 25px; }
  .ssb-brand__tagline { display: none; }
  .ssb-brand--image { max-width: 160px; }
  .ssb-brand__image { max-height: 45px; }
  .ssb-mainbar__inner > .ssb-search { display: none; }
  .ssb-actions { grid-column: 3; grid-row: 1; }
  .ssb-action--account .ssb-action__text, .ssb-cart-link .ssb-action__text { display: none; }
  .ssb-action { padding: 8px 6px; }
  .ssb-mobile-search-wrap { display: block; padding-bottom: 12px; }
  .ssb-search--mobile input[type="search"] { height: 44px; min-height: 44px; }
  .ssb-categorybar { display: none; }
  .ssb-drawer { display: flex; position: fixed; inset: 0 auto 0 0; width: min(88vw, 380px); background: var(--ss-surface); z-index: 1002; transform: translateX(-102%); transition: transform .22s ease; flex-direction: column; box-shadow: 18px 0 48px rgba(0,0,0,.14); }
  .ssb-drawer.is-open { transform: translateX(0); }
  .ssb-drawer-overlay { display: block; position: fixed; inset: 0; background: rgba(18, 24, 20, .42); z-index: 1001; opacity: 0; transition: opacity .2s ease; }
  .ssb-drawer-overlay.is-open { opacity: 1; }
  .ssb-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 18px 18px 22px; border-bottom: 1px solid var(--ss-border); }
  .ssb-drawer__head > div { display: flex; flex-direction: column; gap: 4px; }
  .ssb-drawer__head strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; }
  .ssb-drawer__head span { color: var(--ss-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
  .ssb-drawer__nav { overflow-y: auto; padding: 10px 22px; flex: 1; }
  .ssb-drawer__nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--ss-border); text-decoration: none !important; color: var(--ss-text) !important; font-size: 15px; font-weight: 600; }
  .ssb-drawer__nav svg { width: 18px; height: 18px; color: var(--ss-muted); }
  .ssb-drawer__foot { padding: 18px 22px 26px; display: flex; gap: 20px; border-top: 1px solid var(--ss-border); }
  .ssb-drawer__foot a { font-size: 13px; font-weight: 600; text-decoration: none !important; }
  body.ssb-menu-open { overflow: hidden; }
  .ssb-footer__grid { grid-template-columns: 2fr repeat(2, 1fr); gap: 40px; }
  .ssb-footer__grid nav:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(3, max-content); column-gap: 28px; }
  .ssb-footer__grid nav:last-child h3 { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .ssb-topbar__inner { min-height: 30px; justify-content: center; }
  .ssb-topbar p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
  .ssb-topbar nav { display: none; }
  .ssb-mainbar__inner { min-height: 62px; }
  .ssb-brand__name { font-size: 22px; }
  .ssb-brand--image { max-width: 136px; }
  .ssb-brand__image { max-height: 39px; }
  .ssb-actions { gap: 2px; }
  .ssb-action--account { display: none; }
  .ssb-footer { margin-top: 52px; }
  .ssb-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; padding-top: 44px; padding-bottom: 36px; }
  .ssb-footer__brand { grid-column: 1 / -1; }
  .ssb-footer__brand > p:last-child { max-width: 100%; }
  .ssb-footer__grid nav:last-child { grid-column: 1 / -1; display: flex; }
  .ssb-footer__trust { grid-template-columns: 1fr; }
  .ssb-footer__trust > div { padding: 23px 14px; }
  .ssb-footer__trust > div + div { border-left: 0; border-top: 1px solid var(--ss-border); }
  .ssb-footer__bottom { padding-block: 22px; min-height: 0; flex-direction: column; align-items: flex-start; gap: 7px; }
}
