html:not(.noscroll) header.header-background-opacity-0:not(.sticking) .header.search form .search-input {
  border-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.sticking.collapsable.collapsable-lg:not(.open-mdd) .header.search:not(.focused) form .search-input {
    display: none;
  }
  header.sticking.collapsable.collapsable-lg:not(.open-mdd) .header.search:not(.focused) form .search-submit {
    display: none;
  }
  header.sticking.collapsable.collapsable-lg:not(.open-mdd) .header.search:not(.focused) form .search-input-label > *:not(.visually-hidden) {
    display: block;
  }
  header.sticking.collapsable.collapsable-lg:not(.open-mdd) .header.search:not(.focused) form .search-input-label svg {
    width: 26px;
    height: 26px;
  }
  header.sticking.collapsable.collapsable-lg:not(.open-mdd) .header.search:not(.focused) form .search-input-label svg path {
    fill: #05164D;
  }
  header.sticking.collapsable.collapsable-lg:not(.open-mdd) .header.search.focused form .search-input {
    background-color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  header.sticking.collapsable:not(.open-mdd) .header.search:not(.focused) form .search-input {
    display: none;
  }
  header.sticking.collapsable:not(.open-mdd) .header.search:not(.focused) form .search-submit {
    display: none;
  }
  header.sticking.collapsable:not(.open-mdd) .header.search:not(.focused) form .search-input-label > *:not(.visually-hidden) {
    display: block;
  }
  header.sticking.collapsable:not(.open-mdd) .header.search:not(.focused) form .search-input-label svg {
    width: 26px;
    height: 26px;
  }
  header.sticking.collapsable:not(.open-mdd) .header.search:not(.focused) form .search-input-label svg path {
    fill: #05164D;
  }
  header.sticking.collapsable:not(.open-mdd) .header.search.focused form .search-input {
    background-color: #FFFFFF;
  }
}
header .header.search form {
  position: relative;
}
header .header.search form .search-input {
  display: block;
  width: 100%;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.85);
  outline: none;
  padding: 9px 15px 8px 41px;
  font-family: lh-headfont, sans-serif;
  font-weight: 200;
  color: #05164D;
}
header .header.search form .search-input::placeholder {
  color: #05164D;
  opacity: 1;
}
header .header.search form .search-input::-ms-clear, header .header.search form .search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  header .header.search form .search-input {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 62px;
    height: 44px;
    width: 312px;
  }
}
@media (min-width: 1200px) {
  header .header.search form .search-input {
    width: 336px;
  }
}
header .header.search form .tooltip-container {
  position: relative;
  z-index: 110;
}
header .header.search form .tooltip-container .tooltip-container__tooltip {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 25px;
  transition: opacity 200ms ease, max-height 200ms ease-in-out;
}
@media (min-width: 768px) {
  header .header.search form .tooltip-container .tooltip-container__tooltip {
    left: 5px;
  }
}
header .header.search form .tooltip-container .tooltip-container__tooltip .tooltip-container__arrow {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
  top: 0;
  left: 10px;
}
header .header.search form .tooltip-container .tooltip-container__tooltip .tooltip-container__arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  left: -10px;
  bottom: -11px;
}
header .header.search form .tooltip-container .tooltip-container__tooltip .tooltip-container__text {
  padding: 7px 10px;
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
header .header.search form .emoji-validation-error + .tooltip-container .tooltip-container__tooltip {
  max-height: 45px;
  opacity: 1;
}
header .header.search form .search-input-label > *:not(.visually-hidden) {
  display: none;
}
header .header.search form .search-submit {
  display: block;
  position: absolute;
  left: 10px;
  top: 4px;
  padding: 5px;
  right: auto;
  width: 26px;
  height: 26px;
  color: #05164D !important;
}
@media (min-width: 768px) {
  header .header.search form .search-submit {
    width: 32px;
    height: 32px;
    top: 6px;
    left: auto;
    right: 31px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  header .header.search form .search-submit {
    display: block;
    right: 30px;
  }
}
header .header.search form .search-submit svg path {
  fill: #05164D;
}
header .header.search .search-layer {
  position: relative;
  transition: 300ms ease;
  transition-property: max-height, opacity;
}
@media (max-width: 767.98px) {
  header .header.search .search-layer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 94px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    z-index: 20;
    max-height: 0;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  header .header.search .search-layer {
    background-color: #FFFFFF;
    border-radius: 4px;
    display: none;
  }
}
header .header.search .search-layer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 18px 60px 18px;
}
@media (min-width: 768px) {
  header .header.search .search-layer .wrapper {
    padding: 30px 22px;
  }
}
@media (min-width: 992px) {
  header .header.search .search-layer .wrapper > .row {
    width: 100%;
  }
}
header .header.search .search-layer .search-layer-clear {
  align-self: start;
  flex-basis: min-content;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  header .header.search .search-layer .empty {
    padding-top: 30px;
  }
}
header .header.search .search-layer .empty + .history {
  margin-top: 25px;
}
header .header.search .search-layer .empty [role=alert] > *, header .header.search .search-layer .empty [role=status] > * {
  display: none;
}
header .header.search .search-layer .empty.active [role=alert] > *, header .header.search .search-layer .empty.active [role=status] > * {
  display: block;
}
header .header.search .search-layer .history {
  display: flex;
  flex-direction: column;
}
header .header.search .search-layer .history .link {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -10px;
  padding: 10px;
}
header .header.search .search-layer .history .link + .link {
  margin-top: 5px;
}
header .header.search .search-layer .history .link a,
header .header.search .search-layer .history .link [role=link] {
  line-height: 19px;
  text-decoration: underline;
  white-space: nowrap;
}
header .header.search .search-layer .history .link a .search-keyword,
header .header.search .search-layer .history .link [role=link] .search-keyword {
  font-family: lh-headfont, sans-serif;
  font-weight: bold;
}
header .header.search .search-layer .link-suggestions .terms,
header .header.search .search-layer .link-suggestions .products,
header .header.search .search-layer .link-suggestions .categories,
header .header.search .search-layer .link-suggestions .brands {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .header.search .search-layer .link-suggestions .categories {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  header .header.search .search-layer .link-suggestions .brands {
    margin-bottom: 0;
  }
}
header .header.search .search-layer .link-suggestions .link {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -10px;
  padding: 10px;
}
header .header.search .search-layer .link-suggestions .link + .link {
  margin-top: 5px;
}
header .header.search .search-layer .link-suggestions .link a,
header .header.search .search-layer .link-suggestions .link [role=link] {
  line-height: 19px;
  text-decoration: underline;
  white-space: nowrap;
}
header .header.search .search-layer .link-suggestions .link a .search-keyword,
header .header.search .search-layer .link-suggestions .link [role=link] .search-keyword {
  font-family: lh-headfont, sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  header .header.search .search-layer .product-suggestions {
    display: none;
  }
}
@media (min-width: 768px) {
  header .header.search .search-layer .product-suggestions {
    border-left: 1px solid #05164D;
  }
}
header .header.search .search-layer .product-suggestions > div > [class*=col-]:nth-child(even) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  header .header.search .search-layer .product-suggestions > div > [class*=col-]:nth-child(even) {
    margin-bottom: 0;
  }
}
header .header.search.focused form .search-input {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  width: 100% !important;
}
header .header.search.focused .search-layer {
  max-height: 100%;
  opacity: 1;
}
@media (min-width: 768px) {
  header .header.search.focused .search-layer {
    display: block;
  }
}
header .header.search.focused svg path {
  fill: #05164D;
}
@media (min-width: 768px) {
  header .header.search.focused {
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    z-index: 16010;
    padding: 0;
    border-right: none;
    overflow-y: visible;
    transition: width 0.2s ease-in-out, right 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
  }
  header .header.search.focused .search-layer {
    -moz-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
  }
}
header .header.search.focused .search-input-label > *:not(.visually-hidden) {
  display: none;
}
header .truncated {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
header .truncated .start {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
header .truncated .start::after {
  content: " ";
  white-space: pre;
}
