:root {
  --storefront-button-yellow: #ffcc00;
  --storefront-button-black: #000000;
  --storefront-button-dark: #202020;
  --storefront-button-white: #ffffff;
  --storefront-cart-count-bg: #1e1e1e;
  --storefront-cart-count-color: #ffffff;
}

.porto-block-html-top .site-promo-bar {
  display: block;
  width: 100%;
  height: 45px;
  min-height: 45px;
  padding: 11px 25px 13px;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffcc00;
  color: #000;
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

html body #header,
html body #header .header-main {
  border: 0;
  background: #fff;
}

html body #header .header-container.container {
  box-sizing: border-box;
}

html body #header .header-right-top,
html body #header .header-right-top > * {
  color: #202020;
}

html body #header .header-right-top a,
html body #header .top-links a,
html body #header .top-links > li > a {
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  text-transform: none;
}

html body #header .header-right-top a.pahl-auth-text,
html body #header .header-right-top .searchform-popup a.search-toggle.storefront-search-icon-control {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

html body #header .logo,
html body #header .logo a,
html body #header .logo img,
html body #header .logo.logo-transition img {
  transition: none;
}

html body #header #main-menu > ul.main-menu > li[data-pahl-auth-item] {
  display: none;
}

html body #header .pahl-header-auth a {
  color: var(--storefront-button-black);
  text-decoration: none;
}

html body #header .pahl-auth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--storefront-button-black);
  line-height: 1;
}

html body #header .pahl-auth-icon svg {
  display: block;
  fill: currentColor;
  stroke: none;
}

html body #header .searchform-popup .search-toggle.storefront-search-icon-control,
html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--storefront-button-black);
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  box-shadow: none;
}

html body #header .searchform-popup .search-toggle.storefront-search-icon-control:hover,
html body #header .searchform-popup .search-toggle.storefront-search-icon-control:focus,
html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control:hover,
html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control:focus {
  background: transparent;
  color: var(--storefront-button-black);
  text-decoration: none;
  box-shadow: none;
}

html body #header .searchform-popup .search-toggle.storefront-search-icon-control::before,
html body #header .searchform-popup .search-toggle.storefront-search-icon-control::after,
html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control::before,
html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control::after {
  content: none;
}

html body #header .storefront-header-svg-wrap {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 1;
  pointer-events: none;
}

html body #header .storefront-header-svg-wrap svg,
html body #header .storefront-header-svg-wrap svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1px;
}

html body #header .searchform-popup .search-toggle.storefront-search-icon-control .search-text {
  display: none;
}

html body #header .searchform-popup .search-toggle.storefront-search-icon-control .storefront-header-svg-wrap {
  width: 22px;
  height: 22px;
}

html body #header .searchform-popup .search-toggle.storefront-search-icon-control .storefront-search-svg {
  position: relative;
  top: -1px;
  display: block;
  width: 100%;
  height: 100%;
}

html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control .storefront-header-svg-wrap {
  width: 24px;
  height: 24px;
}

html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control .storefront-cart-svg {
  display: block;
  width: 100%;
  height: 100%;
}

html body #header .storefront-minicart .cart-icon.storefront-cart-icon-control .storefront-checkout-bag-svg {
  display: none;
}

html body #header .storefront-minicart .cart-subtotal,
html body #header .storefront-minicart .cart-items-text {
  display: none;
}

html body #header .storefront-minicart .cart-icon .cart-items:empty::before {
  content: "0";
}

html body #header .searchform .button-wrap .btn-special .storefront-search-icon,
html body #header .searchform .button-wrap .btn-special .storefront-search-svg {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

