::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ember-banner {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 48px;
  color: black;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .ember-banner * {
    font-size: 1rem;
  }
}
.ember-banner svg, .ember-banner i {
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 768px) {
  .ember-banner svg, .ember-banner i {
    width: 1rem;
    height: 1rem;
  }
}
.ember-banner > div {
  display: inline-flex;
  align-items: center;
  gap: 1ch;
}
.ember-banner * {
  font-size: 0.75rem;
  color: black;
}
.ember-banner .right {
  text-align: right;
  justify-content: right;
}
.ember-banner .left {
  text-align: left;
  justify-content: left;
}
.ember-banner .middle {
  justify-content: center;
}

.ember-nav {
  height: 96px;
  color: rgba(255, 255, 255, 0.7);
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  width: 100%;
  left: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 20;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  justify-content: space-between;
}
.ember-nav #menu-menu-1 {
  display: none;
}
@media (min-width: 992px) {
  .ember-nav #menu-menu-1 {
    display: flex;
  }
}
.ember-nav .logo {
  display: inline-flex;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 44px;
  overflow: hidden;
  position: relative;
}
.ember-nav .logo img {
  position: absolute;
  height: 44px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .ember-nav .logo {
    width: auto;
    height: auto;
    overflow: visible;
  }
  .ember-nav .logo img {
    position: static;
    height: 44px;
  }
}
.ember-nav .logo span {
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  color: white;
  font-weight: normal;
  display: none;
}
@media (min-width: 1200px) {
  .ember-nav .logo span {
    display: flex;
  }
}
.ember-nav .menu-item-has-children {
  position: relative;
  z-index: 10;
}
.ember-nav .menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  padding: 64px 1rem 1rem;
}
.ember-nav > ul:first-of-type {
  margin-left: auto;
}
.ember-nav img {
  height: 44px;
}
.ember-nav a {
  text-decoration: none;
}
.ember-nav a:hover {
  color: white;
}
.ember-nav ul, .ember-nav ol {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  gap: 1rem;
}
.ember-nav .ember-nav__search {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.ember-nav .ember-nav__search form {
  height: 48px;
  position: relative;
  width: 100%;
  border-radius: 9999px;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background-color: #1c1c1c;
  display: inline-flex;
  align-items: center;
  z-index: 10;
}
.ember-nav .ember-nav__search form:focus-within {
  border-color: #F07C20;
}
.ember-nav .ember-nav__search form label {
  display: none;
}
.ember-nav .ember-nav__search form i, .ember-nav .ember-nav__search form svg {
  width: 1rem;
  height: 1rem;
}
.ember-nav .ember-nav__search form input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0 0 0 0.5rem;
  margin: 0;
  width: 100%;
}
.ember-nav .ember-nav__search form input:focus {
  background-color: transparent;
  border: none;
}

