/* Variables compartidas del header */
:root {
  --dm-header-bg: #f4f4f4;
  --dm-header-text: #676767;
  --dm-header-strong: #2b2b2b;
  --dm-header-line: #d9d9d9;
  --dm-link-hover: #d98200;
}

#header .header-right-actions .header-block__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#header .header-right-actions .ps-languageselector .form-select {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
}

#header .header-right-actions .ps-languageselector {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 32px;
  color: #6d6d6d;
}

#header .header-right-actions .ps-languageselector::after {
  content: "\E894";
  font-family: "Material Icons";
  font-size: 27px;
  line-height: 1;
  color: currentColor;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#header .header-center-actions,
#header #_desktop_top_menu,
#header .menu,
#header .top-menu,
#header .ps-mainmenu,
#header .ps-mainmenu__tree {
  overflow: visible;
}

#header .top-menu[data-depth="0"] > li,
#header .ps-mainmenu__tree-item {
  position: relative;
}

#header .top-menu[data-depth="0"] > li > .sub-menu,
#header .top-menu[data-depth="0"] > li > .sub-menu.collapsing,
#header .ps-mainmenu__tree-item > .collapse,
#header .ps-mainmenu__tree-item > .collapsing {
  position: absolute !important;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 1050;
  min-width: 120px;
  height: auto !important;
  margin: 0;
  padding: 8px;
  overflow: visible !important;
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
}

#header .top-menu[data-depth="0"] > li > .sub-menu:not(.show):not(.collapsing),
#header .ps-mainmenu__tree-item > .collapse:not(.show):not(.collapsing) {
  display: none;
}

#header .top-menu[data-depth="0"] > li > .sub-menu.show,
#header .top-menu[data-depth="0"] > li > .sub-menu.collapsing,
#header .ps-mainmenu__tree-item > .collapse.show,
#header .ps-mainmenu__tree-item > .collapsing {
  display: block;
}

#header .sub-menu .top-menu {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .sub-menu .dropdown-item {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #111;
  white-space: nowrap;
}

#header .sub-menu .dropdown-item:hover,
#header .sub-menu .dropdown-item:focus {
  background: #f4f4f4;
}

.header-enhanced {
  position: sticky;
  top: 0;
  z-index: 1020;
  padding: 0;
  background: var(--dm-header-bg);
  border-top: 1px solid var(--dm-header-line);
}

