/**
 * Shopify Child
 */
shopify-context button {
  transition: var(--theme-transition);
}
shopify-context .product-modal {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-block: auto !important;
}
shopify-context .product-card .product-card__details .product-card__title {
  color: var(--theme-heading-color, var(--theme-headings-color));
  font-family: var(--theme-font-family);
  font-size: var(--theme-font-size);
  font-weight: var(--theme-font-weight);
  font-style: var(--theme-font-style, inherit);
  line-height: var(--theme-line-height);
  letter-spacing: var(--theme-letter-spacing);
  text-transform: var(--theme-text-transform);
  -webkit-text-decoration: var(--theme-text-decoration);
  text-decoration: var(--theme-text-decoration);
}/*# sourceMappingURL=shopify.css.map */