:root {
  --hp-section-padding: 10px;
  --mobile-breakpoint: 640px;
}

.hp-section {
  padding: var(--hp-section-padding);
}

.shop-menu-title h4 {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.32px;
  margin: 17px 0;
}

.hp-banner {
  height: 258px;
}
.hp-banner a {
  display: block;
  height: 100%;
}
.hp-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.shop-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
.shop-nav a {
  width: 100%;
  color: #fff;
  line-height: 32px;
  padding-bottom: 10px;
  font-size: 26px;
  background-position: bottom center;
  background-size: cover;
  text-transform: uppercase;
  font-family: Georgia, serif;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  height: 500px;
}
.shop-nav a.nav-item-1 {
  background-image: url(Images/whites.jpeg);
}
.shop-nav a.nav-item-2 {
  background-image: url(Images/reds.jpeg);
}
.shop-nav a.nav-item-3 {
  background-image: url(Images/events.jpeg);
}
.shop-nav a.nav-item-4 {
  background-image: url(Images/collections.jpeg);
}
.shop-nav a.nav-item-5 {
  background-image: url(Images/library.jpeg);
}

.shop-nav a.nav-item-6 {
  background-image: url(Images/gift-cards.jpg);
}

@media (min-width: 640px) {
  .shop-nav a {
    width: calc(33% - 34px);
  }
}/*# sourceMappingURL=hp-cards.css.map */