.phoenix-cr-site {
  --pcr-ink: #171717;
  --pcr-brass: #a8792d;
  --pcr-paper: #f4f1eb;
}

.phoenix-cr-site .pcr-hero,
.phoenix-cr-site .pcr-history {
  color: #fff;
}

.phoenix-cr-site .pcr-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.75rem);
  letter-spacing: .015em;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.phoenix-cr-site .pcr-history h2,
.phoenix-cr-site .pcr-history h3 {
  color: #fff;
}

.phoenix-cr-site .pcr-hero-copy {
  font-size: 1.2rem;
  margin: 0 auto 1.6rem;
  max-width: 760px;
  opacity: .9;
}

.phoenix-cr-site .pcr-eyebrow {
  color: #d4aa65;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .75rem;
}

.phoenix-cr-site .pcr-eyebrow.dark {
  color: var(--pcr-brass);
}

.phoenix-cr-site .pcr-categories .col-inner {
  height: 100%;
}

.phoenix-cr-site .pcr-categories h3 {
  margin-top: .5rem;
}

.phoenix-cr-site .badge-container .badge,
.phoenix-cr-site .out-of-stock-label {
  border-radius: 0;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.phoenix-cr-site .product-small .box-image {
  background: #f5f5f3;
}

.phoenix-cr-site .product-small .box-text {
  padding-bottom: 1.25rem;
}

.phoenix-cr-site .shop-sidebar .widget,
.phoenix-cr-site #shop-sidebar .widget {
  border-bottom: 1px solid #dedbd4;
  margin-bottom: 1.4rem;
  padding-bottom: 1.2rem;
}

.phoenix-cr-site .shop-sidebar .widget-title,
.phoenix-cr-site #shop-sidebar .widget-title {
  color: var(--pcr-ink);
  display: block;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

.phoenix-cr-site .woocommerce-widget-layered-nav-list__item,
.phoenix-cr-site .product-categories li {
  font-size: .95rem;
}

@media (max-width: 549px) {
  .phoenix-cr-site .pcr-hero {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
}
