html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  padding: 1rem 0;
  margin: 0 0 26px 0;
  background: #f1f1f1;
  position: sticky;
  z-index: 12;
  inline-size: 100%;
  background: #fff;
  inset-block-start: 0;
}

header .logo {
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
}

.navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.navigation a {
  text-decoration: none;
  color: #333;
}

header .container {
  display: flex;
  align-items: center;
}

.container {
  padding: 0 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.twn-starter__products-header-columns:only-child {
  grid-row: 1;
  grid-column: 1/5 !important;
}

header .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

header form {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-template-rows: 1fr;
  border: 1px solid #ccc;
  border-radius: 25px;
  position: relative;
  height: 40px;
}

header .twn-suggestions-context {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
}

header form input {
  border: 0;
  background: none;
  padding: 0 15px;
}

header form input:focus,
header form input:active {
  outline: none;
}

header form button {
  border: 0;
  background: none;
  width: 40px;
  height: 40px;
}

header button svg {
  fill: None;
  width: 20px;
  height: 20px;
}

header .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#twn-starter-overlay .twn-product-tile-custom__image,
#twn-starter-overlay .twn-product-tile-custom__details {
  visibility: visible !important;
}
