/* ==========================================================================
   Athena Cosmetics — Niche Skin
   Soft, warm, feminine palette with a clean beauty editorial feel.
   ========================================================================== */

:root {
    --athena-color-primary: #3d1f2e;
    --athena-color-accent: #d4577a;
    --athena-color-bg: #fdf6f8;
    --athena-color-surface: #fff0f3;
    --athena-color-text: #3d1f2e;
    --athena-color-text-muted: #8c6b76;
    --athena-color-border: #f0d4dc;
    --athena-header-bg: #3d1f2e;
    --athena-header-text: #f8e8ec;
    --athena-font-heading: Georgia, "Times New Roman", serif;
}

body.athena-niche-cosmetics {
    background: var(--athena-color-bg);
    color: var(--athena-color-text);
}

body.athena-niche-cosmetics .site-header {
    background: var(--athena-header-bg);
}

body.athena-niche-cosmetics .site-logo__text {
    font-family: var(--athena-font-heading);
    letter-spacing: 0.05em;
}

body.athena-niche-cosmetics .woocommerce ul.products li.product {
    background: var(--athena-color-surface);
    border-color: var(--athena-color-border);
}
body.athena-niche-cosmetics .woocommerce ul.products li.product:hover {
    box-shadow: 0 6px 24px rgba(212, 87, 122, 0.1);
}

body.athena-niche-cosmetics .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--athena-font-heading);
}

body.athena-niche-cosmetics .woocommerce ul.products li.product .price {
    color: var(--athena-color-accent);
}

body.athena-niche-cosmetics .woocommerce a.button,
body.athena-niche-cosmetics .woocommerce button.button {
    background: var(--athena-color-accent);
    color: #fff;
}
body.athena-niche-cosmetics .woocommerce a.button:hover,
body.athena-niche-cosmetics .woocommerce button.button:hover {
    background: #c04468;
}

body.athena-niche-cosmetics .woocommerce div.product .product_title {
    font-family: var(--athena-font-heading);
}

body.athena-niche-cosmetics .site-footer {
    background: var(--athena-header-bg);
}

body.athena-niche-cosmetics a {
    color: var(--athena-color-accent);
}
