/**
 * Template: Moda & Fashion
 * Cores sofisticadas, tipografia elegante
 */
:root {
    --theme-primary: #D4436C;
    --theme-primary-dark: #B8345A;
    --theme-primary-light: #F8E1EA;
    --theme-secondary: #2C2C2C;
    --theme-accent: #D4AF37;
    --theme-bg: #FAFAFA;
    --theme-card-bg: #FFFFFF;
    --theme-text: #333333;
    --theme-text-light: #888888;
    --theme-gradient: linear-gradient(135deg, #D4436C 0%, #B8345A 100%);
    --theme-hero-gradient: linear-gradient(135deg, #2C2C2C 0%, #D4436C 100%);
    --theme-border: #F0E6EA;
    --theme-badge-new: #D4AF37;
    --theme-badge-sale: #D4436C;
}

/* Font override for fashion */
body.template-moda { font-family: 'Inter', sans-serif; }
body.template-moda h1, body.template-moda h2, body.template-moda h3,
body.template-moda .hero-title, body.template-moda .section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.template-moda .hero-slide { min-height: 520px; }
body.template-moda .hero-default { background: var(--theme-hero-gradient); }
body.template-moda .hero-default-2 { background: linear-gradient(135deg, #D4AF37 0%, #D4436C 100%); }

body.template-moda .category-card:hover { border-color: var(--theme-primary); }
body.template-moda .product-card { border-radius: 12px; }
body.template-moda .product-card:hover { box-shadow: 0 8px 30px rgba(212,67,108,.12); }

body.template-moda .badge-sale { background: var(--theme-badge-sale); }
body.template-moda .badge-new { background: var(--theme-badge-new); color: #2C2C2C; }

body.template-moda .btn-primary { background: var(--theme-primary); border-color: var(--theme-primary); }
body.template-moda .btn-primary:hover { background: var(--theme-primary-dark); border-color: var(--theme-primary-dark); }
body.template-moda .btn-hero { background: var(--theme-accent); border-color: var(--theme-accent); color: #2C2C2C; font-weight: 600; }
body.template-moda .btn-hero:hover { background: #C5A030; }

body.template-moda .mega-menu-nav { border-bottom: 2px solid var(--theme-primary); }
body.template-moda .mega-menu-link:hover, body.template-moda .mega-menu-link.active { color: var(--theme-primary); }

body.template-moda .promo-card.promo-pix { background: var(--theme-primary-light); }
body.template-moda .promo-card.promo-pix .promo-icon { color: var(--theme-primary); }

body.template-moda .section-products .section-title { border-left: 4px solid var(--theme-accent); padding-left: 12px; }

body.template-moda .footer-main { background: #2C2C2C; }
body.template-moda .footer-bottom { background: #1A1A1A; }
