#site-footer{
  background: linear-gradient(90deg, #EC4899 0%, #A78BFA 100%);
  color: #fff !important;
}

#site-footer p,
#site-footer span,
#site-footer a,
#site-footer h1,
#site-footer h2,
#site-footer h3,
#site-footer h4,
#site-footer h5,
#site-footer h6 {
  color: #fff !important;
}

#site-footer > .container{
  background: linear-gradient(90deg, rgba(236, 72, 153, 0.18) 0%, rgba(167, 139, 250, 0.18) 100%);
}

#site-footer .foot-bottom{
  background: linear-gradient(90deg, rgba(236, 72, 153, 0.26) 0%, rgba(167, 139, 250, 0.26) 100%);
}

#site-footer .foot-bottom > .container{
  background: transparent;
}/*
 * ShaperFactory Child - CSS Entry
 *
 * This file is the only stylesheet enqueued by the child theme.
 * Keep it as a pure entry that imports base/components/pages.
 * 
 * Load order:
 * 1. base.css - 基础样式和 CSS 变量
 * 2. components.css - 全局可复用组件
 * 3. pages/*.css - 页面特定样式（按需加载）
 */

/* ==================== Base & Components (Always Loaded) ==================== */
@import "./base.css";
@import "./components.css";

/* ==================== Page-Specific Styles (Conditionally Loaded) ==================== */
/* Note: These are loaded conditionally via functions.php based on current page */

/* Home page */
@import "./pages/home.css";
@import "./pages/home-swiper.css";

/* About Us page */
@import "./pages/page-about.css";

/* Other pages - uncomment as you implement them */
/* @import "./pages/page-contact.css"; */
/* @import "./pages/single-product.css"; */
/* @import "./pages/archive.css"; */
/* @import "./pages/blog-archive.css"; */
/* @import "./pages/single-post.css"; */
/* @import "./pages/search.css"; */
/* @import "./pages/404.css"; */
