/*
Theme Name: Catalyst Biolabs
Theme URI: https://catalystbiolabs.com
Author: Catalyst Biolabs
Author URI: https://catalystbiolabs.com
Description: Custom standalone theme for Catalyst Biolabs — premium research peptides & compounds. Built from examples.zip reference designs. Dark navy header, full WooCommerce integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Proprietary
License URI: https://catalystbiolabs.com
Text Domain: catalyst-biolabs
Tags: woocommerce, custom-header, custom-menu, full-width-template
*/

/* Theme-level overrides and WP-specific resets */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }

/* WordPress admin bar offset */
.site-header { top: 0; }
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

/* WooCommerce – hide default styles we replace */
.woocommerce-breadcrumb { display: none; }
.woocommerce-notices-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
