/*
Theme Name: eMedia Vrindavan Store Theme
Theme URI: https://emediaweb.example/vrindavan-store-theme
Author: eMedia Web & App
Author URI: https://emediaweb.example
Description: An original, modern WooCommerce store theme for spiritual/devotional and general product stores. Includes a modular homepage builder, catalog/gallery/slider product views, product video, WhatsApp product chat, optional background music player, and a single organized eMedia Theme Settings panel. Inspired by common devotional-store layout conventions — built entirely from original code and placeholder assets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emedia-vrindavan-store
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WooCommerce is a trademark of Automattic Inc. This theme is built to be
compatible with WooCommerce but is not officially affiliated with or
endorsed by Automattic.
*/

/* Minimal structural reset lives here per WordPress convention; the bulk of
   the theme's visual styling is enqueued from assets/css/style.css so it can
   be organized into logical sections and cached normally. */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