.ember-search-window {
  display: block;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  background-color: #131313;
  width: calc(100% + 1rem);
  padding: calc(64px + 1rem) 1rem 1rem;
  z-index: 5;
  border-radius: 1.75rem 1.75rem 0.5rem 0.5rem;
  opacity: 0;
  max-height: 75dvh;
  pointer-events: none;
}
.ember-search-window.active {
  opacity: 1;
  pointer-events: all;
}
.ember-search-window {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.ember-search-window .fuel-type {
  margin-top: 1rem;
}
.ember-search-window .fuel-type li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ember-search-window .fuel-type li:hover {
  border-bottom: 1px solid white;
  cursor: pointer;
}
.ember-search-window .fuel-type li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ember-search-window .brands, .ember-search-window .categories {
  padding-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ember-search-window .brands li, .ember-search-window .categories li {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
}
.ember-search-window .brands li:hover, .ember-search-window .categories li:hover {
  background-color: #272727;
}
.ember-search-window .brands li a, .ember-search-window .categories li a {
  width: 100%;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ember-search-window .brands li img, .ember-search-window .categories li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}
.ember-search-window ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.ember-search-window ul li {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
}
.ember-search-window ul li img {
  width: auto;
}
.ember-search-window ul li svg, .ember-search-window ul li i {
  width: 1rem;
  height: 1rem;
  margin-right: 1ch;
}
.ember-search-window .search-results li {
  width: 100%;
}
.ember-search-window .search-results li a {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  width: 100%;
}

.ember-search-overlay {
  z-index: 10 !important;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.wp-block-ember-fireplaces-product-card .type-pill {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.3em 0.65em;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid var(--pill-color);
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.wp-block-ember-fireplaces-product-card .type-pill__dot {
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background-color: var(--pill-color);
  flex-shrink: 0;
}
.wp-block-ember-fireplaces-product-card .product-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  overflow: clip;
}
.wp-block-ember-fireplaces-product-card .product-card .product-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
.wp-block-ember-fireplaces-product-card .product-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.wp-block-ember-fireplaces-product-card .product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.35s ease;
}
.wp-block-ember-fireplaces-product-card .product-img-wrap .hover-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.wp-block-ember-fireplaces-product-card:hover {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
}
.wp-block-ember-fireplaces-product-card:hover button {
  color: #F07C20 !important;
  border-color: #F07C20 !important;
}
.wp-block-ember-fireplaces-product-card:hover .hover-image {
  opacity: 1;
}
.wp-block-ember-fireplaces-product-card:hover img:not(.hover-image) {
  opacity: 0;
}
.wp-block-ember-fireplaces-product-card * {
  text-decoration: none;
}
.wp-block-ember-fireplaces-product-card .product-img-wrap {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
}
.wp-block-ember-fireplaces-product-card .product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
  transition: opacity 0.35s, transform 0.35s;
}
.wp-block-ember-fireplaces-product-card .product-img-wrap .product-badges {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 10px;
  top: 10px;
  gap: 5px;
}
.wp-block-ember-fireplaces-product-card .product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
}
.wp-block-ember-fireplaces-product-card .product-body .product-brand {
  font-size: 8.5px;
  letter-spacing: 2px;
  color: #F07C20;
  margin-bottom: 5px;
}
.wp-block-ember-fireplaces-product-card .product-body .product-name {
  color: white;
  font-weight: normal;
  font-size: 1.25rem;
}
.wp-block-ember-fireplaces-product-card .product-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: baseline;
}
.wp-block-ember-fireplaces-product-card .product-footer .product-price {
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.badge {
  font-size: 7.5px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: white;
  color: #1e1e1e;
  text-transform: uppercase;
}
.badge.badge-absolute {
  position: absolute;
  top: 10px;
  left: 10px;
}
.badge.badge-gas {
  background: rgba(30, 100, 200, 0.85);
  color: #fff;
}
.badge.badge-wood {
  background: rgba(120, 60, 10, 0.9);
  color: #fff;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.single-fireplace .product-downloads {
  width: 100%;
}
.single-fireplace .product-downloads .product-downloads-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
}
.single-fireplace .product-downloads .product-downloads-inner h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}
.single-fireplace .product-downloads .product-downloads-inner .downloads-container {
  list-style: none;
}
.single-fireplace .product-downloads .product-downloads-inner .downloads-container li {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.single-fireplace .product-downloads .product-downloads-inner .downloads-container li .product-name {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
}
.single-fireplace .product-downloads .product-downloads-inner .downloads-container li a {
  margin-left: auto;
}
.single-fireplace .product-explorer h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem !important;
  color: white;
  margin-bottom: 1rem;
}
.single-fireplace .product-explorer .dimensions-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-fireplace .product-explorer .dimensions-container button {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .single-fireplace .product-explorer .dimensions-container button {
    margin-top: 0;
  }
}
.single-fireplace .product-explorer .dimensions-container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
}
.single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
.single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner .bundle-offer-header-inner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner .description {
  font-size: 1rem;
  font-weight: normal;
}
.single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner h2, .single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner p, .single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner span {
  color: #1e1e1e;
}
.single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner i, .single-fireplace .bundle-offer .bundle-offer-header .bundle-offer-header-inner svg {
  width: 4rem;
  height: 4rem;
  stroke: #1e1e1e;
}
.single-fireplace .bundle-offer .bundle-offer-header .max-quantity {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
}
.single-fireplace .bundle-offer .bundle-offer-header .label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}
.single-fireplace .bundle-offer .bundle-offer-header ul {
  list-style: none;
  gap: 1rem;
  margin-top: 2rem;
}
.single-fireplace .bundle-offer .bundle-offer-header ul li {
  padding-top: 1rem;
}
.single-fireplace .bundle-offer .bundle-offer-header ul li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.single-fireplace .bundle-offer .slot-products-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 1rem;
  align-items: baseline;
}
.single-fireplace .bundle-offer .slot-products-grid .slot-or:last-of-type {
  display: none;
}
.single-fireplace .bundle-offer .slot-product-card {
  width: 180px;
  padding: 0.75rem;
  border-radius: 6px;
  background: #1e1e1e;
  flex-shrink: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  position: relative;
  transition: border-color 0.25s, transform 0.25s, border-radius 0.25s, background 0.25s;
}
.single-fireplace .bundle-offer .slot-product-card:hover {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
}
.single-fireplace .bundle-offer .slot-product-card h4 {
  font-weight: 400;
  color: white;
}
.single-fireplace .bundle-offer .slot-product-card a:hover:not(.button) {
  text-decoration: underline !important;
}
.single-fireplace .bundle-offer .slot-product-card .price {
  color: #ffffff;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 1px;
}
.single-fireplace .bundle-offer .slot-product-card .price.price-was {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
}
.single-fireplace .bundle-offer .slot-product-card .price.price-sale {
  color: #F07C20;
  font-size: inherit;
}
.single-fireplace .bundle-offer .slot-product-card {
  /* Standard image zoom transition */
}
.single-fireplace .bundle-offer .slot-product-card .image-wrapper img {
  transition: transform 0.3s ease;
}
.single-fireplace .bundle-offer .slot-product-card button.secondary {
  margin-top: auto !important;
}
.single-fireplace .bundle-offer .slot-product-card button.secondary:hover {
  border-color: #F07C20;
  background: #F07C20;
  color: #1e1e1e;
}
.single-fireplace .bundle-offer {
  /* Fix for the last card so it doesn't leave a negative margin gap */
}
.single-fireplace .bundle-offer .slot-product-card:last-of-type {
  margin-right: 0;
}
.single-fireplace .product-details {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  gap: 4rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single-fireplace .product-details {
    grid-template-columns: 1fr 1fr;
  }
}
.single-fireplace .product-details .product-features {
  list-style-position: inside;
  display: flex;
  flex-direction: column;
}
.single-fireplace .product-details .product-features li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.single-fireplace .product-details .product-features li::marker {
  color: #F07C20;
}
.single-fireplace .product-details .product-specs {
  width: 100%;
  border-collapse: collapse;
}
.single-fireplace .product-details .product-specs tr td {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .single-fireplace .product-details .product-specs tr td {
    font-size: 1rem;
  }
}
.single-fireplace .product-details .product-specs tr:last-child td {
  border-bottom: none;
}
.single-fireplace .product-details .product-specs .spec-label {
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
}
.single-fireplace .product-details .product-specs .spec-value {
  text-align: left;
  color: #dddddd;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .single-fireplace .product-details {
    grid-template-columns: 1fr 1fr;
  }
}
.single-fireplace .panel-section-label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #F07C20;
  margin-bottom: 1rem;
}
.single-fireplace .product-hero {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero {
    grid-template-columns: 72px 1fr 380px;
  }
}
.single-fireplace .product-hero .product-thumbs {
  display: flex;
  flex-direction: row;
  gap: 6px;
  padding: 6px;
  border-right: 1px solid transparent;
  overflow-y: auto;
  order: 2;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-thumbs {
    order: unset;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.single-fireplace .product-hero .product-thumbs .thumb-btn {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  flex-shrink: 0;
  transition: border-color 0.15s;
}
.single-fireplace .product-hero .product-thumbs .thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-fireplace .product-hero .product-thumbs .thumb-btn.active, .single-fireplace .product-hero .product-thumbs .thumb-btn:hover {
  border-color: #F07C20;
}
.single-fireplace .product-hero .product-main-image {
  background-color: rgba(255, 255, 255, 0.03);
  background-size: cover;
  background-position: center;
  position: relative;
  order: 1;
  height: 300px;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-main-image {
    height: 600px;
    order: unset;
    min-height: unset;
  }
}
.single-fireplace .product-hero .product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-fireplace .product-hero .product-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  border-left: 1px solid transparent;
  order: 2;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    padding: 3rem 2rem 2rem;
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel {
    order: unset;
    overflow-y: auto;
    max-height: calc(100dvh - 96px);
    position: sticky;
    top: 96px;
  }
}
.single-fireplace .product-hero .product-panel .panel-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0;
}
.single-fireplace .product-hero .product-panel .product-brand {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F07C20;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel .product-brand {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .single-fireplace .product-hero .product-panel .product-brand {
    font-size: 1.5rem;
  }
}
.single-fireplace .product-hero .product-panel .product-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel .product-title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .single-fireplace .product-hero .product-panel .product-title {
    font-size: 3.5rem;
  }
}
.single-fireplace .product-hero .product-panel .product-sub {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 300;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel .product-sub {
    font-size: 1rem;
  }
}
.single-fireplace .product-hero .product-panel .product-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-fireplace .product-hero .product-panel .price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.single-fireplace .product-hero .product-panel .price {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel .price {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .single-fireplace .product-hero .product-panel .price {
    font-size: 2rem;
  }
}
.single-fireplace .product-hero .product-panel .price.price-was {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel .price.price-was {
    font-size: 1rem;
  }
}
.single-fireplace .product-hero .product-panel .price.price-sale {
  color: #F07C20;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .single-fireplace .product-hero .product-panel .price.price-sale {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .single-fireplace .product-hero .product-panel .price.price-sale {
    font-size: 2rem;
  }
}
.single-fireplace .product-hero .product-panel .product-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

