/* Shared Phénomène Luxe navigation, based on the template header used by Catalogue. */
#mt-header .pl-template-logo {
  width: 190px;
  height: 62px;
  overflow: hidden;
}

#mt-header .mt-bottom-bar .col-xs-12 {
  position: relative;
}

#mt-header .pl-template-logo img {
  display: block;
  width: 142px;
  height: 142px;
  margin-top: -40px;
  object-fit: contain;
}

#mt-header .pl-template-logo,
#mt-header .pl-mobile-brand-symbol,
#mt-header .pl-desktop-brand,
#mt-header .pl-desktop-wordmark {
  display: none;
}

#mt-header .pl-desktop-wordmark {
  position: absolute;
  top: -9px;
  left: -20px;
  z-index: 2;
  width: 275px;
  height: 62px;
  overflow: hidden;
}

#mt-header .pl-desktop-wordmark img {
  display: block;
  width: 275px;
  height: 275px;
  max-width: none;
  margin-top: -92px;
  object-fit: contain;
}

#mt-header .pl-desktop-brand {
  position: absolute;
  top: -9px;
  left: calc(50% + 8px);
  z-index: 2;
  width: 72px;
  height: 62px;
  overflow: hidden;
  transform: translateX(-50%);
}

#mt-header .pl-desktop-brand img {
  display: block;
  width: 72px;
  height: 72px;
  max-width: none;
  margin-top: -5px;
  object-fit: contain;
}

#mt-header .mt-icon-list .pl-search-item {
  position: relative;
  margin-top: 4px;
}

#mt-header .pl-search-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #d8d8d8;
}

#mt-header .pl-search-item .icon-magnifier {
  flex: 0 0 22px;
}

#mt-header .pl-search-item input {
  width: 110px;
  padding: 5px 0;
  color: #2e2e2e;
  border: 0;
  outline: 0;
  background: transparent;
  font: 13px/1 "Source Sans Pro", sans-serif;
}

#mt-header .pl-search-item input::placeholder {
  color: #a5a5a5;
}

#mt-header .mt-icon-list > li > a,
#mt-header .pl-search-item .icon-magnifier {
  color: #0d1832;
}

#mt-header .mt-icon-list > li > a:hover,
#mt-header .mt-icon-list > li > a:focus,
#mt-header .pl-search-item .icon-magnifier:hover,
#mt-header .pl-search-item .icon-magnifier:focus {
  color: #0d1832;
}

#mt-header .mt-bottom-bar .bar-opener {
  border-color: #0d1832;
}

#mt-header .mt-bottom-bar .bar-opener .bar {
  background: #0d1832;
}

#mt-header .mt-bottom-bar .bar-opener:hover,
#mt-header .mt-bottom-bar .bar-opener:focus,
#mt-header .mt-bottom-bar .bar-opener.active {
  border-color: #0d1832;
}

#mt-header .mt-bottom-bar .bar-opener:hover .bar,
#mt-header .mt-bottom-bar .bar-opener:focus .bar,
#mt-header .mt-bottom-bar .bar-opener.active .bar {
  background: #0d1832;
}

#mt-header .pl-search-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1000;
  width: min(320px, calc(100vw - 30px));
  padding: 7px 0;
  background: #fff;
  border: 1px solid #e6e2d9;
  box-shadow: 0 12px 30px rgba(20, 34, 61, .14);
}

#mt-header .pl-search-suggestions[hidden] {
  display: none;
}

#mt-header .pl-search-suggestion {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #2e2e2e;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: 0;
  transition: background-color .2s ease, color .2s ease;
}

#mt-header .pl-search-suggestion:hover,
#mt-header .pl-search-suggestion:focus {
  color: #182e57;
  background: #f6f4ef;
  outline: 0;
}

#mt-header .pl-search-suggestion.is-primary {
  color: #182e57;
  border-bottom: 1px solid #eeeae2;
}

#mt-header .pl-search-suggestion__label,
#mt-header .pl-search-suggestion__meta {
  display: block;
}

#mt-header .pl-search-suggestion__label {
  font: 14px/1.25 "Source Sans Pro", sans-serif;
}

#mt-header .pl-search-suggestion__meta {
  margin-top: 3px;
  color: #8d8d8d;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#mt-header #nav > ul > li > a {
  font-size: 12px;
  letter-spacing: .08em;
}

