<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#article_respark-features li {
  list-style: none;
  position: relative;
}

#article_respark-features li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -55px;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
}

#article_respark-features li + li {
  margin-top: 11px;
}

#article_respark-features li:nth-of-type(1)::before {
  background-image: url('../icons/high-packing-capacity.svg');
}

#article_respark-features li:nth-of-type(2)::before {
 background-image: url('../icons/security.svg');
}

#article_respark-features li:nth-of-type(3)::before {
 background-image: url('../icons/shock-absorbing-wheels.svg');
}

#article_respark-features li:nth-of-type(4)::before {
 background-image: url('../icons/tag.svg');
}

@media only screen and (min-width: 1920px) {
  #article_respark-sustainable .article__figure,
  #article_respark-durability .article__figure,
  #article_respark-features .article__figure {
    padding: 0 10px;
  }
}
</pre></body></html>