/*
Theme Name:  Cleaning Warehouse (Bricks Child)
Theme URI:   https://cleaningwarehouse.co.za
Description: Child theme of Bricks for cleaningwarehouse.co.za. This is the safe, version-controlled home for template overrides, functions.php additions and global CSS. Nothing here is destroyed by a Bricks parent-theme update. Bricks remains fully active — this theme adds a safe place to stand, it does not replace or disable anything.
Author:      Cleaning Warehouse
Version:     1.0.0
Template:    bricks
Text Domain: cw-bricks-child
*/

/* ==========================================================================
   MIGRATED FROM THE CUSTOMIZER (Appearance -> Customize -> Additional CSS)
   --------------------------------------------------------------------------
   These rules previously lived in WordPress Customizer CSS post 242432,
   referenced by theme_mods_bricks['custom_css_post_id']. That reference is
   PER THEME, so activating this child theme would have silently orphaned all
   of it. Copied here byte-for-byte so the rules are version-controlled,
   reviewable in a pull request and deployable by script.

   The original post 242432 is deliberately left in place on the server as a
   rollback copy. Do NOT re-add these rules in the Customizer for the child
   theme, or they will be applied twice.
   ========================================================================== */

.woocommerce-MyAccount-navigation{
  display: none;
}

/* Hide page titles but keep them on shop, blog, categories */
body.page h1 {
  display: none;
}

/* Keep WooCommerce Shop titles */
body.woocommerce-page h1 {
  display: block;
}

/* Keep Blog index/archive titles */
body.blog h1,
body.archive h1 {
  display: block;
}

/*Round category and product Images*/
.brxe-woocommerce-products .products img {
    border-radius: 8px;
    overflow: hidden;
}

/* ==========================================================================
   CW additions below this line.
   Design tokens for the Factory Direct work will be enqueued as their own
   stylesheet rather than appended here, so Remove Unused CSS can safelist
   them independently.
   ========================================================================== */
