.custom-header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.custom-header-placeholder {
  height: 96px;
}

@media screen and (max-width: 1024px) {
  .custom-header-placeholder {
    height: 56px;
  }
}

.custom-header .is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.custom-header header, .custom-header nav, .custom-header section {
  display: block;
}

.custom-header a {
  background-color: transparent;
}

.custom-header a:active, .custom-header a:hover {
  outline: 0;
}

.custom-header strong {
  font-weight: 700;
}

.custom-header img {
  border: 0;
}

.custom-header svg:not(:root) {
  overflow: hidden;
}

.custom-header button, .custom-header input {
  color: inherit;
  font: inherit;
  margin: 0;
}

.custom-header button {
  overflow: visible;
}

.custom-header button {
  text-transform: none;
}

.custom-header button {
  -webkit-appearance: button;
  cursor: pointer;
}

.custom-header input {
  line-height: normal;
}

.custom-header fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.custom-header *, .custom-header :after, .custom-header :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-header a:hover {
  cursor: pointer;
}

.custom-header img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.custom-header img {
  -ms-interpolation-mode: bicubic;
}

.custom-header button {
  background: 0 0;
  border: 0;
}

.custom-header button:active, .custom-header button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.custom-header div, .custom-header form, .custom-header li, .custom-header ul {
  margin: 0;
  padding: 0;
}

.custom-header a {
  color: #000;
  line-height: inherit;
  text-decoration: underline;
}

.custom-header a:focus, .custom-header a:hover {
  color: #757575;
}

.custom-header strong {
  font-weight: 700;
  line-height: inherit;
}

.custom-header ul {
  list-style-position: outside;
  margin-bottom: 1.5rem;
}

.custom-header ul {
  margin-left: 1.15rem;
}

.custom-header .dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.custom-header .dropdown-menu > :first-child {
  margin-top: 0;
}

.custom-header .dropdown-menu > :last-child {
  margin-bottom: 0;
}

.custom-header .dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem;
}

.custom-header .dropdown-menu-item a {
  display: block;
  padding: 0.35714rem;
}

.custom-header .dropdown-menu-item a {
  margin: -0.35714rem;
}

.custom-header .form {
  margin: 0 0 1.5rem;
}

.custom-header .form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.custom-header .form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #000;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
  width: 100%;
}

.custom-header .form-input:disabled {
  background-color: #fff;
  color: #999;
  cursor: not-allowed;
}

.custom-header .form-input:focus {
  border-color: #999;
  outline: 0;
}

.custom-header .form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none;
}

.custom-header .form-field:after, .custom-header .form-field:before {
  content: " ";
  display: table;
}

.custom-header .form-field:after {
  clear: both;
}

.custom-header a {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.custom-header .dropdown-menu-item {
  text-align: left;
}

.custom-header .dropdown-menu-item:first-child > a {
  padding-top: 0.78571rem;
}

.custom-header .dropdown-menu-item:last-child > a {
  padding-bottom: 1rem;
}

.custom-header .dropdown-menu-item > a {
  margin: 0;
  padding: 0.28571rem 1.14286rem;
  text-decoration: none;
}

.custom-header .dropdown-menu:focus {
  outline: 0;
}

.custom-header .form-input {
  border-radius: 0;
}

.custom-header .form-field {
  margin-bottom: 1.5rem;
}

.custom-header .overlay {
  display: none;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

.custom-header .overlay .overlay-content {
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.custom-header .overlay .overlay-content .container {
  padding: 0 5% !important;
}

.custom-header .overlay .closebtn {
  position: absolute;
  right: 1.5rem;
  font-size: 3rem;
}

.custom-header .navUser .navUser-section {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-right: 32px;
  line-height: 1.5;
  gap: 32px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .custom-header .navUser .navUser-section {
    margin: 0;
    margin-right: 16px;
    padding: 0;
    gap: 16px;
  }
}

.custom-header .navUser .navUser-action {
  color: #333;
  display: block;
  height: 24px;
  width: 24px;
}

.custom-header .navUser .navUser-action:hover {
  color: #757575;
}

.custom-header .navUser .navUser-action:hover svg {
  stroke: #757575;
}

.custom-header .navUser .navUser-action svg {
  stroke: #333333;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.custom-header .navUser .navUser-item--cart {
  mix-blend-mode: multiply;
  display: block;
}

.custom-header .navUser .navUser-item--cart .navUser-action {
  color: #333;
}

.custom-header .navUser .navUser-item--cart .navUser-action:hover {
  color: #757575;
}

.custom-header .navUser .navUser-item--cart .dropdown-menu {
  max-width: 22.85714rem;
}

.custom-header .navUser .navUser-item--account .navUser-action {
  display: inline-block;
}

.custom-header #dbs-header-container .right-box .navUser .navUser-section .navUser-item .navUser-action--quickSearch-mob {
  display: none;
}

.custom-header .countPill {
  display: none;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.custom-header .navUser .dropdown-menu {
  letter-spacing: 0.5px;
}

.custom-header .navUser-action {
  font-weight: 300;
  letter-spacing: 0.5px;
}

.custom-header .navUser-item--cart .navUser-item-cartLabel {
  display: inline;
}

.custom-header .navUser-item--account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.custom-header .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute;
}

.custom-header .left-box .dropdown-menu {
  min-width: 14.28571rem;
}

.custom-header .right-box #cart-preview-dropdown {
  min-width: 21.42857rem;
}

.custom-header .navUser-item, .custom-header .store-switcher-container {
  position: relative;
}

.custom-header .store-switcher-container #store-switcher {
  padding: 0;
}

