:root {
  --gold: #dfa961;
  --black: rgba(0, 0, 0, .2);
  --firebrick: #ab2a27;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #111;
  height: 100vh;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #fff;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: var(--gold);
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a:focus {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
}

a:visited {
  color: #fff;
}

li {
  text-transform: capitalize;
  padding-bottom: 8px;
  font-family: Libre Baskerville, sans-serif;
  font-style: normal;
}

.tagline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Courier Prime, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.text-emphasis {
  color: #dfa961;
}

.italicized {
  font-style: italic;
  font-weight: 400;
}

.button-prim {
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #ac2927;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
  box-shadow: 0 20px 45px -13px #000;
}

.button-prim:hover {
  background-color: var(--gold);
  color: #000;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  margin-top: 24px;
  font-family: Courier Prime, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.list-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.old {
  background-color: #1e1e1e;
  border-top: 1px #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-content {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 24px;
  font-weight: 600;
}

.footer-social {
  align-self: center;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  width: 64px;
  height: 64px;
}

.section-content {
  flex-direction: column;
  padding: 32px 44px;
  display: flex;
}

.section-content.location {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: flex-start;
  margin-left: 32px;
  margin-right: 32px;
}

.section {
  z-index: 1;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: -1035px;
}

.section.hero {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.section.location {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/cob-location-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.shop {
  border-bottom-style: none;
  margin-bottom: 44px;
}

.section.highlights {
  display: block;
}

.img-fit {
  object-fit: cover;
  border-top: 1px #000;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  background-color: #111;
  border: 1px #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.nav-link:hover {
  border: 1px none var(--gold);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  text-decoration: none;
}

.nav-link:active {
  color: var(--gold);
}

.nav-link:focus-visible {
  border-bottom: 1px solid var(--gold);
  border-radius: 5px;
}

.nav-link[data-wf-focus-visible] {
  border-bottom: 1px solid var(--gold);
  border-radius: 5px;
}

.nav-link.w--current {
  border-top: 3px none var(--gold);
  border-bottom: 2px none var(--gold);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.nav-link.w--current:hover {
  border: 1px #000;
  text-decoration: none;
}

.brand {
  padding-top: 6px;
}

.brand:focus {
  border-bottom-style: none;
}

.brand:focus-visible {
  border-bottom-style: none;
}

.brand[data-wf-focus-visible] {
  border-bottom-style: none;
}

.brand.w--current {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-right: 40px;
  padding-top: 0;
  display: flex;
}

.catalog {
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
}

.button-link:hover {
  text-decoration: none;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.nav-wrap {
  flex-wrap: nowrap;
  width: 50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.hero-heading {
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 50px;
}

.search {
  align-items: center;
  max-width: 250px;
  display: flex;
}

.shopping-bag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 50px;
  display: flex;
}

.banner-nav {
  background-color: #000;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  display: flex;
  overflow: hidden;
}

.alert-text {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.branding-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
  / 1.5fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.image {
  display: block;
}

.hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 2px solid var(--gold);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.logo {
  object-fit: fill;
  width: auto;
  max-width: 450px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  margin-left: 66px;
  display: flex;
}

.gold-emphasis {
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
  text-transform: none;
}

.product-highlight-heading {
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--gold);
  text-transform: none;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.category-menu-wrapper {
  margin-bottom: 46px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 1px #fff;
  border-top: 2px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-upper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/cob-location-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 86px;
  padding-bottom: 86px;
  display: flex;
}

.col-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: static;
}

.footer-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .65);
  border: 2px #fff;
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.logo-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--gold);
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-bottom: 8px;
  display: flex;
}

.about-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 0px none var(--gold);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.address {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
}

.body-emphasis {
  color: #fff;
  letter-spacing: .05em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-lower {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  background-color: #000;
  border-top: 2px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1441px;
  height: auto;
  padding-top: 86px;
  padding-bottom: 86px;
  display: flex;
}

.copyright {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: .05em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.copyright.mobile {
  display: none;
}

.culture-of-beauty-2023--2024-website-by-harbin-digital-1 {
  color: #fff;
  letter-spacing: .05em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.heading-5 {
  border-left: 2px none var(--gold);
}

.hours-of-operation {
  border-left: 2px solid var(--gold);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.store-hours {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  justify-items: center;
  width: 50%;
  display: grid;
}

.store-hours.footer-hours {
  width: 75%;
}

.store-hours.footer-hours.mobile {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.times {
  padding-bottom: 16px;
}

.business-hours {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.product-spotlight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.product-spotlight.mobile {
  display: none;
}

.marquee-horizontal {
  z-index: 200;
  color: #000;
  background-color: #dfa961;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.secondary-marquees {
  background-color: #fff;
  margin-bottom: 0;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 18px;
  font-weight: 400;
}

.product-highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.product-highlights.product-highlights-mobile {
  display: none;
}

.button-secondary {
  text-align: left;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
  box-shadow: 0 20px 45px -13px #000;
}

.button-secondary:hover {
  background-color: var(--gold);
  color: #000;
  text-decoration: none;
}

.heading-emphasis {
  color: var(--gold);
}

.about-section-h2 {
  letter-spacing: .75px;
}

.body {
  font-family: Courier Prime, Arial, sans-serif;
}

.d-23-scroll-to-top-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.d-23-scroll-to-top-arrow {
  color: #fff;
}

.mobile-header {
  display: none;
}

.footer-nav {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-card {
  display: none;
}

@media screen and (min-width: 1280px) {
  .tagline {
    font-size: 28px;
  }

  .section {
    overflow: hidden;
  }

  .section.location {
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/cob-location-bg.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .navbar {
    z-index: auto;
    position: relative;
    overflow: visible;
  }

  .content-wrap {
    align-items: center;
    display: flex;
  }

  .hero-heading {
    text-transform: none;
    font-size: 45px;
  }

  .banner-nav {
    justify-content: space-between;
  }

  .footer {
    position: relative;
  }

  .footer-col {
    justify-content: center;
    height: 500px;
  }

  .logo-footer {
    border-bottom-width: 0;
    max-width: none;
    height: auto;
  }

  .text {
    color: var(--gold);
    text-align: center;
    background-color: #000;
    width: 250px;
    font-weight: 400;
  }

  .footer-lower {
    border-top-width: 2px;
    max-width: none;
  }

  .copyright, .culture-of-beauty-2023--2024-website-by-harbin-digital-1 {
    font-family: Courier Prime, Arial, sans-serif;
  }

  .store-hours.footer-hours.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .times {
    font-size: 16px;
  }

  .business-hours {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .marquee-horizontal {
    z-index: auto;
  }

  .marquee-horizontal.secondary-marquees {
    background-color: #fff;
    margin-bottom: 0;
  }

  .marquee-text {
    font-weight: 400;
  }

  .product-highlights.product-highlights-mobile {
    display: none;
  }

  .heading-emphasis {
    color: var(--gold);
  }

  .mobile-header {
    display: none;
  }

  .desktop-header {
    overflow: hidden;
  }

  .footer-nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 53px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .button-prim {
    text-align: center;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .list-heading {
    font-size: 14px;
    line-height: 17px;
  }

  .footer-text {
    font-size: 10px;
  }

  .footer-social-icon {
    width: 45px;
    height: 45px;
  }

  .section-content.salon-brands {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/CoB_Model_4.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-content.natural-hair {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CoB_Model_5.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-content.hair-extensions {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/CoB_Model_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-content.hair-tools {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/tool-flatlay.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-content.about {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  }

  .section-content.makeup {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/CoB_Model_6.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .img-fit {
    display: none;
  }

  .brand.w--current {
    justify-content: center;
    width: 66%;
    margin-right: 0;
    padding-top: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--gold);
    color: #000;
  }

  .nav-wrap {
    text-align: left;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding: 32px 24px;
    display: flex;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .search {
    order: 1;
    justify-content: center;
    align-self: auto;
    width: 74%;
  }

  .shopping-bag {
    width: 85%;
    display: none;
  }

  .banner-nav {
    width: 100%;
    display: flex;
  }

  .branding-wrap {
    justify-content: center;
  }

  .hero-wrap {
    border-left-style: none;
    grid-template-columns: 1.75fr;
  }

  .logo {
    width: 90%;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .product-highlight-heading {
    padding-bottom: 4px;
  }

  .category-menu {
    display: none;
  }

  .footer-upper {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cob-location-bg.jpg');
    background-attachment: scroll, scroll;
  }

  .col-wrapper {
    flex-direction: column;
    width: 90%;
  }

  .footer-col {
    height: auto;
  }

  .copyright.mobile, .store-hours {
    display: none;
  }

  .store-hours.footer-hours.mobile, .business-hours {
    text-align: center;
    display: block;
  }

  .product-spotlight {
    display: none;
  }

  .product-spotlight.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-spotlight.mobile.small, .product-spotlight.mobile.x-small, .product-highlights {
    display: none;
  }

  .product-highlights.product-highlights-mobile {
    flex-direction: column;
    display: flex;
  }

  .button-secondary {
    text-align: center;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .mobile-header {
    display: block;
  }

  .desktop-header, .secondary-nav, .tertiary-nav {
    display: flex;
  }

  .html-embed {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .tagline {
    font-size: 24px;
    line-height: 30px;
  }

  .button-prim {
    width: auto;
  }

  .section-content {
    align-items: center;
    width: 100%;
  }

  .section-content.natural-hair {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/CoB_Model_5.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .section-content.hair-extensions {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/CoB_Model_1.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section.hero {
    padding-bottom: 0;
    display: block;
  }

  .section.hidden, .section.location, .section.shop {
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--gold);
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .content-wrap.product-spotlight-wrap {
    flex-direction: column;
  }

  .nav-wrap {
    background-color: #121212;
  }

  .icon {
    color: #fff;
  }

  .hero-heading {
    font-size: 36px;
  }

  .search, .shopping-bag {
    justify-content: center;
  }

  .banner-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-items {
    flex-direction: column;
    display: flex;
  }

  .category-menu-wrapper, .category-menu {
    display: none;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
  }

  .footer-upper {
    order: -1;
    position: static;
  }

  .col-wrapper {
    flex-direction: column;
  }

  .footer-lower {
    flex: 0 auto;
    order: 1;
    align-self: center;
    position: static;
  }

  .copyright.mobile {
    display: none;
  }

  .hours-of-operation {
    border-left-style: none;
  }

  .store-hours.footer-hours.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .business-hours {
    flex-direction: column;
    display: flex;
  }

  .product-spotlight.mobile {
    display: none;
  }

  .product-spotlight.mobile.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
    overflow: hidden;
  }

  .product-highlights {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-secondary {
    width: auto;
  }

  .desktop-header {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 37px;
  }

  .tagline {
    font-size: 16px;
    line-height: 20px;
  }

  .button-prim {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-text {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-social {
    justify-content: space-between;
    width: 100%;
  }

  .section {
    flex-direction: column;
  }

  .section.hero {
    padding-top: 0;
  }

  .section.shop {
    display: flex;
  }

  .brand.w--current {
    width: 80%;
    padding-left: 0;
  }

  .menu-button {
    color: #fff;
  }

  .button-link {
    font-size: 12px;
  }

  .hero-heading {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  .banner-nav {
    padding-left: 17px;
    padding-right: 17px;
  }

  .alert-text {
    font-size: 12px;
  }

  .logo {
    width: 100%;
  }

  .div-block-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .product-highlight-heading {
    text-align: center;
    padding-bottom: 4px;
  }

  .category-menu {
    display: none;
  }

  .footer-col {
    height: auto;
  }

  .footer-lower {
    flex-direction: column;
  }

  .copyright {
    flex-direction: row;
    display: none;
  }

  .copyright.mobile {
    text-align: center;
    display: block;
  }

  .store-hours {
    display: none;
  }

  .store-hours.footer-hours {
    width: 100%;
    display: none;
  }

  .store-hours.footer-hours.mobile {
    display: block;
  }

  .times {
    text-align: center;
  }

  .business-hours {
    display: block;
  }

  .product-spotlight.mobile.small {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .product-spotlight.mobile.x-small {
    flex-direction: column;
    display: flex;
  }

  .product-highlights {
    flex-direction: column;
    display: none;
  }

  .product-highlight-text {
    text-align: center;
  }

  .button-secondary {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

#w-node-de966bc5-26b1-1c92-cb76-72dc4f8dd80f-9c71b2b4, #w-node-_78b4c830-5e28-b343-8ada-7704406f1f0a-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf91f2e9-c5ff-b24e-4436-a6163ae3ab78-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-da5ae823-d969-80dd-1de3-97bcad4aed9d-9c71b2b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_70a84c22-be4a-892e-b1b6-2a7e7023de04-9c71b2b4, #w-node-_70a84c22-be4a-892e-b1b6-2a7e7023de05-9c71b2b4, #w-node-_70a84c22-be4a-892e-b1b6-2a7e7023de06-9c71b2b4, #w-node-_70a84c22-be4a-892e-b1b6-2a7e7023de07-9c71b2b4, #w-node-_70a84c22-be4a-892e-b1b6-2a7e7023de08-9c71b2b4, #w-node-_05c8782f-ae63-02da-b176-d99690cb4023-9c71b2b4, #w-node-_05c8782f-ae63-02da-b176-d99690cb4024-9c71b2b4, #w-node-_05c8782f-ae63-02da-b176-d99690cb4025-9c71b2b4, #w-node-_05c8782f-ae63-02da-b176-d99690cb4026-9c71b2b4, #w-node-_05c8782f-ae63-02da-b176-d99690cb4027-9c71b2b4, #w-node-_6b663c05-4e49-f37c-a83e-92eb69b68fdb-9c71b2b4, #w-node-_6b663c05-4e49-f37c-a83e-92eb69b68fdc-9c71b2b4, #w-node-_6b663c05-4e49-f37c-a83e-92eb69b68fdd-9c71b2b4, #w-node-_6b663c05-4e49-f37c-a83e-92eb69b68fde-9c71b2b4, #w-node-_6b663c05-4e49-f37c-a83e-92eb69b68fdf-9c71b2b4, #w-node-_468aee78-1ead-5646-52ee-ac1c8e117b6a-9c71b2b4, #w-node-_468aee78-1ead-5646-52ee-ac1c8e117b6b-9c71b2b4, #w-node-_468aee78-1ead-5646-52ee-ac1c8e117b6c-9c71b2b4, #w-node-_468aee78-1ead-5646-52ee-ac1c8e117b6d-9c71b2b4, #w-node-_468aee78-1ead-5646-52ee-ac1c8e117b6e-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8417b6-4fbe-92ed-91b5-99fb5e44458e-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_928d376d-5b81-d6db-fbb5-3a9b488a7a06-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_7b743bbc-0e39-e9eb-77c5-1454236bf434-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b492e9e0-bddb-09f4-3ed6-b02acfce79a3-9c71b2b4, #w-node-_93f0ef4f-f935-418a-2903-e858e79b8bad-9c71b2b4, #w-node-a9902952-7e43-888c-1059-0d979833760d-9c71b2b4, #w-node-a7c62f6d-37f0-0db7-4567-1458b7d2601f-9c71b2b4, #w-node-a7c62f6d-37f0-0db7-4567-1458b7d26020-9c71b2b4, #w-node-a7c62f6d-37f0-0db7-4567-1458b7d26021-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6fa5f9-1605-928d-4ac1-c8bb9a92401c-9c71b2b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_201dc015-46c4-05f9-85be-b5038e98b443-9c71b2b4, #w-node-_201dc015-46c4-05f9-85be-b5038e98b444-9c71b2b4, #w-node-_201dc015-46c4-05f9-85be-b5038e98b445-9c71b2b4, #w-node-f95424a4-12c1-9a3a-789f-948fad5dc16d-9c71b2b4, #w-node-f95424a4-12c1-9a3a-789f-948fad5dc16e-9c71b2b4, #w-node-f95424a4-12c1-9a3a-789f-948fad5dc16f-9c71b2b4, #w-node-_9c064f93-befe-a6c6-0c6a-4135eb3ea557-9c71b2b4, #w-node-_9c064f93-befe-a6c6-0c6a-4135eb3ea558-9c71b2b4, #w-node-_9c064f93-befe-a6c6-0c6a-4135eb3ea559-9c71b2b4, #w-node-_0be1c12a-1ad1-e3b9-4b9f-edfb15402eb6-9c71b2b4, #w-node-_0be1c12a-1ad1-e3b9-4b9f-edfb15402eb7-9c71b2b4, #w-node-_0be1c12a-1ad1-e3b9-4b9f-edfb15402eb8-9c71b2b4, #w-node-_10e7dfa7-0039-88ce-ac34-4c1910bc2200-9c71b2b4, #w-node-_10e7dfa7-0039-88ce-ac34-4c1910bc2201-9c71b2b4, #w-node-_10e7dfa7-0039-88ce-ac34-4c1910bc2202-9c71b2b4, #w-node-_60a4542b-3225-9d6f-f2ff-35a5f256726a-9c71b2b4, #w-node-_60a4542b-3225-9d6f-f2ff-35a5f256726b-9c71b2b4, #w-node-_60a4542b-3225-9d6f-f2ff-35a5f256726c-9c71b2b4, #w-node-a14f6155-4583-c8dc-c467-af2aeffb9b08-9c71b2b4, #w-node-a14f6155-4583-c8dc-c467-af2aeffb9b09-9c71b2b4, #w-node-a14f6155-4583-c8dc-c467-af2aeffb9b0a-9c71b2b4, #w-node-a9ae09ae-4027-3286-18f5-6d9a16477c60-9c71b2b4, #w-node-a9ae09ae-4027-3286-18f5-6d9a16477c61-9c71b2b4, #w-node-a9ae09ae-4027-3286-18f5-6d9a16477c62-9c71b2b4, #w-node-_48d6a9da-e470-df8f-80a0-8063111255d5-fc1aad6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a9b916a-5007-1cb0-d22e-936cdb145f65-fc1aad6b {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b599734-cb7d-a78f-bf57-9bc6fc1aad6d-fc1aad6b {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-de966bc5-26b1-1c92-cb76-72dc4f8dd80f-9c71b2b4 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/CourierPrime-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/CourierPrime-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/CourierPrime-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/CourierPrime-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}