html body ul.products li.product .woocommerce-loop-product__title.storm-card-title {
  display: grid;
  gap: 6px;
  min-height: 0;
  margin: 8px 0 10px;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
html body ul.products li.product .storm-card-title-model {
  display: block;
  min-width: 0;
  font-family: Impact, "Arial Black", "Avenir Next Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}
html body ul.products li.product .storm-card-title-color {
  display: block;
  min-width: 0;
  --storm-card-fallback: #073f9e;
  color: var(--storm-card-color, var(--storm-card-fallback));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .02em;
}
html[data-storm-theme="dark"] body ul.products li.product .storm-card-title-color {
  --storm-card-fallback: #7fb3ff;
}
@media (max-width: 720px) {
  html body ul.products li.product .woocommerce-loop-product__title.storm-card-title {
    gap: 5px;
    padding: 0 4px;
  }
  html body ul.products li.product .storm-card-title-model { font-size: 1.5rem; }
  html body ul.products li.product .storm-card-title-color { font-size: 1rem; }
}
