/* Адаптивные стили для live search */
.product-name {
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 1rem;
}

.product-price {
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  .product-name {
    font-size: 0.85rem;
  }
  .product-price {
    font-size: 0.75rem;
  }
}
