/* Paginação da categoria e conteúdo da faixa final. */
.end-of-products { width: fit-content; margin: 38px auto 0; padding: 12px 18px; border: 1px solid color-mix(in srgb, var(--wine) 35%, transparent); border-radius: 6px; color: var(--wine); background: #f8eef0; font-size: 14px; font-weight: 600; text-align: center; }
.site-footer { padding: 34px 0; background: var(--ink); }
.footer-content { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 22px; align-items: start; }
.site-footer .brand { color: #fffaf3; }
.site-footer .brand small { color: rgba(255, 250, 243, .7); }
.footer-item { display: flex; gap: 10px; padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .18); color: #fffaf3; }
.footer-item svg { width: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.footer-item strong, .footer-item span { display: block; }
.footer-item strong { margin-bottom: 4px; font-size: 11px; }
.footer-item span { color: rgba(255, 250, 243, .72); font-size: 10px; line-height: 1.35; }
@media (max-width: 900px) { .footer-content { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 26px; } .footer-content .brand { grid-column: 1 / -1; } }
@media (max-width: 619px) { .site-footer { padding: 30px 0; } .footer-content { gap: 20px 14px; } .footer-item { padding-left: 10px; } .footer-item span { font-size: 9px; } }
