@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_thin_it.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_light_it.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_reg_it.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_med_it.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_bld_it.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Brandon_blk_it.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roca";
  src: url("/themes/U96uhFEPxdfSY1HL/fonts/Roca.otf");
}
.m-header-nsp {
  padding: 32px 0;
  border-bottom: 1px solid #f5f5f5;
  position: sticky;
  top: -1px;
  z-index: 11;
  background: #ffffff;
}
@media (max-width: 768px) {
  .m-header-nsp {
    position: static;
    top: unset;
  }
  .m-header-nsp.is-extended {
    padding-bottom: 8px;
  }
}
.m-header-nsp__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.m-header-nsp__logo-container {
  width: 180px;
}
@media (max-width: 768px) {
  .m-header-nsp__logo-container {
    margin: auto;
  }
}
.m-header-nsp__logo-image {
  height: auto;
  width: auto;
  max-width: 100%;
}
.m-header-nsp__logo-link {
  display: block;
}
.m-header-nsp__search-form {
  width: 192px;
  height: 40px;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 768px) {
  .m-header-nsp__search-form {
    display: none;
  }
}
.m-header-nsp__search-form--mobile {
}
@media (min-width: 768px) {
  .m-header-nsp__search-form--mobile {
    display: none;
  }
}
.m-header-nsp__search-form input {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: italic;
  font-weight: 330;
  font-size: 15px;
  line-height: 24px;
  color: #003B4D;
  width: 192px;
  height: 40px;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .m-header-nsp__search-form input {
    width: 100%;
  }
}
.m-header-nsp__contact-box {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 500px;
  display: flex;
  align-items: center;
}
.m-header-nsp__contact-call {
  background: white;
  display: flex;
  align-items: center;
  padding-right: 16px;
  border-radius: 500px;
  outline: none;
}
.m-header-nsp__contact-call:focus-visible {
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
}
.m-header-nsp__contact-call:hover .m-header-1__contact-phone, .m-header-nsp__contact-call:focus .m-header-1__contact-phone {
  text-decoration: underline;
}
.m-header-nsp__contact-icon-wrapper {
  border: 1px solid #F5F5F5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.m-header-nsp__contact-info {
  display: flex;
  flex-direction: column;
}
.m-header-nsp__contact-label {
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.m-header-nsp__contact-phone {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #1A1A1A;
  white-space: nowrap;
}
.m-header-nsp__contact-button.c-button {
  height: 32px;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 500px;
  margin: 0 8px;
  padding: 0 12px;
  outline: none;
}
.m-header-nsp__contact-button.c-button:focus-visible {
  box-shadow: 0 0 0 2px rgb(0, 0, 0);
}
.m-header-nsp__nav-icons {
  display: flex;
}
.m-header-nsp__nav-icon.c-icon-holder {
  margin-right: 24px;
  position: relative;
}
.m-header-nsp__nav-icon--search.c-icon-holder {
  display: none;
}
@media (max-width: 1024px) {
  .m-header-nsp__nav-icon--search.c-icon-holder {
    display: flex;
  }
}
.m-header-nsp__cart {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 8px 0 16px;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
}
.m-header-nsp__cart:hover {
  background-color: #F6F6F6;
}
@media (max-width: 1024px) {
  .m-header-nsp__cart {
    justify-content: space-between;
    flex-direction: column;
    border: none;
    width: 56px;
    height: 56px;
    margin: -4px;
    padding: 4px;
  }
}
@media (max-width: 1024px) {
  .m-header-nsp__cart-icon {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }
}
.m-header-nsp__cart-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 24px;
}
.m-header-nsp__cart-label {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #1A1A1A;
}
.m-header-nsp__cart-value {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #1A1A1A;
}
.m-header-nsp__count {
  position: absolute;
  right: 0;
  top: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(0, 89, 78);
}
.m-header-nsp__count.is-active {
  display: flex;
}
.m-header-nsp__cart-text {
  display: none;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .m-header-nsp__cart-text {
    display: block;
  }
}
.m-header-nsp__mobile-menu-icon.c-icon-holder {
  display: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .m-header-nsp__mobile-menu-icon.c-icon-holder {
    display: flex;
  }
}
.m-header-nsp__menu-list {
  display: flex;
  margin: 0 -24px;
}
@media (max-width: 1400px) {
  .m-header-nsp__menu-list {
    margin: 0 -18px;
  }
}
@media (max-width: 1200px) {
  .m-header-nsp__menu-list {
    display: none;
  }
}
@media (max-width: 1024px) {
  .m-header-nsp__menu-list {
    display: none;
  }
}
.m-header-nsp__menu-item {
  padding: 12px 0;
  cursor: default;
  position: relative;
}
@media (max-width: 1200px) {
  .m-header-nsp__menu-item {
    padding: 8px 0;
  }
}
.m-header-nsp__menu-item:hover .m-header-nsp__menu-link:before, .m-header-nsp__menu-item:focus-within .m-header-nsp__menu-link:before {
  position: absolute;
  content: "";
  background-color: transparent;
  right: 99%;
  z-index: 1;
  width: 24px;
  height: 40px;
  bottom: 0;
}
.m-header-nsp__menu-item:hover .m-header-nsp__menu-link:after, .m-header-nsp__menu-item:focus-within .m-header-nsp__menu-link:after {
  position: absolute;
  content: "";
  background-color: transparent;
  left: 99%;
  z-index: 1;
  width: 24px;
  height: 40px;
  bottom: 0;
}
.m-header-nsp__menu-item:hover .css-submenu-hover, .m-header-nsp__menu-item:focus-within .css-submenu-hover {
  display: block;
}
.m-header-nsp__menu-link {
  text-transform: uppercase;
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 330;
  font-size: 15px;
  line-height: 24px;
  color: #003B4D;
  padding: 8px 24px;
  display: flex;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1400px) {
  .m-header-nsp__menu-link {
    padding: 8px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .m-header-nsp__menu-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.m-header-nsp__menu-link:hover {
  text-decoration: underline;
}
.m-header-nsp__invited {
  position: absolute;
  left: 18px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .m-header-nsp__invited {
    position: relative;
    margin-top: 8px;
    box-shadow: unset;
    padding-left: 75px;
    left: 0px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
  }
}
.m-header-nsp__invited--one-row-mobile {
  gap: 0px;
}
@media (max-width: 1024px) {
  .m-header-nsp__invited--one-row-mobile {
    padding-left: 0px;
    flex-direction: row;
    margin-top: 16px;
    gap: 16px;
  }
  .m-header-nsp__invited--one-row-mobile .m-header-nsp__invited-title {
    margin-bottom: 0px;
  }
}
.m-header-nsp__invited-image {
  max-width: 64px;
  max-height: 64px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .m-header-nsp__invited-image {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 48px;
    max-height: 48px;
  }
}
.m-header-nsp__invited-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #003B4D;
  margin-bottom: 8px;
}
.m-header-nsp__invited-info {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #003B4D;
  margin: 8px 0;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .m-header-nsp__invited-info {
    text-align: left;
  }
}
.m-header-nsp__invited-name {
  font-style: normal;
  font-weight: 390;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #003B4D;
}
.m-header-nsp__invited-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-icon-holder__text {
  font-family: "Brandon Grotesque", sans-seriff;
  font-style: normal;
  font-weight: 330;
  font-size: 13px;
  line-height: 24px;
  color: #003B4D;
}

@media (max-width: 768px) {
  #header-account, #header-cart, #header-menu {
    display: none;
  }
}

/*# sourceMappingURL=header-nsp_style.css.map */
