/*
 Theme Name: ilSordo Child
 Template: botiga
 Version: 0.1.0
*/
.lojas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.loja-card { background: var(--white); border: 1px solid var(--gray-light); border-radius: 8px; overflow: hidden; display:flex; flex-direction:column; }
.loja-card__thumb img { width:100%; height:180px; object-fit:cover; display:block; }
.loja-card__body { padding: 12px; }
.loja-card__title { font-weight: 700; margin-bottom: 6px; font-family: 'Montserrat', sans-serif; }
.loja-card__end { font-size: 0.95rem; color: var(--gray-warm); margin-bottom: 8px; }
.loja-card__badge { display:inline-block; padding: 4px 8px; border-radius: 12px; font-size: .85rem; color:#fff; background: var(--gray-warm); }
.loja-card__badge[data-open="1"] { background: var(--color-brown); }
.loja-card__actions { display:flex; gap:8px; padding: 0 12px 12px; }
.loja-card__actions .ico { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border:1px solid var(--gray-light); border-radius:50%; background:#fafafa; font-size:18px; }
.loja-card__actions .ico:hover { background:#efefef; }

@media (min-width: 1024px) {
  .lojas-grid { grid-template-columns: repeat(3, 1fr); }
}
/*
 Theme Name: ilSordo Child
 Template: gerado pelo TRAE
*/
:root {
  --color-primary: #F7D64A;
  --color-primary-dark: #F4C842;
  --color-primary-soft: #FFEFAD;
  --color-accent: #D7708B;
  --color-accent-soft: color-mix(in srgb, var(--color-accent) 14%, #ffffff);
  --color-brown: #472817;
  --bg-main: #F5F5F5;
  --white: #FFFFFF;
  --gray-light: #D9D9D9;
  --gray-warm: #A6A6A6;
  --text-primary: #4D4D4D;
  --radius: 12px;
  --shadow-soft: 0 8px 20px rgba(0,0,0,0.05);
}

/* Containers */
.container-base { background: var(--bg-main); padding: 24px; }
.container-highlight { background: var(--color-primary-soft); padding: 24px; }
.container-premium { background: var(--color-brown); color: var(--white); padding: 24px; }
.card { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-soft); }

/* Tipografia */
.text-body { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.6; color: var(--text-primary); }
.text-muted { color: var(--gray-warm); }
.heading-hero { font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: .2px; }
.heading-section { font-family: 'Montserrat', sans-serif; font-weight: 700; }

/* Layout */
.row { display:flex; flex-wrap:wrap; gap: 16px; }
.col-2 > * { flex: 0 0 calc(50% - 16px); }
.col-3 > * { flex: 0 0 calc(33.333% - 16px); }
.col-4 > * { flex: 0 0 calc(25% - 16px); }
.gap-sm { gap: 8px; } .gap-md { gap: 16px; } .gap-lg { gap: 24px; }
.pad-md { padding: 24px; }

/* Botões / CTAs */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 12px 24px; border-radius: 8px; text-decoration: none;
  background: var(--color-primary); color: var(--color-brown);
}
.btn.secondary { background: var(--color-accent); color: #fff; }
.btn.ghost { background: transparent; color: var(--color-primary); border: 1px solid var(--color-primary); }
.btn:hover { background: var(--color-primary-dark); }

/* Shortcodes/CTA alignment */
.cta.status, .cta.delivery, .cta.cardapio, .cta.whatsapp {
  display:inline-flex; align-items:center; gap:.5rem; text-decoration:none; color: inherit;
}
.status-icon { height: 20px; width: auto; }

/* Tabelas */
.loja-horarios-tabela { width:100%; border-collapse:collapse; }
.loja-horarios-tabela th, .loja-horarios-tabela td { padding:.6rem .8rem; border-bottom:1px solid var(--gray-light); }

.titulo-de-pagina {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  color: var(--text-primary);
}

.ifood-icon img,
.nfood-icon img,
.cta.delivery img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.card-loja-shell {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  background: #FFFFFF;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.card-loja-shell:hover {
  transform: translateY(-2px);
  border-color: #E6AA0A;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.btn-ils-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary-dark);
  color: var(--text-primary);
  background: transparent;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  gap: 8px;
}

.btn-ils-outline:hover {
  background: var(--color-primary);
  border-color: var(--color-primary-dark);
  color: var(--color-brown);
}

.vitrine-card .loja-title a {
  color: inherit;
  text-decoration: none;
}

.vitrine-card .loja-title a:hover {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--text-primary) 35%, transparent);
  text-underline-offset: 3px;
}

.vitrine-card .vitrine-foto img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

@media (min-width: 768px) {
  .vitrine-card .vitrine-foto img {
    height: 240px;
  }
}

.single-vitrines .wp-post-image,
.single-vitrines .post-thumbnail img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px;
}

.ils-vitrine-sabores {
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
}

.ils-vitrine-sabores__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
}

.ils-vitrine-sabores__item:last-child {
  border-bottom: 0;
}

.ils-vitrine-sabores__item:nth-child(odd) {
  background: rgba(0,0,0,0.03);
}

.ils-vitrine-sabores__item:nth-child(even) {
  background: rgba(0,0,0,0.00);
}

.ils-vitrine-sabores__nome {
  flex: 0 1 auto;
  min-width: 0;
}

.ils-qtybar {
  display: inline-flex;
  gap: 4px;
  flex: 0 0 auto;
  margin-left: 10px;
  padding-right: 6px;
}

.ils-qtybar__seg {
  width: 14px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,0.14);
}

.ils-qtybar__seg--on {
  background: #16A34A;
}

.ils-qtybar__seg--off {
  background: rgba(0,0,0,0.14);
}

.single-vitrines .btn-ils-outline {
  width: 100%;
  max-width: 360px;
  margin: 18px auto 0;
}

.vitrine-card .btn-ils-outline {
  width: 100%;
  margin-top: 10px;
}

.vitrine-card img.wp-post-image,
.vitrine-card .elementor-widget-theme-post-featured-image img,
.vitrine-card .elementor-widget-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.sabor-descricao {
  background: #FFFFFF;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.sabor-card-topbar {
  background: var(--ils-color-bg-highlight);
  color: var(--color-brown);
  font-weight: 900;
  padding: 8px 10px;
  text-align: center;
  border-radius: 0;
}

.sabor-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.sabor-card-nome {
  font-weight: 900;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 0.95;
  letter-spacing: 0.2px;
  margin: 8px 0 0;
}

.sabor-atributos-completos {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--text-primary);
}

.ils-sabores-filtros {
  background: #FFFFFF;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  padding: 12px;
  box-shadow: var(--shadow-soft);
}

.ils-sabores-filtros__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ils-sabores-filtros__row--checks {
  margin-top: 10px;
}

.ils-sabores-filtros__row--actions {
  margin-top: 10px;
}

.ils-sabores-filtros__search {
  flex: 1 1 220px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--gray-light);
}

.ils-sabores-filtros__select {
  flex: 0 1 240px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--gray-light);
  background: #FFFFFF;
}

