/* Compatibilidade exclusiva com PrestaShop/Ecolife.
   O desenho visual permanece no arquivo original-layout.css fornecido pelo cliente. */
html.connecthome-active { scroll-behavior: smooth; }
body#index { margin: 0 !important; }
body#index > main > #header,
body#index > main > #footer,
body#index .back-top,
body#index #wrapper .breadcrumb { display: none !important; }
body#index #wrapper,
body#index #wrapper > .container,
body#index #wrapper #content-wrapper,
body#index #wrapper #content,
body#index .page-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body#index #wrapper { background: transparent !important; padding: 0 !important; }
body#index .page-home > *:not(.connect-home) { display: none !important; }
body#index .connect-home { width: 100%; min-width: 0; overflow: hidden; }
body#index .connect-home * { box-sizing: border-box; }
