/** Shopify CDN: Minification failed

Line 507:55 Unexpected "}"

**/
.nc-header-with-topbar,
.nc-header-with-topbar * {
  box-sizing: border-box;
}

.nc-header-with-topbar {
  position: relative;
  z-index: 40;
  width: 100%;
  font-family: var(--nc-font-sans);
  color: var(--nc-color-ink);
}

.nc-header-with-topbar [hidden] {
  display: none !important;
}

.nc-header-with-topbar .nc-header-with-topbar__topbar {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px var(--nc-page-padding-mobile);
  background: #2a2521;
  color: var(--nc-color-accent-soft);
  text-align: center;
  font-size: var(--nc-text-min);
  line-height: 1.35;
  font-weight: 500;
}

.nc-header-with-topbar .nc-header-with-topbar__topbar-link {
  color: inherit;
  text-decoration: none;
}

.nc-header-with-topbar .nc-header-with-topbar__topbar-text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nc-header-with-topbar .nc-header-with-topbar__bar {
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 16px 0 14px;
  border-bottom: 1px solid rgba(33, 28, 28, 0.06);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(33, 28, 28, 0.04);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.nc-header-with-topbar .nc-header-with-topbar__inner {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.nc-header-with-topbar .nc-header-with-topbar__main-row {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) auto minmax(96px, 1fr);
  align-items: center;
  width: 100%;
}

.nc-header-with-topbar .nc-header-with-topbar__left-slot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nc-header-with-topbar .nc-header-with-topbar__logo-link {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  text-decoration: none;
}

.nc-header-with-topbar .nc-header-with-topbar__logo {
  display: block;
  width: auto;
  height: 96px;
}

.nc-header-with-topbar .nc-header-with-topbar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding-bottom: 8px;
}

.nc-header-with-topbar .nc-header-with-topbar__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  color: var(--nc-color-body);
  text-decoration: none;
  font-size: var(--nc-text-nav);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  transition: color var(--nc-transition-base);
}

.nc-header-with-topbar .nc-header-with-topbar__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 100%;
  height: 2px;
  border-radius: var(--nc-radius-pill);
  background: linear-gradient(90deg, var(--nc-color-accent), var(--nc-color-amber));
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform var(--nc-transition-base);
}

.nc-header-with-topbar .nc-header-with-topbar__nav-link:hover {
  color: var(--nc-color-accent);
}

.nc-header-with-topbar .nc-header-with-topbar__nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nc-header-with-topbar .nc-header-with-topbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 96px;
}

.nc-header-with-topbar .nc-header-with-topbar__icon-button {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--nc-radius-pill);
  background: transparent;
  color: var(--nc-color-ink);
  text-decoration: none;
  cursor: pointer;
  transition: color var(--nc-transition-fast), background var(--nc-transition-fast), transform var(--nc-transition-fast);
  appearance: none;
}

.nc-header-with-topbar .nc-header-with-topbar__icon-button:hover {
  background: rgba(249, 115, 22, 0.08);
  color: var(--nc-color-accent);
}

.nc-header-with-topbar .nc-header-with-topbar__icon-button:active {
  transform: scale(0.96);
}

.nc-header-with-topbar .nc-header-with-topbar__icon-button svg,
.nc-header-with-topbar .nc-header-with-topbar__mobile-account svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nc-header-with-topbar .nc-header-with-topbar__icon-button svg {
  width: 23px;
  height: 23px;
}

