/* MichaelaStore responsive header v4
   Scoped to the announcement, #header and the mobile drawer created by the paired JS. */

:root {
  --ms-ink: #221916;
  --ms-burgundy: #772b35;
  --ms-burgundy-dark: #5e2029;
  --ms-cream: #fcfaf7;
  --ms-cream-deep: #f5eee6;
  --ms-line: #ded8d2;
  --ms-muted: #817873;
  --ms-drawer-top: 0px;
}

body.ms-responsive-header .ms-fab-center {
  display: none !important;
}

body.ms-responsive-header .ms-announcement {
  position: relative;
  z-index: 1020;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #211613;
  color: #fff;
}

body.ms-responsive-header .ms-announcement__inner {
  width: min(100%, 1480px);
  padding: 12px 28px;
  text-align: center;
}

body.ms-responsive-header .ms-announcement__message {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .18s ease, transform .18s ease;
}

body.ms-responsive-header .ms-announcement__message.is-changing {
  opacity: 0;
  transform: translateY(4px);
}

body.ms-responsive-header #header.ms-header-ready {
  position: relative;
  z-index: 1010;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--ms-line);
  background: var(--ms-cream);
  box-shadow: none;
}

body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
  position: relative !important;
  width: min(100%, 1480px);
  height: auto !important;
  min-height: 88px;
  margin: 0 auto;
  padding: 12px clamp(22px, 2.5vw, 42px);
  display: grid;
  grid-template-columns: 46px minmax(205px, 1fr) 46px auto auto;
  grid-template-areas: "menu logo search switchers tools";
  align-items: center;
  column-gap: clamp(12px, 1.3vw, 24px);
  background: var(--ms-cream);
  box-sizing: border-box;
}

body.ms-responsive-header #header .site-name {
  position: static !important;
  grid-area: logo;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body.ms-responsive-header #header .site-name > a {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ms-burgundy);
  text-decoration: none;
}

body.ms-responsive-header #header .site-name img {
  width: 62px !important;
  height: 62px !important;
  max-width: none !important;
  max-height: none !important;
  flex: 0 0 62px;
  object-fit: contain;
}

body.ms-responsive-header #header .ms-brand-name {
  display: block;
  min-width: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(21px, 1.65vw, 27px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.025em;
  white-space: nowrap;
}

body.ms-responsive-header #header #navigation {
  display: none !important;
  min-width: 0;
  margin: 0;
}

body.ms-responsive-header #header #navigation .navigation-in {
  height: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
}

body.ms-responsive-header #header #navigation .menu-level-1 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 28px);
}

body.ms-responsive-header #header #navigation .menu-level-1 > li > a {
  min-height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--ms-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  white-space: nowrap;
}

body.ms-responsive-header #header #navigation .menu-level-1 > li > a:hover,
body.ms-responsive-header #header #navigation .menu-level-1 > li.active > a {
  color: var(--ms-burgundy);
}

body.ms-responsive-header #header .menu-helper {
  display: none !important;
  min-width: max-content;
  margin: 0;
  color: var(--ms-ink);
  font-size: 13px;
  font-weight: 700;
}

body.ms-responsive-header #header .navigation-buttons {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  grid-area: tools;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap !important;
  gap: 3px;
}

body.ms-responsive-header #header .navigation-buttons > .languagesMenu {
  display: none !important;
}

body.ms-responsive-header #header .navigation-buttons > a,
body.ms-responsive-header #header .navigation-buttons > button,
body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ms-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.ms-responsive-header #header .navigation-buttons > a::before,
body.ms-responsive-header #header .navigation-buttons > button::before,
body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn::before {
  color: var(--ms-ink);
  font-size: 25px;
}

body.ms-responsive-header #header .navigation-buttons > a:hover,
body.ms-responsive-header #header .navigation-buttons > button:hover,
body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn:hover {
  color: var(--ms-burgundy);
  background: transparent;
}

body.ms-responsive-header #header .ms-native-menu-toggle {
  grid-area: menu;
  position: relative;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
  color: var(--ms-ink);
  text-decoration: none;
}

body.ms-responsive-header #header .ms-native-search {
  grid-area: search;
  position: relative !important;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ms-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.ms-responsive-header #header .ms-native-search::before {
  content: '' !important;
  position: absolute;
  top: 10px;
  left: 9px;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--ms-ink);
  font-family: inherit !important;
  transform: none !important;
}

body.ms-responsive-header #header .ms-native-search::after {
  content: '';
  position: absolute;
  top: 27px;
  left: 26px;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

body.ms-responsive-header #header .ms-native-search:hover {
  color: var(--ms-burgundy);
  background: transparent;
}

body.ms-responsive-header #header .ms-native-menu-toggle::before,
body.ms-responsive-header #header .ms-native-menu-toggle::after {
  content: '';
  position: absolute;
  left: 5px;
  width: 34px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .2s ease, top .2s ease;
}