.custom-header #cart-preview-dropdown {
  top: 35px !important;
}

.custom-header .left-box #storeSwitcher.dropdown-menu {
  top: 28px !important;
}

@media screen and (max-width: 1440px) {
  .custom-header #cart-preview-dropdown {
    top: 32px !important;
  }
  .custom-header .left-box #storeSwitcher.dropdown-menu {
    top: 25px !important;
  }
}

.custom-header .top-menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.custom-header .quickSearchResults {
  margin-top: 1.5rem;
}

@media (min-width: 769px) {
  .custom-header .quickSearchResults {
    margin-top: 32px;
  }
}

.custom-header .search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  right: 16px;
}

.custom-header .quick-search-close {
  color: #757575;
  padding: 0;
  position: absolute;
  right: 32px;
  top: 0 !important;
  text-align: center;
  font-size: 36px;
}

.custom-header .quick-search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 769px) {
  .custom-header .quick-search-input-wrapper {
    width: calc(100% - 445px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 769px) {
  .custom-header .quick-search-form {
    border-color: #d9d9d6 !important;
    padding-left: 14px !important;
    width: 100%;
  }
}

.custom-header .overlay .quick-search-form {
  font-size: 16px;
}

.custom-header #dbs-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  z-index: 99;
  min-width: 300px;
  position: sticky;
  top: -113px;
}

.custom-header #dbs-header-container.stuck {
  top: 32px;
}

@media screen and (max-width: 1024px) {
  .custom-header #dbs-header-container.stuck {
    top: 0;
  }
}

.custom-header #dbs-header-container .left-box .hamburger, .custom-header #dbs-header-container .right-box .navUser-action {
  display: block;
  width: auto;
  height: 24px;
}

.custom-header #dbs-header-container .left-box .hamburger svg, .custom-header #dbs-header-container .right-box .navUser-action svg {
  width: auto;
  height: auto;
}

.custom-header #dbs-header-container .left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-header #dbs-header-container .left-box li, .custom-header #dbs-header-container .left-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-header #dbs-header-container .left-box .language-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  margin: 16px 0 0 32px;
}

.custom-header #dbs-header-container .left-box .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #1d1d1d;
  text-transform: uppercase;
  margin-left: 48px;
}

.custom-header #dbs-header-container .left-box .menu-items li {
  letter-spacing: 0.15em;
  cursor: default;
}

.custom-header #dbs-header-container .left-box .menu-items li a, .custom-header #dbs-header-container .left-box .menu-items li#explore-item, .custom-header #dbs-header-container .left-box .menu-items li#shop-item {
  padding: 16px 16px;
  font-weight: 700;
  display: block;
}

.custom-header #dbs-header-container .left-box .hamburger {
  display: none;
  line-height: 1.5;
  margin-left: 16px;
}

.custom-header #dbs-header-container .mid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 126px;
}

.custom-header #dbs-header-container .mid-box .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 113px;
}