/* The template turns an opened drop-link white for dark mega-menus. The
   Phénomène Luxe header is white, so keep Catalogue anchored and visible. */
#mt-header #nav > ul > li.drop:hover > a {
  color: #2e2e2e;
}

/* Catalogue keeps the native Products mega-menu behavior, with a compact
   panel anchored to the Catalogue link. */
@media (min-width: 768px) {
  #mt-header .pl-desktop-wordmark {
    display: block;
  }

  #mt-header .pl-desktop-brand {
    display: block;
  }

  #mt-header #nav {
    position: static;
    float: right;
    margin: 9px 0 0;
  }

  #mt-header #nav > ul {
    float: right;
  }

  #mt-header #nav > ul > li.pl-catalogue-item {
    position: relative;
  }

  #mt-header #nav > ul > li.pl-catalogue-item > .pl-catalogue-menu {
    top: calc(100% + 20px);
    left: 50%;
    right: auto;
    width: 720px;
    max-width: calc(100vw - 30px);
    padding-top: 0;
    transform: translateX(-50%);
  }

  #mt-header #nav .pl-catalogue-menu .mt-frame {
    width: 100%;
    max-width: none;
    padding: 24px 28px 22px;
    border: 1px solid #e6e2d9;
    box-shadow: 0 10px 28px rgba(20, 34, 61, .12);
  }
}

#mt-header #nav .pl-catalogue-menu .mt-col-3 {
  float: none;
  width: 100%;
}

#mt-header #nav .pl-catalogue-menu .sub-dropcont {
  margin-bottom: 0;
}

#mt-header #nav .pl-catalogue-menu .sub-drop ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}

#mt-header #nav .pl-catalogue-menu .sub-drop ul li {
  min-width: 0;
}

@media (max-width: 767px) {
  #mt-header .mt-icon-list {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #mt-header .mt-icon-list > li {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 0;
    vertical-align: middle;
  }

  #mt-header .mt-icon-list .pl-search-item {
    margin-top: 0;
  }

  #mt-header .pl-search-item label {
    gap: 0;
    border-bottom: 0;
  }

  #mt-header .mt-icon-list > li > a,
  #mt-header .pl-search-item .icon-magnifier {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mt-header .mt-bottom-bar .bar-opener {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  #mt-header .mt-bottom-bar .bar-opener .bar {
    flex: 0 0 auto;
    width: 23px;
    height: 1px;
    margin: 3px 0;
  }
}

#mt-header .pl-menu-secondary {
  display: none;
}

#mt-footer .f-widget-about .logo {
  width: 58px;
  height: 58px;
  overflow: hidden;
}

#mt-footer .f-widget-about .logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

#mt-footer .address-list a {
  color: inherit;
}

#mt-footer .address-list.align-right .fa-info-circle {
  display: inline-block;
  width: 16px;
  margin-left: 7px;
  text-align: left;
  vertical-align: middle;
}

#mt-footer .f-widget-about .address-list.align-right li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

#mt-footer .f-widget-about .address-list.align-right li a {
  order: 1;
}

#mt-footer .f-widget-about .address-list.align-right li .fa {
  order: 2;
  float: none;
  width: auto;
  margin: 0 0 0 7px !important;
  text-align: center;
}

@media (max-width: 991px) {
  #mt-header .pl-template-logo {
    width: 145px;
  }

  #mt-header .pl-search-item input {
    width: 75px;
  }
}

@media (max-width: 767px) {
  #mt-header .pl-mobile-brand-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 66px;
    height: 66px;
    transform: translate(-50%, -50%);
  }

  #mt-header .pl-mobile-brand-symbol img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #mt-header .pl-search-item input {
    display: none;
    width: 0;
  }

  #mt-header .pl-search-suggestions {
    position: fixed;
    top: 64px;
    right: 12px;
    left: 12px;
    width: auto;
  }

  #mt-footer .f-widget-about .address-list.align-right li {
    justify-content: flex-start;
  }

  #mt-header .pl-menu-secondary {
    display: block;
  }

  #mt-header #nav .pl-catalogue-menu .mt-frame {
    padding: 5px 25px 0;
  }

  #mt-header #nav .pl-catalogue-menu .sub-drop ul {
    display: block;
  }

  #mt-header #nav .pl-catalogue-menu .sub-drop ul li {
    min-width: 0;
  }
}