body.ms-responsive-header #header .ms-native-menu-toggle::before {
  top: 16px;
  box-shadow: 0 7px 0 currentColor;
}

body.ms-responsive-header #header .ms-native-menu-toggle::after {
  top: 30px;
}

body.ms-responsive-header.ms-menu-open #header .ms-native-menu-toggle::before,
body.ms-menu-open.ms-responsive-header #header .ms-native-menu-toggle::before {
  top: 22px;
  transform: rotate(45deg);
  box-shadow: none;
}

body.ms-responsive-header.ms-menu-open #header .ms-native-menu-toggle::after,
body.ms-menu-open.ms-responsive-header #header .ms-native-menu-toggle::after {
  top: 22px;
  transform: rotate(-45deg);
}

body.ms-responsive-header #header .ms-header-switchers {
  grid-area: switchers;
  display: flex;
  align-items: center;
  gap: 7px;
}

body.ms-responsive-header .ms-switcher {
  position: relative;
}

body.ms-responsive-header .ms-switcher__button {
  height: 44px;
  min-width: 66px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #cfc9c4;
  border-radius: 0;
  background: rgba(255, 255, 255, .56);
  color: var(--ms-ink);
  box-shadow: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
  min-width: 78px;
}

body.ms-responsive-header .ms-switcher__globe {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

body.ms-responsive-header .ms-switcher__chevron {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

body.ms-responsive-header .ms-switcher.is-open .ms-switcher__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

body.ms-responsive-header .ms-switcher__menu {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  z-index: 1050;
  min-width: 100%;
  padding: 5px;
  display: none;
  border: 1px solid var(--ms-line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(34, 25, 22, .08);
}

body.ms-responsive-header .ms-switcher.is-open .ms-switcher__menu {
  display: grid;
  gap: 2px;
}

body.ms-responsive-header .ms-switcher__menu a {
  min-width: 58px;
  padding: 9px 10px;
  color: var(--ms-ink);
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

body.ms-responsive-header .ms-switcher__menu a:hover,
body.ms-responsive-header .ms-switcher__menu a.is-active {
  color: var(--ms-burgundy);
  background: var(--ms-cream-deep);
}

body.ms-responsive-header #header .ms-desktop-category-nav {
  position: relative;
  z-index: 1030;
  display: block;
  border-top: 1px solid var(--ms-line);
  background: var(--ms-cream);
}

body.ms-responsive-header #header .ms-quick-category-nav {
  display: none;
}

body.ms-responsive-header #header .ms-desktop-category-nav__inner {
  position: relative;
  width: min(100%, 1480px);
  height: 56px;
  margin: 0 auto;
  padding: 0 clamp(28px, 4vw, 72px);
  box-sizing: border-box;
}

body.ms-responsive-header #header .ms-desktop-nav {
  height: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--ms-nav-count, 7), minmax(0, 1fr));
  align-items: stretch;
  list-style: none;
}

body.ms-responsive-header #header .ms-desktop-nav__item {
  position: static;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

body.ms-responsive-header #header .ms-desktop-nav__link,
body.ms-responsive-header #header .ms-desktop-nav__button {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  margin: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--ms-ink);
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.ms-responsive-header #header .ms-desktop-nav__item--sale .ms-desktop-nav__link {
  color: var(--ms-burgundy);
}

body.ms-responsive-header #header .ms-desktop-nav__link:hover,
body.ms-responsive-header #header .ms-desktop-nav__button:hover,
body.ms-responsive-header #header .ms-desktop-nav__item.is-open .ms-desktop-nav__button,
body.ms-responsive-header #header .ms-desktop-nav__item:focus-within .ms-desktop-nav__button {
  color: var(--ms-burgundy);
}

body.ms-responsive-header #header .ms-desktop-nav__chevron {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  flex: 0 0 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

body.ms-responsive-header #header .ms-desktop-nav__item.is-open .ms-desktop-nav__chevron,
body.ms-responsive-header #header .ms-desktop-nav__item:hover .ms-desktop-nav__chevron,
body.ms-responsive-header #header .ms-desktop-nav__item:focus-within .ms-desktop-nav__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

body.ms-responsive-header #header .ms-desktop-nav__panel {
  position: absolute;
  z-index: 1040;
  top: 100%;
  right: clamp(28px, 4vw, 72px);
  left: clamp(28px, 4vw, 72px);
  padding: 25px 30px 28px;
  display: block;
  visibility: hidden;
  border: 1px solid var(--ms-line);
  border-top: 2px solid var(--ms-burgundy);
  border-radius: 0 0 8px 8px;
  background: rgba(252, 250, 247, .985);
  box-shadow: 0 12px 24px rgba(34, 25, 22, .06);
  opacity: 0;
  transform: translateY(7px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

body.ms-responsive-header #header .ms-desktop-nav__item:hover .ms-desktop-nav__panel,
body.ms-responsive-header #header .ms-desktop-nav__item:focus-within .ms-desktop-nav__panel,
body.ms-responsive-header #header .ms-desktop-nav__item.is-open .ms-desktop-nav__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.ms-responsive-header #header .ms-desktop-nav__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px 30px;
}

