/**
 * Template: Alimentos & Bebidas
 * Orgânico, quente, acolhedor
 */
:root {
    --theme-primary: #E67E22;
    --theme-primary-dark: #D35400;
    --theme-primary-light: #FFF5EB;
    --theme-secondary: #27AE60;
    --theme-accent: #C0392B;
    --theme-bg: #FFFEF9;
    --theme-card-bg: #FFFFFF;
    --theme-text: #2C3E50;
    --theme-text-light: #95A5A6;
    --theme-gradient: linear-gradient(135deg, #E67E22 0%, #F39C12 100%);
    --theme-hero-gradient: linear-gradient(135deg, #27AE60 0%, #F39C12 100%);
    --theme-border: #F0E6D0;
    --theme-badge-new: #27AE60;
    --theme-badge-sale: #C0392B;
}

body.template-alimentos { font-family: 'Inter', sans-serif; }
body.template-alimentos h1, body.template-alimentos h2, body.template-alimentos h3,
body.template-alimentos .hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

body.template-alimentos .topbar { background: #27AE60; }

body.template-alimentos .hero-slide { min-height: 460px; }
body.template-alimentos .hero-default { background: var(--theme-hero-gradient); }
body.template-alimentos .hero-default-2 { background: linear-gradient(135deg, #E67E22 0%, #C0392B 100%); }

body.template-alimentos .category-card { border-radius: 16px; }
body.template-alimentos .category-card:hover { border-color: var(--theme-primary); }
body.template-alimentos .category-icon { border-radius: 50%; }

body.template-alimentos .product-card { border-radius: 14px; }
body.template-alimentos .product-card:hover { box-shadow: 0 8px 25px rgba(230,126,34,.14); }

body.template-alimentos .badge-sale { background: var(--theme-badge-sale); }
body.template-alimentos .badge-new { background: var(--theme-badge-new); }
body.template-alimentos .badge-freeship { background: #27AE60; }

body.template-alimentos .btn-primary { background: var(--theme-primary); border-color: var(--theme-primary); border-radius: 10px; }
body.template-alimentos .btn-primary:hover { background: var(--theme-primary-dark); }
body.template-alimentos .btn-hero { background: #FFF; color: var(--theme-primary); border-radius: 10px; font-weight: 600; }
body.template-alimentos .btn-hero:hover { background: var(--theme-primary-light); }

body.template-alimentos .btn-add-cart { border-radius: 10px; }

body.template-alimentos .mega-menu-nav { border-bottom: 2px solid #27AE60; }
body.template-alimentos .mega-menu-link:hover { color: var(--theme-primary); }

body.template-alimentos .promo-card { border-radius: 14px; }
body.template-alimentos .promo-card.promo-pix { background: #E8F5E9; }
body.template-alimentos .promo-card.promo-shipping { background: var(--theme-primary-light); }

body.template-alimentos .section-offers { background: #FFF5EB; }
body.template-alimentos .countdown-item { background: #C0392B; }

body.template-alimentos .price-pix .pix-badge { background: #27AE60; }

body.template-alimentos .section-products .section-title { border-left: 4px solid #27AE60; padding-left: 12px; }

body.template-alimentos .footer-main { background: #2C3E50; }
body.template-alimentos .footer-bottom { background: #1A252F; }
