/* =====================================================================
   CreaWell — PREMIUM OVERRIDE LAYER
   Loaded AFTER the live "Wonder" theme CSS. Everything here re-shapes the
   real store toward premium. Each rule = a change the dev applies to the
   theme's custom.css / settings. Keep it surgical and commented.
   ===================================================================== */
:root{
  /* premium tokens we will roll out */
  --cw-bone:#F2ECE0; --cw-cream:#FBF7EF; --cw-ink:#211E18;
  --cw-navy:#1F3A52; --cw-clay:#B5623C;
}
/* (overrides start here as we reshape, section by section) */

/* --- Remove the black separator rules between sections ---
   The theme draws full-width black <hr> lines (inline style #000000)
   between sections. Neutralise them. Dev: set the separator colour to
   transparent, or remove the separator sections in the theme editor. */
.wt-separator__line{ background-color: transparent !important; border: 0 !important; }
