/* TechItSpot custom styles */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card img { transition: transform 0.25s ease; }
.product-card:hover img { transform: scale(1.04); }
html { scroll-behavior: smooth; }
