/*
Theme Name: Solutech
Theme URI: https://solutech.store
Author: Solutech (SoluTechIT OÜ)
Description: The Solutech store theme — a faithful WordPress/WooCommerce reproduction of the Solutech HTML design system (global header/footer, prompt shop, and product pages). Uses the shared tokens.css + styles.css design layer.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: solutech
WC requires at least: 8.0
WC tested up to: 10.9
*/

/* Actual styles live in /assets/css/tokens.css + /assets/css/styles.css (enqueued in functions.php).
   This file exists for theme metadata. A couple of WooCommerce-context resets follow. */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: .9rem 1.1rem;
  border-radius: 12px;
  font-size: .9375rem;
  border: 1px solid var(--line);
  background: var(--sand);
  color: var(--fg);
}
.woocommerce-error { background: #FCEEEA; border-color: #F3C9BC; color: #9A2D14; }
.woocommerce-message { background: color-mix(in srgb, var(--accent) 10%, #fff); border-color: color-mix(in srgb, var(--accent) 30%, transparent); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