.header-enhanced.is-scrolled,
.header-enhanced.scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.header-shell {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.header-logo-row {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-wrapper img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 72px;
}

.header-main-row {
  display: grid;
  grid-template-columns: minmax(410px, 430px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.header-left-actions,
.header-right-actions {
  min-height: 56px;
  display: flex;
  align-items: center;
}

.header-left-actions {
  gap: 22px;
}

.header-right-actions {
  justify-content: flex-end;
  gap: 16px;
}

.header-center-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mobile-header-logo {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 165px;
  width: 165px;
}

.mobile-header-logo img {
  display: block;
  height: auto;
  max-width: 165px;
  max-height: 58px;
  width: 165px;
}

.dm-mobile-header-shell {
  display: none;
}

.header-center-actions .container-fluid {
  padding: 0;
}

.header-center-actions #_desktop_ps_searchbar,
.header-center-actions .ps-searchbar {
  width: 100%;
  min-width: 0;
}

.header-center-actions #_desktop_ps_searchbar {
  display: flex !important;
  flex: 1 1 auto;
  max-width: 780px;
  margin: 0;
  padding: 0;
  order: 1;
}

.header-call-action {
  flex: 0 0 auto;
  order: 2;
}

.header-call-action .btn-call-dropdown {
  min-height: 54px;
  padding: 0 18px;
  border-radius: 8px;
}

.header-call-dropdown.call-dropdown {
  right: 0;
  left: auto;
}

.ps-searchbar__form {
  position: relative;
  width: 100%;
}

.ps-searchbar__magnifier {
  display: none;
}

.ps-searchbar__input.form-control {
  width: 100%;
  min-height: 54px;
  padding: 10px 58px;
  border: 0;
  border-radius: 11px;
  background: #fff;
  color: var(--dm-header-strong);
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
}

.ps-searchbar__input.form-control::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.ps-searchbar__clear {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.ps-mainmenu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-center-actions .ps-mainmenu--desktop,
.header-center-actions .ps-mainmenu__desktop,
.header-center-actions .ps-mainmenu__mobile-toggle {
  display: none !important;
}

.ps-mainmenu--desktop {
  padding: 0;
}

.ps-mainmenu__tree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 72px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-mainmenu__tree-item-wrapper {
  display: flex;
  align-items: center;
}

.header-center-actions,
.header-center-actions .ps-mainmenu,
.header-center-actions .ps-mainmenu__desktop,
.header-center-actions .ps-mainmenu__tree,
.header-center-actions .ps-mainmenu__tree-item {
  overflow: visible;
}

.header-center-actions .ps-mainmenu__tree-item {
  position: relative;
}

.header-center-actions .ps-mainmenu__tree-item > .js-sub-menu,
.header-center-actions .ps-mainmenu__tree-item > .mega-menu,
.header-center-actions
  .ps-mainmenu__tree-item
  > [data-ps-ref="desktop-submenu"],
.header-center-actions .ps-mainmenu__tree-item > .collapse,
.header-center-actions .ps-mainmenu__tree-item > .collapsing {
  position: absolute !important;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 1050;
  width: max-content;
  min-width: 120px;
  height: auto !important;
  margin: 0;
  overflow: visible !important;
  transform: translateX(-50%);
}

.header-center-actions
  .ps-mainmenu__tree-item
  > .js-sub-menu:not(.show):not(.collapsing),
.header-center-actions
  .ps-mainmenu__tree-item
  > .mega-menu:not(.show):not(.collapsing),
.header-center-actions
  .ps-mainmenu__tree-item
  > [data-ps-ref="desktop-submenu"]:not(.show):not(.collapsing),
.header-center-actions
  .ps-mainmenu__tree-item
  > .collapse:not(.show):not(.collapsing) {
  display: none;
}

.header-center-actions .ps-mainmenu__tree-item > .js-sub-menu.show,
.header-center-actions .ps-mainmenu__tree-item > .mega-menu.show,
.header-center-actions
  .ps-mainmenu__tree-item
  > [data-ps-ref="desktop-submenu"].show,
.header-center-actions .ps-mainmenu__tree-item > .collapse.show,
.header-center-actions .ps-mainmenu__tree-item > .collapsing {
  display: block;
}

.ps-mainmenu__tree-link {
  color: var(--dm-header-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.ps-mainmenu__tree-link:hover,
.ps-mainmenu__tree-item.current .ps-mainmenu__tree-link {
  color: #111;
}

.ps-mainmenu__tree-dropdown-toggle {
  color: var(--dm-header-text);
  border: 0;
  background: transparent;
}

.btn-call-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 43px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #282828;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-call-dropdown:hover,
.btn-call-dropdown:focus {
  background: #111;
  color: #fff;
}

.btn-call-dropdown .material-icons {
  font-size: 22px;
}

.call-button-wrapper {
  position: relative;
}

.call-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1030;
  width: 320px;
  max-width: 88vw;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.call-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.call-dropdown .header-text {
  display: block;
  margin-bottom: 6px;
  color: var(--dm-header-strong);
  font-size: 18px;
  font-weight: 700;
}

.call-dropdown p,
.privacy-notice,
.checkbox-wrapper {
  color: #666;
}

.call-form label {
  display: block;
}

.call-form .form-control {
  min-height: 42px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.call-form .btn {
  width: 100%;
  min-height: 42px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 6px;
  background: #282828;
}

.privacy-notice {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.4;
}

.checkbox-wrapper {
  display: flex !important;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

.checkbox-wrapper input {
  flex: 0 0 auto;
  margin-top: 2px;
}

.header-right-actions .ps-languageselector {
  order: 5;
}

.header-right-actions .ps-currencyselector {
  display: none;
}

.header-right-actions .ps-customersignin {
  order: 1;
}

.header-wishlist-link {
  order: 2;
}

.header-right-actions .ps-shoppingcart {
  order: 3;
}

.header-right-actions .header-block__action-btn,
.header-wishlist-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 32px;
  padding: 0;
  color: #6d6d6d;
  text-decoration: none;
}

.header-right-actions .header-block__action-btn:hover,
.header-wishlist-link:hover {
  color: #111;
}

.header-right-actions .header-block__icon {
  color: currentColor;
  font-size: 27px;
}

.header-right-actions .user-info a,
.header-right-actions .blockcart .header a,
.header-right-actions .language-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 32px;
  padding: 0;
  color: #6d6d6d;
  text-decoration: none;
  font-size: 0;
  line-height: 1;
}

.header-right-actions .user-info a:hover,
.header-right-actions .blockcart .header a:hover,
.header-right-actions .language-selector:hover {
  color: #111;
}

.header-right-actions .user-info a::before,
.header-right-actions .blockcart .header a::before,
.header-right-actions .language-selector::after {
  font-family: "Material Icons";
  font-size: 27px;
  font-weight: normal;
  line-height: 1;
  color: currentColor;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.header-right-actions .user-info a::before {
  content: "\E853";
}

.header-right-actions .blockcart .header a::before {
  content: "\E8CC";
}

.header-right-actions .language-selector::after {
  content: "\E894";
}

.header-right-actions .blockcart .header a span {
  display: none;
}

.header-right-actions .language-selector > span,
.header-right-actions .language-selector > ul {
  display: none;
}

.header-right-actions .header-block__title {
  display: none !important;
}

.header-right-actions .header-block__badge {
  position: absolute;
  top: -6px;
  right: -9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: #777;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.ps-languageselector {
  position: relative;
  padding-left: 14px;
}

.ps-languageselector::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -4px;
  width: 1px;
  background: #9a9a9a;
}

.ps-languageselector .form-select {
  width: 56px;
  min-height: 32px;
  padding: 0 22px 0 0;
  border: 0;
  background-color: transparent;
  color: #666;
  box-shadow: none;
  font-size: 13px;
}

.ps-searchbar--mobile,
.ps-mainmenu__mobile-toggle {
  display: none !important;
}

.header-quick-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 14px;
  padding-left: clamp(230px, 20vw, 304px);
  min-height: 34px;
}

.header-quick-nav a {
  display: inline-flex;
  align-items: center;
  color: #0b69f6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.header-quick-nav a:hover,
.header-quick-nav a:focus-visible {
  color: #004bb8;
  text-decoration: none;
  outline: 0;
}

@media (max-width: 1199px) {
  html,
  body {
    overflow-x: clip;
  }

  body.dm-responsive-header-fixed #header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
  }

  body.dm-responsive-header-fixed .dm-responsive-header-spacer {
    display: block;
  }

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

  .dm-mobile-header-shell {
    display: block;
    width: 100%;
    padding: 12px;
    background: var(--dm-header-bg);
  }

  .dm-mobile-header__top {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  .dm-mobile-header__left,
  .dm-mobile-header__tools {
    display: flex;
    align-items: center;
  }

  .dm-mobile-header__left {
    gap: 7px;
  }

  .dm-mobile-header__tools {
    justify-content: flex-end;
    gap: 8px;
  }

  .dm-mobile-header__square-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 7px;
    cursor: pointer;
  }

  .dm-mobile-header__menu {
    border: 2px solid #333;
    background: #fff;
    color: #333;
  }

  .dm-mobile-header__call {
    border: 0;
    background: #292929;
    color: #fff;
  }

  .dm-mobile-header__square-button .material-icons {
    font-size: 24px;
    line-height: 1;
  }

  .dm-mobile-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .dm-mobile-header__logo .navbar-brand {
    display: inline-flex;
    margin: 0;
    padding: 0;
  }

  .dm-mobile-header__logo img {
    display: block;
    width: min(27vw, 108px);
    max-width: 100%;
    height: auto;
  }

  .dm-mobile-header__tool {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 30px;
    color: #6d6d6d;
    text-decoration: none;
  }

  .dm-mobile-header__tool:hover,
  .dm-mobile-header__tool:focus-visible {
    color: #111;
  }

  .dm-mobile-header__tool .material-icons {
    font-size: 25px;
    line-height: 1;
  }

  .dm-mobile-header__badge {
    position: absolute;
    top: -5px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 999px;
    background: #777;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }

  .dm-mobile-header__search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 12px;
  }

  .dm-mobile-header__search > .material-icons {
    position: absolute;
    left: 18px;
    z-index: 1;
    color: #c4c4c4;
    font-size: 19px;
    pointer-events: none;
  }

  .dm-mobile-header__search input[type="text"] {
    width: 100%;
    min-height: 48px;
    padding: 8px 18px 8px 54px;
    border: 0;
    border-radius: 13px;
    background: #fff;
    color: var(--dm-header-strong);
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
  }

  .dm-mobile-header__search input[type="text"]::placeholder {
    color: #a9a9a9;
    opacity: 1;
  }

  .dm-mobile-call-dropdown.call-dropdown {
    position: fixed;
    top: 62px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }
}

.dm-responsive-header-spacer {
  display: none;
  width: 100%;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dm-mobile-header-shell {
    padding: 14px 24px 16px;
  }

  .dm-mobile-header__top {
    gap: 18px;
  }

  .dm-mobile-header__left,
  .dm-mobile-header__tools {
    gap: 14px;
  }

  .dm-mobile-header__logo img {
    width: 150px;
  }

  .dm-mobile-header__search {
    margin-top: 14px;
  }

  .dm-mobile-header__search input[type="text"] {
    min-height: 52px;
    font-size: 16px;
  }

  .dm-mobile-call-dropdown.call-dropdown {
    top: 70px;
    right: 24px;
    left: auto;
    width: 320px;
  }
}

@media (max-width: 1199px) {
  .header-shell {
    padding-bottom: 24px;
  }

  .header-main-row {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    left: auto;
  }

  .header-left-actions,
  .header-right-actions {
    min-height: auto;
    justify-content: center;
  }

  .header-center-actions #_desktop_ps_searchbar {
    margin-top: 18px;
  }

  .ps-mainmenu__mobile-toggle {
    display: flex !important;
    justify-content: center;
  }

  .header-quick-nav {
    display: none;
  }
}

/* Header principal */
:root {
  --primary: #f4b400;
  --dark: #222222;
  --gray: #f5f5f5;
  --border: #e5e5e5;
}

.dm-b2b-header {
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--border);
}

.dm-header-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.desktop-header-shell.dm-header-container {
  display: block;
  padding-top: 14px;
  padding-bottom: 12px;
}

.dm-header-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
}

.dm-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 172px;
  text-decoration: none;
}