button, .button {
  background: #F07C20;
  color: #000;
  padding: 13px 30px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #F07C20;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 1ch;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
button svg, button i, .button svg, .button i {
  width: 1rem;
  height: 1rem;
  stroke: black;
  transition: stroke 0.2s ease;
}
button:hover:not(:disabled):not(.disabled), .button:hover:not(:disabled):not(.disabled) {
  background: rgb(216.6285714286, 103.9428571429, 14.5714285714);
  border-color: rgb(216.6285714286, 103.9428571429, 14.5714285714);
}
button:disabled, button.disabled, .button:disabled, .button.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
button.secondary, .button.secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 300;
  border-radius: 2px;
}
button.secondary svg, button.secondary i, .button.secondary svg, .button.secondary i {
  stroke: rgba(255, 255, 255, 0.85);
}
button.secondary:hover:not(:disabled):not(.disabled), .button.secondary:hover:not(:disabled):not(.disabled) {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}
button.secondary:disabled, button.secondary.disabled, .button.secondary:disabled, .button.secondary.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
button.transparent, .button.transparent {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border-color: transparent;
}
button.transparent svg, .button.transparent svg {
  stroke: rgba(255, 255, 255, 0.85);
}
button.transparent:hover:not(:disabled):not(.disabled), .button.transparent:hover:not(:disabled):not(.disabled) {
  background: rgba(255, 255, 255, 0.06);
}
button.light, .button.light {
  border: 1px solid white;
  background: #fff;
  color: #000;
}
button.light svg, .button.light svg {
  stroke: black;
}
button.light:hover:not(:disabled):not(.disabled), .button.light:hover:not(:disabled):not(.disabled) {
  background: rgba(255, 255, 255, 0.88);
}
button.light:disabled, button.light.disabled, .button.light:disabled, .button.light.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
button.toggle, .button.toggle {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
button.toggle.active .is-active, .button.toggle.active .is-active {
  display: block;
}
button.toggle.active .is-inactive, .button.toggle.active .is-inactive {
  display: none;
}
button.toggle .is-active, .button.toggle .is-active {
  display: none;
}
button.toggle .is-inactive, .button.toggle .is-inactive {
  display: block;
}
button.toggle::before, .button.toggle::before {
  content: "";
  flex-shrink: 0;
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease;
  display: block;
}
button.toggle::after, .button.toggle::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease;
}
button.toggle.active::before, .button.toggle.active::before {
  background: #F07C20;
}
button.toggle.active::after, .button.toggle.active::after {
  transform: translate(24px, -50%);
}
button.toggle:disabled, button.toggle.disabled, .button.toggle:disabled, .button.toggle.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.showroom-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  width: 290px;
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: none;
}
@media (min-width: 768px) {
  .showroom-wrap {
    display: flex;
  }
}
.showroom-wrap .showroom-panel {
  width: 100%;
}
.showroom-wrap .showroom-panel .panel-body {
  padding: 1rem 1rem 2rem;
}
.showroom-wrap .showroom-panel .panel-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: left;
}
.showroom-wrap .showroom-panel .panel-header img {
  height: 32px;
  object-fit: contain;
}
.showroom-wrap .showroom-panel .panel-label {
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
}
.showroom-wrap .showroom-panel .panel-value {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-decoration: none;
}
.showroom-wrap .showroom-panel .panel-addr {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 16px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.showroom-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  width: 290px;
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: none;
}
@media (min-width: 768px) {
  .showroom-wrap {
    display: flex;
  }
}
.showroom-wrap .showroom-panel {
  width: 100%;
}
.showroom-wrap .showroom-panel .panel-body {
  padding: 1rem 1rem 2rem;
}
.showroom-wrap .showroom-panel .panel-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: left;
}
.showroom-wrap .showroom-panel .panel-header img {
  height: 32px;
  object-fit: contain;
}
.showroom-wrap .showroom-panel .panel-label {
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
}
.showroom-wrap .showroom-panel .panel-value {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-decoration: none;
}
.showroom-wrap .showroom-panel .panel-addr {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 16px;
}

