/* Mobile Layout 1 — renderer estrutural exclusivo para Phone/Tablet. */
[data-store-renderer="mobile"]{min-width:0;color:var(--store-text,var(--text));background:var(--store-bg,var(--bg))}
[data-store-renderer="mobile"] .store-page__content{width:100%;max-width:none;padding:0 0 max(40px,env(safe-area-inset-bottom))}

/* Hero = banner compacto + identidade em superfície independente. */
[data-store-renderer="mobile"] .mobile-store-hero{position:relative;display:block;min-height:0;overflow:visible;color:var(--store-text,var(--text));background:var(--store-bg,var(--bg))}
[data-store-renderer="mobile"] .mobile-store-hero__banner{position:relative;isolation:isolate;min-height:210px;aspect-ratio:16/9;overflow:hidden;color:#fff;background:#0b0a09}
[data-store-renderer="mobile"] .mobile-store-hero__media{position:absolute;z-index:-2;inset:0;overflow:hidden}
[data-store-renderer="mobile"] .mobile-store-hero__media :is(.loja-page__capa,.store-editor__hero-media,picture,img){width:100%;height:100%;min-height:100%;max-height:none;margin:0;border:0;border-radius:0}
[data-store-renderer="mobile"] .mobile-store-hero__media img{display:block;object-fit:cover;object-position:var(--store-cover-position-mobile,var(--hero-mobile-position,center))}
[data-store-renderer="mobile"] .mobile-store-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,4,.72),rgba(5,5,4,.16) 72%),linear-gradient(0deg,rgba(5,5,4,.44),transparent 56%);pointer-events:none}
[data-store-renderer="mobile"] .mobile-store-hero__media .loja-page__capa::after{display:none}
[data-store-renderer="mobile"] .mobile-store-hero__media .store-editor__hero-overlay{position:absolute;inset:0}
[data-store-renderer="mobile"] .mobile-store-hero__banner-content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:end;gap:12px;width:100%;height:100%;padding:22px 18px}
[data-store-renderer="mobile"] .mobile-store-hero__editorial{grid-column:1;align-self:end;min-width:0}
[data-store-renderer="mobile"] .mobile-store-hero__editorial .store-hero-block,[data-store-renderer="mobile"] .mobile-store-hero__editorial.store-editor__hero-editorial{display:grid;gap:5px}
[data-store-renderer="mobile"] .mobile-store-hero__editorial small{color:var(--store-accent,#c9a96e);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
[data-store-renderer="mobile"] .mobile-store-hero__editorial h2{max-width:14ch;margin:0;color:#fff;font-size:clamp(24px,7.4vw,36px)!important;line-height:1.02;text-wrap:balance}
[data-store-renderer="mobile"] .mobile-store-hero__editorial p{max-width:34ch;margin:0;color:rgba(255,255,255,.86);font-size:11px!important;line-height:1.4!important}
[data-store-renderer="mobile"] .mobile-store-hero__editorial i{display:block;width:30px;height:2px;margin-top:6px;background:var(--store-accent,#c9a96e)}
[data-store-renderer="mobile"] .mobile-store-hero__side{position:absolute;top:18px;right:18px;max-width:9ch;color:var(--store-accent,#c9a96e);font-size:9px;font-weight:700;line-height:1.65;letter-spacing:.22em;text-transform:uppercase}
[data-store-renderer="mobile"] .mobile-store-hero__side p{margin:0;color:inherit}

[data-store-renderer="mobile"] .mobile-store-hero__profile{position:relative;z-index:1;display:grid;gap:16px;padding:18px 16px 20px;border-bottom:1px solid var(--store-border,var(--border));color:var(--store-text,var(--text));background:var(--store-surface,var(--surface))}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:start;gap:14px;min-width:0}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row .loja-page__av,[data-store-renderer="mobile"] .mobile-store-hero__identity-row .store-editor__logo{grid-column:auto!important;grid-row:auto!important;width:82px;height:82px;margin:-38px 0 0;overflow:hidden;border:2px solid var(--store-surface,var(--surface));outline:1px solid var(--store-accent,#c9a96e);border-radius:50%;color:var(--store-accent,#c9a96e);background:var(--store-bg,#17140f);box-shadow:0 7px 20px rgba(0,0,0,.2)}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row :is(.loja-page__av,.store-editor__logo) img{width:100%;height:100%;border-radius:inherit;object-fit:cover}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row :is(.loja-page__info,.store-editor__hero-identity){grid-column:auto!important;grid-row:auto!important;min-width:0;padding:0;color:var(--store-text,var(--text))}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row .loja-page__nome-wrap{align-items:center}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row h1{margin:0 0 4px;overflow-wrap:anywhere;color:var(--store-text,var(--text));font-size:clamp(22px,6.4vw,30px)!important;line-height:1.08}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row .loja-page__desc,[data-store-renderer="mobile"] .mobile-store-hero__identity-row .store-editor__hero-identity p{display:-webkit-box;overflow:hidden;margin:8px 0;color:var(--store-text-muted,var(--muted));font-size:12px!important;line-height:1.48!important;-webkit-box-orient:vertical;-webkit-line-clamp:4}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row .loja-page__meta,[data-store-renderer="mobile"] .mobile-store-hero__identity-row small{justify-content:flex-start;gap:6px;color:var(--store-text-muted,var(--muted));font-size:10px;line-height:1.4}
[data-store-renderer="mobile"] .mobile-store-hero__identity-row .tag{color:var(--store-text,var(--text));border-color:var(--store-border,var(--border));background:var(--store-bg,var(--bg))}

[data-store-renderer="mobile"] .mobile-store-hero__actions .store-hero-block,[data-store-renderer="mobile"] .mobile-store-hero__actions.store-editor__hero-actions{position:relative!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%!important;max-width:none}
[data-store-renderer="mobile"] .mobile-store-hero__actions :is(button,a){min-width:0!important;min-height:44px!important;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 10px!important;border-color:var(--store-border,var(--border));color:var(--store-text,var(--text));background:var(--store-bg,var(--bg));font-size:11px!important;text-overflow:ellipsis;white-space:nowrap}
[data-store-renderer="mobile"] .mobile-store-hero__actions .btn-seguir{color:var(--store-button-text,#111);background:var(--store-button,var(--store-accent,#c9a96e))}
[data-store-renderer="mobile"] .mobile-store-hero__actions .store-hero-context-menu{grid-column:1/-1;width:100%}

/* Navegação interna permanece no fluxo e rola sem cortar itens. */
[data-store-renderer="mobile"] .store-site-nav.mobile-store-navigation,[data-store-renderer="mobile"] .store-site-nav{position:static;display:flex;gap:6px;width:100%;overflow-x:auto;margin:0;padding:8px max(12px,env(safe-area-inset-left));border-bottom:1px solid var(--store-border,var(--border));background:var(--store-surface,var(--surface));scroll-padding-inline:12px;scrollbar-width:none}
[data-store-renderer="mobile"] .store-site-nav::-webkit-scrollbar{display:none}
[data-store-renderer="mobile"] .store-site-nav .store-tab{flex:0 0 auto;min-height:42px;padding-inline:7px;font-size:12px}

/* Body sem herdar o banner/wallpaper do Hero. */
[data-store-renderer="mobile"] .mobile-store-body{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;gap:14px;padding:14px 12px 28px;background:var(--store-bg,var(--bg))}
[data-store-renderer="mobile"] .mobile-store-section{grid-column:1/-1!important;order:initial!important;min-width:0;overflow:hidden;padding:16px;border:1px solid var(--store-border,var(--border));border-radius:min(var(--store-radius,12px),16px);color:var(--store-text,var(--text));background:var(--store-surface,var(--surface))}
[data-store-renderer="mobile"] .mobile-store-section .section-header{align-items:flex-end;margin-bottom:14px}
[data-store-renderer="mobile"] .mobile-store-section .section-header h2{font-size:clamp(18px,5vw,23px)}
[data-store-renderer="mobile"] .mobile-store-section .section-header p{margin-top:4px;font-size:12px;line-height:1.45}
[data-store-renderer="mobile"] .mobile-store-section.store-home-copy>p{color:var(--store-text-muted,var(--muted));font-size:13px;line-height:1.7}

/* Vitrine de descoberta: dois cards compactos no Phone. */
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .produtos-grid,[data-store-renderer="mobile"] [data-store-panel="products"]>.produtos-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px;overflow:visible;padding:0}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard,[data-store-renderer="mobile"] [data-store-panel="products"]>.produtos-grid>.pcard{flex:none;min-width:0;overflow:hidden;border-radius:11px;scroll-snap-align:none}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard__img,[data-store-renderer="mobile"] [data-store-panel="products"] .pcard__img{padding-top:112%}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard__body,[data-store-renderer="mobile"] [data-store-panel="products"] .pcard__body{padding:9px 9px 11px}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard__cat,[data-store-renderer="mobile"] [data-store-panel="products"] .pcard__cat{margin-bottom:4px;font-size:9px}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard__nome,[data-store-renderer="mobile"] [data-store-panel="products"] .pcard__nome{min-height:2.7em;margin-bottom:7px;font-size:13px;line-height:1.35}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] :is(.pcard__tags,.pcard__local,.pcard__loja,.pcard__verificado,.pcard__destaque-badge),[data-store-renderer="mobile"] [data-store-panel="products"] :is(.pcard__tags,.pcard__local,.pcard__loja,.pcard__verificado,.pcard__destaque-badge){display:none}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard__preco,[data-store-renderer="mobile"] [data-store-panel="products"] .pcard__preco{font-size:14px}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .pcard__fav,[data-store-renderer="mobile"] [data-store-panel="products"] .pcard__fav{top:7px;right:7px;width:32px;height:32px}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"]>.store-text-link{display:flex;margin:12px 0 0 auto}

/* O preview usa a mesma composição e densidade. */
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .store-editor__products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px;overflow:visible;padding:0}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .store-editor__product{flex:none;min-width:0}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .store-editor__product>div{aspect-ratio:4/5}
[data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .store-editor__product small{display:none}

/* Publicações e coleções permanecem em trilhos compactos. */
[data-store-renderer="mobile"] .mobile-store-section :is(.store-post-preview,.store-collection-preview,.store-editor__posts,.store-editor__collections){display:flex!important;grid-template-columns:none!important;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;padding:1px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
[data-store-renderer="mobile"] .mobile-store-section :is(.store-post-preview,.store-collection-preview,.store-editor__posts,.store-editor__collections)::-webkit-scrollbar{display:none}
[data-store-renderer="mobile"] .mobile-store-section :is(.store-post-preview>article,.store-collection-card,.store-editor__post,.store-editor__collections>article){flex:0 0 min(78vw,240px);scroll-snap-align:start}
[data-store-renderer="mobile"] .store-module--media-left,[data-store-renderer="mobile"] .store-module--media-right{display:block}
[data-store-renderer="mobile"] .store-module__media{min-height:150px;border-radius:11px}
[data-store-renderer="mobile"] .store-module__media img{min-height:150px;max-height:300px}
[data-store-renderer="mobile"] .store-editor__module-actions{position:static;max-width:100%;overflow-x:auto}

/* Sobre, Contato e catálogo completo têm superfície própria. */
[data-store-renderer="mobile"] .store-tab-panel:not(#home){margin:12px;padding:16px;border:1px solid var(--store-border,var(--border));border-radius:14px;color:var(--store-text,var(--text));background:var(--store-surface,var(--surface))}
[data-store-renderer="mobile"] .store-tab-panel.store-public-section{padding-block:18px}
[data-store-renderer="mobile"] .store-catalog-header{align-items:stretch;flex-direction:column}
[data-store-renderer="mobile"] .store-catalog-tools{width:100%;margin:0;flex-direction:column}

/* Visita pública não recebe a barra administrativa/PJ. */
@media(max-width:1024px){
  body.mobile-store-public-active{padding-bottom:0}
  body.mobile-store-public-active #bottom-nav-bar{display:none!important}
  body.mobile-store-public-active .navbar__inner:has(.app-back-button){display:grid;grid-template-columns:44px 44px minmax(0,1fr);gap:2px}
  body.mobile-store-public-active .navbar__inner:has(.app-back-button)>.app-back-button{order:1}
  body.mobile-store-public-active .navbar__inner:has(.app-back-button)>.nav-hamburger{order:2;margin:0}
  body.mobile-store-public-active .nav-hamburger{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px}
  body.mobile-store-public-active .nav-hamburger span{display:block;width:22px;height:2px;border-radius:2px;background:var(--text)}
  body.mobile-store-public-active .navbar__inner:has(.app-back-button)>.navbar__logo{order:3;display:flex!important;justify-self:start;margin-left:8px}
  body.mobile-store-public-active .navbar__inner:has(.app-back-button)>.app-page-title,body.mobile-store-public-active .navbar__inner:has(.app-back-button)>#nav-actions{display:none!important}
  body.mobile-store-public-active #nav-mobile.open{display:flex!important;top:var(--mobile-header-height,60px)}
}

@media(max-width:359px){
  [data-store-renderer="mobile"] .mobile-store-hero__banner{min-height:196px}
  [data-store-renderer="mobile"] .mobile-store-hero__banner-content{padding-inline:14px}
  [data-store-renderer="mobile"] .mobile-store-hero__identity-row{grid-template-columns:68px minmax(0,1fr);gap:10px}
  [data-store-renderer="mobile"] .mobile-store-hero__identity-row :is(.loja-page__av,.store-editor__logo){width:68px;height:68px;margin-top:-31px}
  [data-store-renderer="mobile"] .mobile-store-hero__actions .store-hero-block,[data-store-renderer="mobile"] .mobile-store-hero__actions.store-editor__hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  [data-store-renderer="mobile"] .mobile-store-section{padding:13px}
  [data-store-renderer="mobile"] .mobile-store-section[data-module-type="featured"] .produtos-grid,[data-store-renderer="mobile"] [data-store-panel="products"]>.produtos-grid{gap:9px 7px}
}

/* Tablet continua Mobile, com mais densidade e sem herdar o Desktop. */
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-hero__banner{min-height:300px;max-height:430px;aspect-ratio:16/7}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-hero__banner-content{padding:clamp(28px,5vw,52px)}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-hero__profile{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);align-items:center;gap:24px;padding:24px clamp(28px,5vw,52px)}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-hero__identity-row{grid-template-columns:96px minmax(0,1fr)}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-hero__identity-row :is(.loja-page__av,.store-editor__logo){width:96px;height:96px;margin-top:-46px}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-body{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px;padding:22px}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="featured"],[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="posts"],[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="collections"],[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="promo"],[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="editorial"],[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="image"]{grid-column:1/-1!important}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="featured"] .produtos-grid,[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section[data-module-type="featured"] .store-editor__products,[data-store-renderer="mobile"][data-store-form-factor="tablet"] [data-store-panel="products"]>.produtos-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
[data-store-renderer="mobile"][data-store-form-factor="tablet"] .mobile-store-section :is(.store-post-preview>article,.store-collection-card,.store-editor__post,.store-editor__collections>article){flex-basis:min(38vw,280px)}

@media(orientation:landscape) and (max-width:1024px) and (max-height:620px){
  [data-store-renderer="mobile"] .mobile-store-hero__banner{min-height:250px;max-height:62vh;aspect-ratio:16/6}
  [data-store-renderer="mobile"] .mobile-store-hero__profile{padding-block:18px}
}

@media(prefers-reduced-motion:reduce){[data-store-renderer="mobile"] *{scroll-behavior:auto!important}}
