/* EMS global store shell */

body.ems-shell-active {
  --ems-shell-ink: #0b0c0e;
  --ems-shell-carbon: #17191c;
  --ems-shell-white: #ffffff;
  --ems-shell-surface: #f4f5f6;
  --ems-shell-border: #d9dee5;
  --ems-shell-text: #1d232b;
  --ems-shell-muted: #616b76;
  --ems-shell-orange: #f97316;
  --ems-shell-orange-hover: #fb923c;
  --ems-shell-orange-text: #9a3412;
  --ems-shell-focus: #005fcc;
  color: var(--ems-shell-text);
  letter-spacing: 0;
}

body.ems-shell-active .whb-header,
body.ems-shell-active .wd-header,
body.ems-shell-active .main-header:not(.ems-shell-header),
body.ems-shell-active .footer-container,
body.ems-shell-active .wd-footer,
body.ems-shell-active footer.site-footer:not(.ems-shell-footer),
body.ems-shell-active .wd-toolbar {
  display: none !important;
}

body.ems-shell-active .main-page-wrapper {
  padding-top: 0 !important;
}

/*
 * WoodMart compatibility: EMS-owned store surfaces already provide their own
 * page framing and filters. Keep the theme's blog sidebar out of those routes
 * while preserving its archive title where the catalog still uses it.
 */
body.ems-store-full-width #main-content.wd-content-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.ems-store-full-width #main-content > .wd-content-area,
body.ems-store-full-width #main-content > .site-content {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

body.ems-store-full-width #main-content > .wd-sidebar,
body.ems-store-full-width #main-content > .sidebar-container {
  display: none !important;
}

body.ems-store-home .wd-page-title,
body.ems-store-home .entry-header > .entry-title,
body.ems-managed-page .wd-page-title,
body.ems-managed-page .entry-header > .entry-title,
body.ems-product-page .wd-page-title {
  display: none !important;
}

body.ems-store-home .main-page-wrapper,
body.ems-store-home #main-content,
body.ems-store-home #main-content > .wd-content-area,
body.ems-store-home #main-content > .site-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ems-shell-drawer-open {
  overflow: hidden;
}

.ems-shell-header,
.ems-shell-footer,
.ems-shell-header *,
.ems-shell-footer * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.ems-shell-header [hidden],
.ems-shell-footer [hidden] {
  display: none !important;
}

.ems-shell-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ems-shell-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ems-shell-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  pointer-events: none;
}

.ems-shell-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: var(--ems-shell-ink, #0b0c0e);
  color: #ffffff;
  font-family: inherit;
}

.ems-shell-header a,
.ems-shell-header button,
.ems-shell-footer a {
  -webkit-tap-highlight-color: transparent;
}

.ems-shell-header a:focus-visible,
.ems-shell-header button:focus-visible,
.ems-shell-header input:focus-visible,
.ems-shell-footer a:focus-visible,
.ems-shell-drawer summary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ems-shell-focus, #005fcc);
}