.dm-header-logo img {
  display: block;
  width: 160px;
  height: auto;
  max-width: 160px;
  max-height: 58px;
}

.dm-header-logo .navbar-brand {
  display: inline-flex !important;
  align-items: center;
  width: 160px;
  max-width: 160px;
  padding: 0;
}

.dm-header-products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #d8a000;
  border-radius: 8px;
  background: var(--primary);
  color: var(--dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease;
}

.dm-header-products:hover,
.dm-header-products:focus-visible {
  background: #ffd35a;
  border-color: #bf8d00;
  color: #111;
}

.dm-header-search {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 180px;
}

.dm-header-search #_desktop_ps_searchbar,
.dm-header-search .ps-searchbar {
  display: flex !important;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

.dm-header-search .ps-mainmenu,
.dm-header-search .ps-mainmenu--desktop,
.dm-header-search .ps-mainmenu__desktop,
.dm-header-search .ps-mainmenu__mobile-toggle,
.dm-header-search .ps-searchbar--mobile {
  display: none !important;
}

.dm-header-search .ps-searchbar__form {
  position: relative;
  width: 100%;
}

.dm-header-search .ps-searchbar__magnifier {
  position: absolute;
  left: 17px;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  color: #767676;
  font-size: 21px;
  transform: translateY(-50%);
  pointer-events: none;
}

.dm-header-search .ps-searchbar__input.form-control {
  min-height: 46px;
  padding: 9px 48px 9px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: var(--dark);
  font-size: 15px;
  font-weight: 500;
}

.dm-header-search .ps-searchbar__input.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(244, 180, 0, 0.18);
}

