/* Fixed on scroll so the header also stays visible beyond the homepage shell. */
header.tar-header--scrolled {
 position: fixed !important;
 inset: var(--tar-sticky-top, 0px) 0 auto !important;
 z-index: 100;
 margin-block: 0;
}
header.tar-header--scrolled .tar-header {
 padding-block: 4px;
 --tar-header-background: #fff !important;
 --tar-header-ink: #000 !important;
 --tar-header-focus: #000 !important;
 box-shadow: 0 1px 8px rgb(0 0 0 / 8%);
}
.tar-header .wp-block-navigation__responsive-container.is-menu-open {
 --tar-header-menu-background: var(--wp--preset--color--custom-black);
 --tar-header-menu-ink: #fff;
}
.tar-header .tar-mobile-cart { display: none; }
html { scroll-padding-top: var(--tar-sticky-clearance, 160px); }
@media (max-width: 781px) {
 .tar-header__actions > .tar-header__cart { display: none; }
 .tar-header .tar-mobile-cart { display: flex; }
 .tar-header .wp-block-navigation__responsive-container-open {
  width: 56px;
  height: 56px;
 }
 .tar-header .wp-block-navigation__responsive-container-open svg {
  width: 36px;
  height: 36px;
 }
}