.nc-header-with-topbar .nc-header-with-topbar__cart-badge {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-flex;
  min-width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 1px solid var(--nc-color-white);
  border-radius: var(--nc-radius-pill);
  background: var(--nc-color-accent);
  color: var(--nc-color-white);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.nc-header-with-topbar .nc-header-with-topbar__menu-button,
.nc-header-with-topbar .nc-header-with-topbar__mobile-panel,
.nc-header-with-topbar .nc-header-with-topbar__search-trigger-mobile {
  display: none;
}

.nc-header-with-topbar .nc-header-with-topbar__search-panel {
  align-items: center;
  gap: 10px;
  width: min(860px, calc(100vw - 48px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(21, 11, 4, 0.12);
  border-radius: var(--nc-radius-pill);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(120, 73, 38, 0.05);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 180ms var(--nc-ease-out), transform 180ms var(--nc-ease-out);
}

.nc-header-with-topbar.is-search-open .nc-header-with-topbar__search-panel {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.nc-header-with-topbar .nc-header-with-topbar__search-panel svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--nc-color-ink-soft);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nc-header-with-topbar .nc-header-with-topbar__search-panel input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--nc-color-ink);
  font-family: inherit;
  font-size: var(--nc-text-button);
  line-height: 1;
  outline: none;
}

.nc-header-with-topbar .nc-header-with-topbar__search-panel button {
  flex-shrink: 0;
  border: 0;
  border-radius: var(--nc-radius-pill);
  font-family: inherit;
  cursor: pointer;
}

.nc-header-with-topbar .nc-header-with-topbar__search-panel button[type="submit"] {
  background: var(--nc-color-ink);
  color: var(--nc-color-white);
  padding: 9px 14px;
  font-size: var(--nc-text-min);
  line-height: 1;
  font-weight: 600;
}

.nc-header-with-topbar .nc-header-with-topbar__search-panel button[type="submit"]:hover {
  background: var(--nc-color-ink-soft);
}

.nc-header-with-topbar .nc-header-with-topbar__search-close {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: rgba(33, 28, 28, 0.05);
  color: #5f6368;
}

.nc-header-with-topbar .nc-header-with-topbar__search-close svg {
  width: 17px;
  height: 17px;
  color: currentColor;
}

@media (max-width: 1023px) {
  .nc-header-with-topbar .nc-header-with-topbar__nav {
    gap: 20px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__nav-link {
    font-size: var(--nc-text-button);
  }
}

@media (max-width: 767px) {
  .nc-header-with-topbar .nc-header-with-topbar__topbar {
    min-height: 32px;
    padding: 6px 12px;
    font-size: var(--nc-text-min);
  }

  .nc-header-with-topbar .nc-header-with-topbar__bar {
    padding: 6px 0;
  }

  .nc-header-with-topbar .nc-header-with-topbar__inner {
    display: block;
  }

  .nc-header-with-topbar .nc-header-with-topbar__main-row {
    grid-template-columns: 72px minmax(0, 1fr) 88px;
    min-height: 40px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__left-slot {
    justify-content: flex-start;
  }

  .nc-header-with-topbar .nc-header-with-topbar__menu-button {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    justify-self: start;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: transform var(--nc-transition-fast);
    appearance: none;
  }

  .nc-header-with-topbar .nc-header-with-topbar__menu-button:active {
    transform: scale(0.96);
  }

  .nc-header-with-topbar .nc-header-with-topbar__hamburger {
    position: relative;
    display: flex;
    width: 22px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
  }

  .nc-header-with-topbar .nc-header-with-topbar__hamburger-line {
    display: block;
    width: 100%;
    height: 1.5px;
    border-radius: var(--nc-radius-pill);
    background: var(--nc-color-ink);
    transform-origin: center;
    transition: opacity var(--nc-transition-base), transform var(--nc-transition-base);
  }

  .nc-header-with-topbar .nc-header-with-topbar__hamburger-line--top-open {
    transform: translateY(6.25px) rotate(45deg);
  }

  .nc-header-with-topbar .nc-header-with-topbar__hamburger-line--middle-open {
    opacity: 0;
  }

  .nc-header-with-topbar .nc-header-with-topbar__hamburger-line--bottom-open {
    transform: translateY(-6.25px) rotate(-45deg);
  }

  .nc-header-with-topbar .nc-header-with-topbar__logo-link {
    justify-self: center;
  }

  .nc-header-with-topbar .nc-header-with-topbar__logo {
    height: 58px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__nav,
  .nc-header-with-topbar .nc-header-with-topbar__search-trigger {
    display: none;
  }

  .nc-header-with-topbar .nc-header-with-topbar__search-trigger-mobile {
    display: inline-flex;
  }

  .nc-header-with-topbar .nc-header-with-topbar__actions {
    justify-self: end;
    min-width: 0;
    gap: 2px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__account-link {
    display: none;
  }

  .nc-header-with-topbar .nc-header-with-topbar__icon-button {
    width: 40px;
    height: 40px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__icon-button svg {
    width: 22px;
    height: 22px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__search-panel {
    width: calc(100% - 24px);
    margin-top: 6px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__mobile-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 40;
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(33, 28, 28, 0.06);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 40px rgba(33, 28, 28, 0.10);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 180ms var(--nc-ease-out), transform 180ms var(--nc-ease-out);
  }

  .nc-header-with-topbar.is-mobile-menu-open .nc-header-with-topbar__mobile-panel {
    opacity: 1;
    transform: translateY(0);
  }

  .nc-header-with-topbar .nc-header-with-topbar__mobile-nav {
    display: flex;
    width: 100%;
    max-width: 448px;
    flex-direction: column;
    margin: 0 auto;
    padding: 8px 20px 22px;
  }

  .nc-header-with-topbar .nc-header-with-topbar__mobile-link,
  .nc-header-with-topbar .nc-header-with-topbar__mobile-account {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(33, 28, 28, 0.06);
    color: rgba(33, 28, 28, 0.82);
    text-decoration: none;
    font-size: var(--nc-text-nav);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    transition: color var(--nc-transition-fast);
  }

  .nc-header-with-topbar .nc-header-with-topbar__mobile-link:hover,
  .nc-header-with-topbar .nc-header-with-topbar__mobile-account:hover {
    color: var(--nc-color-accent);
  }

  .nc-header-with-topbar .nc-header-with-topbar__mobile-account {
    margin-top: 8px;
    border-bottom: 0;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.08);
  }

  .nc-header-with-topbar .nc-header-with-topbar__mobile-account svg {
    width: 18px;
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nc-header-with-topbar .nc-header-with-topbar__nav-link,
  .nc-header-with-topbar .nc-header-with-topbar__nav-link::after,
  .nc-header-with-topbar .nc-header-with-topbar__icon-button,
  .nc-header-with-topbar .nc-header-with-topbar__search-panel,
  .nc-header-with-topbar .nc-header-with-topbar__mobile-panel,
  .nc-header-with-topbar .nc-header-with-topbar__hamburger-line {
    transition: none;
  }
}

.nc-header-with-topbar__logo{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.nc-header-with-topbar__logo-link{display:inline-flex;min-width:260px;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--nc-color-ink);text-decoration:none}
.nc-header-with-topbar__logo-link::before{content:"NORTH CREST";font:500 30px/1 var(--nc-font-sans);letter-spacing:.16em;white-space:nowrap}
.nc-header-with-topbar__logo-link::after{content:"FIREPLACE";font:600 10px/1 var(--nc-font-sans);letter-spacing:.38em;padding-left:.38em;white-space:nowrap}
@media(max-width:767px){.nc-header-with-topbar__logo-link{min-width:auto;gap:2px}.nc-header-with-topbar__logo-link::before{font-size:20px;letter-spacing:.12em}.nc-header-with-topbar__logo-link::after{font-size:8px;letter-spacing:.3em;padding-left:.3em}}

.nc-header-with-topbar__logo-link::after{display:block}}
.nc-header-with-topbar__logo-link::after{font-size:11px;letter-spacing:.34em;padding-left:.34em}
@media(max-width:767px){.nc-header-with-topbar__logo-link::after{font-size:9px;letter-spacing:.28em;padding-left:.28em}}
.nc-header-with-topbar__logo-link{position:relative;display:block;width:300px;height:51px;min-width:0;overflow:hidden}
.nc-header-with-topbar__logo{position:absolute;display:block;width:300px;height:auto;max-width:none;left:0;top:-48px;opacity:1;pointer-events:auto}
.nc-header-with-topbar__logo-link::before,.nc-header-with-topbar__logo-link::after{display:none}
@media(max-width:767px){.nc-header-with-topbar__logo-link{width:190px;height:33px}.nc-header-with-topbar__logo{width:190px;top:-30px}}
.nc-header-with-topbar__logo-link{margin:10px 0 6px}
@media(max-width:767px){.nc-header-with-topbar__logo-link{margin:6px 0 4px}}
@media(max-width:767px){.nc-header-with-topbar .nc-header-with-topbar__logo-link{margin:12px 0 10px}}
.nc-header-with-topbar__logo-link{margin:20px 0 16px}
@media(max-width:767px){.nc-header-with-topbar .nc-header-with-topbar__logo-link{margin:20px 0 18px}}