@charset "UTF-8";

/* Compact, in-flow navigation; mobile layout is the default. */
html { scroll-padding-top: 20px; }
.hm-topbar { position: static; }
h1, h2, h3, .hm-hero h1, .hm-single-summary .product_title, .hm-product-card__title { font-family: "Trebuchet MS", "Segoe UI", sans-serif; letter-spacing: -.025em; }
body.hm-mobile-menu-open { overflow: auto; }
.hm-site-header, .admin-bar .hm-site-header { position: relative; top: auto; backdrop-filter: none; background: #fffdfb; border-bottom: 1px solid var(--hm-border); box-shadow: 0 3px 14px #17233e05; }
.hm-site-header .hm-site-header__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0; min-height: 72px; padding-block: 10px; }
.hm-site-header .hm-site-header__brand { display: flex; flex: 1; min-width: 0; gap: 4px; }
.hm-site-header .hm-site-header__logo { min-width: 0; }
.hm-site-header .hm-site-header__logo img { width: auto; max-width: 110px; max-height: 44px; object-fit: contain; }
.hm-site-header .hm-site-header__logo-text { font-size: 17px; letter-spacing: -.5px; overflow-wrap: anywhere; }
.hm-site-header .hm-site-header__toggle { display: block; flex: 0 0 40px; width: 40px; height: 44px; padding: 10px; border: 0; background: transparent; }
.hm-site-header .hm-site-header__actions { display: flex; flex: 0 0 auto; width: auto; gap: 0; margin: 0; }
.hm-header-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 44px; border-radius: 12px; color: var(--hm-text); }
.hm-header-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hm-header-icon:hover, .hm-header-icon[aria-expanded="true"] { background: var(--hm-surface-soft); color: #b94309; }
.hm-header-count { position: absolute; right: 1px; top: 0; min-width: 15px; padding: 1px 3px; border-radius: 20px; font-size: 10px; line-height: 14px; color: white; background: #b94309; text-align: center; }
.hm-site-header .hm-site-header__nav { display: none; width: 100%; order: 3; }
.hm-site-header .hm-site-header__nav.is-open, .admin-bar .hm-site-header .hm-site-header__nav.is-open { display: block; position: static; inset: auto; max-height: none; overflow: visible; }
.hm-site-header .hm-nav-list { display: flex; flex-direction: column; align-items: stretch; flex-wrap: wrap; gap: 0; padding: 12px 0 0; margin: 0; width: 100%; border: 0; background: transparent; }
.hm-site-header .hm-nav-list li { width: auto; }
.hm-site-header .hm-nav-list a { display: flex; align-items: center; min-height: 44px; padding: 8px 12px; font-size: 14px; }
.hm-header-search { order: 4; width: 100%; padding-top: 12px; }
.hm-header-search[hidden] { display: none; }
.hm-header-search .hm-search { display: flex; width: 100%; max-width: none; min-width: 0; min-height: 48px; padding: 4px 4px 4px 14px; gap: 8px; border-radius: 14px; }
.hm-header-search .hm-search input { flex: 1; width: 0; min-width: 0; font-size: 16px; }
.hm-header-search .hm-search button { flex: 0 0 auto; min-height: 44px; padding: 0 20px; border-radius: 10px; }
.hm-search-status { margin: 8px 0; font-size: 13px; color: var(--hm-muted); }
.hm-search-status:empty { display: none; }
.hm-search-results { display: grid; gap: 4px; list-style: none; padding: 0; margin: 0; }
.hm-search-results a { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 8px; border-radius: 12px; font-size: 14px; line-height: 1.4; }
.hm-search-results a:hover { background: var(--hm-surface-soft); }
.hm-search-results img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; }
.hm-site-header a:focus-visible, .hm-site-header button:focus-visible { outline: 2px solid #b94309; outline-offset: 2px; }
@media (max-width: 359px) {
  .hm-site-header .hm-site-header__logo img { max-width: 75px; }
  .hm-site-header .hm-site-header__logo-text { font-size: 15px; }
}
@media (min-width: 981px) {
  .hm-site-header .hm-site-header__inner { gap: 12px; min-height: 84px; }
  .hm-site-header .hm-site-header__brand { flex: 0 0 auto; }
  .hm-site-header .hm-site-header__logo img { max-width: 145px; max-height: 54px; }
  .hm-site-header .hm-site-header__toggle { display: none; }
  .hm-site-header .hm-site-header__nav { display: block; order: 0; flex: 1; width: auto; min-width: 0; }
  .hm-site-header .hm-nav-list { flex-direction: row; justify-content: center; padding: 0; }
  .hm-header-icon { width: 44px; }
  .hm-header-search { max-width: 760px; margin-inline: auto; }
  .hm-search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
