.theme-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.theme-card .card-image {
  width: 100%;
  height: 160px;
  margin-bottom: 8px;
  position: relative;
}
.theme-card .card-image img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-card .card-image:hover .card-extended-info {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.theme-card .card-image .card-extended-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.548);
  border-radius: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.theme-card .card-image .card-extended-info .card-options {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  gap: 12px;
}
.theme-card .card-image .card-extended-info .card-options li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  padding: 0;
  list-style: none;
}
.theme-card .card-image .card-extended-info .card-options li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-card .card-info {
  display: flex;
  align-items: center;
}
.theme-card .card-info .card-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.theme-card .card-info .card-description .card-title {
  font-family: "Fira Code", monospace;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.theme-card .card-info .card-description .card-description {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.theme-card .card-info .card-price {
  display: flex;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

/*# sourceMappingURL=lorem-theme-card.css.map */
