.grw-footer-social-links {
  gap: 8px;
  display: flex;
}
.grw-footer-social-links a {
  text-decoration: none;
}

.grw-p--help {
  color: #fff;
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
}
.grw-p--help a {
  color: #fff;
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
}

.grw-divider--footer {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grw-a--fotoer-links {
  font-family: "Inter 300";
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 20px;
  color: #FFF !important;
  text-decoration: none;
}

.grw-h2--fotoer-links {
  font-family: "Inter 600";
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 30px;
  margin-bottom: 20px;
  color: #FFF !important;
}

.grw-ul--fotoer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grw-li--fotoer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.grw-p--download-app {
  font-family: "Inter 500";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 20px;
  color: #FFF !important;
  letter-spacing: 11.2px;
  text-transform: uppercase;
}

.grw-cont-app-stores {
  width: 335px;
  display: flex;
  justify-content: space-between;
}

.grw-footer__center {
  background: #2E2E2E;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grw-footer {
  padding: 0;
  background: #000 !important;
}

.grw-footer__brands {
  height: 88px;
}

.grw-footer__brands-wrap {
  height: auto;
}
.grw-footer__brands-wrap img {
  margin: auto;
}

.grw-footer__brand-a {
  padding: 0;
  border: none;
  outline: none;
}

.grw-footer__brands-divider {
  width: 1px;
  /* height:40px; */
  background: #fff;
}

.groomit__ulBottomFooterCont--mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .grw-footer__brands-wrap {
    gap: 10px;
  }
  .grw-footer .grw-p--download-app {
    text-align: center !important;
  }
  .grw-footer .grw-cont-app-stores {
    margin: 5px auto 30px auto;
  }
  .grw-footer .groomit__ulBottomFooterCont {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grw-footer .groomit__ulBottomFooter {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .groomit__ulBottomFooterCont--desk {
    display: none !important;
  }
  .groomit__ulBottomFooterCont--mobile {
    display: flex !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grw-footer__brands-divider {
    display: none !important;
  }
  .grw-ul--fotoer-cont {
    flex-flow: wrap;
  }
  .grw-ul--fotoer-cont .grw-ul--fotoer-links {
    margin-bottom: 30px;
    flex: 0 0 50%;
  }
  .grw-p--help {
    flex: 0 0 40%;
  }
  .grw-footer .groomit__ulBottomFooter {
    margin-bottom: 10px;
  }
  .grw-footer .groomit__p.groomit__pCopy {
    margin-top: 10px;
    color: #2e2e2e;
  }
}/*# sourceMappingURL=groomit-new-footer.css.map */