/* Páginas legais / conteúdo replicado da loja Shopify */
.content-prose {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--c-text-muted, #5c5c5c);
}
.content-prose h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--c-text, #1a1a1a);
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.02em;
}
.content-prose h2:first-child { margin-top: 0; }
.content-prose h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--c-text, #1a1a1a);
  margin: 1.5rem 0 0.5rem;
}
.content-prose h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2e7d32;
  margin: 1.25rem 0 0.4rem;
}
.content-prose p { margin: 0 0 0.85rem; }
.content-prose ul, .content-prose ol { margin: 0 0 1rem; padding-left: 1.25rem; }
.content-prose li { margin-bottom: 0.35rem; }
.content-prose a { color: #2e7d32; font-weight: 500; }
.content-prose a:hover { text-decoration: underline; }
.content-prose strong { color: var(--c-text, #1a1a1a); }
.shipping-details { margin-top: 1rem; }
.shipping-details details {
  border: 1px solid #e8ebe6;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  background: #fafbf9;
}
.shipping-details summary {
  cursor: pointer;
  padding: 0.65rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--c-text, #1a1a1a);
  list-style: none;
}
.shipping-details summary::-webkit-details-marker { display: none; }
.shipping-details details[open] summary { border-bottom: 1px solid #e8ebe6; }
.shipping-details .shipping-details__body {
  padding: 0.75rem 1rem 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--c-text-muted, #5c5c5c);
}
.cookie-table-wrap { overflow-x: auto; margin: 1rem 0; }
.cookie-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}
.cookie-table-wrap th, .cookie-table-wrap td {
  border: 1px solid #e0e0e0;
  padding: 0.4rem 0.5rem;
  text-align: left;
  vertical-align: top;
}