.dm-header-call {
  flex: 0 0 auto;
}

.dm-header-call .btn-call-dropdown {
  gap: 7px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
}

.dm-header-call .btn-call-dropdown:hover,
.dm-header-call .btn-call-dropdown:focus-visible {
  border-color: var(--primary);
  background: #fffaf0;
  color: #111;
}

.dm-header-tools.header-right-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex: 0 0 auto;
  min-height: 46px;
}

.dm-header-tools .ps-customersignin {
  order: 1;
}

.dm-header-tools .header-wishlist-link {
  order: 2;
}

.dm-header-tools .ps-shoppingcart {
  order: 3;
}

.dm-header-tools .ps-languageselector {
  order: 4;
  padding-left: 10px;
}

.dm-header-tools .ps-currencyselector {
  display: none;
}

.dm-header-tools .header-block__action-btn,
.dm-header-tools .header-wishlist-link {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 8px;
  color: #333;
  transition:
    background-color 0.16s ease,
    color 0.16s ease;
}

.dm-header-tools .header-block__action-btn:hover,
.dm-header-tools .header-block__action-btn:focus-visible,
.dm-header-tools .header-wishlist-link:hover,
.dm-header-tools .header-wishlist-link:focus-visible {
  background: var(--gray);
  color: #111;
}

.dm-header-tools .header-block__icon {
  font-size: 24px;
}

.dm-header-tools .header-block__title {
  display: none !important;
}

.dm-header-tools .header-block__badge {
  top: 2px;
  right: 1px;
  background: var(--primary);
  color: var(--dark);
  font-weight: 700;
}

.dm-header-tools .ps-languageselector::before {
  background: var(--border);
  left: 0;
}

