/*
 Theme Name:   PhoneLoop Child
 Theme URI:    https://phoneloop.app
 Description:  Child theme for Astra with PhoneLoop colors and WooCommerce tweaks.
 Author:       PhoneLoop
 Author URI:   https://phoneloop.app
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  phoneloop-child
*/

/* Color tokens */
:root {
  --pl-primary: #1e88e5;
  --pl-accent: #42a5f5;
  --pl-dark: #0d1b2a;
  --pl-bg: #f7f9fc;
}

/* Global */
body {
  background: var(--pl-bg);
}
a, .button, .ast-button, .woocommerce a.button, .woocommerce button.button {
  border-radius: 12px;
}
/* Header */
.site-header {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
}
/* Buttons */
.woocommerce a.button, .woocommerce button.button, .ast-button {
  background: var(--pl-primary);
  color: #fff;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .ast-button:hover {
  background: var(--pl-accent);
}
/* Product cards */
.woocommerce ul.products li.product .price {
  color: var(--pl-dark);
  font-weight: 700;
}
/* Badges */
.pl-badge { 
  display:inline-block; padding:.35rem .6rem; border-radius:999px; background:#e8f2fe; color:#0b57d0; font-weight:600; font-size:.85rem; 
}
/* Footer */
.site-footer { background:#0d1b2a; color:#cfe0ff; }
.site-footer a { color:#cfe0ff; }
*/
