/** Shopify CDN: Minification failed

Line 78:36 Expected "}" to go with "{"

**/
/* cabecalho e rodape: vale em TODA pagina, nao so nas replicadas */
.header__heading-link{padding:0!important}
.header__icon--search{display:none}
.section-header {

    margin-bottom: 0px;

  }
@media screen and (min-width: 750px) {

    .section-header {

      margin-bottom: 0px;

    }

  }
.footer {

    margin-top: 0px;

  }
@media screen and (min-width: 750px) {

    .footer {

      margin-top: 0px;

    }
/* menu e rodape em 16px, como a referencia (o Dawn usa 14px) */
.header__menu-item,.header__heading-link,.footer a.link,.footer__content-bottom a{font-size:1.6rem}
.header__heading,.header__heading-link{font-weight:700}
/* rodape: medidas da referencia (link branco 16px/28.8px, container 22px) */
.footer,.footer__content-top,.footer__content-bottom,.footer-block{line-height:22px}
/* a referencia usa link branco no desktop e creme no celular */
.footer a.link,.footer .list-menu__item,.footer__content-top a,.footer__content-bottom a{font-size:1.6rem;line-height:28.8px}
@media screen and (min-width:990px){
  .footer a.link,.footer .list-menu__item,.footer__content-top a,.footer__content-bottom a{color:#fff}
}
/* cabecalho: menu a esquerda e logo centralizado na MESMA linha, como a referencia */
@media screen and (min-width: 990px){
  .header--top-center .header__inline-menu{grid-row:1;grid-column:1;justify-self:start;align-self:center;margin:0}
.header--top-center .header__heading{grid-row:1;grid-column:2}
.header--top-center .header__icons{grid-row:1;grid-column:3}
}
/* menu do cabecalho em 700, como a referencia */
.header__menu-item{font-weight:700}
/* direitos autorais alinhados a direita, como a referencia */
.footer__copyright,.footer__copyright *{text-align:right}
/* cabecalho nao e fixo nem tem borda na referencia; recuo de 10px */
.section-header{position:static!important}
.header-wrapper{border-bottom:0}
@media screen and (min-width:990px){
  .header--top-center{padding-top:10px;column-gap:20px;grid-template-columns:1fr 630px 1fr}
/* o Dawn embrulha o logo num h1 na home; a referencia nao tem esse nivel */
  .header--top-center .header__heading{display:contents}
}
/* margem, nao recuo: recuo somava na largura do menu */
@media screen and (min-width:990px){.header--top-center .header__inline-menu{margin-left:70px}}
/* a sublinha do rodape so existe no desktop na referencia */
@media screen and (min-width:990px){.footer a.link,.footer .footer-block__details-content a{text-decoration:underline}}
/* o rodape inteiro e branco na referencia; titulo 18px/1000 */
.footer .footer-block__heading{color:#fff;font-size:18px;font-weight:1000}
/* o texto do rodape e branco na referencia; estava saindo escuro sobre o azul */
/* so o BLOCO DE TEXTO do rodape e branco; os menus sao creme, como a referencia */
.footer .footer-block__details-content.rte,
.footer .footer-block__details-content.rte p,
.footer .footer-block__details-content.rte a{color:#fff}
/* na referencia o SHOP e laranja (cor do logo, #FC6000 amostrada do arquivo) e o
   CONTACT e escuro */
.header__menu-item{color:#292c29}
.header__menu-item[href="/"],.header__menu-item[href="/"] .header__active-menu-item{color:#FC6000}
.header__menu-item:hover{opacity:.8}