/*
Theme Name:   DragonFitt — Astra Child
Theme URI:    https://shopdragonfittcom.com/
Description:  DragonFitt "Digital Dojo" child theme for Astra. Neo-Ancient obsidian/crimson/gold design system, dragon-mouth intro animation, light & dark theme switcher, and a fully custom Printful-powered storefront (products, product detail, cart, checkout).
Author:       Cyfiix
Author URI:   https://cyfiix.com/
Template:     astra
Version:      1.0.0
Text Domain:  dragonfitt
License:      GNU General Public License v2 or later
Tags:         e-commerce, dark-mode, custom-colors, responsive-layout
*/

/*
  All styling lives in /assets/css/*.css and is enqueued from functions.php.
  This file intentionally contains only the child-theme header plus a couple of
  Astra overrides that must load last.
*/

/* Let our full-width sections escape Astra's default content container. */
.ast-container,
.ast-container > .ast-row,
.site-content .ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.df-page .entry-header,
.df-page .ast-single-post-order,
.df-page .post-navigation,
.df-page .ast-archive-description {
	display: none !important;
}

/* Astra prints its own header/footer markup — we replace them entirely. */
.df-astra-hidden {
	display: none !important;
}
