.brizein-onde-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.brizein-onde-grid > div:first-child {
  width: 100%;
}

.brizein-onde-grid iframe {
  min-height: 430px;
}

.brz-cabecalho-produtos,
.brz-topo-fallback {
  width: 100%;
}

.brz-topo-fallback {
  padding: 20px;
  background: #f7f7f8;
}

.brz-topo-fallback-inner,
.brz-nav-fallback-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brz-topo-logo {
  width: 154px;
  flex: 0 0 154px;
}

.brz-topo-logo img,
.brz-topo-carrinho img,
.brz-nav-fallback img {
  display: block;
  max-width: 100%;
}

.brz-topo-busca {
  position: relative;
  flex: 1;
}

.brz-topo-busca img {
  position: absolute;
  width: 21px;
  height: 21px;
  left: 12px;
  top: 9px;
}

.brz-topo-busca input {
  width: 100%;
  height: 40px;
  padding: 0 15px 0 42px;
  border: 1px solid #dadadd;
  border-radius: 8px;
  background: #fff;
  outline: none;
}

.brz-topo-whatsapp {
  display: flex;
  flex-direction: column;
  color: #42424a;
  white-space: nowrap;
}

.brz-topo-whatsapp small {
  font-size: 12px;
}

.brz-topo-whatsapp strong {
  font-size: 15px;
}

.brz-topo-carrinho {
  position: relative;
  width: 42px;
  flex: 0 0 42px;
}

.brz-topo-carrinho span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #42424a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.brz-nav-fallback {
  width: 100%;
  padding: 0 20px 20px;
  background: #f7f7f8;
}

.brz-nav-fallback a {
  color: #42424a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.brz-nav-fallback button,
.brz-nav-cliente {
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.brz-nav-fallback button {
  background: #4054d8;
  color: #fff;
}

.brz-nav-fallback button img {
  width: 17px;
}

.brz-nav-fallback .brz-nav-cliente {
  width: 230px;
  background: #727272;
  color: #fff;
}

.brz-nav-cliente img {
  width: 18px;
}

@media (min-width: 768px) {
  main > div:first-child,
  main > div:first-child > .container,
  main > nav,
  main > nav > .container {
    opacity: 1 !important;
    visibility: visible !important;
  }

  main > div:first-child > .container,
  main > nav > .container {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .brz-topo-fallback {
    padding: 12px 16px;
  }

  .brz-topo-fallback-inner {
    flex-wrap: wrap;
    gap: 10px;
  }

  .brz-topo-logo {
    width: 145px;
    flex-basis: 145px;
  }

  .brz-topo-busca {
    flex-basis: 100%;
    order: 3;
  }

  .brz-topo-whatsapp {
    margin-left: auto;
  }

  .brz-topo-carrinho {
    width: 36px;
    flex-basis: 36px;
  }

  .brz-nav-fallback {
    display: none;
  }

  .brizein-onde-grid iframe {
    min-height: 340px;
  }
}
