/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 15:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom_infinite_scroll_products (INDEX:13) */
<style>
    .infinite-scroll-products { display: flex; flex-wrap: wrap; gap: 1.5rem; }
    .infinite-scroll-loader { text-align: center; padding: 2rem; font-size: 1.2rem; }
  </style>
/* END_SECTION:custom_infinite_scroll_products */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-metafield-table (INDEX:85) */
.product-metafield-table {
    margin: 2.4rem 0;
  }

  .product-metafield-table__heading {
    margin: 0 0 1rem;
  }

  .product-metafield-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .product-metafield-table th,
  .product-metafield-table td {
    padding: 0.9rem 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.14);
    text-align: left;
    vertical-align: top;
  }

  .product-metafield-table th {
    width: 45%;
    padding-right: 1.5rem;
    font-weight: 600;
  }

  .product-metafield-table td {
    overflow-wrap: anywhere;
  }
/* END_SNIPPET:product-metafield-table */