html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, sans-serif;
  font-weight: normal;
  --main_ff: system-ui, sans-serif;
  --main_ff_h: system-ui, sans-serif;
  background: #fff!important;
}

@view-transition {
  navigation: auto;
}

.container > .hero {
  padding-left: 25%;
}
.hero {
  padding: 10px 0 30px 0;
}
.hero h1, .hero p {
  margin: 0;
}
 a {
  color: rgb(188, 55, 102);
  font-weight: 600;
}

h1 + p {
  margin-bottom: 5px;
}

#twn-starter-overlay .twn-starter__header {display: none;}

#seo li p { line-height: 1; }

.list {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}

.list.is-nested {
  margin: 5px 0 5px 20px;
}

.list.is-nested > li {
  margin: 5px 0 5px 0;
}

.list ul li {
margin: 0;
padding: 0;
}

h3 {
  margin-top: 16px;
  margin-bottom: 6px;
}

.list li {
  margin-bottom: 40px;
}
.list .title {
  margin-top: 16px;
  font-weight: bold;
}

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:not(.is-mobile) {
  display: none;
}

@media (min-width: 768px) {
  header:not(.is-mobile) {
    display: block;
  }
  header.is-mobile {
    display: none;
  }
}

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: 0;
  border-radius: 3px;
  background: #eff0f0;
  position: relative;
  height: 40px;
}

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

.twn-suggestions .twn-product-tile-dynamic {
  margin: 3px 0;
}

.twn-suggestions-context .twn-product-suggestion__image {
  flex: 0 0 45px;
}

.twn-suggestions-context .twn-product-suggestion__title {
  font-weight: 300;
  font-size: 13px;
}

.twn-suggestions-context .twn-product-suggestion__price {
  font-weight: 600;
  font-size: 14px;
}

.twn-suggestions-group[aria-roledescription="Inspiratie"] .twn-product-suggestion__pricing {
  display: none;
}

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;
}

.actions_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #696969;
  font-family: arial;
}

.actions_item svg {
  margin: 4px 0;
}

.twn-pagination.is-single-page {
  display: none;
}

.twn-suggestions .twn-image-element {
  width: 50px !important;
  height: 50px !important;
  aspect-ratio: 1 / 1;
}

.twn-suggestions [data-property="title"] {
  font-size: 14px;
}

.twn-suggestions-group[aria-roledescription="Inspiratie"] [data-property="price"] {
  display: none!important;
}

.twn-suggestions .twn-product-tile-dynamic:hover {
  background: rgb(14 117 84 / 2%);
}