.ils-sabores-filtros__ck {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: rgba(0,0,0,0.04);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
  font-weight: 800;
}

.ils-ck {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: rgba(0,0,0,0.04);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
  font-weight: 800;
}

.sabor-atributos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0;
}

.sabor-pill {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  background: rgba(0,0,0,0.05);
  color: var(--text-primary);
  font-weight: 700;
}

.pill-veg--icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.pill-veg__ico {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
}

.pill-veg { background: #E6F6EC; color: #0F7B34; }
.pill-glut { background: #FCECEC; color: #9B1C1C; }
.pill-milk { background: #FFF3E0; color: #9A3412; }
.pill-doce { background: #F3E8FF; color: #6B21A8; }

.sabor-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 12px 0;
}

.sabor-badges .badge {
  color: #111 !important;
  font-size: 12px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,0.18) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  background: #f2f2f2 !important;
}

.sabor-badges .badge--proteico { background: #DDF3E3 !important; }
.sabor-badges .badge--menoscal { background: #FFF1C7 !important; }
.sabor-badges .badge--probio { background: #EDE7FF !important; }
.sabor-badges .badge--fibras { background: #E8F1FF !important; }
.sabor-badges .badge--fruta { background: #E7FBF4 !important; }
.sabor-badges .badge--cremoso { background: #F6F1E6 !important; }
.sabor-badges .badge--zlac { background: #FFF1C7 !important; }
.sabor-badges .badge--zsac { background: #FFE3EA !important; }
.sabor-badges .badge--sglut { background: #EDE7FF !important; }
.sabor-badges .badge--saudavel { background: #DDF3E3 !important; }
.sabor-badges .badge--exotico { background: #FFE3EA !important; }
.sabor-badges .badge--crocante { background: #F7F0FF !important; }
.sabor-badges .badge--famoso { background: #E8F1FF !important; }
.sabor-badges .badge--regional { background: #F6F1E6 !important; }
.sabor-badges .badge--maispedido { background: #FFF1C7 !important; }
.sabor-badges .badge--top { background: #FFE3EA !important; }
.sabor-badges .badge--misc { background: #F2F2F2 !important; }

.sabor-badge {
  background: var(--color-primary-soft);
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 12px;
  color: var(--color-brown);
}

.sabor-alertas {
  display: grid;
  gap: 10px;
  margin: 10px 0;
}

.sabor-alertas__debug {
  font-size: 12px;
  opacity: 0.75;
  font-weight: 700;
}

.sabor-alert {
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  padding: 10px 12px;
  background: #FFFFFF;
  font-size: 13px;
  line-height: 1.25;
}

.sabor-alert--alerg { border-left: 5px solid #DC2626; }
.sabor-alert--pode { border-left: 5px solid #E6AA0A; }

.sabor-anvisa-front {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin: 12px 0;
}

.sabor-anvisa-front__img {
  width: 140px;
  height: auto;
  object-fit: contain;
  display: block;
}

.sabor-nutri img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid var(--gray-light);
  background: #FFFFFF;
}

.single-sabores .sabor-nutri img {
  max-height: 360px;
}

.sabor-card img.wp-post-image,
.sabor-card .elementor-widget-theme-post-featured-image img,
.sabor-card .elementor-widget-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.sabor-card .elementor-post__excerpt,
.sabor-card .elementor-widget-theme-post-excerpt,
.sabor-card .elementor-post__text {
  font-size: 13px;
  line-height: 1.25;
}

.sabor-card .elementor-post__excerpt,
.sabor-card .elementor-post__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sabor-card .sabor-badges,
.sabor-card .sabor-atributos {
  margin: 8px 0;
}

.sabor-galeria {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.sabor-galeria img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  border: 1px solid rgba(0,0,0,0.06);
}
/* ============================================================
   SISTEMA DE DESIGN IL SORDO (GENÉRICO E REUTILIZÁVEL)
   ============================================================ */

:root {
    --ils-color-primary: var(--color-primary);
    --ils-color-bg-page: var(--bg-main);
    --ils-color-bg-card: var(--white);
    --ils-color-bg-header: #F9F7F4;
    --ils-color-bg-highlight: var(--color-primary-soft);
    --ils-color-border: #E5E5E5;
    --ils-color-border-hover: #E6AA0A;
    --ils-shadow-soft: 0 8px 20px rgba(0,0,0,0.05);
    --ils-shadow-hover: 0 12px 28px rgba(0,0,0,0.08);
    --ils-gap: 24px; /* Espaço padrão vertical e horizontal */
}

/* 1. Grid de Conteúdo (Reutilizável) */
.ils-grid-system {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--ils-gap); /* Espaço H e V idênticos (Ponto 1.1) */
    padding: var(--ils-gap) 0;
    background-color: var(--ils-color-bg-page); /* Fundo cinza leve (Ponto 1) */
}

/* 2. O Card Base (Ponto 2) */
.ils-card-base {
    background: var(--ils-color-bg-card);
    border: 1px solid var(--ils-color-border);
    border-radius: 12px;
    box-shadow: var(--ils-shadow-soft);
    overflow: hidden;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ils-card-base:hover {
    transform: translateY(-4px);
    border-color: var(--ils-color-border-hover);
    box-shadow: var(--ils-shadow-hover);
}

/* Título do Card (H3 - Ponto 2.1) */
.ils-card-title {
    background-color: var(--ils-color-bg-header);
    margin: 0 !important;
    padding: 16px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid var(--ils-color-border);
}

/* Bloco de Status (Ponto 2.2) */
.ils-status-line {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    border-bottom: 1px dotted var(--ils-color-border);
}

/* Bloco Split (Imagem + Endereço - Ponto 2.3) */
.ils-info-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
    align-items: center;
}

.ils-info-split img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.ils-text-address {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    color: #333;
    text-decoration: none;
}

.ils-text-address:hover { text-decoration: underline; }

/* 3. Botão Outline (Ponto 3 e 6) */
.ils-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ils-color-primary);
    color: var(--ils-color-primary) !important;
    background: transparent;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
    margin: 8px 16px; /* Reduz espaço vertical (Ponto 3) */
}

.ils-btn-outline:hover {
    background: var(--ils-color-primary);
    color: #FFFFFF !important;
}

/* 4. WhatsApp Horizontal (Ponto 4) */
.ils-wa-module {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 12px 16px;
    align-items: center;
}

.ils-wa-icon img { width: 32px; height: 32px; }

.ils-wa-content { display: flex; flex-direction: column; }

.ils-wa-label { font-size: 12px; color: #666; margin-bottom: -2px; }

.ils-wa-num { font-size: 16px; font-weight: 700; color: #25D366; }

/* 5. Delivery (Ponto 5) */
.ils-delivery-highlight {
    background-color: var(--ils-color-bg-highlight);
    border-radius: 8px;
    padding: 12px;
    margin: 8px 16px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ils-delivery-highlight img {
    width: 36px; /* Ícones destacados */
    height: 36px;
    object-fit: contain;
}

/* ============================================================
   SISTEMA DE DESIGN IL SORDO (V2 - REFINADO)
   ============================================================ */
:root {
    --ils-card-gap: 8px; /* Espaçamento interno entre elementos do card */
    --ils-color-primary: var(--color-primary);
    --ils-color-wa: #25D366;
    --ils-bg-delivery: var(--color-primary-soft);
    --ils-border: #E5E5E5;
}

/* O Card Shell - Controlando o gap entre widgets do Elementor */
.ils-card-base {
    display: flex;
    flex-direction: column;
    gap: var(--ils-card-gap) !important; /* Força o gap reduzido */
    background: #FFF;
    border: 1px solid var(--ils-border);
    border-radius: 12px;
    padding-bottom: 16px; /* Espaço extra apenas no rodapé do card */
}

/* 2 Colunas para WhatsApp (Ponto 4) */
.ils-wa-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border-top: 1px solid #f0f0f0;
}

.ils-wa-icon img {
    width: 32px;
    height: 32px;
    display: block;
}

.ils-wa-text {
    font-size: 15px;
    color: #444;
}

.ils-wa-text a {
    color: var(--ils-color-wa) !important;
    text-decoration: none;
    font-weight: 700;
}

/* 2 Colunas para Delivery (Ponto 5) */
.ils-delivery-row {
    background-color: var(--ils-bg-delivery);
    border-radius: 8px;
    margin: 4px 16px;
    padding: 12px;
    display: flex;
    justify-content: space-around; /* Ícones bem distribuídos */
    align-items: center;
    min-height: 60px;
}

.ils-delivery-col img {
    width: 44px !important; /* Ícones maiores conforme solicitado */
    height: 44px !important;
    object-fit: contain;
}

/* Ajuste de Margens para o Título do Mapa (Ponto 3) */
.ils-map-link {
    margin: 0 16px;
    font-size: 13px;
    color: var(--ils-color-primary);
    text-decoration: none;
    display: inline-block;
}

/* --- Ajuste Fina para Delivery --- */
.ils-delivery-row {
    background-color: var(--ils-bg-delivery);
    border-radius: 12px;
    margin: 8px 16px;
    padding: 10px;
    display: flex;
    justify-content: center; /* Centraliza os ícones */
    gap: 24px; /* Espaço maior entre iFood e 99Food */
    min-height: 70px;
    align-items: center;
}

.ils-delivery-link img {
    width: 48px !important; /* Tamanho ideal para as novas logos VF */
    height: auto !important;
    max-height: 48px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.ils-delivery-link:hover img {
    transform: scale(1.1); /* Efeito sutil de zoom ao passar o mouse */
}

.ils-pdf__wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--gray-light);
  background: #FFFFFF;
}

.ils-pdf__frame {
  width: 100%;
  border: 0;
  display: block;
}

.ils-pdf__actions {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

/* --- Ajuste Fina para WhatsApp --- */
.ils-wa-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    margin: 4px 0;
}

.ils-wa-icon img {
    width: 28px;
    height: 28px;
}

.ils-wa-text {
    display: flex;
    flex-direction: column;
}

.ils-wa-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    font-weight: 700;
    margin-bottom: -2px;
}

.ils-wa-num {
    font-size: 16px;
    font-weight: 700;
    color: #25D366 !important;
    text-decoration: none !important;
}

.ils-status-line{
  width:100%;
  text-align:center;
  padding:12px 16px;
  border:1px solid var(--gray-light);
  border-radius:12px;
  background:#fff;
  box-shadow: var(--shadow-soft);
}

.vitrine-sabores-resumo{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--gray-warm);
  margin: 8px 0 12px;
}

.vitrine-card .vitrine-when{
  opacity:.75;
  font-size:14px;
  margin: 0 0 10px;
}

.vitrine-card .vitrine-foto img{
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.ils-events {
  background: var(--bg-main);
}

.ils-events__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}

.ils-events__hero {
  background: #FFFFFF;
  border: 1px solid var(--gray-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.ils-events__topbar {
  background: var(--color-primary);
  color: #111;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

.ils-events__mark {
  width: 84px;
  height: auto;
  display: block;
}

.ils-events__heroTitle {
  margin: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

.ils-events__heroSub {
  margin: 2px 0 0;
  font-weight: 800;
  font-size: 14px;
  opacity: 0.85;
}

.ils-events__heroBody {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding: 18px 16px 16px;
}

.ils-events__content h2,
.ils-events__content h3 {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-events__content p {
  margin: 0 0 12px;
  color: var(--text-primary);
}

.ils-events__side {
  background: #FFFFFF;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  padding: 14px;
}

.ils-events__cta {
  display: grid;
  gap: 10px;
}

.ils-events__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.08);
}

.ils-events__btn--pink {
  background: var(--color-accent);
  color: #FFFFFF;
}

.ils-events__btn--ghost {
  background: #FFFFFF;
  color: var(--color-brown);
}

.ils-events__gallery {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.ils-events__gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  display: block;
}

@media (max-width: 860px) {
  .ils-events__heroBody {
    grid-template-columns: 1fr;
  }
}

.ils-fullpage {
  height: 100vh;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  background: var(--bg-main);
}

.ils-slide {
  min-height: 100vh;
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
}

.ils-slide__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}

.ils-slide--center .ils-slide__inner {
  display: grid;
  place-items: center;
  min-height: 100%;
}

.ils-slideNav {
  position: sticky;
  top: 16px;
  display: flex;
  justify-content: flex-end;
  z-index: 5;
  padding: 0 16px;
}

.ils-slideNav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid var(--gray-light);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 900;
}

.ils-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 980px) {
  .ils-events-grid {
    grid-template-columns: 1fr;
  }
}

.ils-events-card {
  border-radius: 28px;
  overflow: hidden;
  background: #F5F5F5;
  border: 1px solid var(--color-primary-dark);
}

.ils-events-card__top {
  padding: 18px 18px 0;
}

.ils-events-fachadaSwap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.10);
  background: #FFFFFF;
  aspect-ratio: 4 / 3;
}

.ils-events-fachadaSwap__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ils-events-fachadaSwap__img--b {
  opacity: 0;
  animation: ilsFadeSwap var(--ils-swap-total, var(--ils-swap-seconds, 8s)) ease-in-out infinite;
}

@keyframes ilsFadeSwap {
  0% { opacity: 0; }
  15% { opacity: 0; }
  45% { opacity: 1; }
  65% { opacity: 1; }
  100% { opacity: 0; }
}

.ils-events-fachadaSwap--triple .ils-events-fachadaSwap__img {
  opacity: 0;
  animation: ilsFadeSwap3 var(--ils-swap-total, 24s) ease-in-out infinite;
}

@keyframes ilsFadeSwap3 {
  0% { opacity: 1; }
  28% { opacity: 1; }
  34% { opacity: 0; }
  100% { opacity: 0; }
}

.ils-events-card__bottomSwap {
  margin-top: 10px;
}

.ils-events-mail--inline {
  margin-top: 10px;
}

.ils-events-mailIcon--sm {
  width: 64px;
}

.ils-events-fachadaStripe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  z-index: 2;
}

.ils-events-fachadaStripe--pink {
  left: 0;
  background: var(--color-accent);
}

.ils-events-fachadaStripe--yellow {
  right: 0;
  background: var(--color-primary);
}

.ils-events-fachadaLogo {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 86px;
  height: auto;
  z-index: 3;
}

.ils-events-card__body {
  padding: 18px 20px 22px;
  display: grid;
  gap: 14px;
}

.ils-events-card__tagline {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.15;
  color: var(--text-primary);
}

.ils-events-card__text {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.35;
}

.ils-events-card__text p {
  margin: 0 0 10px;
}

.ils-events-card__h {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 6px;
}

.ils-events-card__btn {
  width: 100%;
  justify-content: center;
}

.ils-events-hands {
  width: 170px;
  height: auto;
  display: block;
  margin: 2px auto 0;
  opacity: 0.95;
}

.ils-events-contactTitle {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-events-contactList {
  display: grid;
  gap: 10px;
}

.ils-events-contactRow {
  display: grid;
  grid-template-columns: 34px 42px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  text-decoration: none;
  background: #FFFFFF;
}

.ils-events-contactRow:hover {
  background: var(--color-primary);
  border-color: var(--color-primary-dark);
}

.ils-events-contactIcon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.ils-events-contactUF {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-events-contactNum {
  font-weight: 800;
  color: var(--text-primary);
}

.ils-events-contactEmpty {
  color: var(--gray-warm);
}

.ils-events-mail {
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
}

.ils-events-mailIcon {
  width: 86px;
  height: auto;
  display: block;
}

.ils-events-formHint {
  color: var(--gray-warm);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.ils-events-form .frm_forms {
  margin: 0;
}

.ils-events-form .frm_form_fields,
.ils-events-form .frm_fields_container {
  display: grid;
  gap: 10px;
}

.ils-events-form .frm_form_field {
  margin: 0 !important;
}

.ils-events-form input[type="text"],
.ils-events-form input[type="email"],
.ils-events-form input[type="tel"],
.ils-events-form input[type="number"],
.ils-events-form textarea,
.ils-events-form select {
  width: 100% !important;
  border-radius: 12px !important;
  border: 1px solid var(--gray-light) !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
  background: #FFFFFF !important;
}

.ils-events-form textarea {
  min-height: 96px;
  resize: vertical;
}

.ils-events-form .frm_submit {
  margin-top: 6px;
}

.ils-events-form .frm_button_submit {
  width: 100% !important;
  border-radius: 12px !important;
  background: var(--color-accent) !important;
  color: #FFFFFF !important;
  border: 0 !important;
  padding: 12px 14px !important;
  font-weight: 900 !important;
}

.ils-events-form .frm_button_submit:hover {
  filter: brightness(0.95);
}

.gs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 16px 0;
}

.gs-col {
  background: #FFFFFF;
  border: 1px solid var(--gray-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.gs-col .head {
  background: #F7D64A !important;
  background: var(--color-primary) !important;
  color: var(--color-brown) !important;
  font-weight: 900;
  padding: 12px 14px;
}

.gs-col .body {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.gs-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #FFFFFF;
  color: var(--text-primary);
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.10);
}

.gs-btn__label {
  font-weight: 900;
}

.gs-btn__status {
  font-weight: 900;
  font-size: 14px;
  background: transparent;
  border: 0;
}

.gs-btn--ok .gs-btn__status {
  color: #14532d;
}

.gs-btn--stub .gs-btn__status {
  color: #7f1d1d;
}

.gs-btn__text {
  display: inline;
  min-width: 0;
}

.gs-btn__num {
  font-size: 12px;
  opacity: 0.8;
}

.gs-btn__label {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gs-btn:hover {
  filter: brightness(0.96);
}

.gs-btn--stub {
  border-style: dashed;
  opacity: 0.95;
}

.ils-table .ts-GZ .ils-orig { color: #1e40af !important; }
.ils-table .ts-SZ .ils-orig { color: #166534 !important; }
.ils-table .ts-S .ils-orig { color: #6b21a8 !important; }
.ils-table .ts-G .ils-orig { color: #92400e !important; }
.ils-table .ts-GZ,
.ils-table .ts-SZ,
.ils-table .ts-S,
.ils-table .ts-G { color: #111 !important; }

.ils-table td.ils-price {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ils-price-old {
  opacity: 0.75;
  text-decoration: line-through;
}

.ils-price-new {
  font-weight: 900;
}

.ils-price-applied {
  background: color-mix(in srgb, var(--color-primary) 35%, transparent);
  border-radius: 10px;
}

.ils-uf-export {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: var(--text-primary);
  font-weight: 900;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}

.ils-uf-export:hover {
  filter: brightness(0.97);
}

.frm_style_sleek-smooth-style,
.frm_style_sleek-smooth-style.frm_forms {
  --ils-frm-primary: rgba(255,191,0,1);
  --ils-frm-field-text: #555555;
  --ils-frm-field-border: #cccccc;
  --ils-frm-btn-text: #ffffff;
  --ils-frm-font-size: 15px;
  --ils-frm-pad-y: 12px;
  --ils-frm-pad-x: 12px;
  --ils-frm-gap: 14px;
  --ils-frm-radius: 0px;
}

.frm_style_sleek-smooth-style .frm_form_fields,
.frm_style_sleek-smooth-style.frm_forms .frm_form_fields {
  font-size: var(--ils-frm-font-size);
}

.frm_style_sleek-smooth-style .frm_form_fields .frm_form_field,
.frm_style_sleek-smooth-style.frm_forms .frm_form_fields .frm_form_field {
  margin-bottom: var(--ils-frm-gap);
}

.frm_style_sleek-smooth-style input[type="text"],
.frm_style_sleek-smooth-style input[type="email"],
.frm_style_sleek-smooth-style input[type="tel"],
.frm_style_sleek-smooth-style input[type="number"],
.frm_style_sleek-smooth-style input[type="date"],
.frm_style_sleek-smooth-style input[type="time"],
.frm_style_sleek-smooth-style textarea,
.frm_style_sleek-smooth-style select {
  color: var(--ils-frm-field-text);
  border-color: var(--ils-frm-field-border);
  padding: var(--ils-frm-pad-y) var(--ils-frm-pad-x);
  border-radius: var(--ils-frm-radius);
}

.frm_style_sleek-smooth-style input[type="text"]:focus,
.frm_style_sleek-smooth-style input[type="email"]:focus,
.frm_style_sleek-smooth-style input[type="tel"]:focus,
.frm_style_sleek-smooth-style input[type="number"]:focus,
.frm_style_sleek-smooth-style input[type="date"]:focus,
.frm_style_sleek-smooth-style input[type="time"]:focus,
.frm_style_sleek-smooth-style textarea:focus,
.frm_style_sleek-smooth-style select:focus {
  outline: none;
  border-color: var(--ils-frm-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ils-frm-primary) 25%, transparent);
}

.frm_style_sleek-smooth-style .frm_button_submit,
.frm_style_sleek-smooth-style button.frm_button_submit,
.frm_style_sleek-smooth-style input[type="submit"] {
  background: var(--ils-frm-primary);
  color: var(--ils-frm-btn-text);
  border-color: var(--ils-frm-primary);
  border-radius: var(--ils-frm-radius);
}

.frm_style_sleek-smooth-style .frm_button_submit:hover,
.frm_style_sleek-smooth-style button.frm_button_submit:hover,
.frm_style_sleek-smooth-style input[type="submit"]:hover {
  filter: brightness(0.95);
}

.ils-user-manual {
  background: #fff;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.ils-user-manual__head {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.ils-user-manual__title {
  margin: 0;
  font-weight: 900;
  color: var(--text-primary);
}

.ils-user-manual__search {
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid var(--gray-light);
}

.ils-user-manual__meta {
  color: var(--gray-warm);
  font-weight: 700;
  font-size: 13px;
}

.ils-user-manual__sec {
  margin: 18px 0 10px;
  font-weight: 900;
  color: var(--color-brown);
}

.ils-user-manual__item {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px 12px;
  background: #fff;
  margin-bottom: 10px;
}

.ils-user-manual__details {
  margin-top: 10px;
}

.ils-user-manual__summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--color-brown);
}

.ils-user-manual__help {
  margin-top: 8px;
  color: var(--text-primary);
}

.ils-user-manual__help pre {
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 10px 12px;
  overflow: auto;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.ils-admin-page-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  text-align: left;
  margin: 16px 0 14px;
  color: var(--text-primary);
}

.ils-admin-page-title--center {
  text-align: center;
}

.ils-cardapio {
  background: #fff;
  border: 1px solid var(--gray-light);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.ils-cardapio__block {
  margin-top: 18px;
}

.ils-cardapio__block:first-child {
  margin-top: 0;
}

.ils-cardapio__blockTitle {
  font-weight: 900;
  color: var(--color-brown);
  margin: 0 0 10px;
  font-size: 18px;
}

.ils-cardapio__subTitle {
  font-weight: 900;
  margin: 12px 0 8px;
  font-size: 15px;
  color: var(--text-primary);
}

.ils-cardapio__grid {
  display: grid;
  gap: 10px;
}

.ils-cardapio__item {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px 12px;
  background: #fff;
  display: grid;
  gap: 4px;
}

.ils-cardapio__name {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-cardapio__desc {
  color: var(--gray-warm);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}

.ils-cardapio__meta {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--gray-warm);
  font-weight: 800;
  font-size: 13px;
}

.ils-cardapio__price {
  color: var(--text-primary);
  font-weight: 900;
}

.ils-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.ils-modal:target {
  display: block;
}

.ils-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.ils-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, calc(100% - 24px));
  max-height: min(86vh, 860px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.ils-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ils-modal__title {
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  color: var(--text-primary);
}

.ils-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text-primary);
  border: 1px solid rgba(0,0,0,0.10);
  background: #fff;
  font-size: 20px;
  line-height: 1;
}

.ils-modal__body {
  padding: 14px;
}

.ils-cardapio-a4 {
  display: none;
}

.ils-cardapio-a4__title {
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 10px;
}

.ils-cardapio-a4__cols {
  column-count: 2;
  column-gap: 18px;
}

.ils-cardapio-a4__blockTitle {
  column-span: all;
  font-weight: 900;
  font-size: 16px;
  margin: 14px 0 8px;
}

.ils-cardapio-a4__subTitle {
  column-span: all;
  font-weight: 900;
  font-size: 13px;
  margin: 8px 0 6px;
}

.ils-cardapio-a4__item {
  break-inside: avoid;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 6px 0;
}

.ils-cardapio-a4__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ils-cardapio-a4__name {
  font-weight: 900;
}

.ils-cardapio-a4__price {
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ils-cardapio-a4__desc {
  font-size: 11px;
  line-height: 1.25;
  opacity: 0.85;
  margin-top: 2px;
}

.ils-cardapio-a4__tag {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}

@media print {
  @page {
    size: A4;
    margin: 10mm;
  }
  body {
    background: #ffffff !important;
  }
  .site-header,
  .site-footer,
  .elementor-location-header,
  .elementor-location-footer,
  .btn-ils-outline,
  input,
  select,
  textarea,
  button {
    display: none !important;
  }
  form {
    display: block !important;
  }
  .ils-precos-print {
    display: none !important;
  }
  .ils-cardapio-a4 {
    display: block !important;
  }
  .ils-menu-page,
  .ils-cardapio-a4,
  .ils-cardapio-a4__cols {
    width: 100% !important;
    max-width: none !important;
  }
  .ils-precos-print,
  .ils-precos-print table,
  .ils-precos-print thead,
  .ils-precos-print tbody,
  .ils-precos-print tr,
  .ils-precos-print th,
  .ils-precos-print td {
    display: revert !important;
    visibility: visible !important;
  }
  .ils-precos-print table {
    width: 100% !important;
    border-collapse: collapse !important;
  }
  .ils-precos-print th,
  .ils-precos-print td {
    border: 1px solid #111 !important;
    padding: 6px 8px !important;
    color: #111 !important;
  }
}

.ils-user-manual__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.ils-user-manual__label {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-user-manual__note {
  margin-top: 6px;
  display: grid;
  gap: 2px;
}

.ils-user-manual__noteLine {
  color: var(--gray-warm);
  font-weight: 700;
  font-size: 13px;
}

.ils-user-manual__path {
  color: var(--gray-warm);
  font-size: 12px;
}

.ils-vitrine-dash {
  margin-top: 12px;
}

.ils-vitrine-dash__filters {
  margin-bottom: 12px;
}

.ils-vitrine-dash__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.ils-vitrine-dash__row label {
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: var(--text-primary);
}

.ils-vitrine-dash__row select {
  min-width: 180px;
}

.ils-vitrine-dash__empty {
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
}

.ils-vitrine-dash__summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.ils-vitrine-dash__kpi {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 12px 14px;
}

.ils-vitrine-dash__kpi .k {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 800;
}

.ils-vitrine-dash__kpi .v {
  font-size: 20px;
  font-weight: 900;
  margin-top: 2px;
}

.ils-vitrine-dash__block {
  margin-top: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 12px 14px;
}

.ils-vitrine-dash__title {
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.ils-vitrine-dash__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ils-vitrine-dash__chip {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  font-weight: 800;
  font-size: 13px;
  background: rgba(255, 191, 0, 0.15);
}

.ils-vitrine-dash__top {
  display: grid;
  gap: 8px;
}

.ils-vitrine-dash__topRow {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.ils-rank {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.06);
}

.ils-rank--1 {
  background: rgba(255, 191, 0, 0.25);
  border-color: rgba(255, 191, 0, 0.55);
}

.ils-rank--2 {
  background: rgba(148, 163, 184, 0.25);
  border-color: rgba(148, 163, 184, 0.55);
}

.ils-rank--3 {
  background: rgba(180, 83, 9, 0.18);
  border-color: rgba(180, 83, 9, 0.4);
}

.ils-vitrine-dash__topName {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-vitrine-dash__topCount {
  font-weight: 900;
  opacity: 0.75;
  min-width: 22px;
  text-align: right;
}

.ils-vitrine-dash__tableWrap {
  width: 100%;
  overflow: auto;
}

.ils-vitrine-dash__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.ils-vitrine-dash__table th {
  text-align: left;
  font-weight: 900;
  padding: 10px 8px;
  border-bottom: 2px solid rgba(0,0,0,.12);
}

.ils-vitrine-dash__table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  vertical-align: top;
}

@media (max-width: 720px) {
  .ils-vitrine-dash__summary {
    grid-template-columns: 1fr;
  }
  .ils-vitrine-dash__row select {
    min-width: 0;
    width: 100%;
  }
  .ils-vitrine-dash__row label {
    width: 100%;
  }
}

.ils-styleguide {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 16px 40px;
}

.ils-h1,
.ils-h2,
.ils-h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-primary);
  margin: 0;
}

.ils-h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin: 6px 0 14px;
}

.ils-h2 {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  margin: 22px 0 12px;
}

.ils-h3 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
  margin: 16px 0 10px;
}

.ils-body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-primary);
}

.ils-styleguide pre,
.ils-styleguide code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
}

.ils-styleguide pre {
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 10px 12px;
  overflow: auto;
}

.ils-styleguide code {
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 8px;
  padding: 2px 6px;
}

.ils-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  min-height: 44px;
  line-height: 1.15;
  font-size: 15px;
  transition: transform .12s ease, filter .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
}

.ils-btn:hover { filter: brightness(0.98); transform: translateY(-1px); }
.ils-btn:active { transform: translateY(0); }

.ils-btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary-dark);
  color: var(--color-brown);
}

.ils-btn-secondary {
  background: var(--color-accent);
  border-color: color-mix(in srgb, var(--color-accent) 80%, #000);
  color: #fff;
}

.ils-btn-outline {
  background: transparent;
  border-color: var(--color-accent);
  color: var(--color-accent);
}
.ils-btn-outline:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.ils-btn-dark {
  background: #111;
  border-color: #111;
  color: #fff;
}

.ils-btn-row > a,
.ils-btn-row > button {
  flex: 0 0 auto;
}

.ils-btn-row .ils-btn {
  width: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--color-accent) 85%, #000);
  outline-offset: 3px;
}

.entry-content a:not(.ils-btn):not(.btn):not(.button):not(.wp-element-button) {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.entry-content a:not(.ils-btn):not(.btn):not(.button):not(.wp-element-button):hover {
  text-decoration-thickness: 3px;
}

.ils-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.04);
  font-weight: 900;
  font-size: 12px;
  color: var(--text-primary);
}

.ils-badge-red { background: color-mix(in srgb, #DC2626 16%, transparent); border-color: color-mix(in srgb, #DC2626 35%, transparent); color: #7f1d1d; }
.ils-badge-green { background: color-mix(in srgb, #16A34A 16%, transparent); border-color: color-mix(in srgb, #16A34A 35%, transparent); color: #14532d; }
.ils-badge-blue { background: color-mix(in srgb, #5D9ECF 18%, transparent); border-color: color-mix(in srgb, #5D9ECF 40%, transparent); color: #1e3a8a; }

.ils-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: grid;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ils-card:hover,
.ils-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--ils-color-border-hover, #E6AA0A);
  box-shadow: var(--ils-shadow-hover, 0 12px 28px rgba(0,0,0,0.08));
}

.ils-card-media {
  aspect-ratio: 4 / 3;
  background: rgba(0,0,0,0.04);
  display: block;
}

.ils-blog-sidebar {
  display: grid;
  gap: 0;
  border: 1px solid rgba(0,0,0,0.10);
}

.ils-sidebar-block {
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.10);
  border-radius: 0;
  box-shadow: none;
  padding: 16px 14px;
  background: #fff;
}

.ils-sidebar-block:first-child {
  border-top: 0;
}

.ils-sidebar-block--search {
  background: var(--color-primary-soft, #FFEFAD);
}

.ils-sidebar-block--lojas {
  background: var(--bg-main, #F6F6F6);
}

.ils-sidebar-block--products {
  background: color-mix(in srgb, var(--color-accent, #D7708B) 10%, #fff);
}

.ils-sidebar-block--institucional {
  background: color-mix(in srgb, var(--color-primary, #F7D64A) 14%, #fff);
}

.ils-sidebar-cta {
  display: grid;
  gap: 10px;
}

.ils-sidebar-cta .ils-btn {
  width: 100%;
  justify-content: center;
}

.ils-search-empty {
  padding: 14px;
  border: 1px dashed rgba(0,0,0,0.22);
  border-radius: 14px;
  background: color-mix(in srgb, var(--color-primary, #F7D64A) 10%, #fff);
}

.ils-print-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.ils-print-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  color: var(--text-primary);
  font-weight: 900;
  text-decoration: none;
}

.ils-print-tab.is-active {
  border-color: var(--ils-color-border-hover, #E6AA0A);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ils-color-border-hover, #E6AA0A) 22%, transparent);
}

.ils-print__bar {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 14px;
  background: #fff;
}

.ils-print__form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.ils-print__form .row2 {
  margin-top: 10px;
}

.ils-print__form label {
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}

.ils-print__form input[type="search"],
.ils-print__form select {
  min-width: 180px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.18);
  background: #fff;
}

.ils-print__listTop {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0 10px;
}

.ils-print__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.ils-print__item {
  display: grid;
  grid-template-columns: 18px 40px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  background: #fff;
}

.ils-print__item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.10);
}

.ils-labels-print__controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 12px;
}

.ils-labels-print__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5mm;
  padding: 5mm;
}

.ils-label {
  width: 9cm;
  height: 6cm;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.20);
  padding: 6px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  page-break-inside: avoid;
  font-family: 'Montserrat', sans-serif;
}

.ils-label__top {
  background: var(--color-primary, #F7D64A);
  height: 32px;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}

.ils-label__tipo {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 11px;
  font-weight: 900;
  color: var(--color-brown);
  line-height: 20px;
}

.ils-label__nome {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin: 8px 0 8px;
  line-height: 1.1;
  word-wrap: break-word;
}

.ils-label__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2px;
  font-size: 12px;
}

.ils-label__list li {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-weight: 600;
}

.ils-label__list li::before {
  content: "🍦";
}

.ils-label__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.ils-label__badge {
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.ils-label__alertas {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.ils-label__qr {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 2cm;
  height: 2cm;
  object-fit: contain;
}

@media print {
  .no-print { display: none !important; }
  .ils-labels-print__grid { padding: 0 !important; gap: 0 !important; justify-content: space-between !important; }
  .ils-label { margin: 5mm !important; }
}

.etiquetas-view {
  all: initial;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  background: #fff !important;
}

@page {
  size: A4;
  margin: 5mm;
}

@media print {
  header,
  footer,
  .site-footer,
  .site-header {
    display: none !important;
  }
  body {
    margin: 0 !important;
  }
}

.etiquetas-view .print-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}

.etiquetas-view .label-container {
  width: 9cm !important;
  height: 6cm !important;
  margin: 5mm !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  padding: 6px !important;
  padding-bottom: 2.4cm !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
  page-break-inside: avoid !important;
}

.etiquetas-view .top-bar {
  background: #FFBF00 !important;
  height: 32px !important;
  width: 100% !important;
  margin-bottom: 2px !important;
  position: relative !important;
}

.etiquetas-view .tipo-produto {
  position: absolute !important;
  top: 6px !important;
  left: 8px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #2b1b08 !important;
  line-height: 20px !important;
}

.etiquetas-view .vegano-tag {
  position: absolute !important;
  top: 6px !important;
  right: 8px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #1b7f3a !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  gap: 6px !important;
  align-items: center !important;
}

.etiquetas-view .vegano-ico {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  display: inline-block !important;
}

.etiquetas-view .vegano-txt {
  display: inline-block !important;
}

.etiquetas-view h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin: 8px 0 6px !important;
  line-height: 1.1 !important;
  word-wrap: break-word !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

.etiquetas-view ul.emoji-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.etiquetas-view ul.emoji-list li {
  display: flex !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 2px !important;
}

.etiquetas-view ul.emoji-list li::before {
  content: "🍦" !important;
  margin-right: 6px !important;
}

.etiquetas-view .badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin: 2px 0 6px !important;
}

.etiquetas-view .badge {
  color: #111 !important;
  font-size: 11px !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,0.18) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  background: #f2f2f2 !important;
}

.etiquetas-view .badge--proteico { background: #DDF3E3 !important; }
.etiquetas-view .badge--menoscal { background: #FFF1C7 !important; }
.etiquetas-view .badge--probio { background: #EDE7FF !important; }
.etiquetas-view .badge--fibras { background: #E8F1FF !important; }
.etiquetas-view .badge--fruta { background: #E7FBF4 !important; }
.etiquetas-view .badge--cremoso { background: #F6F1E6 !important; }
.etiquetas-view .badge--zlac { background: #FFF1C7 !important; }
.etiquetas-view .badge--zsac { background: #FFE3EA !important; }
.etiquetas-view .badge--sglut { background: #EDE7FF !important; }
.etiquetas-view .badge--saudavel { background: #DDF3E3 !important; }
.etiquetas-view .badge--exotico { background: #FFE3EA !important; }
.etiquetas-view .badge--crocante { background: #F7F0FF !important; }
.etiquetas-view .badge--famoso { background: #E8F1FF !important; }
.etiquetas-view .badge--regional { background: #F6F1E6 !important; }
.etiquetas-view .badge--maispedido { background: #FFF1C7 !important; }
.etiquetas-view .badge--top { background: #FFE3EA !important; }
.etiquetas-view .badge--misc { background: #F2F2F2 !important; }

.etiquetas-view .alertas {
  position: absolute !important;
  left: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
}

.etiquetas-view .alertas p {
  margin: 2px 0 !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  font-size: 14px !important;
}

.etiquetas-view .alertas p:first-child {
  text-transform: uppercase !important;
}

.etiquetas-view .qr-code {
  position: absolute !important;
  bottom: 2.3cm !important;
  right: 8px !important;
  width: 2cm !important;
  height: 2cm !important;
}

.ils-blog-sidebar__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.ils-blog-sidebar__list a {
  text-decoration: none;
}

.ils-blog-sidebar__list a:hover {
  text-decoration: underline;
}

.ils-blog-sidebar__woo ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ils-blog-sidebar__woo ul.products li.product {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.ils-blog-sidebar__woo ul.products li.product a {
  text-decoration: none;
}

.ils-blog-sidebar__woo ul.products li.product .woocommerce-loop-product__title {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
  margin: 10px 0 6px;
  color: var(--text-primary);
}

.ils-blog-sidebar__woo ul.products li.product .price {
  font-weight: 900;
  color: var(--color-brown);
}

.ils-blog-sidebar__woo ul.products li.product img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.ils-blog-sidebar__woo ul.products li.product .button {
  width: 100%;
  margin-top: 10px;
}

.ils-sidebar-block--userhi {
  background: var(--color-primary-soft, #FFEFAD);
}

.ils-userhi {
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.25;
}

.ils-userhi__link {
  font-weight: 900;
  text-decoration: underline;
  color: inherit;
}

.ils-woo-grid ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.ils-woo-grid ul.products li.product {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.ils-woo-grid ul.products li.product a {
  text-decoration: none;
}

.ils-woo-grid ul.products li.product .woocommerce-loop-product__title {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
  margin: 10px 0 6px;
  color: var(--text-primary);
}

.ils-woo-grid ul.products li.product .price {
  font-weight: 900;
  color: var(--color-brown);
}

.ils-woo-grid ul.products li.product .button {
  width: 100%;
  margin-top: 10px;
}

.ils-search-box {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}

.ils-search-box__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.ils-search-box__input {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 15px;
  color: var(--text-primary);
  background: #fff;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.ils-search-box__input:focus {
  outline: none;
  border-color: var(--color-primary-dark);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 25%, transparent);
}

.ils-search-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  background: var(--color-primary);
  color: var(--color-brown);
  font-weight: 900;
  cursor: pointer;
}

.ils-search-box__btn:hover {
  background: var(--color-primary-dark);
}

.ils-search-box__hint {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.35;
  color: var(--gray-warm);
}

.ils-pagination {
  margin-top: 16px;
}

.ils-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ils-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  color: var(--text-primary);
  font-weight: 900;
  text-decoration: none;
}

.ils-pagination .page-numbers.current {
  border-color: var(--ils-color-border-hover, #E6AA0A);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ils-color-border-hover, #E6AA0A) 22%, transparent);
}

.ils-pagination .page-numbers:hover {
  border-color: var(--ils-color-border-hover, #E6AA0A);
}

.ils-search-page {
  display: grid;
  gap: 18px;
}

.ils-search-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.ils-single-post__titleWrap {
  width: 100%;
}

.ils-single-post__titleWrap .titulo-de-pagina {
  margin-top: 26px;
  margin-bottom: 18px;
}

.ils-single-post__featured img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.ils-single-post__featured {
  margin: 0 0 14px;
}

@media (min-width: 960px) {
  .ils-search-page {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
  .ils-search-page__main { grid-area: main; }
  .ils-search-page__sidebar { grid-area: sidebar; }
  .ils-search-page { grid-template-areas: "main sidebar"; }
  .ils-search-page.ils-search-page--sidebar-left {
    grid-template-columns: 320px 1fr;
    grid-template-areas: "sidebar main";
  }
}

.ils-search-page__main {
  min-width: 0;
}

.ils-search-page__sidebar {
  min-width: 0;
}

.site-content {
  padding-bottom: 32px;
}

.ils-share {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.ils-share__title {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-share__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ils-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  color: var(--text-primary);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ils-share__btn:hover,
.ils-share__btn:focus-visible {
  border-color: var(--ils-color-border-hover, #E6AA0A);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ils-color-border-hover, #E6AA0A) 22%, transparent);
}

.ils-share__copied {
  display: inline-block;
  margin-left: 8px;
  font-weight: 800;
  color: var(--color-brown);
}

.ils-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ils-card-body {
  padding: 14px 14px 16px;
  display: grid;
  gap: 10px;
}

.ils-feature-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.ils-feature-card .ils-card-media { aspect-ratio: 16 / 9; }

@media (min-width: 768px) {
  .ils-feature-card {
    grid-template-columns: 44% 1fr;
    align-items: stretch;
  }
  .ils-feature-card .ils-card-media { aspect-ratio: auto; height: 100%; }
}

.ils-feature-card-body {
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.ils-panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

.ils-panel-title {
  font-weight: 900;
  font-size: 16px;
  color: var(--text-primary);
  margin: 0 0 10px;
}

.ils-input,
.ils-select,
.ils-textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 15px;
  color: var(--text-primary);
  background: #fff;
}

.ils-input:focus,
.ils-select:focus,
.ils-textarea:focus {
  outline: none;
  border-color: var(--color-primary-dark);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 25%, transparent);
}

.ils-styleguide .ils-swatch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.ils-styleguide .ils-swatch {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.ils-styleguide .ils-swatch__color {
  height: 96px;
  background: var(--swatch, #eee);
}

.ils-styleguide .ils-swatch__meta {
  padding: 10px 12px;
  display: grid;
  gap: 4px;
}

.ils-styleguide .ils-swatch__name { font-weight: 900; color: var(--text-primary); }
.ils-styleguide .ils-swatch__hex { font-weight: 900; color: var(--color-brown); }

.ils-sg-hero {
  background: var(--color-primary-soft);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: var(--shadow-soft);
}

.ils-sg-kicker {
  margin: 0 0 6px;
  font-weight: 900;
  color: var(--color-brown);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
}

.ils-sg-title {
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.1;
  color: var(--text-primary);
}

.ils-sg-intro {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-primary);
  opacity: 0.95;
}

.ils-section {
  margin-top: 18px;
  padding: 18px 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

.ils-section-title {
  margin: 0 0 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  color: var(--text-primary);
}

.ils-section-note {
  margin: 0 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: var(--gray-warm);
}

.ils-grid {
  display: grid;
  gap: 12px;
}

.ils-grid-2 { grid-template-columns: 1fr; }
.ils-grid-3 { grid-template-columns: 1fr; }
.ils-grid-4 { grid-template-columns: 1fr; }

@media (min-width: 720px) {
  .ils-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ils-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ils-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.ils-code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.04);
  font-weight: 900;
  font-size: 12px;
  color: var(--color-brown);
  margin-right: 6px;
}

.ils-small {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--gray-warm);
  font-weight: 600;
}

.ils-swatch {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
  display: grid;
}

.ils-swatch-color {
  height: 96px;
}

.ils-swatch-body {
  padding: 10px 12px;
  display: grid;
  gap: 4px;
}

.ils-swatch-name {
  font-weight: 900;
  color: var(--text-primary);
}

.ils-swatch-use {
  font-size: 13px;
  line-height: 1.35;
  color: var(--gray-warm);
  font-weight: 600;
}

.ils-btn-row,
.ils-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ils-type-sample {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 12px 12px;
  background: rgba(0,0,0,0.02);
}

.ils-card-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
  color: var(--text-primary);
}

.ils-card-text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: var(--gray-warm);
}

.ils-feature-card-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-primary);
}

.ils-feature-card-text,
.ils-panel-text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-warm);
}

.ils-form-demo {
  display: grid;
  gap: 12px;
}

.ils-field {
  display: grid;
  gap: 6px;
}

.ils-label {
  font-weight: 900;
  font-size: 13px;
  color: var(--text-primary);
}

.ils-home-rule {
  background: var(--color-primary-soft);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 12px 14px;
}

.home-hero .elementor-container,
.home-hero .e-con-inner,
.home-choices .elementor-container,
.home-choices .e-con-inner,
.home-quality .elementor-container,
.home-quality .e-con-inner,
.home-inclusao .elementor-container,
.home-inclusao .e-con-inner,
.home-lojas .elementor-container,
.home-lojas .e-con-inner,
.home-cardapio .elementor-container,
.home-cardapio .e-con-inner,
.home-lojinha .elementor-container,
.home-lojinha .e-con-inner,
.home-social .elementor-container,
.home-social .e-con-inner,
.home-finalcta .elementor-container,
.home-finalcta .e-con-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.home-choices,
.home-cardapio,
.home-finalcta {
  background: var(--bg-main);
}

.home-inclusao {
  background: var(--color-primary-soft);
}

.home-lojinha {
  background: var(--color-accent-soft);
}

.home-hero .ils-btn-row {
  gap: 12px;
}

.home-hero .ils-btn {
  min-width: 180px;
}

.ils-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ils-feature-card > img {
  width: 100%;
  display: block;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

@media (min-width: 768px) {
  .ils-feature-card > img {
    aspect-ratio: auto;
    height: 100%;
  }
}

.ils-color-lines {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.ils-color-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  background: rgba(0,0,0,0.02);
}

.ils-color-line__text {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ils-color-line__title {
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.25;
}

.ils-color-line__desc {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--gray-warm);
}

.ils-color-chip {
  width: 54px;
  height: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.16);
  background: var(--chip, #eee);
  flex: 0 0 auto;
}

.home-hero .elementor-button,
.home-hero .elementor-button-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-hero .elementor-button-text {
  line-height: 1.1;
}

.ils-timeline {
  display: grid;
  gap: 12px;
}

.ils-timeline__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
}

.ils-timeline__item {
  flex: 0 0 260px;
  scroll-snap-align: start;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: 14px 14px;
}

.ils-timeline__kicker {
  margin: 0 0 6px;
  font-weight: 900;
  color: var(--color-brown);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
}

.ils-timeline__title {
  margin: 0 0 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-primary);
}

.ils-timeline__text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray-warm);
}

@media (max-width: 719px) {
  .ils-timeline__track {
    flex-direction: column;
    overflow-x: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }
  .ils-timeline__item {
    flex-basis: auto;
  }
}

.ils-quote {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  background: color-mix(in srgb, var(--color-primary, #F7D64A) 10%, #fff);
  box-shadow: var(--shadow-soft);
  padding: 16px 16px;
}

.ils-quote__text {
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-primary);
}

.ils-quote__by {
  margin: 0;
  font-weight: 900;
  color: var(--color-brown);
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
