/* ==========================================================================
   CARGO — Design tokens
   Single source of truth for colour, radius and type.
   Loaded on EVERY page, before all other Cargo stylesheets, so that
   category, product and Elementor-built pages all resolve the same values.
   Change a brand colour here and nowhere else.
   ========================================================================== */

:root{
  /* Ink */
  --cargo-charcoal:#2a2a2a;
  --cargo-charcoal-soft:#5a5a58;
  --cargo-muted:#7d7a75;

  /* Accent — tan replaces the four golds (#b8922a #cdb25f #c9a13b #e0b84e)
     and the teal. --cargo-gold is kept as an alias so nothing breaks. */
  --cargo-tan:#c08b6a;
  --cargo-tan-light:#d9b49b;
  --cargo-tan-dark:#a5714f;
  --cargo-gold:var(--cargo-tan);
  --cargo-teal:var(--cargo-tan);
  --cargo-teal-dark:var(--cargo-tan-dark);

  /* Surfaces */
  --cargo-cream:#faf8f5;
  --cargo-line:#e7e3dc;
  --cargo-panel:#e7e7e7;
  --cargo-save:#9cf57e;

  /* Radius — replaces the 12 loose values previously in this file */
  --r-pill:999px;
  --r-lg:24px;
  --r-md:14px;
  --r-sm:10px;
}



body.woocommerce-cart #content { margin-top: 20px !important; margin-bottom: 40px !important; }
.woocommerce .quantity .qty { border-color: #ddd !important; }

body.woocommerce-checkout #content { margin-top: 25px !important; margin-bottom: 60px !important; }
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { border-color: #cdb25f !important;  }
.woocommerce form .form-row .input-text, .woocommerce form .form-row select { border: 1px solid #dddddd;  }
:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection { border: 1px solid #dddddd !important; }

.woocommerce-info { border-top-color: #c08b6a !important; }
.woocommerce-info::before { color: #c08b6a !important; }

.woocommerce-message { border-top-color: #c08b6a !important; }
.woocommerce-message::before { color: #c08b6a !important; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background-color: #c08b6a !important; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background-color: #cdb25f !important; }



