/* ===========================================================================
   AlliedTech brand harmony for the WooCommerce store.
   Kapee ships with a pink primary (#DD5796) and orange buttons (#FF9F00); this
   recolors buttons + accents to the corporate blue so the shop matches
   alliedtech.solutions (navy #0B1F3A, blue #1B66D6). Loaded on every shop page.
   ======================================================================== */
:root{
  --primary-color:#1B66D6 !important;
  --kapee-primary-color:#1B66D6 !important;
  --secondary-color:#0B1F3A !important;
}

/* ---- Primary buttons → AlliedTech blue ---- */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce #respond input#submit,
.woocommerce .single_add_to_cart_button, .single_add_to_cart_button,
.woocommerce .checkout-button, .checkout-button, .wc-block-components-button,
.wc-block-components-button.contained, .wp-block-button__link,
.added_to_cart, .kapee-button, .kapee-btn, button.button, a.button{
  background-color:#1B66D6 !important;
  background-image:none !important;
  border-color:#1B66D6 !important;
  color:#fff !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover, .checkout-button:hover, .wc-block-components-button:hover,
.wp-block-button__link:hover, .added_to_cart:hover, button.button:hover, a.button:hover{
  background-color:#0E4FA8 !important;
  border-color:#0E4FA8 !important;
  color:#fff !important;
}

/* ---- Accents that were pink/orange ---- */
span.onsale, .onsale, .kapee-onsale{ background-color:#0B1F3A !important; color:#fff !important; }
.star-rating span::before, .woocommerce .star-rating span::before{ color:#1B66D6 !important; }
.kapee-cart-count, .header-cart-count, .cart-count, .kapee-wishlist-count, .count{ background-color:#1B66D6 !important; color:#fff !important; }
.woocommerce-breadcrumb a:hover, .product_meta a:hover, .woocommerce-tabs .tabs li.active a{ color:#1B66D6 !important; }

/* Quantity / link accents that pick up the primary color stay on-brand via --primary-color above. */
