@charset "UTF-8";
/** Canonical Header responsive composition. Live Responsive DNA selects the browser-window layout without a page reload. */


/* Compact layouts consume the same structured separator recipe with smaller geometry. */
html[data-stm-layout="tablet"] .stm-site-header--page-separated,
html[data-stm-layout="mobile"] .stm-site-header--page-separated{
  --stm-header-active-separation-height:var(
    --stm-header-compact-page-separation-height,
    var(--stm-header-page-separation-height,6px)
  );
  --stm-header-active-separation-background:var(
    --stm-header-compact-page-separation-background,
    var(--stm-header-page-separation-background)
  );
  --stm-header-active-separation-shadow:var(
    --stm-header-compact-page-separation-shadow,
    var(--stm-header-page-separation-shadow)
  );
}


html[data-stm-layout="tablet"] .stm-header-topbar--hide-tablet,
html[data-stm-layout="mobile"] .stm-header-topbar--hide-mobile { display:none; }

html[data-stm-layout="tablet"] .stm-header-row__inner,
html[data-stm-layout="mobile"] .stm-header-row__inner {
  --stm-header-row-padding:var(--stm-header-padding-x-tablet);
}
html[data-stm-layout="tablet"] .stm-header-main__inner,
html[data-stm-layout="mobile"] .stm-header-main__inner {
  grid-template-columns:auto minmax(0,1fr) auto;
  column-gap:var(--stm-header-search-side-gap-tablet);
  row-gap:var(--stm-header-row-gap);
  padding-block:var(--stm-space-2);
}
html[data-stm-layout="tablet"] .stm-header-brand__icon { width:var(--stm-header-brand-icon-size-tablet);height:var(--stm-header-brand-icon-size-tablet); }
html[data-stm-layout="mobile"] .stm-header-brand__icon { width:var(--stm-header-brand-icon-size-mobile);height:var(--stm-header-brand-icon-size-mobile); }
html[data-stm-layout="tablet"] .stm-header-brand__primary { max-width:var(--stm-header-brand-max-width-tablet);font-size:var(--stm-header-brand-primary-size-tablet); }
html[data-stm-layout="mobile"] .stm-header-brand__primary { max-width:var(--stm-header-brand-max-width-mobile);font-size:var(--stm-header-brand-primary-size-mobile); }
html[data-stm-layout="tablet"] .stm-header-brand__suffix,
html[data-stm-layout="mobile"] .stm-header-brand__suffix { font-size:var(--stm-header-brand-suffix-size-tablet); }
html[data-stm-layout="tablet"] .stm-header-brand__wordmark,
html[data-stm-layout="mobile"] .stm-header-brand__wordmark { padding-top:var(--stm-header-brand-suffix-space-tablet); }
html[data-stm-layout="tablet"] .stm-header-main__search,
html[data-stm-layout="mobile"] .stm-header-main__search { grid-column:1/-1;grid-row:2; }
html[data-stm-layout="tablet"] .stm-header-actions,
html[data-stm-layout="mobile"] .stm-header-actions { grid-column:3;grid-row:1;gap:var(--stm-header-actions-gap-tablet); }
html[data-stm-layout="tablet"] .stm-header-main__identity,
html[data-stm-layout="mobile"] .stm-header-main__identity { grid-column:1;grid-row:1;gap:var(--stm-header-identity-gap-tablet); }
html[data-stm-layout="tablet"] .stm-header-departments-toggle,
html[data-stm-layout="mobile"] .stm-header-departments-toggle { order:1; }
html[data-stm-layout="tablet"] .stm-header-brand,
html[data-stm-layout="mobile"] .stm-header-brand { order:2; }
html[data-stm-layout="tablet"] .stm-header-departments-toggle { width:var(--stm-header-departments-size-tablet);height:var(--stm-header-departments-size-tablet); }
html[data-stm-layout="tablet"] .stm-header-departments-toggle__icon { width:var(--stm-header-departments-icon-width-tablet); }
html[data-stm-layout="tablet"] .stm-header-location-action,
html[data-stm-layout="mobile"] .stm-header-location-action { display:grid; }
html[data-stm-layout="tablet"] .stm-header-primary-nav,
html[data-stm-layout="mobile"] .stm-header-primary-nav { overflow-x:auto;scrollbar-width:none; }
html[data-stm-layout="tablet"] .stm-header-primary-menu,
html[data-stm-layout="mobile"] .stm-header-primary-menu { width:max-content;min-width:max-content;justify-content:center;gap:var(--stm-header-nav-gap);margin-inline:auto; }
html[data-stm-layout="tablet"] .stm-header-primary-nav::-webkit-scrollbar,
html[data-stm-layout="mobile"] .stm-header-primary-nav::-webkit-scrollbar { display:none; }

