/*
Theme Name: Global Store Child
Theme URI: https://example.com/themes/global-store
Author: Data
Description: Custom child theme for Multi-Country WooCommerce functionality.
Version: 1.0.0
*/

body {
  /* Base styles can go here */
}

/* Country Specific Overrides (handled by body classes) */
.site-in .price {
  /* Customize India Price display if needed */
}
