/** Shopify CDN: Minification failed

Line 16:0 Unexpected "}"
Line 21:45 Expected "}" to go with "{"

**/
.restock-notice__card{
  max-width: auto;
  margin:1.5rem auto;
  padding: 2.4rem 2.6rem;
  border-radius: 1rem;
  background-color: rgb(var(--color-background));
  text-align:left;
  box-shadow: 0 1px 2px rgb(var(--color-foreground), .05);
}
}
.restock-notice__heading{ margin:0 0 .25rem; font-weight:400; }
.restock-notice__msg{ margin:.25rem 0; font-weight:500;}
.restock-notice__date{ margin:.25rem 0 0; font-weight:400; color: rgb(200, 0, 35);}
@media (max-width:640px){
  .restock-notice__card{ margin:1rem .5rem; }