<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -*- coding: utf-8 -*- */

:root {
  --theme-color: #0046e4;
}

#footer {
  background: var(--theme-color);
  color: #ffffff;
}

#footer .nav-list {
  height: 21em;
}

.main-cart-head-left .boxshot {
  height: 120px;
}

.main-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.main-subsubtitle {
  color: var(--faint-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.added-values {
  align-items: stretch;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 20px;
}

.added-value {
  align-items: stretch;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  justify-content: flex-start;
  line-height: 1.25;
  text-transform: uppercase;
}

.added-value img {
  height: 28px;
  max-width: 40px;
}

.ekomi-iframe {
  height: 500px;
  width: 100%;
}
</pre></body></html>