:root {
  --header-main: #fdf3df;
}
.heading {
  text-align: center;
}

.section-heading {
  text-align: center;
}

.shop-all-link {
  display: none;
}

.product-card-image {
  object-fit: contain;
}

.logo-title h1 {
  text-transform: uppercase;
  font-family: italiana;
}

.main-header {
  justify-content: center !important;
}
@media (max-width: 1024px) {
  .main-header {
    justify-content: space-between !important;
  }
}
.banner .banner-root {
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.heading-title {
  font-size: 2.2rem !important;
  color: #1845d9 !important;
  margin-top: 20px !important;
}
.heading-description {
  margin-top: 12px !important;
}
.page-container {
  max-width: 100% !important;
}