body.ms-responsive-header #header .ms-desktop-nav__panel--capsules .ms-desktop-nav__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.ms-responsive-header #header .ms-desktop-nav__panel--accessories .ms-desktop-nav__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ms-responsive-header #header .ms-desktop-nav__sublink {
  padding: 8px 2px;
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration: none;
}

body.ms-responsive-header #header .ms-desktop-nav__sublink:hover,
body.ms-responsive-header #header .ms-desktop-nav__sublink:focus {
  color: var(--ms-burgundy);
}

body.ms-responsive-header.ms-menu-open {
  overflow: hidden;
}

html.ms-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.ms-responsive-header .ms-drawer-backdrop,
body.ms-responsive-header .ms-drawer {
  visibility: hidden;
  pointer-events: none;
}

body.ms-responsive-header .ms-drawer-backdrop {
  position: fixed;
  z-index: 1090;
  top: var(--ms-drawer-top);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(34, 25, 22, .24);
  opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}

body.ms-responsive-header .ms-drawer {
  position: fixed;
  z-index: 1100;
  top: var(--ms-drawer-top);
  bottom: 0;
  left: 0;
  width: min(72vw, 680px);
  max-width: calc(100vw - 38px);
  border: 0;
  background: var(--ms-cream);
  box-shadow: 12px 0 32px rgba(34, 25, 22, .08);
  transform: translateX(-103%);
  transition: transform .25s ease, visibility .25s ease;
}

body.ms-menu-open.ms-responsive-header .ms-drawer-backdrop,
body.ms-menu-open.ms-responsive-header .ms-drawer {
  visibility: visible;
  pointer-events: auto;
}

body.ms-menu-open.ms-responsive-header .ms-drawer-backdrop {
  opacity: 1;
}

body.ms-menu-open.ms-responsive-header .ms-drawer {
  transform: translateX(0);
}

body.ms-responsive-header .ms-drawer__inner {
  height: 100%;
  padding: 18px clamp(24px, 5vw, 42px) 44px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #898783 transparent;
  box-sizing: border-box;
}

body.ms-responsive-header .ms-drawer__nav {
  display: block;
}

body.ms-responsive-header .ms-drawer-item {
  border-bottom: 1px solid var(--ms-line);
}

body.ms-responsive-header .ms-drawer-item__head,
body.ms-responsive-header .ms-drawer-item--plain {
  min-height: 72px;
  display: flex;
  align-items: center;
}

body.ms-responsive-header .ms-drawer-item__head {
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}

body.ms-responsive-header .ms-drawer-item__title {
  min-width: 0;
  padding: 22px 0;
  color: var(--ms-ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  text-decoration: none;
}

body.ms-responsive-header .ms-drawer-item--sale .ms-drawer-item__title {
  color: var(--ms-burgundy);
}

body.ms-responsive-header .ms-drawer-item__toggle {
  position: relative;
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-right: -9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ms-ink);
  box-shadow: none;
}

body.ms-responsive-header .ms-drawer-item__toggle span,
body.ms-responsive-header .ms-drawer-item__toggle span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

body.ms-responsive-header .ms-drawer-item__toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.ms-responsive-header .ms-drawer-item.is-open .ms-drawer-item__toggle span {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.ms-responsive-header .ms-drawer-item.is-open .ms-drawer-item__toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.ms-responsive-header .ms-drawer-item__panel[hidden] {
  display: none;
}

body.ms-responsive-header .ms-drawer-item__panel {
  padding: 0 16px 20px;
}

body.ms-responsive-header .ms-drawer-item__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 34px;
}

body.ms-responsive-header .ms-drawer-item__sublink {
  min-width: 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  text-decoration: none;
}

body.ms-responsive-header .ms-drawer-item__sublink:hover {
  color: var(--ms-burgundy);
}

body.ms-responsive-header .ms-drawer__settings {
  padding: 30px 0 12px;
}

body.ms-responsive-header .ms-drawer-options {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

body.ms-responsive-header .ms-drawer-options h3 {
  margin: 0;
  color: var(--ms-ink);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.ms-responsive-header .ms-drawer-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(58px, 78px));
  gap: 8px;
}

body.ms-responsive-header .ms-drawer-options__grid a {
  min-height: 52px;
  padding: 9px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ms-line);
  background: rgba(255, 255, 255, .55);
  color: var(--ms-muted);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-sizing: border-box;
}

body.ms-responsive-header .ms-drawer-options__grid a.is-active {
  border-color: var(--ms-burgundy);
  color: var(--ms-burgundy);
}

