.product-card-image {
  object-fit: contain;
}

.logo-title h1 {
  text-transform: uppercase;
  font-family: italiana;
}

@media (max-width: 1024px) {
  .main-header {
    justify-content: space-between;
  }
}
.desktop-nav > div {
  flex-wrap: wrap;
}

.nav-link {
  font-size: 12px;
}
.footer-container {
  background-color: #363933;
  color: #fff;
}
.luxury-footer {
  background-color: #363933;
  color: #fff;
}
.footer-links a {
  color: #fff;
}
.product-card-image {
  object-fit: cover;
}

.category-swiper-slide {
  height: 100% !important;
}

.accordion-links a {
  color: #f4f4f4;
}

.banner-collection-container > div {
  position: absolute;
}
.banner-collection-container .banner-image {
  object-fit: cover;
}
.header-solid {
  background-color: #d2b69e;
}
@media screen and (max-width: 600px) {
  .cat-card-img-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
  }
}
