/** Shopify CDN: Minification failed

Line 36:20 Expected ":"

**/
/* =========================================================
   THE COMMERCE COLLECTIVE — theme.css
   Step 1: Foundation (tokens, resets, global typography)
   Each later step will ADD a new block to the bottom of this
   file — one block per section. Don't delete earlier blocks.
   ========================================================= */

:root{
  --cream:#F8EFE4;
  --cream-deep:#F2E2CF;
  --ink:#171414;
  --pink:#E81C7B;
  --pink-soft:#F9C6DC;
  --pink-pale:#FDEAF2;
  --paper:#EFE6D6;
  --text-muted:#5B5450;
  --radius:22px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit;}
ul{list-style:none;m