:root{
  --brand-green:#0F2E2A;
  --cream:#F6F1E8;
  --body-text:#2C3E3A;
  --sku-primary:#2F8F5B;
  --sku-secondary:#7C9645;
  --sku-accent:#4FA19E;
  --sku-bg:#F6F1E8;
  --header-height:86px;
  --anchor-offset:110px;
}
html{scroll-behavior:smooth;}
[id]{scroll-margin-top:var(--anchor-offset);}


/* Change #22A Ingredient Wrap Cleanup */
.ingredient-name,
.ingredients-table td:first-child,
.ingredient-cell .name{
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
