/*
Theme Name: Astra Child – PAAHDE
Description: Child theme for PAAHDE website
Template: astra
Version: 1.0.0
*/

/* ─── FIX: Transparent header pushing content behind nav ─── */
body.ast-transparent-header .site-content,
body.ast-transparent-header #content,
body.ast-transparent-header .ast-container {
  padding-top: 80px !important;
}

body.single-product.ast-transparent-header .site-content,
body.single-product.ast-transparent-header #content {
  padding-top: 90px !important;
}

/* ─── FIX: Site header dark background on all pages ──────── */
#masthead,
#masthead .main-header-bar,
#masthead .ast-primary-header-bar,
.site-header,
.ast-desktop-header {
  background-color: #161914 !important;
}

/* ─── FIX: Cart table header white background ────────────── */
.woocommerce table.shop_table thead,
.woocommerce table.shop_table thead tr,
.woocommerce table.shop_table thead th,
.woocommerce-cart-form .shop_table thead,
.woocommerce-cart-form .shop_table thead th {
  background-color: #161914 !important;
  color: #F5F0E8 !important;
  border-color: rgba(245,240,232,0.1) !important;
}

/* ─── FIX: Cart collaterals / totals box background ─────── */
.woocommerce .cart-collaterals,
.woocommerce .cart_totals,
.woocommerce .cart_totals table,
.woocommerce .cart_totals tr,
.woocommerce .cart_totals th,
.woocommerce .cart_totals td {
  background-color: #161914 !important;
  color: #F5F0E8 !important;
  border-color: rgba(245,240,232,0.1) !important;
}

/* ─── FIX: Nav menu links color ──────────────────────────── */
#masthead .menu-link,
#masthead .main-header-bar a,
#masthead .ast-builder-menu a {
  color: #F5F0E8 !important;
}
#masthead .menu-link:hover,
#masthead .main-header-bar a:hover {
  color: #C96B5C !important;
}