body.ms-responsive-header .ms-drawer-bonus {
  margin-top: 12px;
  padding: 28px 30px;
  display: block;
  background: var(--ms-cream-deep);
  color: var(--ms-ink);
  text-decoration: none;
}

body.ms-responsive-header .ms-drawer-bonus strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.02em;
}

body.ms-responsive-header .ms-drawer-bonus span {
  display: block;
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1360px) and (min-width: 1101px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    grid-template-columns: 42px minmax(185px, 1fr) 42px auto auto;
    column-gap: 10px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: 21px;
  }

  body.ms-responsive-header #header .ms-switcher__button {
    min-width: 60px;
    padding: 0 9px;
  }

  body.ms-responsive-header #header .ms-switcher--language .ms-switcher__button {
    min-width: 70px;
  }

  body.ms-responsive-header #header .navigation-buttons > a,
  body.ms-responsive-header #header .navigation-buttons > button,
  body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
    width: 38px;
    min-width: 38px;
  }

  body.ms-responsive-header #header .ms-native-search {
    width: 38px;
    min-width: 38px;
  }

  body.ms-responsive-header #header .ms-desktop-category-nav__inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  body.ms-responsive-header #header .ms-desktop-nav__link,
  body.ms-responsive-header #header .ms-desktop-nav__button {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  body.ms-responsive-header .ms-announcement {
    min-height: 60px;
    border-radius: 28px 28px 0 0;
  }

  body.ms-responsive-header .ms-announcement__inner {
    padding: 10px 22px;
  }

  body.ms-responsive-header .ms-announcement__message {
    font-size: 12px;
    line-height: 1.3;
  }

  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    min-height: 106px;
    padding: 12px clamp(12px, 3vw, 26px);
    grid-template-columns: 48px minmax(155px, 1fr) auto 46px auto;
    grid-template-areas: "menu logo switchers search tools";
    column-gap: clamp(5px, 1.5vw, 14px);
  }

  body.ms-responsive-header #header .ms-desktop-category-nav {
    display: none !important;
  }

  body.ms-responsive-header #header .ms-quick-category-nav {
    position: relative;
    z-index: 1025;
    display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--ms-line);
    background: var(--ms-cream);
  }

  body.ms-responsive-header #header .ms-quick-category-nav__inner {
    width: 100%;
    min-height: 48px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  body.ms-responsive-header #header .ms-quick-category-nav__inner::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body.ms-responsive-header #header .ms-quick-nav {
    width: max-content;
    min-width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: stretch;
    list-style: none;
    box-sizing: border-box;
  }

  body.ms-responsive-header #header .ms-quick-nav__item {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
  }

  body.ms-responsive-header #header .ms-quick-nav__link {
    min-height: 48px;
    margin: 0;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: var(--ms-ink);
    box-shadow: none;
    text-decoration: none;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.ms-responsive-header #header .ms-quick-nav__link:hover,
  body.ms-responsive-header #header .ms-quick-nav__link:focus-visible,
  body.ms-responsive-header #header .ms-quick-nav__item--sale .ms-quick-nav__link {
    color: var(--ms-burgundy);
  }

  body.ms-responsive-header #header .ms-native-menu-toggle {
    display: block;
  }

  body.ms-responsive-header #header .site-name img {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: clamp(20px, 2.7vw, 26px);
  }

  body.ms-responsive-header #header .navigation-buttons > a,
  body.ms-responsive-header #header .navigation-buttons > button,
  body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
    width: 42px;
    min-width: 42px;
    height: 46px;
    min-height: 46px;
  }

  body.ms-responsive-header #header .navigation-buttons > a::before,
  body.ms-responsive-header #header .navigation-buttons > button::before,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn::before {
    font-size: 27px;
  }

  body.ms-responsive-header #header .ms-native-search {
    width: 42px;
    min-width: 42px;
    height: 46px;
    min-height: 46px;
  }

  body.ms-responsive-header #header .ms-native-search::before {
    top: 11px;
    left: 10px;
    width: 19px;
    height: 19px;
  }

  body.ms-responsive-header #header .ms-native-search::after {
    top: 29px;
    left: 28px;
  }
}

@media (min-width: 960px) and (max-width: 1100px) {
  body.ms-responsive-header #header .ms-quick-category-nav__inner {
    overflow: visible;
  }

  body.ms-responsive-header #header .ms-quick-nav {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(var(--ms-nav-count, 7), minmax(0, 1fr));
  }

  body.ms-responsive-header #header .ms-quick-nav__item {
    min-width: 0;
    justify-content: center;
  }

  body.ms-responsive-header #header .ms-quick-nav__link {
    max-width: 100%;
    padding: 0 6px;
    justify-content: center;
    text-align: center;
    font-size: 10.5px;
  }

  body.ms-responsive-header #header .ms-quick-category-nav--scroll .ms-quick-category-nav__inner {
    overflow-x: auto;
  }

  body.ms-responsive-header #header .ms-quick-category-nav--scroll .ms-quick-nav {
    width: max-content;
    min-width: 100%;
    display: flex;
  }

  body.ms-responsive-header #header .ms-quick-category-nav--scroll .ms-quick-nav__item {
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.ms-responsive-header .overall-wrapper {
    padding-top: 0 !important;
  }
}