@media (min-width: 1200px) {
  html body #header,
  html body #header .header-main {
    height: auto !important;
    min-height: 76.8px;
  }

  html body #header .header-main {
    padding: 4px 0 0;
  }

  html body #header .header-main > .header-container.container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: none;
    height: auto !important;
    min-height: 68.8px;
    margin: 0;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
  }

  html body #header .header-left {
    position: static !important;
    inset: auto !important;
    display: block;
    flex: 0 1 350px;
    order: 1;
    width: 350px;
    max-width: 350px;
    height: auto !important;
    min-height: 0;
    padding: 0 15px 0 0 !important;
  }

  html body #header .logo {
    width: auto;
    max-width: none;
    height: auto;
    padding: 8px 0;
    line-height: 0;
    transform: none;
  }

  html body #header .logo > a {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    line-height: normal;
    transform: none;
  }

  html body #header .logo img,
  html body #header .logo.logo-transition img {
    display: inline;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: fill;
    transform: none;
  }

  html body #header .header-right {
    position: static !important;
    display: contents !important;
    padding: 0 !important;
  }

  html body #header .header-right-bottom {
    position: static;
    inset: auto;
    display: block;
    flex: 0 1 auto;
    order: 2;
    width: 637.6px;
    max-width: 637.6px !important;
    min-width: 0 !important;
    height: auto;
    min-height: 0;
    margin: 4px 15px 0;
    padding: 0;
  }

  html body #header .header-right-bottom > div,
  html body #header #main-menu,
  html body #header #main-menu > ul.main-menu {
    display: block !important;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: left;
    white-space: normal;
  }

  html body #header #main-menu .mobile-toggle {
    display: none;
  }

  html body #header #main-menu > ul.main-menu {
    font-size: 0;
  }

  html body #header #main-menu > ul.main-menu > li {
    display: inline-block;
    height: 68.75px;
    margin: 0 34.5px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    vertical-align: top;
    float: none;
  }

  html body #header #main-menu > ul.main-menu > li:last-child {
    margin-right: 0;
    padding-right: 30px;
  }

  html body #header #main-menu > ul.main-menu > li > a {
    position: relative;
    display: block;
    height: 68.75px;
    padding: 20px 0 24px;
    background: transparent;
    color: #000;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24.75px;
    letter-spacing: normal;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
  }

  html body #header #main-menu > ul.main-menu > li.menu-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% + 9px);
    bottom: 23.8px;
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    visibility: hidden;
    transition: width 0.3s ease;
  }

  html body #header #main-menu > ul.main-menu > li.menu-item:hover > a::after {
    width: 100%;
    visibility: visible;
  }

  html body #header .header-right-top {
    position: static;
    inset: auto;
    display: flex;
    flex: 0 1 350px;
    order: 3;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: 350px;
    max-width: 350px;
    height: 26px;
    min-height: 0;
    margin: 1px 0 0;
    padding: 0;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
  }

  html body #header .pahl-header-auth-desktop {
    display: flex;
    flex: 0 0 71.4px;
    align-items: center;
    justify-content: flex-start;
    width: 71.4px;
    height: 26px;
    min-height: 0;
    margin: 0;
    padding: 0 25px 0 0;
    box-sizing: border-box;
  }

  html body #header .pahl-header-auth-mobile {
    display: none;
  }

  html body #header .pahl-auth-text {
    display: inline-flex;
    color: #000;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 26px;
    letter-spacing: normal;
    white-space: nowrap;
  }

  html body.logged-in #header .header-right-top {
    height: 52px;
  }

  html body.logged-in #header .pahl-header-auth-desktop[data-pahl-logged-in="true"] {
    display: flex;
    flex: 0 0 159.2px;
    align-items: center;
    justify-content: flex-end;
    width: 159.2px;
    height: 52px;
    padding-right: 25px;
  }

  html body.logged-in #header .pahl-user-text-logged-in {
    display: block;
    flex: none;
    width: 134.2px;
    height: 52px;
  }

  html body.logged-in #header .pahl-auth-line {
    display: flex;
    align-items: center;
    height: 26px;
    line-height: 26px;
  }

  html body #header .pahl-auth-separator {
    flex: 0 0 7.7px;
    width: 7.7px;
    margin-left: 4.5px;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }

  html body #header .header-right-top > .searchform-popup {
    position: relative;
    top: 0;
    display: flex;
    flex: 0 0 47px;
    align-items: center;
    justify-content: flex-start;
    width: 47px;
    max-width: 47px;
    height: 22px;
    min-height: 0;
    margin: 0;
    padding: 0 25px 0 0;
    box-sizing: border-box;
  }

  html body #header .searchform-popup .search-toggle,
  html body #header .searchform-popup .storefront-search-icon,
  html body #header .searchform-popup svg {
    display: inline-flex !important;
    top: 0 !important;
    width: 22px !important;
    min-width: 22px;
    max-width: 22px;
    height: 22px !important;
    padding: 0;
  }

  html body #header .header-right-top > #mini-cart {
    position: relative;
    top: -1px;
    display: flex;
    flex: 0 0 54px;
    width: 54px;
    max-width: 54px;
    height: 24px;
    min-height: 0;
    margin: 0;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }

  html body #header #mini-cart .cart-head,
  html body #header #mini-cart .cart-head > .cart-icon.storefront-header-icon-control.storefront-cart-icon-control {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }

  html body #header #mini-cart .cart-items {
    position: absolute;
    top: 2px;
    right: auto;
    left: 31px;
    display: block;
    width: 23px;
    min-width: 23px;
    height: 23px;
    min-height: 23px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    background: var(--storefront-cart-count-bg) !important;
    color: var(--storefront-cart-count-color);
    font-family: "Jost", Arial, sans-serif;
    font-size: 13px;
    font-weight: 350;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  html body #header .header-left {
    flex-basis: 120px;
    width: 120px;
    max-width: 120px;
  }
}

