/* breakpoints */
.page-list {
  background-color: transparent;
  /* breakpoints */
}

.page-list .item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: transparent;
  padding: 15px;
  overflow: hidden;
}

.page-list .item:last-child {
  border-width: 0;
}

.page-list .item .field-title {
  color: #000;
}

.page-list .field-title {
  font-weight: bold;
}

.page-list a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.page-list a:hover {
  color: #878787;
  text-decoration: none;
}

.component-product-listing {
  padding: 20px 0;
}

.component-product-listing .component-product-item {
  padding: 20px 0 20px 0;
  text-decoration: none;
}

.component-product-listing .component-product-item:nth-child(2n) {
  flex-direction: row-reverse;
}