:root {
  --f7-theme-color: #82bb28;
}
.list .item-title {
  padding-right: 10px;
  white-space: normal;
}
.list .item-media div {
  width: 24px;
  height: 24px;
}
.list .item-media svg {
  width: 24px;
  height: 24px;
}
.list .item-media svg path {
  fill: #82bb28;
}
.list span {
  white-space: nowrap;
}
.navbar .price {
  color: #777;
  margin-right: 8px;
}
.navbar [class^="ri-"] {
  padding: 0 8px;
}
.description img {
  max-width: 100%;
}
.comp-counter {
  display: flex;
  border: var(--f7-checkbox-border-width) solid var(--f7-checkbox-inactive-color);
  border-radius: 3px;
  height: 100%;
  max-height: 37px;
  overflow: hidden;
  min-height: 35px;
  box-sizing: border-box;
  min-width: 90px;
}
.comp-counter i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--f7-checkbox-inactive-color);
  color: var(--f7-list-bg-color);
  cursor: pointer;
  width: 24px;
  box-sizing: border-box;
  font-size: 12px;
}
.comp-counter > div {
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

body {
  background: #121212;
  padding: 0;
  margin: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ios-translucent-bars .navbar-bg {
  background: #121212;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.card-outer {
  grid-gap: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  padding: 0 15px 15px;
}
.card-image {
  border-radius: 15px;
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  padding: 100% 15px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.card-image.card-image-active svg {
  opacity: 1;
}
.card-image h2 {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.card-image svg {
  height: auto;
  left: 50%;
  position: absolute;
  top: 5%;
  transform: translateX(-50%);
  width: 70%;
  opacity: 0.4;
}
.card-image svg path {
  fill: #fff;
}

