/*
 Theme Name:   LunaCare Premium
 Theme URI:    https://lunacare.co.nz
 Description:  LunaCare Premium D2C Theme - Child of Astra
 Author:       LunaCare
 Template:     astra
 Version:      1.0.0
 Text Domain:  lunacare-premium
*/

/* 全局重置 - 沉浸式体验 */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* 隐藏默认页头页脚 */
.site-header,
.site-footer,
.ast-header-break-point .ast-mobile-header-stack,
.ast-primary-header-bar,
footer.site-footer {
  display: none !important;
}

/* 全宽容器 */
.site-content,
.ast-woocommerce-container,
.ast-container {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 移除默认背景 */
body,
.site,
.ast-main-header-bar,
.site-content {
  background: transparent !important;
}

