:root{
  --mg-blue:#075cff;--mg-blue-dark:#0648c9;--mg-ink:#0b1634;--mg-muted:#60708e;
  --mg-line:#dbe7ff;--mg-soft:#f4f8ff;--mg-white:#fff;--mg-nav-h:64px;
  --mg-radius:18px;--mg-shadow:0 12px 30px rgba(17,73,170,.09)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{margin:0!important;color:var(--mg-ink)!important;background:#fff!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;-webkit-font-smoothing:antialiased}
a{text-decoration:none}
img{max-width:100%;height:auto}
/* header público */
header:not(.mg-cart-header):not(.admin-header),.site-header,.main-header,.mg-header{
  background:rgba(255,255,255,.96)!important;border-bottom:1px solid var(--mg-line)!important;
  box-shadow:0 4px 18px rgba(15,64,150,.05)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)
}
header:not(.mg-cart-header):not(.admin-header){min-height:58px!important}
header img,.site-header img,.main-header img{object-fit:contain}
/* superfícies e hierarquia */
.mg-home-entry-hero,.mg-filter-panel,.checkout-topbar,.cart-items-card,.checkout-summary-card,
section[class*="hero"],.produto-card,.product-card,[class*="story"]{
  border-color:var(--mg-line)!important
}
.mg-home-entry-hero,.mg-filter-panel,.checkout-topbar,.cart-items-card,.checkout-summary-card{
  background:#fff!important;box-shadow:var(--mg-shadow)!important;border-radius:var(--mg-radius)!important
}
button,.btn,[role="button"],input,select,textarea{font:inherit}
button,.btn{border-radius:14px!important}
input,select,textarea{border-color:#bfd4ff!important;background:#fff!important}
/* Produtos */
body:has(.js-products-grid){background:linear-gradient(180deg,#f7faff 0,#fff 420px)!important}
body:has(.js-products-grid) .mg-filter-panel{margin-top:18px!important;padding:18px!important}
body:has(.js-products-grid) .mg-filter-panel>.grid{gap:12px!important}
body:has(.js-products-grid) .js-products-grid{gap:18px!important}
.produto-card,.product-card{overflow:hidden!important;background:#fff!important;border:1px solid var(--mg-line)!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(20,65,140,.07)!important;transition:.2s ease!important}
.produto-card:hover,.product-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 34px rgba(20,65,140,.12)!important}
.produto-card img,.product-card img{display:block;width:100%;object-fit:cover}
/* Home e stories compactos */
body:has(.mg-home-entry-hero){background:linear-gradient(180deg,#f6faff 0,#fff 520px)!important}
body:has(.mg-home-entry-hero) .mg-home-entry-hero{margin-top:18px!important}
body:has(.mg-home-entry-hero) [class*="stories"]{max-width:100%!important}
body:has(.mg-home-entry-hero) .produto-card{min-width:0!important}
/* Carrinho */
.mg-cart-header{position:sticky!important;top:0!important;z-index:200!important;background:#fff!important;border-bottom:1px solid var(--mg-line)!important}
.mg-cart-nav{min-height:58px!important}
.mg-checkout-clean{max-width:1240px!important;margin-inline:auto!important}
.checkout-layout-clean{gap:18px!important}
.cart-items-card,.checkout-summary-card{border:1px solid var(--mg-line)!important}
.checkout-final-btn{background:var(--mg-blue)!important;border-color:var(--mg-blue)!important}
/* menu inferior único */
#mgCleanBottomNav{display:none}
@media(max-width:820px){
  body:not(.mg-cart-page){padding-bottom:calc(var(--mg-nav-h) + 18px + env(safe-area-inset-bottom))!important}
  #mgCleanBottomNav{position:fixed;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));height:var(--mg-nav-h);z-index:10000;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:rgba(255,255,255,.98);border:1px solid #cfe0ff;border-radius:20px;box-shadow:0 15px 40px rgba(10,55,135,.18);overflow:hidden;backdrop-filter:blur(14px)}
  #mgCleanBottomNav a{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;color:#596985;font-size:10px;font-weight:800;min-width:0}
  #mgCleanBottomNav a .mg-nav-icon{font-size:18px;line-height:1}
  #mgCleanBottomNav a.is-active{color:var(--mg-blue);background:#eef5ff}
  .js-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .produto-card,.product-card{border-radius:15px!important}
  .mg-filter-panel{margin-left:0!important;margin-right:0!important;border-radius:18px!important}
  .mg-home-entry-hero{margin-left:10px!important;margin-right:10px!important}
  .checkout-layout-clean{display:block!important}
  .checkout-summary-card{margin-top:16px!important}
}
/* Agente IA: sempre acima da navegação e de qualquer barra */
iframe[src*="agent-factory-chat"],iframe[title*="chat" i],iframe[title*="assist" i],
[id*="bubble" i][style], [class*="bubble" i][style], [id*="chat" i][style], [class*="chat" i][style]{
  z-index:2147483000!important
}
@media(max-width:820px){
  iframe[src*="agent-factory-chat"],iframe[title*="chat" i],iframe[title*="assist" i]{
    position:fixed!important;bottom:calc(var(--mg-nav-h) + 22px + env(safe-area-inset-bottom))!important;right:14px!important
  }
}
/* remove sobras conhecidas de menus duplicados */
.mg-v2-mobile-nav,.mg-v3-bottom-nav,.mg-v4-bottom-nav,.mg-v5-bottom-nav,.mg-v6-bottom-nav,
.mobile-bottom-nav,.bottom-mobile-nav,#mobileBottomNav,.mg-mobile-nav{display:none!important}
/* acessibilidade */
:focus-visible{outline:3px solid rgba(7,92,255,.35)!important;outline-offset:2px}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
