/*
Theme Name: Anlye Official Store
Theme URI: https://yourdomain.com
Author: AI Assistant & You
Description: Custom WooCommerce theme based on Anlye design.
Version: 1.0.0
Text Domain: anlye-theme
*/

:root {
    --theme-primary-green: #00966b; /* 设计图的主题绿 */
    --theme-text-dark: #333333;
    --theme-text-light: #666666;
    --theme-bg-gray: #f7f7f7;
    --theme-border: #e1e1e1;
}

body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--theme-text-dark);
}

/* 基础重置与工具类 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }