/*
  UP Laser & 3D - Core Stylesheet
  Keep import order to preserve cascade consistency.
*/
@import url('home.css');
@import url('loja.css');
@import url('responsivo.css');

/* Storefront layout overrides must load after the legacy style modules. */
.footer-wrap { grid-template-columns: 1.35fr repeat(4, .8fr); }
@media (max-width: 1080px) { .footer-wrap { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .nav-links { top: 128px; } }
@media (max-width: 620px) { .footer-wrap { grid-template-columns: 1fr 1fr; } .nav-links { top: 130px; } }
