/** Shopify CDN: Minification failed

Line 50:1 Expected "}" to go with "{"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}


.quick-add__submit {
  position: absolute;
  top: -200px; 
  left: 5%;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
} 
.card:hover .quick-add__submit {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
@media (hover: none) {
  .quick-add__submit {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
}