/* Desktop expanding search surface. Mobile keeps Porto's native search UI. */
@media (min-width: 1200px) {
  html.storefront-header-search-ready body #header .searchform-popup .searchform {
    align-items: center;
    background: #f8f8f8;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    display: flex !important;
    font: 400 15px/26px Jost, Arial, sans-serif;
    height: 104.0390625px;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 45px;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition:
      transform 0.5s ease,
      opacity 0s linear 0.5s,
      visibility 0s linear 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 99999999;
  }

  html.storefront-header-search-ready.storefront-header-search-open body #header .searchform-popup .searchform {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition:
      transform 0.5s ease,
      opacity 0s linear 0s,
      visibility 0s linear 0s;
    visibility: visible;
  }

  html.storefront-header-search-ready.storefront-header-search-closing body #header .searchform-popup .searchform {
    opacity: 1;
    pointer-events: none;
    transform: scale(0);
    transition:
      transform 0.5s ease,
      opacity 0s linear 0s,
      visibility 0s linear 0s;
    visibility: visible;
  }

  html.storefront-header-search-ready.storefront-header-search-closed body #header .searchform-popup .searchform {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: none;
    visibility: hidden;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform-fields {
    align-items: center;
    background: #f8f8f8;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    height: 48px;
    color: #000;
    font: 400 15px/26px Jost, Arial, sans-serif;
    margin: 0 auto;
    max-width: none;
    padding: 0;
    position: relative;
    width: 1050px;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform-fields > .text {
    display: block;
    flex: 0 0 998px;
    height: 44px;
    margin: 0;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0;
    width: 998px;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform input[type="text"] {
    appearance: none;
    background: transparent;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #787878;
    font: 400 19px/26px Jost, Arial, sans-serif;
    height: 44px;
    margin: 0;
    max-width: none !important;
    min-width: 0 !important;
    outline: 0;
    padding: 10px 12px 8px;
    text-align: center;
    width: 998px !important;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform input[type="text"]::placeholder {
    color: #787878;
    opacity: 1;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform .button-wrap {
    display: block;
    flex: 0 0 52px;
    height: 48px;
    margin: 0;
    padding: 0;
    width: 52px;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform .btn-special {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 3px !important;
    box-shadow: none;
    color: #333;
    display: flex;
    font: 600 15px/23px Jost, Arial, sans-serif;
    height: 48px;
    justify-content: center;
    margin: 0;
    padding: 14px 15px 12px;
    transition: 0.3s;
    width: 52px;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform .btn-special .storefront-header-svg-wrap {
    color: #000;
    display: block !important;
    height: 22px;
    position: relative;
    width: 22px;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform .btn-special svg {
    color: #000;
    display: block !important;
    position: relative;
  }

  html.storefront-header-search-ready body #header .searchform-popup .searchform .search-lists,
  html.storefront-header-search-ready body #header .searchform-popup .searchform .live-search-list {
    display: none !important;
  }

  html.storefront-header-search-ready body #header .searchform-popup .storefront-search-overlay-close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    left: calc(50% + 462.7265625px);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 39.015625px;
    width: 28px;
    z-index: 2;
  }

  html.storefront-header-search-ready body #header .searchform-popup .storefront-search-overlay-close::before,
  html.storefront-header-search-ready body #header .searchform-popup .storefront-search-overlay-close::after {
    content: none;
    display: none;
  }

  html.storefront-header-search-ready body #header .searchform-popup .storefront-search-overlay-close svg {
    color: #333;
    display: block !important;
    flex: 0 0 28px;
    height: 28px !important;
    max-height: none;
    max-width: none;
    width: 28px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html body #header .header-left {
    padding-right: 0 !important;
  }

  html body #header .header-right-bottom {
    width: 607.6px;
    max-width: 607.6px !important;
  }

  html body #header #main-menu > ul.main-menu > li:last-child {
    padding-right: 0;
  }

  html body #header .logo > a {
    padding-top: 0.3px;
  }
}

