/*
Theme Name:   A&C Celulares Child
Theme URI:    https://accelulares.com.br
Description:  Tema filho Astra para A&C Celulares - design premium com WooCommerce escuro
Author:       A&C Celulares
Template:     astra
Version:      6.0.0
License:      GNU General Public License v2 or later
Text Domain:  ac-celulares
*/

:root {
  --bg:          #eef4fc;
  --bg-alt:      #e4edf9;
  --bg-card:     #ffffff;
  --bg-input:    #f7fbff;

  --surface:     #ffffff;
  --surface-2:   #eef4fb;
  --border:      #cfdaeb;
  --border-soft: #e1eaf5;

  --gold:        var(--color-gold, #3f6fb3);
  --gold-light:  #6390d5;
  --gold-pale:   #a9c6ef;
  --gold-dark:   #1a3e73;
  --gold-glow:   rgba(63, 111, 179, 0.16);
  --cover-gradient: linear-gradient(145deg, #061327 0%, #10284b 46%, #1f4c8a 100%);
  --cover-glow:  rgba(138, 180, 240, 0.24);
  --cover-glow-soft: rgba(99, 144, 213, 0.18);
  --cover-text:  #edf5ff;
  --cover-text-2: rgba(226, 236, 251, 0.86);
  --cover-text-3: rgba(188, 209, 238, 0.78);
  --cover-border: rgba(169, 198, 239, 0.20);
  --brand-rgb:   63, 111, 179;
  --brand-deep-rgb: 26, 62, 115;

  --text:        #11253f;
  --text-2:      #29415f;
  --text-3:      #5b7394;
  --text-4:      #8ca0bd;

  --green:       #2e7d52;
  --red:         #b83232;
  --blue:        #2563a8;

  --font-heading: 'Cormorant Garamond', serif;
  --font-body:    'Jost', sans-serif;
  --font-accent:  'Montserrat', sans-serif;

  --container-width: 1320px;
  --radius-xs:  3px;
  --radius-sm:  6px;
  --radius-md:  10px;
  --radius-lg:  16px;

  --shadow-xs:   0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-sm:   0 8px 20px rgba(0, 0, 0, 0.08);
  --shadow-md:   0 16px 36px rgba(0, 0, 0, 0.10);
  --shadow-lg:   0 24px 52px rgba(0, 0, 0, 0.12);
  --shadow-gold: 0 12px 30px rgba(63, 111, 179, 0.16);

  --fast:   0.15s ease;
  --base:   0.26s ease;
  --slow:   0.42s ease;
}

.ac-shop-hero,
.ac-shop-toolbar,
.ac-shop-sidebar,
.ac-product-card,
.ac-product-layout,
.ac-product-tabs,
.ac-cart-table,
.ac-cart-totals .cart_totals,
.ac-sticky-buy-bar,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.select2-dropdown {
  --bg:          var(--color-bg, #061327);
  --bg-alt:      #0c1c35;
  --bg-card:     #102340;
  --bg-input:    #122947;

  --surface:     var(--color-surface, #10233e);
  --surface-2:   #152d50;
  --border:      rgba(169, 198, 239, 0.16);
  --border-soft: rgba(169, 198, 239, 0.10);

  --gold:        var(--color-gold, #5c88cd);
  --gold-light:  #85ade5;
  --gold-pale:   #c9ddfb;
  --gold-dark:   #d7e8ff;
  --gold-glow:   rgba(99, 144, 213, 0.20);

  --text:        #eff6ff;
  --text-2:      #d8e5f8;
  --text-3:      #9bb6d9;
  --text-4:      #6b84a6;

  --green:       #2ecc71;
  --red:         #e74c3c;
  --blue:        #4f7ecf;

  --shadow-xs:   0 1px 3px rgba(0, 0, 0, 0.32);
  --shadow-sm:   0 10px 24px rgba(0, 0, 0, 0.28);
  --shadow-md:   0 18px 40px rgba(0, 0, 0, 0.34);
  --shadow-lg:   0 28px 60px rgba(0, 0, 0, 0.42);
  --shadow-gold: 0 12px 30px rgba(99, 144, 213, 0.20);
}