@media (max-width: 700px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    min-height: 88px;
    padding: 9px 10px;
    grid-template-columns: 40px minmax(112px, 1fr) auto 35px auto;
    column-gap: 4px;
  }

  body.ms-responsive-header #header .ms-quick-category-nav__inner,
  body.ms-responsive-header #header .ms-quick-nav {
    min-height: 44px;
  }

  body.ms-responsive-header #header .ms-quick-nav {
    padding-right: 7px;
    padding-left: 7px;
  }

  body.ms-responsive-header #header .ms-quick-nav__link {
    min-height: 44px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10.5px;
  }

  body.ms-responsive-header #header .ms-native-menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 42px;
  }

  body.ms-responsive-header #header .ms-native-menu-toggle::before,
  body.ms-responsive-header #header .ms-native-menu-toggle::after {
    left: 5px;
    width: 29px;
  }

  body.ms-responsive-header #header .site-name > a {
    gap: 5px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: clamp(15px, 4.2vw, 20px);
  }

  body.ms-responsive-header #header .ms-header-switchers {
    gap: 3px;
  }

  body.ms-responsive-header .ms-switcher__button,
  body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
    height: 42px;
    min-width: 46px;
    padding: 0 6px;
    gap: 5px;
    font-size: 11px;
  }

  body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
    min-width: 55px;
  }

  body.ms-responsive-header .ms-switcher__globe {
    width: 15px;
    height: 15px;
  }

  body.ms-responsive-header .ms-switcher__chevron {
    display: none;
  }

  body.ms-responsive-header #header .navigation-buttons {
    gap: 0;
  }

  body.ms-responsive-header #header .navigation-buttons > a,
  body.ms-responsive-header #header .navigation-buttons > button,
  body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
    width: 35px;
    min-width: 35px;
    height: 42px;
    min-height: 42px;
  }

  body.ms-responsive-header #header .navigation-buttons > a::before,
  body.ms-responsive-header #header .navigation-buttons > button::before,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn::before {
    font-size: 23px;
  }

  body.ms-responsive-header #header .ms-native-search {
    width: 35px;
    min-width: 35px;
    height: 42px;
    min-height: 42px;
  }

  body.ms-responsive-header #header .ms-native-search::before {
    font-size: 23px;
  }

  body.ms-responsive-header .ms-switcher__menu {
    left: auto;
    right: 0;
  }

  body.ms-responsive-header .ms-drawer {
    width: 89vw;
    max-width: calc(100vw - 28px);
  }

  body.ms-responsive-header .ms-drawer__inner {
    padding: 8px 22px 34px;
  }

  body.ms-responsive-header .ms-drawer-item__head,
  body.ms-responsive-header .ms-drawer-item--plain {
    min-height: 62px;
  }

  body.ms-responsive-header .ms-drawer-item__title {
    padding: 18px 0;
    font-size: 14px;
  }

  body.ms-responsive-header .ms-drawer-item__panel {
    padding: 0 9px 18px;
  }

  body.ms-responsive-header .ms-drawer-item__grid {
    gap: 13px 20px;
  }

  body.ms-responsive-header .ms-drawer-item__sublink {
    font-size: 13px;
  }

  body.ms-responsive-header .ms-drawer__settings {
    padding-top: 24px;
  }

  body.ms-responsive-header .ms-drawer-options {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  body.ms-responsive-header .ms-drawer-options__grid {
    grid-template-columns: repeat(3, minmax(48px, 1fr));
    gap: 6px;
  }

  body.ms-responsive-header .ms-drawer-options__grid a {
    min-height: 46px;
    padding: 7px 5px;
    font-size: 12px;
  }

  body.ms-responsive-header .ms-drawer-bonus {
    padding: 23px 20px;
  }

  body.ms-responsive-header .ms-drawer-bonus strong {
    font-size: 22px;
  }

  body.ms-responsive-header .ms-drawer-bonus span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body.ms-responsive-header .overall-wrapper {
    padding-top: 167px !important;
  }
}

@media (max-width: 700px) {
  body.ms-responsive-header .overall-wrapper {
    padding-top: 149px !important;
  }
}