@media (min-width: 1400px) and (max-width: 1440px) {
  html body #header .logo > a {
    padding-top: 2.2px;
  }
}

@media (min-width: 1600px) {
  html body #header .header-main > .header-container.container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 1199px) {
  .porto-block-html-top .site-promo-bar {
    padding-left: 0;
    padding-right: 0;
  }

  html body #header .header-main {
    height: 50px;
    min-height: 50px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }

  html body #header .header-container.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    height: 50px;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  html body #header .header-left {
    display: flex;
    flex: 0 0 calc(100% - 185px);
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: calc(100% - 185px);
    height: 50px;
    min-height: 50px;
    padding-left: 70px !important;
    box-sizing: border-box;
  }

  html body #header .header-left .logo,
  html body #header .header-left .logo > a,
  html body #header .header-left .logo img,
  html body #header .header-left .logo.logo-transition img {
    width: 150px;
    max-width: 150px;
    height: auto;
    max-height: none;
    margin: 0;
    object-fit: fill;
    transform: none;
  }

  html body #header .logo > a {
    display: block;
    font-family: "Jost", Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
  }

  html body #header .logo img,
  html body #header .logo.logo-transition img {
    display: inline;
    vertical-align: middle;
  }

  html body #header .header-right {
    position: static !important;
    display: flex !important;
    flex: 0 0 185px;
    align-items: center;
    justify-content: flex-end;
    width: 185px;
    max-width: 185px;
    height: 50px;
    min-height: 50px;
    padding: 0;
  }

  html body #header .header-right-bottom {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5;
    display: block;
    width: 60px;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  html body #header .header-right-bottom #main-menu {
    position: relative;
    display: block;
    width: 60px;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  html body #header .header-right-bottom #main-menu > .main-menu {
    display: none;
  }

  html body #header .mobile-toggle,
  html body #header a.mobile-toggle,
  html body #header .header-right-bottom .mobile-toggle,
  html body #header .header-right-bottom a.mobile-toggle,
  html body #header #main-menu .mobile-toggle {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60px;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #202020;
    font-size: 26px;
    line-height: 26px;
    box-shadow: none;
    transform: translateY(3px);
  }

  html body #header .header-right-top {
    display: flex;
    flex: 0 0 185px;
    align-items: center;
    justify-content: flex-end;
    width: 185px;
    max-width: 185px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  html body #header .searchform-popup {
    position: relative;
    display: flex;
    flex: 0 0 58.3px;
    align-items: center;
    justify-content: flex-end;
    width: 58.3px;
    max-width: 58.3px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
  }

  html body #header .searchform-popup .search-toggle,
  html body #header .searchform-popup .storefront-search-icon,
  html body #header .searchform-popup svg {
    display: inline-flex !important;
    width: 20px !important;
    min-width: 20px;
    max-width: 20px;
    height: 20px !important;
    padding: 0;
  }

  html body #header .pahl-header-auth-desktop {
    display: none;
  }

  html body #header .header-right-top > .pahl-header-auth.pahl-header-auth-mobile,
  html body #header .header-main .header-right .header-right-top .pahl-header-auth.pahl-header-auth-mobile {
    display: flex;
    flex: 0 0 58.3px;
    flex-basis: 58.3px;
    align-items: center;
    justify-content: flex-end;
    width: 58.3px;
    min-width: 58.3px;
    max-width: 58.3px;
    height: 50px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html body #header .pahl-header-auth-mobile .pahl-auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    color: #202020;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }

  html body #header .pahl-header-auth-mobile .pahl-auth-icon svg {
    width: 21px;
    height: 21px;
    stroke-width: 10px;
  }

  html body #header #mini-cart {
    position: relative;
    display: flex;
    flex: 0 0 68.4px;
    align-items: center;
    justify-content: flex-start;
    width: 68.4px;
    max-width: 68.4px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 12px 0 0;
    box-sizing: border-box;
  }

  html body #header #mini-cart .cart-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 68.4px;
    min-width: 68.4px;
    max-width: 68.4px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0;
  }

  html body #header #mini-cart .cart-head > .cart-icon.storefront-header-icon-control.storefront-cart-icon-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 68.4px;
    min-width: 68.4px;
    max-width: 68.4px;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 12px 0 0;
    box-sizing: border-box;
  }

  html body #header #mini-cart .cart-icon .storefront-cart-icon,
  html body #header #mini-cart .cart-icon svg {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }

  html body #header #mini-cart .cart-items {
    position: absolute;
    top: 7px;
    right: -1px;
    left: auto;
    display: block;
    width: 22px;
    min-width: 22px;
    height: 23px;
    min-height: 23px;
    padding: 2px 0 0 1px;
    box-sizing: border-box;
    border-radius: 50%;
    background: var(--storefront-cart-count-bg) !important;
    color: var(--storefront-cart-count-color);
    font-family: "Jost", Arial, sans-serif;
    font-size: 13px;
    font-weight: 350;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body #header .header-container.container {
    max-width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html body #header .header-container.container {
    max-width: 750px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html body #header .header-container.container {
    max-width: 540px;
  }
}

