/* ==========================
   CUSTOMIZAÇÕES DO HEADER
   ========================== */

/* OCULTAR O HEADER */
.header-wrapper,
#shopify-section-header {
  display: none !important;
}

/* Header com fundo vermelho */
.header-wrapper {
  background-color: #FF5757 !important;
  background: #FF5757 !important;
}

/* Menu drawer (mobile) também vermelho */
.menu-drawer {
  background-color: #FF5757!important;
}

/* Texto do header em branco para contraste */
.header-wrapper .header__menu-item,
.header-wrapper .header__icon,
.header-wrapper a {
  color: #ffffff !important;
}

/* Ícones do header em branco */
.header-wrapper .icon {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* ==========================
   CUSTOMIZAÇÕES DO FOOTER
   ========================== */

/* Footer com fundo vermelho */
.footer {
  background-color: #FF5757 !important;
  background: #FF5757 !important;
}

/* Texto do footer em branco para contraste */
.footer h2,
.footer .footer-block__heading,
.footer a,
.footer p,
.footer .list-menu__item {
  color: #ffffff !important;
}

/* Ícones das redes sociais em branco */
.footer .list-social__link {
  color: #ffffff !important;
}

.footer .icon {
  fill: #ffffff !important;
  color: #ffffff !important;
}

.header__icon, .header__icon--cart .icon {
  width: 44px;
  height: 44px;
}
.header__heading {
  min-height: 64.5px;
}
@media screen and (max-width: 989px) {
  .header__heading {
      min-height: 46px;
  }
}