.ems-shell-utility {
  min-height: 34px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: var(--ems-shell-text, #1d232b);
  border-bottom: 1px solid var(--ems-shell-border, #d9dee5);
  font-size: 12px;
  line-height: 1.35;
}

.ems-shell-utility__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ems-shell-utility__message {
  min-width: 0;
  margin: 0;
  color: var(--ems-shell-muted, #616b76);
  font-weight: 700;
}

.ems-shell-utility__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}

.ems-shell-utility__links a {
  color: var(--ems-shell-text, #1d232b);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.ems-shell-utility__links a:hover {
  color: var(--ems-shell-orange-text, #9a3412);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ems-shell-primary {
  background: var(--ems-shell-ink, #0b0c0e);
}

.ems-shell-primary__inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.ems-shell-logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  text-decoration: none;
}

.ems-shell-logo:hover {
  color: #ffffff;
}

.ems-shell-logo__mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: var(--ems-shell-orange, #f97316);
  color: #111111;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
}

.ems-shell-logo__name {
  max-width: 165px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.ems-shell-logo__image {
  display: block;
  width: auto;
  max-width: 220px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

.ems-shell-search {
  width: 100%;
  height: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  margin: 0;
  border: 1px solid #73777d;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}

.ems-shell-search:focus-within {
  border-color: var(--ems-shell-focus, #005fcc);
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px var(--ems-shell-focus, #005fcc);
}

.ems-shell-search__input {
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 15px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--ems-shell-text, #1d232b) !important;
  box-shadow: none !important;
  font: inherit;
  font-size: 14px;
  line-height: 44px;
}

.ems-shell-search__input::placeholder {
  color: #69737e;
  opacity: 1;
}

.ems-shell-search__input:focus {
  outline: 0 !important;
}

.ems-shell-search__input:focus-visible,
.ems-shell-search__submit:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -5px;
  box-shadow: inset 0 0 0 3px var(--ems-shell-focus, #005fcc) !important;
}

.ems-shell-search__submit {
  width: 50px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--ems-shell-orange, #f97316);
  color: #111111;
  cursor: pointer;
}

.ems-shell-search__submit:hover,
.ems-shell-search__submit:active {
  background: var(--ems-shell-orange-hover, #dc5b08);
  color: #111111;
}

.ems-shell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ems-shell-action,
.ems-shell-cart {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid #4d5258;
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ems-shell-action:hover,
.ems-shell-cart:hover {
  border-color: #8e949b;
  background: #24272b;
  color: #ffffff;
}

.ems-shell-cart__count {
  min-width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ems-shell-orange, #f97316);
  color: #111111;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.ems-shell-nav-row {
  position: relative;
  background: var(--ems-shell-carbon, #17191c);
  border-top: 1px solid #30343a;
}

.ems-shell-nav {
  position: static;
}

.ems-shell-nav__list {
  min-height: 44px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ems-shell-nav__list > li {
  display: flex;
  min-width: 0;
}

.ems-shell-nav__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.ems-shell-nav__link:hover,
.ems-shell-nav__link.is-current,
.ems-shell-nav__link[aria-expanded="true"] {
  background: #24272b;
  color: #ff9a57;
}

.ems-shell-mega-toggle .ems-shell-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  transition: transform 160ms ease;
}

.ems-shell-mega-toggle[aria-expanded="true"] .ems-shell-icon {
  transform: rotate(180deg);
}

.ems-shell-mega {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  max-height: min(560px, calc(100vh - 176px));
  overflow-y: auto;
  transform: translateX(-50%);
  border: 1px solid var(--ems-shell-border, #d9dee5);
  border-top: 4px solid var(--ems-shell-orange, #f97316);
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  color: var(--ems-shell-text, #1d232b);
  box-shadow: 0 18px 38px rgba(11, 12, 14, 0.22);
}

.ems-shell-mega__inner {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr 1fr 1.2fr;
  gap: 0;
  padding: 24px 20px 26px;
}

.ems-shell-mega__group {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid var(--ems-shell-border, #d9dee5);
}

.ems-shell-mega__group:first-child {
  border-left: 0;
}

.ems-shell-mega__eyebrow,
.ems-shell-drawer__label {
  margin: 0 0 5px;
  color: var(--ems-shell-orange-text, #9a3412);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.ems-shell-mega__group h2 {
  margin: 0 0 13px;
  color: var(--ems-shell-text, #1d232b);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.ems-shell-mega ul,
.ems-shell-drawer__shop-links ul {
  display: grid;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ems-shell-mega li,
.ems-shell-drawer__shop-links li {
  margin: 0;
}

.ems-shell-mega a {
  display: block;
  padding: 6px 0;
  color: #39424c;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 650;
  text-decoration: none;
}

.ems-shell-mega a:hover {
  color: var(--ems-shell-orange-text, #9a3412);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ems-shell-mobile,
.ems-shell-drawer,
.ems-shell-drawer-backdrop {
  display: none;
}

.ems-shell-footer {
  position: relative;
  z-index: 2;
  padding: 48px 0 20px;
  background: var(--ems-shell-ink, #0b0c0e);
  color: #ffffff;
  font-family: inherit;
}

.ems-shell-footer__brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding-bottom: 18px;
  border-bottom: 1px solid #34383e;
}

.ems-shell-logo--footer .ems-shell-logo__mark {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  font-size: 15px;
}

.ems-shell-logo--footer .ems-shell-logo__image {
  height: 46px;
}

.ems-shell-footer__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.95fr 1.35fr 0.8fr 1.15fr;
  gap: 34px;
  padding: 34px 0 38px;
}

.ems-shell-footer__group {
  min-width: 0;
}

.ems-shell-footer__group h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}

.ems-shell-footer__group ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ems-shell-footer__group li {
  margin: 0;
}

.ems-shell-footer__group a,
.ems-shell-footer__address address,
.ems-shell-footer__address p {
  color: #bdc3ca;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ems-shell-footer__group a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ems-shell-footer__address address {
  max-width: 220px;
  margin: 0 0 13px;
  white-space: pre-line;
}

.ems-shell-footer__address p {
  margin: 7px 0 0;
}

.ems-shell-footer__hours span {
  color: #ffffff;
  font-weight: 800;
}

.ems-shell-footer__bottom {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #34383e;
}

.ems-shell-footer__bottom p {
  margin: 0;
  color: #929aa3;
  font-size: 12px;
  line-height: 1.4;
}

.ems-shell-footer__bottom nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ems-shell-footer__bottom a {
  color: #bdc3ca;
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 1120px) and (min-width: 1025px) {
  .ems-shell-utility__message {
    display: none;
  }

  .ems-shell-utility__links {
    width: 100%;
  }

  .ems-shell-primary__inner {
    grid-template-columns: 200px minmax(240px, 1fr) auto;
    gap: 14px;
  }

  .ems-shell-logo__name {
    max-width: 140px;
    font-size: 11px;
  }

  .ems-shell-action,
  .ems-shell-cart {
    padding-inline: 9px;
  }

  .ems-shell-nav__link {
    padding-inline: 10px;
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .ems-shell-utility__message {
    display: none;
  }

  .ems-shell-utility__links {
    width: 100%;
  }

  .ems-shell-desktop {
    display: none;
  }

  .ems-shell-mobile {
    display: block;
    background: var(--ems-shell-ink, #0b0c0e);
  }

  .ems-shell-mobile__bar {
    min-height: 68px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 12px;
  }

  .ems-shell-icon-button {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }

  .ems-shell-icon-button:hover,
  .ems-shell-icon-button:active {
    background: #292c31;
    color: #ffffff;
  }

  .ems-shell-logo--mobile {
    min-width: 0;
    max-width: 230px;
    justify-self: center;
    justify-content: center;
  }

  .ems-shell-logo--mobile .ems-shell-logo__mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 15px;
  }

  .ems-shell-logo--mobile .ems-shell-logo__name {
    max-width: 150px;
    font-size: 11px;
  }

  .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 220px;
    height: 46px;
    object-position: center;
  }

  .ems-shell-mobile__cart {
    display: flex;
    justify-content: flex-end;
  }

  .ems-shell-cart--mobile,
  .ems-shell-mobile__spacer {
    position: relative;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #ffffff;
  }

  .ems-shell-cart--mobile:hover {
    background: #292c31;
  }

  .ems-shell-cart--mobile .ems-shell-cart__count {
    position: absolute;
    top: 3px;
    right: 1px;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    border: 2px solid var(--ems-shell-ink, #0b0c0e);
    font-size: 9px;
  }

  .ems-shell-mobile-search {
    padding: 10px 0;
    border-top: 1px solid #30343a;
    background: #ffffff;
  }

  .ems-shell-search--mobile {
    border-color: #aeb5bd;
  }

  .ems-shell-drawer-backdrop {
    position: fixed;
    z-index: 1098;
    inset: 0;
    display: block;
    background: rgba(11, 12, 14, 0.64);
  }

  .ems-shell-drawer {
    position: fixed;
    z-index: 1099;
    inset: 0 auto 0 0;
    width: min(420px, calc(100vw - 44px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    color: var(--ems-shell-text, #1d232b);
    box-shadow: 18px 0 45px rgba(11, 12, 14, 0.26);
  }

  .ems-shell-drawer__header {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 18px 10px 24px;
    background: var(--ems-shell-ink, #0b0c0e);
    color: #ffffff;
  }

  .ems-shell-drawer__header h2 {
    margin: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
  }

  .ems-shell-drawer__nav {
    min-height: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .ems-shell-drawer__primary {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .ems-shell-drawer__primary > li {
    margin: 0;
    border-bottom: 1px solid var(--ems-shell-border, #d9dee5);
  }

  .ems-shell-drawer__primary > li > a,
  .ems-shell-drawer__shop > summary {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 24px;
    color: var(--ems-shell-text, #1d232b);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
  }

  .ems-shell-drawer__shop > summary::-webkit-details-marker {
    display: none;
  }

  .ems-shell-drawer__primary > li > a:hover,
  .ems-shell-drawer__primary > li > a.is-current,
  .ems-shell-drawer__shop > summary:hover {
    background: var(--ems-shell-surface, #f4f5f6);
    color: var(--ems-shell-orange-text, #9a3412);
  }

  .ems-shell-drawer__shop > summary .ems-shell-icon {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
    transition: transform 160ms ease;
  }

  .ems-shell-drawer__shop[open] > summary .ems-shell-icon {
    transform: rotate(180deg);
  }

  .ems-shell-drawer__shop-links {
    padding: 18px 24px 24px;
    border-top: 1px solid var(--ems-shell-border, #d9dee5);
    background: var(--ems-shell-surface, #f4f5f6);
  }

  .ems-shell-drawer__shop-links ul + .ems-shell-drawer__label,
  .ems-shell-drawer__shop-links ul + .ems-shell-drawer__subhead {
    margin-top: 18px;
  }

  .ems-shell-drawer__shop-links a {
    display: block;
    padding: 7px 0;
    color: #38424c;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
  }

  .ems-shell-drawer__shop-links a:hover {
    color: var(--ems-shell-orange-text, #9a3412);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .ems-shell-drawer__label {
    margin-top: 0;
  }

  .ems-shell-drawer__subhead {
    margin: 12px 0 3px;
    color: var(--ems-shell-text, #1d232b);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 900;
  }

  .ems-shell-drawer__account {
    margin-top: auto;
    padding: 16px 24px 22px;
    border-top: 1px solid var(--ems-shell-border, #d9dee5);
    background: #ffffff;
  }

  .ems-shell-drawer__account a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid #9da6af;
    border-radius: 4px;
    color: var(--ems-shell-text, #1d232b);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  .ems-shell-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 48px;
  }
}

@media (max-width: 640px) {
  .ems-shell-container {
    width: min(100% - 28px, 1180px);
  }

  .ems-shell-utility,
  .ems-shell-utility__inner {
    min-height: 32px;
  }

  .ems-shell-utility__message,
  .ems-shell-utility__links a[href^="tel:"],
  .ems-shell-utility__links a[href^="mailto:"] {
    display: none;
  }

  .ems-shell-utility__links {
    width: 100%;
    justify-content: center;
    gap: 24px;
  }

  .ems-shell-mobile__bar {
    min-height: 64px;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
  }

  .ems-shell-icon-button,
  .ems-shell-cart--mobile,
  .ems-shell-mobile__spacer {
    width: 48px;
    height: 48px;
  }

  .ems-shell-logo--mobile {
    max-width: 180px;
  }

  .ems-shell-logo--mobile .ems-shell-logo__name {
    display: none;
  }

  .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 174px;
    height: 42px;
  }

  .ems-shell-mobile-search {
    padding: 9px 0;
  }

  .ems-shell-search {
    height: 44px;
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .ems-shell-search__input,
  .ems-shell-search__submit {
    height: 42px;
  }

  .ems-shell-search__input {
    padding-inline: 12px;
    font-size: 13px;
    line-height: 42px;
  }

  .ems-shell-search__submit {
    width: 48px;
  }

  .ems-shell-drawer {
    width: min(360px, calc(100vw - 34px));
  }

  .ems-shell-footer {
    padding-top: 38px;
  }

  .ems-shell-footer__brand-row {
    min-height: 60px;
  }

  .ems-shell-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 30px;
  }

  .ems-shell-footer__group h2 {
    margin-bottom: 11px;
  }

  .ems-shell-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ems-shell-footer__bottom nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ems-shell-header *,
  .ems-shell-header *::before,
  .ems-shell-header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .ems-shell-search,
  .ems-shell-action,
  .ems-shell-cart,
  .ems-shell-drawer__account a {
    border: 1px solid CanvasText;
  }
}