@media (max-width: 439px) {
  html body #header .header-left {
    padding-left: calc(((200vw - 460px) / 7) + 10px) !important;
  }

  html body #header .header-left .logo,
  html body #header .header-left .logo > a,
  html body #header .header-left .logo img,
  html body #header .header-left .logo.logo-transition img {
    width: calc((500vw - 1150px) / 7);
    max-width: calc((500vw - 1150px) / 7);
  }

  html body #header .header-right-bottom,
  html body #header .header-right-bottom #main-menu,
  html body #header #main-menu,
  html body #header .mobile-toggle,
  html body #header a.mobile-toggle,
  html body #header .header-right-bottom .mobile-toggle,
  html body #header .header-right-bottom a.mobile-toggle,
  html body #header #main-menu .mobile-toggle {
    width: calc((200vw - 460px) / 7);
    min-width: calc((200vw - 460px) / 7) !important;
    max-width: calc((200vw - 460px) / 7) !important;
  }
}

/* Mobile side menu overlay fix */
html.panel-opened .page-wrapper,
html.panel-opened #header.sticky-header .header-main.sticky {
    left: 0;
    right: auto;
}
/* End mobile side menu overlay fix */

/* Storefront-style mobile drilldown menu */
#side-nav-panel .storefront-drilldown-source {
    display: none;
}
#side-nav-panel .storefront-mobile-drilldown {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: #222529;
    transition: height .25s ease;
}
#side-nav-panel .storefront-drilldown-track {
    display: flex;
    align-items: flex-start;
    width: 100%;
    transition: transform .28s ease;
    will-change: transform;
}
#side-nav-panel .storefront-drilldown-panel {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    background: #fff;
}
#side-nav-panel .storefront-drilldown-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#side-nav-panel .storefront-drilldown-item {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}
#side-nav-panel .storefront-drilldown-link,
#side-nav-panel .storefront-drilldown-open,
#side-nav-panel .storefront-drilldown-back {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 53px;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #222529;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
}
#side-nav-panel .storefront-drilldown-open:after {
    content: "\203A";
    margin-left: auto;
    color: #777;
    font-size: 22px;
    line-height: 1;
}
#side-nav-panel .storefront-drilldown-back {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
#side-nav-panel .storefront-drilldown-back:before {
    content: "\2039";
    margin-right: 10px;
    color: #777;
    font-size: 22px;
    line-height: 1;
}
#side-nav-panel .storefront-drilldown-link:hover,
#side-nav-panel .storefront-drilldown-link:focus,
#side-nav-panel .storefront-drilldown-open:hover,
#side-nav-panel .storefront-drilldown-open:focus,
#side-nav-panel .storefront-drilldown-back:hover,
#side-nav-panel .storefront-drilldown-back:focus {
    background: #f7f7f7;
    color: #222529;
    outline: none;
}
@media (prefers-reduced-motion: reduce) {
    #side-nav-panel .storefront-mobile-drilldown,
    #side-nav-panel .storefront-drilldown-track {
        transition: none;
    }
}
/* End Storefront-style mobile drilldown menu */

