/* ==========================================================================
   Athena Bags — Niche Skin
   Structured, editorial, fashion-forward — warm neutrals and bold type.
   ========================================================================== */

:root {
    --athena-color-primary: #1c1a17;
    --athena-color-accent: #c48a3f;
    --athena-color-bg: #faf9f6;
    --athena-color-surface: #f2efea;
    --athena-color-text: #1c1a17;
    --athena-color-text-muted: #7a756c;
    --athena-color-border: #ddd8d0;
    --athena-header-bg: #1c1a17;
    --athena-header-text: #f0ebe0;
    --athena-font-heading: Georgia, "Times New Roman", serif;
}

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

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

body.athena-niche-bags .site-logo__text {
    font-family: var(--athena-font-heading);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.1rem;
}

body.athena-niche-bags .woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

body.athena-niche-bags .woocommerce ul.products li.product {
    background: var(--athena-color-surface);
    border-color: var(--athena-color-border);
}
body.athena-niche-bags .woocommerce ul.products li.product:hover {
    box-shadow: 0 6px 24px rgba(196, 138, 63, 0.1);
}

body.athena-niche-bags .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--athena-font-heading);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

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

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

body.athena-niche-bags .woocommerce div.product .product_title {
    font-family: var(--athena-font-heading);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

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

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