.dm-header-tools .ps-languageselector .form-select {
  position: static !important;
  inset: auto !important;
  width: 58px !important;
  height: auto !important;
  min-height: 42px;
  padding: 0 22px 0 8px !important;
  border: 0 !important;
  opacity: 1 !important;
  color: var(--dark);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

#header .dm-header-tools .ps-languageselector::after {
  display: none;
}

.dm-quick-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--border);
}

.dm-quick-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.16s ease,
    color 0.16s ease;
}

.dm-quick-nav__link + .dm-quick-nav__link {
  border-left: 1px solid var(--border);
}

.dm-quick-nav__link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.dm-quick-nav__link:hover,
.dm-quick-nav__link:focus-visible {
  background: #fafafa;
  color: #111;
  outline: 0;
}

.dm-quick-nav__link.is-active::after,
.dm-quick-nav__link[aria-current="page"]::after {
  background: var(--primary);
}

.dm-quick-nav__icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .dm-b2b-header .dm-mobile-header-shell {
    display: none;
  }
}

@media (max-width: 1199px) {
  .desktop-header-shell.dm-header-container {
    display: none;
  }

  .dm-b2b-header .dm-mobile-header-shell {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 12px 24px;
    background: #fff;
  }

  .dm-b2b-header .dm-mobile-header__top {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .dm-b2b-header .dm-mobile-header__tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  .dm-b2b-header .dm-mobile-header__square-button,
  .dm-b2b-header .dm-mobile-header__tool {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--dark);
  }

  .dm-b2b-header .dm-mobile-header__logo img {
    width: min(38vw, 148px);
    max-height: 54px;
  }

  .dm-b2b-header .dm-mobile-header__search input[type="text"] {
    min-height: 46px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: var(--dark);
    font-weight: 500;
  }

  .dm-quick-nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .dm-quick-nav__link {
    flex: 0 0 auto;
    min-width: 178px;
  }
}

@media (max-width: 575px) {
  .dm-header-container,
  .dm-b2b-header .dm-mobile-header-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .dm-quick-nav {
    padding-left: 14px;
    padding-right: 14px;
  }

  .dm-quick-nav__link {
    min-width: 156px;
    font-size: 13px;
  }
}

/* Menu lateral de categorias */
.category-side-menu {
  position: fixed;
  inset: 0;
  z-index: 1090;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

.category-side-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.category-side-menu__overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: opacity 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-side-menu.is-open .category-side-menu__overlay {
  opacity: 1;
}

.category-side-menu__drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(326px, 94vw);
  max-width: 100vw;
  height: 100dvh;
  padding: 0 16px 22px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #f4f4f4;
  color: #111;
  box-shadow: 18px 0 42px rgba(0, 0, 0, 0.18);
  transform: translate3d(-102%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  outline: 0;
}

.category-side-menu.is-open .category-side-menu__drawer {
  transform: translate3d(0, 0, 0);
}

.category-side-menu__drawer.has-active-panel {
  box-shadow: none;
}

.category-side-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 16px;
  padding: 14px 0 12px;
  border-bottom: 0;
  background: transparent;
}

.category-side-menu__brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  max-width: 132px;
}

.category-side-menu__brand img {
  display: block;
  width: auto;
  max-width: 124px;
  max-height: 30px;
}