/* Storefront-style mobile burger; the parity close control is owned by the drilldown module. */
html.panel-opened #header .mobile-toggle {
    opacity: 0;
    pointer-events: none;
}
/* End Storefront-style mobile burger and close control */

/* shop interface desktop horizontal menu hover */
@media (min-width: 1200px) {

    #header #main-menu .main-menu > li.narrow > .popup,
    #header .main-menu > li.narrow > .popup {
        left: 0;
        right: auto;
        width: 225px;
        min-width: 225px;
        box-shadow: rgba(0, 0, 0, .1) 0 0 2px 1px;
        transform: translateY(30px);
        transition: transform .3s linear;
    }

    #header #main-menu .main-menu > li.narrow:hover > .popup,
    #header .main-menu > li.narrow:hover > .popup {
        transform: translateY(-1px);
    }

    #header #main-menu .main-menu > li.narrow > .popup > .inner > ul.sub-menu,
    #header .main-menu > li.narrow > .popup > .inner > ul.sub-menu {
        width: 225px;
        min-width: 225px;
        padding: 5px 0;
        background: #fff;
        box-shadow: none;
    }

    #header #main-menu .main-menu .narrow li.menu-item-has-children > ul.sub-menu,
    #header .main-menu .narrow li.menu-item-has-children > ul.sub-menu {
        left: calc(100% + 3px);
        right: auto;
        top: 0;
        width: 225px;
        min-width: 225px;
        padding: 5px 0;
        background: #fff;
        box-shadow: rgba(0, 0, 0, .1) 0 0 2px 1px;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(30px);
        transition: transform .3s linear;
    }

    #header #main-menu .main-menu .narrow li.menu-item-has-children:hover > ul.sub-menu,
    #header .main-menu .narrow li.menu-item-has-children:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(-1px);
    }

    #header #main-menu .main-menu .narrow li.menu-item-has-children:hover::after,
    #header .main-menu .narrow li.menu-item-has-children:hover::after {
        content: "";
        position: absolute;
        right: -3px;
        top: 0;
        width: 3px;
        height: 100%;
    }
}
/* End shop interface desktop horizontal menu hover */