.wp-block-create-block-visit-our-showroom {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .wp-block-create-block-visit-our-showroom {
    grid-template-columns: 1fr 1fr;
  }
}
.wp-block-create-block-visit-our-showroom:not(.is-full-width) {
  padding: 1rem;
}
.wp-block-create-block-visit-our-showroom .left {
  height: 100%;
  min-width: 50%;
  box-sizing: border-box;
}
.wp-block-create-block-visit-our-showroom .left img {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}
.wp-block-create-block-visit-our-showroom .right {
  height: 100%;
  box-sizing: border-box;
  min-width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  vertical-align: center;
}
.wp-block-create-block-visit-our-showroom .right h3 {
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: normal;
}
.wp-block-create-block-visit-our-showroom .right h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.wp-block-create-block-visit-our-showroom .right p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.wp-block-create-block-visit-our-showroom .right a {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.wp-block-create-block-visit-our-showroom .right img {
  height: 32px;
  width: 216px;
  margin-bottom: 1rem;
}
.wp-block-create-block-visit-our-showroom .right button {
  margin-top: 1rem;
  width: fit-content;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.clearances {
  display: grid;
}
@media (min-width: 768px) {
  .clearances {
    grid-template-columns: 0.25fr 0.75fr;
  }
}
.clearances {
  max-width: 1200px;
  margin: 0 auto;
}
.clearances .left {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  padding: 1rem 1rem 1rem 0;
}
.clearances .left ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: background 0.15s;
  list-style: none;
}
@media (max-width: 768px) {
  .clearances .left ul {
    display: none;
  }
}
.clearances .left ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.clearances .left ul li .ec-stat-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.clearances .left ul li .ec-stat-top .ec-stat-dot {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  flex-shrink: 0;
}
.clearances .left ul li .ec-stat-desc {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.28);
  font-weight: 300;
  line-height: 1.6;
  margin-top: 4px;
}
.clearances .left ul li .ec-stat-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
}
.clearances .left ul li .ec-stat-unit {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  margin-left: 2px;
}
.clearances .left ul li .ec-stat-dir {
  font-size: 0.5rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}
.clearances .section-header {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 768px) {
  .clearances .section-header {
    align-items: start;
  }
}
.clearances .section-header .section-title {
  width: 100%;
}
.clearances .section-header .section-description {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.clearances .ep-legend {
  display: none;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 24px 14px;
  border-top: 0.5px solid #1a1a1a;
}
@media (max-width: 768px) {
  .clearances .ep-legend {
    display: flex;
  }
}
.clearances .ep-lp {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #151515;
  border: 0.5px solid #222;
  cursor: pointer;
  transition: border-color 0.15s;
  font-family: sans-serif;
}
.clearances .ep-lp:hover, .clearances .ep-lp.hi {
  border-color: #444;
  background: #1d1d1d;
}
.clearances .ep-lp span {
  font-size: 10px;
  color: #666;
}
.clearances .ep-lp strong {
  font-size: 10px;
  color: #aaa;
}
.clearances .ep-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}
.clearances .ep-tt {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
  background: #181818;
  border: 0.5px solid #2e2e2e;
  border-radius: 8px;
  padding: 13px 15px;
  width: 200px;
  z-index: 20;
}
.clearances .ep-tt.vis {
  opacity: 1;
}
.clearances .ep-tt .ti {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 3px;
}
.clearances .ep-tt .tn {
  font-size: 13px;
  color: #e0ddd6;
  font-family: sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.clearances .ep-tt .tv {
  font-size: 24px;
  font-weight: 700;
  font-family: sans-serif;
  margin-bottom: 7px;
}
.clearances .ep-tt .td {
  font-size: 11px;
  color: #666;
  font-family: sans-serif;
  line-height: 1.5;
  border-top: 0.5px solid #252525;
  padding-top: 7px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 30;
  display: none;
}
.search-wrapper.active {
  display: block;
}
.search-wrapper .search-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1rem;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 640px;
  width: 100%;
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  z-index: 9999;
  background-color: #131313;
  margin-top: var(--wp-admin--admin-bar--height, 0px);
  color: black;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  padding: 1rem;
  flex-direction: column;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sidebar.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.sidebar .sidebar-header {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 64px;
}
.sidebar .sidebar-header h2:empty {
  display: none;
}
.sidebar .sidebar-header img[src=""], .sidebar .sidebar-header img:not([src]) {
  display: none;
}
.sidebar .sidebar-header img {
  height: 48px;
}
.sidebar .sidebar-body {
  width: 100%;
  flex: 1;
  overflow-y: scroll;
  padding: 1rem;
  box-sizing: border-box;
}
.sidebar .sidebar-body ul {
  list-style: none;
}
.sidebar .sidebar-footer {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 1rem;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1rem;
}
.sidebar .sidebar-footer button {
  width: 100%;
}
.sidebar .sidebar-footer:empty {
  display: none;
}
.sidebar .sidebar-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.sidebar-overlay, .darken-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 25;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sidebar-overlay.active, .darken-overlay.active {
  opacity: 1;
  pointer-events: all;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.fireplace-archive .archive-pagination .page-numbers, .ember-input-pill, textarea, select, input[type=number], input {
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background-color 0.2s;
}
.fireplace-archive .archive-pagination .page-numbers::placeholder, .ember-input-pill::placeholder, textarea::placeholder, select::placeholder, input[type=number]::placeholder, input::placeholder {
  color: rgba(255, 255, 255, 0.22);
}
.fireplace-archive .archive-pagination .page-numbers:hover, .ember-input-pill:hover, textarea:hover, select:hover, input:hover {
  border-color: rgba(255, 255, 255, 0.18);
}
.fireplace-archive .archive-pagination .page-numbers:focus, .ember-input-pill:focus, textarea:focus, select:focus, input:focus {
  border-color: #F07C20;
  background-color: #272727;
}
.fireplace-archive .archive-pagination .page-numbers:disabled, .ember-input-pill:disabled, textarea:disabled, select:disabled, input:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

input {
  height: 44px;
  padding: 0 0.875rem;
  border-radius: 4px;
  display: block;
}
input.is-error {
  border-color: #c0392b;
}
input.is-success {
  border-color: #27ae60;
}

input[type=number] {
  height: 44px;
  padding: 0 0.875rem;
  border-radius: 4px;
  display: block;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 0.2;
}

select {
  height: 44px;
  padding: 0 2.25rem 0 0.875rem;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.25)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
}
select option {
  background-color: #222;
  color: rgba(255, 255, 255, 0.75);
}

textarea {
  padding: 0.75rem 0.875rem;
  border-radius: 4px;
  resize: vertical;
  min-height: 110px;
  line-height: 1.7;
  display: block;
}

.ember-input-pill {
  height: 48px;
  padding: 0 1rem;
  border-radius: 9999px;
  display: block;
}

.fireplace-archive {
  box-sizing: border-box;
}
.fireplace-archive .products {
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .fireplace-archive .products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .fireplace-archive .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fireplace-archive .products-filter-bar {
  scroll-margin-top: 96px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  flex-wrap: wrap;
}
.fireplace-archive .products-filter-bar div {
  flex-wrap: wrap;
}
.fireplace-archive .products-filter-bar #sort-by {
  width: fit-content;
}
.fireplace-archive .products-filter-bar span {
  margin-top: 1rem;
}
.fireplace-archive h1 {
  color: white;
  display: inline-flex;
  align-items: center;
}
.fireplace-archive .fireplaces-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.fireplace-archive .brand-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 50dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1e1e1e;
}
.fireplace-archive .brand-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 100%);
}
.fireplace-archive .brand-hero .brand-hero__content {
  position: relative;
  z-index: 1;
}
.fireplace-archive .brand-hero .brand-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 50dvh;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.fireplace-archive .brand-hero .brand-hero-inner .brand-logo {
  margin-bottom: 1rem;
}
.fireplace-archive .brand-hero .brand-hero-inner .brand-logo img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: auto;
  width: 256px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}