html[data-stm-layout="mobile"] .stm-header-row__inner { --stm-header-row-padding:var(--stm-header-padding-x-mobile); }
html[data-stm-layout="mobile"] .stm-header-main { min-height:auto; }
html[data-stm-layout="mobile"] .stm-header-main__inner {
  min-height:auto;
  grid-template-columns:minmax(0,1fr) auto;
  column-gap:var(--stm-header-search-side-gap-mobile);
  row-gap:var(--stm-space-1);
  padding-block:var(--stm-space-1);
}
html[data-stm-layout="mobile"] .stm-header-main__identity { grid-column:1;grid-row:1;gap:var(--stm-header-identity-gap-mobile); }
html[data-stm-layout="mobile"] .stm-header-departments-toggle {
  width:var(--stm-header-departments-size-mobile);height:var(--stm-header-departments-size-mobile);border:0;background:transparent;
}
html[data-stm-layout="mobile"] .stm-header-departments-toggle:hover,
html[data-stm-layout="mobile"] .stm-header-departments-toggle[aria-expanded="true"] { background:var(--stm-color-primary);color:var(--stm-color-on-primary); }
html[data-stm-layout="mobile"] .stm-header-departments-toggle__icon { width:var(--stm-header-departments-icon-width-mobile);gap:var(--stm-header-departments-line-gap-mobile); }
html[data-stm-layout="mobile"] .stm-header-brand { gap:var(--stm-space-1); }
html[data-stm-layout="mobile"] .stm-header-brand__icon { width:var(--stm-header-brand-icon-size-mobile);height:var(--stm-header-brand-icon-size-mobile); }
html[data-stm-layout="mobile"] .stm-header-brand__wordmark { padding-top:var(--stm-header-brand-suffix-space-mobile); }
html[data-stm-layout="mobile"] .stm-header-brand__primary { max-width:var(--stm-header-brand-max-width-mobile);font-size:var(--stm-header-brand-primary-size-mobile); }
html[data-stm-layout="mobile"] .stm-header-brand__suffix { font-size:var(--stm-header-brand-suffix-size-mobile);letter-spacing:var(--stm-header-brand-suffix-tracking); }
html[data-stm-layout="mobile"] .stm-header-actions { grid-column:2;grid-row:1;gap:var(--stm-header-actions-gap-mobile); }
html[data-stm-layout="mobile"] .stm-header-main__search { grid-column:1/-1;grid-row:2;padding-top:var(--stm-space-1); }
html[data-stm-layout="mobile"] .stm-mb-search__inner { height:var(--stm-header-search-height-mobile); }
html[data-stm-layout="mobile"] .stm-mb-search__input { padding-inline:var(--stm-header-search-input-padding-mobile);font-size:var(--stm-header-search-font-size-mobile); }
html[data-stm-layout="mobile"] .stm-mb-search__cat {
  display:flex;
  flex-basis:min(112px,34%);
  max-width:34%;
}
html[data-stm-layout="mobile"] .stm-mb-search__select {
  padding-inline:8px 22px;
  font-size:9px;
}
html[data-stm-layout="mobile"] .stm-mb-search__cat::after {
  right:9px;
  width:5px;
  height:5px;
}
html[data-stm-layout="mobile"] .stm-mb-search__btn {
  flex-basis:var(--stm-header-search-button-size-mobile);
  width:var(--stm-header-search-button-size-mobile);
  min-width:var(--stm-header-search-button-size-mobile);
  max-width:var(--stm-header-search-button-size-mobile);
  height:var(--stm-header-search-button-size-mobile);
  min-height:var(--stm-header-search-button-size-mobile);
  max-height:var(--stm-header-search-button-size-mobile);
  margin-right:var(--stm-header-search-button-inset-mobile);
  border-radius:50%;
  place-items:center;
}
html[data-stm-layout="mobile"] .stm-mb-search__btn>span,
html[data-stm-layout="mobile"] .stm-mb-search__btnIcon { width:var(--stm-header-search-icon-size-mobile);height:var(--stm-header-search-icon-size-mobile);border-width:var(--stm-header-search-icon-stroke-mobile); }
html[data-stm-layout="mobile"] .stm-header-navigation,
html[data-stm-layout="mobile"] .stm-header-navigation__inner { min-height:var(--stm-header-nav-mobile-height); }
html[data-stm-layout="mobile"] .stm-header-navigation__inner { justify-content:center; }
html[data-stm-layout="mobile"] .stm-header-primary-menu { gap:var(--stm-header-nav-mobile-gap); }
html[data-stm-layout="mobile"] .stm-header-primary-menu a { min-height:var(--stm-header-nav-mobile-height);font-size:var(--stm-header-nav-mobile-font-size);font-weight:var(--stm-weight-bold); }
html[data-stm-layout="mobile"] .stm-header-primary-menu>li>a::after { bottom:var(--stm-header-nav-mobile-underline-bottom);height:var(--stm-header-nav-mobile-underline-height); }

html[data-stm-layout="mobile"] .stm-header-location-action{width:var(--stm-header-compact-action-size-mobile);height:var(--stm-header-compact-action-size-mobile);border-radius:var(--stm-radius-md)}
html[data-stm-layout="mobile"] .stm-header-location-action__icon{width:var(--stm-header-compact-action-icon-size-mobile);height:var(--stm-header-compact-action-icon-size-mobile)}
html[data-stm-layout="tablet"] .stm-header-actions__item,
html[data-stm-layout="mobile"] .stm-header-actions__item{flex:0 0 auto}


html[data-stm-layout="mobile"] body.stm-engine-storefront .stm-header-search .stm-mb-search__btn.stm-ui-icon-button{
  flex-basis:var(--stm-header-search-button-size-mobile);
  width:var(--stm-header-search-button-size-mobile);
  min-width:var(--stm-header-search-button-size-mobile);
  max-width:var(--stm-header-search-button-size-mobile);
  height:var(--stm-header-search-button-size-mobile);
  min-height:var(--stm-header-search-button-size-mobile);
  max-height:var(--stm-header-search-button-size-mobile);
  border-radius:50%;
  background:var(--stm-color-primary,#ff6a00);
  color:var(--stm-color-on-primary,#fff);
}
