.ww-shopwp-loop-image-link,
.ww-shopwp-loop-image {
  display: block;
  text-decoration: none;
}

.ww-shopwp-loop-image-link img,
.ww-shopwp-loop-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ww-shopwp-card-title a {
  text-decoration: none;
  color: inherit;
}

.ww-shopwp-card-price {
  margin-top: 0.35rem;
}

.ww-shopwp-cart-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.ww-shopwp-cart-count {
  position: absolute;
  top: -0.65em;
  right: -0.75em;
  min-width: 1.35em;
  height: 1.35em;
  border-radius: 999px;
  padding: 0 0.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68em;
  font-weight: 700;
  line-height: 1;
  background: currentColor;
  color: #fff;
}

.ww-shopwp-cart-count[hidden] {
  display: none !important;
}

.ww-shopwp-debug-meta {
  max-height: 400px;
  overflow: auto;
  font-size: 12px;
  white-space: pre-wrap;
  background: #f7f7f7;
  padding: 1rem;
  border: 1px solid #ddd;
}