@media (max-width: 430px) {
  body.ms-responsive-header .overall-wrapper {
    padding-top: 139px !important;
  }

  body.ms-responsive-header .ms-announcement {
    min-height: 58px;
    border-radius: 24px 24px 0 0;
  }

  body.ms-responsive-header .ms-announcement__inner {
    padding: 9px 14px;
  }

  body.ms-responsive-header .ms-announcement__message {
    font-size: 10.5px;
  }

  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    min-height: 80px;
    padding-right: 6px;
    padding-left: 6px;
    grid-template-columns: 34px minmax(88px, 1fr) auto 31px auto;
    column-gap: 2px;
  }

  body.ms-responsive-header #header .ms-native-menu-toggle {
    width: 34px;
    min-width: 34px;
  }

  body.ms-responsive-header #header .ms-native-menu-toggle::before,
  body.ms-responsive-header #header .ms-native-menu-toggle::after {
    left: 4px;
    width: 26px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 35px !important;
    height: 35px !important;
    flex-basis: 35px;
  }

  body.ms-responsive-header #header .site-name {
    width: 100% !important;
    max-width: none !important;
    overflow: hidden;
  }

  body.ms-responsive-header #header .site-name > a {
    width: 100%;
    overflow: hidden;
  }

  body.ms-responsive-header #header .ms-brand-name {
    overflow: hidden;
    font-size: clamp(11.5px, 3.25vw, 14px);
    text-overflow: clip;
  }

  body.ms-responsive-header .ms-switcher__button,
  body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
    height: 38px;
    min-width: 38px;
    padding: 0 4px;
    font-size: 10px;
  }

  body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
    min-width: 45px;
  }

  body.ms-responsive-header .ms-switcher__globe {
    width: 13px;
    height: 13px;
  }

  body.ms-responsive-header #header .navigation-buttons > a,
  body.ms-responsive-header #header .navigation-buttons > button,
  body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
    width: 31px;
    min-width: 31px;
    height: 38px;
    min-height: 38px;
  }

  body.ms-responsive-header #header .navigation-buttons > a::before,
  body.ms-responsive-header #header .navigation-buttons > button::before,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn::before {
    font-size: 21px;
  }

  body.ms-responsive-header #header .ms-native-search {
    width: 31px;
    min-width: 31px;
    height: 38px;
    min-height: 38px;
  }

  body.ms-responsive-header #header .ms-native-search::before {
    font-size: 21px;
  }
}

@media (max-width: 370px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    grid-template-columns: 32px minmax(82px, 1fr) auto 28px auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: 10.5px;
  }

  body.ms-responsive-header .ms-switcher__button,
  body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
    min-width: 35px;
    padding: 0 3px;
  }

  body.ms-responsive-header .ms-switcher--language .ms-switcher__button {
    min-width: 42px;
  }

  body.ms-responsive-header #header .navigation-buttons > a,
  body.ms-responsive-header #header .navigation-buttons > button,
  body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
  body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
    width: 28px;
    min-width: 28px;
  }

  body.ms-responsive-header #header .ms-native-search {
    width: 28px;
    min-width: 28px;
  }
}

@media (min-width: 371px) and (max-width: 400px) {
  body.ms-responsive-header #header .site-name > a {
    gap: 4px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ms-responsive-header .ms-announcement__message,
  body.ms-responsive-header .ms-drawer,
  body.ms-responsive-header .ms-drawer-backdrop,
  body.ms-responsive-header #header .ms-native-menu-toggle::before,
  body.ms-responsive-header #header .ms-native-menu-toggle::after {
    transition: none;
  }
}

/* v4: compact non-sticky header and native Shoptet search */
:root {
  --ms-header-height: 0px;
}

body.ms-responsive-header .overall-wrapper {
  padding-top: 0 !important;
}

body.ms-responsive-header #header.ms-header-ready {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.ms-responsive-header #header.ms-header-ready .navigation-wrapper,
body.ms-responsive-header #header .ms-desktop-category-nav,
body.ms-responsive-header #header .ms-quick-category-nav {
  position: relative !important;
  top: auto !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.ms-responsive-header .ms-announcement {
  position: relative !important;
  top: auto !important;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  transform: none !important;
}

body.ms-responsive-header .ms-announcement__inner {
  padding: 5px 24px;
}

body.ms-responsive-header .ms-announcement__message {
  font-size: 11.5px;
  line-height: 1.18;
  letter-spacing: .025em;
  white-space: nowrap;
}

body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
  grid-template-columns: 42px auto minmax(240px, 1fr) auto auto;
  column-gap: clamp(10px, 1.2vw, 18px);
}

body.ms-responsive-header #header .site-name,
body.ms-responsive-header #header .site-name > a,
body.ms-responsive-header #header .site-name img {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ms-responsive-header #header .site-name img {
  width: 50px !important;
  height: 50px !important;
  flex-basis: 50px;
  mix-blend-mode: multiply;
}

body.ms-responsive-header #header .ms-brand-name {
  font-size: clamp(20px, 1.5vw, 24px);
}

