/*
Theme Name: Petland Texas Child
Theme URI: https://github.com/CosmickMedia/petland-texas-child
Description: Child theme of Petland for Petland Texas. Adds ACF page-level overrides, page templates, and footer enhancements. All store details, including names, cities, phone numbers, hours and social profiles, are read live from Theme Settings → Locations, so nothing about the store is hardcoded here.
Author: Cosmick Media
Author URI: https://cosmickmedia.com/
Template: petland
Version: 1.0.0
Requires PHP: 7.4
Text Domain: petland-texas-child
*/

/* =====================================================================
   Child-theme stylesheet.

   Deliberately minimal: the parent theme's compiled style.css does the
   heavy lifting, page-template styling lives in css/page-templates.css,
   and footer additions live in css/footer.css. Both are enqueued from
   functions.php with this file as their dependency, so anything added
   below will still win the cascade against them.

   Store-specific rules do not belong in this file. Earlier versions of
   this theme colour-coded the archive pet cards per store using
   `.card.location-{slug}` classes hardcoded to particular stores; that
   was removed because it silently breaks the moment a store is renamed
   or added in Theme Settings. If you want per-store card accents, drive
   them from the location slug the parent already prints on the card
   rather than pinning a colour to a specific store name here.
   ===================================================================== */
