/* Add custom CSS styles below */ 
custom-salla-product-card:hover {
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-4px);
  transition: transform 0.3s ease;
}

custom-salla-product-card {
  overflow: visible !important;
}

custom-salla-product-card:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

custom-salla-product-card {
  overflow: visible !important;
}

custom-salla-product-card .product-entry__image,
custom-salla-product-card img {
  border-radius: 8px 8px 0 0 !important;
  overflow: hidden !important;
}

custom-salla-product-card:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}