body.ms-responsive-header #header .ms-native-menu-toggle,
body.ms-responsive-header #header .navigation-buttons > a,
body.ms-responsive-header #header .navigation-buttons > button,
body.ms-responsive-header #header .navigation-buttons > #dkLabFavHeaderWrapper,
body.ms-responsive-header #header .navigation-buttons #dkLabFavHeaderIconBtn {
  height: 40px;
  min-height: 40px;
}

body.ms-responsive-header #header .ms-desktop-category-nav__inner,
body.ms-responsive-header #header .ms-desktop-nav__link,
body.ms-responsive-header #header .ms-desktop-nav__button {
  height: 48px;
  min-height: 48px;
}

body.ms-responsive-header #header .ms-desktop-nav__link,
body.ms-responsive-header #header .ms-desktop-nav__button {
  font-size: 12px;
}

body.ms-responsive-header #header .ms-desktop-search {
  grid-area: search;
  width: 100%;
  min-width: 0;
  display: block;
}

body.ms-responsive-header #header .ms-desktop-search form,
body.ms-responsive-header #header .ms-desktop-search fieldset {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.ms-responsive-header #header .ms-desktop-search input[type='search'] {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 48px 0 15px !important;
  border: 1px solid #d8d0ca !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .72) !important;
  color: var(--ms-ink) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body.ms-responsive-header #header .ms-desktop-search input[type='search']:focus {
  border-color: var(--ms-burgundy) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 1px var(--ms-burgundy) !important;
}

body.ms-responsive-header #header .ms-desktop-search button[type='submit'] {
  position: absolute !important;
  z-index: 2;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 8px 8px 0 !important;
  background: transparent !important;
  color: var(--ms-ink) !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

body.ms-responsive-header #header .ms-desktop-search button[type='submit']::before,
body.ms-responsive-header .search-window #formSearchForm button[type='submit']::before {
  content: '' !important;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent !important;
  box-sizing: border-box;
  transform: none !important;
}

body.ms-responsive-header #header .ms-desktop-search button[type='submit']::after,
body.ms-responsive-header .search-window #formSearchForm button[type='submit']::after {
  content: '' !important;
  position: absolute;
  top: 28px;
  left: 27px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: currentColor !important;
  transform: rotate(45deg) !important;
  transform-origin: left center;
}

body.ms-responsive-header #header .ms-desktop-search .search-whisperer {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  width: 100%;
  max-height: min(520px, 70vh);
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(34, 25, 22, .1);
}

body.ms-responsive-header .search-window .search > h2,
body.ms-responsive-header .search-window .search > h3,
body.ms-responsive-header .search-window .recommended-products {
  display: none !important;
}

body.ms-menu-open.ms-responsive-header .retino-badge-panel,
body.ms-menu-open.ms-responsive-header .mehub-bonus-bean-container,
body.ms-menu-open.ms-responsive-header #smartsupp-widget-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  animation: none !important;
  transition: none !important;
}

body.ms-responsive-header .ms-drawer-options h3 {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

body.ms-responsive-header .ms-drawer-options__grid a,
body.ms-responsive-header .ms-drawer-bonus {
  border-radius: 8px;
}

body.ms-responsive-header .ms-drawer-options__grid a {
  min-height: 44px;
  padding: 6px;
  white-space: nowrap;
}

@media (min-width: 1101px) {
  body.ms-responsive-header #header .ms-native-search {
    display: none !important;
  }
}

