/* Exact CD5 font faces — same family names as hewaswatergarage.com */

@font-face {
  font-family: "poppinsregular";
  src: url("/dealer/fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinslight";
  src: url("/dealer/fonts/poppins-light-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsextralight";
  src: url("/dealer/fonts/poppins-extralight-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsmedium";
  src: url("/dealer/fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("/dealer/fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsbold";
  src: url("/dealer/fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsextrabold";
  src: url("/dealer/fonts/poppins-extrabold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsblack";
  src: url("/dealer/fonts/poppins-black-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsthin";
  src: url("/dealer/fonts/poppins-thin-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto_condensedregular";
  src: url("/dealer/fonts/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto_condensedbold";
  src: url("/dealer/fonts/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto_condensedlight";
  src: url("/dealer/fonts/robotocondensed-light-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Also register standard names used by Google fallbacks / our overrides */
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/dealer/fonts/poppins-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/dealer/fonts/robotocondensed-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/dealer/fonts/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/dealer/fonts/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Match live site body font */
body,
body.dealer-site {
  font-family: poppinsextralight, "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Phone number uses Muli on the live header CSS — map to Poppins medium */
#header_v13 .contact_number > p > a,
#header_v13 .contact_number > p.lg-numb a,
#header_v13 .mobiletopdiv a {
  font-family: poppinsmedium, "Poppins", "Muli", sans-serif !important;
}

.container-center {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Simple native selects in search bar (no Select2) */
#banner_v21 .custom-form-control {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 10px;
  font-size: 13px;
  font-family: poppinsregular, "Poppins", sans-serif;
}
#banner_v21 .form-group-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#banner_v21 .custom-form-group {
  flex: 1 1 140px;
  min-width: 120px;
}
#banner_v21 .innerWhiteBox.webbe-search-bar {
  height: auto !important;
  padding: 20px 0 40px !important;
}
#banner_v21 .banner-wrap {
  min-height: 0;
  height: auto;
}
#banner_v21 .banner-wrap .item {
  height: auto;
  min-height: 0;
}
@media (max-width: 767px) {
  #banner_v21 .banner-wrap .item,
  #banner_v21 .banner-wrap {
    height: auto;
    min-height: 0;
  }
  #header_v13 .humberger {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 20;
    cursor: pointer;
  }
  #header_v13 .top-navigation.menu-mobile {
    display: none;
  }
  #header_v13 .top-navigation.menu-mobile.open {
    display: block;
    background: #111;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 30;
  }
  #header_v13 .top-navigation.menu-mobile.open > ul > li {
    display: block;
    width: 100%;
  }
  #header_v13 .contact_number {
    display: none;
  }
}
