/* Reference storefront correction */
body.ems-store-active :where(p, a, button, input, select, textarea, label, li) {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}

body.ems-store-active h1,
body.ems-store-active h2,
body.ems-store-active h3,
body.ems-store-active h4,
body.ems-store-active h5,
body.ems-store-active h6 {
	font-family: Oswald, "Arial Narrow", Arial, Helvetica, sans-serif !important;
}

body.ems-shell-active .ems-shell-header {
  position: relative;
  z-index: 60;
  width: 100%;
  background: #000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

/* Issue 1 cascade lock: keep the shared header consistent on every template. */
body.ems-shell-active .ems-shell-header .ems-shell-container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

body.ems-shell-active .ems-shell-utility,
body.ems-shell-active .ems-shell-utility__inner {
  min-height: 36px;
}

body.ems-shell-active .ems-shell-utility {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}

body.ems-shell-active .ems-shell-utility__inner,
body.ems-shell-active .ems-shell-utility__message {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ems-shell-active .ems-shell-utility__inner {
  padding: 0;
}

body.ems-shell-active .ems-shell-utility__message {
  gap: 5px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

body.ems-shell-active .ems-shell-utility__message strong {
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__message a {
  color: #111;
  text-decoration: none;
}

body.ems-shell-active .ems-shell-primary__inner {
  min-height: 104px;
  grid-template-columns: 210px minmax(360px, 1fr) 110px;
  gap: 28px;
}

body.ems-shell-active .ems-shell-logo--header img,
body.ems-shell-active .ems-shell-logo--header .ems-shell-logo__image {
  max-width: 190px;
  max-height: 60px;
}

body.ems-shell-active .ems-shell-search--desktop {
  width: 100%;
  height: 54px;
  grid-template-columns: minmax(220px, 1fr) 190px 56px;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__category,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__submit {
  height: 54px;
  min-height: 54px;
}

body.ems-shell-active .ems-shell-actions {
  justify-content: flex-end;
}

body.ems-shell-active .ems-shell-cart--desktop {
  position: relative;
  min-width: 90px;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

body.ems-shell-active .ems-shell-cart--desktop svg {
  width: 28px;
  height: 28px;
}

body.ems-shell-active .ems-shell-cart__total {
  display: inline;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

body.ems-shell-active .ems-shell-cart--desktop .ems-shell-cart__count {
  top: 0;
  right: auto;
  left: 20px;
  background: var(--ems-accent, #F6A51C);
}

body.ems-shell-active .ems-shell-nav-row,
body.ems-shell-active .ems-shell-nav__list {
  min-height: 56px;
}

body.ems-shell-active .ems-shell-nav__list {
  gap: 32px;
}

@media (min-width: 961px) {
  body.ems-shell-active .ems-shell-desktop {
    display: block !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.ems-shell-active .ems-shell-header .ems-shell-container {
    width: 100%;
  }

  body.ems-shell-active .ems-shell-utility,
  body.ems-shell-active .ems-shell-utility__inner {
    min-height: 38px;
  }

  body.ems-shell-active .ems-shell-utility__message {
    padding: 6px 12px;
    font-size: 14px;
  }

  body.ems-shell-active .ems-shell-desktop {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: block !important;
    background: #000;
  }

  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 84px;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding: 0 16px;
    background: #000;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    width: auto;
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
    gap: 9px;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-menu-toggle::after {
    content: none !important;
  }

  body.ems-shell-active .ems-shell-menu-toggle__label {
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
  }

  body.ems-shell-active .ems-shell-logo--mobile {
    justify-self: center;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 136px;
    max-height: 58px;
  }

  body.ems-shell-active .ems-shell-mobile__cart {
    justify-self: end;
  }

  body.ems-shell-active .ems-shell-cart--mobile {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  body.ems-shell-active .ems-shell-cart--mobile svg {
    width: 28px;
    height: 28px;
  }

  body.ems-shell-active .ems-shell-cart--mobile .ems-shell-cart__count {
    top: 0;
    right: -2px;
    background: var(--ems-accent, #F6A51C);
  }

  body.ems-shell-active .ems-shell-mobile-search {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container {
    width: 100%;
    padding: 0;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    height: 50px;
    grid-template-columns: minmax(0, 1fr) 56px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input,
  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    height: 48px;
    min-height: 48px;
  }
}

@media (max-width: 420px) {
  body.ems-shell-active .ems-shell-mobile__bar {
    padding-inline: 14px;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 124px;
    max-height: 54px;
  }
}

/* Keep the live category selector visible in the mobile search form. */
@media (max-width: 767px) {
  body.ems-shell-active .ems-shell-search--mobile {
    grid-template-columns: minmax(0, 1fr) minmax(102px, 0.62fr) 52px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__category {
    display: block !important;
    width: 100%;
    min-width: 0;
    height: 50px;
    min-height: 50px;
    border: 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
  }
}

/* Live WooCommerce category selector in the mobile header search. */
@media (max-width: 767px) {
  body.ems-shell-active .ems-shell-search--mobile {
    grid-template-columns: minmax(0, 1fr) minmax(102px, 0.62fr) 52px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__category {
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 0 8px;
    border: 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
  }
}

/* Issue 1: definitive global storefront header. */
body.ems-shell-active .ems-shell-header {
  position: relative;
  z-index: 80;
  width: 100%;
  background: #fff;
  color: #111;
  font-family: Inter, Arial, sans-serif;
}

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

body.ems-shell-active .ems-shell-utility {
  min-height: 36px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}

body.ems-shell-active .ems-shell-utility__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

body.ems-shell-active .ems-shell-utility__message {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

body.ems-shell-active .ems-shell-utility__message strong {
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__message a {
  color: #111;
  text-decoration: none;
}

body.ems-shell-active .ems-shell-utility__message a:hover,
body.ems-shell-active .ems-shell-utility__message a:focus-visible {
  color: var(--ems-accent, #F6A51C);
  text-decoration: underline;
}

body.ems-shell-active .ems-shell-primary {
  background: #000;
}

body.ems-shell-active .ems-shell-primary__inner {
  min-height: 104px;
  display: grid;
  grid-template-columns: 210px minmax(360px, 1fr) 110px;
  gap: 28px;
  align-items: center;
}

body.ems-shell-active .ems-shell-logo--header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.ems-shell-active .ems-shell-logo--header img,
body.ems-shell-active .ems-shell-logo--header .ems-shell-logo__image {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 60px;
  object-fit: contain;
}

body.ems-shell-active .ems-shell-search--desktop {
  width: 100%;
  height: 54px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 190px 56px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  box-shadow: none;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__category,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__submit {
  height: 54px;
  min-height: 54px;
  border-radius: 0;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input {
  min-width: 0;
  padding: 0 22px;
  border: 0;
  color: #222;
  background: #fff;
  font-size: 15px;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__category {
  padding: 0 18px;
  border: 0;
  border-left: 1px solid #ddd;
  color: #555;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body.ems-shell-active .ems-shell-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--ems-accent, #F6A51C);
  color: #fff;
}

body.ems-shell-active .ems-shell-search__submit:hover,
body.ems-shell-active .ems-shell-search__submit:focus-visible {
  background: #e69200;
}

body.ems-shell-active .ems-shell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.ems-shell-active .ems-shell-cart--desktop {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 90px;
  padding: 8px 0;
  border: 0;
  color: #fff;
  background: transparent;
  text-decoration: none;
}

body.ems-shell-active .ems-shell-cart--desktop svg {
  width: 28px;
  height: 28px;
}

body.ems-shell-active .ems-shell-cart__total {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

body.ems-shell-active .ems-shell-cart--desktop .ems-shell-cart__count {
  position: absolute;
  top: 0;
  left: 20px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ems-accent, #F6A51C);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

body.ems-shell-active .ems-shell-nav-row {
  min-height: 56px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dedede;
}

body.ems-shell-active .ems-shell-nav__list {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}

body.ems-shell-active .ems-shell-nav__link {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}

body.ems-shell-active .ems-shell-nav__link:hover,
body.ems-shell-active .ems-shell-nav__link:focus-visible,
body.ems-shell-active .ems-shell-nav__link.is-current {
  color: #e69200;
}

@media (min-width: 961px) {
  body.ems-shell-active .ems-shell-desktop {
    display: block !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.ems-shell-active .ems-shell-header .ems-shell-container {
    width: 100%;
  }

  body.ems-shell-active .ems-shell-utility,
  body.ems-shell-active .ems-shell-utility__inner {
    min-height: 38px;
  }

  body.ems-shell-active .ems-shell-utility__message {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.15;
  }

  body.ems-shell-active .ems-shell-desktop {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: block !important;
    background: #000;
  }

  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 84px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding: 0 16px;
    background: #000;
    color: #fff;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    width: auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
    gap: 9px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-menu-toggle::after {
    content: none !important;
  }

  body.ems-shell-active .ems-shell-menu-toggle svg {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
  }

  body.ems-shell-active .ems-shell-menu-toggle__label {
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
  }

  body.ems-shell-active .ems-shell-logo--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    display: block;
    width: auto;
    max-width: 136px;
    max-height: 58px;
    object-fit: contain;
  }

  body.ems-shell-active .ems-shell-mobile__cart {
    justify-self: end;
  }

  body.ems-shell-active .ems-shell-cart--mobile {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
  }

  body.ems-shell-active .ems-shell-cart--mobile svg {
    width: 28px;
    height: 28px;
  }

  body.ems-shell-active .ems-shell-cart--mobile .ems-shell-cart__count {
    position: absolute;
    top: 0;
    right: -2px;
    display: grid;
    place-items: center;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--ems-accent, #F6A51C);
    color: #fff;
    font-size: 11px;
    line-height: 1;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    display: block;
    padding: 10px 14px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container {
    width: 100%;
    padding: 0;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    overflow: hidden;
    border: 2px solid #e4e4e4;
    border-radius: 999px;
    background: #fff;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input,
  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    height: 48px;
    min-height: 48px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input {
    min-width: 0;
    padding: 0 16px;
    border: 0;
    color: #222;
    background: #fff;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  body.ems-shell-active .ems-shell-mobile__bar {
    padding-inline: 14px;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    gap: 7px;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 124px;
    max-height: 54px;
  }
}

body.ems-shell-active .ems-shell-utility {
  min-height: 28px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #e5e5e5;
}

body.ems-shell-active .ems-shell-utility__inner {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
}

body.ems-shell-active .ems-shell-utility__message {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__inner:has(.ems-shell-utility__message) .ems-shell-utility__links {
  display: none !important;
}

body.ems-shell-active .ems-shell-utility__inner:not(:has(.ems-shell-utility__message)) .ems-shell-utility__links {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__inner:not(:has(.ems-shell-utility__message)) .ems-shell-utility__links::before {
  content: "Sales Inquiries:";
  color: #000;
}

body.ems-shell-active .ems-shell-utility__inner:not(:has(.ems-shell-utility__message)) .ems-shell-utility__links a {
  color: #000;
  font-weight: 700;
}

body.ems-shell-active .ems-shell-utility__inner:not(:has(.ems-shell-utility__message)) .ems-shell-utility__links a:first-child:not(:last-child) {
  display: none !important;
}

body.ems-shell-active .ems-shell-primary {
  background: #000;
}

body.ems-shell-active .ems-shell-primary__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 220px minmax(360px, 1fr) 160px;
  gap: 28px;
  align-items: center;
}

body.ems-shell-active .ems-shell-logo--header img,
body.ems-shell-active .ems-shell-logo__image {
  max-height: 62px;
  width: auto;
  object-fit: contain;
}

body.ems-shell-active .ems-shell-search--desktop {
  height: 58px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px 64px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: none;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input {
  height: 58px;
  border: 0;
  padding: 0 22px;
  font-size: 15px;
}

body.ems-shell-active .ems-shell-search__category {
  border: 0;
  border-left: 1px solid #ddd;
  color: #666;
  background: #fff;
  text-transform: uppercase;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
}

body.ems-shell-active .ems-shell-search__submit {
  background: var(--ems-accent, #F6A51C);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ems-shell-active .ems-shell-actions .ems-shell-action:not(.ems-shell-cart--desktop) {
  display: none !important;
}

body.ems-shell-active .ems-shell-cart--desktop {
  color: #fff;
  justify-content: flex-end;
}

body.ems-shell-active .ems-shell-cart--desktop:not(:has(.ems-shell-cart__total)) .ems-shell-cart__label {
  display: none !important;
}

body.ems-shell-active .ems-shell-cart--desktop:not(:has(.ems-shell-cart__total))::after {
  content: "$0.00";
  display: inline;
  margin-left: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

body.ems-shell-active .ems-shell-nav-row {
  background: #fff;
  border-bottom: 1px solid #dedede;
}

body.ems-shell-active .ems-shell-nav__list {
  justify-content: center;
  gap: 32px;
  min-height: 56px;
}

body.ems-shell-active .ems-shell-nav__link {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.ems-store-home .entry-title,
body.ems-store-home .page-title,
body.ems-store-home .widget-area,
body.ems-store-home .sidebar,
body.ems-store-home #secondary {
  display: none !important;
}

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

@media (max-width: 767px) {
  body.ems-shell-active .ems-shell-desktop {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: block;
    background: #000;
  }

  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 84px;
    background: #000;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding: 0 16px;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    color: #fff;
    display: flex;
    align-items: center;
    justify-self: start;
    width: auto;
    gap: 9px;
    padding: 8px 0;
    font-size: 16px;
    background: transparent;
    border: 0;
  }

  body.ems-shell-active .ems-shell-menu-toggle::after {
    content: none;
  }

  body.ems-shell-active .ems-shell-menu-toggle:not(:has(.ems-shell-menu-toggle__label))::after {
    content: "MENU";
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }

  body.ems-shell-active .ems-shell-menu-toggle__label {
    display: inline;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-mobile .ems-shell-logo__image {
    max-width: 136px;
    max-height: 58px;
    width: auto;
  }

  body.ems-shell-active .ems-shell-logo--mobile {
    position: static;
    transform: none;
    justify-self: center;
  }

  body.ems-shell-active .ems-shell-mobile__cart {
    justify-self: end;
  }

  body.ems-shell-active .ems-shell-cart--mobile {
    color: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    display: block;
    background: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    height: 50px;
    border: 2px solid #e7e7e7;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input {
    height: 50px;
    min-height: 50px;
    border: 0;
    padding: 0 18px;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    height: 50px;
    min-height: 50px;
    border-radius: 0;
    background: var(--ems-accent, #F6A51C);
    color: #fff;
  }
}

@media (max-width: 420px) {
  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 78px;
    padding-inline: 14px;
  }

  body.ems-shell-active .ems-shell-menu-toggle,
  body.ems-shell-active .ems-shell-menu-toggle__label {
    font-size: 15px;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-mobile .ems-shell-logo__image {
    max-width: 124px;
    max-height: 54px;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    padding: 9px 12px;
  }
}

/* Mobile header overflow guard: keep the utility bar and search control inside
 * the viewport while preserving the full desktop search experience. */
@media (max-width: 767px) {
  body.ems-shell-active {
    overflow-x: hidden;
  }

  body.ems-shell-active .ems-shell-utility,
  body.ems-shell-active .ems-shell-utility__inner,
  body.ems-shell-active .ems-shell-utility__message {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.ems-shell-active .ems-shell-utility__inner {
    padding-inline: 14px;
    overflow: hidden;
  }

  body.ems-shell-active .ems-shell-utility__message {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  body.ems-shell-active .ems-shell-mobile-search,
  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container,
  body.ems-shell-active .ems-shell-mobile-search .ems-shell-search-wrap,
  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    grid-template-columns: minmax(0, 1fr) 54px !important;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__category {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    box-sizing: border-box;
  }
}

/* Header-only release lock. Keep this block last so theme compatibility rules cannot reorder the shell. */
body.ems-shell-active .ems-shell-header .ems-shell-container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

body.ems-shell-active .ems-shell-utility,
body.ems-shell-active .ems-shell-utility__inner {
  min-height: 36px;
}

body.ems-shell-active .ems-shell-utility {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}

body.ems-shell-active .ems-shell-utility__inner,
body.ems-shell-active .ems-shell-utility__message {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ems-shell-active .ems-shell-utility__inner {
  padding: 0;
}

body.ems-shell-active .ems-shell-utility__message {
  gap: 5px;
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

body.ems-shell-active .ems-shell-utility__message strong {
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__message a {
  color: #111;
  text-decoration: none;
}

body.ems-shell-active .ems-shell-primary__inner {
  min-height: 104px;
  grid-template-columns: 210px minmax(360px, 1fr) 110px;
  gap: 28px;
}

body.ems-shell-active .ems-shell-logo--header img,
body.ems-shell-active .ems-shell-logo--header .ems-shell-logo__image {
  max-width: 190px;
  max-height: 60px;
}

body.ems-shell-active .ems-shell-search--desktop {
  width: 100%;
  height: 54px;
  grid-template-columns: minmax(220px, 1fr) 190px 56px;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__category,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__submit {
  height: 54px;
  min-height: 54px;
}

body.ems-shell-active .ems-shell-actions {
  justify-content: flex-end;
}

body.ems-shell-active .ems-shell-cart--desktop {
  position: relative;
  min-width: 90px;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

body.ems-shell-active .ems-shell-cart--desktop svg {
  width: 28px;
  height: 28px;
}

body.ems-shell-active .ems-shell-cart__total {
  display: inline;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

body.ems-shell-active .ems-shell-cart--desktop .ems-shell-cart__count {
  top: 0;
  right: auto;
  left: 20px;
  background: var(--ems-accent, #F6A51C);
}

body.ems-shell-active .ems-shell-nav-row,
body.ems-shell-active .ems-shell-nav__list {
  min-height: 56px;
}

body.ems-shell-active .ems-shell-nav__list {
  gap: 32px;
}

@media (min-width: 961px) {
  body.ems-shell-active .ems-shell-desktop {
    display: block !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.ems-shell-active .ems-shell-header .ems-shell-container {
    width: 100%;
  }

  body.ems-shell-active .ems-shell-utility,
  body.ems-shell-active .ems-shell-utility__inner {
    min-height: 38px;
  }

  body.ems-shell-active .ems-shell-utility__message {
    padding: 6px 12px;
    font-size: 14px;
  }

  body.ems-shell-active .ems-shell-desktop {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: block !important;
    background: #000;
  }

  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 84px;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding: 0 16px;
    background: #000;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    width: auto;
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
    gap: 9px;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-menu-toggle::after {
    content: none !important;
  }

  body.ems-shell-active .ems-shell-menu-toggle__label {
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
  }

  body.ems-shell-active .ems-shell-logo--mobile {
    position: static;
    transform: none;
    justify-self: center;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    width: auto;
    max-width: 136px;
    max-height: 58px;
  }

  body.ems-shell-active .ems-shell-mobile__cart {
    min-width: 40px;
    justify-self: end;
  }

  body.ems-shell-active .ems-shell-cart--mobile {
    color: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    display: block;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container {
    width: 100%;
    padding: 0;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    height: 50px;
    grid-template-columns: minmax(0, 1fr) 58px;
    border: 2px solid #e7e7e7;
    border-radius: 999px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input,
  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    height: 50px;
    min-height: 50px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input {
    padding: 0 18px;
    border: 0;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    border-radius: 0;
    background: var(--ems-accent, #F6A51C);
    color: #fff;
  }
}

@media (max-width: 420px) {
  body.ems-shell-active .ems-shell-mobile__bar {
    padding-inline: 14px;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 124px;
    max-height: 54px;
  }
}

/* Issue 1 final cascade lock: one global header on every storefront template. */
body.ems-shell-active .ems-shell-header .ems-shell-container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

body.ems-shell-active .ems-shell-utility,
body.ems-shell-active .ems-shell-utility__inner {
  min-height: 36px;
}

body.ems-shell-active .ems-shell-utility {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}

body.ems-shell-active .ems-shell-utility__inner,
body.ems-shell-active .ems-shell-utility__message {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ems-shell-active .ems-shell-utility__inner {
  padding: 0;
}

body.ems-shell-active .ems-shell-utility__message {
  gap: 5px;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

body.ems-shell-active .ems-shell-utility__message strong {
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__message a {
  color: #111;
  text-decoration: none;
}

body.ems-shell-active .ems-shell-primary__inner {
  min-height: 104px;
  grid-template-columns: 210px minmax(360px, 1fr) 110px;
  gap: 28px;
}

body.ems-shell-active .ems-shell-logo--header img,
body.ems-shell-active .ems-shell-logo--header .ems-shell-logo__image {
  max-width: 190px;
  max-height: 60px;
}

body.ems-shell-active .ems-shell-search--desktop {
  width: 100%;
  height: 54px;
  grid-template-columns: minmax(220px, 1fr) 190px 56px;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__category,
body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__submit {
  height: 54px;
  min-height: 54px;
}

body.ems-shell-active .ems-shell-actions {
  justify-content: flex-end;
}

body.ems-shell-active .ems-shell-cart--desktop {
  position: relative;
  min-width: 90px;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

body.ems-shell-active .ems-shell-cart--desktop svg {
  width: 28px;
  height: 28px;
}

body.ems-shell-active .ems-shell-cart__total {
  display: inline;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

body.ems-shell-active .ems-shell-cart--desktop .ems-shell-cart__count {
  top: 0;
  right: auto;
  left: 20px;
  background: var(--ems-accent, #F6A51C);
}

body.ems-shell-active .ems-shell-nav-row,
body.ems-shell-active .ems-shell-nav__list {
  min-height: 56px;
}

body.ems-shell-active .ems-shell-nav__list {
  gap: 32px;
}

@media (min-width: 961px) {
  body.ems-shell-active .ems-shell-desktop {
    display: block !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.ems-shell-active .ems-shell-header .ems-shell-container {
    width: 100%;
  }

  body.ems-shell-active .ems-shell-utility,
  body.ems-shell-active .ems-shell-utility__inner {
    min-height: 38px;
  }

  body.ems-shell-active .ems-shell-utility__message {
    padding: 6px 12px;
    font-size: 14px;
  }

  body.ems-shell-active .ems-shell-desktop {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: block !important;
    background: #000;
  }

  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 84px;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding: 0 16px;
    background: #000;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    width: auto;
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
    gap: 9px;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-menu-toggle::after {
    content: none !important;
  }

  body.ems-shell-active .ems-shell-menu-toggle__label {
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
  }

  body.ems-shell-active .ems-shell-logo--mobile {
    position: static;
    transform: none;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    width: auto;
    max-width: 136px;
    max-height: 58px;
  }

  body.ems-shell-active .ems-shell-mobile__cart {
    min-width: 40px;
    justify-self: end;
  }

  body.ems-shell-active .ems-shell-cart--mobile {
    color: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    display: block;
    background: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container {
    width: 100%;
    padding: 0;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    height: 50px;
    grid-template-columns: minmax(0, 1fr) 58px;
    border: 2px solid #e7e7e7;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input,
  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    height: 50px;
    min-height: 50px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input {
    padding: 0 18px;
    border: 0;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    border-radius: 0;
    background: var(--ems-accent, #F6A51C);
    color: #fff;
  }
}

@media (max-width: 420px) {
  body.ems-shell-active .ems-shell-mobile__bar {
    padding-inline: 14px;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-logo--mobile .ems-shell-logo__image {
    max-width: 124px;
    max-height: 54px;
  }
}

/* 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: var(--ems-accent, #F6A51C);
  --ems-shell-orange-hover: var(--ems-ui-orange-hover, #D88A08);
  --ems-shell-orange-text: var(--ems-ui-orange-dark, #9A4A05);
  --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, #9A4A05);
  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, var(--ems-accent, #F6A51C));
  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, var(--ems-accent, #F6A51C));
  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, var(--ems-accent, #F6A51C));
  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: var(--ems-accent, #F6A51C);
}

.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, var(--ems-accent, #F6A51C));
  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: repeat(auto-fit, minmax(180px, 1fr));
  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, #9A4A05);
  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 .ems-shell-mega__heading-link {
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

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

.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, #9A4A05);
  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, #9A4A05);
  }

  .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__all-link,
  .ems-shell-drawer__category-link {
    margin: 0;
  }

  .ems-shell-drawer__all-link {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ems-shell-border, #d9dee5);
  }

  .ems-shell-drawer__all-link a,
  .ems-shell-drawer__category-link a,
  .ems-shell-drawer__parent-link {
    display: block;
    padding: 9px 0;
    color: var(--ems-shell-text, #1d232b);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 850;
    text-decoration: none;
  }

  .ems-shell-drawer__equipment-branches {
    display: grid;
  }

  .ems-shell-drawer__equipment-branch,
  .ems-shell-drawer__category-link {
    border-bottom: 1px solid var(--ems-shell-border, #d9dee5);
  }

  .ems-shell-drawer__equipment-branch > summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    color: var(--ems-shell-text, #1d232b);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
  }

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

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

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

  .ems-shell-drawer__equipment-links {
    padding: 0 0 12px 14px;
  }

  .ems-shell-drawer__equipment-links ul {
    margin-left: 0;
  }

  .ems-shell-drawer__parent-link {
    color: var(--ems-shell-orange-text, #9A4A05);
  }

  .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, #9A4A05);
    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;
  }
}

/* Final storefront shell override */
body.ems-shell-active .ems-shell-header {
  position: relative;
  z-index: 60;
  width: 100%;
  background: #000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

body.ems-shell-active .ems-shell-utility {
  min-height: 28px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #e5e5e5;
}

body.ems-shell-active .ems-shell-utility__inner {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: center;
}

body.ems-shell-active .ems-shell-utility__message {
  display: block;
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

body.ems-shell-active .ems-shell-utility__links {
  display: none !important;
}

body.ems-shell-active .ems-shell-primary {
  background: #000;
}

body.ems-shell-active .ems-shell-primary__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 220px minmax(360px, 1fr) 160px;
  gap: 28px;
  align-items: center;
}

body.ems-shell-active .ems-shell-logo--header img,
body.ems-shell-active .ems-shell-logo__image {
  max-height: 62px;
  width: auto;
  object-fit: contain;
}

body.ems-shell-active .ems-shell-search--desktop {
  height: 58px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px 64px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: none;
}

body.ems-shell-active .ems-shell-search--desktop .ems-shell-search__input {
  height: 58px;
  border: 0;
  padding: 0 22px;
  font-size: 15px;
}

body.ems-shell-active .ems-shell-search__category {
  border: 0;
  border-left: 1px solid #ddd;
  color: #666;
  background: #fff;
  text-transform: uppercase;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
}

body.ems-shell-active .ems-shell-search__submit {
  background: var(--ems-accent, #F6A51C);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ems-shell-active .ems-shell-actions .ems-shell-action:not(.ems-shell-cart--desktop) {
  display: none !important;
}

body.ems-shell-active .ems-shell-cart--desktop {
  color: #fff;
  justify-content: flex-end;
}

body.ems-shell-active .ems-shell-nav-row {
  background: #fff;
  border-bottom: 1px solid #dedede;
}

body.ems-shell-active .ems-shell-nav__list {
  justify-content: center;
  gap: 32px;
  min-height: 56px;
}

body.ems-shell-active .ems-shell-nav__link {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.ems-store-home .entry-title,
body.ems-store-home .page-title,
body.ems-store-home .widget-area,
body.ems-store-home .sidebar,
body.ems-store-home #secondary {
  display: none !important;
}

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

@media (max-width: 767px) {
  body.ems-shell-active .ems-shell-desktop {
    display: none !important;
  }

  body.ems-shell-active .ems-shell-mobile {
    display: block;
    background: #000;
  }

  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 84px;
    background: #000;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding: 0 16px;
  }

  body.ems-shell-active .ems-shell-menu-toggle {
    color: #fff;
    display: flex;
    align-items: center;
    justify-self: start;
    width: auto;
    gap: 9px;
    padding: 8px 0;
    font-size: 16px;
    background: transparent;
    border: 0;
  }

  body.ems-shell-active .ems-shell-menu-toggle::after {
    content: none;
  }

  body.ems-shell-active .ems-shell-menu-toggle__label {
    display: inline;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-mobile .ems-shell-logo__image {
    max-width: 136px;
    max-height: 58px;
    width: auto;
  }

  body.ems-shell-active .ems-shell-logo--mobile {
    position: static;
    transform: none;
    justify-self: center;
  }

  body.ems-shell-active .ems-shell-mobile__cart {
    justify-self: end;
  }

  body.ems-shell-active .ems-shell-cart--mobile {
    color: #fff;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    display: block;
    background: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  body.ems-shell-active .ems-shell-mobile-search .ems-shell-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.ems-shell-active .ems-shell-search--mobile {
    width: 100%;
    height: 50px;
    border: 2px solid #e7e7e7;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__input {
    height: 50px;
    min-height: 50px;
    border: 0;
    padding: 0 18px;
    font-size: 16px;
  }

  body.ems-shell-active .ems-shell-search--mobile .ems-shell-search__submit {
    height: 50px;
    min-height: 50px;
    border-radius: 0;
    background: var(--ems-accent, #F6A51C);
    color: #fff;
  }
}

@media (max-width: 420px) {
  body.ems-shell-active .ems-shell-mobile__bar {
    min-height: 78px;
    padding-inline: 14px;
  }

  body.ems-shell-active .ems-shell-menu-toggle,
  body.ems-shell-active .ems-shell-menu-toggle__label {
    font-size: 15px;
  }

  body.ems-shell-active .ems-shell-logo--mobile img,
  body.ems-shell-active .ems-shell-mobile .ems-shell-logo__image {
    max-width: 124px;
    max-height: 54px;
  }

  body.ems-shell-active .ems-shell-mobile-search {
    padding: 9px 12px;
  }
}
