/* Identidade pública. O painel mantém sua própria folha de estilos. */
body.storefront {
    --roxo: #702981; --amarelo: #b51b79; --bg: #f8f5f9;
    --muted: #766c7e; --text-color: #342a3b; --card-bg: #fff; --border-color: #e8e0ec;
    background: var(--bg); color: var(--text-color); padding: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color-scheme: light;
}
.storefront .container { width: 100%; max-width: 1280px; padding: 28px; margin-inline: auto; }
.storefront main.container { min-height: 55vh; padding-top: 36px; padding-bottom: 64px; }
.storefront a { text-underline-offset: 4px; }
.storefront :focus-visible { outline: 3px solid #b51b79; outline-offset: 4px; }
.storefront h1 { font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.04em; }
.storefront h2 { letter-spacing: -.025em; }
.storefront #produtos { scroll-margin-top: 145px; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 20px; background: #fff; color: #a32178; z-index: 11000; }
.skip-link:focus { top: 12px; }
.storefront .site-header { position: sticky; top: 0; background: #fff; color: #342a3b; z-index: 1000; box-shadow: 0 2px 16px #30132e0a; border-bottom: 1px solid #e8e0ec; }
.store-address { background: #a32178; text-align: center; padding: 7px 20px; font-size: .78rem; }
.store-address a { color: #fff; text-decoration: none; }
.storefront .site-header .container { padding-block: 12px; }
.storefront .header-content { flex-direction: row; gap: 24px; }
.storefront .logo { display: flex; flex-shrink: 0; }
.storefront .logo img { height: 66px; width: auto; max-width: 170px; object-fit: contain; }
.storefront .site-nav { gap: 8px; }
.storefront .site-nav a { font-size: .94rem; color: #534258; padding: 10px 14px; border-radius: 10px; }
.storefront .site-nav a::after { content: none; }
.storefront .site-nav a:hover, .storefront .site-nav a[aria-current] { background: #f4e6f3; color: #a32178; }
.header-whatsapp, .hero-button { background: #702981; color: #fff; border-radius: 12px; padding: 13px 20px; text-decoration: none; font-weight: 650; display: inline-block; }
.header-whatsapp { font-size: .88rem; white-space: nowrap; }
.header-whatsapp:hover, .hero-button:hover { background: #a32178; }
.catalog-hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 44px; padding: 48px; border: 1px solid #e8e0ec; border-radius: 28px; background: linear-gradient(120deg, #f4e6f3, #fff 75%); margin-bottom: 44px; overflow: hidden; }
.eyebrow { color: #a32178; font-size: .75rem; text-transform: uppercase; font-weight: 750; letter-spacing: .14em; margin-bottom: 14px; }
.catalog-hero h1 { max-width: 590px; color: #442442; font-size: clamp(2.2rem, 4.6vw, 3.8rem); }
.catalog-hero h1 span { color: #b51b79; }
.catalog-hero p:not(.eyebrow) { margin: 20px 0 24px; color: #766c7e; max-width: 450px; }
.hero-note { display: block; color: #766c7e; font-size: .8rem; margin-top: 16px; }
.hero-image { width: 100%; border-radius: 20px; display: block; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 28px 0 22px; }
.section-heading p, .catalog-count { color: #766c7e; margin-top: 8px; }
.catalog-filters { background: #fff; border: 1px solid #e8e0ec; border-radius: 18px; padding: 22px; margin-bottom: 28px; }
.catalog-filters form { display: flex; align-items: end; flex-wrap: wrap; gap: 16px; }
.filter-field { display: flex; flex: 1 1 180px; flex-direction: column; gap: 7px; }
.filter-field label { font-size: .82rem; font-weight: 650; color: #534258; }
.storefront .catalog-filters input, .storefront .catalog-filters select { width: 100%; min-width: 0; background: #f8f5f9; border: 1px solid #cbd5e1; border-radius: 10px; padding: 12px; color: #342a3b; font: inherit; font-size: .9rem; min-height: 46px; }
.storefront .catalog-filters button { border: 0; font: inherit; cursor: pointer; }
.clear-filter { color: #a32178; font-size: .88rem; padding: 12px 0; }
.storefront .grid-produtos { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 24px 0 40px; }
.storefront .card-produto { position: relative; border: 1px solid #e8e0ec; border-radius: 20px; box-shadow: 0 4px 16px #342a3b05; background: #fff; transition: transform .2s, box-shadow .2s; min-width: 0; }
.storefront .card-produto:hover { transform: translateY(-4px); box-shadow: 0 12px 28px #70298114; border-color: #e5bed8; }
.storefront .card-produto > a:first-of-type { color: inherit; text-decoration: none; }
.storefront .card-produto img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: contain; background: #fff; padding: 12px; }
.storefront .card-produto h3 { color: #342a3b; text-align: left; padding: 14px 18px 6px; font-size: 1rem !important; line-height: 1.45 !important; }
.card-category { padding: 0 18px; color: #a32178; font-size: .76rem; }
.card-status { margin: 8px 18px 18px; color: #766c7e; font-size: .78rem; }
.storefront .card-produto .btn-whatsapp { margin: auto 16px 16px; padding: 12px 8px; font-size: .82rem; font-weight: 650; color: #a32178; background: #f4e6f3; border: 1px solid #e8e0ec; border-radius: 10px; }
.storefront .card-produto .btn-whatsapp:hover { background: #a32178; color: #fff; }
.storefront .size-badge { top: 12px; right: 12px; border: 1px solid #ead5e5; background: #fff; color: #702981; border-radius: 30px; box-shadow: 0 2px 8px #342a3b08; font-size: .72rem; padding: 5px 10px; }
.storefront .btn-measures-card { top: 12px; left: 12px; width: 38px; height: 38px; color: #702981; box-shadow: 0 2px 8px #342a3b0d; }
.storefront .paginacao { flex-wrap: wrap; gap: 8px; }
.storefront .btn-pagina { border-radius: 10px; border: 1px solid #e8e0ec; color: #702981; background: #fff; min-width: 44px; }
.storefront .btn-pagina.ativo, .storefront .btn-pagina:hover { background: #702981; color: #fff; }
.catalog-empty { grid-column: 1/-1; padding: 48px 20px; text-align: center; background: #fff; border: 1px dashed #cbd5e1; border-radius: 18px; }
.catalog-empty a { color: #a32178; }
.review-card { border: 1px solid #e8e0ec; background: #fff; padding: 28px; border-radius: 20px; margin-top: 36px; }
.review-card p { color: #766c7e; margin: 8px 0 20px; }
.storefront .site-footer { background: #442442; color: #e9dce8; text-align: left; padding: 28px 0 0; }
.storefront .site-footer .container { max-width: 1280px; padding: 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr .7fr; gap: 32px; }
.site-footer .footer-grid h2 { color: #fff; font-size: .9rem; margin-bottom: 16px; }
.footer-grid p, .footer-grid a { font-size: .86rem; line-height: 1.8; }
.footer-grid a { display: block; color: #e9dce8; text-decoration: none; margin-bottom: 8px; }
.footer-grid a:hover, .footer-bottom a:hover { color: #fff; text-decoration: underline; }
.footer-grid .footer-brand { font-size: 1.35rem; font-weight: 750; color: #fff; letter-spacing: -.04em; }
.storefront .footer-bottom { border-top: 1px solid #ffffff20; display: flex; justify-content: space-between; gap: 18px; font-size: .75rem; padding-bottom: 90px; }
.footer-bottom a { color: #e9dce8; }
.storefront .floating-buttons { right: 18px; bottom: 18px; gap: 10px; z-index: 900; }
.storefront .floating-btn { width: 44px; height: 44px; font-size: 21px; box-shadow: 0 4px 16px #342a3b20; }
.storefront .floating-btn.whatsapp { background: #15803d; }
.storefront .floating-btn.call { background: #702981; }
.storefront .floating-btn.map { background: #a32178; }
.storefront .sobre-hero, .storefront .contato-hero { background: linear-gradient(120deg, #702981, #a32178); border-radius: 24px; padding: 36px 0; margin: 0 0 36px; color: #fff; }
.storefront .sobre-hero h1, .storefront .contato-hero h1 { color: #fff; }
.storefront .sobre-grid, .storefront .contato-grid { gap: 32px; }
.storefront .diferencial-card, .storefront .local-card, .storefront .info-card, .storefront .contato-form, .storefront .faq-item { background: #fff; border: 1px solid #e8e0ec; border-radius: 18px; box-shadow: 0 4px 16px #342a3b05; }
.storefront .sobre-local, .storefront .contato-faq { border-radius: 24px; background: #f1f5f9; }
.storefront .btn-enviar { background: #702981; color: #fff; border-radius: 12px; }
.storefront .produto-detalhe { padding: 16px 0; gap: 32px; }
.storefront .produto-detalhe .info { background: #fff; padding: 28px; border: 1px solid #e8e0ec; border-radius: 20px; min-width: 0; }
.storefront .galeria-container { min-width: 0; }
.storefront .produto-detalhe .slider-principal { border-radius: 20px; }
.storefront .produto-detalhe h1 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.storefront .modal-global-content { max-height: 85vh; overflow-y: auto; }
@media (max-width: 1024px) {
    .storefront .grid-produtos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .header-whatsapp { display: none; }
    .catalog-hero { gap: 24px; padding: 32px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .storefront .container, .storefront .site-footer .container { padding: 20px; }
    .storefront .site-header .container { padding: 10px 20px; }
    .storefront .logo img { height: 54px; }
    .storefront .site-nav { display: none; }
    .store-address { font-size: .68rem; padding: 6px 14px; }
    .catalog-hero { grid-template-columns: 1fr; padding: 28px 24px; border-radius: 20px; margin-bottom: 28px; }
    .catalog-hero h1 { font-size: 2.45rem; }
    .hero-image { max-height: 190px; object-fit: contain; }
    .section-heading { align-items: start; flex-direction: column; }
    .storefront .grid-produtos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .storefront .card-produto { border-radius: 14px; }
    .storefront .card-produto h3 { padding: 10px 12px 4px; font-size: .88rem !important; }
    .card-category { padding: 0 12px; }
    .card-status { margin: 6px 12px 14px; font-size: .7rem; }
    .storefront .card-produto .btn-whatsapp { margin: auto 8px 10px; font-size: .74rem; }
    .storefront .footer-bottom { flex-direction: column; }
    .storefront .produto-detalhe { flex-direction: column; }
    .storefront .produto-detalhe .info, .storefront .galeria-container { width: 100%; }
    .storefront main.container > section > .container { padding-inline: 0; }
    .storefront main.container > .sobre-hero > .container, .storefront main.container > .contato-hero > .container { padding-inline: 24px; }
}
@media (max-width: 420px) { .footer-grid { grid-template-columns: 1fr; } .catalog-hero h1 { font-size: 2.05rem; } }
@media (prefers-reduced-motion: reduce) {
    .storefront *, .storefront *::before, .storefront *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* Mesmas proporções e identidade do sistema locarmagnifica. */
.storefront { font-size: 14px; }
.storefront .container, .storefront .site-footer .container { max-width: 1170px; }
.storefront main.container { padding-top: 0; }
.storefront .site-header { position: relative; box-shadow: none; }
.store-address { background: #442442; padding: 10px 20px; }
.storefront .site-header .container { padding-block: 19px; }
.storefront .header-content { flex-wrap: wrap; gap: 14px 28px; }
.storefront .logo img { width: 105px; height: 85px; max-width: none; }
.header-search { display: flex; flex: 1 1 320px; max-width: 520px; border: 1px solid #e8e0ec; border-radius: 12px; overflow: hidden; background: #fafbf5; }
.header-search input { width: 100%; min-width: 0; height: 48px; padding: 0 18px; border: 0; background: transparent; color: #342a3b; font: inherit; }
.header-search button { min-width: 95px; border: 0; background: linear-gradient(115deg,#b51b79,#86298b); color: #fff; font: inherit; font-size: 13px; cursor: pointer; }
.header-search:focus-within { outline: 3px solid #b65abe; outline-offset: 3px; }
.header-search input:focus-visible, .header-search button:focus-visible { outline-offset: -3px; }
.storefront .site-nav { flex: 1; justify-content: end; gap: 0; }
.storefront .site-nav a { padding: 8px 10px; font-size: 12px; }
.header-whatsapp { display: none; }
.catalog-hero { display: block; padding: 48px 0 34px; margin: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.catalog-hero .eyebrow { font-size: 10px; letter-spacing: 2px; color: #b51b79; margin-bottom: 15px; }
.catalog-hero h1 { font-size: 42px; max-width: 640px; line-height: 1.15; letter-spacing: -1.3px; color: #442442; }
.catalog-hero p:not(.eyebrow) { max-width: 590px; color: #766c7e; font-size: 15px; margin: 17px 0 0; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 23px; font-size: 13px; }
.hero-actions > a:not(.hero-button) { color: #a32178; text-decoration: none; }
.hero-button, .storefront .btn-enviar { background: linear-gradient(115deg,#b51b79,#86298b); color: #fff; padding: 12px 22px; font-size: 13px; font-weight: 600; border-radius: 10px; }
.hero-button:hover { background: linear-gradient(115deg,#991767,#702981); }
.section-heading { margin: 20px 0; }
.section-heading h2 { color: #442442; font-size: 23px; }
.section-heading .eyebrow, .section-heading > div > p:last-child { display: none; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.category-tabs a { padding: 8px 14px; border: 1px solid #e8e0ec; border-radius: 25px; background: #fff; color: #766c7e; font-size: 13px; text-decoration: none; }
.category-tabs a[aria-current], .category-tabs a:hover { background: #f4e6f3; color: #8a276f; border-color: #d5accf; }
.catalog-filters { padding: 16px 20px; border-radius: 16px; box-shadow: 0 5px 22px #44244205; }
.storefront .catalog-filters input, .storefront .catalog-filters select { background: #fff; border-color: #e0d5e6; border-radius: 9px; font-size: 13px; min-height: 44px; }
.filter-field label { color: #534258; font-size: 12px; }
.storefront .grid-produtos { gap: 24px; }
.storefront .card-produto { padding: 14px; border-radius: 16px; border-color: #e8e0ec; box-shadow: 0 5px 22px #44244205; }
.storefront .card-produto:hover { transform: translateY(-3px); box-shadow: 0 10px 28px #44244210; }
.storefront .card-produto img { height: 190px; max-height: none; aspect-ratio: auto; background: #faf7fb; padding: 0; border-radius: 10px; object-fit: contain; }
.storefront .card-produto h3 { color: #442442; padding: 16px 3px 3px; margin: 0; font-size: 15px !important; line-height: 1.4 !important; min-height: 60px; }
.card-category { color: #8b738f; font-size: 10px; letter-spacing: 1px; padding: 0 3px; text-transform: uppercase; }
.card-status { margin: 7px 3px 16px; font-size: 11px; }
.storefront .card-produto .btn-whatsapp { margin: auto 0 0; border: 0; background: linear-gradient(115deg,#b51b79,#86298b); color: white; padding: 11px 8px; font-size: 12px; border-radius: 10px; }
.storefront .card-produto .btn-whatsapp:hover { background: #991767; }
.storefront .size-badge { top: 22px; right: 22px; font-size: 10px; font-weight: 650; }
.storefront .btn-measures-card { top: 22px; left: 22px; width: 32px; height: 32px; font-size: 13px; }
.storefront .site-footer { background: #37243f; border-top: 3px solid #b51b79; }
.storefront .footer-bottom { background: #302036; }
.storefront .sobre-hero, .storefront .contato-hero { margin-top: 28px; background: #fff; border: 1px solid #e8e0ec; color: #766c7e; }
.storefront .sobre-hero h1, .storefront .contato-hero h1 { color: #442442; }
.storefront .produto-detalhe { padding-top: 28px; }
@media (max-width: 768px) {
    .storefront .header-content { gap: 10px; }
    .storefront .logo img { width: 80px; height: 75px; }
    .header-search { order: 3; flex-basis: 100%; max-width: none; }
    .header-search input { font-size: 16px; }
    .catalog-hero { padding: 32px 0 20px; }
    .catalog-hero h1 { font-size: 32px; }
    .catalog-hero p:not(.eyebrow) { font-size: 14px; }
    .storefront .grid-produtos { gap: 12px; }
    .storefront .card-produto { padding: 10px; }
    .storefront .card-produto img { height: 150px; }
    .storefront .card-produto h3 { font-size: 13px !important; padding: 12px 3px 3px; }
    .card-category { font-size: 9px; }
    .storefront .card-produto .btn-whatsapp { font-size: 11px; }
    .storefront .size-badge { top: 16px; right: 16px; padding: 4px 6px; }
    .storefront .btn-measures-card { top: 16px; left: 16px; }
    .category-tabs { gap: 6px; }
    .category-tabs a { padding: 7px 11px; }
}
.catalog-filters summary { cursor: pointer; color: #534258; font-size: 13px; font-weight: 600; }
.catalog-filters[open] summary { margin-bottom: 18px; }