/* shop interface submenu item hover states */
@media (min-width: 1200px) {
    #header #main-menu .main-menu .narrow ul.sub-menu > li.menu-item,
    #header .main-menu .narrow ul.sub-menu > li.menu-item {
        padding-left: 20px;
        padding-right: 20px;
        background: transparent;
    }

    #header #main-menu .main-menu .narrow ul.sub-menu > li.menu-item + li.menu-item,
    #header .main-menu .narrow ul.sub-menu > li.menu-item + li.menu-item {
        border-top: 1px solid #ebebeb;
    }

    #header #main-menu .main-menu .narrow ul.sub-menu > li.menu-item + li.menu-item > a,
    #header .main-menu .narrow ul.sub-menu > li.menu-item + li.menu-item > a {
        border-top: 0;
    }

    #header #main-menu .main-menu .narrow ul.sub-menu li.menu-item > a,
    #header .main-menu .narrow ul.sub-menu li.menu-item > a {
        display: inline-block;
        width: auto;
        max-width: 100%;
        padding: 10px 0 8px;
        border: 0;
        background: transparent;
        color: #000;
        font-family: "Jost", Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 26.3px;
        text-transform: none;
        transform: none;
        position: relative;
        transition: color .3s;
    }

    #header #main-menu .main-menu .narrow ul.sub-menu li.menu-item > a::after,
    #header .main-menu .narrow ul.sub-menu li.menu-item > a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 9px;
        width: 0;
        height: 1px;
        display: block;
        background: #ffcc00;
        visibility: hidden;
        transition: width .3s ease-in-out;
    }

    #header #main-menu .main-menu .narrow ul.sub-menu li.menu-item:hover > a,
    #header .main-menu .narrow ul.sub-menu li.menu-item:hover > a {
        color: #ffcc00;
        background: transparent;
    }

    #header #main-menu .main-menu .narrow ul.sub-menu li.menu-item:hover > a::after,
    #header .main-menu .narrow ul.sub-menu li.menu-item:hover > a::after {
        width: 100%;
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    .storefront-mobile-drilldown .storefront-drilldown-item {
        transition: background-color .3s;
    }

    .storefront-mobile-drilldown .storefront-drilldown-link,
    .storefront-mobile-drilldown .storefront-drilldown-open {
        transition: color .3s, background-color .3s;
    }

    .storefront-mobile-drilldown .storefront-drilldown-panel[data-parent="-1"] .storefront-drilldown-item:hover {
        background-color: #f8f8f8;
    }

    .storefront-mobile-drilldown .storefront-drilldown-panel[data-parent="-1"] .storefront-drilldown-item:hover > .storefront-drilldown-link,
    .storefront-mobile-drilldown .storefront-drilldown-panel[data-parent="-1"] .storefront-drilldown-item:hover > .storefront-drilldown-open {
        color: #ffcc00 !important;
        background-color: transparent !important;
    }

    .storefront-mobile-drilldown .storefront-drilldown-panel:not([data-parent="-1"]):not([data-parent="0"]) .storefront-drilldown-item:hover > .storefront-drilldown-link,
    .storefront-mobile-drilldown .storefront-drilldown-panel:not([data-parent="-1"]):not([data-parent="0"]) .storefront-drilldown-item:hover > .storefront-drilldown-open {
        color: #ffcc00;
        background-color: transparent;
    }

    .storefront-mobile-drilldown .storefront-drilldown-panel[data-parent="0"] .storefront-drilldown-item:hover > .storefront-drilldown-link,
    .storefront-mobile-drilldown .storefront-drilldown-panel[data-parent="0"] .storefront-drilldown-item:hover > .storefront-drilldown-open {
        color: #232323;
        background-color: transparent;
    }
}
/* End shop interface submenu item hover states */