.category-side-menu__close,
.category-side-menu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #222;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.category-side-menu__close:hover,
.category-side-menu__close:focus-visible,
.category-side-menu__toggle:hover,
.category-side-menu__toggle:focus-visible {
  background: #111;
  border-color: #111;
  color: #fff;
  outline: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.category-side-menu__close {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.category-side-menu__close:hover,
.category-side-menu__close:focus-visible {
  border-color: transparent;
  background: transparent;
  color: var(--dm-link-hover);
  box-shadow: none;
  transform: none;
}

.category-side-menu__title {
  padding: 20px 0 15px;
  border-bottom: 1px solid #e6e8eb;
  background: #f4f4f4;
}

.category-side-menu__title strong {
  color: #111;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.1;
}

.category-side-menu__call {
  display: none;
}

.category-side-menu__call-button {
  width: 100%;
  justify-content: flex-start;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 6px;
  background: #282828;
  color: #fff;
}

.category-side-menu__call-button:hover,
.category-side-menu__call-button:focus-visible {
  background: #111;
  color: #fff;
}

.category-side-menu__call-dropdown.call-dropdown {
  position: static;
  width: 100%;
  max-width: none;
  margin-top: 8px;
  padding: 18px;
  border: 1px solid #e6e8eb;
  box-shadow: none;
  transform: none;
  display: none;
  opacity: 1;
  visibility: visible;
}

.category-side-menu__call-dropdown.call-dropdown.active {
  display: block;
  transform: none;
}

.category-side-menu__intro,
.category-side-menu__nav {
  padding: 0;
}

.category-side-menu__intro {
  margin-bottom: 12px;
}

.category-side-menu__nav {
  margin-top: 4px;
}

.category-side-menu__intro-link,
.category-side-menu__row {
  display: flex;
  align-items: center;
  min-width: 0;
}

.category-side-menu__intro-link,
.category-side-menu__link {
  min-height: 45px;
  color: rgb(51, 51, 51);
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.category-side-menu__intro-link {
  justify-content: space-between;
  padding: 0 8px;
}

.category-side-menu__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-side-menu__item {
  min-width: 0;
}

.category-side-menu__link {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 0 8px;
}

.category-side-menu__icon {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.category-side-menu__intro-link:hover,
.category-side-menu__intro-link:focus-visible,
.category-side-menu__link:hover,
.category-side-menu__link:focus-visible {
  color: var(--dm-link-hover);
  background: transparent;
  outline: 0;
}

.category-side-menu__item--has-children
  > .category-side-menu__row:hover
  > .category-side-menu__link,
.category-side-menu__item--has-children
  > .category-side-menu__row:focus-within
  > .category-side-menu__link,
.category-side-menu__item--has-children
  > .category-side-menu__row:hover
  > .category-side-menu__toggle,
.category-side-menu__item--has-children
  > .category-side-menu__row:focus-within
  > .category-side-menu__toggle {
  color: var(--dm-link-hover);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.category-side-menu__label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-side-menu__link-arrow,
.category-side-menu__intro-link .material-icons {
  flex: 0 0 auto;
  margin-left: 12px;
  color: currentColor;
  font-size: 22px;
  line-height: 1;
}

.category-side-menu__toggle {
  width: 34px;
  height: 34px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: rgb(51, 51, 51);
  box-shadow: none;
}

.category-side-menu__toggle:hover,
.category-side-menu__toggle:focus-visible {
  background: transparent;
  border-color: transparent;
  color: var(--dm-link-hover);
  box-shadow: none;
  transform: none;
}

.category-side-menu__toggle .material-icons {
  font-size: 22px;
  transition: transform 0.2s ease;
}

.category-side-menu__toggle[aria-expanded="true"] .material-icons {
  transform: rotate(90deg);
}

.category-side-menu__panel {
  display: grid;
  grid-template-rows: 0fr;
  background: #f4f4f4;
  opacity: 0;
  visibility: hidden;
  transition:
    grid-template-rows 0.24s ease,
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.category-side-menu__panel.is-open,
.category-side-menu__item.is-open > .category-side-menu__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}

.category-side-menu__panel-inner {
  min-height: 0;
  padding-left: 14px;
  overflow: hidden;
  background: inherit;
}

.category-side-menu__drawer,
.category-side-menu__nav,
.category-side-menu__panel,
.category-side-menu__panel-inner {
  scrollbar-color: #8a8a8a #f2f2f2;
  scrollbar-width: auto;
}

.category-side-menu__drawer::-webkit-scrollbar,
.category-side-menu__nav::-webkit-scrollbar,
.category-side-menu__panel::-webkit-scrollbar,
.category-side-menu__panel-inner::-webkit-scrollbar {
  width: 16px;
}

.category-side-menu__drawer::-webkit-scrollbar-track,
.category-side-menu__nav::-webkit-scrollbar-track,
.category-side-menu__panel::-webkit-scrollbar-track,
.category-side-menu__panel-inner::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: 1px solid #e3e3e3;
}

.category-side-menu__drawer::-webkit-scrollbar-thumb,
.category-side-menu__nav::-webkit-scrollbar-thumb,
.category-side-menu__panel::-webkit-scrollbar-thumb,
.category-side-menu__panel-inner::-webkit-scrollbar-thumb {
  min-height: 96px;
  background: #8a8a8a;
  border: 4px solid #f2f2f2;
  border-radius: 999px;
}

.category-side-menu__drawer::-webkit-scrollbar-thumb:hover,
.category-side-menu__nav::-webkit-scrollbar-thumb:hover,
.category-side-menu__panel::-webkit-scrollbar-thumb:hover,
.category-side-menu__panel-inner::-webkit-scrollbar-thumb:hover {
  background: #747474;
}

.category-side-menu__drawer::-webkit-scrollbar-button:single-button,
.category-side-menu__nav::-webkit-scrollbar-button:single-button,
.category-side-menu__panel::-webkit-scrollbar-button:single-button,
.category-side-menu__panel-inner::-webkit-scrollbar-button:single-button {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 7px;
}

.category-side-menu__drawer::-webkit-scrollbar-button:single-button:vertical:decrement,
.category-side-menu__nav::-webkit-scrollbar-button:single-button:vertical:decrement,
.category-side-menu__panel::-webkit-scrollbar-button:single-button:vertical:decrement,
.category-side-menu__panel-inner::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image:
    linear-gradient(45deg, transparent 50%, #8a8a8a 50%),
    linear-gradient(135deg, #8a8a8a 50%, transparent 50%);
  background-position:
    3px 5px,
    6px 5px;
  background-size:
    4px 4px,
    4px 4px;
}

.category-side-menu__drawer::-webkit-scrollbar-button:single-button:vertical:increment,
.category-side-menu__nav::-webkit-scrollbar-button:single-button:vertical:increment,
.category-side-menu__panel::-webkit-scrollbar-button:single-button:vertical:increment,
.category-side-menu__panel-inner::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image:
    linear-gradient(135deg, transparent 50%, #8a8a8a 50%),
    linear-gradient(45deg, #8a8a8a 50%, transparent 50%);
  background-position:
    3px 4px,
    6px 4px;
  background-size:
    4px 4px,
    4px 4px;
}

.category-side-menu__panel-title {
  display: inline-flex;
  margin: 8px 0 4px;
  color: #111;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

.category-side-menu__back {
  display: none;
}

body.category-side-menu-open {
  overflow: hidden;
  padding-right: var(--category-side-menu-scrollbar-width, 0);
  touch-action: none;
}

@media (max-width: 1199.98px) {
  .category-side-menu__drawer {
    overflow: hidden;
  }

  .category-side-menu__header {
    position: relative;
    z-index: 7;
    pointer-events: none;
  }

  .category-side-menu__header .category-side-menu__close {
    pointer-events: auto;
  }

  .category-side-menu__drawer.has-active-panel
    > .category-side-menu__header
    .category-side-menu__brand {
    visibility: hidden;
  }

  .category-side-menu__title,
  .category-side-menu__call,
  .category-side-menu__intro,
  .category-side-menu__nav
    > .category-side-menu__list
    > .category-side-menu__item
    > .category-side-menu__row {
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.2s ease;
  }

  .category-side-menu__drawer.has-active-panel > .category-side-menu__title,
  .category-side-menu__drawer.has-active-panel > .category-side-menu__call,
  .category-side-menu__drawer.has-active-panel > .category-side-menu__intro,
  .category-side-menu__drawer.has-active-panel
    > .category-side-menu__nav
    > .category-side-menu__list
    > .category-side-menu__item
    > .category-side-menu__row {
    opacity: 0;
    transform: translateX(-24px);
    pointer-events: none;
  }

  .category-side-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: block;
    grid-template-rows: none;
    padding: 0 16px 22px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f4f4f4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(105%);
    transition:
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.2s ease,
      visibility 0.2s ease;
  }

  .category-side-menu__panel.is-open,
  .category-side-menu__item.is-open > .category-side-menu__panel {
    z-index: 6;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .category-side-menu__panel .category-side-menu__panel {
    top: 0;
  }

  .category-side-menu__panel-inner {
    min-height: 100%;
    padding: 0;
    overflow: visible;
  }

  .category-side-menu__back {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-height: 64px;
    padding: 0 52px 0 8px;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    color: rgb(51, 51, 51);
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
  }

  .category-side-menu__back .material-icons {
    font-size: 20px;
    line-height: 1;
  }

  .category-side-menu__panel-title {
    display: flex;
    min-height: 62px;
    margin: 34px 0 8px;
    padding: 0 8px;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  html {
    scrollbar-gutter: stable;
  }

  body.category-side-menu-open {
    padding-right: 0;
  }

  .category-side-menu__drawer {
    width: 326px;
    padding-right: 0;
    overflow: visible;
  }

  .category-side-menu__nav {
    display: block;
    height: calc(100dvh - 210px);
    overflow-x: visible;
    overflow-y: auto;
  }

  .category-side-menu__item {
    position: static;
  }

  .category-side-menu__row {
    position: relative;
  }

  .category-side-menu__item--has-children:hover > .category-side-menu__row,
  .category-side-menu__item--has-children:focus-within
    > .category-side-menu__row {
    background: transparent;
  }

  .category-side-menu__item--has-children:hover
    > .category-side-menu__row
    > .category-side-menu__link,
  .category-side-menu__item--has-children:focus-within
    > .category-side-menu__row
    > .category-side-menu__link {
    color: var(--dm-link-hover);
  }

  .category-side-menu__toggle {
    pointer-events: auto;
  }

  .category-side-menu__panel {
    position: absolute;
    top: 0;
    left: 326px;
    z-index: 2;
    display: block;
    width: 326px;
    height: 100dvh;
    padding: 84px 16px 34px;
    background: #f4f4f4;
    border-left: 1px solid #e6e8eb;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition:
      opacity 0.2s ease,
      transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.2s ease;
  }

  .category-side-menu__item.is-open > .category-side-menu__panel,
  .category-side-menu__panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .category-side-menu__panel-inner {
    height: 100%;
    padding-left: 0;
    overflow-y: auto;
  }

  .category-side-menu__back {
    display: none;
  }

  .category-side-menu__panel-title {
    display: flex;
    margin: 0 0 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e8eb;
    color: #111;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.1;
  }

  .category-side-menu__list--level-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 28px;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__link {
    min-height: 38px;
    padding: 0 8px;
    color: rgb(51, 51, 51);
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__link:hover,
  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__link:focus-visible {
    color: var(--dm-link-hover);
    background: transparent;
    outline: 0;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__toggle {
    display: none;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__panel {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding: 7px 0 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__panel
    .category-side-menu__panel-title {
    display: none;
  }

  .category-side-menu__list--level-3,
  .category-side-menu__list--level-4,
  .category-side-menu__list--level-5 {
    display: block;
    padding: 0;
  }

  .category-side-menu__list--level-3 .category-side-menu__link,
  .category-side-menu__list--level-4 .category-side-menu__link,
  .category-side-menu__list--level-5 .category-side-menu__link {
    min-height: 34px;
    padding: 0 8px;
    color: #5f6368;
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
  }

  .category-side-menu__list--level-3 .category-side-menu__link:hover,
  .category-side-menu__list--level-3 .category-side-menu__link:focus-visible,
  .category-side-menu__list--level-4 .category-side-menu__link:hover,
  .category-side-menu__list--level-4 .category-side-menu__link:focus-visible,
  .category-side-menu__list--level-5 .category-side-menu__link:hover,
  .category-side-menu__list--level-5 .category-side-menu__link:focus-visible {
    color: var(--dm-link-hover);
    background: transparent;
    outline: 0;
  }
}

@media (min-width: 1200px) {
  .category-side-menu__list--level-2 {
    display: block;
  }

  .category-side-menu__list--level-2 > .category-side-menu__item {
    margin-bottom: 2px;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row {
    align-items: center;
    min-height: 38px;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__link {
    flex: 1 1 auto;
    min-height: 38px;
    padding: 0 8px;
    color: rgb(51, 51, 51);
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__link-arrow {
    display: none;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__toggle {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin: 0 0 0 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__toggle:hover,
  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__toggle:focus-visible {
    background: transparent;
    color: var(--dm-link-hover);
    box-shadow: none;
    transform: none;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row:hover
    .category-side-menu__link,
  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row:focus-within
    .category-side-menu__link,
  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row:hover
    .category-side-menu__toggle,
  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row:focus-within
    .category-side-menu__toggle {
    color: var(--dm-link-hover);
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__toggle
    .material-icons {
    transform: rotate(90deg);
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__row
    .category-side-menu__toggle[aria-expanded="true"]
    .material-icons {
    transform: rotate(-90deg);
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__panel {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      grid-template-rows 0.24s ease,
      opacity 0.2s ease,
      visibility 0.2s ease;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item.is-open
    > .category-side-menu__panel,
  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__panel.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
  }

  .category-side-menu__list--level-2
    > .category-side-menu__item
    > .category-side-menu__panel
    .category-side-menu__panel-inner {
    height: auto;
    padding: 0 0 10px;
    overflow: hidden;
  }

  .category-side-menu__list--level-3 {
    padding-left: 0;
  }

  .category-side-menu__list--level-3 .category-side-menu__link,
  .category-side-menu__list--level-4 .category-side-menu__link,
  .category-side-menu__list--level-5 .category-side-menu__link {
    min-height: 34px;
    padding: 0 8px;
    color: #5f6368;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
  }
}

.category-side-menu__drawer,
.category-side-menu__title,
.category-side-menu__nav,
.category-side-menu__panel,
.category-side-menu__panel-inner {
  background-color: #f4f4f4 !important;
  background-image: none !important;
}