.custom-header #dbs-header-container .mid-box .logo-container svg {
  width: 158px;
  height: 40px;
  margin-bottom: 18px;
}

.custom-header #dbs-header-container .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-header #dbs-header-container a:not(.button) {
  text-decoration: none;
  font-weight: 400;
  color: #1d1d1d;
}

.custom-header #dbs-header-container a:not(.button):hover {
  opacity: 0.8;
}

.custom-header .default-icon-colour {
  -webkit-filter: invert(13%) sepia(40%) saturate(0%) hue-rotate(149deg) brightness(95%) contrast(106%);
  filter: invert(13%) sepia(40%) saturate(0%) hue-rotate(149deg) brightness(95%) contrast(106%);
}

.custom-header .action {
  cursor: pointer;
}

.custom-header .action:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1440px) {
  .custom-header #dbs-header-container .left-box .language-currency, .custom-header #dbs-header-container .left-box .language-currency a, .custom-header #dbs-header-container .left-box .menu-items {
    font-size: 12px;
  }
  .custom-header #dbs-header-container .left-box .menu-items {
    margin-left: 16px;
  }
  .custom-header #dbs-header-container .mid-box .logo-container {
    height: 96px;
  }
  .custom-header #dbs-header-container .left-box .hamburger, .custom-header #dbs-header-container .right-box .navUser-action {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .custom-header #dbs-header-container .left-box .language-currency {
    margin: 0 0 0 12px;
  }
  .custom-header #dbs-header-container {
    top: -56px;
  }
  .custom-header #dbs-header-container .left-box .hamburger {
    display: block;
  }
  .custom-header #dbs-header-container .right-box .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
 .custom-header #dbs-header-container .left-box .menu-items, .custom-header #dbs-header-container .right-box .navUser-action--quickSearch, .custom-header #dbs-header-container .right-box .navUser-item--account, .custom-header #dbs-header-container .right-box .navUser-item--wishlist, .custom-header #dbs-header-container .right-box .quick-search-close {
    display: none;
  }
  .custom-header #dbs-header-container .right-box .navUser .navUser-section .navUser-item .navUser-action--quickSearch-mob {
    display: inherit;
  }
  .custom-header #dbs-header-container .left-box, .custom-header #dbs-header-container .right-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .custom-header #dbs-header-container .mid-box .logo-container {
    height: 56px;
  }
  .custom-header #dbs-header-container .mid-box .logo-container svg {
    width: 126px;
    height: 32px;
    margin: auto 0;
  }
}

.custom-header .store-switcher-container .country-switch-image {
  width: 16px;
  height: 16px;
}

.custom-header #store-switcher.dropdown-selector.store-switcher-with-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64) !important;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.03em;
}

.custom-header #store-switcher.dropdown-selector.store-switcher-with-logo svg {
  margin-right: 8px;
}

.custom-header #storeSwitcher {
  min-width: 198px;
}

.custom-header #storeSwitcher .dropdown-menu-item a {
  padding: 8px 0 8px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 300;
  width: 100%;
}

.custom-header #storeSwitcher .dropdown-menu-item a:hover {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.83);
}

.custom-header #storeSwitcher .dropdown-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header #storeSwitcher .main-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header #storeSwitcher .main-store a {
  color: rgba(0, 0, 0, 0.83);
  font-weight: 400;
  width: auto;
}

.custom-header #storeSwitcher .main-store svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.custom-header #storeSwitcher .main-store svg path {
  stroke: black !important;
}

.custom-header .left-box #storeSwitcher.dropdown-menu.main-Switcher {
  top: -6px !important;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-header #store-switcher.dropdown-selector.store-switcher-with-logo svg path {
  stroke-opacity: 0.24;
}

.custom-header .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 106rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}

@media (min-width: 1261px) {
  .custom-header .container {
    padding: 0 3rem;
  }
}

.custom-header .container {
  padding: 16px;
  max-width: none;
}

@media (min-width: 769px) {
  .custom-header .container {
    padding: 32px;
  }
}

.custom-header .dropdown-menu.is-open {
  display: block;
}

.custom-header .left-box #storeSwitcher.dropdown-menu.is-open {
  left: -13px !important;
}

@media screen and (max-width: 1440px) {
  .custom-header .left-box #storeSwitcher.dropdown-menu.is-open {
    left: -14px !important;
  }
}