/*
Theme Name: BazarPro Ecommerce Child
Theme URI: https://example.com/bazarpro-ecommerce-child
Author: BazarPro
Author URI: https://example.com
Description: Child theme for BazarPro Ecommerce. Use this theme for custom CSS, design tweaks, and future-safe modifications while keeping the parent theme update-ready.
Template: bazarpro-ecommerce
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bazarpro-ecommerce-child
Tags: e-commerce, woocommerce, elementor, custom-logo, custom-menu, featured-images, responsive-layout, blog
*/

/*
Add your custom CSS below. This child theme is the safe place to edit colors,
spacing, typography, buttons, header, footer, WooCommerce cards, and custom sections.
*/

:root {
  --bazarpro-child-accent: #8b55c7;
}

/* Example child-theme customizations */
.site-branding .site-title a {
  letter-spacing: -0.02em;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px;
}

.bazarpro-child-note {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  padding: 16px 18px;
  color: #14532d;
}

/* The premium marketplace home layout is inherited from the updated parent theme. */
