body {
  background-color: white !important;
}
section:nth-of-type(2) .container {
  max-width: 400px;
}
.md\:grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.two-row .banner-entry:first-child {
  grid-column: span 1 / span 1;
  grid-row: span 1/ span 1;
}

section:nth-of-type(3).s-block {
  margin-top: 1rem !important;
}

section:nth-of-type(3) {
  max-width: 663px;
}

section:nth-of-type(3).s-block {
  margin-top: 2rem;
}

#app salla-add-product-button button[product-id].s-button-primary {
  background-color: #3A1D05;}

.footer-is-dark .store-footer__inner {
  background: #3A1D05;
  color: white;
}
section:nth-of-type(6).s-block--tabs-produtcs .tab-trigger.is-active button{
  display: none;
  
}