.fireplace-archive .brand-hero .brand-hero-inner h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.fireplace-archive .brand-hero .brand-hero-inner .brand-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
  max-width: 480px;
}
.fireplace-archive .archive-pagination {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 2rem 0;
  justify-content: center;
  overflow-x: hidden;
}
.fireplace-archive .archive-pagination .page-numbers {
  height: 44px;
  padding: 0 1rem 0 1rem;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
  text-decoration: none;
}
.fireplace-archive .archive-pagination .page-numbers.current {
  border-color: #F07C20;
  color: #1e1e1e;
  background: #F07C20;
}
.fireplace-archive .archive-pagination .page-numbers.prev, .fireplace-archive .archive-pagination .page-numbers.next {
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: white;
  border-color: transparent !important;
  background-color: transparent !important;
}
.fireplace-archive .archive-pagination .page-numbers.prev:hover, .fireplace-archive .archive-pagination .page-numbers.next:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
}
.fireplace-archive .archive-pagination .page-numbers.dots {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ember-breadcrumbs {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 1ch;
  width: 100%;
}
.ember-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 1ch;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .ember-breadcrumbs a {
    font-size: 1rem;
  }
}
.ember-breadcrumbs span {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .ember-breadcrumbs span {
    font-size: 1rem;
  }
}
.ember-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.ember-breadcrumbs li:first-child {
  font-weight: normal;
  color: white !important;
}
.ember-breadcrumbs li:not(:last-child) * {
  color: white;
}
.ember-breadcrumbs li:last-child {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.85);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ModelExplorer {
  display: none;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .ModelExplorer {
    margin: calc(3rem + var(--wp-admin--admin-bar--height)) 3rem 3rem;
  }
}
.ModelExplorer .ModelExplorerCloseButton {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.ModelExplorer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #131313;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  overflow: clip;
}
.ModelExplorer .menu .header h2 {
  font-size: 2.5rem;
  font-weight: normal;
  color: white;
}
.ModelExplorer:not(.clearances-active) .ep-tt {
  display: none !important;
}
.ModelExplorer .model {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}
.ModelExplorer .model .toggles {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.ModelExplorer .model canvas {
  display: block;
  width: 100%;
  height: auto;
}
.ModelExplorer .model .ep-tt {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
  background: #181818;
  border: 0.5px solid #2e2e2e;
  border-radius: 8px;
  padding: 13px 15px;
  width: 200px;
  z-index: 20;
}
.ModelExplorer .model .ep-tt.vis {
  opacity: 1;
}
.ModelExplorer .model .ep-tt .ti {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 3px;
}
.ModelExplorer .model .ep-tt .tn {
  font-size: 13px;
  color: #e0ddd6;
  font-family: sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.ModelExplorer .model .ep-tt .tv {
  font-size: 24px;
  font-weight: 700;
  font-family: sans-serif;
  margin-bottom: 7px;
}
.ModelExplorer .model .ep-tt .td {
  font-size: 11px;
  color: #666;
  font-family: sans-serif;
  line-height: 1.5;
  border-top: 0.5px solid #252525;
  padding-top: 7px;
}
.ModelExplorer .price {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}
.ModelExplorer .currency {
  font-size: 1.5rem;
  padding-right: 0.5ch;
}
.ModelExplorer .menu {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #1e1e1e;
}
.ModelExplorer .menu .body {
  flex: 1;
}
.ModelExplorer .menu .footer, .ModelExplorer .menu .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

input, input[type=number], select, textarea, .ember-input-pill, .fireplace-archive .archive-pagination .page-numbers {
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background-color 0.2s;
}
input::placeholder, input[type=number]::placeholder, select::placeholder, textarea::placeholder, .ember-input-pill::placeholder, .fireplace-archive .archive-pagination .page-numbers::placeholder {
  color: rgba(255, 255, 255, 0.22);
}
input:hover, select:hover, textarea:hover, .ember-input-pill:hover, .fireplace-archive .archive-pagination .page-numbers:hover {
  border-color: rgba(255, 255, 255, 0.18);
}
input:focus, select:focus, textarea:focus, .ember-input-pill:focus, .fireplace-archive .archive-pagination .page-numbers:focus {
  border-color: #F07C20;
  background-color: #272727;
}
input:disabled, select:disabled, textarea:disabled, .ember-input-pill:disabled, .fireplace-archive .archive-pagination .page-numbers:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

input {
  height: 44px;
  padding: 0 0.875rem;
  border-radius: 4px;
  display: block;
}
input.is-error {
  border-color: #c0392b;
}
input.is-success {
  border-color: #27ae60;
}

input[type=number] {
  height: 44px;
  padding: 0 0.875rem;
  border-radius: 4px;
  display: block;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 0.2;
}

select {
  height: 44px;
  padding: 0 2.25rem 0 0.875rem;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.25)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
}
select option {
  background-color: #222;
  color: rgba(255, 255, 255, 0.75);
}

textarea {
  padding: 0.75rem 0.875rem;
  border-radius: 4px;
  resize: vertical;
  min-height: 110px;
  line-height: 1.7;
  display: block;
}

.ember-input-pill {
  height: 48px;
  padding: 0 1rem;
  border-radius: 9999px;
  display: block;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.template-fireplace-brands .brands {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 1rem;
}
@media (min-width: 768px) {
  .template-fireplace-brands .brands {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .template-fireplace-brands .brands {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.template-fireplace-brands .brands li {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: border-color 0.2s;
}
.template-fireplace-brands .brands li:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #1e1e1e;
}
.template-fireplace-brands .brands li:hover button {
  color: #F07C20;
  border-color: #F07C20;
}
.template-fireplace-brands .brands li:hover button i, .template-fireplace-brands .brands li:hover button svg {
  stroke: #F07C20;
}
.template-fireplace-brands .brands li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.template-fireplace-brands .brands .brand-cover-wrap {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.template-fireplace-brands .brands .brand-cover-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
}
.template-fireplace-brands .brands .brand-cover-wrap .brand-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.template-fireplace-brands .brands .brand-cover-wrap .brand-logo {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}
.template-fireplace-brands .brands .brand-cover-wrap .brand-logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}
.template-fireplace-brands .brands .brand-footer {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.template-fireplace-brands .brands .brand-footer .brand-name {
  font-size: 1.1rem;
  font-weight: 400;
  color: white;
  letter-spacing: 0.5px;
}
.template-fireplace-brands .brands .brand-footer .brand-description {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  line-height: 1.7;
  flex: 1;
}
.template-fireplace-brands .brands .brand-footer .brand-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.template-fireplace-brands .brands .brand-footer .brand-cta button {
  font-size: 0.7rem;
  letter-spacing: 2px;
  padding: 8px 16px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.template-fireplace-types .types {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  gap: 1rem;
}
@media (min-width: 768px) {
  .template-fireplace-types .types {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .template-fireplace-types .types {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.template-fireplace-types .types li {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: border-color 0.2s;
}
.template-fireplace-types .types li a {
  text-decoration: none;
  display: flex;
  height: 100%;
  padding: 1.25rem 1.5rem 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.template-fireplace-types .types li:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #1e1e1e;
}
.template-fireplace-types .types li:hover button {
  color: #F07C20;
  border-color: #F07C20;
}
.template-fireplace-types .types li:hover button i, .template-fireplace-types .types li:hover button svg {
  stroke: #F07C20;
}
.template-fireplace-types .types li .type-name {
  font-size: 1.1rem;
  font-weight: 400;
  color: white;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
}
.template-fireplace-types .types li .type-description {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  line-height: 1.7;
  flex: 1;
}
.template-fireplace-types .types li .brand-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.template-fireplace-types .types li .brand-cta button {
  font-size: 0.7rem;
  letter-spacing: 2px;
  padding: 8px 16px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ember-footer {
  display: flex;
  flex-direction: column;
  background-color: #0d0d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.ember-footer .ember-footer__main {
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .ember-footer .ember-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .ember-footer .ember-footer__main {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding: 2rem 1rem;
  }
}
.ember-footer .ember-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ember-footer .ember-footer__brand .logo img {
  height: 48px;
  width: auto;
}
.ember-footer .ember-footer__brand p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.8;
  font-weight: 300;
  max-width: 260px;
}
.ember-footer .ember-footer__showroom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.ember-footer .ember-footer__showroom img {
  max-height: 32px;
  width: auto;
  object-fit: contain;
  align-self: start;
}
.ember-footer .ember-footer__showroom .label {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
}
.ember-footer .ember-footer__showroom address {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
}
.ember-footer .ember-footer__showroom a {
  font-size: 0.95rem;
  color: #F07C20;
  text-decoration: none;
}
.ember-footer .ember-footer__showroom a:hover {
  color: white;
}
.ember-footer .ember-footer__showroom button {
  margin-top: 0.5rem;
  width: fit-content;
}
.ember-footer .ember-footer__col {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.ember-footer .ember-footer__col h4 {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.ember-footer .ember-footer__col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ember-footer .ember-footer__col ul li {
  list-style: none;
}
.ember-footer .ember-footer__col ul li a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 300;
}
.ember-footer .ember-footer__col ul li a:hover {
  color: white;
}
.ember-footer .ember-footer__col .ember-footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ember-footer .ember-footer__col .ember-footer__links li {
  list-style: none;
}
.ember-footer .ember-footer__col .ember-footer__links li a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 300;
}
.ember-footer .ember-footer__col .ember-footer__links li a:hover {
  color: white;
}
.ember-footer .ember-footer__bottom {
  background-color: #131313;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  width: 100%;
}
.ember-footer .ember-footer__bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ember-footer .ember-footer__bottom-inner {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
.ember-footer .ember-footer__bottom-inner p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.ember-footer .ember-footer__bottom-inner span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.ember-footer .ember-footer__bottom-inner span a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.ember-footer .ember-footer__bottom-inner span a:hover {
  color: white;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.cart-item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cart-item.has-bundles {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.cart-item.has-bundles .cart-item-img-wrap::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #F07C20;
}
.cart-item-img-wrap {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  height: 56px;
  width: 56px;
}
.cart-item-img-wrap img {
  width: 100%;
  height: 100%;
}
.cart-item-img {
  width: 56px;
  height: 56px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  object-fit: cover;
}
.cart-item .price-was {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
}
.cart-item .price-sale {
  color: #F07C20;
  font-size: 0.875rem;
}
.cart-item .price {
  font-size: 0.75rem;
}
.cart-item .badge-sale {
  font-size: 11px;
}
.cart-item .secondary {
  margin-left: auto;
}
.cart-item .sale-description {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  padding: 6px 0;
}

.cart-item-bundle {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.cart-item-bundle-heading {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem;
  background: #F07C20;
  color: #1e1e1e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cart-item-bundle-heading svg, .cart-item-bundle-heading i {
  stroke: #1e1e1e;
  width: 1rem;
  height: 1rem;
  margin-right: 1ch;
}
.cart-item-bundle-inner {
  padding: 12px;
  border: none;
}
.cart-item-bundle-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.5rem;
}
.cart-item-bundle-slots {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-item-bundle-slot-heading {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 0.5rem;
}

a[href="#document-showCart"] {
  position: relative;
}
a[href="#document-showCart"][data-count="0"]::after {
  display: none;
}
a[href="#document-showCart"]::after {
  content: attr(data-count);
  position: absolute;
  top: -14px;
  right: -14px;
  background: #F07C20;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-cart .cart-items {
  list-style: none;
  width: 100%;
}

.template-checkout {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .template-checkout {
    padding: 1rem;
  }
}
.template-checkout h1 {
  color: white;
  margin-bottom: 1rem;
}
.template-checkout .checkout-item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.cart-item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cart-item.has-bundles {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.cart-item.has-bundles .cart-item-img-wrap::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #F07C20;
}
.cart-item-img-wrap {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  height: 56px;
  width: 56px;
}
.cart-item-img-wrap img {
  width: 100%;
  height: 100%;
}
.cart-item-img {
  width: 56px;
  height: 56px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  object-fit: cover;
}
.cart-item .price-was {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
}
.cart-item .price-sale {
  color: #F07C20;
  font-size: 0.875rem;
}
.cart-item .price {
  font-size: 0.75rem;
}
.cart-item .badge-sale {
  font-size: 11px;
}
.cart-item .secondary {
  margin-left: auto;
}
.cart-item .sale-description {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  padding: 6px 0;
}

.cart-item-bundle {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.cart-item-bundle-heading {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem;
  background: #F07C20;
  color: #1e1e1e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.cart-item-bundle-heading svg, .cart-item-bundle-heading i {
  stroke: #1e1e1e;
  width: 1rem;
  height: 1rem;
  margin-right: 1ch;
}
.cart-item-bundle-inner {
  padding: 12px;
  border: none;
}
.cart-item-bundle-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.5rem;
}
.cart-item-bundle-slots {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-item-bundle-slot-heading {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 0.5rem;
}

.Checkout .CheckoutLeft {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
@media (min-width: 720px) {
  .Checkout .CheckoutLeft {
    grid-template-columns: 0.75fr 0.25fr;
  }
}
.Checkout .CheckoutStep {
  display: none;
}
.Checkout.step-1 .CheckoutStep-1 {
  display: block;
}
.Checkout.step-2 .CheckoutStep-2, .Checkout.step-3 .CheckoutStep-3 {
  display: block;
}
.Checkout .CheckoutStepBar {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/-1;
  gap: 0;
  margin-bottom: 2rem;
}
.Checkout .CheckoutStepBar .step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.Checkout .CheckoutStepBar .step.active, .Checkout .CheckoutStepBar .step.done {
  color: #F07C20;
  font-weight: 500;
}
.Checkout .CheckoutStepBar .step-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
}
.Checkout .CheckoutStepBar .step.active .step-circle, .Checkout .CheckoutStepBar .step.done .step-circle {
  background: #1e1e1e;
}
.Checkout .CheckoutStepBar .step-line {
  width: 60px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.07);
  margin: 0 4px;
}
.Checkout .CheckoutStepBar .step-line.done {
  background: #F07C20;
}
.Checkout .CheckoutCart .cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}
.Checkout .CheckoutCart .cart-footer a {
  color: #F07C20;
  text-decoration: none;
}
.Checkout .CheckoutOrderSummery {
  background: #1e1e1e;
  border-radius: 1rem;
  padding: 1.25rem;
  color: #fff;
  height: fit-content;
  position: sticky;
  top: 144px;
}
.Checkout .CheckoutOrderSummery .summary-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.Checkout .CheckoutOrderSummery .summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}
.Checkout .CheckoutOrderSummery .summary-row span:last-child {
  color: #fff;
  font-weight: 500;
}
.Checkout .CheckoutOrderSummery .summary-row.summary-savings span:last-child {
  color: #F07C20;
}
.Checkout .CheckoutOrderSummery .summary-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 12px 0;
}
.Checkout .CheckoutOrderSummery .summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.Field:not(.required) .required, .ComboBox:not(.required) .required, .CheckBox:not(.required) .required {
  display: none;
}
.Field .required, .ComboBox .required, .CheckBox .required {
  color: #F07C20;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.FormGroup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid transparent;
}
.FormGroup legend {
  display: block;
  width: 100%;
  font-weight: 600;
  color: whitesmoke;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 1rem;
  padding: 0 0 0.25rem;
}
.FormGroup + .FormGroup {
  margin-top: 2rem;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.Checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.Checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.Checkbox .ember-checkbox-box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #222;
  transition: border-color 0.2s, background-color 0.2s;
  margin-top: 2px;
  position: relative;
}
.Checkbox:hover .ember-checkbox-box {
  border-color: rgba(255, 255, 255, 0.18);
}
.Checkbox input:focus-visible ~ .ember-checkbox-box {
  border-color: #F07C20;
  box-shadow: 0 0 0 2px rgba(240, 124, 32, 0.25);
}
.Checkbox input:checked ~ .ember-checkbox-box {
  background-color: #F07C20;
  border-color: #F07C20;
}
.Checkbox input:checked ~ .ember-checkbox-box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: 1.75px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.Checkbox input:disabled ~ .ember-checkbox-box,
.Checkbox input:disabled ~ .ember-checkbox-label {
  opacity: 0.35;
  cursor: not-allowed;
}
.Checkbox.is-error .ember-checkbox-box {
  border-color: #c0392b;
}
.Checkbox.is-error input:checked ~ .ember-checkbox-box {
  background-color: #c0392b;
  border-color: #c0392b;
}

.ember-checkbox-label {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}
.ember-checkbox-label a {
  color: #F07C20;
  text-decoration: none;
}
.ember-checkbox-label a:hover {
  text-decoration: underline;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ComboBox {
  position: relative;
}
.ComboBox.active .ComboBoxDropdown {
  opacity: 1;
  pointer-events: all;
}
.ComboBox .ComboBoxSelected {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.ComboBox .ComboBoxSelected:empty {
  display: none;
}
.ComboBox .ComboBoxTag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  background: #F07C20;
  color: #1e1e1e;
  border-radius: 4px;
  font-size: 0.85em;
}
.ComboBox .ComboBoxTag button {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  opacity: 0.75;
  line-height: 1;
}
.ComboBox .ComboBoxTag button:hover {
  opacity: 1;
}
.ComboBox .ComboBoxTag button .lucide-x {
  width: 12px;
  height: 12px;
}
.ComboBox .ComboBoxInputWrap {
  position: relative;
}
.ComboBox .ComboBoxDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  max-height: 240px;
  overflow-y: auto;
}
.ComboBox .ComboBoxDropdown .ComboBoxOption {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: 0.5rem;
  gap: 1ch;
}
.ComboBox .ComboBoxDropdown .ComboBoxOption .lucide-square {
  display: block;
}
.ComboBox .ComboBoxDropdown .ComboBoxOption .lucide-square-check {
  display: none;
}
.ComboBox .ComboBoxDropdown .ComboBoxOption:hover {
  background: rgb(55.5, 55.5, 55.5);
}
.ComboBox .ComboBoxDropdown .ComboBoxOption.selected .lucide-square {
  display: none;
}
.ComboBox .ComboBoxDropdown .ComboBoxOption.selected .lucide-square-check {
  display: block;
}
.ComboBox .ComboBoxDropdown .ComboBoxOption.highlighted {
  background: #F07C20;
  color: #1e1e1e;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ember-page .ember-page__section + .ember-page__section, .ember-page .ember-page__section + .wp-block-ember-fireplaces-section, .ember-page .wp-block-ember-fireplaces-section + .ember-page__section, .ember-page .wp-block-ember-fireplaces-section + .wp-block-ember-fireplaces-section {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.ember-page .ember-page__section:first-child, .ember-page .wp-block-ember-fireplaces-section:first-child {
  border-top-color: transparent !important;
}
.ember-page .ember-page__section:first-child .ember-page__section-inner, .ember-page .wp-block-ember-fireplaces-section:first-child .ember-page__section-inner {
  padding-top: 2rem;
}
.ember-page .ember-page__section:last-child .ember-page__section-inner, .ember-page .wp-block-ember-fireplaces-section:last-child .ember-page__section-inner {
  padding-bottom: 2rem;
}
.ember-page .ember-page__section:not(:first-child):not(:last-child) .ember-page__section-inner, .ember-page .wp-block-ember-fireplaces-section:not(:first-child):not(:last-child) .ember-page__section-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ember-page .ember-page__section .ember-page__section-inner, .ember-page .wp-block-ember-fireplaces-section .ember-page__section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .ember-page .ember-page__section .ember-page__section-inner, .ember-page .wp-block-ember-fireplaces-section .ember-page__section-inner {
    padding: 1rem;
  }
}
.ember-page .ember-page__section .ember-page__section-title, .ember-page .wp-block-ember-fireplaces-section .ember-page__section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .ember-page .ember-page__section .ember-page__section-title, .ember-page .wp-block-ember-fireplaces-section .ember-page__section-title {
    font-size: 1.5rem;
  }
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.ember-home-page-hero {
  height: 100dvh;
}
@media (min-width: 768px) {
  .ember-home-page-hero {
    height: calc(50dvh + 72px);
  }
}
.ember-home-page-hero {
  background-image: url("http://ignite-fireplaces.local/wp-content/uploads/2026/04/rosewood-1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.ember-home-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.ember-home-page-hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ember-home-page-hero .hero-content .hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #F07C20;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}
.ember-home-page-hero .hero-content h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.ember-home-page-hero .hero-content .hero-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  max-width: 360px;
  margin-bottom: 32px;
  font-weight: normal;
}
.ember-home-page-hero .hero-content .hero-actions {
  display: flex;
  gap: 12px;
}
.ember-home-page-hero .hero-cats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.72);
  height: 108px;
  z-index: 1;
  width: 100%;
  border-top: 0.5px solid rgba(255, 255, 255, 0.07);
}
.ember-home-page-hero .hero-cats .hero-brands-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 1px;
  height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: center;
}
.ember-home-page-hero .hero-cats .hero-brands-inner::-webkit-scrollbar {
  display: none;
}
.ember-home-page-hero .hero-cat {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  transition: background 0.15s, border-top-color 0.15s;
  gap: 5px;
  text-decoration: none;
}
.ember-home-page-hero .hero-cat img {
  width: 165px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}
.ember-home-page-hero .hero-cat:hover {
  background: rgba(240, 124, 32, 0.15);
  border-top-color: #F07C20;
}
.ember-home-page-hero .hero-cat:hover i, .ember-home-page-hero .hero-cat:hover svg {
  stroke: #F07C20;
  color: #F07C20;
}
.ember-home-page-hero .hero-cat:hover .hero-cat__name {
  color: #F07C20;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) #1a1a1a;
}

.carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.carousel__btn:hover {
  background: #F07C20;
  border-color: #F07C20;
}
.carousel__btn--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.carousel ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: scroll;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carousel ul::-webkit-scrollbar {
  display: none;
}
.carousel ul li {
  scroll-snap-align: start;
  flex-shrink: 0;
  background-color: #1e1e1e;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  max-width: 185px;
}
.carousel ul li:hover {
  border-color: rgba(255, 255, 255, 0.07);
}
.carousel ul li:hover a {
  text-decoration: underline;
}
.carousel ul li a {
  text-decoration: none;
  text-align: center;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.45);
}
.carousel ul img {
  margin-bottom: 0.5rem;
  width: 125px;
  height: 125px;
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  width: 100%;
  background: rgb(19, 19, 19);
}

ul, ol {
  list-style-position: inside;
}

.type-indicator {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 1ch;
}

.type-indicator-pill {
  width: fit-content;
  height: 1em;
  border-radius: 0.25rem;
}

.file-icon {
  width: 36px;
  height: 44px;
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  border-bottom: 2px solid var(--file-color);
}
.file-icon__ext {
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--file-color);
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