@media (max-width: 1360px) and (min-width: 1101px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    grid-template-columns: 40px auto minmax(210px, 1fr) auto auto;
    column-gap: 9px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  body.ms-responsive-header .ms-announcement {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    border-radius: 22px 22px 0 0;
  }

  body.ms-responsive-header .ms-announcement__inner {
    padding: 4px 18px;
  }

  body.ms-responsive-header .ms-announcement__message {
    display: -webkit-box;
    max-height: 2.32em;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.16;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    min-height: 78px;
    padding-top: 7px;
    padding-bottom: 7px;
    grid-template-columns: 42px minmax(142px, 1fr) auto 40px auto;
    column-gap: clamp(4px, 1vw, 10px);
  }

  body.ms-responsive-header #header .site-name img {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: clamp(18px, 2.5vw, 22px);
  }

  body.ms-responsive-header #header .ms-desktop-search {
    display: none !important;
  }

  body.ms-responsive-header #header .ms-native-search {
    display: flex !important;
    height: 40px;
    min-height: 40px;
  }

  body.ms-responsive-header #header .ms-quick-category-nav__inner,
  body.ms-responsive-header #header .ms-quick-nav,
  body.ms-responsive-header #header .ms-quick-nav__link {
    min-height: 42px;
    height: 42px;
  }

  body.search-window-visible.ms-responsive-header .search-window {
    position: fixed !important;
    z-index: 1005 !important;
    top: var(--ms-header-height) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100dvh - var(--ms-header-height)) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    background: var(--ms-cream) !important;
    transform: none !important;
  }

  body.search-window-visible.ms-responsive-header .search-window .content-window-in,
  body.search-window-visible.ms-responsive-header .search-window .container,
  body.search-window-visible.ms-responsive-header .search-window .search {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: var(--ms-cream) !important;
    box-sizing: border-box;
  }

  body.search-window-visible.ms-responsive-header .search-window .content-window-in {
    min-height: 100% !important;
    padding: 0 !important;
  }

  body.search-window-visible.ms-responsive-header .search-window .container {
    padding: 14px clamp(14px, 4vw, 28px) !important;
  }

  body.search-window-visible.ms-responsive-header .search-window .search {
    padding: 0 !important;
  }

  body.search-window-visible.ms-responsive-header .search-window .toggle-window {
    display: none !important;
  }

  body.search-window-visible.ms-responsive-header .search-window #formSearchForm,
  body.search-window-visible.ms-responsive-header .search-window #formSearchForm fieldset {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.search-window-visible.ms-responsive-header .search-window #formSearchForm input[type='search'] {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 52px 0 16px !important;
    border: 1px solid #d8d0ca !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .82) !important;
    color: var(--ms-ink) !important;
    box-shadow: none !important;
    font-size: 14px !important;
  }

  body.search-window-visible.ms-responsive-header .search-window #formSearchForm input[type='search']:focus {
    border-color: var(--ms-burgundy) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px var(--ms-burgundy) !important;
  }

  body.search-window-visible.ms-responsive-header .search-window #formSearchForm button[type='submit'] {
    position: absolute !important;
    z-index: 2;
    top: 4px !important;
    right: 4px !important;
    bottom: auto !important;
    left: auto !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: var(--ms-ink) !important;
    box-shadow: none !important;
    font-size: 0 !important;
  }

  body.search-window-visible.ms-responsive-header .search-window #formSearchForm .search-whisperer {
    position: absolute;
    z-index: 4;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - var(--ms-header-height) - 84px);
    overflow-y: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(34, 25, 22, .1);
  }
}

@media (max-width: 700px) {
  body.ms-responsive-header .ms-announcement {
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    border-radius: 20px 20px 0 0;
  }

  body.ms-responsive-header .ms-announcement__inner {
    padding: 3px 12px;
  }

  body.ms-responsive-header .ms-announcement__message {
    font-size: 9.2px;
    line-height: 1.15;
    letter-spacing: .018em;
  }

  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    min-height: 68px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px;
  }

  body.ms-responsive-header #header .ms-brand-name {
    font-size: clamp(13px, 3.7vw, 17px);
  }

  body.ms-responsive-header #header .ms-quick-category-nav__inner,
  body.ms-responsive-header #header .ms-quick-nav,
  body.ms-responsive-header #header .ms-quick-nav__link {
    min-height: 40px;
    height: 40px;
  }

  body.ms-responsive-header #header .ms-quick-nav__link {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 10px;
  }

  body.ms-responsive-header .ms-drawer__inner {
    padding: 6px 18px 30px;
  }

  body.ms-responsive-header .ms-drawer__settings {
    padding-top: 20px;
  }

  body.ms-responsive-header .ms-drawer-options {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 12px;
  }

  body.ms-responsive-header .ms-drawer-options h3 {
    font-size: 10.5px;
    letter-spacing: .055em;
  }

  body.ms-responsive-header .ms-drawer-options__grid {
    grid-template-columns: repeat(3, minmax(44px, 1fr));
    gap: 5px;
  }

  body.ms-responsive-header .ms-drawer-options__grid a {
    min-height: 42px;
    padding: 5px 3px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 11px;
  }

  body.ms-responsive-header .ms-drawer-bonus {
    margin-top: 10px;
    padding: 20px 18px;
    border-radius: 8px;
  }
}

@media (max-width: 430px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    min-height: 66px;
    padding: 5px 6px;
    grid-template-columns: 34px minmax(96px, 1fr) auto 31px auto;
    column-gap: 2px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px;
  }
}

@media (max-width: 400px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    grid-template-columns: 34px minmax(34px, 1fr) auto 30px auto;
  }

  body.ms-responsive-header #header .ms-brand-name {
    display: none !important;
  }

  body.ms-responsive-header #header .site-name,
  body.ms-responsive-header #header .site-name > a {
    width: max-content !important;
    overflow: visible;
  }

  body.ms-responsive-header .ms-drawer-options {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 7px;
  }
}

@media (max-width: 370px) {
  body.ms-responsive-header #header.ms-header-ready .navigation-wrapper {
    grid-template-columns: 32px minmax(32px, 1fr) auto 28px auto;
    padding-right: 4px;
    padding-left: 4px;
  }

  body.ms-responsive-header #header .site-name img {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px;
  }

  body.ms-responsive-header .ms-drawer-options {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 6px;
  }

  body.ms-responsive-header .ms-drawer-options h3 {
    font-size: 10px;
    letter-spacing: .04em;
  }
}
