.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;
  }
}
@media (min-width: 580px) {
  .main-header {
    justify-content: center !important;
  }
  .collection-header .heading-title {
    font-size: 24px !important;
  }
  .sh-ge-collect-699542a5dd56535b8a74ea1e .heading-title {
    padding: 0px 36px !important;
  }
  .sh-ge-collect-6995472ff5b3193cd1d69bfe {
    padding: 0px 36px !important;
  }
  .sh-ge-collect-6995472ff5b3193cd1d69bfe .heading {
    text-align: center !important;
  }
  .sh-ge-collect-6995472ff5b3193cd1d69bfe .heading .heading-title {
    font-size: 24px !important;
  }
}
.page-container:has(.hero-banner) {
  max-width: none !important;
}
.banner-root:has(.hero-banner) {
  padding: 0px !important;
}
.hero-banner .banner-collection {
  max-width: none !important;
}
.collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-header .heading {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 54%;
}
.shop-all-link {
  padding: 5px 16px;
  background: #004ca4;
  color: #fff;
  border-radius: 4px;
  text-decoration: underline;
}
@media (max-width=480px) {
  .collection-header .heading {
    width: fit-content !important;
  }
  .sh-ge-collect-6995472ff5b3193cd1d69bfe .heading {
    padding-left: 16px;
  }
  .sh-ge-collect-699542a5dd56535b8a74ea1e .heading {
    padding-left: 16px;
  }
}
