/* Add custom CSS styles below */ 

.s-button-primary-outline {
  fill: #414042;
  background: var(--color-primary);
  color: #414042;
  color: #395860;
  border-color: #b5d7df;
}
.s-fast-checkout-button.outline {
  background-color: transparent!important;
  border: 1px solid #395860!important;
  color: #395860 !important;
}

/* Add custom CSS styles below */ 

@media (min-width: 900px) {
  .two-row .banner-entry:first-child {
    grid-column: span 1 / span 4;
    grid-row: unset;
  }
}

@media (min-width: 900px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}