/* shop interface mobile burger/logo vertical alignment */
@media (max-width: 1199px) {
    #header .mobile-toggle .fa-bars,
    #header .header-right-bottom .mobile-toggle .fa-bars {
        display: block;
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 2px;
        min-height: 2px;
        max-height: 2px;
        margin: 3px 0;
        position: relative;
        left: 0;
        top: -11px;
        background-color: #202020;
        border: 0;
        color: transparent;
        font-size: 0;
        line-height: 0;
        font-family: inherit;
        overflow: visible;
    }

    #header .mobile-toggle .fa-bars::before,
    #header .mobile-toggle .fa-bars::after,
    #header .header-right-bottom .mobile-toggle .fa-bars::before,
    #header .header-right-bottom .mobile-toggle .fa-bars::after {
        content: "";
        display: block;
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 2px;
        min-height: 2px;
        max-height: 2px;
        margin: 3px 0;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #202020;
        transition: transform .3s .2s;
    }

    #header .mobile-toggle .fa-bars::before,
    #header .header-right-bottom .mobile-toggle .fa-bars::before {
        top: 5px;
    }

    #header .mobile-toggle .fa-bars::after,
    #header .header-right-bottom .mobile-toggle .fa-bars::after {
        top: 12px;
    }
}
@media (min-width: 1200px) {
  html body #header.sticky-header .header-main.sticky {
    min-height: 106.0390625px;
    background: #fff;
    color: #000;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    box-shadow: none;
  }

  html body #header.sticky-header .header-main.sticky > .header-container.container {
    min-height: 102.0390625px;
  }

  html body #header.sticky-header .header-main.sticky .header-left {
    margin-top: 2px;
  }

  html body #header.sticky-header .header-main.sticky .header-right-bottom {
    margin-top: 4px;
  }

  html body #header.sticky-header .header-main.sticky .logo,
  html body #header.sticky-header .header-main.sticky .logo > a,
  html body #header.sticky-header .header-main.sticky .logo img,
  html body #header.sticky-header .header-main.sticky .logo.logo-transition img,
  html body #header.sticky-header .header-main.change-logo .logo,
  html body #header.sticky-header .header-main.change-logo .logo > a,
  html body #header.sticky-header .header-main.change-logo .logo img,
  html body #header.sticky-header .header-main.change-logo .logo.logo-transition img {
    width: 335px;
    max-width: 335px;
    transform: none !important;
  }

  html body #header.sticky-header .header-main.sticky .header-right-top {
    display: flex;
    margin-top: 2px;
  }

  html body.logged-in #header.sticky-header .header-main.sticky
    .pahl-header-auth-desktop[data-pahl-logged-in="true"] {
    flex-basis: 159.234375px;
    width: 159.234375px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  html body #header.sticky-header .header-main.sticky,
  html body #header.sticky-header .header-main.change-logo {
    height: 76.75px !important;
    min-height: 76.75px !important;
  }

  html body #header.sticky-header .header-main.sticky > .header-container.container,
  html body #header.sticky-header .header-main.change-logo > .header-container.container {
    height: 72.75px !important;
    min-height: 72.75px !important;
  }

  html body #header.sticky-header .header-main.sticky .logo,
  html body #header.sticky-header .header-main.sticky .logo > a,
  html body #header.sticky-header .header-main.sticky .logo img,
  html body #header.sticky-header .header-main.sticky .logo.logo-transition img,
  html body #header.sticky-header .header-main.change-logo .logo,
  html body #header.sticky-header .header-main.change-logo .logo > a,
  html body #header.sticky-header .header-main.change-logo .logo img,
  html body #header.sticky-header .header-main.change-logo .logo.logo-transition img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    transform: none !important;
  }
}
