.product-preview > div {
  min-width: 0;
  width: 100%;
}

.preview-shop {
  font-size: 0.75rem;
  line-height: 1.4;
}

.preview-title {
  display: block;
  margin: 0.3rem 0 0.75rem;
  overflow: visible;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 800;
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-line-clamp: unset;
}

.preview-price,
.preview-weight {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0.45rem 0 0;
  padding: 0.55rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 520px) {
  .product-preview {
    grid-template-columns: 1fr;
  }

  .preview-image {
    width: 88px;
    height: 88px;
  }

  .preview-title {
    font-size: 1.05rem;
  }

  .preview-price,
  .preview-weight {
    width: 100%;
    font-size: 0.9rem;
  }
}
