.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;
  }
}
.main-image {
  margin: auto;
  object-fit: inherit !important;
  width: auto;
  aspect-ratio: 1 / 1;
}
@media (max-width: 480px) {
  .action-buttons {
    position: relative;
  }
  .action-buttons .sh-add-to-bag-button {
    width: calc(50% - 6px) !important;
    align-self: start !important;
    position: absolute !important;
    bottom: 0px !important;
  }
  .action-buttons .sh-buy-now-button {
    align-self: end !important;
    width: calc(50% - 6px) !important;
  }
}
