/*
 Theme Name: Astra Child
 Template: astra
 Description: VSB — Remove all gap/header customizations except on WooCommerce pages.
 Version: 1.1.0
*/

/* ===== WooCommerce-only top-gap control =====
   Change this if you want a tiny, uniform top space on Woo pages only. */
:root { --vsb-woo-top-gap: 0px; }

/* Apply uniform top gap ONLY on WooCommerce templates */
body.woocommerce .site-content,
body.woocommerce-page .site-content,
body.single-product .site-content,
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-account .site-content {
  padding-top: var(--vsb-woo-top-gap) !important;
  margin-top: 0 !important;
}

/* Prevent surprise top margins in common Woo top blocks */
body.woocommerce .woocommerce-products-header,
body.woocommerce .term-description,
body.woocommerce .woocommerce-breadcrumb,
body.single-product .woocommerce-breadcrumb {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Transparent header safety, Woo ONLY */
body.woocommerce.ast-theme-transparent-header .site-content,
body.woocommerce.ast-transparent-header .site-content,
body.woocommerce-page.ast-theme-transparent-header .site-content,
body.woocommerce-page.ast-transparent-header .site-content {
  padding-top: var(--vsb-woo-top-gap) !important;
}
